:root {
  --font-primary-regular: "lato-regular";
  --font-primary-thin: "lato-thin";
  --font-primary-light: "lato-light";
  --font-primary-medium: "lato-medium";
  --font-primary-semiBold: "lato-semiBold";
  --font-primary-bold: "lato-bold";
  --font-primary-black: "lato-black";
  --font-leostut: "leostut";
  --White: #fff;
  --gray-9---body-text: #121212;
  --Attention-color: #E0623B;
  --Attention-2: #B99980;
  --Green-green-500: #00A600;
}

/* font */

@font-face {
  font-family: "lato-regular";
  src: url(../font/lato/Lato_Regular.ttf);
}

@font-face {
  font-family: "lato-light";
  src: url(../font/lato/Lato_Light.ttf);
}

@font-face {
  font-family: "lato-medium";
  src: url(../font/lato/Lato_Medium.ttf);
}

@font-face {
  font-family: "lato-semiBold";
  src: url(../font/lato/Lato_Semibold.ttf);
}

@font-face {
  font-family: "lato-bold";
  src: url(../font/lato/Lato_Bold.ttf);
}

@font-face {
  font-family: "lato-black";
  src: url(../font/lato/Lato_Black.ttf);
}

@font-face {
  font-family: "leostut";
  src: url(../font/1FTV-VIP-Leostut.otf);
}

label {
  font-weight: unset !important;
}

body {
  font-family: var(--font-primary-regular);
  font-size: 16px;
  line-height: 24px;
  color: var(--White);
  background: #2B2C2C;
}

.text-white {
  color: var(--White) !important;
}

.text-green {
  color: var(--Green-green-500) !important;
}

.required {
  color: #F00;
}

.text-center {
  text-align: center !important;
}

a {
  text-decoration: none !important;
}

/* h1:not(.editor-content h1),
h2:not(.editor-content h2),
h3:not(.editor-content h3),
h4:not(.editor-content h4),
h5:not(.editor-content h5),
h6:not(.editor-content h6),
p:not(.editor-content p) {
  margin: 0;
} */

.editor-content p {
  margin: 15px 0;
}

p {
  text-align: justify;
}

.overlay-header {
  display: none;
}

.header-container {
  padding: 16px 0;
  background: transparent;
  position: relative;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10);
  transition: all 0.3s ease-in-out;
}

.header-container.header-fixed {
  background: #2B2C2C;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.10);
}

.header-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.header-menu .menu {
  display: flex;
  align-items: center;
  gap: 32px;
}

.header-menu .menu::after,
.header-menu .menu::before {
  display: none;
}

.nav>li>a {
  padding: 0;
  color: var(--White);
  font-family: var(--font-primary-semiBold);
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  text-transform: uppercase;
  background: transparent !important;
}

.header-inner .right {
  display: flex;
  align-items: center;
  gap: 32px;
}

.btn-color-orange {
  width: 193px;
  height: 44px;
  background: var(--Attention-color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: var(--White) !important;
  font-family: var(--font-primary-bold);
  border: none;
}

.header-language {
  position: relative;
  cursor: pointer;
}

.header-language-list {
  position: absolute;
  top: 40px;
  width: max-content;
  height: auto;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  background-color: var(--White);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.header-language-list.active {
  opacity: 1;
  visibility: visible;
}

.header-language-current {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-primary-bold);
  color: var(--White);
}

.header-language-current span {
  width: 24px;
}

.header-language-list .header-language-item {
  display: flex;
  align-items: center;
  gap: 4px;
  display: flex;
  font-family: var(--font-primary-bold);
  text-transform: uppercase;
  color: #0E0E10;
}

.header-language-list .header-language-item img {
  filter: brightness(0) invert(0);
}

.footer-container {
  padding: 40px 0;
  background-color: #1C1C1C;
  position: relative;
}

.footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 64px;
}

.footer-inner .left {
  width: max-content;
  padding: 0;
}

.footer-menu {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  list-style: none;
}

.footer-menu li a {
  color: #C9C7C6;
  font-family: var(--font-primary-semiBold);
  font-size: 22px;
  font-style: normal;
  line-height: 32px;
  text-transform: uppercase;
}

.footer-inner .right {
  flex: 1;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}

.footer-inner .right>.title {
  color: var(--White);
  font-family: var(--font-leostut);
  font-size: 36px;
  font-style: normal;
  line-height: 46px;
  text-transform: uppercase;
}

.footer-inner .right>.content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  gap: 54px;
}

.footer-inner .right>.content .first,
.footer-inner .right>.content .second {
  flex: 1;
}

.footer-inner .right>.content .third {
  max-width: max-content;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-inner .right>.content .third .title,
.footer-inner .right>.content .first .item .item-title,
.footer-inner .right>.content .second .addr .title {
  color: #78736F;
  text-align: center;
  font-family: var(--font-primary-medium);
  text-transform: uppercase;
}

.footer-inner .right>.content .third a,
.footer-inner .right>.content .first .item span,
.footer-inner .right>.content .second .addr span {
  color: #C9C7C6 !important;
}

.footer-inner .right>.content .first {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.footer-inner .right>.content .first .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.footer-inner .right>.content .first .item .social-list {
  display: flex;
  align-items: center;
  gap: 16px;
  list-style: none;
}

.footer-inner .right>.content .second {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.footer-inner .right>.content .time {
  color: #78736F;
}

.footer-inner .right>.content .second .addr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.footer-inner .right>.content .second .addr .link-map {
  display: flex;
  padding-top: 10px;
  align-items: center;
  gap: 8px;
  text-align: center;
  font-family: var(--font-primary-semiBold);
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
  text-transform: uppercase;
}

.footer-inner .right>.content .second .addr .link-map span {
  color: var(--Attention-color) !important;
}

.footer-main .container {
  display: flex;
  flex-direction: column;
  gap: 64px;
  position: relative;
  z-index: 10;
}

.footer-main .container::after,
.footer-main .container::before {
  display: none;
}

.footer-main .copyt-right {
  padding-top: 24px;
  color: #78736F;
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
}

.img-footer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  mix-blend-mode: overlay;
}

.img-footer img {
  height: 100%;
  width: auto;
}

.main-container {
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: clip;
}

.banner-item {
  height: 100vh;
  /* max-height: 768px; */
  position: relative;
}

.banner-item>img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.banner-item-logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 570px);
}

.banner-item-logo>img {
  width: 100%;
}

.banner-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(42, 38, 35, 0.60) 13.13%, rgba(147, 134, 124, 0.00) 50%);
  mix-blend-mode: multiply;
}

.banner-other-page .banner-item::after {
  background: linear-gradient(180deg, rgba(42, 38, 35, 0.80) 13.13%, rgba(42, 38, 35, 0.56) 38.6%, rgba(42, 38, 35, 0.56) 76.61%, rgba(42, 38, 35, 0.80) 100%);
  mix-blend-mode: multiply;
}

.banner-other-page .banner-item {
  position: relative;
}

.banner-other-page .banner-item .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  opacity: 0;
  transition: all 1s ease-in-out;
  z-index: 10;
}

.banner-other-page .banner-item.active .content {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.banner-other-page .banner-item .content .main-title {
  text-align: center;
  font-size: 52px;
  line-height: 60px;
}

.banner-slider {
  position: relative;
}

.banner-other-page {
  position: relative;
}

.banner-other-page .btn-scroll-down {
  position: absolute;
  z-index: 10;
  bottom: 24px;
  right: 60px;
  animation: scroll-down 2s infinite ease-in-out;
}

.banner-slider .owl-dots {
  display: flex;
  width: 17px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.banner-slider .owl-dot span,
.home-box-6-slider .owl-dot span,
.news-slider .owl-dot span {
  display: none;
}

.banner-slider .owl-dot,
.home-box-6-slider .owl-dot,
.news-slider .owl-dot,
.nhan-su-box-3-slider .swiper-actions .swiper-pagination-bullet,
.home-box-5-header .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  transform: rotate(-44.755deg);
  aspect-ratio: 1/1;
  background: rgba(255, 255, 255, 0.50);
  transition: all 0.3s ease-in-out;
  margin: 0;
  border-radius: 0;
}

.home-box-5-header .swiper-pagination-bullet,
.nhan-su-box-3-slider .swiper-actions .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.banner-slider .owl-dot.active,
.banner-slider .owl-dot:hover,
.news-slider .owl-dot.active,
.news-slider .owl-dot:hover,
.home-box-6-slider .owl-dots .owl-dot.active,
.home-box-6-slider .owl-dots .owl-dot:hover,
.home-box-5-header .swiper-pagination-bullet:hover,
.home-box-5-header .swiper-pagination-bullet-active,
.nhan-su-box-3-slider .swiper-actions .swiper-pagination-bullet:hover,
.nhan-su-box-3-slider .swiper-actions .swiper-pagination-bullet-active {
  background: var(--Attention-color);
}

.home-box-1 {
  padding: 80px 0;
  background-image: url('/img/home-box-1-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home-box-1 .container {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.home-box-1 .container .first {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 64px;
}

.home-box-1 .container .first .left {
  display: flex;
  padding-top: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  width: 450px;
}

.home-box-1 .container .first .right {
  display: flex;
  padding: 40px 0 0 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  flex: 1 0 0;
}

.home-box-1 .container .first .right .desc {
  color: var(--White);
}

.btn-border-orange {
  display: flex;
  width: 160px;
  height: 44px;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--Attention-color);
  justify-content: center;
  color: var(--Attention-color) !important;
  text-align: center;
  font-family: var(--font-primary-semiBold);
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
  text-transform: uppercase;
}

.container::after,
.container::before {
  display: none;
}

.home-box-1 .container .first .left .title {
  color: var(--White);
  font-family: var(--font-primary-medium);
  text-transform: uppercase;
}

.home-box-1 .container .first .left .left-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}

