@charset "UTF-8";
:root {
  --color-bg-dark: #0a0704;
  --color-bg-surface: rgba(255, 255, 255, 0.05);
  --color-white: #ffffff;
  --color-orange-start: #954a2c;
  --color-orange-end: #e99545;
  --color-gold: #f1d376;
  --color-accent: #fdb814;
  --color-text-muted: rgba(255, 255, 255, 0.5);
  --color-border: rgba(255, 255, 255, 0.2);
  --color-active-tab: #a05232;
  --font-main: "Inter", sans-serif;
  --transition: 0.25s ease;
  --radius-card: 20px;
  --radius-pill: 100px;
  --kh-content-h: 266px;
}

.hidden,
[hidden] {
  display: none !important;
}

section.vib-v2-section-header_new02.cc-list {
  position: absolute;
  background-color: transparent;
  border-bottom: unset !important;
}

.vib-v2-section-header_new02.cc-list {
  color: #fff !important;
}

.vib-v2-section-header_new02.cc-list * {
  color: inherit !important;
  line-height: 26px;
}

.vib-v2-section-header_new02.cc-list svg * {
  fill: currentColor !important;
}

.vib-v2-main-nav-home > ul li:nth-child(2):after {
  filter: invert(1);
}

body .vib-v2-section-header_new02.cc-list .vib-v2-hamburger-menu i {
  filter: invert(1);
}

#kh-navbar {
  display: block !important;
  clip-path: inset(0 45% 0 45%);
  pointer-events: none;
  opacity: 0;
  margin-top: -66px;
  transition: all 0.1s ease-out;
}

#kh-navbar.is-visible {
  backdrop-filter: blur(5px);
  clip-path: inset(0 0 0 0);
  pointer-events: auto;
  opacity: 1;
  transition: clip-path 0.9s cubic-bezier(0, 0, 0.2, 1);
  max-width: 1140px;
  border-radius: 50px;
  margin-top: -66px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

#kh-navbar .kh-navbar__logo-wrap {
  height: 28px;
  width: 60px;
}

.kh-navbar__text {
  display: none;
}

#kh-navbar .kh-navbar__logo-wrap .txt_logo_vib {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.box_logo_vib .txt_logo_vib {
  filter: brightness(0) invert(1);
}

#kh-navbar .kh-navbar__logo-wrap .symbol_logo_vib {
  top: -2px;
  right: 0px;
  width: 20.24px;
  height: 17.249px;
}

#kh_open_card {
  display: inline-flex;
  height: 48px;
  min-width: 125px;
  padding: 10px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: var(--Radius-Radius-round, 999px);
  background: var(--Color-Brand-LightOrange, #FDB814);
  border: none;
  color: var(--Mono-Mono---1, #000);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  /* Body 16/Semibold */
  font-family: var(--Font-name, Inter);
  font-size: var(--font-size-base-body-161-rem, 16px);
  font-style: normal;
  font-weight: var(--Font-weight-Semibold, 600);
  line-height: 160%;
  /* 25.6px */
}

.kh-navbar {
  position: relative;
  top: 100px;
  /* display: none; */
  z-index: 1000;
  /* padding: 0 20px; */
  height: 66px;
}

.kh-navbar__inner {
  display: flex;
  align-items: center;
  height: 66px;
  max-width: 1140px;
  margin: 0 auto;
  gap: 40px;
  -webkit-backdrop-filter: blur(5px);
  border-radius: 50px;
  padding-right: 10px;
  padding-left: 50px;
  background: rgba(242, 242, 242, 0.85);
  backdrop-filter: blur(5px);
}

.kh-navbar__logo {
  flex-shrink: 0;
}

.kh-navbar__logo:hover {
  cursor: pointer;
}

.kh-navbar__logo-img {
  height: 42px;
  width: auto;
}

.kh-navbar__tier-switch {
  flex-shrink: 0;
  margin-left: 20px;
}

.kh-navbar__links {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-left: auto;
}

.kh-navbar__link {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--color-white);
  position: relative;
  transition: var(--transition);
  color: var(--Mono-Mono---1, #000);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  /* Body 16/Regular */
  font-family: var(--Font-name, Inter);
  font-size: var(--font-size-base-body-161-rem, 16px);
  font-style: normal;
  font-weight: var(--Font-weight-Regular, 400);
  line-height: 160%;
  /* 25.6px */
}

@media only screen and (min-width: 1025px) {
  .kh-navbar__link:hover {
    color: var(--Mono-Mono---1, #000) !important;
  }
  #kh_open_card:hover {
    cursor: pointer;
    background: #000;
    color: #ffffff;
    transition: all 0.3s ease;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .kh-navbar__links {
    visibility: hidden;
  }
}
.kh-navbar__link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1.5px;
  background: #F7941F;
  transition: width 0.25s ease;
}

.kh-navbar__link:hover::after,
.kh-navbar__link.is-active::after {
  width: 80%;
}

.kh-navbar__mobile-menu {
  display: none;
  flex-direction: column;
  padding: 16px 20px;
  border-top: 1px solid var(--color-border);
}

.kh-navbar__mobile-menu.is-open {
  display: flex;
}

.kh-navbar__mobile-link {
  font-size: 16px;
  line-height: 44px;
  color: var(--color-white);
  border-bottom: 1px solid var(--color-border);
}

.kh-tier-pill {
  display: flex;
  align-items: center;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--radius-pill);
  padding: 5px;
  width: 268px;
  height: 48px;
  backdrop-filter: blur(2px);
}

