﻿@charset "UTF-8";
/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình desktop loại bé****/
/**** Màn hình ipad hiển thị theo chiều ngang (Landscape) ****/
/****Màn hình ipad loại bé hiển thị theo chiều ngang (Landscape)****/
/****Màn hình ipad hiển thị theo chiều dọc (Portrait)****/
/****Màn hình ipad loại bé hiển thị theo chiều dọc (Portrait)****/
/****Màn hình điện thoại hiển thị theo chiều ngang (Landscape)****/
/****Màn hình điện thoại Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
/* define custom */
.mb-0 {
  margin-bottom: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-70 {
  margin-top: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-90 {
  margin-top: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.d-block {
  display: block !important;
}

/* end custom */
#trang-chu {
  position: relative;
  /* Mobile */
}
#trang-chu a {
  text-decoration: none;
  color: #333;
}
#trang-chu h2, #trang-chu h3 {
  margin: 0;
}
#trang-chu .btn-readmore a {
  color: #207bbf;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 2px solid #207bbf;
}
#trang-chu p {
  display: block;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: #000e26;
  position: relative;
  padding-left: 20px;
}
#trang-chu .layout__title-page-bor {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#trang-chu .layout__title-page-bor:before {
  position: absolute;
  content: "";
  display: block;
  top: 0px;
  left: 5px;
  height: 30px;
  width: 30px;
  background: #fcf6af;
  opacity: 0.8;
  border-radius: 100%;
  animation: 1.5s translateInX;
  transition: all ease-in-out;
}
#trang-chu .layout__title-page-bor .title {
  display: flex;
  padding-left: 7px;
  border-bottom: 2px solid #207bbf;
  font-size: 24px;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  font-family: Merriweather;
}
#trang-chu .layout__title-page-bor .title .edit-dwh span i {
  font-size: 14px;
}
#trang-chu .banner__side {
  width: 100%;
  min-height: 85vh;
  height: 90vh;
  display: flex;
  position: relative;
  overflow: hidden;
}
#trang-chu .banner__side .dmuc-hero {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#trang-chu .banner__side .dmuc-hero .slick-prev,
#trang-chu .banner__side .dmuc-hero .slick-next {
  position: absolute;
  z-index: 10;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: #e6e6e6;
  color: #0a2540;
  font-size: 24px;
  cursor: pointer;
  border-radius: 50%;
  bottom: 0;
  font-size: 16px;
}
#trang-chu .banner__side .dmuc-hero .slick-prev::before,
#trang-chu .banner__side .dmuc-hero .slick-next::before {
  display: none;
}
#trang-chu .banner__side .dmuc-hero .slick-prev {
  right: 76px;
}
#trang-chu .banner__side .dmuc-hero .slick-next {
  right: 15px;
}
#trang-chu .banner__side .dmuc-hero .slick-list,
#trang-chu .banner__side .dmuc-hero .slick-track,
#trang-chu .banner__side .dmuc-hero .slick-slide,
#trang-chu .banner__side .dmuc-hero .item {
  height: 100%;
}
#trang-chu .banner__side .dmuc-hero .slick-slide {
  position: relative;
  overflow: hidden;
  transition: all ease-in-out;
  animation: 5s linear 0s 1 normal none running slide-to-right;
}
#trang-chu .banner__side .dmuc-hero .slick-slide img,
#trang-chu .banner__side .dmuc-hero .slick-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  z-index: 1;
  /*// hiệu ứng reveal
  -webkit-mask-image: linear-gradient( to right, transparent 0%, rgba(255,255,255,.25) 40%, rgba(255,255,255,1) 60% );
  -webkit-mask-size: 250% 100%;
  -webkit-mask-position: left center;*/
}
#trang-chu .banner__side .dmuc-hero .slick-active {
  z-index: 2;
  animation: 5s linear 0s 1 normal none running slide-to-left;
}
#trang-chu .banner__side .dmuc-hero .slick-active img,
#trang-chu .banner__side .dmuc-hero .slick-active video {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  /*   -webkit-mask-position: right center;*/
}
#trang-chu .banner__side .dmuc-hero .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  position: absolute;
  bottom: 30px;
  right: 50px;
  z-index: 6;
}
#trang-chu .banner__side .dmuc-hero .slick-dots li {
  margin: 0 10px;
}
#trang-chu .banner__side .dmuc-hero .slick-dots li button {
  display: block;
  width: 18px;
  height: 18px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background: none;
  border: solid 2px #eee;
  font-family: Merriweather;
  font-size: 0;
  color: #ffe807;
  transition: all 0.3s ease;
  opacity: 0.8;
}
#trang-chu .banner__side .dmuc-hero .slick-dots li button:hover {
  opacity: 1;
  cursor: pointer;
}
#trang-chu .banner__side .dmuc-hero .slick-dots li button:focus {
  outline: none;
}
#trang-chu .banner__side .dmuc-hero .slick-dots li button::before {
  display: none !important;
}
#trang-chu .banner__side .dmuc-hero .slick-dots li.slick-active button {
  background-color: rgba(255, 255, 255, 0.5); /* Active color */
  border: solid 2px #fff;
}
#trang-chu .banner__side .dmuc-hero .slick-dots li:nth-child(n+6) {
  display: none;
}
#trang-chu .banner__side .banner-nav {
  position: relative;
  z-index: 3;
  margin-top: 85px;
  margin-left: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 37px;
}
#trang-chu .banner__side .banner-nav .vertical-curve {
  height: 20vh;
  width: 20vh;
  max-height: 20vw;
  max-width: 20vw;
  border-radius: 100%;
  outline: solid 35px rgba(255, 255, 255, 0.3);
  background-color: #fff;
  background-image: url("/assets/images/logo.svg");
  background-size: cover;
  position: relative;
}
#trang-chu .banner__side .banner-nav .vertical-curve::before {
  top: calc(-2vh - 50%);
  left: calc(-2vh - 50%);
  height: 45vh;
  width: 45vh;
  max-height: 45vw;
  max-width: 45vw;
  /* background-color: #ccc; */
  content: "";
  display: block;
  position: absolute;
  border-top: solid 4px #0056b3;
  border-right: solid 4px #0056b3;
  z-index: 1;
  border-radius: 100%;
  animation: 1.5s rotateTo45deg ease-in-out;
  transform: rotate(45deg);
}
#trang-chu .banner__side .banner-nav ul {
  position: relative;
  z-index: 1;
  margin-left: 10vw;
}
#trang-chu .banner__side .banner-nav ul li {
  position: relative;
  padding: 10px;
  display: flex;
  align-items: center;
  width: 100%;
}
#trang-chu .banner__side .banner-nav ul li .dnav {
  transition: all ease 0.5s;
  padding: 1.2vw 10px;
  border-radius: 15px;
  /* background: linear-gradient(90deg, #fff 15%, rgba(255, 255, 255, 0.7) 64%, rgba(255, 255, 255, 0.3) 95%, rgba(255, 255, 255, 0.22) 100%); */
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
  /* backdrop-filter: blur(5px); */
  width: 300px;
  min-width: max-content;
  transition: all ease-in-out 0.3s;
  position: relative;
  z-index: 2;
  border-top: solid 3px #207bbf;
  border-bottom: solid 3px #ffe807;
}
#trang-chu .banner__side .banner-nav ul li .dnav:hover {
  cursor: pointer;
  color: #207bbf !important;
}
#trang-chu .banner__side .banner-nav ul li .dnav:hover span {
  margin-left: 40px;
}
#trang-chu .banner__side .banner-nav ul li .dnav:hover::after {
  background: linear-gradient(90deg, #fff 25%, rgba(255, 255, 255, 0.8) 65%, rgba(255, 255, 255, 0.4) 90%, rgba(255, 255, 255, 0.3) 95%, transparent 100%);
}
#trang-chu .banner__side .banner-nav ul li .dnav::after {
  height: 86%;
  width: 100%;
  /* background: #ccc; */
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  /* border: solid 2px #0056b3; */
  z-index: 1;
  background: linear-gradient(90deg, #fff 25%, rgba(255, 255, 255, 0.8) 55%, rgba(255, 255, 255, 0.4) 85%, rgba(255, 255, 255, 0.3) 90%, transparent 100%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  border-radius: 10px;
  transition: all ease-in-out 0.5s;
}
#trang-chu .banner__side .banner-nav ul li .dnav span {
  font-size: 1.4vw;
  font-weight: bold;
  color: #207bbf;
  margin-left: 25px;
  z-index: 2;
  display: block;
  position: relative;
  transition: all ease-in-out 0.3s;
}
#trang-chu .banner__side .banner-nav ul li img {
  height: 75px;
  width: 75px;
  margin-right: 10px;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  background: linear-gradient(90deg, #fff 15%, rgba(255, 255, 255, 0.7) 64%, rgba(255, 255, 255, 0.3) 95%, rgba(255, 255, 255, 0.22) 100%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  padding: 7px;
  z-index: 3;
  border: solid 2px #007bff;
}
#trang-chu .banner__side .banner-nav ul li:nth-child(1) {
  position: relative;
  right: 125px;
  animation: 1s fadeInRight;
}
#trang-chu .banner__side .banner-nav ul li:nth-child(1) a {
  clip-path: polygon(0 0, 90% 0%, 100% 50%, 100% 100%, 10% 100%, 0 50%);
  border-left: solid 3px #207bbf;
}
#trang-chu .banner__side .banner-nav ul li:nth-child(1) img {
  left: -24px;
  bottom: -24px;
}
#trang-chu .banner__side .banner-nav ul li:nth-child(2) {
  position: relative;
  right: 45px;
  animation: 1.5s fadeInRight;
}
#trang-chu .banner__side .banner-nav ul li:nth-child(2) a {
  clip-path: polygon(0 0, 90% 0%, 100% 50%, 100% 100%, 10% 100%, 0 50%);
  border-left: solid 3px #207bbf;
}
#trang-chu .banner__side .banner-nav ul li:nth-child(2) img {
  left: -24px;
  bottom: -24px;
}
#trang-chu .banner__side .banner-nav ul li:nth-child(3) {
  position: relative;
  right: -30px;
  animation: 2s fadeInRight;
  padding: 30px;
}
#trang-chu .banner__side .banner-nav ul li:nth-child(3) a {
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%, 5% 50%);
  border-left: solid 3px #207bbf;
}
#trang-chu .banner__side .banner-nav ul li:nth-child(3) img {
  left: -24px;
}
#trang-chu .banner__side .banner-nav ul li:nth-child(4) {
  position: relative;
  right: 45px;
  animation: 2.5s fadeInRight;
}
#trang-chu .banner__side .banner-nav ul li:nth-child(4) a {
  clip-path: polygon(10% 0, 100% 0, 100% 50%, 90% 100%, 0 100%, 0% 50%);
  border-left: solid 3px #ffe807;
}
#trang-chu .banner__side .banner-nav ul li:nth-child(4) img {
  left: -24px;
  top: -24px;
}
#trang-chu .banner__side .banner-nav ul li:nth-child(5) {
  position: relative;
  right: 125px;
  animation: 3s fadeInRight;
}
#trang-chu .banner__side .banner-nav ul li:nth-child(5) a {
  clip-path: polygon(10% 0, 100% 0, 100% 50%, 90% 100%, 0 100%, 0% 50%);
  border-left: solid 3px #ffe807;
}
#trang-chu .banner__side .banner-nav ul li:nth-child(5) img {
  left: -24px;
  top: -24px;
}
#trang-chu .banner__side .banner-nav ul li:hover .dnav-item {
  visibility: visible;
  opacity: 1;
}
#trang-chu .fadeOut {
  animation: owlFadeOut 0.8s ease forwards !important;
}
#trang-chu .fadeIn {
  animation: owlFadeIn 0.8s ease forwards !important;
}
#trang-chu .text-slide {
  position: relative;
  overflow: hidden;
}
#trang-chu .text-slide .marquee {
  width: 100%;
  overflow: hidden;
  padding: 18px 0;
  mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
