@import url(../css/font.css);

body {
  font-family: "PlusJakartaSans Regular";
  font-size: 16px;
}

*{
  box-sizing: border-box;
}
.container {
  padding-left: 16px;
  padding-right: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PlusJakartaSans Semibold";
}

a {
  text-decoration: none;
  color: #222;
}
a:hover {
  color: #1684E9;
}

a:hover {
  text-decoration: none !important;
}

img {
  max-width: 100%;
}

p {
  margin-bottom: 15px;
}

.font-atlas{
  font-family: "UTM Atlas";
}

.font-loko{
  font-family: "UTM Loko";
}

.main-header.header-1 {
  background-image: url('../image/bg-header.png');
}
.main-header.header-2 {
  background: var(--color-primary-light);
}
.main-header.header-2::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../image/globe.png') no-repeat center center / cover;
  z-index: 1;
}

.slideText-title {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}

#sync1 .owl-nav {
  position: absolute;
  top: 45%;
  max-width: 1320px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#sync1 .owl-nav button {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
}

#sync1 .owl-nav button.owl-prev {
  left: 15px;
}

#sync1 .owl-nav button.owl-next {
  right: 15px;
}

#sync1 .owl-nav button.disabled {
  opacity: 0;
}

#sync1 .owl-nav button span {
  margin-bottom: 8px;
}

#navSlide .item {
  cursor: pointer;
}

#navSlide .item::before {
  content: "";
  height: 4px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
}

#navSlide .item.active::before {
  background-color: rgba(255, 255, 255, 1);
}

.owl-carousel .item {
  text-align: center;
}

.owl-carousel .item img {
  width: 140px;
}

.owl-carousel .owl-nav {
  z-index: 50;
}

.owl-carousel .owl-nav button {
  background-color: rgba(0, 0, 0, 0.5) !important;
  height: 45px;
  width: 35px;
  border: 2px solid rgba(22, 132, 233, 1) !important; 
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0px;
  top: 42%;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 0px;
  top: 42%;
  transform: translateY(-50%);
}

.slide_chuyende.owl-carousel .owl-nav button.owl-prev {
  left: 3.5%;
  width: 45px;
}

.slide_chuyende.owl-carousel .owl-nav button.owl-next {
  right: 3.5%;
  width: 45px;
}

.owl-carousel .owl-nav button svg {
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  fill: rgba(225, 225, 225, 1);
}

.owl-carousel .owl-nav button svg path {
  stroke: rgba(225, 225, 225, 1) !important;
  transition: all 0.4s ease-in-out;
}

.owl-carousele .owl-nav button.nav-prev:hover, .owl-carousele .owl-nav button.nav-next:hover {
  background-color: #fff !important;
  border-color: rgba(22, 132, 233, 1);
}

.owl-carousel .owl-nav button:hover svg path {
  stroke: rgba(22, 132, 233, 1) !important;
}

.owl-carousel .owl-nav button.disabled {
  border: 2px solid rgba(184, 191, 204, 1) !important;
}

.owl-carousel .owl-nav button.disabled svg path {
  stroke: rgba(184, 191, 204, 1) !important;
}

.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-carousel .owl-dots button {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: rgba(145, 146, 150, 1);
  margin: 0 5px;
  transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-dots button.active {
  background-color: rgba(22, 132, 233, 1);
}

.header-page {
  background: url(../image/bg-header.png) no-repeat center center / cover;
}

.header-page-dvtt {
    //background: url(../image/bg-header-dvtt.png) no-repeat center center / cover;
}

.header-page-dvtt-ct {
    //background: url(../image/bg-dvttct.png) no-repeat center center / cover;
}

.header-page-daht {
    //background: url(../image/daht-header.png) no-repeat center center / cover;
}

.header-page-da-ct {
    //background: url(../image/da-header.png) no-repeat center center / cover;
}

.header-ttdm {
  // background: url(../image/ttdm-header.png) no-repeat center center / cover;
}

.header-tuyendung {
  //background: url(../image/bg-header-td.png) no-repeat center center / cover;
}

.header-page-nnl {
  background: url(../image/header-nnl.png) no-repeat center center / cover;
}
.main-menu ul.navbar::before {
  background: var(--color-primary);
  content: "";
  clip-path: polygon(0 100%, 100% 99%, 100% 0);
  height: 100%;
  width: 57px;
  position: absolute;
  left: -57px;
  top: 0;
}
.main-menu::after {
  background: var(--color-primary);
  content: "";
  height: 55px;
  width: 30%;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
}
.main-menu ul.navbar {
  z-index: 1;
}
.main-menu ul.navbar>li>a {
  min-height: 55px;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: all 0.4s ease-in-out;
}

.menu-mega-vertical>li {
  margin-bottom: 10px;
}

.menu-mega-vertical>li:last-child {
  margin-bottom: 0;
}

.menu-mega-vertical>li>a {
  border-radius: 0 25px 25px 0;
  padding: 4px 12px;
  line-height: 32px;
  font-size: 16px;
  font-weight: 600;
  display: block;
  transition: all 0.4s ease-in-out;
  text-transform: none;
}

.menu-mega-vertical>li:hover>a,
.menu-mega-vertical>li.active>a {
  background-color: #1684E9;
  color: #fff;
}

#lsht_sync2.owl-carousel .item {
  height: 300px;
  /* Chiều cao của mỗi slide */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4caf50;
  /* Màu nền của slide */
  color: white;
  /* Màu chữ */
  font-size: 30px;
  /* Kích thước chữ */
}

