<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
header {
  font-family: 'Quicksand'; }
header.sticky .navbar {
  background-color: #ffffff !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999; }
header.sticky .top-bar {
  display: none; }
header .top-bar {
  background: url('/assets/images/background-top.png');
  padding: 17px 0;
  background-size: cover;
}

body{
  background: url(/assets/images/bg_home.jpg);
  background-size: cover;
  background-repeat: repeat;
  display: block;
}
header .top-bar .wrap-top {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .top-bar .left-item p {
  margin-bottom: 0;
  display: flex;
  align-items: center; }
header .top-bar .left-item{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .top-bar .left-item a {
  text-decoration: none;
  padding: 10px 30px;
  background: transparent linear-gradient(102deg, #46AFFF 0%, #004880 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 8px #00000041;
  border-radius: 1000px;
  font-family: 'Quicksand';
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0px;
  color: #ffffff;
  text-shadow: 0px 1px 2px #00000098; }
@media (max-width: 1280px) {
  header .top-bar .left-item span{
    font-size: 24px !important;
  }
  header .top-bar {
   
    padding: 12px 0;
  }
}
@media (max-width: 991px) {
  header .top-bar .left-item a {
    font-size: 11px; } }
header .top-bar .left-item span {
 
  display: inline-block;
  font-family: 'Quicksand';
  font-weight: bold;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0px;
  color: #004376;
  text-shadow: 0px 1px 2px #00000031;
  opacity: 1;
}
@media (max-width: 991px) {
  header .top-bar .left-item span {
    display: none; } }
header .top-bar .left-item span img {
  margin-right: 10px;
  width: 40px; }
header .top-bar .rigth-item {
  margin-left: auto; }
header .top-bar .rigth-item .dropdown.language .btn-secondary {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none;
  font-family: 'Quicksand';
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  color: #000000; }
@media (max-width: 575px) {
  header .top-bar .rigth-item .dropdown.language .btn-secondary {
    font-size: 14px; } }
header .top-bar .rigth-item .dropdown.language .btn-secondary span {
  margin-left: 5px; }
header .top-bar .rigth-item .dropdown.language .dropdown-menu {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 0.4000000059604645px solid #70707064;
  border-radius: 24px; }
header .top-bar .rigth-item .dropdown.language .dropdown-item {
  font-family: 'Quicksand';
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }
@media (max-width: 575px) {
  header .top-bar .rigth-item .dropdown.language .dropdown-item {
    font-size: 14px; } }
header .top-bar .rigth-item .dropdown.language .dropdown-item:hover {
  background-color: transparent;
  color: #0097FF; }
header .top-bar .rigth-item .dropdown.language .dropdown-item span {
  margin-left: 5px; }
header .navbar {
  background-color: transparent !important; }
header .navbar .navbar-brand img {
  max-width: 200px;
}
@media (max-width: 991px) {
  header .navbar .navbar-brand img {
    width: 60px; } }
header .navbar .nav-item .nav-link {
  color: #989898 !important;
  text-align: left;
  font-family: 'Quicksand';
  font-weight: 600;
  font-size: 16px;
  /* padding: 0 10px; */
  padding-left: 5p;
}
header .navbar .nav-item.active .nav-link {
  color: #0097FF !important;
  font-weight: bold; }
header .navbar .nav-item.search-menu img {
  margin-left: 5px;
  width: 20px; }
header .navbar .nav-item.search-menu .nav-link {
  color: #FF5900 !important;
  font-weight: bold;
  font-size: 20px;
}
header .navbar .nav-item .dropdown-menu {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  min-width: 250px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 16px #00000029;
  border-radius: 24px;
  border: 0; }
header .navbar .nav-item .dropdown-menu .dropdown-item {
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 5px;
  letter-spacing: 0px;
  color: #323232 !important;
  opacity: 1; }
header .navbar .nav-item .dropdown-menu .dropdown-item:hover,
header .navbar .nav-item .dropdown-menu .dropdown-item .active {
  background-color: transparent !important;
  color: #0097FF !important; }
header .dropdown-toggle::after {
  border: none !important;
  font: normal normal bold 18px/1 FontAwesome;
  content: "" !important;
  /* the desired FontAwesome icon */
  vertical-align: 0;
  /* to center vertically */ }
header .dropdown.language .btn-secondary::after {
  color: #ffffff !important; }

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none; }
  .navbar .nav-item:hover .dropdown-menu {
    display: block; }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0; } }

h1, h2, h3, h4, h5, h6, p, li, span, label, input, button, a {
  font-family: 'Quicksand'; }

.block-footer {
  background: #B4DFFF 0% 0% no-repeat padding-box;
  opacity: 1;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #000000 !important;
}
.block-footer .footer-1 .logo {
  text-align: center; }
.block-footer .footer-1 .logo img {
  width: 100%;
  max-width: 300px;
  margin: auto;
}
@media (max-width: 575px) {
  .block-footer .footer-1 .logo img {
    max-width: 140px; } }
.block-footer .footer-1 .social {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px; }
.block-footer .footer-1 .social a {
  margin-right: 20px; }
.block-footer .footer-1 .social a img {
  width: 40px; }
.block-footer .footer-1 .infor {
  margin-bottom: 20px; }
.block-footer .footer-1 .infor p {
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.block-footer .footer-1 .logo-bct {
  text-align: center; }
.block-footer .footer-1 .logo-bct img {
  width: 200px; }
.block-footer .footer-2 .name-footer {
  margin-top: 30px; }
.block-footer .footer-2 .name-footer h4 {
  text-align: left;
  font-family: 'Quicksand';
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0px;
  color: #004376;
  opacity: 1;
  margin-bottom: 30px;
  position: relative;
}
.block-footer .footer-2 .name-footer h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 50px;
  height: 3px;
  background-color: #FF5900;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px; }
.block-footer .footer-2 .text-infor p {
  font-family: 'Quicksand';
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
}
.block-footer .footer-2 .text-infor p strong {
  font-weight: bold; }
.block-footer .footer-3 .name-footer {
  margin-top: 30px; }
.block-footer .footer-3 .name-footer h4 {
  text-align: left;
  font-family: 'Quicksand';
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0px;
  color: #004376;
  opacity: 1;
  margin-bottom: 30px;
  position: relative;
}
.block-footer .footer-3 .name-footer h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 50px;
  height: 3px;
  background-color: #FF5900;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px; }
.block-footer .footer-3 .form-footer .form-control {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 36px;
  opacity: 1;
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 18px;
  padding: 7px 25px;
  color: #000000 !important; }
.block-footer .footer-3 .form-footer .form-control::placeholder {
  color: #000000 !important; }
.block-footer .footer-3 .form-footer textarea.form-control {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px; }
.block-footer .footer-3 .form-footer .form-group button {
  padding: 0;
  border: 0;
  box-shadow: none;
  background-color: transparent !important; }
.block-footer .footer-3 .form-group label {
  color: #ffffff;
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 18px; }

.home-page .banner-home {
  position: relative; }
.home-page .banner-home #carouselHome .carousel-indicators {
  top: 2%; }
.home-page .banner-home #carouselHome .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }
.home-page .banner-home .property-appraisal {
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  max-width: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  z-index: 99; }
.home-page .banner-home .property-appraisal .wrap-block {
  opacity: 1;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  text-align: center;
  padding: 5% 3% 10% 2%;
  display: block;
  height: 100%;
  position: relative;
  background: #007ede;
  background: linear-gradient(180deg, rgba(0, 126, 222, 0.3) 0%, rgba(255, 89, 0, 0.3) 100%);
  box-shadow: 0px 3px 6px #0000007C;
  border-radius: 24px; }
.home-page .banner-home .property-appraisal .wrap-block h2 {
  font-family: 'Quicksand';
  font-size: 35px;
  letter-spacing: 0px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0px 1px 4px #0000007E;
  text-transform: uppercase;
  opacity: 1; }
.home-page .banner-home .property-appraisal .wrap-block p {
  font-family: 'Quicksand';
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 2px 4px #0000007E;
  text-transform: uppercase;
  opacity: 1; }
.home-page .banner-home .property-appraisal .wrap-block .title-block {
  position: relative;
  margin-bottom: 80px;
  z-index: 5; }
.home-page .banner-home .property-appraisal .wrap-block .title-block::after {
  content: '';
  font-family: 'Quicksand';
  font-weight: 500;
  position: absolute;
  left: 0;
  bottom: -40px;
  right: 0;
  width: 50px;
  height: 5px;
  margin: auto;
  background-color: #FFFFFF;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }
.home-page .banner-home .property-appraisal .wrap-block .button-request a {
  display: inline-flex;
  font-size: 20px;
  padding: 10px 60px;
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px; }
.home-page .banner-home .property-appraisal .wrap-block .button-request a img {
  width: 20px;
  margin-right: 10px; }
@media (max-width: 1199px) {
  .home-page .banner-home .property-appraisal {
    display: none; } }
.home-page .banner-home .block-subscribe {
  position: absolute;
  bottom: -5%;
  left: 0;
  right: 0;
  max-width: 1024px;
  background-color: #004376;
  z-index: 99;
  margin: auto;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px; }
.home-page .banner-home .block-subscribe h3 {
  margin-bottom: 0;
  padding: 0px 50px;
  background: transparent linear-gradient(180deg, #FFFFFF00 0%, #003F6F 100%) 0% 0% no-repeat padding-box;
  border: 2px solid #004376;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 1;
  text-align: left;
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 1px 2px #0000007C;
  text-transform: uppercase;
  opacity: 1; }
.home-page .banner-home .block-subscribe h3 svg {
  margin-left: 10px;
  width: 400px; }
@media (max-width: 1199px) {
  .home-page .banner-home .block-subscribe {
    display: none; } }
.home-page .home-service .name-block {
  text-align: center; }
.home-page .home-service .name-block svg {
  margin-bottom: 10px; }
.home-page .home-service .name-block h3 {
  font-family: 'Quicksand';
  line-height: 1.3;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0px;
  color: #004376;
  opacity: 1;
  margin-top: 20px;
  margin-bottom: 20px; }
.home-page .home-service .list-service .wrap-item {
  padding: 30px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px; }
  .home-page .home-service .colum-1,.home-page .home-service .colum-2,.home-page .home-service .colum-3{
    width: 100%;
  }

.home-page .home-service .list-service .wrap-item .top-icon img {
  width: 75px;
  margin-bottom: 10px; }
.home-page .home-service .list-service .item-service {
  background-position: center;
  background-size: 120% 120%;
  background-position: center;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px; }
.home-page .home-service .list-service .item-service.item-bds, .home-page .home-service .list-service .item-service.item-vh, .home-page .home-service .list-service .item-service.item-ds {
  background-image: url("/assets/images/0d6f041aeb7fb117af1d80f2b0e5d2ac.png");
  box-shadow: 0px 0px 16px #00000015; }
.home-page .home-service .list-service .item-service.item-bds .item-content, .home-page .home-service .list-service .item-service.item-vh .item-content, .home-page .home-service .list-service .item-service.item-ds .item-content {
  padding: 30px; }
.home-page .home-service .list-service .item-service.item-bds .title-item h3, .home-page .home-service .list-service .item-service.item-vh .title-item h3, .home-page .home-service .list-service .item-service.item-ds .title-item h3 {
  color: #181818; }
.home-page .home-service .list-service .item-service.item-bds .item-description p, .home-page .home-service .list-service .item-service.item-vh .item-description p, .home-page .home-service .list-service .item-service.item-ds .item-description p {
  color: #181818; }
.home-page .home-service .list-service .item-service.item-dn, .home-page .home-service .list-service .item-service.item-tb, .home-page .home-service .list-service .item-service.item-tn {
  background-image: url("/assets/images/Group 5501.png");
  box-shadow: 0px 0px 16px #00000015; }
.home-page .home-service .list-service .item-service.item-dn .item-content, .home-page .home-service .list-service .item-service.item-tb .item-content, .home-page .home-service .list-service .item-service.item-tn .item-content {
  padding: 30px; }
.home-page .home-service .list-service .item-service.item-dn .title-item h3, .home-page .home-service .list-service .item-service.item-tb .title-item h3, .home-page .home-service .list-service .item-service.item-tn .title-item h3 {
  color: #ffffff; }
.home-page .home-service .list-service .item-service.item-dn .item-description p, .home-page .home-service .list-service .item-service.item-tb .item-description p, .home-page .home-service .list-service .item-service.item-tn .item-description p {
  color: #ffffff; }
.home-page .home-service .list-service .item-service .title-item h3 {
  text-align: left;
  font-family: 'Quicksand';
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 0px;
  text-transform: uppercase;
  opacity: 1; }
@media (max-width: 575px) {
  .home-page .home-service .list-service .item-service .title-item h3 {
    font-size: 22px; } }
.home-page .home-service .list-service .item-service .item-description p {
  text-align: left;
  font-family: 'Quicksand';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0px;
  opacity: 1; }
.home-page .home-service .list-service.show-desktop .flex-wrap .item-service {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 25px !important; }
.home-page .home-service .show-desktop {
  padding-top: 100px; }
@media (max-width: 1199px) {
  .home-page .home-service .show-desktop {
    display: none; } }
.home-page .home-service .hidden-desktop {
  padding-top: 50px;
  display: none; }
@media (max-width: 1199px) {
  .home-page .home-service .hidden-desktop {
    display: flex; } }
.home-page .home-service .hidden-desktop .item-service {
  margin-bottom: 30px; }
.home-page .slider-partner .item-partner {
  padding: 20px; }
.home-page .home-partner .title-block {
  text-align: center; }
.home-page .home-partner .title-block img {
  width: auto;
  height: 35px;
  margin-bottom: 20px; }
.home-page .home-partner .title-block h3 {
  font-family: 'Quicksand';
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0px;
  color: #004376;
  opacity: 1;
  margin-bottom: 40px; }
.home-page .home-partner .slick-initialized {
  margin-bottom: 80px; }
@media (max-width: 575px) {
  .home-page .home-partner .slick-initialized {
    margin: 0 20px 40px 20px; } }
.home-page .home-partner .slick-initialized .item-partner img {
  width: 100%; }
.home-page .home-partner .slick-initialized .slick-prev {
  width: 35px;
  height: 35px; }
.home-page .home-partner .slick-initialized .slick-prev::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  width: 35px;
  height: 35px;
  background-image: url("/assets/images/Icon ionic-ios-arrow-dropright-circle-1.svg");
  background-size: cover; }
.home-page .home-partner .slick-initialized .slick-next {
  width: 35px;
  height: 35px; }
.home-page .home-partner .slick-initialized .slick-next::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  width: 35px;
  height: 35px;
  background-image: url("/assets/images/Icon ionic-ios-arrow-dropright-circle-2.svg");
  background-size: cover; }
.home-page .home-partner .count-block .count-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; }
@media (max-width: 575px) {
  .home-page .home-partner .count-block .count-item {
    margin-bottom: 30px; } }
.home-page .home-partner .count-block .count-item .left-item {
  width: 35%;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
@media (max-width: 575px) {
  .home-page .home-partner .count-block .count-item .left-item {
    width: 250px;
    margin-bottom: 0px;
    padding-bottom: 5px; } }
.home-page .home-partner .count-block .count-item .left-item h4 {
  margin-bottom: 0;
  font-family: 'Quicksand';
  font-weight: bold;
  font-size: 70px;
  letter-spacing: 0px;
  color: #004376;
  opacity: 1; }
@media (max-width: 575px) {
  .home-page .home-partner .count-block .count-item .left-item h4 {
    font-size: 50px; } }
.home-page .home-partner .count-block .count-item .left-item span {
  display: flex;
  width: 100%;
  font-family: 'Quicksand';
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #323232;
  opacity: 1; }
.home-page .home-partner .count-block .count-item .right-item {
  padding-left: 10%;
  display: flex;
  align-items: center;
  position: relative;
  width: 65%; }
@media (max-width: 575px) {
  .home-page .home-partner .count-block .count-item .right-item {
    padding-left: 10%;
    width: 100%; } }
.home-page .home-partner .count-block .count-item .right-item::before {
  content: '';
  position: absolute;
  left: 10%;
  top: 20%;
  bottom: 20%;
  width: 4px;
  background-color: #007EDE;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }
@media (max-width: 575px) {
  .home-page .home-partner .count-block .count-item .right-item::before {
    left: 0; } }
.home-page .home-partner .count-block .count-item .right-item h5 {
  font-family: 'Quicksand';
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0px;
  color: #323232;
  opacity: 1;
  margin-bottom: 0; }
.home-page .home-partner .count-block .count-item.item-plus .left-item {
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px; }
.home-page .home-partner .count-block .count-item.item-plus .left-item h4 {
  position: relative; }
.home-page .home-partner .count-block .count-item.item-plus .left-item h4::after {
  content: '+';
  position: absolute;
  top: -30%;
  right: -30%;
  font-size: 80%;
  font-weight: 500; }
.home-page .home-partner .count-block .count-item:nth-child(1) .left-item, .home-page .home-partner .count-block .count-item:nth-child(3) .left-item {
  box-shadow: 0px 8px 16px #00000014;
  background-color: #ffffff;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px; }
@media (max-width: 575px) {
  .home-page .home-partner .count-block .count-item:nth-child(1) .left-item, .home-page .home-partner .count-block .count-item:nth-child(3) .left-item {
    margin-bottom: 15px;
    padding-bottom: 15px; } }
@media (max-width: 575px) {
  .home-page .home-partner .block-reason {
    padding-top: 30px; } }
.home-page .home-partner .block-reason .logo-block {
  width: 100%; }
@media (max-width: 575px) {
  .home-page .home-partner .block-reason .logo-block {
    text-align: center; } }
.home-page .home-partner .block-reason .logo-block img {
  height: 35px;
  width: auto; }
.home-page .home-partner .block-reason .text-top {
  padding-top: 20px; }
.home-page .home-partner .block-reason .text-top h4 {
  text-align: left;
  font-family: 'Quicksand';
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }
@media (max-width: 575px) {
  .home-page .home-partner .block-reason .text-top h4 {
    font-size: 22px; } }
.home-page .home-partner .block-reason .text-top p {
  text-align: left;
  font-family: 'Quicksand';
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0px;
  color: #323232;
  opacity: 1; }
.home-page .home-partner .block-reason .button-request {
  max-width: 250px;
  margin-left: -5px; }
@media (max-width: 575px) {
  .home-page .home-partner .block-reason .button-request {
    margin: auto; } }
.home-page .home-partner .block-reason .button-request img {
  width: 100%; }
.home-page .exchange-rate {
  margin-top: 100px;
  margin-bottom: 75px; }
.home-page .exchange-rate .container {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 48px #00437619;
  border: 0.4000000059604645px solid #70707069;
  border-radius: 24px;
  opacity: 1; }
.home-page .exchange-rate .container .row .col-lg-6 {
  padding: 30px 0; }
@media (max-width: 767px) {
  .home-page .exchange-rate .container .row .col-lg-6 {
    margin-bottom: 50px; } }
.home-page .exchange-rate .container .row .col-lg-6 .table-api {
  position: relative; }
@media (max-width: 575px) {
  .home-page .exchange-rate .container .row .col-lg-6 .table-api {
    margin-left: 15px;
    margin-right: 15px; } }
.home-page .exchange-rate .container .row .col-lg-6 .table-api .name-table {
  position: absolute;
  top: -65px; }
.home-page .exchange-rate .container .row .col-lg-6 .table-api .name-table img {
  height: 35px;
  width: auto; }
.home-page .product-feature {
  margin-bottom: 70px; }
.home-page .product-feature .title-block {
  margin-top: 60px;
  margin-bottom: 50px;
  text-align: center; }
.home-page .product-feature .title-block img {
  width: auto;
  height: 35px;
  margin-bottom: 20px; }
.home-page .product-feature .title-block h3 {
  text-align: center;
  font-family: 'Quicksand';
  font-weight: bold;
  line-height: 1.4;
  font-size: 24px;
  letter-spacing: 0px;
  color: #004376;
  opacity: 1; }
@media (max-width: 575px) {
  .home-page .product-feature .slider-product {
    margin: 0 20px; } }
.home-page .product-feature .slider-product .slick-prev {
  width: 35px;
  height: 35px; }
.home-page .product-feature .slider-product .slick-prev::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  width: 35px;
  height: 35px;
  background-image: url("/assets/images/Icon ionic-ios-arrow-dropright-circle-1.svg");
  background-size: cover; }
.home-page .product-feature .slider-product .slick-next {
  width: 35px;
  height: 35px; }
.home-page .product-feature .slider-product .slick-next::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  width: 35px;
  height: 35px;
  background-image: url("/assets/images/Icon ionic-ios-arrow-dropright-circle-2.svg");
  background-size: cover; }
.home-page .product-feature .slider-product .item-product {
  padding: 0 20px; }
.home-page .product-feature .slider-product .item-product .wrap-item {
  box-shadow: 0px 4px 8px #00000029;
  border: 1px solid #0097FF;
  border-radius: 24px; }
.home-page .product-feature .slider-product .item-product .wrap-item .thumb-item {
  position: relative; }
.home-page .product-feature .slider-product .item-product .wrap-item .thumb-item &gt; img {
  width: 100%;
  border-radius: 24px 24px 0 0;
  -webkit-border-radius: 24px 24px 0 0;
  -moz-border-radius: 24px 24px 0 0;
  -ms-border-radius: 24px 24px 0 0;
  -o-border-radius: 24px 24px 0 0; }
.home-page .product-feature .slider-product .item-product .wrap-item .thumb-item .item-feature {
  position: absolute;
  left: 25px;
  bottom: -7%; }
.home-page .product-feature .slider-product .item-product .wrap-item .thumb-item .item-feature img {
  width: 140px; }
.home-page .product-feature .slider-product .item-product .wrap-item .item-text {
  padding: 0 25px; }
.home-page .product-feature .slider-product .item-product .wrap-item .item-text h4 a {
  display: block;
  margin-top: 25px;
  text-align: left;
  font-family: 'Quicksand';
  font-weight: bold;
  line-height: 1.3;
  font-size: 20px;
  letter-spacing: 0px;
  color: #004376;
  opacity: 1; }
.home-page .product-feature .slider-product .item-product .wrap-item .item-text p {
  text-align: left;
  font-family: 'Quicksand';
  font-weight: 400;
  letter-spacing: 0px;
  color: #004376;
  opacity: 1; }
.home-page .product-feature .slider-product .item-product .wrap-item .read-more {
  padding: 0 20px 20px 25px; }
.home-page .product-feature .slider-product .item-product .wrap-item .read-more a {
  display: flex;
  text-decoration: underline;
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #004376;
  opacity: 1; }
.home-page .product-feature .slider-product .item-product .wrap-item .read-more a img {
  margin-left: 5px;
  width: 20px; }
.home-page .home-news .title-block {
  text-align: center;
  margin-bottom: 30px; }
.home-page .home-news .title-block img {
  width: auto;
  height: 35px;
  margin-bottom: 15px; }
.home-page .home-news .title-block h3 {
  text-align: center;
  font-family: 'Quicksand';
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #004376;
  opacity: 1; }
.home-page .home-news .news-block {
  display: flex;
  flex-wrap: wrap; }
.home-page .home-news .news-block .caption .wrap-caption h5 a {
  font-family: 'Quicksand';
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px #00000069;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-height: 58px;
  display: -webkit-box;
  -webkit-box-orient: vertical; }
.home-page .home-news .news-block .caption .wrap-caption p {
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px #00000069;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  height: 68px;
  display: -webkit-box;
  -webkit-box-orient: vertical; }
.home-page .home-news .news-block .block-1 {
  width: 60%;
  padding-right: 10px; }
@media (max-width: 767px) {
  .home-page .home-news .news-block .block-1 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px; } }
.home-page .home-news .news-block .block-1 .item-news {
  position: relative; }
.home-page .home-news .news-block .block-1 .item-news &gt; img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
  border-radius: 0px 50px 50px 0;
  -webkit-border-radius: 0px 50px 50px 0;
  -moz-border-radius: 0px 50px 50px 0;
  -ms-border-radius: 0px 50px 50px 0;
  -o-border-radius: 0px 50px 50px 0; }
@media (max-width: 767px) {
  .home-page .home-news .news-block .block-1 .item-news &gt; img {
    height: 300px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px; } }
.home-page .home-news .news-block .block-1 .item-news .type-news {
  position: absolute;
  position: absolute;
  top: 43%;
  left: 5%; }
@media (max-width: 767px) {
  .home-page .home-news .news-block .block-1 .item-news .type-news {
    position: absolute;
    top: 25px; } }
.home-page .home-news .news-block .block-1 .item-news .type-news a img {
  height: 35px;
  width: auto; }
.home-page .home-news .news-block .block-1 .caption {
  position: absolute;
  left: 5%;
  bottom: 10%;
  right: 20%; }
@media (max-width: 767px) {
  .home-page .home-news .news-block .block-1 .caption {
    left: 5%;
    right: 0; } }
.home-page .home-news .news-block .block-1 .caption .read-more img {
  width: auto;
  height: 40px; }
.home-page .home-news .news-block .block-2 {
  width: 40%;
  padding-left: 10px; }
@media (max-width: 767px) {
  .home-page .home-news .news-block .block-2 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; } }
.home-page .home-news .news-block .block-2 .item-news {
  position: relative;
  padding-bottom: 20px; }
.home-page .home-news .news-block .block-2 .item-news &gt; img {
  height: 240px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50px 0 0 50px;
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  -ms-border-radius: 50px 0 0 50px;
  -o-border-radius: 50px 0 0 50px; }
@media (max-width: 767px) {
  .home-page .home-news .news-block .block-2 .item-news &gt; img {
    height: 300px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px; } }
.home-page .home-news .news-block .block-2 .caption {
  text-align: right;
  position: absolute;
  left: 10%;
  bottom: 15%;
  right: 5%; }
@media (max-width: 767px) {
  .home-page .home-news .news-block .block-2 .caption {
    left: 5%;
    bottom: 10%;
    right: 5%; } }
.home-page .home-news .news-block .block-2 .caption .read-more img {
  height: 40px;
  width: auto; }
.home-page .home-news .news-block .block-2 .type-news {
  position: absolute;
  left: 5%;
  top: 25px;
  margin-bottom: 20px; }
.home-page .home-news .news-block .block-2 .type-news a img {
  height: 35px;
  width: auto; }
.home-page .home-customer .slider-customer .item-customer {
  padding: 15px; }
.home-page .home-customer .slider-customer .item-customer .wrap-item {
  text-align: center; }
.home-page .home-customer .slider-customer .item-customer .wrap-item .thumb img {
  width: 100%;
  max-width: 200px;
  margin: auto; }
.home-page .home-customer .slider-customer .item-customer .wrap-item .rating {
  margin-top: 10px;
  margin-bottom: 5px;
  pointer-events: none; }
.home-page .home-customer .slider-customer .item-customer .wrap-item .text-content h5 {
  text-align: center;
  font-family: 'Quicksand';
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #004376;
  opacity: 1; }
.home-page .home-customer .slider-customer .item-customer .wrap-item .text-content p {
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #004376;
  opacity: 1; }
.home-page .home-customer .title-block {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 50px; }
.home-page .home-customer .title-block img {
  width: auto;
  height: 35px;
  margin-bottom: 15px; }
.home-page .home-customer .title-block h3 {
  text-align: center;
  font-family: 'Quicksand';
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #004376;
  opacity: 1; }

.star-on-png:before {
  color: #e99c00; }

.news-page .block-news .item-news.item-first {
  padding-right: 450px;
  margin-bottom: 40px; }
@media (max-width: 991px) {
  .news-page .block-news .item-news.item-first {
    padding-left: 0;
    padding-right: 0;
    width: 100%; } }
.news-page .block-news .item-news.item-first .item-wrap {
  position: relative;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px; }
@media (max-width: 767px) {
  .news-page .block-news .item-news.item-first .item-wrap {
    box-shadow: 0px 4px 8px #00000029;
    border: 1px solid #0097FF;
    border-radius: 24px;
    margin-bottom: 30px; } }
.news-page .block-news .item-news.item-first .item-wrap &gt; img {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px; }
@media (max-width: 767px) {
  .news-page .block-news .item-news.item-first .item-wrap &gt; img {
    border-radius: 24px 24px 0 0;
    -webkit-border-radius: 24px 24px 0 0;
    -moz-border-radius: 24px 24px 0 0;
    -ms-border-radius: 24px 24px 0 0;
    -o-border-radius: 24px 24px 0 0; } }
.news-page .block-news .item-news.item-first .item-wrap .type-news {
  position: absolute;
  left: 5%;
  top: 10%; }
@media (max-width: 767px) {
  .news-page .block-news .item-news.item-first .item-wrap .type-news {
    position: unset;
    margin-top: -10px;
    padding-left: 20px; } }
.news-page .block-news .item-news.item-first .item-wrap .type-news a {
  text-decoration: none;
  padding: 7px 20px;
  background-color: #004880;
  box-shadow: 0px 4px 8px #00000041;
  font-family: 'Quicksand';
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px; }
.news-page .block-news .item-news.item-first .item-wrap .read-more {
  display: none;
  padding: 10px 20px 25px 20px; }
@media (max-width: 767px) {
  .news-page .block-news .item-news.item-first .item-wrap .read-more {
    display: flex; } }
.news-page .block-news .item-news.item-first .item-wrap .read-more .date span {
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #0097FF; }
.news-page .block-news .item-news.item-first .item-wrap .read-more .button-more {
  margin-left: auto; }
.news-page .block-news .item-news.item-first .item-wrap .read-more .button-more img {
  width: 35px; }
.news-page .block-news .item-news.item-first .item-wrap .caption-item {
  position: absolute;
  left: 10%;
  bottom: 10%;
  right: 10%; }
@media (max-width: 767px) {
  .news-page .block-news .item-news.item-first .item-wrap .caption-item {
    position: unset;
    padding: 0 20px;
    margin-top: 4%; } }
.news-page .block-news .item-news.item-first .item-wrap .caption-item h2 a {
  font-family: 'Quicksand';
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6;
  color: #ffffff;
  letter-spacing: 0px;
  text-shadow: 0px 3px 6px #00000029;
  opacity: 1; }
@media (max-width: 767px) {
  .news-page .block-news .item-news.item-first .item-wrap .caption-item h2 a {
    font-family: 'Quicksand';
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    color: #004b86;
    letter-spacing: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 43px;
    display: -webkit-box;
    -webkit-box-orient: vertical; } }
.news-page .block-news .item-news.item-first .item-wrap .caption-item p {
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1; }
@media (max-width: 767px) {
  .news-page .block-news .item-news.item-first .item-wrap .caption-item p {
    font-family: 'Quicksand';
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: #004b86;
    letter-spacing: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    height: 68px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 5px; } }

.news-page .block-news .item-news.item-normal .item-wrap {
  box-shadow: 0px 4px 8px #00000029;
  border: 1px solid #0097FF;
  border-radius: 24px;
  margin-bottom: 30px; }
.news-page .block-news .item-news.item-normal .item-wrap .caption-item {
  position: relative;
  padding: 0 20px; }
.news-page .block-news .item-news.item-normal .item-wrap .caption-item h4 a {
  font-family: 'Quicksand';
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  color: #004b86;
  letter-spacing: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 43px;
  display: -webkit-box;
  -webkit-box-orient: vertical; }
.news-page .block-news .item-news.item-normal .item-wrap .caption-item p {
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #004b86;
  letter-spacing: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  height: 68px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 5px; }
.news-page .block-news .item-news.item-normal .item-wrap .item-thumb {
  position: relative;
  margin-bottom: 7%; }
.news-page .block-news .item-news.item-normal .item-wrap .item-thumb img {
  height: 230px;
  width: 100%;
  object-fit: cover;
  border-radius: 24px 24px 0 0;
  -webkit-border-radius: 24px 24px 0 0;
  -moz-border-radius: 24px 24px 0 0;
  -ms-border-radius: 24px 24px 0 0;
  -o-border-radius: 24px 24px 0 0; }
@media (max-width: 1199px) {
  .news-page .block-news .item-news.item-normal .item-wrap .item-thumb img {
    height: 190px; } }
@media (max-width: 991px) {
  .news-page .block-news .item-news.item-normal .item-wrap .item-thumb img {
    height: 217px; } }
@media (max-width: 767px) {
  .news-page .block-news .item-news.item-normal .item-wrap .item-thumb img {
    height: auto; } }
.news-page .block-news .item-news.item-normal .item-wrap .type-news {
  position: absolute;
  left: 20px;
  bottom: -5%; }
.news-page .block-news .item-news.item-normal .item-wrap .type-news a {
  text-decoration: none;
  padding: 7px 20px;
  background-color: #004880;
  box-shadow: 0px 4px 8px #00000041;
  font-family: 'Quicksand';
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  color: #ffffff;
  border-radius: 30px; }
.news-page .block-news .item-news.item-normal .item-wrap .read-more {
  padding: 10px 20px 25px 20px;
  display: flex; }
.news-page .block-news .item-news.item-normal .item-wrap .read-more .date span {
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #004b86; }
.news-page .block-news .item-news.item-normal .item-wrap .read-more .button-more {
  margin-left: auto; }
.news-page .block-news .item-news.item-normal .item-wrap .read-more .button-more img {
  width: 35px; }

.news-page .row-news {
  position: relative; }
.news-page .row-news .block-feature {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  z-index: 1;
  margin-bottom: 50px; }
@media (max-width: 991px) {
  .news-page .row-news .block-feature {
    position: unset; } }
.news-page .row-news .block-feature .wrap-feature .list-feature {
  padding: 30px 15px 30px 15px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 0.4000000059604645px solid #70707066;
  border-radius: 24px;
  opacity: 1; }
@media (max-width: 767px) {
  .news-page .row-news .block-feature .wrap-feature .list-feature {
    padding: 5px; } }
.news-page .row-news .block-feature .wrap-feature h2 {
  text-align: left;
  font-family: 'Quicksand';
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 20px; }
.news-page .row-news .block-feature .list-feature .scroll-wrap {
  padding-right: 10px;
  overflow-y: auto;
  max-height: 374px; }
@media (max-width: 1199px) {
  .news-page .row-news .block-feature .list-feature .scroll-wrap {
    max-height: 242px; } }
@media (max-width: 991px) {
  .news-page .row-news .block-feature .list-feature .scroll-wrap {
    display: flex;
    flex-wrap: wrap;
    max-height: unset; } }
.news-page .row-news .block-feature .list-feature .item-feature {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; }
@media (max-width: 991px) {
  .news-page .row-news .block-feature .list-feature .item-feature {
    width: 50%;
    padding: 15px; } }
@media (max-width: 767px) {
  .news-page .row-news .block-feature .list-feature .item-feature {
    width: 100%; } }
.news-page .row-news .block-feature .list-feature .item-feature .left-item {
  width: 50%;
  padding-right: 10px; }
@media (max-width: 991px) {
  .news-page .row-news .block-feature .list-feature .item-feature .left-item {
    order: 2;
    width: 100%; } }
.news-page .row-news .block-feature .list-feature .item-feature .left-item .title-item h3 {
  margin-bottom: 0; }
.news-page .row-news .block-feature .list-feature .item-feature .left-item .title-item a {
  text-decoration: none;
  font-family: 'Quicksand';
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  display: block;
  color: #5F5F5F;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  height: 65px;
  display: -webkit-box;
  -webkit-box-orient: vertical; }
.news-page .row-news .block-feature .list-feature .item-feature .left-item .date-item span {
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #5F5F5F; }
.news-page .row-news .block-feature .list-feature .item-feature .right-item {
  width: 50%; }
@media (max-width: 991px) {
  .news-page .row-news .block-feature .list-feature .item-feature .right-item {
    order: 1;
    width: 100%; } }
.news-page .row-news .block-feature .list-feature .item-feature .right-item .thumb-item img {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  height: 120px;
  width: 100%;
  object-fit: cover;
  border: 1px solid #5F5F5F; }
@media (max-width: 991px) {
  .news-page .row-news .block-feature .list-feature .item-feature .right-item .thumb-item img {
    height: auto; } }

.news-page .news-search {
  margin-top: 40px;
  padding-bottom: 30px;
  /* background: #000; */
}
.news-page .news-search .search-news {
  position: relative;
  /* background: #fff; */
}
.news-page .news-search form.search-news input[type=text] {
  padding: 15px 10px;
  box-shadow: none;
  outline: none;
  font-family: 'Quicksand';
  font-size: 17px;
  border: 1px solid #0097FF;
  color: #004880;
  background-color: #ffffff;
  float: left;
  width: 100%;
  background: #ffffff;
  padding-left: 50px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.news-page .news-search form.search-news input[type=text]::placeholder {
  color: #004880; }
.news-page .news-search form.search-news button {
  position: absolute;
  left: 10px;
  top: 0;
  width: 30px;
  padding: 15px 10px;
  background: transparent;
  color: grey;
  font-size: 17px;
  border-left: none;
  cursor: pointer;
  box-shadow: 0;
  border: 0; }
.news-page .news-search form.search-news button i {
  color: #0097FF;
  font-size: 20px; }
.news-page .news-search form.search-news button:hover {
  background: #0b7dda; }
.news-page .news-search form.search-news::after {
  content: "";
  clear: both;
  display: table; }

.news-page .block-news-cate .list-cate-news {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0; }
.news-page .block-news-cate .list-cate-news li {
  margin-bottom: 10px; }
.news-page .block-news-cate .list-cate-news li.active {
  position: relative; }
.news-page .block-news-cate .list-cate-news li.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 3px;
  width: 50px;
  background-color: #0097FF;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px; }
.news-page .block-news-cate .list-cate-news li a {
  text-align: left;
  font-family: 'Quicksand';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #0097FF;
  opacity: 1;
  padding-right: 20px;
  text-decoration: none; }

.news-detail .content-detail .feature-img {
  position: relative; }
.news-detail .content-detail .feature-img .title-news {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 80px;
  background-image: url("/assets/images/Group 5984.svg");
  background-size: 100% 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-repeat: no-repeat; }
@media (max-width: 767px) {
  .news-detail .content-detail .feature-img .title-news {
    position: unset;
    background-image: unset;
    height: auto; } }
.news-detail .content-detail .feature-img .title-news h1 {
  padding-left: 16%;
  font-family: 'Quicksand';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: #FFFFFF;
  margin-bottom: 0;
  text-transform: uppercase; }
@media (max-width: 991px) {
  .news-detail .content-detail .feature-img .title-news h1 {
    font-size: 14px; } }
@media (max-width: 767px) {
  .news-detail .content-detail .feature-img .title-news h1 {
    font-size: 18px;
    color: #004376;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0px; } }
@media (max-width: 575px) {
  .news-detail .content-detail .feature-img .title-news h1 {
    font-size: 16px; } }

.news-detail .content-detail .cate-news {
  margin-top: 30px; }
@media (max-width: 575px) {
  .news-detail .content-detail .cate-news {
    margin-top: 15px; } }
.news-detail .content-detail .cate-news &gt; h2 {
  display: inline-block;
  background: transparent linear-gradient(102deg, #46AFFF 0%, #004880 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 8px #00000041;
  border-radius: 1000px;
  font-family: 'Quicksand';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: #FFFFFF;
  padding: 10px 20px; }

.news-detail .content-detail .time-create {
  margin-bottom: 25px; }
.news-detail .content-detail .time-create span {
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #4B4B4B; }

.news-detail .content-detail ul,
.news-detail .content-detail ol {
  padding-left: 0;
  list-style: none; }
.news-detail .content-detail ul li,
.news-detail .content-detail ol li {
  position: relative;
  margin-bottom: 30px;
  line-height: 2;
  padding-left: 30px; }
.news-detail .content-detail ul li::before,
.news-detail .content-detail ol li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 16px;
  height: 16px;
  background-image: url("/assets/images/Ellipse 439.svg");
  background-size: cover;
  background-repeat: no-repeat; }

.news-detail .content-detail .text-content {
  margin-top: 25px; }
.news-detail .content-detail .text-content p {
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #4B4B4B; }
.news-detail .content-detail .text-content strong {
  font-family: 'Quicksand';
  font-weight: 700;
  font-size: 16px; }
.news-detail .content-detail .text-content h1,
.news-detail .content-detail .text-content h2,
.news-detail .content-detail .text-content h3,
.news-detail .content-detail .text-content h4,
.news-detail .content-detail .text-content h5,
.news-detail .content-detail .text-content h6 {
  font-family: 'Quicksand';
  font-weight: bold;
  font-size: 18px; }

.news-detail .form-register {
  border: 1px solid #46AFFF;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 40px; }
.news-detail .form-register h4 {
  font-family: 'Quicksand';
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4;
  color: #0097FF;
  text-transform: uppercase;
  margin-bottom: 30px; }
@media (max-width: 575px) {
  .news-detail .form-register h4 {
    font-size: 18px; } }
.news-detail .form-register .form-control {
  border: 1px solid #46AFFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }
.news-detail .form-register .btn-submit {
  padding: 0;
  background-color: transparent; }
.news-detail .form-register .btn-submit img {
  max-width: 360px; }

@media (max-width: 575px) {
  .news-detail .slider-product {
    margin: 0 20px; } }

.news-detail .slider-product .slick-prev {
  width: 35px;
  height: 35px; }
.news-detail .slider-product .slick-prev::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  width: 35px;
  height: 35px;
  background-image: url("/assets/images/Icon ionic-ios-arrow-dropright-circle-1.svg");
  background-size: cover; }

.news-detail .slider-product .slick-next {
  width: 35px;
  height: 35px; }
.news-detail .slider-product .slick-next::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  width: 35px;
  height: 35px;
  background-image: url("/assets/images/Icon ionic-ios-arrow-dropright-circle-2.svg");
  background-size: cover; }

.news-detail .slider-product .item-product {
  padding: 0 20px;
  padding-bottom: 10px; }
.news-detail .slider-product .item-product .wrap-item {
  box-shadow: 0px 4px 8px #00000029;
  border: 1px solid #0097FF;
  border-radius: 24px; }
.news-detail .slider-product .item-product .wrap-item .thumb-item {
  position: relative; }
.news-detail .slider-product .item-product .wrap-item .thumb-item &gt; img {
  width: 100%;
  border-radius: 24px 24px 0 0;
  -webkit-border-radius: 24px 24px 0 0;
  -moz-border-radius: 24px 24px 0 0;
  -ms-border-radius: 24px 24px 0 0;
  -o-border-radius: 24px 24px 0 0; }
.news-detail .slider-product .item-product .wrap-item .thumb-item .item-feature {
  position: absolute;
  left: 25px;
  bottom: -7%; }
.news-detail .slider-product .item-product .wrap-item .thumb-item .item-feature img {
  width: 140px; }
.news-detail .slider-product .item-product .wrap-item .item-text {
  padding: 0 25px; }
.news-detail .slider-product .item-product .wrap-item .item-text h4 a {
  display: block;
  margin-top: 25px;
  text-align: left;
  font-family: 'Quicksand';
  font-weight: bold;
  line-height: 1.3;
  font-size: 20px;
  letter-spacing: 0px;
  color: #004376;
  opacity: 1; }
.news-detail .slider-product .item-product .wrap-item .item-text p {
  text-align: left;
  font-family: 'Quicksand';
  font-weight: 400;
  letter-spacing: 0px;
  color: #004376;
  opacity: 1; }
.news-detail .slider-product .item-product .wrap-item .read-more {
  padding: 0 20px 20px 25px; }
.news-detail .slider-product .item-product .wrap-item .read-more a {
  display: flex;
  text-decoration: underline;
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #004376;
  opacity: 1; }
.news-detail .slider-product .item-product .wrap-item .read-more a img {
  margin-left: 5px;
  width: 20px; }

.news-detail .news-product {
  margin-bottom: 50px; }
.news-detail .news-product h3 {
  margin-bottom: 30px;
  font-weight: bold; }
@media (max-width: 575px) {
  .news-detail .news-product h3 {
    text-align: center;
    font-size: 20px; } }
.news-detail .news-product .slider-product {
  margin-left: -16px;
  margin-right: -16px; }
@media (max-width: 1199px) {
  .news-detail .news-product .slider-product {
    margin-left: 0px;
    margin-right: 0px; } }
@media (max-width: 575px) {
  .news-detail .news-product .slider-product {
    margin-left: 15px;
    margin-right: 15px; } }

.block-detail-news {
  padding-top: 15; }

.search-page .block-form-search {
  margin-top: 40px; }
.search-page .block-form-search .left-img {
  text-align: center; }
@media (max-width: 575px) {
  .search-page .block-form-search .left-img img {
    max-width: 60%; } }
.search-page .block-form-search .form-search {
  padding-top: 40px; }
.search-page .block-form-search .my-form .form-row h2 {
  font-size: 30px;
  font-weight: bold;
  color: #4B4B4B;
  margin-bottom: 10px; }
.search-page .block-form-search .my-form .form-row .text-border {
  position: relative;
  font-weight: 500;
  letter-spacing: 0px;
  color: #4B4B4B;
  margin-bottom: 40px; }
.search-page .block-form-search .my-form .form-row .text-border::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100px;
  height: 3px;
  background-color: #0097FF;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px; }
.search-page .block-form-search .my-form input.form-control {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 0.4000000059604645px solid #0097FF;
  border-radius: 1000px;
  opacity: 1;
  font-size: 18px;
  padding: 30px; }
.search-page .block-form-search .my-form .form-group img {
  height: 62px;
  width: auto; }
.search-page .block-form-search .my-form .btn.btn-submit {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #0097FF;
  padding: 10px 50px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px; }

.search-page .result-block {
  margin-bottom: 50px;
  margin-top: 30px; }
.search-page .result-block .wrap-table {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 24px;
  opacity: 1;
  padding: 20px; }
.search-page .result-block table {
  background-color: transparent;
  font-family: 'Quicksand'; }
.search-page .result-block table th {
  background-color: transparent;
  font-weight: 600;
  color: #004376; }
.search-page .result-block table td,
.search-page .result-block table tr {
  text-align: center;
  background-color: transparent; }
.search-page .result-block table td,
.search-page .result-block table th {
  min-width: 130px !important; }
.search-page .result-block table tr {
  border-top: 1px solid #c0c0c0; }
.search-page .result-block table thead tr {
  border: 0; }

.legislation-page .block-legislation .menu-legislation {
  /* margin-top: 30px; */
  /* margin-bottom: 40px; */
}
.legislation-page .block-legislation .menu-legislation .nav-menu {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none; }
.legislation-page .block-legislation .menu-legislation .nav-menu .item-menu {
  width: 33.33%;
  text-align: center; }
.legislation-page .block-legislation .menu-legislation .nav-menu .item-menu a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  text-decoration: none; }
@media (max-width: 575px) {
  .legislation-page .block-legislation .menu-legislation .nav-menu .item-menu a {
    font-size: 3.5vw; } }
.legislation-page .block-legislation .menu-legislation .nav-menu .item-menu.active a {
  color: #0097FF;
  position: relative; }
.legislation-page .block-legislation .menu-legislation .nav-menu .item-menu.active a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 3px;
  background-color: #0097FF;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px; }

.legislation-page .block-legislation .list-legislation .item-legislation {
  display: flex;
  padding: 15px 30px;
  background: #F2F2F2 0% 0% no-repeat padding-box;
  border-radius: 24px;
  opacity: 1;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  margin-bottom: 30px; }
@media (max-width: 575px) {
  .legislation-page .block-legislation .list-legislation .item-legislation {
    padding: 10px 15px; } }
.legislation-page .block-legislation .list-legislation .item-legislation .left-item {
  width: 100%; }
.legislation-page .block-legislation .list-legislation .item-legislation .left-item h3 {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #004376;
  opacity: 1;
  margin-bottom: 3px; }
@media (max-width: 575px) {
  .legislation-page .block-legislation .list-legislation .item-legislation .left-item h3 {
    font-size: 3.5vw; } }
.legislation-page .block-legislation .list-legislation .item-legislation .left-item span {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0px;
  color: #004376;
  opacity: 1; }
@media (max-width: 575px) {
  .legislation-page .block-legislation .list-legislation .item-legislation .left-item span {
    font-size: 3.5vw; } }
.legislation-page .block-legislation .list-legislation .item-legislation .right-item {
  width: 40px;
  margin-left: 20px; }
@media (max-width: 575px) {
  .legislation-page .block-legislation .list-legislation .item-legislation .right-item {
    width: 40px;
    margin-left: 10px; } }
.legislation-page .block-legislation .list-legislation .item-legislation .right-item .icon-download {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }

.page-overview .block-menu {
  margin-bottom: 20px; }
.page-overview .block-menu .wrap-menu .list-menu {
  padding-left: 0;
  list-style: none;
  display: flex;
  background-color: #0097FF1A; }
@media (max-width: 767px) {
  .page-overview .block-menu .wrap-menu .list-menu {
    overflow-x: scroll; } }
.page-overview .block-menu .wrap-menu .list-menu .menu-item {
  width: 16.66%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 42px;
}
@media (max-width: 767px) {
  .page-overview .block-menu .wrap-menu .list-menu .menu-item {
    min-width: 120px; } }
.page-overview .block-menu .wrap-menu .list-menu .menu-item a {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.3;
  font-size: 15px;
  padding: 5px 0;
  color: #000000;
  text-decoration: none;
  padding: 15px 0;
}
.page-overview .block-menu .wrap-menu .list-menu .menu-item.active a, .page-overview .block-menu .wrap-menu .list-menu .menu-item:hover a {
  color: #0097FF; }

.page-overview .about-page .page-content .about-title {
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #0097FF;
  opacity: 1; }
@media (max-width: 767px) {
  .page-overview .about-page .page-content .about-title {
    font-size: 20px; } }

.page-overview .about-page .page-content p,
.page-overview .about-page .page-content li {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #004376;
  opacity: 1; }

.page-overview .about-page .about-item-1 {
  padding-left: 5%;
  margin-top: 30px; }
@media (max-width: 767px) {
  .page-overview .about-page .about-item-1 {
    padding-left: 0; } }
.page-overview .about-page .about-item-1 .media-right {
  display: flex;
  margin-bottom: 25px;
  flex-wrap: wrap; }
.page-overview .about-page .about-item-1 .media-right .text-left {
  width: 45%;
  display: flex;
  align-items: flex-end; }
@media (max-width: 991px) {
  .page-overview .about-page .about-item-1 .media-right .text-left {
    order: 2;
    width: 100%; } }
.page-overview .about-page .about-item-1 .media-right .text-left p {
  text-indent: 50px;
  margin-bottom: 0; }
.page-overview .about-page .about-item-1 .media-right .img-right {
  padding-left: 10px;
  width: 55%; }
@media (max-width: 991px) {
  .page-overview .about-page .about-item-1 .media-right .img-right {
    order: 1;
    width: 100%;
    margin-bottom: 20px; } }

.page-overview .about-page .about-item-2 {
  padding-left: 20%; }
@media (max-width: 767px) {
  .page-overview .about-page .about-item-2 {
    padding-left: 0%; } }
.page-overview .about-page .about-item-2 ul {
  padding-left: 0;
  list-style: none; }
.page-overview .about-page .about-item-2 ul li {
  position: relative;
  margin-bottom: 30px;
  text-indent: 60px;
  line-height: 2; }
.page-overview .about-page .about-item-2 ul li::before {
  content: '';
  position: absolute;
  left: 25px;
  top: 9px;
  width: 18px;
  height: 18px;
  background-image: url("/assets/images/Ellipse 439.svg");
  background-size: cover;
  background-repeat: no-repeat; }

.page-overview .about-page .about-item-3 {
  margin-bottom: 100px; }
@media (max-width: 991px) {
  .page-overview .about-page .about-item-3 {
    margin-bottom: 50px; } }
.page-overview .about-page .about-item-3 .dl-style {
  display: flex; }
@media (max-width: 991px) {
  .page-overview .about-page .about-item-3 .dl-style {
    flex-wrap: wrap; } }
.page-overview .about-page .about-item-3 .dl-style .item-left {
  width: 40%; }
@media (max-width: 991px) {
  .page-overview .about-page .about-item-3 .dl-style .item-left {
    width: 100%;
    margin-bottom: 25px; } }
.page-overview .about-page .about-item-3 .dl-style .item-right {
  padding-left: 20px;
  display: flex;
  align-items: center; }
.page-overview .about-page .about-item-3 .dl-style .item-right ul li {
  padding-bottom: 10px; }
@media (max-width: 767px) {
  .page-overview .about-page .about-item-3 .dl-style .item-right {
    padding-left: 0px; } }

.page-overview .letters-page .letters-item-1 .block-1 {
  padding-left: 10%; }
.page-overview .letters-page .letters-item-1 .block-1 {
  padding-left: 10%;
}
@media (max-width: 767px) {
  .page-overview .letters-page .letters-item-1 .block-1 {
    padding-left: 0; } }
.page-overview .letters-page .letters-item-1 .block-1 .img-center {
  width: 80%;
  margin: auto;
  margin-bottom: 30px; }
@media (max-width: 767px) {
  .page-overview .letters-page .letters-item-1 .block-1 .img-center {
    width: 100%; } }
.page-overview .letters-page .letters-item-1 .block-1 ul {
  padding-left: 0;
  margin-left: -30px;
  list-style: none; }
@media (max-width: 767px) {
  .page-overview .letters-page .letters-item-1 .block-1 ul {
    margin-left: 0; } }
.page-overview .letters-page .letters-item-1 .block-1 ul li {
  position: relative;
  margin-bottom: 30px;
  line-height: 1.8;
  padding-left: 30px; }
.page-overview .letters-page .letters-item-1 .block-1 ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 18px;
  height: 18px;
  background-image: url("/assets/images/Ellipse 439.svg");
  background-size: cover;
  background-repeat: no-repeat; }

.page-overview .letters-page .letters-item-1 .block-2 .media-left {
  display: flex;
  align-items: center; }
@media (max-width: 1199px) {
  .page-overview .letters-page .letters-item-1 .block-2 .media-left {
    flex-wrap: wrap; } }
.page-overview .letters-page .letters-item-1 .block-2 .media-left .item-left {
  display: flex;
  width: 40%; }
.page-overview .letters-page .letters-item-1 .block-2 .media-left .item-left p {
  text-align: center; }
@media (max-width: 1199px) {
  .page-overview .letters-page .letters-item-1 .block-2 .media-left .item-left {
    text-align: center;
    width: 100%; } }
@media (max-width: 1199px) {
  .page-overview .letters-page .letters-item-1 .block-2 .media-left .item-left img {
    width: 80%; } }
.page-overview .letters-page .letters-item-1 .block-2 .media-left .item-right {
  padding-left: 20px;
  width: 60%; }
.page-overview .letters-page .letters-item-1 .block-2 .media-left .item-right p {
  line-height: 1.5; }
@media (max-width: 1199px) {
  .page-overview .letters-page .letters-item-1 .block-2 .media-left .item-right {
    width: 100%;
    padding-left: 0px; } }

.page-overview .letters-page .letters-item-2 {
  padding-left: 15%; }
@media (max-width: 991px) {
  .page-overview .letters-page .letters-item-2 {
    padding-left: 10%; } }
@media (max-width: 767px) {
  .page-overview .letters-page .letters-item-2 {
    padding-left: 0; } }
.page-overview .letters-page .letters-item-2 &gt; .wrap-item {
  background-color: #0097FF0D;
  padding: 20px 25px 20px 25px;
  max-width: 750px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px; }
@media (max-width: 767px) {
  .page-overview .letters-page .letters-item-2 &gt; .wrap-item {
    width: 100%; } }

.page-overview .letters-page .letters-item-3 {
  padding-left: 15%;
  margin-bottom: 100px; }
@media (max-width: 991px) {
  .page-overview .letters-page .letters-item-3 {
    padding-left: 10%; } }
@media (max-width: 767px) {
  .page-overview .letters-page .letters-item-3 {
    padding-left: 0;
    margin-bottom: 70px; } }
.page-overview .letters-page .letters-item-3 &gt; .wrap-item {
  background-color: #0097FF0D;
  display: inline-block;
  padding: 20px 25px 20px 25px;
  max-width: 750px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px; }
@media (max-width: 767px) {
  .page-overview .letters-page .letters-item-3 &gt; .wrap-item {
    width: 100%; } }

.page-overview .letters-page p,
.page-overview .letters-page li {
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0px;
  color: #004376;
  opacity: 1; }

.page-overview .table-contents {
  margin-bottom: 30px;
  margin-top: 30px; }
.page-overview .table-contents h2,
.page-overview .table-contents h3 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0px;
  color: #004376;
  opacity: 1;
  padding-left: 35px;
  position: relative; }
.page-overview .table-contents h2::after,
.page-overview .table-contents h3::after {
  content: '';
  position: absolute;
  left: 1px;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url(/assets/images/icon-item-contents.png);
  background-size: cover;
  background-repeat: no-repeat; }

.page-overview .organizational-page {
  margin-bottom: 70px; }
@media (max-width: 767px) {
  .page-overview .organizational-page {
    margin-bottom: 50px; } }
.page-overview .organizational-page .organizational-item-1 {
  position: relative; }
.page-overview .organizational-page .organizational-chart {
  text-align: center; }
.page-overview .organizational-page .organizational-chart img {
  max-width: 900px; }
.page-overview .organizational-page .organizational-text {
  position: absolute;
  left: 0;
  top: 0; }
@media (max-width: 991px) {
  .page-overview .organizational-page .organizational-text {
    position: unset;
    margin-bottom: 30px; } }
.page-overview .organizational-page .organizational-text h3 {
  font-size: 15px;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0px;
  color: #004376;
  opacity: 1; }
@media (max-width: 1199px) {
  .page-overview .organizational-page .organizational-text h3 {
    font-size: 13px; } }
@media (max-width: 767px) {
  .page-overview .organizational-page .organizational-text h3 {
    font-size: 3.5vw; } }

.page-overview .vision-mission-page .logo-for-page {
  text-align: center; }
.page-overview .vision-mission-page .logo-for-page img {
  max-width: 430px; }
@media (max-width: 767px) {
  .page-overview .vision-mission-page .logo-for-page img {
    max-width: 60%; } }

.page-overview .vision-mission-page p,
.page-overview .vision-mission-page li {
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0px;
  color: #004376;
  opacity: 1; }

.page-overview .vision-mission-page .box-wrap {
  margin-bottom: 70px;
  max-width: 900px;
  background: #0097FF0D 0% 0% no-repeat padding-box;
  margin-left: 10%;
  padding: 30px 25px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px; }
@media (max-width: 767px) {
  .page-overview .vision-mission-page .box-wrap {
    margin-left: 0;
    margin-bottom: 50px; } }

.page-overview .box-infor {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 120px; }
@media (max-width: 767px) {
  .page-overview .box-infor {
    margin-bottom: 70px; } }
.page-overview .box-infor .left-item {
  width: 66%; }
@media (max-width: 991px) {
  .page-overview .box-infor .left-item {
    width: 100%; } }
.page-overview .box-infor .left-item .wrap-item {
  padding: 30px;
  background: #0097FF 0% 0% no-repeat padding-box;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px; }
.page-overview .box-infor .left-item .wrap-item p {
  margin-bottom: 5px;
  line-height: 1.4; }
.page-overview .box-infor .left-item .wrap-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px; }
@media (max-width: 767px) {
  .page-overview .box-infor .left-item .wrap-item h3 {
    font-size: 18px; } }
.page-overview .box-infor .left-item .wrap-item p,
.page-overview .box-infor .left-item .wrap-item h3,
.page-overview .box-infor .left-item .wrap-item a {
  color: #FFFFFF; }
.page-overview .box-infor .right-item {
  padding-left: 20px;
  width: 34%;
  text-align: center; }
@media (max-width: 991px) {
  .page-overview .box-infor .right-item {
    width: 100%; } }
@media (max-width: 991px) {
  .page-overview .box-infor .right-item .img-thumb img {
    max-width: 70%; } }
.page-overview .box-infor .right-item .btn-request-counselling a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18px;
  background: transparent linear-gradient(102deg, #46AFFF 0%, #004880 100%) 0% 0% no-repeat padding-box;
  padding: 15px 30px;
  box-shadow: 0px 4px 8px #00000041;
  border-radius: 1000px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px; }
@media (max-width: 767px) {
  .page-overview .box-infor .right-item .btn-request-counselling a {
    font-size: 14px; } }

.page-overview .fields-of-page .media-right {
  display: flex;
  flex-wrap: wrap; }
.page-overview .fields-of-page .media-right .item-leftt {
  width: 65%; }
@media (max-width: 991px) {
  .page-overview .fields-of-page .media-right .item-leftt {
    width: 100%;
    margin-bottom: 20px; } }
.page-overview .fields-of-page .media-right .item-leftt p {
  line-height: 1.4;
  font-size: 17px; }
.page-overview .fields-of-page .media-right .item-leftt .wrap-item {
  padding: 30px 30px 20px 30px;
  background: #0097FF0D 0% 0% no-repeat padding-box;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px; }
.page-overview .fields-of-page .media-right .item-right {
  width: 35%;
  padding-left: 20px; }
@media (max-width: 991px) {
  .page-overview .fields-of-page .media-right .item-right {
    width: 100%;
    margin-bottom: 30px; } }
.page-overview .fields-of-page .media-right .item-right .wrap-image {
  display: flex;
  height: 100%;
  align-items: center;
  text-align: center;
  justify-content: center; }
@media (max-width: 991px) {
  .page-overview .fields-of-page .media-right .item-right .wrap-image img {
    max-width: 500px; } }

.page-overview .fields-of-page p,
.page-overview .fields-of-page li {
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0px;
  color: #004376;
  opacity: 1; }

.page-overview .fields-of-page .box-wrap {
  margin-bottom: 70px;
  max-width: 900px;
  background: #0097FF0D 0% 0% no-repeat padding-box;
  margin-left: 10%;
  padding: 30px 25px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px; }
@media (max-width: 767px) {
  .page-overview .fields-of-page .box-wrap {
    margin-left: 0;
    margin-bottom: 50px; } }

.page-overview .certification-page .media-right {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
@media (max-width: 767px) {
  .page-overview .certification-page .media-right {
    margin-bottom: 30px; } }
.page-overview .certification-page .media-right .item-leftt {
  width: 65%; }
@media (max-width: 991px) {
  .page-overview .certification-page .media-right .item-leftt {
    width: 100%;
    margin-bottom: 20px; } }
.page-overview .certification-page .media-right .item-leftt p {
  line-height: 1.4;
  font-size: 17px; }
.page-overview .certification-page .media-right .item-leftt .wrap-item {
  padding: 30px 30px 20px 30px;
  background: #0097FF0D 0% 0% no-repeat padding-box;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px; }
.page-overview .certification-page .media-right .item-right {
  width: 35%;
  padding-left: 20px; }
@media (max-width: 991px) {
  .page-overview .certification-page .media-right .item-right {
    padding-left: 0;
    width: 100%;
    margin-bottom: 50px; } }
.page-overview .certification-page .media-right .item-right .wrap-image {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center; }
.page-overview .certification-page .media-right .item-right .wrap-image img {
  max-width: 400px; }

.page-overview .certification-page p,
.page-overview .certification-page li {
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0px;
  color: #004376;
  opacity: 1; }

.page-contact .form-block {
  margin-top: 50px; }
.page-contact .form-block .form-1 h2 {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 40px; }
@media (max-width: 991px) {
  .page-contact .form-block .form-1 h2 {
    font-size: 14px; } }
@media (max-width: 767px) {
  .page-contact .form-block .form-1 h2 {
    font-size: 17px; } }
.page-contact .form-block .form-1 .form-group {
  margin-bottom: 10px; }
.page-contact .form-block .form-1 .form-group input.form-control {
  height: 45px;
  padding-left: 30px;
  padding-right: 30px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #0097FF;
  border-radius: 36px;
  opacity: 1;
  outline: none;
  box-shadow: none; }
.page-contact .form-block .form-1 .form-group textarea.form-control {
  box-shadow: none;
  outline: none;
  padding: 15px 30px;
  border: 1px solid #0097FF;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px; }
.page-contact .form-block .form-1 .form-group label {
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-bottom: 15px;
  margin-top: 10px; }
@media (max-width: 991px) {
  .page-contact .form-block .form-1 .form-group label {
    font-size: 14px; } }
@media (max-width: 767px) {
  .page-contact .form-block .form-1 .form-group label {
    font-size: 16px; } }
.page-contact .form-block .form-1 .form-group .block-recaptcha {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: auto;
  max-width: 500px; }
.page-contact .form-block .form-1 .form-group button[type=submit] {
  margin: auto;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 30px;
  width: 400px;
  border: 0;
  box-shadow: none;
  outline: none;
  background: transparent linear-gradient(186deg, #FFC862 0%, #FF5900 100%) 0% 0% no-repeat padding-box;
  border-radius: 36px; }
@media (max-width: 575px) {
  .page-contact .form-block .form-1 .form-group button[type=submit] {
    max-width: 280px;
    font-size: 16px; } }
.page-contact .form-block .form-1 .form-button {
  text-align: center; }
.page-contact .form-block .or-form {
  text-align: center; }
.page-contact .form-block .or-form h3 {
  margin-top: 50px;
  display: inline-block;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0px;
  color: #0097FF;
  opacity: 1;
  position: relative; }
@media (max-width: 767px) {
  .page-contact .form-block .or-form h3 {
    margin-top: 30px;
    margin-bottom: 30px; } }
.page-contact .form-block .or-form h3::before {
  content: '';
  position: absolute;
  top: 11px;
  left: -100px;
  width: 90px;
  height: 1px;
  background-color: #000000; }
.page-contact .form-block .or-form h3::after {
  content: '';
  position: absolute;
  top: 11px;
  right: -100px;
  width: 90px;
  height: 1px;
  background-color: #000000; }
.page-contact .form-block .form-2 h2 {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 40px; }
@media (max-width: 991px) {
  .page-contact .form-block .form-2 h2 {
    font-size: 14px; } }
@media (max-width: 767px) {
  .page-contact .form-block .form-2 h2 {
    font-size: 17px; } }
.page-contact .form-block .form-2 .form-register {
  border: 1px solid #46AFFF;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 40px; }
.page-contact .form-block .form-2 .form-register h4 {
  font-family: 'Quicksand';
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4;
  color: #0097FF;
  text-transform: uppercase;
  margin-bottom: 30px; }
@media (max-width: 575px) {
  .page-contact .form-block .form-2 .form-register h4 {
    font-size: 18px; } }
.page-contact .form-block .form-2 .form-register .form-control {
  border: 1px solid #46AFFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }
.page-contact .form-block .form-2 .form-register .block-recaptcha {
  padding-top: 15px;
  padding-bottom: 10px;
  margin: auto;
  max-width: 500px; }
.page-contact .form-block .form-2 .form-register .form-button {
  text-align: center; }
.page-contact .form-block .form-2 .form-register button[type=submit] {
  margin: auto;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 30px;
  width: 400px;
  border: 0;
  box-shadow: none;
  outline: none;
  background: transparent linear-gradient(186deg, #FFC862 0%, #FF5900 100%) 0% 0% no-repeat padding-box;
  border-radius: 36px; }
@media (max-width: 575px) {
  .page-contact .form-block .form-2 .form-register button[type=submit] {
    max-width: 280px;
    font-size: 16px; } }
.page-contact .form-block .form-2 .form-register .form-title {
  text-align: center; }
.page-contact .form-block .form-2 .form-register .form-title h4 {
  width: 100%; }

.page-contact .infor-company h3 {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 35px;
  position: relative;
  text-transform: uppercase; }
.page-contact .infor-company h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100px;
  height: 5px;
  background: transparent linear-gradient(186deg, #FFC862 0%, #FF5900 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }

.page-contact .block-map {
  margin-top: 20px;
  margin-bottom: 50px; }
.page-contact .block-map .wrap-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; }
.page-contact .block-map .wrap-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.page-contact .block-agency {
  margin-top: 50px;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 50px; }
@media (max-width: 767px) {
  .page-contact .block-agency {
    position: unset;
    margin-top: 0px;
    margin-bottom: 70px; } }
.page-contact .block-agency h3 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0px;
  color: #004376;
  opacity: 1; }
@media (max-width: 991px) {
  .page-contact .block-agency h3 {
    font-size: 16px; } }
.page-contact .block-agency .wrap-agency {
  margin-top: 25px;
  padding: 25px 20px;
  background: #0097FF0D 0% 0% no-repeat padding-box;
  border-radius: 24px; }
.page-contact .block-agency .wrap-agency .item-agency {
  margin-bottom: 15px; }
.page-contact .block-agency .wrap-agency .item-agency h4 {
  font-size: 16px;
  font-weight: bold;
  color: #004376;
  margin-bottom: 0; }
.page-contact .block-agency .wrap-agency .item-agency p {
  color: #004376;
  margin-bottom: 0px; }

.page-project .block-project {
  margin-top: 50px; }
.page-project .block-project .list-project {
  justify-content: center; }
.page-project .block-project .item-project {
  margin-bottom: 30px; }
.page-project .block-project .thum-item img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px; }
@media (max-width: 1199px) {
  .page-project .block-project .thum-item img {
    height: 290px; } }
@media (max-width: 991px) {
  .page-project .block-project .thum-item img {
    height: 330px; } }
@media (max-width: 767px) {
  .page-project .block-project .thum-item img {
    height: auto;
    width: 100%; } }
.page-project .block-project .item-content {
  margin-top: 10px;
  text-align: center; }
.page-project .block-project .item-content h3 {
  font-weight: bold;
  font-size: 18px;
  color: #0097FF;
  margin-bottom: 5px; }
.page-project .block-project .item-content h3 a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit; }
.page-project .block-project .item-content p {
  font-weight: 500;
  margin-bottom: 0;
  color: #004376; }

.mr-auto {
  margin: auto; }

img {
  width: 100%; }

.hidden {
  display: none; }

* {
  scrollbar-width: auto;
  scrollbar-color: #165ad0 #ffffff; }

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

*::-webkit-scrollbar-thumb {
  background: linear-gradient(0deg, #0097ff 0%, #0097ff 0%);
  border-radius: 15px; }

*::-webkit-scrollbar-thumb:hover {
  background: radial-gradient(circle, #0097ff 0%, #0097ff 0%); }

*::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: inset 7px 10px 12px #f0f0f0; }

.floating-button {
  position: fixed;
  top: 75%;
  right: 10px;
  width: 50px;
  z-index: 5; }
.floating-button .button-1 {
  margin-bottom: 10px; }

.banner-cate img {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px; }

.pagination-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px; }

.pagination .page-item .page-link {
  border: 0;
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  display: block;
  color: #004278;
  opacity: 0.5; }

.pagination .page-item.active .page-link {
  background-color: transparent !important;
  opacity: 1;
  font-weight: 700 !important; }

.slick-initialized {
  margin-bottom: 80px; }
@media (max-width: 575px) {
  .slick-initialized {
    margin: 0 20px 40px 20px; } }
.slick-initialized .item-partner img {
  width: 100%; }
.slick-initialized .slick-prev {
  width: 35px;
  height: 35px;
  z-index: 10; }
.slick-initialized .slick-prev::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  width: 35px;
  height: 35px;
  background-image: url("/assets/images/Icon ionic-ios-arrow-dropright-circle-1.svg");
  background-size: cover; }
.slick-initialized .slick-next {
  width: 35px;
  height: 35px;
  z-index: 10; }
.slick-initialized .slick-next::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  width: 35px;
  height: 35px;
  background-image: url("/assets/images/Icon ionic-ios-arrow-dropright-circle-2.svg");
  background-size: cover; }

.banner-cate .wrap-banner {
  position: relative; }
@media (max-width: 575px) {
  .banner-cate .wrap-banner &gt; img {
    min-height: 100px;
    object-fit: cover; } }
.banner-cate .wrap-banner .caption {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%; }
.banner-cate .wrap-banner .caption h2,
.banner-cate .wrap-banner .caption h1 {
  color: #ffffff;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 30px;
  text-shadow: 0px 3px 6px #0000007C;
  display: flex;
  align-items: center; }
@media (max-width: 575px) {
  .banner-cate .wrap-banner .caption h2,
  .banner-cate .wrap-banner .caption h1 {
    font-size: 18px; } }
.banner-cate .wrap-banner .caption h2 img,
.banner-cate .wrap-banner .caption h1 img {
  height: 40px;
  width: auto;
  margin-right: 15px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }
@media (max-width: 575px) {
  .banner-cate .wrap-banner .caption h2 img,
  .banner-cate .wrap-banner .caption h1 img {
    min-height: 25px;
    height: 25px; } }
.banner-cate .wrap-banner .caption h2 i,
.banner-cate .wrap-banner .caption h1 i {
  margin-right: 5px; }

.nav-breadcrumb .breadcrumb {
  background-color: transparent;
  padding-left: 0;
  padding-top: 20px; }
.nav-breadcrumb .breadcrumb .breadcrumb-item a {
  padding-right: 12px;
  font-family: 'Quicksand';
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  color: #989898;
  opacity: 0.6; }
.nav-breadcrumb .breadcrumb .breadcrumb-item.active {
  padding-right: 12px;
  font-family: 'Quicksand';
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
  opacity: 1; }
.nav-breadcrumb .breadcrumb .breadcrumb-item.active&gt;a{
  padding-right: 12px;
  font-family: 'Quicksand';
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
  opacity: 1; }
.nav-breadcrumb .breadcrumb .breadcrumb-item::before {
  display: none; }
.nav-breadcrumb .breadcrumb .breadcrumb-item::after {
  color: #989898;
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.nav-breadcrumb .breadcrumb .breadcrumb-item:last-child::after {
  display: none; }

.accordion {
  padding: 0;
  margin-bottom: 30px; }
.accordion .accordion-group {
  margin-bottom: 20px; }
.accordion .accordion-heading {
  padding: 0;
  background-color: transparent;
  position: relative;
  border: 1px solid #0095ff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }
.accordion .accordion-heading a {
  display: block;
  width: 100%;
  padding: 15px 25px;
  font-weight: bold;
  text-transform: uppercase;
  color: inherit;
  cursor: pointer;
  font-size: 16px;
  color: #004278 !important; }
@media (max-width: 575px) {
  .accordion .accordion-heading a {
    padding: 15px; } }
.accordion .accordion-heading a::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 5px;
  width: 36px;
  height: 36px;
  margin-left: auto;
  background-image: url("/assets/images/Group 5707_2.svg"); }
.accordion .accordion-heading a.collapsed {
  background-color: transparent;
  color: #000000; }
.accordion .accordion-heading a.collapsed::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 10px;
  width: 36px;
  height: 36px;
  margin-left: auto;
  background-image: url("/assets/images/Group 5707.svg"); }
.accordion .accordion-heading a:hover::after {
  font-weight: 900; }
.accordion .accordion-inner {
  padding-top: 20px;
  margin-bottom: 20px; }

.scroll-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
  background: url('/assets/images/bg_home.jpg');
  background-size: 100%;
}
@media (max-width: 575px) {
  .scroll-sticky {
    position: unset; } }

.side-bar-right {
  padding: 25px 0px; }
.side-bar-right h3 {
  font-family: 'Quicksand';
  font-weight: bold;
  line-height: 1.3;
  font-size: 18px;
  letter-spacing: 0px;
  color: #004376;
  margin-bottom: 15px; }
.side-bar-right .service-wrap {
  padding: 30px 25px 0px 25px;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px #00000029;
  border-radius: 24px;
  margin-bottom: 30px; }
.side-bar-right .service-wrap .list-service {
  padding-left: 0;
  list-style: none; }
.side-bar-right .service-wrap .list-service a {
  font-family: 'Quicksand';
  font-weight: bold;
  line-height: 1.3;
  font-size: 16px;
  color: #323232;
  display: flex;
  text-decoration: none; }
@media (max-width: 575px) {
  .side-bar-right .service-wrap .list-service a {
    font-size: 14px; } }
.side-bar-right .service-wrap .list-service a i {
  color: #323232;
  margin-left: auto; }
.side-bar-right .service-wrap .list-service .item-service {
  padding-bottom: 30px; }
.side-bar-right .service-wrap .list-service .item-service.active a, .side-bar-right .service-wrap .list-service .item-service:hover a {
  color: #0097FF; }
.side-bar-right .service-wrap .list-service .item-service.active a i, .side-bar-right .service-wrap .list-service .item-service:hover a i {
  color: #0097FF; }
.side-bar-right .block-gold .table-wrap {
  padding: 30px 15px 20px 15px;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px #00000029;
  border-radius: 24px;
  margin-bottom: 30px; }
.side-bar-right .block-gold .table-golde {
  margin-bottom: 30px; }
.side-bar-right .last-news .news-wrap .list-news .item-news {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px #00000029;
  border-radius: 24px;
  margin-bottom: 30px; }
@media (max-width: 575px) {
  .side-bar-right .last-news .news-wrap .list-news .item-news {
    border-radius: 15px; } }
.side-bar-right .last-news .news-wrap .list-news .item-news .thumb-img {
  width: 40%; }
.side-bar-right .last-news .news-wrap .list-news .item-news .thumb-img img {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  height: 140px;
  object-fit: cover; }
@media (max-width: 991px) {
  .side-bar-right .last-news .news-wrap .list-news .item-news .thumb-img img {
    height: auto;
    min-height: 140px; } }
@media (max-width: 575px) {
  .side-bar-right .last-news .news-wrap .list-news .item-news .thumb-img img {
    min-height: 115px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px; } }
.side-bar-right .last-news .news-wrap .list-news .item-news .text-inner {
  padding-left: 10px;
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center; }
.side-bar-right .last-news .news-wrap .list-news .item-news .text-inner h5 {
  margin-bottom: 0; }
.side-bar-right .last-news .news-wrap .list-news .item-news .text-inner h5 a {
  font-family: 'Quicksand';
  font-weight: bold;
  line-height: 1.3;
  font-size: 16px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 41px;
  display: -webkit-box;
  -webkit-box-orient: vertical; }
.side-bar-right .last-news .news-wrap .list-news .item-news .text-inner p {
  font-family: 'Quicksand';
  font-weight: 500;
  line-height: 1.3;
  font-size: 14px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 37px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 0; }

.banner-cate-2 .wrap-banner {
  position: relative; }
@media (max-width: 575px) {
  .banner-cate-2 .wrap-banner &gt; img {
    min-height: 150px;
    object-fit: cover; } }
.banner-cate-2 .wrap-banner .caption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
.banner-cate-2 .wrap-banner .caption h2,
.banner-cate-2 .wrap-banner .caption h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 1.3;
  color: #ffffff;
  font-size: 30px;
  text-shadow: 0px 3px 6px #0000007C;
  text-align: center;
  width: 300px;
}
@media (max-width: 575px) {
  .banner-cate-2 .wrap-banner .caption h2,
  .banner-cate-2 .wrap-banner .caption h1 {
    font-size: 18px; } }
.banner-cate-2 .wrap-banner .right-icon {
  position: absolute;
  right: 10%;
  bottom: 10%; }
.banner-cate-2 .wrap-banner .right-icon img {
  height: 35px;
  width: auto; }
@media (max-width: 575px) {
  .banner-cate-2 .wrap-banner .right-icon img {
    height: 25px; } }

#requestModal .modal-dialog {
  max-width: 700px; }

@media (max-width: 575px) {
  #requestModal .modal-body {
    padding: 0; } }

#requestModal .modal-content {
  margin: 0 auto;
  border: 0.4000000059604645px solid #70707066;
  border-radius: 48px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
  background-color: transparent;
  position: relative;
  z-index: 66;
  padding: 30px 25px; }
@media (max-width: 575px) {
  #requestModal .modal-content {
    padding: 0 15px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px; } }
#requestModal .modal-content::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  z-index: -2;
  opacity: 0.7;
  border-radius: 48px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px; }
@media (max-width: 575px) {
  #requestModal .modal-content::after {
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px; } }

#requestModal .modal-header {
  border: 0; }
#requestModal .modal-header h5 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #004376;
  opacity: 1; }
@media (max-width: 575px) {
  #requestModal .modal-header h5 {
    font-size: 6vw; } }

#requestModal .form-request .form-group {
  margin-bottom: 0; }

#requestModal .form-request .form-control {
  margin-bottom: 5px;
  padding-left: 30px;
  padding-right: 30px;
  background: #F2F2F2 0% 0% no-repeat padding-box;
  border-radius: 5000px;
  opacity: 1;
  height: 50px; }

#requestModal .form-request .form-text.text-2 {
  margin-top: 30px !important; }

#requestModal .form-request .form-text h4 {
  padding-left: 50px;
  font-size: 16px;
  letter-spacing: 0px;
  color: #0097FF;
  opacity: 1; }
@media (max-width: 575px) {
  #requestModal .form-request .form-text h4 {
    padding-left: 0; } }

#requestModal .form-request textarea.form-control {
  height: auto;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px; }

#requestModal .form-request .form-group button[type=submit] {
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: none;
  outline: none;
  border: 0;
  padding: 10px;
  width: 100%;
  background: transparent linear-gradient(222deg, #46AFFF 0%, #004880 100%) 0% 0% no-repeat padding-box;
  border-radius: 5000px;
  opacity: 1;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Quicksand';
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  -webkit-border-radius: 5000px;
  -moz-border-radius: 5000px;
  -ms-border-radius: 5000px;
  -o-border-radius: 5000px; }
@media (max-width: 575px) {
  #requestModal .form-request .form-group button[type=submit] {
    margin-bottom: 30px;
    margin-top: 20px; } }

select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-position: 97% 50% !important;
  background-repeat: no-repeat !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=) !important; }

.pagination a{
  border: 0;
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  display: block;
  color: #004278;
  opacity: 0.5;
  position: relative;
  padding: .5rem .75rem;
  margin-left: -1px;
}
.pagination .active a {
  background-color: transparent !important;
  opacity: 1;
  font-weight: 700 !important;
}
.home-page .home-news .type-news a.style-news {
  background-color: rgba(37, 145, 219, 0.7);
}
.home-page .home-news .type-news a {
  text-decoration: none;
  padding: 7px 25px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.home-page .home-news .type-news a.style-feature {
  background-color: rgba(230, 127, 73, 0.7);
}
.content .banner-cate-2, .page-overview .banner-cate,.content .banner-cate,.page-contact .banner-cate{
  max-width: 1366px;
  display: block;
  margin: auto;
}
.home-page .home-partner .block-reason .button-request a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  padding: 13px 30px;
  background: transparent linear-gradient(102deg, #46AFFF 0%, #004880 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 8px #00000041;
  border-radius: 1000px;
  font-family: 'Quicksand';
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0px;
  color: #ffffff;
  text-shadow: 0px 1px 2px #00000098; }
.block-footer .footer-3 .form-footer .form-group button {
  padding: 0;
  background-color: transparent;
  margin: auto;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 30px;
  width: 100%;
  border: 0;
  box-shadow: none;
  outline: none;
  background: transparent linear-gradient(186deg, #FFC862 0%, #FF5900 100%) 0% 0% no-repeat padding-box;
  border-radius: 36px; }

.block-organizational-items .item-organizational{
  width: 310px;
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
  padding-left: 5px;
  padding-right: 5px;
}

.block-organizational-items .title-page {
  margin-top: 40px;
  margin-bottom: 50px;
  text-align: center;
}
.block-organizational-items .title-page h2{
  background: #007EDE 0% 0% no-repeat padding-box;
  border-radius: 1000px;
  color: #ffffff;
  font-size: 24px;
  padding: 12px 30px;
  display: inline;
  margin: auto;
}
.block-organizational-items .item-text h3{
  font-family: 'Quicksand';
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
}
.block-organizational-items .item-text p{
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0px;

  color: #007EDE !important;
  text-transform: capitalize;
  text-align: center;
}
.block-organizational-items .name-chart h2{
  font-family: 'Quicksand';
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #007EDE;
  text-transform: uppercase;
  text-align: center;
  margin-top: 40px;
}

.block-organizational-items .total-staff{
  background: #45499d 0% 0% no-repeat padding-box;
  border-radius: 24px;
  padding: 20px 30px 5px 30px;
  display: inline-block;
}
.block-organizational-items .total-staff p{
  color: #ffffff !important;
  font-family: 'Quicksand' !important;
  font-weight: 500 !important;
}
.block-organizational-items .total-staff span{
  font-family: inherit;
}
</pre></body></html>