#trang-chu .text-slide .marquee .marquee-track {
  display: flex;
  width: max-content;
  gap: 28px;
  animation: marquee 15s linear infinite;
  will-change: transform;
}
#trang-chu .text-slide .marquee p::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #da251c;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 21px;
}
#trang-chu .text-slide .marquee p:hover {
  color: #207bbf;
}
#trang-chu .text-slide .marquee .marquee-item {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  padding: 14px 28px;
  background: #ffffff;
  color: #1a2b4a;
  font-size: 17.5px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#trang-chu .text-slide .marquee:hover .marquee-track {
  animation-play-state: paused;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
#trang-chu .support-wrap {
  min-height: auto;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
}
#trang-chu .content-support {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  text-align: center;
  z-index: 2;
  background-image: url("/assets/images/hotro.jpg");
  background-position: center;
  background-size: cover;
  overflow: hidden;
  padding: 18px 24px;
  min-width: auto;
  border-radius: 8px;
}
#trang-chu .contact-box {
  width: 100%;
  max-width: 560px;
}
#trang-chu .list-box {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 24px 14px 18px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid #dddddd;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#trang-chu .list-box:hover {
  background: rgba(255, 255, 255, 0.28);
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}
#trang-chu .list-icon {
  position: relative;
  flex-shrink: 0;
}
#trang-chu .list-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 18px;
  color: #fff00f;
  border: 2.5px dotted #fff00f;
  border-radius: 50%;
  background: rgba(255, 240, 15, 0.08);
}
#trang-chu .list-icon::before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  border: 3px solid rgba(255, 240, 15, 0.4);
  animation: pulse 2s ease-out infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.85);
    opacity: 1;
  }
  70% {
    transform: scale(1.25);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#trang-chu .content {
  text-align: left;
}
#trang-chu .content h3 {
  margin: 0 0 3px 0;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.3px;
}
#trang-chu .hotline {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
#trang-chu .hotline .label {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}
#trang-chu .hotline .number {
  font-size: 18px;
  font-weight: 800;
  color: #fff00f;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