#lsht_sync2.owl-carousel {
  display: flex;
  flex-direction: column;
  /* Đặt hướng thành cột */
}

#lichsuhinhthanh .main-content::before {
  content: '';
  background: url(../image/bg-lsht.png) no-repeat center center / cover;
  height: 70%;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
  z-index: 0;
}

#lsht_sync2 button img {
  height: 32px;
  width: 32px;
}

#lsht_sync2 button.slick-prev,
#lsht_sync2 button.slick-next {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}

#lsht_sync2 .item {
  margin: 9px 0;
  border-radius: 5px;
  padding: 2px 10px;
}

#lsht_sync2 .item h4 {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

#lsht_sync2 .slick-slide.slick-current.slick-center .item,
#lsht_sync2 .slick-slide.slick-current.slick-active .item {
  background-color: #DE3D28;

}

#thanhtuu {
  background: url(../image/bg-ttnb.png) no-repeat center center / cover;
  position: relative;
}

#thanhtuu::before {
  /* content: ""; */
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%), linear-gradient(85deg, rgba(4, 102, 255, 0.20) -3.49%, rgba(29, 143, 225, 0.20) 32.03%, rgba(32, 184, 240, 0.20) 85.83%, rgba(34, 225, 255, 0.20) 100.98%);
  filter: blur(7.5px);
  z-index: 1;
}

.list-info {
  margin: 0;
  padding: 0;
}

.list-info li {
  padding-left: 25px;
  background: url(../image/vuesax/linear/arrow-right.png) no-repeat left 6px / 15px auto;
  margin-bottom: 12px;
}

#slide_gallery .slick-dots {
  text-align: center;
}

#slide_gallery .slick-dots li {
  background-color: rgba(22, 132, 233, 0.4);
  display: inline-block;
  width: 60px !important;
  height: 5px;
  font-size: 0;
}

#slide_gallery .slick-dots li.slick-active {
  background-color: rgba(22, 132, 233, 1);
}


.primary-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.primary-menu>li {
  position: relative;
}

.sub-menu {
  display: none;
  /* Ẩn menu con theo mặc định */
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 15px;
  /* Thụt lề menu con */
}

.primary-menu>li>a {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0;
  text-decoration: none;
  color: rgba(36, 36, 36, 1);
}

.primary-menu .sub-menu {
  margin-left: 15px;
}

.primary-menu .sub-menu .sub-menu {
  margin-left: 0px;
}

.primary-menu .sub-menu li {
  list-style: none;
  position: relative;
  padding-left: 15px;
}

.primary-menu .sub-menu li::before {
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 20px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 20px;
  /* transform: translateY(-50%); */
}

.primary-menu .sub-menu li a {
  padding: 10px 0px 10px 0;
  display: block;
  font-size: 16px;
  font-weight: normal;
}

.pagination ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.pagination ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination ul li a.page {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: rgba(36, 36, 36, 0.9);
}

.pagination ul li a.active {
  border-bottom: 1px solid #1684E9;
  font-weight: 700;
  color: #1684E9;
}

.slideTTNB .slick-dots {
  text-align: center;
}

.slideTTNB .slick-dots li {
  background-color: rgba(145, 146, 150, 1);
  display: inline-block;
  width: 45px !important;
  height: 2px;
  font-size: 0;
  margin: 0 10px;
}

.slideTTNB .slick-dots li.slick-active {
  background-color: #fff;
}

#section_cctc {
  background: #F4F7FA url(../image/bg-cctc.png) no-repeat left center / cover;
}

