@font-face {
  font-family: "Avo";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/UTM-AVO.woff") format("woff");
}
@font-face {
  font-family: "Avo";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/UTM-AVOBOLD.woff") format("woff");
}
body {
  padding-right: 0px !important;
  background-color: #e7eeff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "Avo", sans-serif !important;
}

.primary {
  color: #003e6b;
}

.secondary {
  color: #1f80c7;
}

@media all and (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
}

.scrollToTop {
  justify-content: center;
  color: #fff;
  font-size: 14px;
  text-align: center;
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 200px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  cursor: pointer;
  z-index: 9999;
  align-items: center;
}
.scrollToTop span {
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.trang-chung {
  margin-top: 40px;
}
.trang-chung .item-chung {
  display: flex;
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: 40px;
}
.trang-chung .item-chung .img-box {
  width: 100%;
  max-width: 40%;
  border-radius: 30px;
  height: 430px;
}
.trang-chung .item-chung .img-box img {
  width: 100%;
  height: 100%;
  border-radius: 30px 0 0 30px;
}
.trang-chung .item-chung .info {
  width: 60%;
  padding: 40px 60px 0 60px;
}
.trang-chung .item-chung .info .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 124%;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 25px !important;
}
.trang-chung .item-chung .info .summary {
  font-weight: 400;
  font-size: 16px;
  line-height: 156%;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 30px;
}
.trang-chung .item-chung .info .see-detail {
  background: #304498;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 12px 24px;
  display: inline-block;
}
.trang-chung .item-chung:nth-child(2) .img-box, .trang-chung .item-chung:nth-child(4) .img-box {
  order: 2;
}
.trang-chung .item-chung:nth-child(2) .img-box img, .trang-chung .item-chung:nth-child(4) .img-box img {
  border-radius: 0px 30px 30px 0px;
}
.trang-chung .item-chung:nth-child(2) .info, .trang-chung .item-chung:nth-child(4) .info {
  order: 1;
}

.toggle-menu-side-bar {
  display: none;
}
@media (max-width: 1025px) {
  .toggle-menu-side-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 20px;
    color: #e42014;
  }
  .toggle-menu-side-bar .line-bar {
    background: #fff;
    border-radius: 4px;
    height: 4px;
    width: 30px;
    margin-bottom: 5px;
    display: block;
  }
  .toggle-menu-side-bar .line-bar:last-child {
    margin-bottom: 0;
  }
}

.header-bottom {
  padding-top: 194px !important;
}

#header {
  position: absolute;
  width: 100%;
  z-index: 999;
}
#header .fix-menu {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999;
  background-color: #4158b8;
  height: 80px !important;
}
#header .header-top {
  height: 104px;
  display: flex;
  transition: all 0.3s ease;
}
#header .header-top .header-top-bg {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 60px;
}
#header .header-top .header-top-bg .left .logo {
  display: block;
  width: 230px;
  height: auto;
  overflow: hidden;
}
#header .header-top .header-top-bg .left .logo img {
  width: 100%;
  height: 100%;
}
#header .header-top .header-top-bg .right {
  width: 100%;
  display: flex;
  align-items: center;
}

.search-mobi {
  position: unset !important;
}

.search,
.search-mobi {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
.search:hover,
.search-mobi:hover {
  color: #e9262a;
}
.search .active-search,
.search-mobi .active-search {
  display: block !important;
}
.search #frmSearch,
.search #frmSearchmobi,
.search-mobi #frmSearch,
.search-mobi #frmSearchmobi {
  display: none;
  position: absolute;
  right: 0;
  top: 36px;
  width: 350px;
  z-index: 99;
  background: #4158b8;
  box-shadow: 1px 1px 2px 2px #e5e5e5;
}
.search #frmSearch button[type=submit],
.search #frmSearchmobi button[type=submit],
.search-mobi #frmSearch button[type=submit],
.search-mobi #frmSearchmobi button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 35px;
  background: #4158b8;
  border: 1px solid #fff;
  border-radius: 5px;
  outline: none;
}
.search #frmSearch button[type=submit] i,
.search #frmSearchmobi button[type=submit] i,
.search-mobi #frmSearch button[type=submit] i,
.search-mobi #frmSearchmobi button[type=submit] i {
  color: #fff;
}
.search #frmSearch button[type=submit]:hover,
.search #frmSearchmobi button[type=submit]:hover,
.search-mobi #frmSearch button[type=submit]:hover,
.search-mobi #frmSearchmobi button[type=submit]:hover {
  background: #ff8123;
  cursor: pointer;
}