#trang-chu .news__side {
  margin-top: 15px;
}
#trang-chu .news__side .box {
  position: relative;
}
#trang-chu .news__side .box .box-focus-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#trang-chu .news__side .box .box-focus-big .box-focus-item .box-focus-link-with-avatar {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding: 15px 0;
}
#trang-chu .news__side .box .box-focus-big .box-focus-item .box-focus-link-with-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
#trang-chu .news__side .box .box-focus-big .box-focus-item h2 .box-focus-link-title {
  display: block;
  font-family: Merriweather;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 37px;
  color: #1b1d2d;
  margin-bottom: 7px;
  transition: 0.2s all ease;
}
#trang-chu .news__side .box .box-focus-big .box-focus-item h2 .box-focus-link-title:hover {
  color: #207bbf;
}
#trang-chu .news__side .box .box-focus-big .box-focus-item .box-focus-time {
  display: flex;
  color: #777;
  margin-bottom: 10px;
}
#trang-chu .news__side .box .box-focus-big .box-focus-item .box-focus-sapo {
  font-size: 16px;
  color: #555;
  padding-left: 0;
}
#trang-chu .news__side .box .box-focus-list-sub {
  overflow: hidden;
  height: 100%;
}
#trang-chu .news__side .box .box-focus-list-sub .btn-readmore {
  text-align: end;
  margin-top: 15px;
}
#trang-chu .news__side .box .box-focus-list-sub .lstnew__news .lstsubitem .box-focus-item {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px dashed #e6e6e6;
  padding-right: 8px;
}
#trang-chu .news__side .box .box-focus-list-sub .lstnew__news .lstsubitem .box-focus-item .box-focus-link-with-avatar {
  flex-shrink: 0;
  margin-left: 10px;
  width: 100px;
  height: 70px;
}
#trang-chu .news__side .box .box-focus-list-sub .lstnew__news .lstsubitem .box-focus-item .box-focus-link-with-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
#trang-chu .news__side .box .box-focus-list-sub .lstnew__news .lstsubitem .box-focus-item .box-focus-link-title {
  font-family: Merriweather;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #1b1d2d;
  transition: 0.2s all ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#trang-chu .news__side .box .box-focus-list-sub .lstnew__news .lstsubitem .box-focus-item .box-focus-link-title:hover {
  color: #207bbf;
}
#trang-chu #news {
  margin-top: 60px;
}
#trang-chu #news .layout__title-page-bor {
  margin-bottom: 15px;
}
#trang-chu #news .side-left .clear {
  clear: both;
  color: #FFFFFF;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}
#trang-chu #news .side-left .submenu {
  overflow: hidden;
  margin-bottom: 5px;
  margin-top: 5px;
  max-height: 24px;
  flex-wrap: nowrap;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#trang-chu #news .side-left .scroll-wrapper {
  overflow: hidden;
  padding: 0;
}
#trang-chu #news .side-left .scroll-wrapper .scroll-content {
  border: none;
  box-sizing: content-box;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: scroll;
  padding: 0;
  position: relative;
  top: 0;
  width: auto;
}
#trang-chu #news .side-left .scroll-wrapper .scroll-content li {
  display: flex;
  margin-right: 10px;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
