* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

@font-face {
  font-family: 'avo';
  src: url("../fonts/UTM/UTMAvoBold.woff2") format("woff2"), url("../fonts/UTM/UTMAvoBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'avo';
  src: url("../fonts/UTM/UTMAvo.woff2") format("woff2"), url("../fonts/UTM/UTMAvo.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'avo';
  src: url("../fonts/UTM/UTMAvo-Italic.woff2") format("woff2"), url("../fonts/UTM/UTMAvo-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'avo';
  src: url("../fonts/UTM/UTMAvo-BoldItalic.woff2") format("woff2"), url("../fonts/UTM/UTMAvo-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
body {
  box-sizing: border-box;
  color: #3c3e45;
  padding: 0 !important;
  font-size: 16px;
  line-height: 1.6;
  transition: .3s all;
  position: relative;
  font-weight: normal;
  font-family: 'avo'; }
  body h1, body h2, body h3, body h4, body h5, body h6, body p, body label, body ul, body li, body .card, body a {
    text-decoration: none !important;
    transition: .3s all;
    margin-bottom: 0;
    outline: none !important; }
  body a {
    transition: .3s all !important;
    color: #3c3e45; }
    body a:hover {
      color: #0a4e9b; }
  body ul {
    padding: 0;
    margin: 0; }
  body input, body button {
    outline: none !important;
    box-shadow: none;
    transition: .3s all; }
  body .slick-slide {
    height: auto; }
    body .slick-slide img {
      display: inline; }
  body .container {
    width: 100%;
    max-width: 1200px; }
  body img {
    max-width: 100%; }

.slick-slider {
  margin-bottom: 0; }

.slide-banner .item {
  position: relative; }
.slide-banner .avarta img {
  height: 626px;
  object-fit: cover; }

footer {
  background: #0a4e9b;
  color: #3c3e45;}
  footer .col-md-6 .title-ft {
    position: relative;
    margin-top: -18px; }
.footer-top {
    padding: 40px 0;
}
.title-ft {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative; }
  .title-ft:after {
    content: "";
    width: 70px;
    height: 1px;
    background: #3c3e45;
    position: absolute;
    bottom: 0;
    left: 0; }
  .title-ft h2 {
    padding-left: 15px;
    font-size: 30px;
    font-weight: bold; }
  .title-ft span {
    padding-left: 15px;
    font-size: 30px;
    font-weight: bold; }

.maps {
  display: flex;
  align-items: center;
  margin-top: 15px; }
  .maps iframe {
    border: 0;
    width: 100%;
    height: 280px; }

.copyright {
  font-weight: regular;
  margin-top: 40px; }

.footer-top ul {
  list-style: none; }
  .footer-top ul li {
    margin-bottom: 12px; }
    .footer-top ul li:last-child {
      margin-bottom: 0; }
    .footer-top ul li a {
      color: #3c3e45 !important; }

.social-ft li {
  padding-right: 15px; }
  .social-ft li:last-child {
    padding-right: 0; }
.social-ft a {
  font-size: 25px; }

.header-top {
  position: relative; }
  .header-top ul {
    list-style: none; }
  .header-top .col-md-8 {
    position: unset; }
  .header-top .logo img {
    height: 111px; }

.h-menu {
  text-transform: uppercase; }
  .h-menu ul {
    display: flex;
    align-items: center;
    justify-content: space-between; }

.head-right .top {
  position: absolute;
  top: 0;
  right: 0; }
  .head-right .top a {
    display: flex;
    height: 30px;
    background: #da0418;
    color: #fff;
    padding: 0 15px;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    padding-bottom: 3px; }
    .head-right .top a img {
      position: relative;
      top: 1px;
      margin-left: 8px; }

.caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #fff; }
  .caption h3 {
    padding: 35px 0 15px 0;
    font-size: 20px;
    color: #fdfdfe; }
  .caption h2 {
    font-size: 50px;
    font-weight: bold; }

.box-partner {
  padding: 40px 0;
  background: #f9f9f9; }

.title {
  margin-bottom: 25px; }
  .title h2 {
    font-size: 40px;
    font-weight: bold;
    color: #0a4e9b; }
    .title h2 span {
      position: relative;
      border-bottom: 2px solid;
      padding-bottom: 8px; }
  .title .desc {
    font-weight: bold;
    margin-top: 10px; }

.list-partner ul {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -25px; }
  .list-partner ul li {
    flex: 1 0 14%;
    padding: 10px; }
.list-partner a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
  background: #f7f7f7;
}
.list-partner img {
  height: auto;
  transition: .8s all !important;
  object-fit: contain; }
.list-partner img:hover {
    transform: scale(1.05);
}
.item-srv .icon img {
    transition: .8s all !important;
}

.item-srv .icon img:hover {
    transform: scale(1.05);
}
.box-about {
  padding: 40px 0; }

.about-left {
  max-width: 600px;
  font-size: 16px; }
  .about-left h2 {
    font-size: 40px;
    font-weight: bold;
    color: #0a4e9b;
    margin-bottom: 20px; }
  .about-left .desc {
    margin-bottom: 50px; }
    .about-left .desc p {
      margin-bottom: 15px; }
      .about-left .desc p:last-child {
        margin-bottom: 0; }

.btn-main a {
  display: inline-flex;
  height: 44px;
  background: #da0418;
  align-items: center;
  padding: 0 30px;
  color: #fff;
  border: 2px solid #da0418; }
  .btn-main a:hover {
    background: #fff; }

.list-srv {
  padding-top: 20px; }

.item-srv {
  max-width: 310px;
  margin: 0 auto; }
  .item-srv .icon {
    margin-bottom: 20px; }
  .item-srv .info h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #3c3e45;
    margin-bottom: 20px; }

.box-service {
  padding: 40px 0;
  background: #f9f9f9; }

.box-quesstion {
  padding: 40px 0; }
.item-quess a {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.item-quess {
  position: relative;
  display: flex;
  margin-bottom: 60px; }
  .item-quess:nth-child(2n) .answer {
    order: 1; }
  .item-quess:nth-child(2n) .head-quess {
    order: 2;
    margin-right: 0;
    margin-left: 15px; }

.head-quess {
  flex: 0 0 250px;
  background: #0a4e9b;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
  margin-right: 15px; }
  .head-quess h4 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5; }

.answer p {
  margin-bottom: 15px; }
  .answer p:last-child {
    margin-bottom: 0; }

.load-more a {
  display: inline-flex;
  height: 40px;
  background: #0a4e9b;
  align-items: center;
  padding: 0 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  border: 2px solid #0a4e9b; }
  .load-more a:hover {
    color: #0a4e9b;
    background: #fff; }

.box-benefit {
  background-size: cover !important;
  padding: 40px 0;
  color: #fff; }
  .box-benefit .title h2 {
    color: #fff; }
  .box-benefit .view-all {
    margin-top: 40px; }
    .box-benefit .view-all a {
      height: 40px;
      font-weight: bold;
      color: #0a4e9b;
      background: #fff;
      display: inline-flex;
      align-items: center;
      padding: 0 30px;
      border: 2px solid #fff; }
      .box-benefit .view-all a:hover {
        color: #fff;
        background: #0a4e9b; }

.list-benefit .row {
  margin: 0 -65px; }
  .list-benefit .row .col-md-4 {
    padding: 0 65px; }

.item-benefit {
  position: relative; }
  .item-benefit:hover:after, .item-benefit:hover:before {
    width: 100%; }
  .item-benefit:hover .info {
    opacity: 2; }
  .item-benefit:after {
    content: "";
    width: 0;
    height: 50%;
    background: #fff;
    opacity: .2;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s all !important;
    pointer-events: none; }
  .item-benefit:before {
    content: "";
    width: 0;
    height: 50%;
    background: #fff;
    opacity: .2;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: .3s all !important;
    pointer-events: none; }
  .item-benefit .info {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 10px;
    z-index: 2;
    transition: .4s all !important;
    opacity: 0; }
    .item-benefit .info h4 {
      font-size: 16px;
      font-weight: bold;
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid #fff; }
  .item-benefit .avarta img {
    width: 100%;
    height: 380px;
    object-fit: cover; }

.box-news {
  padding: 40px 0; }

.list-news .row {
  margin: 0 -60px; }
  .list-news .row .col-md-4 {
    padding: 0 60px; }

.item-news {
  position: relative;
  height: 100%; }
  .item-news .avarta {
    overflow: hidden;
    margin-bottom: 20px; }
    .item-news .avarta img {
      transition: .5s all !important;
      height: 250px;
      object-fit: cover; }
      .item-news .avarta img:hover {
        transform: scale(1.05);
    }
  .item-news .info a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #3c3e45;
    margin-bottom: 5px; }
  .item-news:hover .info-abs {
    transform: scale(1); }

.info-abs {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background-size: cover !important;
  padding: 20px;
  transform: scale(0);
  transition: .4s all !important; }
  .info-abs h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
    border-bottom: 2px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px; }

.desc-abs {
  font-weight: bold;
  line-height: 2.5; }

.list-service {
  padding-top: 35px; }
  .list-service .row {
    margin: 0 -30px; }
    .list-service .row .col-md-4 {
      padding: 0 30px; }

.item-service .avarta {
  margin-bottom: 10px;
  overflow: hidden; }
  .item-service .avarta img {
    transition: .6s all !important;
    height: 278px; }
    .item-service .avarta img:hover {
      transform: scale(1.06); }
.item-service .info a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #3c3e45; }
.item-service .info .desc {
  margin-top: 10px;
  line-height: 1.5; }
.item-service .date {
  color: #3c3e45;
  display: flex;
  align-items: center;
  margin-bottom: 10px; }
  .item-service .date span {
    display: inline-flex;
    height: 30px;
    background: #3c3e45;
    color: #fff;
    align-items: center;
    font-size: 14px;
    font-weight: normal;
    padding: 0 6px;
    position: relative;
    margin-right: 10px; }
    .item-service .date span i {
      position: relative;
      top: 1px;
      margin-right: 5px; }

.about {
  padding: 60px 0; }

.detail-info {
  margin-bottom: 40px; }
  .detail-info h1 {
    font-size: 40px;
    font-weight: bold;
    color: #0a4e9b; }

.content-detail img {
  max-width: 100%;
  height: auto; }
.content-detail p {
  margin-bottom: 20px; }
  .content-detail p:last-child {
    margin-bottom: 0; }

.share-detail {
  background: #ececec;
  padding: 20px;
  border-radius: 10px;
  margin-top: 40px; }
  .share-detail h4 {
    font-weight: 600;
    color: #3c3e45;
    font-size: 14px;
    margin-bottom: 10px; }

.box-contact {
  padding: 60px 0; }

.content-contact {
  margin-top: 80px; }

.info-contact ul {
  list-style: none; }
  .info-contact ul li {
    margin-bottom: 12px; }
    .info-contact ul li strong {
      padding-right: 5px; }
    .info-contact ul li:last-child {
      margin-bottom: 0; }
.info-contact .desc {
  padding-top: 40px; }

.frm-contact {
  padding-left: 120px; }
  .frm-contact .item {
    margin-bottom: 25px; }
    .frm-contact .item:last-child {
      margin-bottom: 0; }
  .frm-contact .inp_txt {
    width: 100%;
    height: 45px;
    padding: 0 12px;
    border-radius: 10px;
    background: #fff;
    border: 2px solid #0a4e9b; }
  .frm-contact textarea {
    width: 100%;
    height: 95px;
    padding: 10px 15px;
    border-radius: 10px;
    background: #fff;
    border: 2px solid #0a4e9b;
    outline: none; }
  .frm-contact input[type=submit] {
    font-weight: bold;
    display: inline-flex;
    height: 35px;
    align-items: center;
    padding: 0 22px;
    border-radius: 10px;
    border: 1px solid #0a4e9b;
    background: #0a4e9b;
    color: #fff;
    cursor: pointer; }
    .frm-contact input[type=submit]:hover {
      background: #fff;
      color: #0a4e9b; }

/*# sourceMappingURL=style.css.map */

.slide-new-home ul.slick-dots {
    bottom: auto;
    display: block;
    position: unset;
    padding-top: 10px;
}

.slide-new-home ul.slick-dots button {
    display: none !important;
}

.slide-new-home ul.slick-dots li {width: 10px;height: 10px;background: #0a4e9b;border-radius: 100%;}

.slide-new-home ul.slick-dots .slick-active {
    background: #49b545;
}
ul.page-numbers {
    list-style: none;
    display: flex;
    justify-content: center;
}

ul.page-numbers li a {
    display: flex;
    height: 35px;
    align-items: center;
    background: #0a4e9b;
    color: #fff;
    padding: 0 14px 2px;
}

ul.page-numbers li {
    padding: 0 2px;
}

ul.page-numbers li .current, ul.page-numbers li a:hover {
    display: flex;
    height: 35px;
    align-items: center;
    background: #49b545;
    color: #fff;
    padding: 0 14px 2px;
}
.h-menu a:hover {
    color: #0a4e9b;
}
.h-menu li {
    position: relative;
    padding: 10px 0;
}

.h-menu li ul {
    background: #fff;
    display: block;
    padding: 15px;
    width: 220px;
    box-shadow: 1px 1px 11px #ddd;
    transition: .4s all;
    position: absolute;
    left: 20px;
    z-index: 1001;
    top: 64px;
    pointer-events: none;
    opacity: 0;
}

.h-menu li ul li {
    padding: 0;
}

.h-menu li ul li a {
    padding: 5px 10px;
    display: block;
}

.h-menu li:hover ul {
    pointer-events: unset;
    top: 44px;
    left: 0;
    opacity: 1;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 9px #3c3e45;
}
main {
    margin-top: 80px;
}
.item-service .avarta.avar-srv img {
    height: auto;
    width: auto !important;
}

.item-service .avarta.avar-srv {
    text-align: center;
    margin-bottom: 20px;
}
.icon-zalo {
    position: fixed;
    left: 30px;
    bottom: 120px;
    z-index: 10;
  }

  .icon-zalo a {
      display: flex;
      width: 60px;
      height: 60px;
      justify-content: center;
      align-items: center;
      border-radius: 100%;
      overflow: hidden;
      box-sizing: border-box;
  }

  .icon-zalo a img {
      max-width: 100%;
  }
.head-right {
    padding-top: 35px;
}
.list-srv button {
    display: none !important;
}

.list-srv .slick-dots {
    bottom: auto;
    display: block;
    position: unset;
    padding-top: 15px;
}

.list-srv .slick-dots li {
    width: 10px;
    height: 10px;
    background: #0a4e9b;
    border-radius: 100%;
}

.list-srv .slick-dots li.slick-active {
    background: #49b545;
}
.content-detail ul {
    padding-left: 30px;
    margin-bottom: 15px;
}
.content-detail h2, .content-detail h3, .content-detail h4, .content-detail h5, .content-detail h6 {
    margin-bottom: 15px;
}
.content-detail ul ul {
    padding-left: 0;
}
a.link-news-abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1001;
    display: none;
}

.slide-quess {
    margin-bottom: 20px;
}
.slide-quess ul.slick-dots {
    bottom: 10px;
}

.slide-quess ul.slick-dots button {
    display: none !important;
}

.slide-quess ul.slick-dots li {width: 10px;height: 10px;background: #0a4e9b;border-radius: 100%;}

.slide-quess ul.slick-dots li.slick-active {
    background: green;
}