.home-box-1 .container .first .left .left-content span {
  color: var(--Attention-color);
  font-family: var(--font-leostut);
  font-size: 34px;
  font-style: normal;
  line-height: 42px;
  text-transform: uppercase;
}

.home-box-1 .container .first .left .left-content div:last-child>img {
  transform: rotate(180deg);
}

.home-box-1 .container .first .left .left-content div:last-child {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.home-box-1 .container .second {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  gap: 230px;
}

.home-box-1 .container .second .item {
  display: flex;
  padding: 8px 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  flex: 1;
  position: relative;
}

.home-box-1 .container .second .item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 0;
  right: -115px;
  height: 100%;
  width: 1px;
  background: linear-gradient(180deg, rgba(105, 101, 98, 0.00) 0%, rgba(105, 101, 98, 0.80) 53.85%, rgba(105, 101, 98, 0.00) 100%);
}

.home-box-1 .container .second .item .number {
  background: linear-gradient(180deg, #E0623B 0%, #FF9170 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-primary-black);
  font-size: 56px;
  font-style: normal;
  line-height: 56px;
}

.home-box-1 .container .second .item .desc {
  color: var(--White);
}

.home-box-4-slider .item {
  aspect-ratio: 450/400;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home-box-4-slider .item .img {
  width: 100%;
  height: 100%;
}

.home-box-4-slider .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease-in-out;
}

.home-box-4-slider .item:hover .img img {
  transform: scale(1.05);
}

.home-box-4-slider .item .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  background: linear-gradient(180deg, rgba(147, 134, 124, 0.00) 48.05%, #2A2623 100%);
  z-index: 10;
  padding: 32px 0 16px 0;
}

.home-box-4-slider .item .content .title {
  color: var(--White);
  text-align: center;
  font-family: var(--font-primary-bold);
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
  text-transform: uppercase;
}

.home-box-4-slider .item .content .tag {
  color: #E0623B;
  text-align: center;
  font-family: var(--font-primary-medium);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.home-box-4-slider .item:hover .content .tag {
  opacity: 1;
}

.home-box-4 {
  padding: 80px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  background: #2B2C2C;
  position: relative;
}

.home-box-4-content {
  width: 100%;
}

.home-box-4-header {
  width: min(95%, 777px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: auto;
}

.home-box-4-slider .owl-nav {
  display: block !important;
}

.home-box-4-slider .owl-nav .owl-prev,
.nhan-su-box-2-slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}

.nhan-su-box-2-slider .owl-nav .owl-prev {
  left: 40px;
}

.home-box-4-slider .owl-nav .owl-next,
.nhan-su-box-2-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.nhan-su-box-2-slider .owl-nav .owl-next {
  right: 40px;
}

.main-title {
  color: var(--White);
  font-family: var(--font-leostut);
  font-size: 34px;
  font-style: normal;
  line-height: 42px;
  text-transform: uppercase;
}

.home-box-4-header .sub-title {
  color: var(--White);
  text-align: center;
}

.home-box-4 .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 625px;
  height: 630px;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.home-box-5 {
  padding: 80px 0;
  background: #2B2C2C;
}

.home-box-5 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.home-box-5-slider {
  width: 100%;
  border-top: 1px solid rgba(121, 115, 111, 0.30);
}

.home-box-5-header {
  display: flex;
  width: 1200px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.swiper-pagination {
  position: relative;
  width: max-content !important;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin-top: 20px;
}

.home-box-5 .link {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
}

.news-item {
  width: 100%;
  padding: 24px 16px 0 0;
  border-right: 1px solid rgba(121, 115, 111, 0.30);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.news-item .img {
  width: 100%;
  aspect-ratio: 276/216;
  overflow: hidden;
}

.news-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.news-item:hover .img img {
  transform: scale(1.05);
}

.news-item .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.news-item .content .first {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}

.news-item .content .first .tag,
.news-detail-box-1-content .first .tag {
  color: var(--Attention-color);
  font-size: 18px;
  font-style: normal;
  line-height: 26px;
  text-transform: uppercase;
}

.news-item .content .first .time,
.news-detail-box-1-content .first .time {
  color: var(--White);
  font-family: var(--font-primary-regular);
  font-size: 18px;
  font-style: normal;
  line-height: 26px;
  text-transform: uppercase;
  opacity: 0.7;
}

.news-item .content .title {
  color: var(--White);
  font-family: var(--font-primary-medium);
  font-size: 20px;
  font-style: normal;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 52px;
}

.news-item .content .desc {
  color: var(--White);
  font-family: var(--font-primary-regular);
  opacity: 0.7;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 72px;
}

.home-box-6 {
  padding: 80px 0;
  background-image: url('/img/bg-home-box-6.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home-box-6-inner {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.home-box-6-content {
  width: 100%;
}

.home-box-6-slider .owl-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.home-box-6-slider .item {
  width: 100%;
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(16px);
}

.home-box-6-slider .item>img {
  width: 45px !important;
}

.home-box-6-slider .item .desc {
  color: #FFF;
  text-align: justify;
  letter-spacing: 0.16px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 168px;
}

.home-box-6-slider .item .info {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.home-box-6-slider .item .info .avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
}

.home-box-6-slider .item .info .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-box-6-slider .item .info .name-project {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.home-box-6-slider .item .info .name-project .name {
  color: #FFF;
  font-family: var(--font-primary-medium);
  font-size: 18px;
  font-style: normal;
  line-height: 26px;
}

.home-box-6-slider .item .info .name-project .project {
  color: #E0623B;
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
}

.home-box-7 {
  padding: 80px 0;
  background: #2B2C2C;
  position: relative;
}

.home-box-7-inner {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
  position: relative;
  z-index: 10;
}

.home-box-7-inner .left {
  display: flex;
  flex: 1;
  padding-right: 80px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.home-box-7-inner .left .first {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.home-box-7-inner .left .first .desc {
  color: var(--White);
}

.home-box-7-inner .left .second {
  width: 100%;
  aspect-ratio: 578/320;
  position: relative;
}

.home-box-7-inner .left .second::after {
  content: '';
  position: absolute;
  bottom: -16px;
  right: -16px;
  height: 100%;
  width: 100%;
  border: 3px solid #B99980;
}

.home-box-7-inner .left .second img {
  position: relative;
  z-index: 10;
}

.home-box-7-inner .right {
  display: flex;
  width: 512px;
  padding: 40px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  background: #1C1C1C;
  backdrop-filter: blur(2px);
}

.home-box-7 .img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  mix-blend-mode: overlay;
}

.home-box-7::after {
  content: '';
  width: min(95%, 1200px);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: linear-gradient(90deg, rgba(105, 101, 98, 0.00) 0%, rgba(105, 101, 98, 0.80) 53.85%, rgba(105, 101, 98, 0.00) 100%);
}

.form-contact .form-item {
  position: relative;
  margin-bottom: 16px;
}

.form-contact .form-item .form-control {
  display: flex;
  min-height: 44px;
  padding: 10px 8px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border: 1px solid;
  border-color: #C9C7C6;
  width: 100%;
  background: transparent;
  transition: all 0.3s ease-in-out;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  color: var(--White);
}

.form-contact .form-item:not(.form-check) label {
  margin: 0;
  position: absolute;
  top: 11px;
  left: 8px;
  color: rgba(255, 255, 255, 0.60);
  opacity: 1;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.form-contact .form-item:not(.form-check) label.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.form-contact .form-item .form-control:focus,
.form-contact .form-item .form-control:hover {
  border-color: var(--Attention-color);
}

.form-contact .row {
  margin: 0 -8px;
}

.form-contact .row>* {
  padding: 0 8px;
}

.form-contact .form-check {
  padding-left: 32px;
  position: relative;
}

.form-contact .form-check input {
  display: none;
}

.form-contact .form-check label {
  color: var(--White, #FFF) !important;
  cursor: pointer;
}

.form-contact .form-check label::after {
  content: '';
  width: 18px;
  height: 18px;
  border: 1px solid;
  border-color: var(--White);
  background: transparent;
  border-radius: 2px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: all 0.3s ease-in-out;
}

.form-contact .form-check label::before {
  content: '';
  width: 8px;
  height: 12px;
  border-radius: 1px;
  position: absolute;
  top: 5px;
  left: 9px;
  border-right: 3px solid #1C1C1C;
  border-bottom: 3px solid #1C1C1C;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.form-contact .form-check label:hover::after,
.form-contact .form-check input:checked+label::after {
  border-color: var(--Attention-color);
}

.form-contact .form-check input:checked+label::before {
  opacity: 1;
  visibility: visible;
}

.form-contact .form-check input:checked+label::after {
  background: var(--Attention-color);
}

.form-contact .form-check label a {
  color: var(--White, #FFF) !important;
  text-decoration: underline !important;
}

.form-contact .btn-submit {
  margin-top: 16px;
  width: 178px;
  font-family: var(--font-primary-semiBold);
  gap: 8px;
}

.partner-layout {
  width: 100%;
}

.partner-row {
  display: grid;
}

.partner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.partner-row:last-child .partner-item {
  border-bottom: none;
}

.partner-row .partner-item:last-child {
  border-right: none;
}

.partner-item img {
  max-width: 140px;
  max-height: 60px;
  object-fit: contain;
  opacity: 0.85;
  transition: 0.3s;
  filter: grayscale(0) invert(0);
}

.home-box-8 {
  padding: 80px 0;
  background-image: url('/img/bg-home-box-8.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.home-box-8::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(43, 44, 44, 0) 0%, rgba(43, 44, 44, 0.4) 50%, rgba(43, 44, 44, 1) 80%);
}

.home-box-8-inner {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.home-box-8-header {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 16px;
}

.contact-container {
  padding: 56px 0 80px 0;
  background-image: url('/img/bg-home-box-8.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.contact-container .right {
  position: relative;
  padding: 0;
  background-color: transparent;
}

.contact-container .right .form-contact {
  padding: 40px 32px;
  background: #1C1C1C;
  backdrop-filter: blur(2px);
  position: relative;
  z-index: 10;
}

.contact-container .right::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  height: 100%;
  width: 100%;
  border: 1px solid var(--Attention-2, #B99980);
}

.contact-container .left .info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.contact-container .left .info .items {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}

.contact-container .left .info .items:not(:last-child) {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-container .left .info .items .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.contact-container .left .info .items .item .title {
  color: var(--Attention-2);
  text-align: center;
  font-family: var(--font-primary-medium);
  text-transform: uppercase;
}

.contact-container .left .info .items .item .desc {
  color: var(--White);
}

.contact-container .left .info .items .item .social-list {
  display: flex;
  padding-top: 8px;
  align-items: flex-start;
  gap: 16px;
}

.map-container {
  width: 100%;
  height: 390px;
}

.project-container {
  padding: 56px 0 80px 0;
  background: #2B2C2C;
}

.project-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.project-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.project-header .desc {
  width: 100%;
  text-align: center;
}

.project-menu,
.news-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
}

.project-menu-item,
.news-menu-item {
  display: flex;
  padding: 10px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 68px;
  border: 1px solid;
  border-color: var(--Attention-color);
  color: var(--Attention-color);
  text-align: center;
  font-family: var(--font-primary-semiBold);
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  white-space: nowrap;
}

.project-menu-item:hover,
.project-menu-item.active,
.news-menu-item:hover,
.news-menu-item.active {
  background-color: var(--Attention-color);
  color: var(--White);
}

.project-list {
  width: 100%;
  display: none;
  flex-wrap: wrap;
  gap: 40px 12px;
}

.project-list.active {
  display: flex;
}

.project-item {
  width: calc(50% - 6px);
  aspect-ratio: 594/392;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.project-item .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.project-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.project-item:hover .img img {
  transform: scale(1.05);
}

.project-item .desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 32px 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  background: linear-gradient(180deg, rgba(147, 134, 124, 0.00) 48.05%, #2A2623 100%);
}

.project-item .desc .title {
  color: var(--White);
  text-align: center;
  font-family: var(--font-primary-bold);
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
  text-transform: uppercase;
}

.project-item .desc .tag {
  color: #E0623B;
  text-align: center;
  font-family: var(--font-primary-medium);
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}

.main-container:has(.project-details-container),
.main-container:has(.nhan-su-box-1) {
  padding: 0;
  margin: 88px 0 0 0;
}

.main-container:has(.project-details-container),
.main-container:has(.news-detail-box-2) {
  overflow: unset;
}

.project-details-container {
  padding: 56px 16px 80px 16px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  background: #2B2C2C;
}

.project-details-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}

.project-details-right {
  display: flex;
  width: 451px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  flex-shrink: 0;
  position: sticky;
  top: 100px;
}

.project-details-left a {
  width: 100%;
  aspect-ratio: 927/615;
  overflow: hidden;
}

.project-details-left a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.project-details-right .first {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.project-details-right .first .tag {
  display: flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 43px;
  background: var(--Attention-color);
  color: var(--White);
  text-align: center;
  font-family: var(--font-primary-medium);
}

.project-details-right .desc {
  color: var(--White);
  text-align: justify;
}

.project-details-right .third {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.project-details-right .third .item {
  padding: 12px 0;
  border-bottom: 1px solid #79736F;
  display: flex;
  align-items: center;
  gap: 16px;
}

.project-details-right .third .item:first-child {
  border-top: 1px solid #79736F;
}

.project-details-right .third .item .title {
  width: 140px;
  color: #8C8C8C;
}

.project-details-right .third .item .desc {
  flex: 1;
}

.other-project-container {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  background-image: url('/img/bg-home-box-8.webp');
  background-size: cover;
  background-position: center;
}

.news-box-1 {
  padding: 120px 0 20px 0;
  background-image: url(/img/box-news-bg.webp);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.news-box-2 {
  padding: 48px 0 80px 0;
}

.news-box-2 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}

.news-box-2-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}

.form-search-news {
  display: flex;
  width: 486px;
  padding: 0 8px 12px 8px;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(121, 115, 111, 0.30);
}

.form-search-news .form-control {
  border: none;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  padding: 0;
  color: var(--White);
}

.news-box-2-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.news-menu {
  justify-content: flex-start;
}

.news-list {
  display: none;
}

.news-list.active {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
}

.news-list .news-item {
  padding: 0;
  border: none;
  width: calc(33% - 18px);
}

.news-box-1-content {
  width: 100%;
}

.news-slider .news-item {
  padding: 0;
  border: none;
}

.news-slider .owl-item .news-item .content {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.news-slider .owl-item.center .news-item .content {
  opacity: 1;
}

.news-slider .news-item .img {
  aspect-ratio: 645/393;
}

.news-slider .owl-dots {
  display: flex !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.news-slider .news-item .content .title {
  width: 100%;
  -webkit-line-clamp: 1;
  height: 26px;
}

.news-detail-box-1 {
  display: flex;
  flex-direction: column;
  padding-top: 130px;
}

.news-detail-box-1-img {
  width: 100%;
  aspect-ratio: 1200/654;
  position: relative;
}

.news-detail-box-1-img::after {
  content: '';
  width: 50%;
  aspect-ratio: 689/546;
  position: absolute;
  bottom: -70px;
  right: -70px;
  border: 3px solid var(--Attention-2);
}

.news-detail-box-1-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10;
  position: relative;
}

.news-detail-box-1-content {
  width: 70%;
  padding: 24px 40px 24px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-image: url('/img/news-detail-bg.webp');
  background-size: cover;
  background-position: center;
  z-index: 10;
  position: relative;
}

.news-detail-box-1-content .first {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.news-detail-box-2 .container {
  padding-top: 40px;
  display: flex;
  align-items: flex-start;
  gap: 48px;
}

.news-detail-box-2 .container .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  width: 300px;
  position: sticky;
  top: 100px;
}

.news-detail-box-2 .container .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.news-detail-box-2 .container .left .list-tag {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid #eeeeee2c;
}

.news-detail-box-2 .container .left .list-tag .title {
  color: #79736F;
  font-family: var(--font-primary-semiBold);
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
}

.news-detail-box-2 .container .left .list-tag .tag {
  color: var(--White);
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.news-detail-box-2 .container .left .list-tag .tag::after {
  content: '/';
  color: #494D59;
}

.news-detail-box-2 .container .left .list-tag .tag:last-child:after {
  display: none;
}

.news-detail-box-2 .container .right .first {
  padding-bottom: 40px;
  border-bottom: 1px solid #eeeeee2c;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.news-detail-box-2 .container .right .first .title,
.news-detail-box-2 .container .right .second>.title {
  color: var(--White);
  font-family: var(--font-leostut);
  font-size: 20px;
  font-style: normal;
  line-height: 28px;
  text-transform: uppercase;
}

.news-detail-box-2 .container .right .first .social {
  display: flex;
  align-items: center;
  gap: 16px;
}

.news-detail-box-2 .container .right .second {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.news-detail-box-2 .container .right .second .list-news {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.news-detail-box-2 .container .right .second .list-news .news-item-type-2 {
  display: flex;
  align-items: stretch;
  gap: 8px;
}

.news-detail-box-2 .container .right .second .list-news .news-item-type-2:not(:last-child) {
  border-bottom: 1px dashed #eeeeee2c;
  padding-bottom: 16px;
}

.news-detail-box-2 .container .right .second .list-news .news-item-type-2 .img {
  width: 127px;
  height: 80px;

}

.news-detail-box-2 .container .right .second .list-news .news-item-type-2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.news-detail-box-2 .container .right .second .list-news .news-item-type-2:hover .img img {
  transform: scale(1.05);
}

.news-detail-box-2 .container .right .second .list-news .news-item-type-2 .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4px;
  flex: 1 0 0;
}

.news-detail-box-2 .container .right .second .list-news .news-item-type-2 .content .news-title {
  overflow: hidden;
  color: var(--White);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-detail-box-2 .container .right .second .list-news .news-item-type-2 .content .time {
  color: var(--White);
  text-transform: uppercase;
  opacity: 0.7;
}

.gioi-thieu-box-1 {
  width: 100%;
  min-height: 1680px;
  position: relative;
  padding: 170px 0 80px 0;
  background: #2B2C2C;
}

.gioi-thieu-box-1-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.gioi-thieu-box-1-img img {
  width: 100%;
  height: 50%;
  object-fit: cover;
}

.gioi-thieu-box-1-content {
  position: relative;
  z-index: 10;
}

.gioi-thieu-box-1-content .container {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.gioi-thieu-box-1-first {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  align-self: stretch;
}

.gioi-thieu-box-1-first .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.gioi-thieu-box-1-first .left .first {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}

.gioi-thieu-box-1-first .left .first .tag,
.gioi-thieu-box-2-inner .right .tag,
.gioi-thieu-box-2-inner .left .first .tag {
  color: #E0623B;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.gioi-thieu-box-1-first .left .desc {
  text-align: justify;
}

.gioi-thieu-box-1-first .right {
  flex: 1;
  display: flex;
  padding-left: 64px;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}

.gioi-thieu-box-1-first .right .item {
  width: calc(50% - 20px);
  display: flex;
  padding: 8px 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}

.gioi-thieu-box-1-first .right .item .number {
  font-family: var(--font-primary-black);
  font-size: 72px;
  font-style: normal;
  line-height: 80px;
  background: linear-gradient(180deg, #E0623B 0%, #FF9170 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gioi-thieu-box-1-first .right .item .desc {
  color: #EEE;
  font-family: var(--font-primary-medium);
}

.gioi-thieu-box-1-second {
  position: relative;
}

.gioi-thieu-box-1-second::after {
  content: '';
  position: absolute;
  bottom: -24px;
  right: -24px;
  width: 80%;
  height: 80%;
  border: 3px solid var(--Attention-2);
}

.gioi-thieu-box-1-second img {
  position: relative;
  z-index: 10;
}

.gioi-thieu-box-1-third {
  padding-top: 40px;
  display: flex;
  width: min(100%, 1000px);
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.gioi-thieu-box-1-third .desc {
  text-align: justify;
}

.gioi-thieu-box-2 {
  padding: 80px 0;
  position: relative;
}

.gioi-thieu-box-2>.img {
  position: absolute;
  width: 658px;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.20;
}

.gioi-thieu-box-2>.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gioi-thieu-box-2-inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 64px;
  position: relative;
  z-index: 10;
}

.gioi-thieu-box-2-inner .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  flex: 1 0 0;
  align-self: stretch;
}

.gioi-thieu-box-2-inner .left .img {
  width: 100%;
  aspect-ratio: 568/353;
}

.gioi-thieu-box-2-inner .left .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gioi-thieu-box-2-inner .right {
  display: flex;
  padding-top: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  flex: 1 0 0;
}

.gioi-thieu-box-2-inner .left .first {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}

.gioi-thieu-box-2-inner .left .first .title {
  color: var(--White);
  font-family: var(--font-primary-bold);
  font-size: 34px;
  font-style: normal;
  line-height: 42px;
  text-transform: uppercase;
}

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.marquee-track {
  display: flex;
  will-change: transform;
}

.marquee .text {
  color: #C9C8C8;
  font-family: var(--font-primary-black);
  font-size: 132px;
  font-style: normal;
  line-height: 132px;
  letter-spacing: 2.64px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 48px;
  opacity: 0.4;
}

.marquee .text span {
  width: 48px;
  height: 48px;
  transform: rotate(-44.755deg);
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background-color: #C9C8C8;
}

.gioi-thieu-box-3 {
  position: relative;
}

.gioi-thieu-box-4 {
  padding: 80px 0;
  background-image: url(/img/nhan-su-box-4-bg.webp);
  background-size: cover;
  background-position: center;
}

.nhan-su-box-4 {
  position: relative;
  background: linear-gradient(180deg, #0D0D0F 0%, #1C1C1C 100%);
}

.nhan-su-box-4 .main-title {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}

.gioi-thieu-box-4-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.gioi-thieu-box-4-items {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
}

.gioi-thieu-box-4-items .item {
  flex: 1;
  position: relative;
  cursor: pointer;
}

.gioi-thieu-box-4-items .item .img {
  width: 100%;
  aspect-ratio: 585/386;
}

.gioi-thieu-box-4-items .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gioi-thieu-box-4-items .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(42, 38, 35, 0.4) 34.94%, rgba(42, 38, 35, 0.80) 72.81%);
}

.gioi-thieu-box-4-items .item .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border: 3px solid;
  border-color: transparent;
  background: transparent;
  transition: all 0.6s ease-in-out;
  gap: 24px;
}

.gioi-thieu-box-4-items .item:hover .content {
  border-color: var(--Attention-2);
  background-color: rgba(43, 44, 44, 1);
}

.gioi-thieu-box-4-items .item .content .title {
  color: var(--White);
  text-align: center;
  font-family: var(--font-primary-semiBold);
  font-size: 32px;
  font-style: normal;
  line-height: 40px;
  text-transform: uppercase;
}

.gioi-thieu-box-4-items .item .content .desc {
  padding: 0px;
  max-height: 0;
  overflow: hidden;
  color: var(--White);
  text-align: justify;
  letter-spacing: 0.16px;
  transition: max-height 0.6s ease;
}

.gioi-thieu-box-4-items .item:hover .content .desc {
  max-height: 400px;
}

.gioi-thieu-box-5 {
  padding: 80px 0;
  background-image: url(/img/nhan-su-box-5-bg.webp);
  background-size: cover;
  background-position: center;
}

.gioi-thieu-box-5-container {
  width: min(100%, 1440px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.gioi-thieu-box-5-item {
  display: flex;
  align-items: center;
  gap: 24px;
}

.gioi-thieu-box-5-item .content {
  display: flex;
  width: 613px;
  padding: 0 60px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  flex-shrink: 0;
}

.gioi-thieu-box-5-item .img {
  flex: 1;
  aspect-ratio: 803/572;
  position: relative;
}

.gioi-thieu-box-5-item .img::after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: -24px;
  width: 100%;
  height: 100%;
  border: 3px solid var(--Attention-2);
}

.gioi-thieu-box-5-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}

.gioi-thieu-box-5-item:first-child {
  flex-direction: row-reverse;
}

.gioi-thieu-box-5-item:last-child .img::after {
  left: unset;
  right: -24px;
}

.gioi-thieu-box-5-item .content .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.gioi-thieu-box-5-item .content .list .item {
  display: flex;
  padding-bottom: 24px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-bottom: 1px solid rgba(185, 153, 128, 0.50);
  cursor: pointer;
}

.gioi-thieu-box-5-item .content .list .item .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}

.gioi-thieu-box-5-item .content .list .item .left .desc {
  max-height: 0;
  overflow: hidden;
  transition: all 0.6s linear;
}

.gioi-thieu-box-5-item .content .list .item .left .title {
  color: var(--White);
  font-family: var(--font-primary-semiBold);
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
}

.gioi-thieu-box-5-item .content .list .item.active .left .desc {
  max-height: 300px;
  padding: 8px 0 0 0;
}

.gioi-thieu-box-5-item .content .list .item .right {
  width: 24px;
  height: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gioi-thieu-box-5-item .content .list .item .right img {
  transition: opacity 0.6s ease;
}

.gioi-thieu-box-5-item .content .list .item .right img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.gioi-thieu-box-5-item .content .list .item.active .right img:last-child {
  opacity: 1;
}

.gioi-thieu-box-5-item .content .list .item.active .right img:first-child {
  opacity: 0;
}

.gioi-thieu-box-6 {
  padding: 80px 0;
  background-image: url(/img/nhan-su-box-6-bg.webp);
  background-size: cover;
  background-position: center;
}

.gioi-thieu-box-6-inner {
  display: flex;
  align-items: center;
  gap: 62px;
}

.gioi-thieu-box-6-inner .left {
  display: flex;
  width: 613px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  flex-shrink: 0;
}

.gioi-thieu-box-6-inner .left .desc {
  text-align: justify;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gioi-thieu-box-6-inner .right {
  flex: 1;
}

.nhan-su-box-1 {
  padding: 80px 0;
  background-image: url('/img/nhan-su-box-1-bg-3.webp');
  background-size: cover;
  background-position: center;
  position: relative;
}

.nhan-su-box-1-inner {
  width: min(100%, 1440px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
}

.nhan-su-box-1-inner .left {
  flex: 1;
  display: flex;
  padding: 0 60px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  flex-shrink: 0;
}

.nhan-su-box-1-inner .right {
  width: 811px;
  aspect-ratio: 811/580;
  position: relative;
}

.nhan-su-box-1-inner .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}

.nhan-su-box-1-inner .right::after {
  content: '';
  position: absolute;
  width: 98%;
  height: 98%;
  bottom: -16px;
  left: -16px;
  border: 2px solid var(--Attention-2);
}

.nhan-su-box-3 {
  padding: 80px 0;
  background: linear-gradient(180deg, #1C1C1C 24.26%, #2B2C2C 100%);
}

.nhan-su-box-3-inner {
  display: flex;
  width: min(100%, 1440px);
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.nhan-su-box-3-header {
  display: flex;
  width: 100%;
  padding: 0 60px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.nhan-su-box-3-slider .swiper-slide {
  width: 332px;
  aspect-ratio: 98/129;
}

.nhan-su-box-3-slider .swiper-slide .nhan-su-box-3-item {
  width: 100%;
  height: 100%;
  position: relative;
}

.nhan-su-box-3-slider .swiper-slide .nhan-su-box-3-item .img {
  width: 100%;
  height: 100%;
}

.nhan-su-box-3-slider .swiper-slide .nhan-su-box-3-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nhan-su-box-3-slider .swiper-slide .nhan-su-box-3-item {
  transform: scale(0.78);
  transition: all 0.3s ease-in-out;
}

.nhan-su-box-3-slider .swiper-slide-active .nhan-su-box-3-item {
  transform: scale(1);
}

.nhan-su-box-3-slider {
  width: 100%;
}

.nhan-su-box-3-slider .swiper-slide-next .nhan-su-box-3-item {
  transform-origin: left center;
}

.nhan-su-box-3-slider .swiper-slide-prev .nhan-su-box-3-item {
  transform-origin: right center;
}

.nhan-su-box-3-slider .swiper-slide:has(+.swiper-slide-prev) .nhan-su-box-3-item {
  transform-origin: right center;
  margin-left: 74px;
}

.nhan-su-box-3-slider .swiper-slide-next+.swiper-slide .nhan-su-box-3-item {
  transform-origin: left center;
  margin-left: -74px;
}

.nhan-su-box-3-item::after,
.nhan-su-box-3-item .content {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(147, 134, 124, 0.00) 48.05%, #2A2623 100%);
  mix-blend-mode: multiply;
}

.nhan-su-box-3-item .content {
  background: transparent;
  mix-blend-mode: unset;
  z-index: 11;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}

.nhan-su-box-3-item .content .name {
  color: #FFF;
  font-family: var(--font-primary-bold);
  font-size: 18px;
  font-style: normal;
  line-height: 26px;
  text-transform: uppercase;
}

.nhan-su-box-3-item .content .position {
  color: #E0623B;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.28px;
  text-align: center;
}

.nhan-su-box-3-item .info-nhan-su {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: #2B2C2C;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 12;
  transition: all 0.3s ease-in-out;
}

.nhan-su-box-3-item:hover .info-nhan-su {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}

.nhan-su-box-3-item .info-nhan-su .name {
  color: #FFF;
  text-align: center;
  font-family: var(--font-primary-bold);
  font-size: 20px;
  font-style: normal;
  line-height: 28px;
  text-transform: uppercase;
}

.nhan-su-box-3-item .info-nhan-su .desc {
  text-align: justify;
}

.nhan-su-box-3-slider .swiper-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
  justify-content: center;
}

.nhan-su-box-3-slider .swiper-actions .swiper-pagination {
  margin: 12px 0 0 0;
  gap: 12px;
}

.nhan-su-box-2-second {
  background: #0E0E10;
  padding: 28px 0;
}

.nhan-su-box-2-item {
  position: relative;
  width: 100%;
  aspect-ratio: 1440/668;
}

.nhan-su-box-2-item .img {
  width: 100%;
  height: 100%;
}

.nhan-su-box-2-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nhan-su-box-2-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(42, 38, 35, 0.70) 0%, rgba(147, 134, 124, 0.00) 8.63%, rgba(147, 134, 124, 0.00) 40.51%, rgba(42, 38, 35, 0.80) 90.72%);
  mix-blend-mode: multiply;
}

.nhan-su-box-2:not(.home-box-2) .nhan-su-box-2-item::after {
  display: none;
}

.nhan-su-box-2-item .content {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding: 0 24px;
}

.nhan-su-box-2-item .content .inner {
  width: min(100%, 472px);
  display: inline-flex;
  padding: 32px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  background: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(1.649999976158142px);
}

.nhan-su-box-2-item .content .inner .desc {
  text-align: justify;
}

.nhan-su-box-2-item-type-2 {
  background-image: url('/img/nhan-su-item-bg.webp');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.home-box-2 .nhan-su-box-2-item-type-2 {
  background-image: url('/img/nhan-su-item-bg-type-2.webp');
  background-size: cover;
}

.nhan-su-box-2-item-type-2 .img {
  width: min(60%, 1000px);
  aspect-ratio: 500/333;
}

.nhan-su-box-2-item-type-2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nhan-su-box-2-item-type-2 .content {
  justify-content: center;
  align-items: flex-end;
}

.nhan-su-box-2-item-type-2 .content .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nhan-su-box-2-item .content .inner {
  width: min(100%, 570px);
}

.nhan-su-box-2-item .content .inner .first {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}

.nhan-su-box-2-item .content .inner .first .tag {
  color: var(--White);
  font-family: var(--font-primary-medium);
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  text-transform: uppercase;
}

.nhan-su-box-2-item .content .inner .first .name {
  color: var(--Attention-color);
  font-family: var(--font-leostut);
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  text-transform: uppercase;
}

.nhan-su-box-2-item .content .inner .first .position {
  color: var(--White);
  font-family: var(--font-primary-medium);
}

.nhan-su-box-2-item .content .inner .desc {
  text-align: justify;
  width: min(100%, 532px);
}

.home-box-3-list-img {
  position: relative;
}

.home-box-3-list-img .img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s linear;
}

.home-box-3-list-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-box-3-list-img .img:not(:first-child).active {
  opacity: 1;
  visibility: visible;
}

.home-box-3 {
  position: relative;
}

.home-box-3::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(42, 38, 35, 0.70) 0%, rgba(147, 134, 124, 0.00) 25.1%, rgba(147, 134, 124, 0.00) 61.06%, #2A2623 97.82%);
  mix-blend-mode: multiply;
}

.home-box-3-title {
  padding: 48px 40px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 1440px);
  z-index: 10;
}

.home-box-3-items {
  display: flex;
  width: min(100%, 1440px);
  padding: 0 30px 24px 30px;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.home-box-3-items .item {
  width: max-content;
  max-width: 259px;
  display: flex;
  padding: 32px 8px 20px 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  border-bottom: 4px solid;
  border-color: rgba(255, 255, 255, 0.20);
  transition: all 0.3s ease;
  cursor: pointer;
}

.home-box-3-items .item .stt,
.home-box-3-mobile-slider .item .item-content .stt {
  color: #E0623B;
  font-family: var(--font-primary-regular);
  font-size: 20px;
  font-style: normal;
  line-height: 28px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.home-box-3-items .item .title,
.home-box-3-mobile-slider .item .item-content .title {
  color: var(--White);
  font-family: var(--font-primary-bold);
  font-size: 20px;
  font-style: normal;
  line-height: 32px;
  text-transform: uppercase;
}

.home-box-3-items .item .desc {
  text-align: justify;
  max-height: 0;
  overflow: hidden;
  transition: all 0.6s ease;
  margin-top: -6px;
}

.home-box-3-items .item:hover {
  border-color: #E0623B;
}

.home-box-3-items .item:hover .desc {
  max-height: 300px;
  margin-top: 0;
}

.banner-other-page .banner-item {
  height: 100vh;
  max-height: 532px;
  overflow: hidden;
}

.banner-other-page .banner-item img{
  transform: scale(1.1);
  transition: all 1s ease-in-out;
}

.banner-other-page .banner-item.active img{
  transform: scale(1);
}

.dich-vu-box-1 {
  padding: 56px 0 48px 0;
  background: #1C1C1C;
}

.dich-vu-box-1 .container {
  text-align: justify;
  text-align: center;
}

.dich-vu-box-3 {
  padding: 80px 0;
  background-image: url('/img/dich-vu-box-3-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.dich-vu-box-3 .container {
  position: relative;
}

.dich-vu-box-3-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  width: 460px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.dich-vu-box-3-header .title {
  color: var(--White);
  font-family: var(--font-primary-medium);
}

.dich-vu-box-3-header .left-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}

.dich-vu-box-3-header .left-content>div:last-child {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dich-vu-box-3-header .left-content>div:last-child img {
  transform: rotate(180deg);
}

.dich-vu-box-3-header .left-content span {
  color: var(--Attention-color);
  font-family: var(--font-leostut);
  font-size: 30px;
  font-style: normal;
  line-height: 38px;
}

.dich-vu-box-3-header .sub-title {
  color: var(--Attention-color);
  font-family: var(--font-primary-medium);
  font-size: 20px;
  font-style: normal;
  line-height: 28px;
}

.list-quy-trinh {
  width: 100%;
  overflow-x: scroll;
  display: flex;
  align-items: stretch;
  gap: 30px;
  margin-top: -48px;
  padding-top: 48px;
}

.quy-trinh-item {
  min-width: 212px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.quy-trinh-item .stt {
  display: flex;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 48px;
  background: #FFF;
  color: var(--gray-9---body-text);
  font-family: var(--font-primary-bold);
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  text-transform: uppercase;
}

.quy-trinh-item .first {
  width: 100%;
  height: 289px;
  border: 4px solid var(--Attention-2);
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  position: relative;
}

.quy-trinh-item .first::after {
  content: '';
  width: 2px;
  height: 62px;
  position: absolute;
  top: 101%;
  left: 50%;
  transform: translateX(-50%);
  background: #B99980;
}

.quy-trinh-item .first .icon {
  display: flex;
  width: 96px;
  height: 96px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 1222px;
  background: #FFF;
  margin-top: -48px;
}

.quy-trinh-item .first .icon img {
  width: 60px !important;
}

.quy-trinh-item .first .title {
  color: var(--White);
  font-family: var(--font-primary-bold);
  font-size: 18px;
  font-style: normal;
  line-height: 26px;
  text-transform: uppercase;
}

.quy-trinh-item .first .desc {
  text-align: center;
}

.dich-vu-box-3-slider .owl-stage-outer {
  padding-top: 48px;
}

.dich-vu-box-3-slider {
  width: 100%;
  padding-top: 48px;
}

.dich-vu-box-3-slider {
  position: relative;
}

.dich-vu-box-3-slider::after {
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 15px;
  left: 0;
  background: linear-gradient(90deg, rgba(185, 153, 128, 1) 0%, rgba(185, 153, 128, 0.4) 90%, rgba(185, 153, 128, 0) 100%);
}

.dich-vu-box-2 {
  background: #2B2C2C;
}

.dich-vu-box-2-container {
  width: min(100%, 1440px);
  margin: 0 auto;
  position: relative;
}

.dich-vu-box-2-item {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.dich-vu-box-2-item .img {
  width: 910px;
  height: 768px;
  position: relative;
}

.dich-vu-box-2-item .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(147, 134, 124, 0.00) 38.6%, rgba(147, 134, 124, 0.00) 76.61%, #2A2623 100%);
  mix-blend-mode: multiply;
}

.dich-vu-box-2-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.dich-vu-box-2-item .content {
  display: flex;
  flex: 1;
  padding: 80px 64px;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}

.dich-vu-box-2-item .content .first {
  display: flex;
  width: min(100%, 347px);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}

.dich-vu-box-2-item .content .first .tag {
  color: var(--Attention-color);
  font-size: 20px;
  font-style: normal;
  line-height: 28px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.dich-vu-box-2-item .content .first .main-title {
  font-size: 28px;
  font-style: normal;
  line-height: 36px;
}

.dich-vu-box-2-item .content .desc {
  width: min(100%, 279px);
  color: #fafafa;
  text-align: justify;
  letter-spacing: 0.16px;
}

.dich-vu-box-2-slider-thumb {
  width: 623px;
  position: absolute;
  bottom: 32px;
  right: 0;
  z-index: 100;
}

.dich-vu-box-2-slider-thumb .item {
  width: 100%;
  aspect-ratio: 185/156;
}

.dich-vu-box-2-slider-thumb .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.dich-vu-box-2-actions {
  width: min(95%, 1200px);
  position: absolute;
  z-index: 20;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}

.dich-vu-box-2-number {
  width: 64px;
  color: var(--White);
  text-align: center;
  font-family: var(--font-leostut);
  font-size: 34px;
  font-style: normal;
  line-height: 42px;
  text-transform: uppercase;
}

.dich-vu-box-2-slider-main .swiper-slide {
  opacity: 0 !important;
}

.dich-vu-box-2-slider-main .swiper-slide-active {
  opacity: 1 !important;
}

.dich-vu-box-4 {
  background: #2B2C2C;
}

.media-fixed {
  position: fixed;
  bottom: 100px;
  right: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 100;
}

.media-fixed .item {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px 11px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 70px;
  background: var(--Attention-color);
}

.header-menu-mobile,
.mobile {
  display: none;
}

.editor-content img {
  max-width: 100%;
}

.banner-slider .banner-item {
  overflow: hidden;
}

.banner-slider .owl-item.active .banner-item>img {
  animation: scale 14s infinite ease-in-out;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(50%);
  }
}


@keyframes scroll-down {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }
}

@keyframes scale {
  0% {
    transform: scale(1);
    transform-origin: right top;
  }

  50% {
    transform: scale(1.1);
    transform-origin: right top;
  }

  100% {
    transform: scale(1);
    transform-origin: right top;
  }
}

@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
    padding: 0;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1200px;
    padding: 0;
  }

  .header-container .container {
    width: 1320px;
  }
}

@media(max-width: 1450px) {}

@media(max-width: 1200px) {
  .home-box-3-items .item .title {
    font-size: 18px;
    line-height: 26px;
  }

  .header-inner {
    gap: 20px;
  }

  .header-inner .right,
  .header-menu .menu {
    gap: 24px;
  }

  .home-box-1,
  .home-box-5,
  .home-box-6,
  .home-box-7,
  .home-box-8,
  .project-container,
  .other-project-container,
  .news-box-2,
  .dich-vu-box-3,
  .gioi-thieu-box-2,
  .gioi-thieu-box-4,
  .gioi-thieu-box-5,
  .gioi-thieu-box-6,
  .nhan-su-box-1,
  .nhan-su-box-3 {
    padding: 56px 0;
  }

  .project-details-container {
    padding: 56px 16px;
  }

  .home-box-4 {
    padding: 56px 0 0 0;
  }

  .home-box-1 .container .first .left {
    padding-top: 20px;
  }

  .home-box-1 .container .first {
    gap: 40px;
  }

  .home-box-1 .container .first .right {
    padding: 20px 0;
  }

  .home-box-1 .container {
    gap: 56px;
  }

  .home-box-1 .container .second {
    gap: 120px;
  }

  .home-box-1 .container .second .item:not(:last-child)::after {
    right: -60px;
  }

  .home-box-3-items {
    padding: 0 20px 24px 20px;
  }

  .home-box-5 .container {
    gap: 32px;
  }

  .home-box-5 .link {
    margin-top: 20px;
  }

  .btn-color-orange {
    width: max-content;
    padding: 0 12px;
  }
}

@media(max-width: 1024px) {
  .header-inner .center img {
    width: 130px;
  }

  .header-inner .right,
  .header-menu .menu {
    gap: 20px;
  }

  .project-details-right {
    width: 400px;
  }

  .project-details-container {
    padding: 42px 16px;
  }

  .home-box-1,
  .home-box-5,
  .home-box-6,
  .home-box-7,
  .home-box-8,
  .project-container,
  .other-project-container,
  .news-box-2,
  .dich-vu-box-3,
  .gioi-thieu-box-2,
  .gioi-thieu-box-4,
  .gioi-thieu-box-5,
  .gioi-thieu-box-6,
  .nhan-su-box-1,
  .nhan-su-box-3 {
    padding: 42px 0;
  }

  .home-box-4 {
    padding: 42px 0 0 0;
    gap: 32px;
  }

  .news-box-2 .container,
  .news-box-2-content {
    gap: 32px;
  }

  .gioi-thieu-box-2-inner .right {
    gap: 24px;
  }

  .news-detail-box-2 .container .left {
    flex: unset;
    width: calc(100% - 348px);
  }

  .news-detail-box-1-content {
    padding-left: 15px !important;
  }

  .news-detail-box-1-img::after {
    display: none;
  }

  .contact-container .right::after {
    left: 10px;
    top: 10px;
  }

  .home-box-7-inner .left {
    padding-right: 20px;
  }

  .dich-vu-box-2-item .img {
    width: 60%;
    height: 650px;
  }

  .dich-vu-box-2-item .content {
    padding: 40px;
  }

  .dich-vu-box-3-header {
    width: 420px;
    left: 12px;
  }

  .dich-vu-box-3-header .left-content span {
    font-size: 26px;
    line-height: 34px;
  }

  .home-box-7-inner .left {
    width: 60%;
    flex: unset;
  }

  .home-box-7-inner .left .second img {
    width: 100%;
  }

  .gioi-thieu-box-1 {
    padding: 120px 0 56px 0;
  }

  .gioi-thieu-box-1-first .right {
    padding-left: 40px;
  }

  .gioi-thieu-box-1-content .container {
    gap: 42px;
  }

  .gioi-thieu-box-1-second::after {
    display: none;
  }

  .gioi-thieu-box-1-third {
    padding-top: 20px;
  }

  .gioi-thieu-box-1 {
    min-height: unset;
  }

  .marquee .text {
    font-size: 100px;
    line-height: 100px;
  }

  .gioi-thieu-box-5-item {
    padding: 0 15px;
  }

  .gioi-thieu-box-5-item .content {
    padding: 0 15px 0 32px;
    width: 50%;
    gap: 24px;
  }

  .gioi-thieu-box-5-item:first-child .content {
    padding: 0 32px 0 15px;
  }

  .gioi-thieu-box-5-container {
    gap: 80px;
  }

  .gioi-thieu-box-6-inner .left {
    width: 50%;
  }

  .gioi-thieu-box-6-inner {
    gap: 48px;
  }

  .gioi-thieu-box-6-inner .right img {
    width: 100%;
  }

  .nhan-su-box-1-inner .right {
    width: 50%;
  }

  .nhan-su-box-4 .main-title {
    top: 56px;
  }

  .nhan-su-box-3-inner {
    gap: 32px;
  }

  .nhan-su-box-1-inner .left {
    padding: 0 32px 0 0;
  }

  .nhan-su-box-1-inner {
    width: 95%;
  }

  .nhan-su-box-2-item .content .inner {
    width: min(95%, 480px);
    padding: 24px 0;
    gap: 28px;
  }

  .nhan-su-box-2-item .content .inner .first .name {
    font-size: 42px;
    line-height: 52px;
  }

  .nhan-su-box-2-item .content .inner .first {
    gap: 8px;
  }

  .home-box-3-items .item .title {
    font-size: 16px;
    line-height: 24px;
  }

  .banner-item-logo {
    width: 40%;
  }

  .home-box-1 .container {
    gap: 42px;
  }

  .nhan-su-box-2-item .content .inner {
    gap: 24px;
    padding: 16px 0;
    width: min(95%, 400px);
  }

  .home-box-3-items {
    padding: 0;
  }

  .home-box-5 .container {
    gap: 24px;
  }

  .home-box-5-slider .news-item {
    padding: 20px 16px 0 0;
  }

  .nhan-su-box-2-item.nhan-su-box-2-item-type-2 .content .inner {
    width: 50%;
  }
}

@media(max-width: 768px) {

  .header-menu-mobile,
  .mobile {
    display: block;
  }

  .header-inner .left,
  .header-inner .right .header-menu {
    display: none;
  }

  .overlay-header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }

  .overlay-header.active {
    opacity: 1;
    visibility: visible;
  }

  .header-menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1002;
    width: min(90%, 600px);
    height: 100vh;
    background: #2B2C2C;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    transition: all 0.3s ease-in-out;
    transform: translateX(-100%);
    padding: 80px 0 0 0;
  }

  .header-menu-mobile.active {
    transform: translateX(0);
  }

  .banner-other-page .banner-item {
    max-height: 350px;
  }

  .btn-color-orange,
  .btn-border-orange {
    padding: 0 8px;
    height: 40px;
  }

  .header-inner .right {
    gap: 16px;
  }

  .btn-header-mobile i {
    font-size: 24px;
  }

  .btn-close-menu-mobile {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .btn-close-menu-mobile i {
    font-size: 24px;
  }

  .header-menu-mobile .menu {
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
  }

  .header-menu-mobile .menu::after,
  .header-menu-mobile .menu::before {
    display: none;
  }

  .footer-inner .right,
  .footer-inner .right>.content .first {
    gap: 32px;
  }

  .footer-inner .right>.content {
    flex-wrap: wrap;
    gap: 40px;
  }

  .footer-inner {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .footer-inner .left {
    width: 100%;
  }

  .footer-menu {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer-main .container {
    gap: 32px;
  }

  .footer-main .copyt-right {
    padding: 0;
  }

  .footer-menu li a {
    font-size: 20px;
    line-height: 28px;
  }

  .project-details-container {
    padding: 32px 16px;
    flex-direction: column-reverse;
  }

  .home-box-1,
  .home-box-5,
  .home-box-6,
  .home-box-7,
  .home-box-8,
  .project-container,
  .other-project-container,
  .news-box-2,
  .dich-vu-box-3,
  .gioi-thieu-box-2,
  .gioi-thieu-box-4,
  .gioi-thieu-box-5,
  .gioi-thieu-box-6,
  .nhan-su-box-1,
  .nhan-su-box-3,
  .dich-vu-box-1 {
    padding: 32px 0;
  }

  .project-menu,
  .news-menu {
    overflow-x: scroll;
    justify-content: flex-start;
  }

  .project-menu::-webkit-scrollbar,
  .news-menu::-webkit-scrollbar {
    display: none;
  }

  .project-menu,
  .news-menu {
    gap: 8px;
  }

  .project-menu-item,
  .news-menu-item {
    padding: 4px 12px;
  }

  .project-details-right {
    width: 100%;
    top: 0;
  }

  .other-project-container {
    gap: 24px;
  }

  .home-box-4-slider .owl-nav .owl-prev,
  .nhan-su-box-2-slider .owl-nav .owl-prev,
  .home-box-4-slider .owl-nav .owl-next,
  .nhan-su-box-2-slider .owl-nav .owl-next {
    width: 36px;
    height: 36px;
  }

  .home-box-4-slider .owl-nav .owl-prev,
  .nhan-su-box-2-slider .owl-nav .owl-prev {
    left: 12px;
  }

  .home-box-4-slider .owl-nav .owl-next,
  .nhan-su-box-2-slider .owl-nav .owl-next {
    right: 12px;
  }

  .home-box-4-slider .owl-nav .owl-prev img,
  .nhan-su-box-2-slider .owl-nav .owl-prev img,
  .home-box-4-slider .owl-nav .owl-next img,
  .nhan-su-box-2-slider .owl-nav .owl-next img {
    width: 100%;
  }

  .form-search-news {
    flex: 1;
  }

  .news-box-2-header {
    gap: 16px;
  }

  .news-box-2 .container,
  .news-box-2-content {
    gap: 24px;
  }

  .news-list.active {
    gap: 24px
  }

  .news-list .news-item {
    width: calc(50% - 12px);
  }

  .news-detail-box-1-content {
    width: 100%;
    padding: 15px;
  }

  .news-detail-box-2 .container {
    padding: 32px 0;
  }

  .home-box-5 .container {
    gap: 24px;
  }

  .news-detail-box-2 .container {
    gap: 24px;
  }

  .news-detail-box-2 .container .right {
    width: 250px;
    gap: 32px;
  }

  .news-detail-box-2 .container .left {
    width: calc(100% - 274px);
  }

  .news-detail-box-2 .container .right .first {
    padding-bottom: 24px;
  }

  .home-box-7-inner {
    flex-direction: column;
  }

  .home-box-7-inner .left {
    padding: 0;
  }

  .home-box-7-inner .right {
    width: 100%;
  }

  .dich-vu-box-2-slider-thumb {
    opacity: 0;
    pointer-events: none;
  }

  .dich-vu-box-2-item .img {
    width: 100%;
    height: 350px;
  }

  .dich-vu-box-2-item {
    flex-direction: column;
  }

  .dich-vu-box-2-item .content .first,
  .dich-vu-box-2-item .content .desc {
    width: 100%;
  }

  .dich-vu-box-2-item .content {
    padding: 16px 20px;
    gap: 20px;
  }

  .dich-vu-box-2-actions {
    bottom: unset;
    top: 280px;
    justify-content: center;
    z-index: 100;
  }

  .dich-vu-box-2-slider-main {
    z-index: 100;
  }

  .home-box-7-inner .left {
    width: 100%;
  }

  .dich-vu-box-3-img .desktop,
  .nhan-su-box-4 .desktop {
    display: none;
  }

  .dich-vu-box-3-header {
    width: 100%;
    top: unset;
    left: unset;
    width: 100%;
    position: relative;
    padding-bottom: 16px;
  }

  .dich-vu-box-3-img .mobile,
  .nhan-su-box-4 .mobile {
    width: min(100%, 500px);
    margin: 0 auto;
  }

  .gioi-thieu-box-1 {
    padding: 100px 0 32px 0;
  }

  .gioi-thieu-box-1-first {
    flex-direction: column;
    gap: 24px;
  }

  .gioi-thieu-box-1-first .left {
    gap: 16px;
  }

  .gioi-thieu-box-1-first .left .first {
    gap: 8px;
  }

  .gioi-thieu-box-1-first .right {
    padding: 0;
    gap: 24px;
    width: 100%;
  }

  .gioi-thieu-box-1-content .container,
  .gioi-thieu-box-6-inner,
  .gioi-thieu-box-4-inner {
    gap: 32px;
  }

  .gioi-thieu-box-1-third {
    padding: 0;
    gap: 24px;
  }

  .gioi-thieu-box-2-inner {
    gap: 32px;
    flex-direction: column;
  }

  .gioi-thieu-box-2-inner .left {
    gap: 24px;
  }

  .gioi-thieu-box-2-inner .left .first,
  .gioi-thieu-box-2-inner .right {
    gap: 12px;
  }

  .gioi-thieu-box-2-inner .right {
    padding: 0;
  }

  .marquee .text {
    font-size: 80px;
    line-height: 80px;
  }

  .marquee {
    bottom: -16px;
  }

  .marquee .text span {
    width: 36px;
    height: 36px;
  }

  .gioi-thieu-box-4-items {
    flex-direction: column;
  }

  .gioi-thieu-box-5-item {
    flex-direction: column !important;
  }

  .gioi-thieu-box-5-item .img::after {
    display: none;
  }

  .gioi-thieu-box-5-item .content {
    padding: 0 !important;
    width: 100%;
  }

  .gioi-thieu-box-5-item .content .list .item {
    padding-bottom: 16px;
  }

  .gioi-thieu-box-5-item .content .list {
    gap: 16px;
  }

  .gioi-thieu-box-5-container {
    gap: 40px;
  }

  .gioi-thieu-box-6-inner .left {
    gap: 24px;
  }

  .nhan-su-box-1-inner {
    flex-direction: column;
  }

  .nhan-su-box-1-inner .left {
    padding: 0;
    gap: 24px;
  }

  .nhan-su-box-1-inner .right {
    width: 100%;
  }

  .nhan-su-box-1-inner .right::after {
    display: none;
  }

  .nhan-su-box-2-item-type-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .nhan-su-box-2-item .content {
    position: relative;
    left: unset;
    top: unset;
    height: auto;
  }

  .nhan-su-box-2-item .content .inner,
  .nhan-su-box-2-item-type-2 .img {
    width: 100%;
  }

  .nhan-su-box-2-item-type-2 .content .container {
    width: 100%;
    padding: 0;
  }

  .nhan-su-box-2-item .content .inner .desc {
    width: 100%;
  }

  .nhan-su-box-2-item-type-2 .img {
    height: auto;
    aspect-ratio: unset;
  }

  .nhan-su-box-4 .main-title {
    top: 24px;
  }

  .nhan-su-box-3-header {
    padding: 0;
  }

  .nhan-su-box-3-header,
  .nhan-su-box-3-inner {
    gap: 24px;
  }

  .nhan-su-box-3-slider .swiper-actions {
    margin-top: 24px;
  }

  .nhan-su-box-4 {
    padding: 24px 0;
    display: flex;
    flex-direction: column;
  }

  .nhan-su-box-4 .main-title {
    position: relative;
    top: unset;
    text-align: center;
  }

  .nhan-su-box-2-item.nhan-su-box-2-item-type-2 .content .inner {
    width: 100%;
  }

  .home-box-1 .container .first {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }

  .home-box-1 .container .first .right {
    gap: 24px;
    padding: 0;
  }

  .home-box-1 .container .first .left {
    padding: 0;
    gap: 8px;
  }

  .home-box-6-inner {
    gap: 24px;
  }

  .home-box-6-slider .item {
    gap: 16px;
  }

  .home-box-6-slider .item .desc {
    -webkit-line-clamp: 6;
    height: 154px;
  }

  .home-box-3-list-img,
  .home-box-3-items {
    display: none;
  }

  .home-box-3-title {
    padding: 24px 0;
    text-align: center;
    position: relative;
  }

  .home-box-3-mobile-slider .item {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .home-box-3-mobile-slider .item .item-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .home-box-3-mobile-slider .item .item-img {
    width: 100%;
    height: 250px;
  }

  .home-box-3-mobile-slider .item .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .home-box-3-mobile-slider .owl-prev,
  .home-box-3-mobile-slider .owl-next {
    width: 36px;
    height: 36px;
  }

  .home-box-3-mobile-slider .owl-prev img,
  .home-box-3-mobile-slider .owl-next img {
    width: 100%;
    height: 100%;
  }

  .home-box-3-mobile-slider .owl-prev {
    position: absolute;
    top: 110px;
    left: 8px;
  }

  .home-box-3-mobile-slider .owl-next {
    position: absolute;
    top: 110px;
    right: 8px;
  }

  .home-box-3-mobile-slider {
    padding-bottom: 24px;
  }

  .home-box-5-slider .news-item {
    gap: 16px;
  }

  .home-box-1 .container {
    gap: 32px;
  }

  .nhan-su-box-2-item .desktop {
    display: none !important;
  }

  .nhan-su-box-2-slider .nhan-su-box-2-item .img {
    height: auto;
  }

  .nhan-su-box-2-slider .nhan-su-box-2-item-type-2 {
    background-image: unset;
  }

  .home-box-8-inner {
    gap: 32px;
  }

  .partner-row {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .partner-layout {
    display: none;
  }

  .partner-layout-mobile {
    width: 100%;
  }

  .partner-item {
    border: none;
    padding: 0;
    height: 60px;
  }

  .home-box-8-header>img {
    width: 30%;
  }
}

@media(max-width: 576px) {

  .marquee .text {
    font-size: 60px;
    line-height: 60px;
  }

  .gioi-thieu-box-1-first .right .item .number {
    font-size: 48px;
    line-height: 56px;
  }

  .footer-inner .right>.title,
  .main-title,
  .banner-other-page .banner-item .content .main-title,
  .gioi-thieu-box-4-items .item .content .title,
  .gioi-thieu-box-2-inner .left .first .title,
  .nhan-su-box-2-item .content .inner .first .name,
  .home-box-1 .container .first .left .left-content span {
    font-size: 28px;
    line-height: 32px;
  }

  .dich-vu-box-2-item .content .first .main-title,
  .dich-vu-box-2-number,
  .dich-vu-box-3-header .left-content span {
    font-size: 24px;
    line-height: 32px;
  }

  .project-item .desc .title,
  .gioi-thieu-box-5-item .content .list .item .left .title {
    font-size: 20px;
    line-height: 28px;
  }

  .footer-menu li a,
  .news-item .content .title,
  .gioi-thieu-box-1-first .left .first .tag,
  .gioi-thieu-box-2-inner .right .tag,
  .gioi-thieu-box-2-inner .left .first .tag,
  .home-box-6-slider .item .info .name-project .name {
    font-size: 16px;
    line-height: 24px;
  }

  body,
  .project-item .desc .tag,
  .news-item .content .first .tag,
  .news-detail-box-1-content .first .tag,
  .news-item .content .first .time,
  .news-detail-box-1-content .first .time {
    font-size: 14px;
    line-height: 22px;
  }

  .project-menu-item,
  .news-menu-item,
  .header-inner .right .btn-color-orange span,
  .footer-inner .right>.content .second .addr .link-map span {
    font-size: 12px;
    line-height: 20px;
  }

  .header-inner .right .btn-color-orange {
    height: 32px;
  }

  .img-footer img {
    width: 100%;
  }

  .footer-inner .right>.content {
    gap: 20px 16px;
  }

  .footer-inner .right,
  .footer-inner .right>.content .first {
    gap: 16px;
  }

  .footer-menu {
    gap: 8px 16px;
  }

  .footer-menu li {
    width: calc(33% - 10px);
  }

  .footer-container {
    padding: 24px 0;
  }

  .header-inner .right {
    gap: 8px;
  }

  .btn-color-orange,
  .btn-border-orange {
    height: 40px;
  }

  .header-inner .right .btn-color-orange img {
    width: 24px;
    height: 24px;
  }

  .header-inner .center img {
    width: 120px;
  }

  .media-fixed {
    right: 12px;
    bottom: 40px;
    gap: 8px;
  }

  .banner-other-page .btn-scroll-down {
    bottom: 16px;
    right: 16px;
  }

  .banner-other-page .banner-item {
    height: 300px;
  }

  .project-inner,
  .project-details-right {
    gap: 24px;
    position: relative;
    top: 0;
  }

  .project-list {
    gap: 12px;
  }

  .project-item .desc {
    padding: 8px 0 12px 0;
    gap: 0;
  }

  .home-box-1,
  .home-box-5,
  .home-box-6,
  .home-box-7,
  .home-box-8,
  .project-container,
  .other-project-container,
  .news-box-2,
  .dich-vu-box-3,
  .gioi-thieu-box-2,
  .gioi-thieu-box-4,
  .gioi-thieu-box-5,
  .gioi-thieu-box-6,
  .nhan-su-box-1,
  .nhan-su-box-3,
  .dich-vu-box-1 {
    padding: 24px 0;
  }

  .project-details-container {
    padding: 24px 16px;
  }

  .main-container:has(.project-details-container),
  .main-container:has(.nhan-su-box-1) {
    margin-top: 68px;
  }

  .news-box-2-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .form-search-news {
    width: 100%;
  }

  .form-search-news {
    padding: 0 4px 8px 4px;
  }

  .news-box-2 .container,
  .news-box-2-content,
  .news-list.active {
    gap: 16px;
  }

  .news-list .news-item {
    width: calc(50% - 8px);
    gap: 8px;
  }

  .news-item .content {
    gap: 8px;
  }

  .news-item .content .title {
    height: 48px;
  }

  .news-item .content .desc {
    height: 66px;
  }

  .news-box-1 {
    padding: 80px 15px 20px 15px;
  }

  .news-slider .owl-dots {
    margin-top: 16px;
  }

  .banner-slider .owl-dot,
  .home-box-6-slider .owl-dot,
  .news-slider .owl-dot,
  .nhan-su-box-3-slider .swiper-actions .swiper-pagination-bullet,
  .home-box-5-header .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .other-news .swiper-pagination,
  .news-detail-box-2 .container .right {
    display: none;
  }

  .news-detail-box-2 .container .left {
    width: 100%;
    padding: 0 15px;
  }

  .news-detail-box-2 .container .left {
    gap: 16px;
  }

  .news-detail-box-2 .container .left .list-tag {
    padding-top: 16px;
  }

  .news-detail-box-2 .container .left .list-tag {
    gap: 8px;
    flex-wrap: wrap;
  }

  .news-detail-box-1 {
    padding-top: 80px;
  }

  .home-box-7-inner .left {
    gap: 16px;
  }

  .contact-container .right .form-contact {
    padding: 20px 16px;
  }

  .contact-container .right::after,
  .home-box-7-inner .left .second::after {
    display: none;
  }

  .dich-vu-box-2-item .content .first .main-title {
    text-align: start;
  }

  .dich-vu-box-2-item .content .first {
    gap: 8px;
  }

  .dich-vu-box-2-item .content {
    padding: 12px 16px;
    gap: 16px;
  }

  .dich-vu-box-2-item .img {
    height: 250px;
  }

  .dich-vu-box-2-actions {
    top: 200px;
    gap: 8px;
  }

  .dich-vu-box-2-actions .btn-slide-prev,
  .dich-vu-box-2-actions .btn-slide-next,
  .swiper-actions .button-prev,
  .swiper-actions .button-next {
    width: 36px;
    height: 36px;
  }

  .dich-vu-box-2-actions .btn-slide-prev img,
  .dich-vu-box-2-actions .btn-slide-next img,
  .swiper-actions .button-prev img,
  .swiper-actions .button-next img {
    width: 36px;
    height: 36px;
  }

  .dich-vu-box-3-header .left-content div img {
    width: 24px;
  }

  .media-fixed .item {
    width: 40px;
    height: 40px;
  }

  .gioi-thieu-box-6-inner {
    flex-direction: column;
  }

  .gioi-thieu-box-6-inner .left {
    width: 100%;
    align-items: center;
  }

  .gioi-thieu-box-5-container {
    gap: 32px;
  }

  .gioi-thieu-box-1-content .container,
  .gioi-thieu-box-6-inner,
  .gioi-thieu-box-4-inner,
  .gioi-thieu-box-2-inner,
  .home-box-7-inner {
    gap: 24px;
  }

  .gioi-thieu-box-6-inner .left,
  .gioi-thieu-box-5-item .content,
  .gioi-thieu-box-4-items {
    gap: 16px;
  }

  .gioi-thieu-box-5-item .content .list .item {
    padding-bottom: 12px;
  }

  .gioi-thieu-box-5-item .content .list {
    gap: 12px;
  }

  .gioi-thieu-box-5-item .content {
    align-items: center;
  }

  .gioi-thieu-box-5-item .content>.desc {
    text-align: center;
  }

  .gioi-thieu-box-4-items .item .content {
    padding: 0 24px;
  }

  .gioi-thieu-box-3 {
    height: 250px;
  }

  .gioi-thieu-box-3 .img {
    width: 100%;
    height: 100%;
  }

  .gioi-thieu-box-3 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .marquee {
    bottom: -12px;
  }

  .marquee .text span {
    width: 24px;
    height: 24px;
  }

  .gioi-thieu-box-1-first .right .item {
    gap: 0;
    padding: 0;
  }

  .gioi-thieu-box-1-first .right {
    gap: 16px
  }

  .gioi-thieu-box-1-first .right .item {
    width: calc(50% - 8px);
  }

  .gioi-thieu-box-1-img img:first-child {
    height: calc(50% + 20px);
  }

  .gioi-thieu-box-1 {
    padding: 100px 0 24px 0;
  }

  .btn-scroll-down img {
    width: 24px;
  }

  .footer-inner {
    gap: 24px;
  }

  .footer-inner .right>.content .first .item {
    gap: 4px;
  }

  .home-box-7-inner .right {
    padding: 20px;
  }

  .nhan-su-box-2-item .content {
    padding: 0 15px;
  }

  .nhan-su-box-2-item .content .inner {
    gap: 24px;
  }

  .nhan-su-box-3-header,
  .nhan-su-box-3-inner {
    gap: 16px;
  }

  .nhan-su-box-3-slider {
    width: 95%;
    margin: 0 auto;
  }

  .nhan-su-box-3-slider .swiper-actions {
    margin-top: 16px;
  }

  .nhan-su-box-3-slider .swiper-actions {
    gap: 8px;
  }

  .nhan-su-box-3-slider .swiper-slide {
    aspect-ratio: 98/110;
  }

  .nhan-su-box-3-slider .swiper-slide .nhan-su-box-3-item .img img {
    object-position: top;
  }

  .home-box-1 .container .first .left {
    width: 100%;
  }

  .home-box-1 .container .second {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .home-box-1 .container .second .item {
    width: calc(50% - 8px);
    flex: unset;
    padding: 0;
    gap: 0;
  }

  .home-box-1 .container .second .item:not(:last-child)::after {
    display: none;
  }

  .home-box-1 .container {
    gap: 32px;
  }

  .nhan-su-box-2-second {
    padding: 16px 0;
  }

  .home-box-4 {
    padding: 24px 0 0 0;
    gap: 24px;
  }

  .home-box-5 .swiper-pagination {
    display: none;
  }

  .home-box-5 .container {
    gap: 16px;
  }

  .home-box-5 .link {
    margin-top: 16px;
  }

  .home-box-6-slider .item {
    padding: 20px;
  }

  .home-box-6-slider .owl-dots {
    margin-top: 16px;
  }

  .home-box-8-header img {
    width: 45%;
  }

  .banner-item {
    height: 50vh;
  }

  .home-box-1 .container {
    gap: 24px;
  }

  .nhan-su-box-2-slider .owl-nav .owl-prev,
  .nhan-su-box-2-slider .owl-nav .owl-next {
    top: 22%;
  }

  .home-box-8-inner {
    gap: 24px;
  }

  .partner-row {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}