#trang-chu #news .side-left .scroll-wrapper .scroll-content li a {
  color: #1b1d2d;
  font-size: 15px;
  font-weight: 500;
  border: 0;
  text-transform: unset;
  position: relative;
  padding-right: 10px !important;
  padding-left: 10px !important;
  line-height: 21px;
  height: 21px;
  display: block;
  transition: 0.2s all ease;
}
#trang-chu #news .side-left .scroll-wrapper .scroll-content li a::after {
  position: absolute;
  height: 14px;
  width: 1px;
  color: #ccc;
  right: 0;
  content: "";
  top: 12px;
  background: #ccc;
}
#trang-chu #news .side-left .scroll-wrapper .scroll-content li a:hover {
  color: #207bbf;
}
#trang-chu #news .side-left .scroll-wrapper .scroll-content li a.active {
  color: #207bbf;
}
#trang-chu #news .side-left .scroll-wrapper .scroll-content li:first-child {
  background: none;
  padding-left: 0;
}
#trang-chu #news .side-left .box .box-item .box-item-top {
  display: flex;
  padding: 23px 0 20px;
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
#trang-chu #news .side-left .box .box-item .box-item-top .box-link-with-avatar {
  display: block;
  width: 100%;
  height: 250px;
  margin-right: 20px;
}
#trang-chu #news .side-left .box .box-item .box-item-top .box-link-with-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
#trang-chu #news .side-left .box .box-item .box-item-top .box-content {
  width: 100%;
}
#trang-chu #news .side-left .box .box-item .box-item-top .box-content .box-link-title {
  display: block;
  font-family: Merriweather;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #1b1d2d;
  margin-bottom: 7px;
}
#trang-chu #news .side-left .box .box-item .box-item-top .box-content .box-sapo {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #555;
  padding-right: 40px;
}
#trang-chu #news .side-left .box .box-item .home-box-related .home-box-related-item h3 .box-focus-link-title {
  display: block;
  font-family: Merriweather;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #1b1d2d;
  padding: 9px 0 16px;
  border-top: 1px solid #e6e6e6;
}
#trang-chu #news .side-left .box .box-item .home-box-related .home-box-related-item h3 .box-focus-link-title span {
  margin-right: 10px;
  font-size: 13px;
  color: #666;
  font-family: Nunito;
}
#trang-chu .documents__side .box-cbleft {
  width: 100%;
  height: auto;
  border-radius: 0 0 0 16px;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}
#trang-chu .documents__side .box-cbleft .info_header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#trang-chu .documents__side .box-cbleft .info_header .sohieu__qd {
  display: inline-block;
}
#trang-chu .documents__side .box-cbleft .info_header .sohieu__qd i {
  background: #e6f0ff;
  color: #0056b3;
  padding: 6px;
  border-radius: 50%;
  font-size: 11px;
}
#trang-chu .documents__side .box-cbleft .info_header .sohieu__qd span {
  background: #e6f0ff;
  color: #0056b3;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 12px;
  white-space: nowrap;
  margin-right: 10px;
}
#trang-chu .documents__side .box-cbleft .row {
  border-bottom: 1px solid rgba(238, 238, 238, 0.1);
}
#trang-chu .documents__side .box-cbleft .row .col-2 {
  background: #93202e;
  display: flex;
  align-items: center;
  justify-content: center;
}
#trang-chu .documents__side .box-cbleft .row a {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}
#trang-chu .documents__side .box-cbleft .box-scroll {
  height: 400px;
  overflow: hidden;
  scrollbar-width: thin;
  padding-bottom: 37px;
}
#trang-chu .documents__side .box-cbleft .box-scroll .content-list .table-content {
  overflow: auto;
}
#trang-chu .documents__side .box-cbleft .box-scroll .content-list .table-content .link {
  display: inline-block;
  color: #207bbf;
  font-weight: 500;
  font-size: 15px;
}
#trang-chu .documents__side .box-cbleft .box-scroll .content-list .table-content .link.icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
#trang-chu .documents__side .box-cbleft .box-scroll .content-list .table-content .link_icon {
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#trang-chu .documents__side .box-cbleft .box-scroll .content-list .table-content .link_icon i {
  font-size: 12px;
  color: #0068b4;
}
#trang-chu .documents__side .box-cbleft .box-scroll .content-list .table-content .td_items {
  color: #207bbf;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
#trang-chu .documents__side .box-cbleft .box-scroll .content-list .table-content .title__qd {
  color: #333;
  font-weight: 400;
  font-size: 14px;
  font-family: Merriweather;
}
#trang-chu .documents__side .box-cbleft .box-scroll .content-list .table-content .table-cb {
  width: 100%;
  line-height: 24px;
}
#trang-chu .documents__side .box-cbleft .box-scroll .content-list .table-content .table-cb tr:not(.head) td {
  padding-bottom: 15px;
  border: 1px solid #e6e6e6;
}
#trang-chu .documents__side .box-cbleft .box-scroll .content-list .table-content .table-cb .head {
  white-space: nowrap;
  background-color: #f8f8f8;
}
#trang-chu .documents__side .box-cbleft .box-scroll .content-list .table-content .table-cb td {
  padding: 10px;
  border: 1px solid #e6e6e6;
}
#trang-chu .documents__side .box-cbleft .view-all-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 4px);
  background: #93202e;
  box-sizing: border-box;
  margin-right: 4px;
  border-top: 1px solid rgba(238, 238, 238, 0.1);
  padding: 6px 12px;
  text-align: center;
}
#trang-chu .documents__side .box-coche {
  margin-top: 15px;
}
#trang-chu .documents__side .box-coche .box-scroll {
  height: 400px;
}
#trang-chu .documents__side .box-coche .box-scroll .next {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}
#trang-chu .documents__side .box-coche .box-scroll .next .item {
  border-top: 1px solid #EEEEEE;
  display: flex;
  min-height: 64px;
  padding: 12px 0;
}
#trang-chu .documents__side .box-coche .box-scroll .next .item span {
  font-size: 14px;
  font-weight: 400;
  padding: 0px 9px 0 0;
  color: #62748D;
}
#trang-chu .documents__side .box-coche .box-scroll .next .item a {
  padding: 0;
  border-left: 1px solid #EEEEEE;
  display: inline-block;
  padding-left: 11px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #031739;
}
#trang-chu .questions__side {
  margin-top: 50px;
}
#trang-chu .questions__side .box-scroll {
  width: 100%;
}
#trang-chu .questions__side .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#trang-chu .questions__side .title .btn-readmore {
  margin-top: 17px;
}
#trang-chu .questions__side .card {
  border-radius: 20px;
  overflow: hidden;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  margin-bottom: 15px;
  background: #f7f7f7;
  margin-top: 15px;
}
#trang-chu .questions__side .card .btn {
  width: 100%;
  text-decoration: none;
  background: #f8f8f8;
}
#trang-chu .questions__side .card .btn p {
  font-family: Merriweather;
  margin-left: 0;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