.kh-tier-pill::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  height: 38px;
  width: calc(50% - 5px);
  border-radius: 70px;
  background: #ffffff;
  transition: transform 0.5s cubic-bezier(0.3, 1, 0.64, 1);
  z-index: 0;
  pointer-events: none;
}

.kh-tier-pill__btn {
  flex: 1;
  height: 38px;
  border-radius: 70px;
  font-family: var(--font-main);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 1;
  transition: color 0.6s ease, font-weight 0.6s ease;
}

.kh-tier-pill__btn--active {
  background: transparent;
  color: var(--color-active-tab);
  font-weight: 600;
}

/* Container — wide enough for full logo + triangle at top-right */
.kh-navbar__logo-wrap {
  width: 62px;
  height: 35px;
  position: relative;
  display: inline-block;
}

/* VIB PRIVILEGE text — visible by default, fades on scroll */
.kh-logo-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 30px;
  background: url("/static/landing-khut/img/kh-logo-text-figma.svg") 0 0/100% 100% no-repeat;
  display: block;
  z-index: 2;
  transition: transform 1.5s ease, opacity 1.5s ease;
}

/* Triangle/bird symbol — small at top-right, visible by default alongside text */
.kh-logo-symbol {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 21px;
  height: 18px;
  background: url("/static/landing-khut/img/kh-logo-symbol-figma.svg") 0 0/100% 100% no-repeat;
  display: block;
  z-index: 3;
  transition: width 1s ease, height 1s ease, right 1s ease, top 1s ease;
}

/* Scrolled: VIB PRIVILEGE text collapses, triangle grows bigger */
.kh-navbar--scrolled .kh-logo-text {
  transform: scale(0);
  opacity: 0;
}

.kh-navbar--scrolled .kh-logo-symbol {
  width: 40px;
  height: 35px;
  right: 10px;
  top: 0;
}

/* ========================================
   10. SECTION: FAQ
   ======================================== */
.kh-section--faq {
  padding-top: 0px;
}

.kh-section--faq .kh-section__title {
  color: #000;
  font-family: var(--font-main);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 40px;
}

.container-kh-section--faq {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.kh-faq {
  padding-top: 0px;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.kh-faq__item {
  border-radius: 20px;
  background: #fff;
  border: 1px solid #f2f2f2;
  overflow: hidden;
  transition: background var(--transition), border-color var(--transition);
}

.kh-section.kh-section--dark.kh-section--faq.news-format {
  background: #fafafa;
}

.kh-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  gap: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.kh-faq__question-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #000;
  font-family: var(--font-main);
  text-align: left;
  flex: 1;
}

/* Icon: plus sign, black by default (matches Figma) */
.kh-faq__icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: transform 0.35s ease, background 0.25s ease;
}

.kh-faq__icon svg,
.kh-faq__icon img {
  filter: brightness(0);
}

@media only screen and (min-width: 1025px) {
  .kh-faq__question:hover .kh-faq__icon {
    animation: iconPulse 0.5s ease-in-out;
    background: #FDB814;
  }
}
@keyframes iconPulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.kh-faq__item.is-open .kh-faq__icon {
  transform: rotate(135deg);
}

/* Smooth expand/collapse via max-height */
.kh-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease;
  padding: 0 25px;
}

.kh-faq__item.is-open .kh-faq__answer {
  /* max-height: max-content; */
  padding: 0 25px 25px;
}

.kh-faq__answer p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #000;
  font-family: var(--font-main);
}

.news-format .box-content br {
  display: block;
  margin-top: 10px;
}

.news-format .box-content .active-expanded .expanded > * {
  margin-bottom: auto;
}

.news-format .box-content .active-expanded .expanded img {
  max-width: 100%;
  max-height: 500px;
}

.news-format .box-content .active-expanded .expanded blockquote,
.news-format .box-content .active-expanded .expanded em {
  color: #5e5c62;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
}

.news-format .box-content p,
.news-format .box-content blockquote {
  margin-bottom: 0;
}

.news-format .box-content p + p,
.news-format .box-content p + blockquote,
.news-format .box-content blockquote + p,
.news-format .box-content blockquote + blockquote {
  margin-top: 10px;
}

.news-format .box-content p + ul,
.news-format .box-content p + ol,
.news-format .box-content blockquote + ul,
.news-format .box-content blockquote + ol {
  margin-top: 10px;
}