.autocomplete-suggestions {
  background: #fff;
  border: 1px solid #eee;
  overflow-y: scroll;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.autocomplete-suggestions .autocomplete-group {
  padding: 8px 3%;
  width: 100%;
  background: #f1f1f1;
}
.autocomplete-suggestions .autocomplete-group strong {
  font-weight: bold;
  color: #ce0021;
}
.autocomplete-suggestions .autocomplete-suggestion {
  cursor: pointer;
  width: 100%;
}
.autocomplete-suggestions .autocomplete-suggestion a {
  display: block;
  width: 100%;
  padding: 10px 5px 10px 0;
  border-bottom: 1px solid #ebebeb;
}
.autocomplete-suggestions .autocomplete-suggestion a span {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
  text-align: center;
}
.autocomplete-suggestions .autocomplete-suggestion a span img {
  width: 40px;
  height: auto;
  max-height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.autocomplete-suggestions .autocomplete-suggestion a div {
  display: table-cell;
  vertical-align: middle;
  margin-left: 10px;
}
.autocomplete-suggestions .autocomplete-suggestion a div h3 {
  font-size: 14px;
  font-weight: normal;
}
.autocomplete-suggestions .autocomplete-suggestion a div p {
  font-weight: 500;
}
.autocomplete-suggestions .autocomplete-suggestion a img {
  display: inline-block;
  width: 15%;
}
.autocomplete-suggestions .autocomplete-suggestion a:hover {
  color: #ce0021;
}
.autocomplete-suggestions::-webkit-scrollbar {
  width: 3px;
}
.autocomplete-suggestions::-webkit-scrollbar-track {
  background: #737373;
  border-radius: 5px;
}
.autocomplete-suggestions::-webkit-scrollbar-thumb {
  background: #ce0021;
  border-radius: 5px;
}
.header-bottom-bg {
  background-image: url(/images/backgr.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 860px;
}

.header-bottom-mobile-bg {
  display: none;
}

.header-bottom h1 {
  font-weight: 700;
  font-size: 44px;
  line-height: normal !important;
  text-transform: uppercase;
  color: #ffffff;
}
.header-bottom .left {
  padding-top: 80px;
}
.header-bottom .summary {
  font-weight: 400;
  font-size: 16px;
  line-height: 156%;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: unset;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 30px;
  margin-bottom: 30px !important;
  text-align: justify;
}
.header-bottom .image {
  display: inline-block;
  position: relative;
  width: 560px;
  height: 560px;
  background: #304498;
  box-sizing: border-box;
  -webkit-clip-path: polygon(44.12215% 1.90983%, 46.31875% 0.70224%, 48.74667% 0.07885%, 51.25333% 0.07885%, 53.68125% 0.70224%, 55.87785% 1.90983%, 93.92011% 29.54915%, 95.74739% 31.26508%, 97.09053% 33.38153%, 97.86513% 35.76551%, 98.02253% 38.26723%, 97.55283% 40.72949%, 83.02198% 85.45085%, 81.95469% 87.71895%, 80.35688% 89.65037%, 78.32895% 91.12375%, 75.99831% 92.04651%, 73.51141% 92.36068%, 26.48859% 92.36068%, 24.00169% 92.04651%, 21.67105% 91.12375%, 19.64312% 89.65037%, 18.04531% 87.71895%, 16.97802% 85.45085%, 2.44717% 40.72949%, 1.97747% 38.26723%, 2.13487% 35.76551%, 2.90947% 33.38153%, 4.25261% 31.26508%, 6.07989% 29.54915%);
          clip-path: polygon(44.12215% 1.90983%, 46.31875% 0.70224%, 48.74667% 0.07885%, 51.25333% 0.07885%, 53.68125% 0.70224%, 55.87785% 1.90983%, 93.92011% 29.54915%, 95.74739% 31.26508%, 97.09053% 33.38153%, 97.86513% 35.76551%, 98.02253% 38.26723%, 97.55283% 40.72949%, 83.02198% 85.45085%, 81.95469% 87.71895%, 80.35688% 89.65037%, 78.32895% 91.12375%, 75.99831% 92.04651%, 73.51141% 92.36068%, 26.48859% 92.36068%, 24.00169% 92.04651%, 21.67105% 91.12375%, 19.64312% 89.65037%, 18.04531% 87.71895%, 16.97802% 85.45085%, 2.44717% 40.72949%, 1.97747% 38.26723%, 2.13487% 35.76551%, 2.90947% 33.38153%, 4.25261% 31.26508%, 6.07989% 29.54915%);
}
.header-bottom .image img {
  position: absolute;
  width: 100%; /* container height - (border thickness * 2) */
  height: 100%; /* container height - (border thickness * 2) */
}

.gach {
  height: 10px;
  background-image: url(/images/gach1.png);
}

.shake-bottom {
  animation: shake-bottom 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
}

@keyframes shake-bottom {
  0%, 100% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
  }
  10% {
    transform: rotate(2deg);
  }
  20%, 40%, 60% {
    transform: rotate(-4deg);
  }
  30%, 50%, 70% {
    transform: rotate(4deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  90% {
    transform: rotate(2deg);
  }
}
.social-box {
  position: fixed;
  right: 25px;
  bottom: 70px;
  z-index: 9999;
}
.social-box .cha {
  width: 70px;
  height: 70px;
  background-color: transparent;
  left: -2px;
  bottom: -2px;
  border-radius: 50%;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-box .cha::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  animation: activeCall3 4s linear infinite both;
}
.social-box .active-con {
  height: 170px !important;
  transition: 0.5s ease-in-out;
}
.social-box .con {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
  transition: 0.5s ease-in-out;
  height: 0px;
  overflow: hidden;
}
.social-box .con a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-box .con .zalo-btn {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.social-box .con .messenger-btn {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.social-box .con .hotline-mobile {
  background: #4158b8;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin: 0 auto;
}
.social-box:hover {
  cursor: pointer;
}

h2 {
  font-weight: 700 !important;
  font-size: 38px !important;
  line-height: 132% !important;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
}

.header-top-mobile {
  display: none;
}

@media all and (max-width: 1025px) {
  .header-top {
    display: none !important;
  }
  .header-top-mobile {
    display: flex;
    background-color: #4158b8;
    padding: 10px 0;
  }
  .header-top-mobile-bg {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-top-mobile-bg .left .logo {
    display: block;
    width: 172px;
    height: 64px;
    overflow: hidden;
  }
  .header-top-mobile-bg .left .logo img {
    width: 100%;
    height: 100%;
  }
  .header-top-mobile-bg .right {
    display: flex;
    align-items: center;
  }
  #mm-blocker {
    background-color: rgba(0, 0, 0, 0.6) !important;
    transition: 0.4s;
  }
}
.block-description {
  padding: 40px 0 0 0;
}
.block-description h2 {
  font-weight: 700 !important;
  font-size: 42px !important;
  line-height: 132% !important;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
}
.block-description h2 {
  text-align: center;
  margin-bottom: 40px;
}
.block-description .list-description {
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}
.block-description .item {
  width: 25%;
}
.block-description .item {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  transition: 0.3s ease-in-out;
}
.block-description .item .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.block-description .item .icon img {
  position: absolute;
  transition: 0.3s ease-in-out;
}
.block-description .item .icon svg {
  transition: 0.3s ease-in-out;
}
.block-description .item .text {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.block-description .item .text p {
  margin-bottom: 5px !important;
}
.block-description .item .text table tr:nth-child(1) {
  font-weight: 700;
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
}
.block-description .item .text table tr:nth-child(2) {
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
}
.block-description .item .text table tr:nth-child(3) {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
  height: 24px;
}
.block-description .item:hover {
  cursor: pointer;
}
.block-description .item:hover .text p {
  color: #304498 !important;
}
.block-description .item:hover .text p strong {
  color: #304498 !important;
}
.block-description .item:hover .text p strong span {
  color: #304498 !important;
}
.block-description .item:hover .text .bold span {
  color: #304498 !important;
}
.block-description .item:hover .icon {
  transform: translateY(-20px);
}
.block-description .item:hover .icon img {
  filter: sepia(1) brightness(10);
}
.block-description .item:hover .icon svg {
  fill: #304498 !important;
}
.block-description .item:hover .icon svg g g g {
  filter: none !important;
}

@media all and (max-width: 1025px) {
  .block-description h2 {
    font-size: 30px !important;
    margin-bottom: 30px;
  }
  .block-description .list-description-mobile .item {
    margin-bottom: 15px;
    width: 100%;
  }
  .block-description .list-description-mobile .information p {
    text-align: center;
  }
}
#footer {
  background-color: #304498;
  padding-top: 60px;
  margin-top: 80px;
  padding-bottom: 60px;
}
#footer .footer-bg {
  display: flex;
  grid-gap: 40px;
}
#footer .map {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#footer .map iframe {
  width: 100% !important;
  height: 100% !important;
  border-radius: 10px;
}
#footer .col2 .logo,
#footer .col2 .all,
#footer .col3 .logo,
#footer .col3 .all {
  display: flex;
  grid-gap: 15px;
  align-items: center;
  margin-bottom: 20px;
}
#footer .col2 .logo:last-child,
#footer .col2 .all:last-child,
#footer .col3 .logo:last-child,
#footer .col3 .all:last-child {
  margin-bottom: 0px !important;
}
#footer .col2 .text,
#footer .col3 .text {
  width: calc(100% - 18px);
}
#footer .col2 .text .text-1,
#footer .col3 .text .text-1 {
  margin-bottom: 8px !important;
}
#footer .col2 .text p,
#footer .col3 .text p {
  margin-bottom: 0px !important;
}
#footer .col2 .logo .text .text-1,
#footer .col3 .logo .text .text-1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 21px;
  text-transform: uppercase;
  color: #ffffff;
}
#footer .col2 .logo .text .text-2,
#footer .col3 .logo .text .text-2 {
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
  color: #ffffff;
}
#footer .col2 .all .text-1,
#footer .col3 .all .text-1 {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.6);
}
#footer .col2 .all .text-2,
#footer .col3 .all .text-2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 124%;
  color: rgba(255, 255, 255, 0.87);
}
#footer .col2 .address .text-2,
#footer .col3 .address .text-2 {
  height: 35px;
}