#trang-chu .questions__side .card .card-body {
  background-color: #fff;
}
#trang-chu .questions__side .card .card-body p {
  padding: 0 25px;
  font-size: 15px;
  line-height: 30px;
}
#trang-chu .questions__side .card .card-header {
  border-bottom: none;
  border-radius: 20px;
}
#trang-chu .questions__side .card .card-header .tag-linhvuc {
  background: #e6f0ff;
  color: #0056b3;
  font-size: 15px;
  padding: 3px 8px;
  border-radius: 12px;
  white-space: nowrap;
  margin-right: 10px;
}
#trang-chu .questions__side [data-toggle=collapse] .fa:before {
  content: "\f078";
  font-style: normal;
  color: #333 !important;
}
#trang-chu .questions__side [data-toggle=collapse].collapsed .fa:before {
  content: "\f077";
  color: #333;
}
#trang-chu .questions__side button[aria-expanded=true] {
  background-color: #207bbf;
  color: #fff !important;
}
#trang-chu .questions__side button[aria-expanded=true] .fa {
  color: #fff !important;
}
#trang-chu .questions__side button[aria-expanded=false] {
  background-color: #fff;
}
#trang-chu .questions__side button[aria-expanded=true] p {
  color: #fff !important;
}
#trang-chu .questions__side button[aria-expanded=true] {
  border-bottom: none;
  background-color: #ffffff;
}
#trang-chu .questions__side button[aria-expanded=true] p {
  color: #333 !important;
}
#trang-chu .multimedia__side {
  margin-top: 30px;
  background: linear-gradient(to bottom, rgb(10, 42, 136), rgb(114, 150, 233));
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#trang-chu .multimedia__side .layout__title-page-bor .title {
  background: unset;
}
#trang-chu .multimedia__side .multi-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
#trang-chu .multimedia__side .multi-title .layout__title-page-bor::before {
  display: none;
}
#trang-chu .multimedia__side .multi-title .layout__title-page-bor .title {
  color: #fff;
  border-bottom: 2px solid #fff;
}
#trang-chu .multimedia__side .multi-title .nav_multi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#trang-chu .multimedia__side .multi-title .nav_multi .multi__btn {
  font-family: "Merriweather";
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
#trang-chu .multimedia__side .multi-title .nav_multi .multi__btn.active {
  background: #fff;
  color: #333;
  padding: 5px 10px;
  border-radius: 5px;
}
#trang-chu .multimedia__side .multi-title .nav_multi .multi__btn:hover {
  background: #fff;
  color: #333;
  padding: 5px 10px;
  border-radius: 5px;
}
#trang-chu .multimedia__side .multi-wrap {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 30px;
}
#trang-chu .multimedia__side .multi-wrap .avatar {
  display: block;
  width: 100%;
  position: relative;
  height: 0;
  padding: 66.67% 0 0 0;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 10px;
}
#trang-chu .multimedia__side .multi-wrap .avatar img {
  position: absolute;
  display: block;
  width: 100%;
  min-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 2s ease-out;
}
#trang-chu .multimedia__side .multi-wrap .title3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #262338;
  font-family: Merriweather;
}
#trang-chu .multimedia__side .multi-wrap .title1 {
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  font-family: Merriweather;
  color: #262338;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 45px;
}
#trang-chu .multimedia__side .multi-wrap .first {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 10px;
  height: 100%;
  animation: 1.5s fadeInUp;
  transition: all ease-in-out;
}
#trang-chu .multimedia__side .multi-wrap .first .avatar {
  margin-bottom: 10px;
}
#trang-chu .multimedia__side .multi-wrap .first .title3 {
  margin-bottom: 10px;
}
#trang-chu .multimedia__side .multi-wrap .right_tab {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}
#trang-chu .multimedia__side .multi-wrap .right_tab .col-6 {
  margin-bottom: 30px;
  animation: 1.5s fadeInUp;
  transition: all ease-in-out;
}
#trang-chu .multimedia__side .multi-wrap .right_tab .col-6:nth-child(3) {
  margin-bottom: 0;
}
#trang-chu .multimedia__side .multi-wrap .right_tab .col-6:nth-child(4) {
  margin-bottom: 0;
}
#trang-chu .multimedia__side .multi-wrap .right_tab .item {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 10px;
}
#trang-chu .multimedia__side .multi-wrap .right_tab .item .title1 {
  font-size: 16px;
}
#trang-chu .multimedia__side .multi-wrap .btn-readmore {
  margin-top: 30px;
  text-align: end;
}
#trang-chu .multimedia__side .multi-wrap .btn-readmore a {
  color: #fff;
  border-bottom: 2px solid #fff;
  margin-right: 14px;
}
#trang-chu .promote__side {
  position: relative;
}
#trang-chu .promote__side .edit-dropdown {
  display: none;
  position: absolute;
  top: 35px;
  left: 52px;
  min-width: 160px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