.bg-gradient-title {
  background: linear-gradient(180deg, rgba(22, 132, 233, 0.00) 24.58%, rgba(0, 65, 125, 0.80) 100%);
}

.seaction-video::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  background: url(../image/bg-video.png) no-repeat center center / cover;
  z-index: 1;
}

.text-description {
  max-height: 72px;
  overflow: hidden;
  position: relative;
}

.text-description::after {
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #ffffff, rgba(255, 255, 255, 0));
}

/* .bg-news {
  background: url(../image/bg-news.webp) no-repeat center center / cover;
} */

.bg-news::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
  z-index: 1;
}

.bg-news .container {
  position: relative;
  z-index: 2;
}

#tablist button.active {
  background-color: var(--color-primary);
  border-radius: 20px 20px 0 0;
  color: #fff;
}

.time-content {
  position: relative;
}
.time-content::before {
  content: "\f133";
  font-family: 'FontAwesome';
  margin-right: 5px;
}

.line_clamp_3 {
  position: relative;
  max-height: 3.7em;
  overflow: hidden;
}
.line_clamp_3::after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1.5em;
  background: linear-gradient(0deg, #ffffff, rgba(255, 255, 255, 0));
}
.line_clamp_3.bg-gray::after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1.5em;
  background: linear-gradient(0deg, #f4f5f7, rgba(255, 255, 255, 0));
}

.is-fixed nav > ul.navbar {
  flex: 1;
  justify-content: center;
}
#mainMenuBar.is-fixed + .header_search {
  position: fixed;
  top: 55px;
}

.scrollbar {
  --sb-size: 8px;
  --sb-radius: 8px;
  --sb-track: rgba(0, 0, 0, 0.06);
  --sb-thumb: rgba(0, 0, 0, 0.35);
  --sb-thumb-hover: rgba(0, 0, 0, 0.5);

  overflow: auto; 
  -webkit-overflow-scrolling: touch;

  /* Firefox */
  scrollbar-width: thin; /* auto | thin | none */
  scrollbar-color: var(--sb-thumb) var(--sb-track);
}

/* WebKit (Chrome, Edge, Safari) */
.scrollbar::-webkit-scrollbar {
  width: var(--sb-size);
  height: var(--sb-size);
  border-radius: var(--sb-radius);
}
.scrollbar::-webkit-scrollbar-track {
  background: var(--sb-track);
  border-radius: var(--sb-radius);
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--sb-thumb);
  border-radius: var(--sb-radius);
  border: 2px solid transparent;
  background-clip: padding-box;
}
.scrollbar:hover::-webkit-scrollbar-thumb {
  background-color: var(--sb-thumb-hover);
}

.scrollbar:hover {
  --sb-size: 12px;
}

.scrollbar-auto-hide {
  scrollbar-color: transparent transparent;
}
.scrollbar-auto-hide::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.scrollbar-auto-hide:hover {
  scrollbar-color: var(--sb-thumb) var(--sb-track);
}
.scrollbar-auto-hide:hover::-webkit-scrollbar-thumb {
  background-color: var(--sb-thumb);
}

.scrollbar-none {
  scrollbar-width: none; 
}
.scrollbar-none::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.scrollbar-dark {
  --sb-track: rgba(255, 255, 255, 0.08);
  --sb-thumb: rgba(255, 255, 255, 0.35);
  --sb-thumb-hover: rgba(255, 255, 255, 0.55);
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  height: 44px;
  padding-bottom: 0;
  padding-right: 0;
}
.select2-container--default
  .select2-selection--single .select2-selection__rendered {
  line-height: 44px; 
  padding-left: 12px;
}
.select2-container--default
  .select2-selection--single .select2-selection__arrow {
  height: 44px;
  top: 0;
}

.select2-container--default .s2-44.select2-selection--multiple .select2-selection__choice {
  margin-top: 8px;
}

/* SINGLE */
.s2-44 .select2-selection--single{
  height:44px; border:1px solid #ddd; border-radius:8px;
}
.s2-44 .select2-selection--single .select2-selection__rendered{
  line-height:44px; padding:0 40px 0 12px; color:#111;
}
.s2-44 .select2-selection--single .select2-selection__arrow{
  height:44px; right:8px; width:28px;
}