.copy-right {
  background: #374ba0;
}
.copy-right p {
  font-weight: 400;
  font-size: 14px;
  line-height: 90%;
  color: rgba(255, 255, 255, 0.87);
  text-align: center;
  margin-bottom: 0 !important;
  padding: 16px 0 15px 0;
}

@media all and (max-width: 1025px) {
  .header-bottom-bg {
    display: none;
  }
  h2 {
    font-size: 30px !important;
  }
  .scrollToTop {
    display: none !important;
  }
  .search-mobi #frmSearchmobi {
    top: 84px;
    width: 100%;
  }
  .header-bottom-mobile-bg {
    display: flex;
    background-color: #304498;
    padding-bottom: 30px;
    padding-top: 104px;
  }
  .header-bottom-mobile-bg .header-bottom-mobile {
    position: relative;
  }
  .header-bottom-mobile-bg .header-bottom-mobile .top .img-box {
    display: inline-block;
    position: relative;
    background: #304498;
    box-sizing: border-box;
    -webkit-clip-path: polygon(44.12215% 1.90983%, 46.31875% 0.70224%, 48.74667% 0.07885%, 51.25333% 0.07885%, 53.68125% 0.70224%, 55.87785% 1.90983%, 93.92011% 29.54915%, 95.74739% 31.26508%, 97.09053% 33.38153%, 97.86513% 35.76551%, 98.02253% 38.26723%, 97.55283% 40.72949%, 83.02198% 85.45085%, 81.95469% 87.71895%, 80.35688% 89.65037%, 78.32895% 91.12375%, 75.99831% 92.04651%, 73.51141% 92.36068%, 26.48859% 92.36068%, 24.00169% 92.04651%, 21.67105% 91.12375%, 19.64312% 89.65037%, 18.04531% 87.71895%, 16.97802% 85.45085%, 2.44717% 40.72949%, 1.97747% 38.26723%, 2.13487% 35.76551%, 2.90947% 33.38153%, 4.25261% 31.26508%, 6.07989% 29.54915%);
            clip-path: polygon(44.12215% 1.90983%, 46.31875% 0.70224%, 48.74667% 0.07885%, 51.25333% 0.07885%, 53.68125% 0.70224%, 55.87785% 1.90983%, 93.92011% 29.54915%, 95.74739% 31.26508%, 97.09053% 33.38153%, 97.86513% 35.76551%, 98.02253% 38.26723%, 97.55283% 40.72949%, 83.02198% 85.45085%, 81.95469% 87.71895%, 80.35688% 89.65037%, 78.32895% 91.12375%, 75.99831% 92.04651%, 73.51141% 92.36068%, 26.48859% 92.36068%, 24.00169% 92.04651%, 21.67105% 91.12375%, 19.64312% 89.65037%, 18.04531% 87.71895%, 16.97802% 85.45085%, 2.44717% 40.72949%, 1.97747% 38.26723%, 2.13487% 35.76551%, 2.90947% 33.38153%, 4.25261% 31.26508%, 6.07989% 29.54915%);
  }
  .header-bottom-mobile-bg .header-bottom-mobile .top .img-box img {
    position: absolute;
    width: 100%; /* container height - (border thickness * 2) */
    height: 100%; /* container height - (border thickness * 2) */
  }
  .header-bottom-mobile-bg .header-bottom-mobile .top .image {
    width: 100%;
    height: 720px;
    display: block;
    overflow: hidden;
  }
  .header-bottom-mobile-bg .header-bottom-mobile .top .image img {
    width: 100%;
    height: 100%;
  }
}
@media all and (max-width: 1025px) and (max-width: 320px) {
  .header-bottom-mobile-bg .header-bottom-mobile .top .image {
    height: 300px !important;
  }
}
@media all and (max-width: 1025px) and (max-width: 767px) {
  .header-bottom-mobile-bg .header-bottom-mobile .top .image {
    height: 400px !important;
  }
}
@media all and (max-width: 1025px) {
  .header-bottom-mobile-bg .header-bottom-mobile h1 {
    font-weight: 700;
    font-size: 35px;
    line-height: normal;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
  }
  .header-bottom-mobile-bg .header-bottom-mobile p {
    font-weight: 400;
    font-size: 16px;
    line-height: 156%;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: unset;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 20px;
    margin-bottom: 20px !important;
    text-align: center;
  }
  .header-bottom-mobile-bg .header-bottom-mobile .see-more {
    margin: auto;
    display: table;
  }
  .trang-chung .item-chung {
    flex-direction: column;
  }
  .trang-chung .item-chung .img-box {
    max-width: unset;
    order: 1 !important;
    height: auto;
    border-radius: 30px 30px 0 0 !important;
  }
  .trang-chung .item-chung .img-box img {
    border-radius: 30px 30px 0 0 !important;
  }
  .trang-chung .item-chung .info {
    width: 100%;
    order: 2 !important;
    padding: 20px 30px;
  }
}
@media all and (max-width: 1000px) {
  #footer .menu-footer {
    display: none;
  }
}
@media all and (max-width: 767px) {
  #footer {
    margin-top: 30px !important;
    padding-top: 30px !important;
  }
  #footer .menu-footer {
    display: none;
  }
  #footer .btgrid .row-1 {
    flex-direction: column;
  }
  #footer .btgrid .row-1 .map {
    height: 300px;
  }
  #footer .btgrid .row-1 .col {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }
  #footer .btgrid .row-1 .col:last-child {
    padding-bottom: 0 !important;
    border-bottom: none !important;
  }
  #footer .btgrid .row-1 .address .text-2 {
    height: unset !important;
  }
}/*# sourceMappingURL=style.css.map */