#trang-chu .promote__side .edit-dropdown .dropdown-item {
  padding: 10px 12px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.2s;
}
#trang-chu .promote__side .edit-dropdown .dropdown-item:hover {
  background: #f3f4f6;
}
#trang-chu .promote__side .mycard {
  width: 100%;
  height: 100%;
  max-width: 24rem;
}
#trang-chu .promote__side .cardtitle {
  font-weight: bold;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}
#trang-chu .promote__side .carddescription {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}
#trang-chu .promote__side .slider {
  position: relative;
  width: 100%;
  min-height: 575px;
  overflow: hidden;
}
#trang-chu .promote__side .slider input {
  display: none;
}
#trang-chu .promote__side .testimonials {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 575px;
  margin-top: 1.2rem;
  perspective: 500px;
  overflow: hidden;
}
#trang-chu .promote__side .testimonials .pr-container {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}
#trang-chu .promote__side .testimonials .pr-container .about-decor-2 {
  position: absolute;
  width: clamp(110px, 14vw, 200px);
  height: auto;
  right: clamp(10px, 5vw, 80px);
  bottom: 15px;
  object-fit: contain;
  left: 84%;
}
#trang-chu .promote__side .testimonials .item {
  position: absolute;
  width: 450px;
  max-width: 20rem;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 1.5rem;
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.4s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
#trang-chu .promote__side .testimonials .item.center {
  transform: translateX(0) scale(1);
  z-index: 5;
  opacity: 1;
}
#trang-chu .promote__side .testimonials .item.left-1 {
  transform: translateX(-240px) scale(0.9) translateY(10px);
  z-index: 4;
  opacity: 0.9;
}
#trang-chu .promote__side .testimonials .item.right-1 {
  transform: translateX(240px) scale(0.9) translateY(10px);
  z-index: 4;
  opacity: 0.9;
}
#trang-chu .promote__side .testimonials .item.left-2 {
  transform: translateX(-480px) scale(0.78) translateY(20px);
  z-index: 3;
  opacity: 0.6;
}
#trang-chu .promote__side .testimonials .item.right-2 {
  transform: translateX(480px) scale(0.78) translateY(20px);
  z-index: 3;
  opacity: 0.6;
}
#trang-chu .promote__side .testimonials .item.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(0.6);
}
#trang-chu .promote__side .testimonials .item img {
  width: 100%;
  height: 475px;
  object-fit: cover;
  border-radius: 1.5rem;
}
#trang-chu .promote__side .apbuttons {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#trang-chu .promote__side .apbutton {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #207bbf;
  color: #207bbf;
  padding: 12px 30px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}
#trang-chu .promote__side .apbutton:hover {
  background: #207bbf;
  color: #fff;
}
#trang-chu .promote__side .dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
#trang-chu .promote__side .dots label {
  width: 5px;
  height: 5px;
  display: block;
  margin: 7px;
  border-radius: 50%;
  background-color: #413b52;
  cursor: pointer;
  transition: transform 0.2s, color 0.2s;
}
#trang-chu .propagate__side {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  position: relative;
}
#trang-chu .propagate__side::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../../images/img-overlay.jpg);
  background-size: contain;
  background-position: center;
  opacity: 0.2;
  transform: rotate(180deg);
}
#trang-chu .propagate__side .owl-nav {
  position: absolute;
  top: 69px;
  width: 100%;
}
#trang-chu .propagate__side .owl-nav .owl-prev, #trang-chu .propagate__side .owl-nav .owl-next {
  background-color: #207bbf;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#trang-chu .propagate__side .owl-nav .owl-prev {
  position: absolute;
  left: -47px;
}
#trang-chu .propagate__side .owl-nav .owl-next {
  position: absolute;
  right: -47px;
}
#trang-chu .propagate__side .nav-img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  filter: brightness(0) invert(1);
}
#trang-chu .propagate__side .images {
  margin-top: 10px;
}
#trang-chu .propagate__side .images .owl-dots {
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -35px;
  width: 100%;
  gap: 10px;
}
#trang-chu .propagate__side .images .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #207bbf;
  border-radius: 50%;
  transition: all 0.2s ease-out;
}
#trang-chu .propagate__side .images .owl-dots .owl-dot.active {
  width: 15px;
  height: 15px;
  background-color: #207bbf;
  border-radius: 15px;
  padding: 0 25px;
}
#trang-chu .propagate__side .ha-carousel {
  display: flex;
  flex-direction: column;
}
#trang-chu .propagate__side .ha-carousel .project-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  transition: 0.5s;
}
#trang-chu .propagate__side .ha-carousel .project-item img {
  height: 200px;
  object-fit: cover;
}
#trang-chu .propagate__side .ha-carousel .project-item span {
  display: inline-block;
  height: 60px;
}
#trang-chu .propagate__side .ha-carousel .project-item .text-overlay {
  position: absolute;
  width: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-size: 15px;
  padding: 5px 0;
  bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