/* MULTIPLE */
.s2-44 .select2-selection--multiple{
  min-height:44px; border:1px solid #ddd; border-radius:8px;
  padding:6px 8px; display:flex; align-items:center; gap:6px;
}
.s2-44 .select2-selection--multiple .select2-search__field{
  margin:0; padding:0; line-height:24px;
}
.s2-44 .select2-selection__choice{
  background:#f3f4f6; border:1px solid #e5e7eb; color:#111;
  border-radius:6px; padding:2px 8px;
}
.s2-44 .select2-selection__choice__remove{ margin-right:6px; color:#888; }

/* Focus/hover */
.s2-44.select2-container--focus .select2-selection,
.s2-44 .select2-selection:hover{ border-color:#60a5fa; box-shadow:0 0 0 3px rgba(59,130,246,.15); }

/* Dropdown (optional) */
.s2-44-dd .select2-results__option{ padding:8px 12px; }
.s2-44-dd .select2-search--dropdown .select2-search__field{
  padding:8px 10px; border-radius:6px; border:1px solid #e5e7eb;
}

.select2-container .s2-44 .select2-search--inline .select2-search__field {
  margin-top: 10px;
}

#formSearch .select2-container--default .select2-selection--single {
  border: none
}


.ic {
  width: 16px;
  height: 16px;
  fill: #757575;
  display: inline-block;
  vertical-align: middle;
}

.social_left li:first-child {
  margin-top: 0;
}
.social_left li {
  margin-top: 10px;
  width: 32px;
}

.social_left li a {
  width: 32px;
  height: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border: 1px solid #e5e5e5;
}

.social_left li a .ic {
  fill: #93908a;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.social_left li a .ic {
  fill:#93908a;
  -webkit-align-self:center;
  -ms-flex-item-align:center;
  align-self:center
}
.social_left li a:hover .ic {
  fill:#fff
}
.social_left li a.social_fb:hover {
  background:#3b5999;
  border:1px solid #3b5999
}
.social_left li a.social_zalo:hover {
  background:#02a8fe;
  border:1px solid #02a8fe
}
.social_left li a.social_zalo:hover svg {
  fill:#fff
}
.social_left li a.social_twit:hover {
  background:#000;
  border:1px solid #000
}
.social_left li a.social_in:hover {
  background:#0a66c2;
  border:1px solid #0a66c2
}
.social_left li a.social_save:hover {
  background:#087cce;
  border:1px solid #087cce
}
.social_left li a.social_save.active {
  background:#076db6;
  border:1px solid #076db6
}
.social_left li a.social_save.active .ic {
  fill:#fff
}
.social_left li a.social_comment:hover {
  background:#b52759;
  border:1px solid #b52759
}

.ic-print {
  background: url(../image/print.svg) no-repeat 0 0/contain;
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
  opacity: 0.7;
}
.tip {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 24px;
  line-height: 24px;
  background: #17191a;
  color: #fff !important;
  font-size: 12px !important;
  text-decoration: none !important;
  white-space: nowrap;
  padding: 0 10px;
  border-radius: 3px;
}
.social_left li a.social_back .tip {
  left: 20px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: 0;
  opacity: 0;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  visibility: hidden;
}

.social_left li a.social_back .ic {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.social_left li a.social_back:hover {
  background:#087cce;
  border:1px solid #087cce;
  overflow:visible
}
.social_left li a.social_back:hover .tip {
  opacity:1;
  top:-15px;
  visibility:visible
}

@media only screen and (max-width: 1024px) {
  #lichsuhinhthanh .main-content::before {
    height: 100%;
    top: unset;
    transform: unset;
    bottom: -30px;
  }
}

@media only screen and (max-width: 48em) {
  #sync1 .owl-nav button {
    display: none;
  }

  #lichsuhinhthanh .main-content::before {
    height: 100%;
    top: unset;
    transform: unset;
    bottom: -30px;
  }

  #lsht_sync2 button.slick-prev,
  #lsht_sync2 button.slick-next {
    width: 35px;
    flex-basis: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
  }

  #lsht_sync2 button.slick-prev {
    transform: translateY(-50%) rotate(-90deg);
    left: -10px;
  }

  #lsht_sync2 button.slick-next {
    transform: translateY(-50%) rotate(-90deg);
    right: -10px;
    left: unset;
  }

  #lsht_sync2 button img {
    height: 30px;
    width: 30px;
  }

  #section_cctc {
    background: #F4F7FA url(../image/bg-cctc-mobile.png) no-repeat center 50px / 100% auto;
  }

  .slide_chuyende.owl-carousel .owl-nav button.owl-prev {
    left: 1%;
  }

  .slide_chuyende.owl-carousel .owl-nav button.owl-next {
    right: 1%;
  }
}

@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}

#lsht_sync1.owl-carousel .owl-item.active {
  animation: slideInDown 0.5s forwards;
}

#lsht_sync1.owl-carousel .owl-item {
  animation: slideOutUp 0.5s forwards;
}