.news-format .box-content p.only-nbsp,
.news-format .box-content blockquote.only-nbsp {
  height: 0;
}

.news-format .box-content p a,
.news-format .box-content blockquote a {
  color: white;
  text-decoration: underline;
  font-weight: var(--font-small-body-link-weight);
  font-style: normal;
}

.news-format .box-content p a:hover,
.news-format .box-content blockquote a:hover {
  color: var(--color-dard-orange);
}

.news-format .box-content li > ul,
.news-format .box-content li > ol,
.news-format .box-content li > p {
  margin-top: 10px;
}

.news-format .box-content ul {
  display: grid;
  gap: 10px;
  padding: 0;
}

.news-format .box-content ul + p:not(:empty),
.news-format .box-content ul + ol,
.news-format .box-content ul + blockquote {
  margin-top: 10px;
}

.news-format .box-content ul li {
  font-size: 16px;
  margin: 0;
}

.news-format .box-content ul > li {
  list-style: none;
  padding-top: 0 !important;
  padding-left: 25px !important;
  position: relative;
  color: black;
}

.news-format .box-content ul > li::before {
  content: "" !important;
  position: absolute;
  left: 10px !important;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: black;
}

.news-format .box-content ul > li ul {
  margin-top: 10px;
}

.news-format .box-content ul > li ul > li {
  padding-left: 15px !important;
}

.news-format .box-content ul > li ul > li::before {
  left: 0 !important;
  border: 1px solid #000;
  background-color: #fff;
}

.news-format .box-content ul > li ul > li li {
  padding-left: 20px !important;
}

.news-format .box-content ul > li ul > li li::before {
  left: 5px !important;
}

.news-format .box-content ol {
  display: grid;
  gap: 10px;
  padding-left: 25px;
}

.news-format .box-content ol li {
  margin: 0;
}

.news-format .box-content ol + p:not(:empty),
.news-format .box-content ol + ul,
.news-format .box-content ol + blockquote {
  margin-top: 10px;
}

.news-format .box-content ol ol {
  padding-left: 15px;
}

vib-hero:not(.hydrated) {
  display: block;
  min-height: 600px;
  background: #f5f5f5;
  /* placeholder trong lúc chờ */
}

@media only screen and (min-width: 768px) {
  .vib-v2-logoVIB .box_logo_vib {
    width: 78px !important;
    height: 38px !important;
  }
  .vib-v2-logoVIB .symbol_logo_vib {
    width: 28px !important;
  }
}
@media only screen and (max-width: 1025px) {
  vib-hero:not(.hydrated) {
    display: block;
    min-height: 100dvh;
    background: #f5f5f5;
    /* placeholder trong lúc chờ */
  }
}
#moreCaptcha {
  display: block !important;
}

.bs-searchbox {
  padding: 4px 8px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  font-size: 16px;
  color: var(--mono1);
}

.bs-searchbox .clear-input {
  position: absolute;
  top: 30px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: var(--icon-Close) center no-repeat;
  right: 25px;
  background-size: 20px;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
  float: left;
  box-sizing: border-box;
}

.bs-actionsbox {
  width: 100%;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton,
.bs-donebutton .btn-group button {
  width: 100%;
}

body,
body #layoutContainers {
  background: #fafafa !important;
}

.vib-v2-content_menu .content-dropdown-title-menu .select_ocb .ocb.bootstrap-select > .dropdown-toggle .caret {
  transform: rotate(0deg) !important;
}

.vib-v2-content_menu .select_ocb .dropdown-menu.inner > li:first-child > a {
  display: none;
}

/* 1. Thẻ tiêu đề ôm vừa theo độ dài của dòng chữ */
.section-title {
  position: relative;
  padding-top: 10px;
  /* Khoảng cách từ line gradient xuống chữ */
  width: -moz-fit-content;
  width: fit-content;
}

/* 2. Đường line gradient chiếm 50% chiều rộng tiêu đề */
.section-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  /* Chiếm đúng 50% độ dài dòng chữ */
  height: 2px;
  /* CẬP NHẬT: Màu chuyển sắc Gradient theo chiều ngang (từ trái sang phải) */
  /* Bạn có thể thay thế mã màu hex bên dưới bằng chính xác thông số từ bảng Inspect trên Figma của bạn */
  background: linear-gradient(89.84deg, #F39423 0.14%, #EE511D 99.86%);
  border-radius: 2px;
  /* Cấu hình animation ẩn/hiện */
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

/* 3. Trạng thái kích hoạt line gradient trượt ra */
.section-title.animate-line::before {
  transform: scaleX(1);
}

#section-2 > div > div.vib-banner__content > vib-button {
  margin-top: 10px;
}

#heroBanner {
  --button-hover-background-color: #FFF;
  --button-hover-text-color: #000;
}/*# sourceMappingURL=desktop.css.map */