#trang-chu .propagate__side .ha-carousel figure img {
  width: 100%;
  height: 250px;
}
#trang-chu .propagate__side .ha-carousel figure figcaption {
  display: flex;
  justify-content: center;
}
#trang-chu .links__side {
  margin-top: 60px;
}
#trang-chu .links__side .images {
  margin-top: 10px;
}
#trang-chu .links__side .owl-nav {
  position: absolute;
  top: 69px;
  width: 100%;
}
#trang-chu .links__side .owl-nav .owl-prev, #trang-chu .links__side .owl-nav .owl-next {
  background-color: #207bbf;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#trang-chu .links__side .owl-nav .owl-prev {
  position: absolute;
  left: -47px;
}
#trang-chu .links__side .owl-nav .owl-next {
  position: absolute;
  right: -47px;
}
#trang-chu .links__side .nav-img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  filter: brightness(0) invert(1);
}
#trang-chu .links__side .dn-carousel {
  position: relative;
  display: flex;
  flex-direction: column;
}
#trang-chu .links__side .dn-carousel .project-item {
  height: 100%;
  color: #333;
  display: block;
}
#trang-chu .links__side .dn-carousel .project-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  opacity: 0;
  transition: 0.5s;
}
#trang-chu .links__side .dn-carousel .project-item img {
  height: 195px;
  object-fit: cover;
}
#trang-chu .links__side .dn-carousel .project-item span {
  display: inline-block;
  height: 60px;
}
#trang-chu .links__side .dn-carousel .project-item .team-member {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 5px;
  height: 100%;
  border: 1px solid #e5e5e5;
}
#trang-chu .links__side .dn-carousel .project-item .team-member .member-img {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  margin-top: 10px;
}
#trang-chu .links__side .dn-carousel .project-item .team-member .member-img img {
  object-fit: contain;
  height: 100px;
  width: 100px;
}
#trang-chu .links__side .dn-carousel .project-item .team-member .member-info {
  padding: 10px 15px;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 15px;
  text-align: center;
  height: 60px;
  text-transform: uppercase;
}
#trang-chu .links__side .dn-carousel figure img {
  width: 100%;
  height: 250px;
}
#trang-chu .links__side .dn-carousel figure figcaption {
  display: flex;
  justify-content: center;
}

/* custom media */
@keyframes slide-to-right {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes slide-to-left {
  0% {
    mask-image: linear-gradient(to left, transparent 40%, rgb(255, 255, 255) 60%);
    mask-size: 220%;
    mask-position: right center;
    opacity: 0;
  }
  50% {
    mask-position: left center;
    opacity: 1;
  }
}
@keyframes owlFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes owlFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes rotateTo45deg {
  0% {
    opacity: 0;
    transform: rotate(-90deg);
  }
  100% {
    opacity: 1;
    transform: rotate(45deg);
  }
}
@keyframes translateInX {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
.new-box-focus-time {
  display: flex;
  color: #777;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #174898;
  height: 100px;
  display: flex;
  align-items: center;
}
.wrapper .container {
  display: flex;
  width: max-content;
  padding: 0;
}

.track {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 50px;
  animation: marquee 25s linear infinite;
}
.track .item {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.track .item img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  flex-shrink: 0;
}
.track .item a {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  padding-left: 17px;
  font-weight: 500;
  font-size: 24px;
  line-height: 19px;
  color: #fff00f !important;
  text-transform: uppercase;
}
.track .item a::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #da251c;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
  transform: translateY(-50%);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* Lịch tiếp công dân */
#schedule-toggle {
  position: fixed;
  bottom: 30px;
  left: 24px;
  width: 164px;
  height: 34px;
  border-radius: 24px;
  background: #174898;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
  box-shadow: var(--shadow);
  z-index: 9;
  transition: transform 0.2s ease;
  gap: 5px;
}
#schedule-toggle img {
  width: 20px;
  height: 20px;
}
#schedule-toggle span {
  font-size: 14px;
}
#schedule-toggle:hover {
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}

:root {
  --glass: rgba(255,255,255,0.78);
  --blur: blur(16px);
  --shadow: 0 20px 50px rgba(0,0,0,.2);
  --blue: #007aff;
}

#schedule-box {
  position: fixed;
  left: 24px;
  bottom: 90px;
  width: 360px;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 9;
}

.schedule-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 18px;
  color: #fff;
  background: #174898;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-left .icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.header-left h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.header-left span {
  font-size: 12px;
  opacity: 0.85;
}

#schedule-close {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 24px;
  transition: 0.25s;
}
#schedule-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.schedule-body {
  padding: 18px;
}

.calendar-date {
  text-align: center;
  padding: 16px;
  border-radius: 14px;
  background: #f6f9ff;
  border: 1px solid #dce8ff;
  margin-bottom: 18px;
}
.calendar-date span {
  color: #7a7a7a;
  font-size: 13px;
  display: block;
}
.calendar-date h3 {
  margin-top: 8px;
  color: #0066ff;
  font-size: 30px;
  font-weight: 700;
}

#hotline-toggle {
  position: fixed;
  bottom: 30px;
  right: 24px;
  width: 130px;
  height: 34px;
  border-radius: 24px;
  background: #174898;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  box-shadow: var(--shadow);
  z-index: 9;
  transition: transform 0.2s ease;
  gap: 6px;
}
#hotline-toggle span {
  font-size: 14px;
  font-weight: 500;
}

#hotline-box {
  position: fixed;
  right: 24px;
  bottom: 90px;
  width: 320px;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 9;
}

.hotline-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 18px;
  color: #fff;
  background: #174898;
}

#hotline-close {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 24px;
  transition: 0.25s;
}
#hotline-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.hotline-body {
  padding: 20px 18px;
}

.hotline-item {
  background: #f6f9ff;
  border: 1px solid #dce8ff;
  border-radius: 14px;
  padding: 14px 16px;
  margin-bottom: 12px;
  text-align: center;
}

.hotline-label {
  font-size: 13px;
  color: #7a7a7a;
  margin-bottom: 6px;
}

.hotline-number {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #174898;
  text-decoration: none;
  transition: color 0.2s;
}
.hotline-number:hover {
  color: #0066ff;
  text-decoration: underline;
}

.hotline-note {
  text-align: center;
  font-size: 12px;
  color: #888;
  margin: 14px 0 0;
}

.tItem {
  margin-bottom: 20px;
}

