:root {
  --background-color: rgba(253, 253, 252, 0.5);
  --Vivid-white-50: #fdfdfc;
  --Green-50: rgba(214, 255, 250, 1);
  --Green-900: rgba(0, 56, 49, 1);
  --Gradient-background: linear-gradient(
    118deg,
    #144949 52.59%,
    #2eaeae 136.44%
  );
  --Gradient-BG: linear-gradient(
    95deg,
    var(--Color-Brand-Brand---950, #003733) 0%,
    var(--Color-Brand-Brand---900, #014d40) 50.32%,
    var(--Color-Brand-Brand---700, #008a77) 97.81%
  );
  --Gradient-BG-CONTACT: linear-gradient(
    91deg,
    var(--Color-Brand-Brand---700, rgba(0, 138, 119, 0.4)) -5.61%,
    var(--Color-Brand-Brand---100, rgba(195, 255, 242, 0.4)) 80.11%
  );
  --Gradient-bg: linear-gradient(98deg, #195f61 53.75%, #33c2c7 97.36%);

  --c-gray-600: #525252;
  --c-white: #ffffff;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: Montserrat;
}
button,
input {
  font-family: Montserrat;
}
button {
  cursor: pointer;
}
body.no-scroll {
  overflow: hidden;
}
body.modal-open-no-scroll {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  width: 100%;
}

.no-banner-video {
  margin-top: 70px;
}
.columns {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.banner-loading {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(118deg, #144949 52.59%, #2eaeae 136.44%);
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.loading-banner-bst {
  border-top: 1px solid #fafafa;
}

.banner-loading.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.banner-loading-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
  animation: loadingAnimation 1.5s infinite ease-in-out;
}

/* ------ START các thẻ xài chung---------- */
h1,
h2,
h3,
p {
  margin: 0;
}
h1 {
  color: var(--Vivid-white-50, #fdfdfc);
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
h2 {
  color: var(--Color-Black-Black, #050505);
  text-align: center;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px; /* 126.667% */
  text-transform: uppercase;
}
h3 {
  color: var(--Color-Neutral-Neutral---50, #fafafa);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}
.text-nowrap {
  white-space: nowrap;
}
.view-new-details-btn,
.view-activity-details-btn,
.view-details-btn {
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 0.5px solid rgba(0, 0, 0, 0.5);
  color: var(--Color-Neutral-Neutral---900, #171717);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-height: 40px;
  background-color: #fff;
}
.view-details-btn.active {
  background: var(
    --Gradient-BG,
    linear-gradient(
      95deg,
      var(--Color-Brand-Brand---950, #003733) 0%,
      var(--Color-Brand-Brand---900, #014d40) 50.32%,
      var(--Color-Brand-Brand---700, #008a77) 97.81%
    )
  );
  color: #fff;
  border: none;
}

.view-activity-details-btn {
  background: transparent;
}

.view-details-btn-small {
  padding: 0;
  color: var(--Color-Brand-Brand---900, #014d40);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border: none;
  outline: none;
  background: transparent;
  text-align: left;
  width: 100%;
}
.view-details-btn-small:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.row {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.row-start {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
}

.fullWidth {
  width: 100%;
  max-width: 100%;
}

header {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  transition: top 0.3s;
  z-index: 999;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.video-banner-container {
  width: auto;
  height: 100vh;
  overflow: hidden;
}

#video-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.container {
  width: inherit;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  color: rgba(0, 87, 75, 1);
}
.header-active {
  width: inherit;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  background: #fff;
  top: 0;
  color: rgba(0, 87, 75, 1);
}

.header-active .logo-header {
  content: url("../images/logo/logo-active.svg");
}

.content-left-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  height: fit-content;
  padding: 16.5px 0 8.5px;
}
.content-right-header-container {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 24px 0 16px;
}
.content-right-header-container .content-right-header {
  overflow: hidden;
}
.content-right-header {
  display: flex;
  gap: 32px;
  align-items: center;
  position: relative;
  max-width: 100%;
}
.relative {
  position: relative;
}
.content-icon-end,
.content-recruitment {
  display: flex;
  gap: 8px;
  align-items: center;
}
.content-icon-end {
  gap: 24px;
  padding: 24px 0 16px;
}

.content-right-header span {
  color: #525252;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  transition: color 0.3s ease;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
}
.span.relative:hover .submenu {
  display: block;
}

#no-banner p {
  color: #525252;
}
#no-banner p:hover {
  color: #014d40;
  text-shadow: 0 0 0.5px currentColor;
}
#no-banner .text.active {
  color: #014d40;
  font-weight: 600;
}

.content-right-header span::before,
.content-right-header .span::before,
.content-right-header a p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  transition: width 0.6s ease;
  z-index: 0;
  border-radius: 12px;
}

.content-right-header span:hover::before {
  width: 100%;
}

.content-right-header span .text {
  position: relative;
  z-index: 2;
  color: #e5e5e5;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: color 0.3s ease;
  padding: 0px;
  margin: 0px;
  white-space: nowrap;
}
.no-color-white {
  color: #a3a3a3 !important;
}

.content-right-header .text:hover,
.content-right-header .text.active {
  color: #014d40;
}
.content-right-header .text.active {
  font-weight: 600;
}
.content-right-header .text:hover {
  text-shadow: 0.5px 0 0 currentColor;
}
/* Active color product list */
.content-right-header .text.active-light {
  color: #ffffff;
  font-weight: 600;
}
.no-product-list {
  font-size: 40 !important;
}

.text-no-product-list,
.content-right-header a .text {
  position: relative;
  z-index: 2;
  color: #fdfdfc;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  transition: color 0.3s ease;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
}
.content-right-header a {
  text-decoration: none;
}
.header-active span .text,
.header-active .span .text {
  color: #525252;
}

.header-active span:hover .text {
  color: #014d40;
}
.text-active-product-detail-mobile {
  color: #014d40 !important;
  font-weight: 600 !important;
}
/* hover header khi ở video (chỉ cho index page) */
.index-page .container:not(.header-active):hover {
  background: #fff;
}
.index-page .container:not(.header-active):hover .content-right-header .text {
  color: #525252;
}
.index-page .container:not(.header-active):hover .icon-arrow-down {
  content: url("../images/icon/icon-arrow-down-black.svg");
}
/* header hover has banner, video */
.container:not(.header-active)
  .content-right-header-container:not(#no-banner)
  .content-right-header
  .text:hover {
  color: #ffffff !important;
  text-shadow: 0 0 0.5px currentColor !important;
}

.index-page
  .container:not(.header-active)
  .content-right-header-container:not(#no-banner)
  .content-right-header
  .text:hover {
  color: #014d40 !important;
  text-shadow: 0 0 0.5px currentColor !important;
}

.container.header-active .content-right-header .text:hover {
  color: #014d40 !important;
  text-shadow: 0 0 0.5px currentColor !important;
}
.content-header {
  justify-content: space-around;
  display: flex;
  margin: auto;
}

.content {
  padding: 50px 20px;
  font-size: 18px;
  line-height: 1.6;
  font-family: Montserrat;
}

.img-logo {
  width: 66px;
  height: 66px;
}
.logo-main {
  cursor: pointer;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.icon-cart-mobile,
.menu-moblie,
.icon-menu-inActive {
  display: none;
}
.icon-cart {
  width: 24px;
  height: 24px;
}

.content-left-header img {
  max-height: 44px;
  width: auto;
  height: auto;
  object-fit: contain;
}

#no-banner,
.header-active .submenu {
  background-color: white;
}

.submenu {
  display: none;
  background-color: #09464761;
  padding: 20px;
  position: absolute;
  top: 100%;
  border-radius: 8px;
  align-items: start;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.index-page .container:not(.header-active):hover .submenu {
  background-color: #ffffff !important;
}

.span.relative:hover > .submenu,
.span.relative > .submenu:hover {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.submenu span {
  display: block;
}

#submenu {
  display: none;
  padding: 12px;
}

.icon-arrow {
  margin-left: auto;
  width: 13px;
  transition: transform 0.3s;
}
#submenu .content-text {
  padding-left: 20px;
}
.collapse-menu {
  width: 100%;
}

.menu-moblie .content-text p.text {
  text-transform: uppercase;
}
.menu-moblie .content-text.active p.text {
  color: #014d40;
  font-weight: 600;
}

.collapse-menu.active #submenu {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.collapse-menu.active .icon-arrow {
  transform: rotate(90deg);
}

/* Container Footer */
.sevago-footer {
  background: #f8f9fa;
  padding-top: 40px;
  width: 100%;
  border-top: 1px solid var(--Color-Neutral-Neutral---200, #e5e5e5);
}

.footer-container {
  margin: 0 auto;
  padding: 0 100px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.footer-top:last-child {
  gap: 10px;
}

.sevago-logo {
  width: 160px;
  height: 70px;
  aspect-ratio: 16/7;
}

/* input textfield */
.product-subscribe-input-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.product-subscribe-input-content {
  position: relative;
}
.product-subscribe-input {
  display: flex;
  align-items: center;
  border: 1px solid #d4d4d4;
  gap: 16px;
  background-color: #fff;
  border-radius: 100px;
  min-width: 438px;
  height: 40px;
  padding: 8px 24px;
  box-sizing: border-box;
}
.product-subscribe-input-news {
  min-width: 362px;
}

.input-field {
  border: none !important;
  outline: none !important;
  background: transparent;
  font-size: 16px;
  color: #8e8e93;
  flex: 1;
  min-width: 0;
  font-weight: 400;
  line-height: 24px;
}
input[type="number"] {
  -moz-appearance: textfield; /* ẩn thanh tăn giảm Firefox */
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-field::placeholder {
  color: #a3a3a3;
  font-size: 16px;
}

.phone-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.product-subscribe-btn {
  background: var(--Gradient-BG);
  color: var(--Vivid-white-50);
  border: 0.5px solid #fdfdfc80;
  border-radius: 100px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  height: 40px;
}

.product-subscribe-btn:hover {
  box-shadow: 0 4px 12px rgba(20, 73, 73, 0.3);
}
/* .error {
  position: absolute;
  top: 100%;
  left: 10px;
  margin-top: 4px;
  color: var(--Error-500, #ef4444);
  font-size: 12px;
  font-weight: var(--fw-medium);
  line-height: 20px;
  font-style: normal;
  white-space: nowrap;
} */

/* Main Content */
.footer-main {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 24px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-column h3 {
  color: var(--Color-Neutral-Neutral---600, #525252);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  margin: 0;
  position: relative;
}

/* Contact Info */
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.contact-icon {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex-shrink: 0;
  margin-top: 5px;
}

.contact-text {
  color: #737373;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
}

.contact-text a {
  color: #737373;
  text-decoration: none;
}

.contact-text a:hover {
  text-decoration: underline;
}

/* Navigation Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links li {
  line-height: 28px;
}

.footer-links a {
  color: #737373;
  text-decoration: none;
  font-size: 14px;
  line-height: 28px;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #006653;
}

/* Social Media */
.social-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  max-width: 88px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.social-icon {
  width: 32px;
  height: 32px;
}

/* Language & Copyright */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-end;
  padding: 24px 100px 20px;
  border-top: 1px solid #e0e0e0;
  margin-top: 40px;
}
.footer-bottom-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.language-selector {
  display: flex;
  align-items: center;
  height: 24px;
  gap: 8px;
  color: #666;
  font-size: 14px;
}

.language-selector > img,
.language-selector > span {
  width: 24px;
  height: 24px;
}

.language-selector > span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.copyright {
  color: #737373;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
}
.section-10 {
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  /* background: url("../images/banner/banner-final.png") lightgray 50% / cover
    no-repeat; */
}

/* section 1 page home */
.home-section {
  padding: 100px;
}
.home-introduction__screen {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
.home-introduction__logo-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home-introduction__logo-container-img {
  width: 100%;
  height: 100%;
  text-align: center;
}
.home-introduction__logo-container-img img {
  width: 100px;
  height: 16px;
  flex-shrink: 0;
}
.home-introduction__text {
  color: var(--Color-Neutral-Neutral---700, #404040);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 65%;
}
.home-introduction__text span {
  color: var(--Color-Brand-Brand---900, #014d40);
  font-weight: 600;
}
.home-introduction__slide {
  width: 100%;
  height: 100%;
}
.home-introduction__slide img {
  border-radius: 16px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* section history */
.home-history {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.home-history-title-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
  position: relative;
}
.home-history-title-container > p {
  color: #525252;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.home-history__slide {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.home-history__mobile {
  display: none;
}

.slide-line-container {
  width: 100%;
  display: grid;
  grid-template-columns: 0.8fr 2fr 1.4fr 0.8fr;
  height: 100%;
}

.slide-line-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transform: translateY(50%);
}

.slide-line-content-year {
  color: var(--Color-Brand-Brand---900, #014d40);
  font-size: 38.824px;
  font-style: normal;
  font-weight: 600;
  line-height: 61.672px;
  position: absolute;
  top: -70px;
  opacity: 0.4;
  cursor: pointer;
  /* CRITICAL: Prevent layout shifts */
  will-change: transform, opacity, font-size;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.slide-line-content-year-active {
  color: var(--Color-Brand-Brand---900, #014d40);
  font-size: 100px;
  font-style: normal;
  font-weight: 600;
  line-height: 158.852px;
  position: absolute;
  top: -170px;
  cursor: pointer;
  /* CRITICAL: Prevent layout shifts */
  will-change: transform, opacity, font-size;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.dots-line-content {
  width: 16.971px;
  height: 16.971px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--Color-Brand-Brand---800, #026d60);
  position: absolute;
  top: -7px;
}
.dots-line-content-active {
  width: 32.527px;
  height: 32.527px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--Color-Brand-Brand---800, #026d60);
  position: absolute;
  top: -16.5px;
}

.slide-line-content-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 350px;
  text-align: center;
  margin-top: 78px;
  /* CRITICAL: Add smooth opacity transition */
  transition: opacity 0.2s ease-out;
  will-change: opacity;
}

.slide-line-content-title center font {
  color: var(--Color-Brand-Brand---900, #014d40);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  background: none;
}
.slide-line-content-title center {
  color: #737373;
}

.slide-line-description {
  color: var(--Color-Neutral-Neutral---500, #737373);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.slide-line-img {
  position: relative;
  height: 578px;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
}
.slide-line-img img {
  width: 100%;
  position: relative;
  z-index: 10;
  object-fit: cover;
  height: -webkit-fill-available;
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
}

.dots-line-content.hidden {
  display: none !important;
}

.underline-content-img,
.underline-content {
  border-bottom: 1px solid #008a77;
  background-color: #008a77;
  height: 2px;
  width: 100%;
}
.underline-content-img {
  position: absolute;
  top: 50%;
  z-index: 0;
}

/* Animation styles with smooth arc transitions */
.slide-line-content-year,
.slide-line-content-year-active {
  transition: all 0.3s ease-in-out;
}

/* Year sliding out left - xuống thấp rồi sang trái */
.year-sliding-out-left {
  animation: slideOutLeft 0.6s ease-in-out forwards;
}

/* Year sliding out right - lên cao rồi sang phải */
.year-sliding-out-right {
  animation: slideOutRight 0.6s ease-in-out forwards;
}

/* Year sliding in from left - từ trái vào, lên cao */
.year-sliding-in-left {
  animation: slideInFromLeft 0.6s ease-in-out forwards;
}

/* Year sliding in from right - từ phải vào, xuống thấp */
.year-sliding-in-right {
  animation: slideInFromRight 0.6s ease-in-out forwards;
}

/* Content animations */
.content-sliding-out-left {
  animation: contentSlideOutLeft 0.4s ease-in-out forwards;
}

.content-sliding-out-right {
  animation: contentSlideOutRight 0.4s ease-in-out forwards;
}

.content-sliding-in-left {
  animation: contentSlideInFromLeft 0.5s ease-in-out forwards;
}

.content-sliding-in-right {
  animation: contentSlideInFromRight 0.5s ease-in-out forwards;
}

/* Animation cho LEFT year di chuyển vào center (click left) - đi qua hình */
.left-year-to-center {
  animation: leftYearToCenter 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* Animation cho RIGHT year di chuyển vào center (click right) - đi qua hình */
.right-year-to-center {
  animation: rightYearToCenter 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* Animation cho Active year (chạy đồng bộ với Right) */
.year-sliding-out-left,
.year-sliding-out-right {
  transition: all 0.3s ease-in-out;
  will-change: transform, opacity, font-size;
}

/* Animation cho Active Year chuyển về left */
@keyframes activeYearToLeft {
  0% {
    font-size: 48px;
    opacity: 1;
    top: -90px;
    transform: translateX(0) translateY(0) scale(1) translateZ(0);
  }
  100% {
    font-size: 20px;
    opacity: 0.4;
    top: -40px;
    transform: translateX(-120px) translateY(0) scale(1) translateZ(0);
  }
}

/* Animation cho Active Year chuyển về right */
@keyframes activeYearToRight {
  0% {
    font-size: 48px;
    opacity: 1;
    top: -90px;
    transform: translateX(0) translateY(0) scale(1) translateZ(0);
  }
  100% {
    font-size: 20px;
    opacity: 0.4;
    top: -40px;
    transform: translateX(120px) translateY(0) scale(1) translateZ(0);
  }
}

@keyframes leftYearToCenter {
  0% {
    font-size: 20px;
    opacity: 0.4;
    top: -40px;
    transform: translateX(0) translateY(0) scale(1) translateZ(0);
  }
  100% {
    font-size: 48px;
    opacity: 1;
    top: -90px;
    transform: translateX(120px) translateY(0) scale(1) translateZ(0);
    z-index: 10;
  }
}

@keyframes rightYearToCenter {
  0% {
    font-size: 20px;
    opacity: 0.4;
    top: -40px;
    transform: translateX(0) translateY(0) scale(1) translateZ(0);
  }
  100% {
    font-size: 48px;
    opacity: 1;
    top: -90px;
    transform: translateX(-120px) translateY(0) scale(1) translateZ(0);
    z-index: 10;
  }
}

/* section human resource */
.section-business,
.section-directors,
.section-vision-mission,
.section-commitment,
.section-new,
.section-human-resource {
  display: flex;
  padding: 100px;
  flex-direction: column;
  gap: 40px;
  align-self: stretch;
  background: var(--Gradient-BG);
}
.section-new,
.business-field-company,
.section-directors {
  background: #fff;
}
.section-vision-mission {
  padding: 40px 100px 100px;
}
.commitment-title,
.human-resource-title {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  text-align: center;
}
.human-resource-title-h2 {
  color: #fff;
}
.commitment-title-h2,
.activity-title-h2 {
  color: #050505;
}
.commitment-title-p,
.activity-title-p,
.human-resource-title-p {
  color: var(--Color-Neutral-Neutral---200, #e5e5e5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.commitment-title-p,
.activity-title-p {
  text-align: center;
  color: #525252;
}
.container-section-7 {
  gap: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tablet-screen {
  display: none;
}
.content-section-7 {
  gap: 24px;
  display: flex;
  width: 100%;
}
.card-employer {
  display: flex;
  max-width: 50%;
  min-height: auto;
  padding: 40px;
  flex-direction: column;
  align-items: start;
  gap: 12px;
  align-self: stretch;
  border-radius: 24px;
  box-shadow: 0px 0px 8px 0px rgba(93, 186, 188, 0.24);
  position: relative;
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
  flex: 1;
}
.card-employer:hover {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.9);
  filter: brightness(1.3);
  transform: scale(1.01);
  transition: box-shadow 0.5s ease, filter 0.5s ease, transform 0.5s ease;
}
.container-card {
  gap: 12px;
}

.card-employer img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  transform: scale(1.1);
}
.card-employer h3 {
  z-index: 1;
  color: #fafafa;
  font-family: Montserrat;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 68px;
  text-transform: none !important;
  margin: 0;
}
.card-employer .suffix-m2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.card-employer span {
  z-index: 1;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.card-child {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
  border-radius: 24px;
  background: rgba(253, 253, 252, 0.04);
  box-shadow: 0px 0px 8px 0px rgba(93, 186, 188, 0.24);
}

.card-child h3 {
  color: var(--Green-900, #003831);
  font-family: Montserrat;
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0px;
}

.card-child span {
  color: var(--Green-900, #003831);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.card-worker {
  position: relative;
  display: flex;
  padding: 40px 0px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  box-shadow: 0px 0px 8px 0px rgba(93, 186, 188, 0.24);
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
}
.card-worker img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  object-fit: cover;
  transform: scale(1.1);
}
.card-worker h3 {
  z-index: 1;
  color: #fff;
  font-family: Montserrat;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.card-worker span {
  z-index: 1;
  color: var(--Vivid-white-50, #fdfdfc);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* section commitment */
.section-commitment-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section-commitment {
  background: #fff;
}
.section-news-card,
.section-commitment-card {
  display: flex !important;
  padding: 24px;
  flex-direction: column !important;
  gap: 24px !important;
  border-radius: 24px;
  border: 1px solid rgba(2, 109, 96, 0.16);
  background: linear-gradient(
    180deg,
    #fff 79.36%,
    rgba(183, 230, 225, 0.6) 192.25%
  );
  transition: background-color 0.5s ease-out;
  width: 100%;
  box-sizing: border-box;
  height: 100% !important;
  /* min-height: fit-content; */
  cursor: pointer;
}

.section-news-card:first-child {
  flex-direction: row;
  grid-column: 1 / span 2;
  display: grid !important;
  grid-template-columns: 2fr 1fr;
}
.section-news-card:hover {
  border: 1px solid rgba(2, 109, 96, 0.24);
  background: linear-gradient(126deg, #fff 23.59%, #d9f5f1 107.3%);
}
.section-commitment-card:hover {
  background: linear-gradient(126deg, #fff 23.59%, #d9f5f1 107.3%);
  color: white;
  border: 1px solid rgba(2, 109, 96, 0.6);
}
.section-news-card-img,
.section-commitment-card-img,
.section-acitvity-card-img {
  width: 100%;
  height: 100%;
}
.section-news-card-img img,
.section-commitment-card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  align-self: stretch;
  aspect-ratio: 349.33/205.3;
}
.section-news-card-description,
.section-news-card-content,
.section-commitment-card-description,
.section-commitment-card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: min-content;
}

.section-commitment-card-description,
.section-news-card-description {
  gap: 8px;
}
.section-news-card-p,
.section-commitment-card-p,
.section-news-card-span,
.section-commitment-card-span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-news-card-p,
.section-commitment-card-p {
  color: var(--Color-Neutral-Neutral---900, #171717);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.section-news-card-span,
.section-commitment-card-span {
  color: var(--Color-Neutral-Neutral---500, #737373);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
/* Swiper container */
.directors-swiper,
.news-swiper,
.life-swiper,
.activity-swiper {
  width: 100%;
  padding-bottom: 60px !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}

/* Custom Swiper Pagination - Dots Style */
#swiper-pagination-banner,
.swiper-pagination {
  position: absolute !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: auto !important;
  height: 6px !important;
  padding: 6px 12px !important;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  gap: 24px !important;
  border-radius: 100px;
  border: 0.5px solid rgba(2, 109, 96, 0.24);
  background: rgba(6, 106, 94, 0.04);
}

.swiper-pagination {
  max-width: 130px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  justify-content: flex-start !important;
}

.swiper-pagination::-webkit-scrollbar {
  display: none !important;
}

#swiper-pagination-banner {
  justify-content: center !important;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border-radius: 12px !important;
  background: rgba(2, 109, 96, 0.24) !important;
  opacity: 1 !important;
  margin: 0 !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
}
#swiper-pagination-banner .swiper-pagination-bullet {
  background: #abb3b3 !important;
}
.swiper-pagination-bullet-active {
  width: 62px !important;
  border-radius: 4px !important;
  background: #026d60 !important;
}
#swiper-pagination-banner .swiper-pagination-bullet-active {
  background: #fff !important;
}
#swiper-pagination-banner {
  bottom: 45px !important;
  margin-top: 0 !important;
  border: 0.5px solid rgba(239, 252, 251, 0.2);
}

/* section banner bst */
.section-banner-bst {
  width: 100%;
  height: auto;
  min-height: 200px;
}
.section-banner-bst-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1440/810;
}
.section-banner-bst-img img {
  width: 100%;
  object-fit: cover;
}
.banners-swiper {
  width: 100%;
}

#banner-swiper-home {
  width: 100%;
  /* height: 100vh; */
}

.banner-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
  max-width: 400px;
}

.banner-button[data-position="LEFT"] {
  left: 130px;
}

.banner-button[data-position="CENTER"] {
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-button[data-position="RIGHT"] {
  right: 130px;
}
.banner-button-description {
  color: var(--Color-Neutral-Neutral---100, #f5f5f5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.btn-explore {
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  background-color: transparent;
  max-width: 132px;
  height: 40px;
  white-space: nowrap;
}

.btn-explore:hover {
  transform: scale(1.05);
}

.section-final {
  display: flex;
  padding: 142px 100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  /* background: url("../images/banner/banner-final.png") lightgray 50% / cover
    no-repeat; */
  background-position: center;
}
.introduction-content {
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
}
.introduction-content-icon-left {
  width: 74px;
  height: 56px;
  position: absolute;
  left: 9.8%;
  top: 0;
}
.introduction-content-icon-right {
  width: 74px;
  height: 56px;
  position: absolute;
  right: 9.8%;
  bottom: 0;
}

/* vision mission */
.vision-mission,
.vision-mission-container {
  display: flex;
  gap: 24px;
  width: 100%;
  flex: 1;
}
.vision-mission-container {
  flex-direction: column;
  text-align: center;
  gap: 0;
}
.vision-mission-content {
  padding: 40px;
  align-self: stretch;
  border-radius: 24px;
  box-shadow: 0px 0px 8px 0px rgba(93, 186, 188, 0.24);
  background: rgba(255, 255, 255, 0.04);
  flex: 1;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--Color-Neutral-Neutral---50, #fafafa);
  display: flex;
  align-items: center;
}
.vision-mission-content-title {
  display: flex;
  flex: 1;
  width: -webkit-fill-available;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0px 0px 8px 0px rgba(93, 186, 188, 0.24);
  background: rgba(255, 255, 255, 0.04);
  flex-wrap: wrap;
}
.vision-mission-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  align-items: center;
  padding: 24px;
}
.vision-mission-title-p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #e5e5e5;
  white-space: nowrap;
}
.vision-mission-title-img {
  width: 60px;
  height: 60px;
}
.vision-mission-container > h3 {
  padding: 24px 0;
}
.vision-mission-content-title:hover,
.vision-mission-content:hover {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.9);
  filter: brightness(1.3);
  transform: scale(1.01);
  transition: box-shadow 0.5s ease, filter 0.5s ease, transform 0.5s ease;
}
/* section directors */
.section-directors-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: 1px solid rgba(2, 109, 96, 0.08);
  border-radius: 16px;
  width: 100%;
  box-sizing: border-box;
  height: 100% !important;
  /* min-height: -webkit-fill-available; */
  background: white;
  overflow: hidden;
  transition: all 0.3s ease;
}
.swiper-slide-active .section-directors-card {
  border: 1px solid #026d60;
}
.section-directors-card-img {
  width: 100%;
  height: 100%;
}
.img-card-about-us {
  width: 100%;
  height: 385px;
  object-fit: cover;
  object-position: center top;
  background: linear-gradient(180deg, #fff 0%, #eaf7f4 100%);
  flex-shrink: 0;
}
.swiper-slide-active .img-card-about-us {
  height: 400px;
  background: linear-gradient(180deg, #fff 0%, #c2e8e0 100%);
}
.section-directors-card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
}
.section-directors-card-p,
.section-directors-card-span {
  color: #014d40;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.section-directors-card-span {
  color: #262626;
}
/* Swiper */

.directors-swiper .swiper-wrapper {
  align-items: center;
}

.directors-swiper .swiper-slide {
  opacity: 1 !important;
  z-index: 1;
  position: relative;
  visibility: visible;
}

.directors-swiper .swiper-slide-active {
  opacity: 1 !important;
  z-index: 10 !important;
  position: relative;
  visibility: visible !important;
}

/* business-field */
.business-field-about-us,
.section-commitment {
  background: #eaf7f5;
}
.business-field-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.business-field-card {
  border-radius: 24px;
  border: 1px solid rgba(46, 174, 174, 0.24);
  background: linear-gradient(
    140deg,
    rgba(255, 255, 255, 0.6) 4.06%,
    rgba(232, 248, 246, 0.6) 116.29%
  );
  display: flex;
  padding: 24px;
  align-items: center;
  gap: 24px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.business-field-card:hover {
  border: 1px solid rgba(2, 109, 96, 0.6);
  background: var(
    --Hover,
    linear-gradient(
      91deg,
      rgba(172, 232, 221, 0.4) -5.61%,
      var(--Color-Brand-Brand---50, rgba(237, 255, 250, 0.4)) 80.11%
    )
  );
  transform: scale(1.005);
  transition: box-shadow 0.5s ease, filter 0.5s ease, transform 0.5s ease;
}

.business-field-card::before {
  content: "";
  position: absolute;
  left: -100px;
  top: -100px;
  width: 200px;
  height: 200px;
  background: rgba(144, 231, 220, 0.24);
  filter: blur(50px);
  border-radius: 429.981px;
  pointer-events: none;
}

.business-field-card::after {
  content: "";
  position: absolute;
  right: -126.636px;
  bottom: -93.131px;
  width: 200px;
  height: 200px;
  background: rgba(144, 231, 220, 0.24);
  filter: blur(50px);
  border-radius: 429.981px;
  pointer-events: none;
}
.business-field-card-left,
.business-field-card-right {
  flex: 0.5;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.business-field-card-p {
  color: var(--Color-Brand-Brand---900, #014d40);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.business-field-card-span {
  color: var(--Color-Neutral-Neutral---800, #262626);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.business-field-card-img {
  width: 100%;
  height: 375px;
  border-radius: 16px;
  object-fit: cover;
  display: block;
}

/* Featured Activities */
.section-featured-activities {
  padding: 100px;
}
.featured-activities-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.activity-slide-container,
.featured-activities-title-container {
  display: flex !important;
  flex-direction: column;
  gap: 24px;
}
.activity-swiper {
  display: flex !important;
  flex-direction: column !important;
  gap: 40px !important;
}

.activity-caption {
  font-family: Montserrat;
  font-weight: 600;
  line-height: 24px;
  font-size: 16px;
  color: #525252;
  text-align: center;
}

/* library */
.section-life {
  display: flex;
  padding: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
}
.section-life-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 40px;
}
.life-container {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.life-title {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: var(--Color-Brand-Brand---900, #014d40);
}

.life-swiper-wrapper {
  width: 100%;
}

.slide-library-img,
.activity-img {
  width: 100%;
  height: 225px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  cursor: pointer;
}

.life-swiper-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
}

.list-dots {
  display: inline-flex;
  padding: 6px 12px;
  background: #066a5e0a;
  border: 0.5px solid #026d603d;
  gap: 6px;
  width: auto !important;
  border-radius: 100px;
}

.dot {
  background: #026d603d;
  width: 10px;
  height: 10px;
  border-radius: 12px;
  cursor: pointer;
}

.dot-active {
  background: var(--Color-Brand-Brand---800, #026d60);
  width: 58px;
  height: 10px;
  border-radius: 12px;
  transition: all 0.5s ease-out;
}

.life-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}

.life-modal.hidden {
  display: none;
}

.modal-content {
  position: relative;
  width: 65vw;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border-radius: 8px;
  overflow: hidden;
}

.modal-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.modal-close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 24px;
  cursor: pointer;
}

.modal-close img {
  width: 32px;
}

.modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.life-container-panigation {
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 28px;
  gap: 24px;
  justify-content: center;
  font-family: Montserrat, sans-serif;
}

.pagination-numbers {
  display: flex;
  flex-direction: row;
  gap: 16px;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.previous-arrow,
.next-arrow {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 12px;
  cursor: pointer;
  color: var(--Green-900, #003831);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  padding: 0 8px;
  user-select: none;
}

button:disabled img,
button:disabled span {
  color: #525252 !important;
  cursor: not-allowed;
  opacity: 0.8;
}

.previous-arrow img {
  height: 18px;
  vertical-align: middle;
}

.next-arrow img {
  height: 18px;
  vertical-align: middle;
}

.previous-arrow span,
.next-arrow span {
  display: inline-block;
  color: var(--Green-900, #003831);
}

.pagination-numbers > li {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Green-900, #003831);
  cursor: pointer;
  user-select: none;
  border-radius: 50%;
  transition: background 0.3s, color 0.3s;
}

.pagination-numbers > li:hover:not(.active-number) {
  background-color: #e0f0ef;
}

.pagination-numbers .active-number {
  color: var(--Vivid-white-50, #fdfdfc);
  border-radius: 100px;
  background: var(
    --Gradient-background,
    linear-gradient(118deg, #144949 52.59%, #2eaeae 136.44%)
  );
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
  user-select: none;
}

/* ------------------- */
.container-section-5 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section-5 {
  padding: 100px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  background: #eaf7f5;
}

.card {
  display: flex;
  padding: 40px;
  align-items: center;
  gap: 24px;
  flex: 1 0 0;
  border-radius: 24px;
  border: 1px solid rgba(46, 174, 174, 0.6);
  background: linear-gradient(
      273deg,
      rgba(175, 224, 218, 0.24) 3.76%,
      rgba(255, 255, 255, 0.06) 55.05%
    ),
    rgba(255, 255, 255, 0.5);
  /* transition: background 4s ease-in-out, box-shadow 0.4s ease-in-out; */
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
.icon-rhombus {
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
}
.card:hover {
  border: 1px solid #2eaeae;
  background: linear-gradient(
      78deg,
      rgba(175, 224, 218, 0.4) 0.02%,
      rgba(255, 255, 255, 0.1) 77.92%
    ),
    rgba(255, 255, 255, 0.5);
  transform: scale(1.01);
  transition: box-shadow 0.5s ease, filter 0.5s ease, transform 0.5s ease;
}
.card:hover .img-card {
  background-color: linear-gradient(
    118deg,
    rgba(0, 177, 154, 0.12) 52.59%,
    rgba(124, 245, 223, 0.12) 92.5%
  );
  color: white;
}
.card-title {
  color: var(--Color-Brand-Brand---900, #014d40);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
.img-card {
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 74.26/74.27;
  border-radius: 15px;
  background: linear-gradient(
    118deg,
    rgba(0, 177, 154, 0.12) 52.59%,
    rgba(124, 245, 223, 0.12) 92.5%
  );
  padding: 14px;
}

.content-card {
  gap: 16px;
}
.card {
  color: var(--Green-900, #003831);
}
.title-card {
  color: var(--Green-900, #003831);
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
/* NEWS */
.news-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.news-title {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.news-tab {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.news-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
/* new detail */
.margin-left-news-detail {
  margin-left: 48px;
}
.section-new-detail {
  padding: 100px;
  margin-top: 70px;
  border-bottom: 1px solid var(--Color-Neutral-Neutral---200, #e5e5e5);
}
.new-detail-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.new-detail-title {
  display: flex;
  gap: 4px;
  align-items: center;
}
.new-detail-title-p {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  font-style: normal;
  color: #171717;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-detail-title-span {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  font-style: normal;
  color: var(--Color-Gray-Gray---400, #9ca3af);
  cursor: pointer;
  white-space: nowrap;
}
.new-detail-social {
  display: flex;
  gap: 24px;
  align-items: flex-end;
}
.new-detail-img-alt,
.new-detail-social-icon {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.new-detail-img-alt {
  gap: 12px;
}
.new-detail-social-icon-img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.new-detail-social-text {
  color: var(--Color-Neutral-Neutral---900, #171717);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  text-transform: capitalize;
}
.new-detail-time-author {
  display: flex;
  gap: 8px;
  align-items: center;
}
.new-detail-time-author > p {
  color: var(--Color-Neutral-Neutral---400, #a3a3a3);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.new-detail-time-author-img {
  width: 6px;
  height: 6px;
  aspect-ratio: 1/1;
  background: #a3a3a3;
  border-radius: 100px;
}
.new-detail-img {
  width: 90%;
  height: 100%;
  margin: 0 auto;
}
.new-detail-img-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.new-detail-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.new-detail-child {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.new-detail-child > p {
  color: var(--Color-Neutral-Neutral---900, #171717);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
}
.new-detail-alt,
.new-detail-category > p,
.new-detail-child > div,
.new-detail-description {
  color: var(--Color-Neutral-Neutral---900, #171717);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.new-detail-category {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 16px 0;
}
.new-detail-menu {
  display: flex;
  padding: 12px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid rgba(7, 85, 75, 0.24);
  background: rgba(234, 247, 245, 0.4);
}
.new-detail-menu-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid rgba(7, 85, 75, 0.24);
}
.new-detail-menu-content,
.new-detail-menu-left {
  display: flex;
  gap: 8px;
}
.new-detail-menu-left > p {
  color: var(--Color-Neutral-Neutral---900, #171717);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.new-detail-menu-content {
  flex-direction: column;
  padding-left: 16px;
  height: 128px;
  overflow-y: auto;
  direction: rtl;
}
.new-detail-menu-content > p {
  color: var(--Color-Gray-Gray---600, #4b5563);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  text-align: left;
}
.new-detail-menu-content > p.active {
  font-weight: 600;
}
.new-detail-menu-content::-webkit-scrollbar {
  width: 2px;
}
.new-detail-menu-content::-webkit-scrollbar-track {
  background: linear-gradient(
    to bottom,
    #014d40 0%,
    #014d40 50%,
    #ffffff 50%,
    #ffffff 100%
  );
}
.new-detail-menu-content::-webkit-scrollbar-thumb {
  background: #014d40;
}

/* BANNER */
.banner-gallery {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 100px;
  text-align: center;
}

.banner-header img,
.banner-footer img {
  width: 100%;
  display: block;
}
.banner-gallery-container {
  width: 100%;
  position: relative;
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center;
  overflow: hidden;
}
.banner-gallery-content-final,
.banner-gallery-content {
  display: flex;
  flex: 1;
  align-items: center;
  position: relative;
  padding: 0 100px;
  gap: 100px;
}
.banner-gallery-content-final {
  padding-top: 100px;
}
.banner-gallery-left,
.banner-gallery-right {
  flex: 1;
  text-align: center;
}
.banner-gallery-img {
  height: 500px;
  object-fit: contain;
  width: 100%;
}

.banner-gallery-p {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  color: var(--Color-Neutral-Neutral---600, #525252);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.decorator-img {
  width: 350px;
  max-width: 350px;
  max-height: 350px;
  height: auto;
}
.banner-gallery-blur-left {
  position: absolute;
  left: -9%;
  bottom: -9%;
  transform: scaleX(-1);
}
.banner-gallery-blur-right {
  position: absolute;
  right: -9%;
  bottom: -9%;
}
.hidden-pagination {
  display: none !important;
}
/* Hide floating contact */
.sevago-contact-floating.hidden {
  display: none !important;
}
/* Hide floating contact when in video section */
.whatsapp-hidden .sevago-contact-floating {
  display: none;
}
/* whatsapp icon*/
.sevago-contact-floating {
  position: fixed;
  right: 40px;
  bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  z-index: 1000;
}

.sevago-contact-floating .contact-item {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  animation: contactFloat 1s ease infinite;
  animation-play-state: paused;
  transform: scale(1.1);
  animation-play-state: running;
}

.sevago-contact-floating .contact-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes contactFloat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* CSS cho dòng text chạy */
.running-text-container {
  position: fixed;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
  left: 0;
  width: 100%;
  background: linear-gradient(90deg, #ff6b6b, #4ecdc4, #45b7d1, #f7b731);
  background-size: 300% 100%;
  overflow: hidden;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  animation: gradientShift 3s ease infinite;
}

.running-text {
  display: inline-block;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  animation: scrollText 20s linear infinite;
  padding-left: 100%;
}

@keyframes scrollText {
  100% {
    transform: translateX(0);
  }
  0% {
    transform: translateX(-100%);
  }
}

@keyframes gradientShift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@media screen and (min-width: 1199px) {
  .header-active .content-header {
    width: 75%;
  }
  .container .content-header {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 100px;
    align-items: center;
  }
}

@media screen and (min-width: 1700px) {
  .default-screen {
    width: 75%;
    margin: auto;
  }
  .header-active .content-header {
    width: 67%;
    justify-content: space-between;
  }
  .container .content-header {
    width: 67%;
  }
  .banner-gallery-img {
    height: 700px;
  }
  .decorator-img {
    width: 500px;
    max-width: 500px;
    max-height: 400px;
    height: auto;
  }
  .banner-gallery-p {
    width: 60%;
  }
}