.footer {
  top: 0 !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1450px !important;
  }
}
@media (max-width: 991px) {
  .banner__side {
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 16px 40px;
  }
  .banner__side .dmuc-hero {
    /* giữ nguyên slider nếu vẫn muốn có ảnh nền */
    position: absolute;
    inset: 0;
    z-index: 1;
  }
  .banner__side .banner-nav {
    position: relative !important;
    z-index: 5 !important;
    margin: 0 !important;
    margin-top: 150px !important;
    margin-left: 0px !important;
    flex-direction: column;
    align-items: center !important;
    gap: 0 !important;
    width: 100%;
  }
  .banner__side .banner-nav .vertical-curve {
    display: none !important;
  }
  .banner__side .banner-nav ul {
    margin: 0 !important;
    width: 100%;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 0;
    backdrop-filter: blur(2px);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    /* Container 2 cột cho mục 4 + 5 */
  }
  .banner__side .banner-nav ul li.mnu {
    position: static !important;
    right: auto !important;
    padding: 0 !important;
    width: 100%;
    animation: none !important;
    border-radius: 16px;
    overflow: hidden;
    border: none !important;
    display: flex;
    align-items: center;
    min-height: 72px;
    padding: 12px 16px !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    /* 2 mục cuối chia 2 cột */
  }
  .banner__side .banner-nav ul li.mnu:active {
    transform: scale(0.98);
  }
  .banner__side .banner-nav ul li.mnu img {
    position: static !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 48px !important;
    height: 48px !important;
    margin: 0 14px 0 0 !important;
    padding: 6px;
    border-radius: 50%;
    border: 2px solid #007bff;
    background: #fff;
    flex-shrink: 0;
    box-shadow: none;
  }
  .banner__side .banner-nav ul li.mnu a.dnav {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 !important;
    width: auto !important;
    min-width: 0;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    clip-path: none !important;
    border-left: 1px solid #ddd !important;
    border-radius: 0 !important;
    height: 35px;
  }
  .banner__side .banner-nav ul li.mnu a.dnav::after {
    display: none !important;
  }
  .banner__side .banner-nav ul li.mnu a.dnav span {
    font-size: 17px !important;
    font-weight: 600;
    color: #fff !important;
    margin: 0 !important;
    line-height: 1.3;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
    padding: 0 10px;
  }
  .banner__side .banner-nav ul li.mnu a.dnav span::after {
    content: "›";
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    line-height: 1;
    margin-left: auto;
  }
  /* Logo riêng cho mobile (nếu chưa có) */
}
@media (min-width: 768px) {
  .right_tab {
    margin-top: 0px;
  }
}
@media (max-width: 767.98px) {
  #trang-chu .multimedia__side .multi-wrap .avatar {
    padding: 45.67% 0 0 0 !important;
  }
  #trang-chu .multimedia__side .multi-wrap .avatar img {
    height: 100% !important;
    object-fit: cover !important;
  }
  #trang-chu .promote__side .testimonials {
    min-height: 475px !important;
  }
  #trang-chu .promote__side .testimonials .item {
    width: 250px !important;
  }
  #trang-chu .promote__side .testimonials .item.right-1 {
    transform: translateX(170px) scale(0.9) translateY(10px) !important;
  }
  #trang-chu .promote__side .testimonials .item.left-1 {
    transform: translateX(-170px) scale(0.9) translateY(10px) !important;
  }
  #trang-chu .promote__side .testimonials .item img {
    height: 375px !important;
  }
  #trang-chu .news__side .box .box-focus-big .box-focus-item h2 .box-focus-link-title {
    font-size: 22px !important;
  }
  #hotline-toggle {
    width: 34px;
    height: 34px;
    left: 24px;
    background: #fff;
  }
  #hotline-toggle i {
    color: #174898;
  }
  #schedule-toggle {
    width: 34px;
    height: 34px;
    background: #fff;
    color: #333;
    right: 24px;
    position: fixed;
    left: unset;
  }
  #schedule-toggle span {
    display: none !important;
  }
  .wrapper {
    height: 48px;
  }
  .wrapper .track {
    line-height: 1.4;
  }
  .wrapper .track .item a {
    font-size: 13px;
  }
  /* Phần hotline (button)*/
  #hotline-toggle span {
    display: none;
  }
  /* Phần hotline (banner)*/
  .support-wrap {
    margin-top: 25px !important;
  }
  .content-support {
    padding: 16px 14px !important;
    border-radius: 16px !important;
    width: 100%;
    max-width: 100%;
    background-size: cover !important;
    background-image: unset !important;
  }
  .contact-box {
    background-image: url("/assets/images/hotro.jpg") !important;
    background-position: center !important;
    border-radius: 24px !important;
    border: none !important;
    background-size: cover !important;
  }
  .list-box {
    padding: 14px 16px !important;
    gap: 14px !important;
    border-radius: 24px !important;
    flex-direction: row;
  }
  .list-icon i {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }
  .content h3 {
    font-size: 14px;
    line-height: 1.35;
    margin-bottom: 4px;
  }
}
@media (min-width: 576px) {
  .right_tab {
    margin-top: 30px;
  }
  #trang-chu .links__side .owl-nav .owl-prev {
    left: -20px;
  }
  #trang-chu .links__side .owl-nav .owl-next {
    right: -20px;
  }
}
@media (max-width: 575.98px) {
  #trang-chu .tItem {
    padding: 0;
    margin-bottom: 20px;
  }
  #trang-chu .promote__side .testimonials {
    margin-top: 0px;
  }
  #trang-chu .multimedia__side .multi-title {
    flex-direction: column;
    gap: 10px;
  }
  #trang-chu .links__side .owl-nav .owl-prev {
    left: -25px;
  }
  #trang-chu .links__side .owl-nav .owl-next {
    right: -25px;
  }
  .right_tab {
    margin-top: 20px !important;
  }
  .slick-dots {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    right: 0 !important;
  }
  .box-focus-list-sub {
    margin-top: 30px !important;
  }
  .right_tab {
    margin-top: 20px !important;
  }
}
