@charset "UTF-8";
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.breadcrumbs {
  padding: 12px 0;
  position: relative;
  z-index: 2;
}
.breadcrumbs .breadcrumb-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  max-width: 1320px;
  padding-left: 15px;
  gap: 4px;
  font-size: 13px;
  color: #aaa;
}
.breadcrumbs .breadcrumb-list .breadcrumb-item::after {
  content: "/";
  margin-left: 6px;
  color: #ccc;
}
.breadcrumbs .breadcrumb-list .breadcrumb-item:last-child::after {
  display: none;
}
.breadcrumbs .breadcrumb-list .breadcrumb-item.active {
  color: #666;
}
.breadcrumbs .breadcrumb-list .breadcrumb-item a {
  color: #aaa;
  text-decoration: none;
}
.breadcrumbs .breadcrumb-list .breadcrumb-item a:hover {
  color: #7347F5;
}

@font-face {
  font-family: "SVN-Gilroy";
  src: url("../fonts/SVN-Gilroy.eot");
  src: url("../fonts/SVN-Gilroy.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-Gilroy.woff2") format("woff2"), url("../fonts/SVN-Gilroy.woff") format("woff"), url("../fonts/SVN-Gilroy.ttf") format("truetype"), url("../fonts/SVN-Gilroy.svg#SVN-Gilroy") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Michroma";
  src: url("../fonts/Michroma.eot");
  src: url("../fonts/Michroma.eot?#iefix") format("embedded-opentype"), url("../fonts/Michroma.woff2") format("woff2"), url("../fonts/Michroma.woff") format("woff"), url("../fonts/Michroma.ttf") format("truetype"), url("../fonts/Michroma.svg#Michroma") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tele-Marines";
  src: url("../fonts/Tele-Marines.eot");
  src: url("../fonts/Tele-Marines.eot?#iefix") format("embedded-opentype"), url("../fonts/Tele-Marines.woff2") format("woff2"), url("../fonts/Tele-Marines.woff") format("woff"), url("../fonts/Tele-Marines.ttf") format("truetype"), url("../fonts/Tele-Marines.svg#Tele-Marines") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lostgun";
  src: url("../fonts/Lostgun-Regular.eot");
  src: url("../fonts/Lostgun-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lostgun-Regular.woff2") format("woff2"), url("../fonts/Lostgun-Regular.woff") format("woff"), url("../fonts/Lostgun-Regular.ttf") format("truetype"), url("../fonts/Lostgun-Regular.svg#Lostgun-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-title: "Bai Jamjuree", serif;
  --font-body: "SVN-Gilroy";
  --font-number: "Michroma";
  --font-number-2: "Tele-Marines";
  --font-Lostgun: "Lostgun";
  --width-container: 1190px;
  --color-blue:#070A29;
  --color-purple: #AD8AFE;
  --color-grad: linear-gradient(91.99deg, #7347F5 1.68%, #FBCDFF 68.97%);
  --color-grad-2: linear-gradient(90deg, #6131F9 -15.55%, #B694FF 107.27%);
  --color-rad: radial-gradient(61.41% 245.62% at 45.86% 50%, #AC9BF1 0%, #DCAEF6 38.5%, #DEB0F9 61%, #FFFFFF 79%, #B4E2FD 99%);
  --vr360-header-h: 72px;
  /* === Liquid Glass tokens (chỉ dùng cho trang chủ, scope .home) === */
  --lg-tint: rgba(255, 255, 255, 0.08);
  --lg-tint-strong: rgba(255, 255, 255, 0.14);
  --lg-tint-dark: rgba(7, 10, 41, 0.55);
  --lg-stroke: rgba(255, 255, 255, 0.22);
  --lg-stroke-soft: rgba(173, 138, 254, 0.30);
  --lg-blur: 18px;
  --lg-radius: 20px;
  --lg-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  --lg-specular: inset 0 1px 0 rgba(255, 255, 255, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  --lg-sheen: linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 38%);
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  font-size: 1rem;
  background: var(--color-blue);
}

/* === Liquid Glass placeholders (dùng lại qua @extend, scope .home) === */
.segTitle {
  font-size: 2rem;
  font-family: var(--font-title);
}
.segTitle span {
  background: var(--color-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .segTitle {
    font-size: 1.5rem;
  }
}

a {
  text-decoration: none;
}

.p-left-section {
  padding-left: calc((100% - var(--width-container)) / 2);
}

.container_frame {
  max-width: var(--width-container);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container_frame {
    max-width: 100% !important;
    padding: 15px;
  }
}

.btn_primary, .btn_white {
  background: var(--color-grad-2);
  border-radius: 10px;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-family: var(--font-title);
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  position: relative;
  overflow: hidden;
}
.btn_primary::after, .btn_white::after {
  content: "";
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--color-grad);
  transition: height 0.75s ease;
}
.btn_primary:hover::after, .btn_white:hover::after {
  height: 100%;
}
.btn_primary:hover span, .btn_white:hover span {
  color: var(--color-blue);
}
.btn_primary span, .btn_white span {
  position: relative;
  z-index: 1;
}

.btn_white {
  color: var(--color-blue);
  background: #fff;
}
.btn_white::after {
  background: var(--color-grad);
}

.text_gradient {
  background: var(--color-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header {
  background: var(--color-blue);
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
}
.header .content_header {
  justify-content: space-between;
  align-items: center;
}
.header .menu_header .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header .menu_header .menu li {
  position: relative;
}
.header .menu_header .menu li.current-menu-item > a, .header .menu_header .menu li:hover > a {
  background: var(--color-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header .menu_header .menu li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  margin-left: 0.35rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  vertical-align: middle;
  opacity: 0.75;
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
}
@media (min-width: 768px) {
  .header .menu_header .menu li.menu-item-has-children:hover > a::after, .header .menu_header .menu li.menu-item-has-children:focus-within > a::after {
    transform: rotate(-135deg) translateY(1px);
    opacity: 1;
  }
}
.header .menu_header .menu a {
  display: block;
  color: #fff;
  font-family: var(--font-title);
  font-size: 1.125rem;
  padding: 1.875rem 1rem;
  transition: all 0.5s ease;
}
.header .menu_header .menu a .mobile-nav__icon {
  display: none;
}
.header .menu_header .menu .sub-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(0.5rem);
  min-width: 15rem;
  margin: 0;
  padding: 0.5rem 0;
  list-style: none;
  background: rgba(7, 10, 41, 0.97);
  border: 1px solid rgba(173, 138, 254, 0.25);
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1), transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.28s;
}
.header .menu_header .menu .sub-menu::before {
  content: "";
  position: absolute;
  top: -0.625rem;
  left: 0;
  right: 0;
  height: 0.625rem;
}
.header .menu_header .menu .sub-menu li {
  width: 100%;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.header .menu_header .menu .sub-menu li a {
  padding: 0.65rem 1.1rem;
  font-size: 0.95rem;
  white-space: nowrap;
  background: none !important;
  -webkit-text-fill-color: #fff;
  color: rgba(255, 255, 255, 0.9);
  transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}
.header .menu_header .menu .sub-menu li a:hover {
  background: rgba(173, 138, 254, 0.15) !important;
  color: #FBCDFF;
  padding-left: 1.25rem;
}
.header .menu_header .menu .sub-menu li a::after {
  display: none !important;
}
.header .menu_header .menu > li:hover > .sub-menu,
.header .menu_header .menu > li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.header .menu_header .menu > li:hover > .sub-menu li,
.header .menu_header .menu > li:focus-within > .sub-menu li {
  opacity: 1;
  transform: translateY(0);
}
.header .menu_header .menu > li:hover > .sub-menu li:nth-child(1),
.header .menu_header .menu > li:focus-within > .sub-menu li:nth-child(1) {
  transition-delay: 0s;
}
.header .menu_header .menu > li:hover > .sub-menu li:nth-child(2),
.header .menu_header .menu > li:focus-within > .sub-menu li:nth-child(2) {
  transition-delay: 0.035s;
}
.header .menu_header .menu > li:hover > .sub-menu li:nth-child(3),
.header .menu_header .menu > li:focus-within > .sub-menu li:nth-child(3) {
  transition-delay: 0.07s;
}
.header .menu_header .menu > li:hover > .sub-menu li:nth-child(4),
.header .menu_header .menu > li:focus-within > .sub-menu li:nth-child(4) {
  transition-delay: 0.105s;
}
.header .menu_header .menu > li:hover > .sub-menu li:nth-child(5),
.header .menu_header .menu > li:focus-within > .sub-menu li:nth-child(5) {
  transition-delay: 0.14s;
}
.header .menu_header .menu > li:hover > .sub-menu li:nth-child(6),
.header .menu_header .menu > li:focus-within > .sub-menu li:nth-child(6) {
  transition-delay: 0.175s;
}
.header .menu_header .menu > li:hover > .sub-menu li:nth-child(7),
.header .menu_header .menu > li:focus-within > .sub-menu li:nth-child(7) {
  transition-delay: 0.21s;
}
.header .menu_header .menu > li:hover > .sub-menu li:nth-child(8),
.header .menu_header .menu > li:focus-within > .sub-menu li:nth-child(8) {
  transition-delay: 0.245s;
}
.header .menu_header .menu > li:hover > .sub-menu li:nth-child(9),
.header .menu_header .menu > li:focus-within > .sub-menu li:nth-child(9) {
  transition-delay: 0.28s;
}
.header .menu_header .menu > li:hover > .sub-menu li:nth-child(10),
.header .menu_header .menu > li:focus-within > .sub-menu li:nth-child(10) {
  transition-delay: 0.315s;
}
.header .menu_header .menu > li:hover > .sub-menu li:nth-child(11),
.header .menu_header .menu > li:focus-within > .sub-menu li:nth-child(11) {
  transition-delay: 0.35s;
}
.header .menu_header .menu > li:hover > .sub-menu li:nth-child(12),
.header .menu_header .menu > li:focus-within > .sub-menu li:nth-child(12) {
  transition-delay: 0.385s;
}
.header .menu_header .menu > li:hover > .sub-menu li:nth-child(13),
.header .menu_header .menu > li:focus-within > .sub-menu li:nth-child(13) {
  transition-delay: 0.42s;
}
.header .menu_header .menu > li:hover > .sub-menu li:nth-child(14),
.header .menu_header .menu > li:focus-within > .sub-menu li:nth-child(14) {
  transition-delay: 0.455s;
}
.header .menu_header .menu > li:hover > .sub-menu li:nth-child(15),
.header .menu_header .menu > li:focus-within > .sub-menu li:nth-child(15) {
  transition-delay: 0.49s;
}
@media (prefers-reduced-motion: reduce) {
  .header .menu_header .menu .sub-menu,
  .header .menu_header .menu .sub-menu li,
  .header .menu_header .menu li.menu-item-has-children > a::after {
    transition: none !important;
  }
  .header .menu_header .menu > li:hover > .sub-menu li,
  .header .menu_header .menu > li:focus-within > .sub-menu li {
    transition-delay: 0s !important;
  }
}
.header.change .menu li a {
  padding: 1rem 1rem;
}
@media (max-width: 767px) {
  .header .menu_header {
    position: fixed;
    top: 0;
    right: 0;
    width: min(20.5rem, 88vw);
    height: 100dvh;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    background: linear-gradient(165deg, #0a0e2a 0%, #12183f 48%, #0d1230 100%);
    border-left: 1px solid rgba(173, 138, 254, 0.22);
    box-shadow: -24px 0 64px rgba(0, 0, 0, 0.45);
    z-index: 10001;
    transform: translateX(105%);
    transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
    visibility: hidden;
    pointer-events: none;
  }
  .header .menu_header.open {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
  }
  .header .menu_header .mobile-nav__top,
  .header .menu_header .mobile-nav__footer {
    display: flex;
  }
  .header .menu_header .mobile-nav__scroll {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0.25rem 0 0.5rem;
  }
  .header .menu_header .menu {
    flex-flow: column;
    height: auto;
    overflow: visible;
    align-items: stretch;
    padding: 0 0.75rem;
  }
  .header .menu_header .menu > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }
  .header .menu_header .menu > li:last-child {
    border-bottom: 0;
  }
  .header .menu_header .menu > li.current-menu-item > a,
  .header .menu_header .menu > li:hover > a,
  .header .menu_header .menu > li:focus-within > a,
  .header .menu_header .menu > li.is-open > a {
    background: none !important;
    background-image: none !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;
  }
  .header .menu_header .menu a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.95rem 0.65rem;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    background: none !important;
    background-image: none !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;
  }
  .header .menu_header .menu .mobile-nav__text {
    flex: 1;
    min-width: 0;
    line-height: 1.35;
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;
  }
  .header .menu_header .menu .mobile-nav__icon {
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(173, 138, 254, 0.14);
    color: #d4c4ff;
    font-size: 0.85rem;
  }
  .header .menu_header .menu > li:hover > .sub-menu,
  .header .menu_header .menu > li:focus-within > .sub-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: none;
  }
  .header .menu_header .menu > li.menu-item-has-children > a {
    position: relative;
    z-index: 1;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .header .menu_header .menu > li.menu-item-has-children > a::after {
    float: none;
    margin: 0 0 0 auto;
    flex-shrink: 0;
    transition: transform 0.25s ease;
    pointer-events: none;
  }
  .header .menu_header .menu > li.menu-item-has-children.is-open > a::after {
    transform: rotate(-135deg) translateY(1px);
  }
  .header .menu_header .menu > li.menu-item-has-children.is-open > .sub-menu {
    max-height: 28rem;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    padding-bottom: 0.5rem;
  }
  .header .menu_header .menu .sub-menu {
    display: block;
    position: static;
    transform: none;
    min-width: 0;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    padding: 0 0.35rem 0 1.15rem;
    margin: 0;
    transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.25s ease;
  }
  .header .menu_header .menu .sub-menu::before {
    display: none;
  }
  .header .menu_header .menu .sub-menu li {
    opacity: 1;
    transform: none;
    transition-delay: 0s !important;
    border: 0;
  }
  .header .menu_header .menu .sub-menu li a {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.88rem;
    font-weight: 500;
    padding: 0.55rem 0.35rem;
    color: rgba(255, 255, 255, 0.78);
    white-space: normal;
    line-height: 1.4;
    word-break: break-word;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.78) !important;
    background: none !important;
  }
  .header .menu_header .menu .sub-menu li a::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(173, 138, 254, 0.55);
    flex-shrink: 0;
  }
  .header .menu_header .menu .sub-menu li a .mobile-nav__icon {
    display: none;
  }
  .header .menu_header .menu .sub-menu li a:hover, .header .menu_header .menu .sub-menu li a:focus {
    color: #FBCDFF;
    background: rgba(173, 138, 254, 0.08) !important;
    border-radius: 8px;
  }
}

.mobile-nav-overlay {
  display: none;
}
@media (max-width: 767px) {
  .mobile-nav-overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(4, 6, 20, 0.62);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
  }
  .mobile-nav-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.mobile-nav__top,
.mobile-nav__footer {
  display: none;
}

@media (max-width: 767px) {
  body.mobile-nav-open {
    overflow: hidden;
  }
  .mobile-nav__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1rem 1rem 0.85rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
    position: relative;
    z-index: 2;
  }
  .mobile-nav__brand {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: var(--font-title);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
  }
  .mobile-nav__close {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
  }
  .mobile-nav__close:hover {
    background: rgba(173, 138, 254, 0.18);
    border-color: rgba(173, 138, 254, 0.4);
  }
  .mobile-nav__footer {
    flex-direction: column;
    gap: 0.65rem;
    padding: 1rem 1rem calc(1rem + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
  }
  .mobile-nav__cta {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .mobile-nav__secondary {
    text-align: center;
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    padding: 0.35rem 0;
  }
  .mobile-nav__secondary:hover {
    color: #FBCDFF;
  }
  .header .right_header .btn_primary {
    display: none;
  }
  .animated-icon1 {
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
  }
  body.mobile-nav-open .header .animated-icon1 {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
  body.mobile-nav-open .header .menu_header {
    z-index: 10002;
  }
}
.animated-icon1 {
  display: none;
  margin-top: 0;
  width: 44px;
  height: 44px;
  /* height: 0; */
  transform: rotate(0deg);
  transition: all 0.5s ease;
  cursor: pointer;
  z-index: 3;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.animated-icon1 span {
  display: block;
  /* position: absolute; */
  height: 1px;
  width: 14px;
  border-radius: 8px;
  opacity: 1;
  /* left: 0; */
  transform: rotate(0deg);
  transition: all 0.5s ease;
  background: #fff;
  margin: 2px 0;
}
.animated-icon1.open span:nth-child(1) {
  transform: rotate(135deg);
  margin: -8px 0;
}
.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -50px;
}
.animated-icon1.open span:nth-child(3) {
  transform: rotate(-135deg);
}
@media (max-width: 767px) {
  .animated-icon1 {
    display: flex;
  }
}

.bannerAbout img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 767px) {
  .bannerAbout img {
    height: 40vh;
  }
}

.contentAbout {
  padding: 5.625rem 0;
  color: #fff;
}
.contentAbout .segTitle {
  display: flex;
  flex-flow: column;
  margin-bottom: 1.43rem;
  font-weight: 600;
}
.contentAbout .gallery_about {
  gap: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 6.25rem;
}
.contentAbout .gallery_about .img_gallery {
  width: calc(33.3333333333% - 1.875rem);
  border-radius: 20px;
  aspect-ratio: 370/180;
  flex: 0 0 calc(33.3333333333% - 1.875rem);
  object-fit: cover;
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .contentAbout {
    padding: 2.625rem 0;
    text-align: center;
  }
  .contentAbout .segTitle svg {
    margin: auto;
  }
  .contentAbout .segContent {
    text-align: justify;
  }
  .contentAbout .gallery_about {
    gap: 1rem;
    margin-top: 3.125rem;
    flex-flow: column;
  }
  .contentAbout .gallery_about .img_gallery {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.serviceAbout {
  position: relative;
  color: #fff;
  padding: 5rem 0 3.125rem 0;
}
.serviceAbout .bck_service {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.serviceAbout .service_content {
  position: relative;
  z-index: 1;
  width: 40%;
}
.serviceAbout .service_content .segTitle {
  font-weight: 600;
}
.serviceAbout .service_content article {
  margin: 3.125rem 0 1.875rem 0;
}
@media (max-width: 767px) {
  .serviceAbout {
    padding: 3.5rem 0 2.56rem 0;
  }
  .serviceAbout .service_content {
    width: 100%;
    text-align: center;
  }
  .serviceAbout .service_content .btn_white {
    margin: auto;
  }
  .serviceAbout .service_content article {
    margin: 1.125rem 0 1.875rem 0;
  }
}

.footer {
  padding: 8.5rem 0 7.56rem 0;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer .logo img {
  width: 9.375rem;
}
.footer .title_footer {
  margin-bottom: 3.125rem;
  font-weight: 600;
  font-size: 1.25rem;
}
.footer .list_project {
  gap: 1rem;
  display: flex;
  flex-flow: column;
}
.footer .list_project a {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.footer .content_info_contact .item_info {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
.footer .content_info_contact .item_info:last-child {
  margin-bottom: 0;
}
.footer .content_info_contact .item_info img {
  width: 1.43rem;
  flex: 0 0 auto;
}
.footer .content_info_contact .item_info span {
  color: #ACACAC;
  margin-bottom: 5px;
}
.footer .des_footer {
  gap: 8.625rem;
  justify-content: space-between;
}
.footer .des_footer .--item {
  flex: 0 0 calc(33.3333333333% - 8.625rem);
}
.footer article {
  margin: 3.125rem 0 4.25rem 0;
  font-weight: 600;
}
.footer .note_footer {
  padding: 10px;
  background: radial-gradient(291.49% 189.22% at 79.7% 140.53%, #322378 10.67%, #070A29 32.55%, #070A29 58.23%, #221A5A 70.56%, #1E1659 87.24%);
  border: 1px solid #221A59;
  border-radius: 10px;
  display: flex;
  gap: 5px;
  color: #FBCDFF;
  align-items: baseline;
}
.footer .note_footer svg {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .footer {
    padding: 4.5rem 0 3.56rem 0;
  }
  .footer .des_footer {
    flex-flow: column;
    gap: 3rem;
  }
  .footer .des_footer .--item {
    width: 100%;
  }
  .footer .title_footer {
    margin-bottom: 1.125rem;
  }
  .footer article {
    margin: 2.125rem 0 2.25rem 0;
  }
}

.aboutContact {
  position: relative;
  padding: 8.75rem 0;
  color: #fff;
}
.aboutContact a {
  color: #fff;
}
.aboutContact .bck_pagecontact {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutContact .contact_content {
  padding-right: 8rem;
}
.aboutContact .contact_content .segTitle {
  margin-bottom: 3.125rem;
  font-weight: 600;
}
.aboutContact .contact_content ul li {
  margin-bottom: 1.25rem;
}
.aboutContact .contact_content ul li:last-child {
  margin-bottom: 0;
}
.aboutContact .contact_content ul li a {
  gap: 1rem;
}
.aboutContact .contact_content ul li .text {
  display: flex;
  flex-flow: column;
}
.aboutContact .contact_content ul li .text label {
  color: #ACACAC;
}
.aboutContact .contact_content ul li .text span {
  transition: color 0.5s ease;
}
.aboutContact .contact_content ul li .text:hover span {
  color: var(--color-purple);
}
.aboutContact .contact_content ul li .icon {
  width: 1.375rem;
  flex: 0 0 auto;
}
.aboutContact iframe {
  border-radius: 20px;
  border: 2px solid #8058FE;
}
@media (max-width: 767px) {
  .aboutContact {
    padding: 2.75rem 0 4.5rem 0;
  }
  .aboutContact .contact_content {
    padding-right: 0;
  }
  .aboutContact iframe {
    margin-top: 3.125rem;
    width: 100% !important;
  }
}

.aboutField {
  position: relative;
  color: #fff;
  padding: 5rem 0;
}
.aboutField .bck_aboutfield {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutField .content_top {
  width: 65%;
  margin: 0 auto 6.25rem auto;
  text-align: center;
}
.aboutField .content_top .segTitle {
  font-weight: 600;
}
.aboutField .content_top .segTitle span {
  font-family: var(--font-number-2);
}
.aboutField--wow {
  overflow: hidden;
  padding: clamp(3rem, 6vw, 5.5rem) 0;
  background: #070A29;
}
.aboutField--wow .bck_aboutfield {
  opacity: 0.28;
  filter: saturate(0.9);
}
.aboutField--wow::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(7, 10, 41, 0.55) 0%, rgba(7, 10, 41, 0.88) 42%, #070A29 100%), radial-gradient(70% 80% at 50% 0%, rgba(115, 71, 245, 0.22) 0%, transparent 55%);
  pointer-events: none;
}
.aboutField--wow .container_frame {
  position: relative;
  z-index: 1;
}
.aboutField--wow .aboutField__head,
.aboutField--wow .content_top {
  width: 100%;
  max-width: 44rem;
  margin: 0 auto clamp(2.25rem, 4.5vw, 3.5rem);
  text-align: center;
}
.aboutField--wow .aboutField__head .homeHub__eyebrow,
.aboutField--wow .content_top .homeHub__eyebrow {
  margin-bottom: 0.65rem;
}
.aboutField--wow .aboutField__head .segTitle,
.aboutField--wow .content_top .segTitle {
  font-weight: 700;
  margin-bottom: 0.85rem;
  color: #fff;
}
.aboutField--wow .aboutField__head .homeHub__lead,
.aboutField--wow .content_top .homeHub__lead {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.02rem;
  line-height: 1.7;
  max-width: 38rem;
  margin: 0 auto;
}
.aboutField--wow .aboutField__head .homeHub__lead p,
.aboutField--wow .content_top .homeHub__lead p {
  margin: 0;
}
.aboutField--wow .aboutField__head .homeHub__lead a,
.aboutField--wow .content_top .homeHub__lead a {
  color: #f0dcff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.aboutField--wow .aboutField__head .homeHub__lead a:hover,
.aboutField--wow .content_top .homeHub__lead a:hover {
  color: #fff;
}
.aboutField--wow .aboutField__hub {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.15rem;
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  padding: 0.6rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(173, 138, 254, 0.4);
  background: rgba(115, 71, 245, 0.14);
  backdrop-filter: blur(8px);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.aboutField--wow .aboutField__hub span {
  transition: transform 0.25s ease;
}
.aboutField--wow .aboutField__hub:hover {
  color: #fff;
  border-color: rgba(173, 138, 254, 0.65);
  background: rgba(115, 71, 245, 0.28);
  transform: translateY(-2px);
}
.aboutField--wow .aboutField__hub:hover span {
  transform: translateX(4px);
}
.aboutField--wow .aboutField__ambient {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.aboutField--wow .aboutField__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.5;
}
.aboutField--wow .aboutField__orb--1 {
  width: min(38vw, 480px);
  height: min(38vw, 480px);
  top: 8%;
  left: -10%;
  background: radial-gradient(circle, rgba(115, 71, 245, 0.5) 0%, transparent 70%);
  animation: aboutFieldOrb 20s ease-in-out infinite alternate;
}
.aboutField--wow .aboutField__orb--2 {
  width: min(32vw, 400px);
  height: min(32vw, 400px);
  bottom: 5%;
  right: -8%;
  background: radial-gradient(circle, rgba(251, 205, 255, 0.2) 0%, transparent 72%);
  animation: aboutFieldOrb 24s ease-in-out infinite alternate-reverse;
}
.aboutField--wow .aboutField__grid.lvFieldGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
.aboutField--wow .aboutField__grid.lvFieldGrid .lvFieldCard {
  min-height: 420px;
}
.aboutField--wow .aboutField__grid.lvFieldGrid .lvFieldCard--featured {
  grid-column: 1/-1;
  min-height: clamp(400px, 32vw, 480px);
}
@media (min-width: 768px) {
  .aboutField--wow .aboutField__grid.lvFieldGrid .lvFieldCard--featured .lvFieldCard__shell {
    flex-direction: column;
    align-items: stretch;
  }
  .aboutField--wow .aboutField__grid.lvFieldGrid .lvFieldCard--featured .lvFieldCard__body {
    max-width: none;
    padding: 1.35rem 1.75rem 1.65rem;
  }
}
.aboutField--wow .aboutField__grid.lvFieldGrid .lvFieldCard .lvFieldCard__overlay {
  background: linear-gradient(180deg, rgba(7, 10, 41, 0.08) 0%, rgba(7, 10, 41, 0.28) 42%, rgba(7, 10, 41, 0.75) 72%, rgba(7, 10, 41, 0.94) 100%);
}
.aboutField--wow .aboutField__grid.lvFieldGrid .lvFieldCard .lvFieldCard__body {
  padding: 1.4rem 1.45rem 1.55rem;
}
.aboutField--wow .aboutField__grid.lvFieldGrid .lvFieldCard .lvFieldCard__body::before {
  height: 108%;
  background: linear-gradient(to top, rgba(7, 10, 41, 0.97) 0%, rgba(7, 10, 41, 0.84) 42%, rgba(7, 10, 41, 0.38) 76%, transparent 100%);
}
.aboutField--wow .aboutField__grid.lvFieldGrid .lvFieldCard .lvFieldCard__icon {
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0.6rem;
}
.aboutField--wow .aboutField__grid.lvFieldGrid .lvFieldCard .lvFieldCard__icon img {
  width: 1.45rem;
}
.aboutField--wow .aboutField__grid.lvFieldGrid .lvFieldCard .lvFieldCard__title {
  font-size: clamp(1.16rem, 2vw, 1.42rem);
  margin-bottom: 0.45rem;
}
.aboutField--wow .aboutField__grid.lvFieldGrid .lvFieldCard .lvFieldCard__sum {
  font-size: 0.9rem;
  line-height: 1.55;
  margin-bottom: 0.75rem;
}
.aboutField--wow .aboutField__grid.lvFieldGrid .lvFieldCard .lvFieldCard__more {
  padding: 0.48rem 0.9rem;
  font-size: 0.84rem;
}
.aboutField--wow .aboutField__grid.lvFieldGrid .lvFieldCard .lvFieldCard__actions {
  margin-top: 0.5rem;
  gap: 0.4rem;
}
.aboutField--wow .aboutField__grid.lvFieldGrid .lvFieldCard .lvFieldCard__pill {
  font-size: 0.72rem;
  padding: 0.38rem 0.72rem;
}
@media screen and (max-width: 767px) {
  .aboutField {
    padding: 50px 0;
  }
  .aboutField .content_top {
    width: 100%;
  }
  .aboutField--wow .aboutField__grid.lvFieldGrid {
    grid-template-columns: 1fr;
  }
  .aboutField--wow .aboutField__grid.lvFieldGrid .lvFieldCard--featured {
    grid-column: auto;
  }
}

@keyframes aboutFieldOrb {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(4%, -3%) scale(1.06);
  }
}
.list_field {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}

.item_field {
  background: linear-gradient(180deg, rgba(45, 57, 129, 0.6) 0%, rgba(9, 12, 27, 0) 100%);
  border-radius: 20px;
  padding: 3.75rem 1.875rem 1.875rem 1.875rem;
  flex: 0 0 calc(33.3333333333% - 1.875rem);
  text-align: center;
  position: relative;
  margin-bottom: 1.875rem;
}
.item_field .icon {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background: linear-gradient(108.03deg, #7347F5 38.11%, #FBCDFF 109.74%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -30px;
  transform: translate(-50%, 0);
  left: 50%;
}
.item_field .icon img {
  width: 2rem;
}
.item_field .item_field__links {
  margin-top: 0.75rem;
}
.item_field .title_field {
  color: #fff;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  font-family: var(--font-title);
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  /* line-height: 25px; */
  -webkit-line-clamp: 2;
  /* height: 50px; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.item_field .title_field:hover {
  color: var(--color-purple);
}
.item_field .number {
  font-family: var(--font-number-2);
  color: #262C56;
  font-size: 3.125rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .item_field {
    flex: 0 0 100%;
  }
}

.aboutNews {
  position: relative;
  color: #fff;
  padding: 5rem 0;
}
.aboutNews .bck_news {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.aboutNews .news_subtitle {
  color: #C9C9D6;
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 46rem;
  margin: 0.75rem 0 1.5rem;
}
.aboutNews .news_filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-bottom: 2.5rem;
  padding-right: 8rem;
}
.aboutNews .news_filter .news_filter_item {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(128, 88, 254, 0.6);
  background: rgba(37, 43, 81, 0.45);
  color: #E8E2FF;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  transition: all 0.3s ease;
}
.aboutNews .news_filter .news_filter_item:hover {
  border-color: transparent;
  background: var(--color-grad-2);
  color: #fff;
}
.aboutNews .news_filter .news_filter_item.is-active {
  border-color: transparent;
  background: var(--color-grad-2);
  color: #fff;
}
.aboutNews .news_content {
  padding-right: 8rem;
}
.aboutNews .right_news .segTitle {
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #ACACAC;
  padding-bottom: 1.25rem;
  font-size: 1.5rem;
}
.aboutNews .right_news .item_news {
  margin-bottom: 1.25rem;
}
.aboutNews .right_news .item_news .future_post {
  gap: 1.25rem;
}
.aboutNews .right_news .item_news .future_post .thumbnail_post {
  display: block;
}
.aboutNews .right_news .item_news .future_post .thumbnail_post img {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 20px;
  object-fit: cover;
}
.aboutNews .right_news .item_news .future_post .title_news {
  font-size: 1.25rem;
  font-weight: 600;
  font-family: var(--font-title);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #fff;
  transition: color 0.5s ease;
  margin-bottom: 1.25rem;
}
.aboutNews .right_news .item_news .future_post .title_news:hover {
  color: var(--color-purple);
}
.aboutNews .right_news .item_news .future_post .date_post {
  color: #ACACAC;
  gap: 1.25rem;
}
.aboutNews .right_news .item_news .future_post .date_post svg {
  width: 1rem;
  flex: 0 0 auto;
}
.aboutNews .right_news .share {
  gap: 1.25rem;
  font-weight: 600;
}
.aboutNews .right_news .share_content {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
.aboutNews .right_news .share_content .share_item {
  transition: transform 0.5s ease;
}
.aboutNews .right_news .share_content .share_item svg {
  width: 1rem;
}
.aboutNews .right_news .share_content .share_item:hover {
  transform: scale(1.3);
}
.aboutNews .btn_more {
  margin-top: 6.25rem;
  margin-bottom: 1.25rem;
}
.aboutNews .pagination {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  align-items: center;
}
.aboutNews .pagination a, .aboutNews .pagination span {
  min-width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  border: 1px solid #8058FE;
  background: rgba(37, 43, 81, 0.6);
  color: #FBCDFF;
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.75rem;
  transition: all 0.35s ease;
}
.aboutNews .pagination a:hover {
  background: var(--color-grad-2);
  border-color: transparent;
  color: #fff;
}
.aboutNews .pagination .current {
  background: var(--color-grad-2);
  border-color: transparent;
  color: #fff;
}
.aboutNews .pagination .dots {
  border-color: rgba(128, 88, 254, 0.5);
  background: transparent;
  color: #ACACAC;
}
@media screen and (max-width: 767px) {
  .aboutNews {
    padding: 2rem 0 3rem 0;
  }
  .aboutNews .news_subtitle {
    font-size: 0.95rem;
  }
  .aboutNews .news_filter {
    padding-right: 0;
    margin-bottom: 1.75rem;
  }
  .aboutNews .news_content {
    padding-right: 0;
  }
  .aboutNews .pagination {
    justify-content: center;
    margin-bottom: 2rem;
  }
  .aboutNews .pagination a, .aboutNews .pagination span {
    min-width: 2.25rem;
    height: 2.25rem;
    font-size: 0.875rem;
  }
}

.bannerProj {
  position: relative;
}
.bannerProj img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  pointer-events: none;
}
.bannerProj::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(76.02% 76.02% at 50% 50%, rgba(7, 10, 41, 0) 37%, #070A29 80%);
  pointer-events: none;
}
.bannerProj .nav_project {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  justify-content: center;
  gap: 1rem;
}
.bannerProj .nav_project .nav-link {
  background: rgba(255, 255, 255, 0.6);
  color: var(--color-blue);
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 600;
  transition: all 0.5s ease;
}
.bannerProj .nav_project .nav-link.active, .bannerProj .nav_project .nav-link:hover {
  background: var(--color-grad-2);
  color: #fff;
}
@media (max-width: 767px) {
  .bannerProj img {
    height: 40vh;
  }
  .bannerProj .nav_project {
    transform: translate(-50%, 0);
    top: unset;
    bottom: 2rem;
  }
}

.aboutProj {
  padding: 6.25rem 0;
}
.aboutProj .list_proj .slick-list {
  width: 100% !important;
}
.aboutProj .bck_aboutproj {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutProj .slick-slide {
  opacity: 0 !important;
  transition: opacity 1.75s ease;
}
.aboutProj .tab-pane.active .slick-slide {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .aboutProj {
    padding: 3.125rem 0;
  }
}

.item_proj {
  position: relative;
  padding: 0 1.25rem 2.5rem 1.25rem;
  display: block;
}
.item_proj .info_proj {
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  left: 50%;
  width: calc(100% - 2.5rem);
  height: calc(100% - 2.5rem);
  background: linear-gradient(180deg, rgba(94, 64, 179, 0.7) 0%, rgba(28, 33, 110, 0.7) 100%);
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.5s ease;
  text-align: center;
  color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.item_proj .info_proj .title {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: var(--font-title);
  margin-bottom: 1rem;
}
.item_proj .info_proj .icon {
  width: 2.5rem;
  height: 2.5rem;
  background: var(--color-grad-2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item_proj:hover .info_proj {
  opacity: 1;
}
.item_proj .thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  aspect-ratio: 576/300;
}
@media (max-width: 767px) {
  .item_proj {
    padding: 0;
    margin-bottom: 1rem;
  }
  .item_proj .info_proj {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}

.du-an-page .bannerProj.du-an-hero {
  overflow: hidden;
  min-height: min(72vh, 720px);
}
.du-an-page .bannerProj.du-an-hero img,
.du-an-page .bannerProj.du-an-hero .du-an-hero__fallback {
  width: 100%;
  height: min(72vh, 720px);
  object-fit: cover;
}
.du-an-page .bannerProj.du-an-hero::after {
  background: linear-gradient(180deg, rgba(7, 10, 41, 0.2) 0%, rgba(7, 10, 41, 0.6) 50%, #070A29 100%);
  z-index: 1;
}
.du-an-page .du-an-hero__video,
.du-an-page .du-an-hero__pano,
.du-an-page .du-an-hero__fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.du-an-page .du-an-hero__video {
  z-index: 0;
}
.du-an-page .du-an-hero__pano {
  z-index: 0;
  background-size: cover;
  background-position: center;
  animation: duAnPanoPan 28s ease-in-out infinite alternate;
}
@keyframes duAnPanoPan {
  0% {
    background-position: 42% center;
    transform: scale(1.08);
  }
  100% {
    background-position: 58% center;
    transform: scale(1.14);
  }
}
.du-an-page .du-an-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3.5rem;
  z-index: 2;
  pointer-events: none;
}
.du-an-page .du-an-hero__overlay .container_frame {
  pointer-events: auto;
}
.du-an-page .du-an-hero__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.75rem;
}
.du-an-page .du-an-hero__title {
  font-family: var(--font-title);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.75rem;
  max-width: 14ch;
}
.du-an-page .du-an-hero__lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  max-width: 42rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.du-an-page .du-an-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
}
.du-an-page .du-an-hero__stat {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  border-radius: 14px;
  padding: 0.85rem 1.25rem;
  min-width: 7rem;
}
.du-an-page .du-an-hero__stat strong {
  display: block;
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.du-an-page .du-an-hero__stat span {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
}
.du-an-page .du-an-filter-wrap {
  position: sticky;
  top: var(--vr360-header-h, 72px);
  z-index: 100;
  background: rgba(7, 10, 41, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.4rem 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .du-an-page .du-an-filter-wrap {
    top: var(--vr360-header-h, 56px);
    padding: 0.35rem 0;
    background: rgba(7, 10, 41, 0.98);
    backdrop-filter: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
  }
}
.du-an-page .du-an-active-filter {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.65rem;
  margin-top: 0;
  padding: 0.4rem 0.75rem;
  border-radius: 12px;
  background: rgba(115, 71, 245, 0.15);
  border: 1px solid rgba(148, 120, 255, 0.35);
}
.du-an-page .du-an-active-filter__label {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.du-an-page .du-an-active-filter__name {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
}
.du-an-page .du-an-active-filter__count {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  margin-left: auto;
}
.du-an-page.du-an-filter-applied .bannerProj.du-an-hero {
  min-height: 220px;
}
.du-an-page.du-an-filter-applied .bannerProj.du-an-hero img,
.du-an-page.du-an-filter-applied .bannerProj.du-an-hero .du-an-hero__fallback,
.du-an-page.du-an-filter-applied .bannerProj.du-an-hero .du-an-hero__video,
.du-an-page.du-an-filter-applied .bannerProj.du-an-hero .du-an-hero__pano {
  height: 220px;
  min-height: 220px;
}
.du-an-page.du-an-filter-applied .bannerProj.du-an-hero .du-an-hero__overlay {
  padding-bottom: 1.5rem;
}
.du-an-page.du-an-filter-applied .bannerProj.du-an-hero .du-an-hero__lead,
.du-an-page.du-an-filter-applied .bannerProj.du-an-hero .du-an-hero__stats {
  display: none;
}
.du-an-page.du-an-filter-applied .bannerProj.du-an-hero .du-an-hero__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  max-width: none;
}
.du-an-page .du-an-filter-toolbar {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
.du-an-page .du-an-search {
  flex: 0 0 auto;
  width: min(200px, 28vw);
  display: flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  color: rgba(255, 255, 255, 0.65);
}
.du-an-page .du-an-search svg {
  flex-shrink: 0;
  opacity: 0.75;
}
.du-an-page .du-an-search input {
  flex: 1;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 0.82rem;
  line-height: 1.3;
  outline: none;
  min-width: 0;
}
.du-an-page .du-an-search input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.du-an-page .du-an-search__count {
  font-size: 0.68rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
}
.du-an-page .du-an-section-head {
  margin-bottom: 1.75rem;
}
.du-an-page .du-an-section-head__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 0.35rem;
}
.du-an-page .du-an-section-head__title {
  font-family: var(--font-title);
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.du-an-page .du-an-featured {
  padding: 0 0 2rem;
  margin-bottom: 1.5rem;
}
.du-an-page .du-an-section-head--results {
  margin-bottom: 1.5rem;
}
.du-an-page .du-an-section-head--results .du-an-section-head__meta {
  margin: 0.35rem 0 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.6);
}
.du-an-page .du-an-grid-section.du-an-flash {
  animation: duAnGridFlash 0.7s ease;
}
@keyframes duAnGridFlash {
  0% {
    box-shadow: inset 0 0 0 0 rgba(148, 120, 255, 0);
  }
  35% {
    box-shadow: inset 0 0 0 2px rgba(148, 120, 255, 0.55);
  }
  100% {
    box-shadow: inset 0 0 0 0 rgba(148, 120, 255, 0);
  }
}
.du-an-page .tab-pane.active .du-an-results-grid {
  animation: duAnGridIn 0.45s ease;
}
@keyframes duAnGridIn {
  from {
    opacity: 0.35;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.du-an-page .du-an-featured__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem 1.25rem;
  align-items: stretch;
}
.du-an-page .du-an-featured__grid .item_proj-card {
  height: 100%;
}
.du-an-page .du-an-featured__grid .item_proj-card__inner {
  height: 100%;
}
.du-an-page .du-an-featured__grid .item_proj-card--featured {
  grid-column: auto;
  grid-row: auto;
}
.du-an-page .du-an-featured__grid .item_proj-card--featured:nth-child(1) .item_proj-card__media {
  aspect-ratio: 16/10;
}
.du-an-page .du-an-featured__grid .item_proj-card--featured:nth-child(1) .item_proj-card__title {
  font-size: 1.05rem;
}
@media (max-width: 991px) {
  .du-an-page .du-an-featured__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .du-an-page .du-an-featured__grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.du-an-page .du-an-search-results {
  margin-bottom: 2rem;
}
.du-an-page .du-an-search-empty {
  text-align: center;
  color: rgba(255, 255, 255, 0.65);
  padding: 2rem 0;
}
.du-an-page.du-an-is-searching .du-an-featured {
  display: none;
}
.du-an-page.du-an-is-searching .du-an-active-filter__name::after {
  content: " · Kết quả tìm kiếm";
  font-weight: 500;
}
.du-an-page .du-an-filter {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.35rem;
  justify-content: flex-start;
  margin: 0;
  padding: 0 0 0 0.65rem;
  list-style: none;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.du-an-page .du-an-filter::-webkit-scrollbar {
  display: none;
}
.du-an-page .du-an-filter .nav-item {
  flex: 0 0 auto;
}
.du-an-page .du-an-filter .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  padding: 0.3rem 0.65rem;
  font-weight: 600;
  font-size: 0.78rem;
  line-height: 1.25;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.du-an-page .du-an-filter .nav-link.active, .du-an-page .du-an-filter .nav-link:hover {
  background: var(--color-grad-2);
  color: #fff;
  border-color: transparent;
}
.du-an-page .du-an-filter__count {
  font-size: 0.65rem;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.22);
  border-radius: 999px;
  padding: 0.05rem 0.35rem;
  line-height: 1.35;
  min-width: 1.15rem;
  text-align: center;
}
.du-an-page .du-an-filter__label-full {
  display: none;
}
.du-an-page .du-an-filter__label-short {
  display: inline;
}
.du-an-page .du-an-grid-section {
  padding-top: 1.25rem;
  padding-bottom: 3.5rem;
}
.du-an-page.du-an-is-searching .du-an-active-filter {
  display: flex;
  grid-column: 1/-1;
}
.du-an-page .list_proj--grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem 1.25rem;
  align-items: start;
}
@media (max-width: 991px) {
  .du-an-page .list_proj--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .du-an-page .list_proj--grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.du-an-page .item_proj-card {
  padding: 0;
  margin: 0;
  height: auto;
}
.du-an-page .item_proj-card__inner {
  display: flex;
  flex-direction: column;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.du-an-page .item_proj-card:hover .item_proj-card__inner {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(7, 10, 41, 0.35);
  border-color: rgba(148, 120, 255, 0.45);
}
.du-an-page .item_proj-card:hover .item_proj-card__inner .item_proj-card__media img {
  transform: scale(1.06);
}
.du-an-page .item_proj-card__media-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.du-an-page .item_proj-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}
.du-an-page .item_proj-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  aspect-ratio: auto;
  transition: transform 0.5s ease;
}
.du-an-page .item_proj-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(7, 10, 41, 0.75) 100%);
  pointer-events: none;
}
.du-an-page .item_proj-card__badge {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 2;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  background: var(--color-grad-2);
  border-radius: 999px;
  padding: 0.35rem 0.65rem;
}
.du-an-page .item_proj-card__body {
  padding: 1rem 1.1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.du-an-page .item_proj-card__title {
  font-family: var(--font-title);
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.du-an-page .item_proj-card__title a {
  color: #fff;
  text-decoration: none;
}
.du-an-page .item_proj-card__title a:hover {
  color: #d4c4ff;
}
.du-an-page .item_proj-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.15rem;
}
.du-an-page .item_proj-card__detail {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.25s ease;
}
.du-an-page .item_proj-card__detail:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}
.du-an-page .item_proj-card__cta {
  font-size: 0.78rem;
  font-weight: 600;
  color: #fff;
  background: var(--color-grad-2);
  border: 0;
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.du-an-page .item_proj-card__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(115, 71, 245, 0.45);
}
.du-an-page .item_proj-card__excerpt {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 991px) {
  .du-an-page .du-an-filter-toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 0.45rem;
  }
  .du-an-page .du-an-search {
    width: 100%;
  }
  .du-an-page .du-an-filter {
    padding-left: 0;
    border-left: 0;
  }
}
@media (max-width: 767px) {
  .du-an-page {
    overflow-x: clip;
  }
  .du-an-page .container_frame {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .du-an-page .bannerProj.du-an-hero,
  .du-an-page .bannerProj.du-an-hero img,
  .du-an-page .bannerProj.du-an-hero .du-an-hero__fallback {
    min-height: 42vh;
    height: 42vh;
  }
  .du-an-page .du-an-hero__overlay {
    padding-bottom: 1.5rem;
  }
  .du-an-page .du-an-hero__title {
    max-width: none;
    font-size: clamp(1.35rem, 5vw, 1.75rem);
  }
  .du-an-page .du-an-hero__lead,
  .du-an-page .du-an-hero__stats {
    display: none;
  }
  .du-an-page .du-an-filter-wrap {
    padding: 0.25rem 0;
    overflow-x: clip;
  }
  .du-an-page .du-an-filter-toolbar {
    gap: 0;
  }
  .du-an-page .du-an-search {
    display: none;
  }
  .du-an-page .du-an-filter {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin: 0;
    padding: 0.05rem 0 0.1rem;
    gap: 0.3rem;
    max-width: 100%;
    border-left: 0;
  }
  .du-an-page .du-an-filter::-webkit-scrollbar {
    display: none;
  }
  .du-an-page .du-an-filter .nav-item {
    flex: 0 0 auto;
  }
  .du-an-page .du-an-filter .nav-link {
    padding: 0.28rem 0.55rem;
    font-size: 0.72rem;
    gap: 0.25rem;
  }
  .du-an-page .du-an-filter__count {
    font-size: 0.6rem;
    padding: 0.02rem 0.28rem;
    min-width: 1.05rem;
  }
  .du-an-page .du-an-grid-section {
    padding-top: 2rem;
  }
  .du-an-page.du-an-filter-applied .bannerProj.du-an-hero,
  .du-an-page.du-an-filter-applied .bannerProj.du-an-hero img,
  .du-an-page.du-an-filter-applied .bannerProj.du-an-hero .du-an-hero__fallback,
  .du-an-page.du-an-filter-applied .bannerProj.du-an-hero .du-an-hero__video,
  .du-an-page.du-an-filter-applied .bannerProj.du-an-hero .du-an-hero__pano {
    min-height: 42vh;
    height: 42vh;
  }
}

.linh-vuc-page {
  color: #fff;
}
.linh-vuc-page.main {
  margin-top: 0;
}
.linh-vuc-page .breadcrumbs {
  padding: 0 0 1.25rem;
}
.linh-vuc-page .breadcrumbs .breadcrumb-list {
  max-width: none;
  padding-left: 0;
  color: rgba(255, 255, 255, 0.55);
}
.linh-vuc-page .breadcrumbs .breadcrumb-list a {
  color: rgba(255, 255, 255, 0.75);
}
.linh-vuc-page .breadcrumbs .breadcrumb-list .breadcrumb-item.active {
  color: #fff;
}
.linh-vuc-page .bannerProj.lv-page-hero {
  overflow: hidden;
  min-height: min(68vh, 680px);
}
.linh-vuc-page .bannerProj.lv-page-hero img,
.linh-vuc-page .bannerProj.lv-page-hero .lv-page-hero__fallback {
  width: 100%;
  height: min(68vh, 680px);
  object-fit: cover;
}
.linh-vuc-page .bannerProj.lv-page-hero::after {
  background: linear-gradient(180deg, rgba(7, 10, 41, 0.15) 0%, rgba(7, 10, 41, 0.55) 55%, #070A29 100%);
  z-index: 1;
}
.linh-vuc-page .lv-page-hero__video,
.linh-vuc-page .lv-page-hero__pano,
.linh-vuc-page .lv-page-hero__fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.linh-vuc-page .lv-page-hero__video {
  z-index: 0;
}
.linh-vuc-page .lv-page-hero__pano {
  z-index: 0;
  background-size: cover;
  background-position: center;
  animation: duAnPanoPan 28s ease-in-out infinite alternate;
}
.linh-vuc-page .lv-page-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3rem;
  z-index: 2;
  pointer-events: none;
}
.linh-vuc-page .lv-page-hero__overlay .container_frame {
  pointer-events: auto;
}
.linh-vuc-page .lv-page-hero__eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.75rem;
  padding: 6px 14px;
  border: 1px solid rgba(173, 138, 254, 0.45);
  border-radius: 30px;
}
.linh-vuc-page .lv-page-hero__title {
  font-family: var(--font-title);
  font-size: clamp(2rem, 4.2vw, 3.15rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.85rem;
  max-width: 22ch;
  line-height: 1.12;
}
.linh-vuc-page .lv-page-hero__title span {
  font-family: var(--font-number-2);
}
.linh-vuc-page .lv-page-hero__lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  max-width: 40rem;
  margin-bottom: 1.35rem;
  line-height: 1.65;
}
.linh-vuc-page .lv-page-hero__lead p:last-child {
  margin-bottom: 0;
}
.linh-vuc-page .lv-page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
  margin-bottom: 1.75rem;
}
.linh-vuc-page .lv-page-hero__cta {
  margin: 0;
}
.linh-vuc-page .lv-page-hero__link {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
  font-family: var(--font-title);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.linh-vuc-page .lv-page-hero__link:hover {
  color: #FBCDFF;
}
.linh-vuc-page .lv-page-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
}
.linh-vuc-page .lv-page-hero__stat {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  border-radius: 14px;
  padding: 0.85rem 1.25rem;
  min-width: 7rem;
}
.linh-vuc-page .lv-page-hero__stat strong {
  display: block;
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.linh-vuc-page .lv-page-hero__stat span {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
}
.linh-vuc-page .lv-page-filter-wrap {
  position: sticky;
  top: var(--vr360-header-h, 72px);
  z-index: 100;
  background: rgba(7, 10, 41, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.85rem 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.linh-vuc-page .lv-page-search {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 0.55rem 1rem;
  color: rgba(255, 255, 255, 0.7);
}
.linh-vuc-page .lv-page-search input {
  flex: 1;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 0.95rem;
  outline: none;
  min-width: 0;
}
.linh-vuc-page .lv-page-search input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.linh-vuc-page .lv-page-search__count {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  white-space: nowrap;
}
.linh-vuc-page .lv-page-filter-toolbar {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.linh-vuc-page .lv-page-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-bottom: 0.15rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.linh-vuc-page .lv-page-chips::-webkit-scrollbar {
  display: none;
}
.linh-vuc-page .lv-page-chip {
  flex: 0 0 auto;
  border: 1px solid rgba(173, 138, 254, 0.35);
  background: rgba(37, 43, 81, 0.55);
  color: #e8e2ff;
  border-radius: 999px;
  padding: 0.45rem 0.95rem;
  font-size: 0.82rem;
  font-weight: 600;
  font-family: var(--font-title);
  cursor: pointer;
  transition: all 0.2s ease;
}
.linh-vuc-page .lv-page-chip.is-active, .linh-vuc-page .lv-page-chip:hover {
  border-color: transparent;
  background: var(--color-grad-2);
  color: #fff;
}
.linh-vuc-page .lv-page-grid-section {
  position: relative;
  padding: 3.5rem 0 4.5rem;
  background: linear-gradient(180deg, #070A29 0%, #0a0e2a 100%);
}
.linh-vuc-page .lv-page-section-head {
  margin-bottom: 2.25rem;
}
.linh-vuc-page .lv-page-section-head__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--color-purple);
  margin-bottom: 0.5rem;
}
.linh-vuc-page .lv-page-section-head__title {
  font-family: var(--font-title);
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.65rem;
}
.linh-vuc-page .lv-page-section-head__title span {
  font-family: var(--font-number-2);
}
.linh-vuc-page .lv-page-section-head__meta {
  color: #b9bcd4;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 40rem;
  margin: 0;
}
.linh-vuc-page .lv-page-section-head--light .lv-page-section-head__meta {
  color: rgba(255, 255, 255, 0.72);
}
.linh-vuc-page .lv-page-search-empty {
  text-align: center;
  color: #b9bcd4;
  padding: 2rem 0;
  font-size: 1rem;
}

.linh-vuc-page .lvFieldGrid,
.homeService .lvFieldGrid,
.aboutField--wow .lvFieldGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
.linh-vuc-page .lvFieldCard,
.homeService .lvFieldCard,
.aboutField--wow .lvFieldCard {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 400px;
}
.linh-vuc-page .lvFieldCard--featured,
.homeService .lvFieldCard--featured,
.aboutField--wow .lvFieldCard--featured {
  grid-column: 1/-1;
  min-height: 460px;
}
.linh-vuc-page .lvFieldCard--featured .lvFieldCard__title,
.homeService .lvFieldCard--featured .lvFieldCard__title,
.aboutField--wow .lvFieldCard--featured .lvFieldCard__title {
  font-size: clamp(1.65rem, 3vw, 2.35rem);
}
.linh-vuc-page .lvFieldCard--featured .lvFieldCard__sum,
.homeService .lvFieldCard--featured .lvFieldCard__sum,
.aboutField--wow .lvFieldCard--featured .lvFieldCard__sum {
  -webkit-line-clamp: 3;
  font-size: 1.08rem;
}
@media (min-width: 768px) {
  .linh-vuc-page .lvFieldCard--featured .lvFieldCard__link,
  .homeService .lvFieldCard--featured .lvFieldCard__link,
  .aboutField--wow .lvFieldCard--featured .lvFieldCard__link {
    flex-direction: row;
    align-items: flex-end;
  }
  .linh-vuc-page .lvFieldCard--featured .lvFieldCard__body,
  .homeService .lvFieldCard--featured .lvFieldCard__body,
  .aboutField--wow .lvFieldCard--featured .lvFieldCard__body {
    max-width: 56%;
    padding: 2.5rem 2.75rem;
  }
}
.linh-vuc-page .lvFieldCard__link,
.homeService .lvFieldCard__link,
.aboutField--wow .lvFieldCard__link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: inherit;
  position: relative;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(173, 138, 254, 0.25);
  border-radius: 24px;
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.linh-vuc-page .lvFieldCard__link:hover,
.homeService .lvFieldCard__link:hover,
.aboutField--wow .lvFieldCard__link:hover {
  transform: translateY(-6px);
  border-color: rgba(173, 138, 254, 0.55);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.45);
}
.linh-vuc-page .lvFieldCard__link:hover .lvFieldCard__media img,
.homeService .lvFieldCard__link:hover .lvFieldCard__media img,
.aboutField--wow .lvFieldCard__link:hover .lvFieldCard__media img {
  transform: scale(1.08);
  background-position: 58% center;
}
.linh-vuc-page .lvFieldCard__link:hover .lvFieldCard__more::after,
.homeService .lvFieldCard__link:hover .lvFieldCard__more::after,
.aboutField--wow .lvFieldCard__link:hover .lvFieldCard__more::after {
  transform: translateX(5px);
}
.linh-vuc-page .lvFieldCard__media,
.homeService .lvFieldCard__media,
.aboutField--wow .lvFieldCard__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.linh-vuc-page .lvFieldCard__media img,
.homeService .lvFieldCard__media img,
.aboutField--wow .lvFieldCard__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.7s ease;
}
.linh-vuc-page .lvFieldCard__overlay,
.homeService .lvFieldCard__overlay,
.aboutField--wow .lvFieldCard__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(7, 10, 41, 0.2) 0%, rgba(7, 10, 41, 0.35) 38%, rgba(7, 10, 41, 0.82) 68%, rgba(7, 10, 41, 0.97) 100%), linear-gradient(90deg, rgba(7, 10, 41, 0.55) 0%, transparent 55%);
}
.linh-vuc-page .lvFieldCard__body,
.homeService .lvFieldCard__body,
.aboutField--wow .lvFieldCard__body {
  position: relative;
  z-index: 2;
  padding: 2.25rem 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.linh-vuc-page .lvFieldCard__body::before,
.homeService .lvFieldCard__body::before,
.aboutField--wow .lvFieldCard__body::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 115%;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(to top, rgba(7, 10, 41, 0.97) 0%, rgba(7, 10, 41, 0.88) 45%, rgba(7, 10, 41, 0.45) 78%, transparent 100%);
}
.linh-vuc-page .lvFieldCard__icon,
.homeService .lvFieldCard__icon,
.aboutField--wow .lvFieldCard__icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: linear-gradient(108.03deg, #7347F5 38.11%, #FBCDFF 109.74%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
.linh-vuc-page .lvFieldCard__icon img,
.homeService .lvFieldCard__icon img,
.aboutField--wow .lvFieldCard__icon img {
  width: 1.85rem;
}
.linh-vuc-page .lvFieldCard__num,
.homeService .lvFieldCard__num,
.aboutField--wow .lvFieldCard__num {
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  font-family: var(--font-number-2);
  font-size: 3rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.14);
  line-height: 1;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}
.linh-vuc-page .lvFieldCard__tag,
.homeService .lvFieldCard__tag,
.aboutField--wow .lvFieldCard__tag {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #f3eeff;
  margin-bottom: 0.55rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(115, 71, 245, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
}
.linh-vuc-page .lvFieldCard__title,
.homeService .lvFieldCard__title,
.aboutField--wow .lvFieldCard__title {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: clamp(1.35rem, 2.2vw, 1.55rem);
  line-height: 1.25;
  margin: 0 0 0.75rem;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55), 0 1px 3px rgba(0, 0, 0, 0.8);
}
.linh-vuc-page .lvFieldCard__sum,
.homeService .lvFieldCard__sum,
.aboutField--wow .lvFieldCard__sum {
  font-size: 1.02rem;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.94);
  margin-bottom: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.65), 0 1px 2px rgba(0, 0, 0, 0.9);
}
.linh-vuc-page .lvFieldCard__more,
.homeService .lvFieldCard__more,
.aboutField--wow .lvFieldCard__more {
  margin-top: auto;
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 0.95rem;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.6rem 1.15rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(8px);
  text-shadow: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.linh-vuc-page .lvFieldCard__more::after,
.homeService .lvFieldCard__more::after,
.aboutField--wow .lvFieldCard__more::after {
  content: "→";
  transition: transform 0.2s ease;
}
.linh-vuc-page .lvFieldCard__link:hover .lvFieldCard__more,
.homeService .lvFieldCard__link:hover .lvFieldCard__more,
.aboutField--wow .lvFieldCard__link:hover .lvFieldCard__more {
  background: var(--color-grad-2);
  border-color: transparent;
}
.linh-vuc-page .lvFieldCard--split,
.homeService .lvFieldCard--split,
.aboutField--wow .lvFieldCard--split {
  min-height: 400px;
}
.linh-vuc-page .lvFieldCard--split .lvFieldCard__shell,
.homeService .lvFieldCard--split .lvFieldCard__shell,
.aboutField--wow .lvFieldCard--split .lvFieldCard__shell {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: inherit;
  position: relative;
  border: 1px solid rgba(173, 138, 254, 0.28);
  border-radius: 24px;
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.linh-vuc-page .lvFieldCard--split .lvFieldCard__shell:hover,
.homeService .lvFieldCard--split .lvFieldCard__shell:hover,
.aboutField--wow .lvFieldCard--split .lvFieldCard__shell:hover {
  transform: translateY(-6px);
  border-color: rgba(173, 138, 254, 0.55);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.48);
}
.linh-vuc-page .lvFieldCard--split .lvFieldCard__shell:hover .lvFieldCard__media,
.homeService .lvFieldCard--split .lvFieldCard__shell:hover .lvFieldCard__media,
.aboutField--wow .lvFieldCard--split .lvFieldCard__shell:hover .lvFieldCard__media {
  transform: scale(1.06);
}
.linh-vuc-page .lvFieldCard--split .lvFieldCard__shell:hover .lvFieldCard__more::after,
.homeService .lvFieldCard--split .lvFieldCard__shell:hover .lvFieldCard__more::after,
.aboutField--wow .lvFieldCard--split .lvFieldCard__shell:hover .lvFieldCard__more::after {
  transform: translateX(5px);
}
.linh-vuc-page .lvFieldCard--split .lvFieldCard__media,
.homeService .lvFieldCard--split .lvFieldCard__media,
.aboutField--wow .lvFieldCard--split .lvFieldCard__media {
  transition: transform 0.7s ease;
}
.linh-vuc-page .lvFieldCard--split .lvFieldCard__body,
.homeService .lvFieldCard--split .lvFieldCard__body,
.aboutField--wow .lvFieldCard--split .lvFieldCard__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.linh-vuc-page .lvFieldCard--split .lvFieldCard__title,
.homeService .lvFieldCard--split .lvFieldCard__title,
.aboutField--wow .lvFieldCard--split .lvFieldCard__title {
  margin: 0 0 0.75rem;
}
.linh-vuc-page .lvFieldCard--split .lvFieldCard__title a,
.homeService .lvFieldCard--split .lvFieldCard__title a,
.aboutField--wow .lvFieldCard--split .lvFieldCard__title a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}
.linh-vuc-page .lvFieldCard--split .lvFieldCard__title a:hover,
.homeService .lvFieldCard--split .lvFieldCard__title a:hover,
.aboutField--wow .lvFieldCard--split .lvFieldCard__title a:hover {
  color: #e4befa;
}
.linh-vuc-page .lvFieldCard--split .lvFieldCard__more,
.homeService .lvFieldCard--split .lvFieldCard__more,
.aboutField--wow .lvFieldCard--split .lvFieldCard__more {
  margin-top: auto;
  text-decoration: none;
}
.linh-vuc-page .lvFieldCard--split .lvFieldCard__more::after,
.homeService .lvFieldCard--split .lvFieldCard__more::after,
.aboutField--wow .lvFieldCard--split .lvFieldCard__more::after {
  content: "→";
  transition: transform 0.2s ease;
}
.linh-vuc-page .lvFieldCard--split .lvFieldCard__actions,
.homeService .lvFieldCard--split .lvFieldCard__actions,
.aboutField--wow .lvFieldCard--split .lvFieldCard__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.85rem;
  width: 100%;
}
.linh-vuc-page .lvFieldCard--split .lvFieldCard__pill,
.homeService .lvFieldCard--split .lvFieldCard__pill,
.aboutField--wow .lvFieldCard--split .lvFieldCard__pill {
  display: inline-flex;
  align-items: center;
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.48rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  color: #fff;
  text-decoration: none;
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}
.linh-vuc-page .lvFieldCard--split .lvFieldCard__pill:hover,
.homeService .lvFieldCard--split .lvFieldCard__pill:hover,
.aboutField--wow .lvFieldCard--split .lvFieldCard__pill:hover {
  background: var(--color-grad-2);
  border-color: transparent;
  transform: translateY(-1px);
}
.linh-vuc-page .lvFieldCard--split .lvFieldCard__pill--soft,
.homeService .lvFieldCard--split .lvFieldCard__pill--soft,
.aboutField--wow .lvFieldCard--split .lvFieldCard__pill--soft {
  border-color: rgba(173, 138, 254, 0.45);
  background: rgba(115, 71, 245, 0.22);
}
.linh-vuc-page .lvFieldCard[hidden],
.homeService .lvFieldCard[hidden],
.aboutField--wow .lvFieldCard[hidden] {
  display: none !important;
}

.linh-vuc-page .lv-page-tours {
  padding: 3.5rem 0 4rem;
  background: #0c1130;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.linh-vuc-page .lv-page-tours__scroll {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem;
  align-items: start;
}
.linh-vuc-page .lv-page-tours__scroll .item_proj-card {
  margin: 0;
  height: auto;
}
@media (min-width: 992px) {
  .linh-vuc-page .lv-page-tours__scroll .item_proj-card--featured {
    grid-column: span 2;
  }
}
.linh-vuc-page .lv-page-tours__foot {
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .linh-vuc-page .lv-page-tours__scroll {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .linh-vuc-page .lv-page-tours__scroll .item_proj-card--featured {
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .linh-vuc-page {
    overflow-x: clip;
  }
  .linh-vuc-page .container_frame {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .linh-vuc-page .breadcrumbs {
    padding-bottom: 0.75rem;
    font-size: 0.8rem;
  }
  .linh-vuc-page .bannerProj.lv-page-hero {
    min-height: auto;
    height: auto;
  }
  .linh-vuc-page .bannerProj.lv-page-hero::after {
    background: linear-gradient(180deg, rgba(7, 10, 41, 0.88) 0%, rgba(7, 10, 41, 0.82) 45%, rgba(7, 10, 41, 0.95) 100%);
  }
  .linh-vuc-page .bannerProj.lv-page-hero img,
  .linh-vuc-page .bannerProj.lv-page-hero .lv-page-hero__fallback {
    min-height: 100%;
    height: 100%;
  }
  .linh-vuc-page .lv-page-hero__video,
  .linh-vuc-page .lv-page-hero__pano,
  .linh-vuc-page .lv-page-hero__fallback {
    min-height: 100%;
  }
  .linh-vuc-page .lv-page-hero__overlay {
    position: relative;
    align-items: flex-start;
    padding: calc(var(--vr360-header-h, 70px) + 0.75rem) 0 2rem;
  }
  .linh-vuc-page .lv-page-hero__title {
    max-width: none;
    font-size: clamp(1.5rem, 6vw, 1.85rem);
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
  }
  .linh-vuc-page .lv-page-hero__lead {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  }
  .linh-vuc-page .lv-page-hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
  }
  .linh-vuc-page .lv-page-hero__actions .btn_white {
    width: 100%;
  }
  .linh-vuc-page .lv-page-hero__link {
    text-align: center;
  }
  .linh-vuc-page .lv-page-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
  }
  .linh-vuc-page .lv-page-hero__stat {
    min-width: 0;
    padding: 0.65rem 0.45rem;
    text-align: center;
  }
  .linh-vuc-page .lv-page-hero__stat strong {
    font-size: 1.05rem;
  }
  .linh-vuc-page .lv-page-hero__stat span {
    font-size: 0.68rem;
    line-height: 1.25;
  }
}
@media (max-width: 767px) and (max-width: 400px) {
  .linh-vuc-page .lv-page-hero__stats {
    grid-template-columns: 1fr;
  }
  .linh-vuc-page .lv-page-hero__stat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    text-align: left;
    padding: 0.65rem 0.85rem;
  }
}
@media (max-width: 767px) {
  .linh-vuc-page .lvFieldGrid {
    grid-template-columns: 1fr;
  }
  .linh-vuc-page .lvFieldCard {
    grid-column: auto;
    min-height: 340px;
  }
  .linh-vuc-page .lvFieldCard__body {
    padding: 1.85rem 1.75rem;
  }
  .linh-vuc-page .lvFieldCard__title {
    font-size: 1.35rem;
  }
  .linh-vuc-page .lvFieldCard__sum {
    font-size: 0.98rem;
    -webkit-line-clamp: 3;
  }
  .linh-vuc-page .lvFieldCard--featured {
    grid-column: auto;
    min-height: 380px;
  }
  .linh-vuc-page .lv-page-tours__scroll {
    grid-template-columns: 1fr;
  }
  .linh-vuc-page .lv-page-tours__scroll .item_proj-card--featured {
    grid-column: auto;
  }
}

.tin-tuc-page {
  color: #fff;
}
.tin-tuc-page.main {
  margin-top: 0;
}
.tin-tuc-page .breadcrumbs {
  padding: 0 0 0.85rem;
}
.tin-tuc-page .breadcrumbs .breadcrumb-list {
  max-width: none;
  padding-left: 0;
  margin-left: 0;
  color: rgba(255, 255, 255, 0.55);
}
.tin-tuc-page .breadcrumbs .breadcrumb-list a {
  color: rgba(255, 255, 255, 0.75);
}
.tin-tuc-page .breadcrumbs .breadcrumb-list .breadcrumb-item.active {
  color: #fff;
}
.tin-tuc-page .breadcrumbs .breadcrumb-list .breadcrumb-item::after {
  margin-left: 0.35rem;
  margin-right: 0.35rem;
}
.tin-tuc-page .tt-page-hero {
  position: relative;
  overflow: hidden;
  background: #070a29;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.tin-tuc-page .tt-page-hero__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 80% 60% at 15% 20%, rgba(115, 71, 245, 0.22) 0%, transparent 55%), radial-gradient(ellipse 60% 50% at 85% 30%, rgba(251, 205, 255, 0.08) 0%, transparent 50%), linear-gradient(180deg, #0c1138 0%, #070a29 100%);
}
.tin-tuc-page .tt-page-hero__inner {
  position: relative;
  z-index: 1;
  padding-top: 6.25rem;
  padding-bottom: 1.75rem;
}
.tin-tuc-page .tt-page-hero__eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.65rem;
  padding: 5px 12px;
  border: 1px solid rgba(173, 138, 254, 0.45);
  border-radius: 30px;
}
.tin-tuc-page .tt-page-hero__title {
  font-family: var(--font-title);
  font-size: clamp(1.85rem, 3.5vw, 2.65rem);
  font-weight: 700;
  line-height: 1.12;
  margin-bottom: 0.65rem;
  max-width: 16ch;
  background: var(--color-grad-2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tin-tuc-page .tt-page-hero__lead {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.6;
  max-width: 40rem;
  margin-bottom: 1.15rem;
}
.tin-tuc-page .tt-page-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}
.tin-tuc-page .tt-page-hero__stat {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  padding: 0.65rem 1rem;
  min-width: 6.5rem;
}
.tin-tuc-page .tt-page-hero__stat strong {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.tin-tuc-page .tt-page-hero__stat span {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.72);
}
.tin-tuc-page .tt-page-filter-wrap {
  position: sticky;
  top: var(--vr360-header-h, 72px);
  z-index: 90;
  background: rgba(7, 10, 41, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.75rem 0;
}
.tin-tuc-page .tt-page-hero__filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.tin-tuc-page .tt-page-hero__chip {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(128, 88, 254, 0.5);
  background: rgba(37, 43, 81, 0.55);
  color: #e8e2ff;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1;
  transition: all 0.2s ease;
}
.tin-tuc-page .tt-page-hero__chip:hover, .tin-tuc-page .tt-page-hero__chip.is-active {
  border-color: transparent;
  background: var(--color-grad-2);
  color: #fff;
}
.tin-tuc-page .tt-page-body {
  padding: 2rem 0 3.5rem;
  background: #070a29;
}
.tin-tuc-page .tt-page-row {
  align-items: flex-start;
}
.tin-tuc-page .tt-page-main {
  min-width: 0;
}
.tin-tuc-page .tt-page-empty {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.05rem;
  padding: 2rem 0;
}
.tin-tuc-page .tt-page-pagination {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  align-items: center;
}
.tin-tuc-page .tt-page-pagination a, .tin-tuc-page .tt-page-pagination span {
  min-width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  border: 1px solid #8058FE;
  background: rgba(37, 43, 81, 0.6);
  color: #FBCDFF;
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.75rem;
  transition: all 0.35s ease;
}
.tin-tuc-page .tt-page-pagination a:hover {
  background: var(--color-grad-2);
  border-color: transparent;
  color: #fff;
}
.tin-tuc-page .tt-page-pagination .current {
  background: var(--color-grad-2);
  border-color: transparent;
  color: #fff;
}
.tin-tuc-page .tt-page-pagination .dots {
  border-color: rgba(128, 88, 254, 0.5);
  background: transparent;
  color: #ACACAC;
}
.tin-tuc-page .tt-page-sidebar {
  position: sticky;
  top: 132px;
  padding: 1.25rem 1.15rem 1.5rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.tin-tuc-page .tt-page-sidebar .segTitle {
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 0.85rem;
  font-size: 1.25rem;
  font-weight: 600;
}
.tin-tuc-page .tt-page-sidebar .item_news {
  margin-bottom: 1rem;
}
.tin-tuc-page .tt-page-sidebar .item_news:last-child {
  margin-bottom: 0;
}
.tin-tuc-page .tt-page-sidebar .item_news .future_post {
  gap: 0.85rem;
}
.tin-tuc-page .tt-page-sidebar .item_news .future_post .thumbnail_post {
  display: block;
  flex: 0 0 4.5rem;
}
.tin-tuc-page .tt-page-sidebar .item_news .future_post .thumbnail_post img {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 12px;
  object-fit: cover;
}
.tin-tuc-page .tt-page-sidebar .item_news .future_post .title_news {
  font-size: 0.95rem;
  font-weight: 600;
  font-family: var(--font-title);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #fff;
  line-height: 1.35;
  margin-bottom: 0.35rem;
  transition: color 0.25s ease;
}
.tin-tuc-page .tt-page-sidebar .item_news .future_post .title_news:hover {
  color: var(--color-purple);
}
.tin-tuc-page .tt-page-sidebar .item_news .future_post .date_post {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.tin-tuc-page .tt-page-sidebar .item_news .future_post .date_post svg {
  width: 0.85rem;
  flex: 0 0 auto;
}
.tin-tuc-page .tt-page-sidebar .btn_more {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  width: 100%;
  justify-content: center;
}
.tin-tuc-page .tt-page-sidebar .share {
  gap: 0.75rem;
  font-weight: 600;
  font-size: 0.9rem;
  margin-top: 0.5rem;
}
.tin-tuc-page .tt-page-sidebar .share_content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.tin-tuc-page .tt-page-sidebar .share_content .share_item {
  transition: transform 0.25s ease;
}
.tin-tuc-page .tt-page-sidebar .share_content .share_item svg {
  width: 1rem;
}
.tin-tuc-page .tt-page-sidebar .share_content .share_item:hover {
  transform: scale(1.15);
}
.tin-tuc-page .tt-news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}
.tin-tuc-page .ttNewsCard--featured {
  margin-bottom: 1.5rem;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tin-tuc-page .ttNewsCard--featured .ttNewsCard__link {
  display: block;
  position: relative;
  min-height: clamp(260px, 32vw, 380px);
  color: #fff;
}
.tin-tuc-page .ttNewsCard--featured .ttNewsCard__link:hover .ttNewsCard__img {
  transform: scale(1.04);
}
.tin-tuc-page .ttNewsCard--featured .ttNewsCard__link:hover .ttNewsCard__cta {
  color: #fbcdff;
}
.tin-tuc-page .ttNewsCard--featured .ttNewsCard__media {
  position: absolute;
  inset: 0;
}
.tin-tuc-page .ttNewsCard--featured .ttNewsCard__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.tin-tuc-page .ttNewsCard--featured .ttNewsCard__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 10, 41, 0.05) 0%, rgba(7, 10, 41, 0.55) 45%, rgba(7, 10, 41, 0.95) 100%);
  display: flex;
  align-items: flex-end;
}
.tin-tuc-page .ttNewsCard--featured .ttNewsCard__body {
  padding: 1.75rem 1.85rem 2rem;
  width: 100%;
}
.tin-tuc-page .ttNewsCard--featured .ttNewsCard__title {
  font-family: var(--font-title);
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.75rem;
}
.tin-tuc-page .ttNewsCard--featured .ttNewsCard__excerpt {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tin-tuc-page .ttNewsCard--featured .ttNewsCard__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.72);
}
.tin-tuc-page .ttNewsCard--featured .ttNewsCard__cta {
  font-weight: 600;
  font-family: var(--font-title);
  transition: color 0.2s ease;
}
.tin-tuc-page .ttNewsCard--grid {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.tin-tuc-page .ttNewsCard--grid:hover {
  border-color: rgba(173, 138, 254, 0.45);
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}
.tin-tuc-page .ttNewsCard--grid:hover .ttNewsCard__img {
  transform: scale(1.05);
}
.tin-tuc-page .ttNewsCard--grid:hover .ttNewsCard__title a {
  color: #d4b8ff;
}
.tin-tuc-page .ttNewsCard--grid .ttNewsCard__thumb {
  display: block;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: rgba(255, 255, 255, 0.06);
}
.tin-tuc-page .ttNewsCard--grid .ttNewsCard__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.tin-tuc-page .ttNewsCard--grid .ttNewsCard__img--placeholder {
  display: block;
  min-height: 100%;
  background: linear-gradient(135deg, #1a1f4a, #2a1f5c);
}
.tin-tuc-page .ttNewsCard--grid .ttNewsCard__content {
  padding: 1.1rem 1.15rem 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.tin-tuc-page .ttNewsCard--grid .ttNewsCard__title {
  font-family: var(--font-title);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.35;
  margin: 0.35rem 0 0.5rem;
}
.tin-tuc-page .ttNewsCard--grid .ttNewsCard__title a {
  color: #fff;
  transition: color 0.2s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tin-tuc-page .ttNewsCard--grid .ttNewsCard__excerpt {
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.68);
  margin: 0.35rem 0 0;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.75em;
}
.tin-tuc-page .ttNewsCard--grid .ttNewsCard__meta {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.65rem;
  padding-top: 0.65rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.tin-tuc-page .tt-page-cta.serviceAbout .service_content {
  width: min(100%, 36rem);
}
.tin-tuc-page .ttNewsCard__cat {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #f3eeff;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(115, 71, 245, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.18);
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .tin-tuc-page .tt-page-sidebar {
    position: static;
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .tin-tuc-page .container_frame {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .tin-tuc-page .tt-page-hero__inner {
    padding-top: 5rem;
    padding-bottom: 1.25rem;
  }
  .tin-tuc-page .tt-page-hero__title {
    max-width: none;
    font-size: 1.65rem;
  }
  .tin-tuc-page .tt-page-hero__lead {
    font-size: 0.95rem;
    padding-right: 0.25rem;
  }
  .tin-tuc-page .tt-page-row {
    margin-left: 0;
    margin-right: 0;
  }
  .tin-tuc-page .tt-page-row > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .tin-tuc-page .tt-page-hero__filter {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin: 0;
    padding: 0 0 2px;
    mask-image: linear-gradient(90deg, #000 88%, transparent);
    -webkit-mask-image: linear-gradient(90deg, #000 88%, transparent);
  }
  .tin-tuc-page .tt-page-hero__filter::-webkit-scrollbar {
    display: none;
  }
  .tin-tuc-page .tt-page-hero__chip {
    flex: 0 0 auto;
  }
  .tin-tuc-page .tt-news-grid {
    grid-template-columns: 1fr;
  }
  .tin-tuc-page .ttNewsCard--featured .ttNewsCard__link {
    min-height: 260px;
  }
  .tin-tuc-page .ttNewsCard--featured .ttNewsCard__body {
    padding: 1.25rem 1.2rem 1.4rem;
  }
  .tin-tuc-page .ttNewsCard--grid .ttNewsCard__content {
    padding: 1.1rem 1.2rem 1.25rem;
  }
  .tin-tuc-page .tt-page-sidebar {
    padding: 1.15rem 1.2rem 1.35rem;
  }
  .tin-tuc-page .tt-page-pagination {
    justify-content: center;
  }
  .tin-tuc-page .tt-page-pagination a, .tin-tuc-page .tt-page-pagination span {
    min-width: 2.25rem;
    height: 2.25rem;
    font-size: 0.88rem;
  }
}

.blog-post-page {
  color: #fff;
}
.blog-post-page.main {
  margin-top: 0;
}
.blog-post-page .breadcrumbs {
  padding: 0;
  margin: 0 0 0.75rem;
}
.blog-post-page .breadcrumbs .breadcrumb-list {
  max-width: none;
  padding-left: 0;
  color: rgba(255, 255, 255, 0.65);
}
.blog-post-page .breadcrumbs .breadcrumb-list a {
  color: rgba(255, 255, 255, 0.85);
}
.blog-post-page .breadcrumbs .breadcrumb-list .breadcrumb-item.active {
  color: #fff;
}
.blog-post-page .breadcrumbs .breadcrumb-list .breadcrumb-item::after {
  color: rgba(255, 255, 255, 0.4);
}

.blog-post-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  z-index: 10001;
  background: var(--color-grad-2);
  box-shadow: 0 0 12px rgba(115, 71, 245, 0.65);
  pointer-events: none;
}

.blog-post-hero {
  position: relative;
  overflow: hidden;
  min-height: min(52vh, 480px);
}
.blog-post-hero--no-img {
  min-height: auto;
  background: linear-gradient(135deg, #0d1038 0%, #1a1248 55%, #070A29 100%);
}
.blog-post-hero--no-img .blog-post-hero__overlay {
  position: relative;
  background: none;
}
.blog-post-hero__img {
  width: 100%;
  height: min(52vh, 480px);
  object-fit: cover;
  display: block;
}
.blog-post-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 10, 41, 0.55) 0%, rgba(7, 10, 41, 0.82) 55%, #070A29 100%);
  pointer-events: none;
  z-index: 1;
}
.blog-post-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  padding-bottom: 2.5rem;
}
.blog-post-hero__frame {
  width: 100%;
  max-width: 52rem;
  margin: 0 auto;
  padding: calc(var(--vr360-header-h, 72px) + 0.5rem) clamp(1.25rem, 4vw, 2rem) 0;
}
.blog-post-hero__cat {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #fff;
  background: rgba(115, 71, 245, 0.35);
  border: 1px solid rgba(173, 138, 254, 0.45);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  margin-bottom: 0.75rem;
  text-decoration: none;
}
.blog-post-hero__cat:hover {
  background: var(--color-grad-2);
  color: #fff;
}
.blog-post-hero__title {
  font-family: var(--font-title);
  font-size: clamp(1.65rem, 4.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 0.65rem;
  max-width: none;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
}
.blog-post-hero__dek {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.6;
  max-width: 42rem;
  margin: 0 0 0.85rem;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.blog-post-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
}
.blog-post-hero__meta time {
  color: rgba(255, 255, 255, 0.9);
}
.blog-post-hero__meta-dot {
  opacity: 0.5;
}

.blog-post-body {
  position: relative;
  padding: 2.5rem 0 3.5rem;
}
.blog-post-body__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.22;
  pointer-events: none;
}

.blog-post-layout {
  max-width: 46rem;
  margin: 0 auto;
}

.blog-post-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem 1.25rem;
  align-items: start;
  margin-bottom: 1.25rem;
}
.blog-post-toolbar__side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.65rem;
  min-width: 10rem;
}
.blog-post-toolbar__side .share {
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
  padding: 0;
  border: 0;
  background: none;
  margin: 0;
}
.blog-post-toolbar__side .share_content {
  gap: 0.65rem;
}

.blog-post-article {
  margin-bottom: 1.5rem;
}

.blog-post-content {
  background: rgba(7, 10, 41, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: clamp(1.25rem, 3vw, 2rem);
  backdrop-filter: blur(8px);
  font-size: 1.02rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.92);
  text-align: left;
}
.blog-post-content h2, .blog-post-content h3, .blog-post-content h4 {
  font-family: var(--font-title);
  color: #fff;
  line-height: 1.3;
  margin: 2rem 0 0.85rem;
  scroll-margin-top: calc(var(--vr360-header-h, 72px) + 1rem);
}
.blog-post-content h2:first-child, .blog-post-content h3:first-child, .blog-post-content h4:first-child {
  margin-top: 0;
}
.blog-post-content h2 {
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  padding-bottom: 0.45rem;
  border-bottom: 1px solid rgba(173, 138, 254, 0.35);
}
.blog-post-content h3 {
  font-size: 1.15rem;
}
.blog-post-content p {
  margin-bottom: 1rem;
}
.blog-post-content a {
  color: #d4c4ff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.blog-post-content a:hover {
  color: #fff;
}
.blog-post-content ul, .blog-post-content ol {
  margin: 0 0 1rem;
  padding-left: 1.35rem;
}
.blog-post-content ul li, .blog-post-content ol li {
  margin-bottom: 0.45rem;
}
.blog-post-content blockquote {
  margin: 1.25rem 0;
  padding: 1rem 1.15rem;
  border-left: 3px solid #7347F5;
  background: rgba(115, 71, 245, 0.12);
  border-radius: 0 12px 12px 0;
  color: rgba(255, 255, 255, 0.88);
}
.blog-post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  margin: 1rem 0;
}
.blog-post-content table {
  width: 100%;
  margin: 1rem 0;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
}
.blog-post-content table th, .blog-post-content table td {
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0.55rem 0.75rem;
  font-size: 0.92rem;
}
.blog-post-content table th {
  background: rgba(115, 71, 245, 0.2);
}

.blog-post-inline-cta {
  margin-top: 1.75rem;
  padding: 1.25rem 1.35rem;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(115, 71, 245, 0.22) 0%, rgba(7, 10, 41, 0.85) 100%);
  border: 1px solid rgba(173, 138, 254, 0.35);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.blog-post-inline-cta__copy {
  flex: 1 1 16rem;
}
.blog-post-inline-cta__copy strong {
  display: block;
  font-family: var(--font-title);
  font-size: 1.1rem;
  margin-bottom: 0.35rem;
}
.blog-post-inline-cta__copy p {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.55;
}
.blog-post-inline-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}
.blog-post-inline-cta__ghost {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.blog-post-inline-cta__ghost:hover {
  color: #FBCDFF;
}

.blog-post-tags {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
}
.blog-post-tags__label {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.blog-post-tags__chip {
  font-size: 0.82rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}
.blog-post-tags__chip:hover {
  background: var(--color-grad-2);
  border-color: transparent;
  color: #fff;
}

.blog-post-aside__cta {
  padding: 1.1rem 1.15rem;
  border-radius: 16px;
  background: rgba(115, 71, 245, 0.15);
  border: 1px solid rgba(173, 138, 254, 0.35);
  margin-bottom: 0.5rem;
}
.blog-post-aside__cta--foot {
  margin-top: 0.25rem;
}
.blog-post-aside__cta-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 0.35rem;
}
.blog-post-aside__cta-text {
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 0.85rem;
}
.blog-post-aside__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  align-items: center;
}
.blog-post-aside__cta-btn {
  margin: 0;
}
.blog-post-aside__cta-link {
  font-size: 0.88rem;
  font-weight: 600;
  color: #FBCDFF;
  text-decoration: none;
}
.blog-post-aside__cta-link:hover {
  color: #fff;
  text-decoration: underline;
}

.blog-post-toc {
  padding: 0.85rem 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-width: 0;
}
.blog-post-toc[hidden] {
  display: none;
}
.blog-post-toc__title {
  font-family: var(--font-title);
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 0.65rem;
  color: #fff;
}
.blog-post-toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 11rem;
  overflow-y: auto;
  scrollbar-width: thin;
}
.blog-post-toc__item {
  margin: 0;
}
.blog-post-toc__item--h3 {
  padding-left: 0.85rem;
}
.blog-post-toc__item a {
  display: block;
  padding: 0.35rem 0;
  font-size: 0.86rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  border-left: 2px solid transparent;
  padding-left: 0.5rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.blog-post-toc__item a.is-active, .blog-post-toc__item a:hover {
  color: #fff;
  border-left-color: #7347F5;
}

.blog-post-copy-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: auto;
  white-space: nowrap;
  padding: 0.65rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.blog-post-copy-link:hover {
  background: rgba(255, 255, 255, 0.1);
}
.blog-post-copy-link.is-copied {
  border-color: rgba(115, 71, 245, 0.5);
  background: rgba(115, 71, 245, 0.2);
  color: #fff;
}

.blog-post-related {
  padding: 0 0 3.5rem;
}
.blog-post-related__head {
  margin-bottom: 1.5rem;
}
.blog-post-related__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 0.35rem;
}
.blog-post-related__title {
  font-family: var(--font-title);
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 700;
  margin: 0;
  color: #fff;
}
.blog-post-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: stretch;
}
.blog-post-related__grid .ttNewsCard--grid {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.blog-post-related__grid .ttNewsCard--grid:hover {
  border-color: rgba(173, 138, 254, 0.45);
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}
.blog-post-related__grid .ttNewsCard--grid:hover .ttNewsCard__img {
  transform: scale(1.05);
}
.blog-post-related__grid .ttNewsCard--grid:hover .ttNewsCard__title a {
  color: #d4b8ff;
}
.blog-post-related__grid .ttNewsCard--grid .ttNewsCard__thumb {
  display: block;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: rgba(255, 255, 255, 0.06);
  flex-shrink: 0;
}
.blog-post-related__grid .ttNewsCard--grid .ttNewsCard__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.blog-post-related__grid .ttNewsCard--grid .ttNewsCard__img--placeholder {
  display: block;
  min-height: 100%;
  background: linear-gradient(135deg, #1a1f4a, #2a1f5c);
}
.blog-post-related__grid .ttNewsCard--grid .ttNewsCard__content {
  padding: 1rem 1.1rem 1.15rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.blog-post-related__grid .ttNewsCard--grid .ttNewsCard__cat {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #f3eeff;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(115, 71, 245, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.18);
  margin-bottom: 0.5rem;
}
.blog-post-related__grid .ttNewsCard--grid .ttNewsCard__title {
  font-family: var(--font-title);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 0.5rem;
  min-height: 4.05em;
}
.blog-post-related__grid .ttNewsCard--grid .ttNewsCard__title a {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
}
.blog-post-related__grid .ttNewsCard--grid .ttNewsCard__title a:visited {
  color: #fff;
}
.blog-post-related__grid .ttNewsCard--grid .ttNewsCard__title a:hover {
  color: #d4b8ff;
}
.blog-post-related__grid .ttNewsCard--grid .ttNewsCard__excerpt {
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.68);
  margin: 0 0 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.75em;
  flex: 1;
}
.blog-post-related__grid .ttNewsCard--grid .ttNewsCard__meta {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: auto;
  padding-top: 0.65rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 991px) {
  .blog-post-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .blog-post-related__grid {
    grid-template-columns: 1fr;
  }
}
.blog-post-related__more {
  text-align: center;
  margin: 2rem 0 0;
}
.blog-post-related__more a {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
  text-decoration: none;
}
.blog-post-related__more a:hover {
  color: #d4c4ff;
}

@media (max-width: 767px) {
  .blog-post-page {
    overflow-x: clip;
  }
  .blog-post-page .container_frame {
    padding-left: 0.65rem;
    padding-right: 0.65rem;
  }
  .blog-post-hero {
    min-height: auto;
  }
  .blog-post-hero__img {
    height: 32vh;
    min-height: 200px;
  }
  .blog-post-hero::after {
    height: 32vh;
    min-height: 200px;
    bottom: auto;
    background: linear-gradient(180deg, rgba(7, 10, 41, 0.35) 0%, rgba(7, 10, 41, 0.75) 100%);
  }
  .blog-post-hero__overlay {
    position: relative;
    align-items: flex-start;
    padding-bottom: 1.75rem;
    background: #070A29;
  }
  .blog-post-hero__frame {
    padding-top: 1rem;
    padding-left: 0.65rem;
    padding-right: 0.65rem;
  }
  .blog-post-hero__title {
    max-width: none;
  }
  .blog-post-hero__dek {
    font-size: 0.95rem;
  }
  .blog-post-layout {
    max-width: none;
  }
  .blog-post-content {
    padding: 1rem 0.7rem;
    border-radius: 14px;
  }
  .blog-post-toc,
  .blog-post-inline-cta,
  .blog-post-aside__cta {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .blog-post-toolbar {
    grid-template-columns: 1fr;
  }
  .blog-post-toolbar__side {
    align-items: stretch;
    min-width: 0;
  }
  .blog-post-toolbar__side .share {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .blog-post-copy-link {
    width: 100%;
  }
  .blog-post-toc__list {
    max-height: 9rem;
  }
  .blog-post-aside__cta-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .blog-post-aside__cta-actions .btn_white {
    width: 100%;
    text-align: center;
  }
  .blog-post-related__grid {
    gap: 1rem;
  }
  .blog-post-related__grid .ttNewsCard--grid .ttNewsCard__content {
    padding: 0.9rem 0.75rem 1rem;
  }
  .blog-post-inline-cta {
    flex-direction: column;
    align-items: stretch;
  }
  .blog-post-inline-cta__actions {
    flex-direction: column;
  }
  .blog-post-inline-cta__actions .btn_primary {
    width: 100%;
  }
}
.contact-page {
  color: #fff;
}
.contact-page.main {
  margin-top: 0;
}
.contact-page .breadcrumbs {
  padding: 0;
  margin: 0 0 0.75rem;
}
.contact-page .breadcrumbs .breadcrumb-list {
  max-width: none;
  padding-left: 0;
  color: rgba(255, 255, 255, 0.65);
}
.contact-page .breadcrumbs .breadcrumb-list a {
  color: rgba(255, 255, 255, 0.85);
}
.contact-page .breadcrumbs .breadcrumb-list .breadcrumb-item.active {
  color: #fff;
}
.contact-page .breadcrumbs .breadcrumb-list .breadcrumb-item::after {
  color: rgba(255, 255, 255, 0.4);
}

.contact-hero {
  position: relative;
  overflow: hidden;
  min-height: min(62vh, 620px);
  background: linear-gradient(135deg, #0a0d2e 0%, #151038 45%, #070A29 100%);
}
.contact-hero__video, .contact-hero__pano, .contact-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: 0;
}
.contact-hero__video {
  z-index: 0;
}
.contact-hero__pano {
  background-size: cover;
  background-position: center;
  animation: duAnPanoPan 28s ease-in-out infinite alternate;
}
.contact-hero__img {
  display: block;
  min-height: min(62vh, 620px);
}
.contact-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 10, 41, 0.35) 0%, rgba(7, 10, 41, 0.72) 55%, #070A29 100%);
  pointer-events: none;
  z-index: 1;
}
.contact-hero__mesh {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(ellipse 80% 60% at 20% 0%, rgba(115, 71, 245, 0.28) 0%, transparent 55%), radial-gradient(ellipse 60% 50% at 90% 20%, rgba(251, 205, 255, 0.12) 0%, transparent 50%);
  pointer-events: none;
}
.contact-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  padding-bottom: 2.75rem;
  pointer-events: none;
}
.contact-hero__overlay .container_frame {
  pointer-events: auto;
}
.contact-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 52rem;
  padding-top: calc(var(--vr360-header-h, 72px) + 0.5rem);
}
.contact-hero__eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.75rem;
  padding: 6px 14px;
  border: 1px solid rgba(173, 138, 254, 0.45);
  border-radius: 30px;
}
.contact-hero__title {
  font-family: var(--font-title);
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 0.85rem;
  color: #fff;
}
.contact-hero__lead {
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  max-width: 40rem;
  margin: 0 0 1.35rem;
}
.contact-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
  margin-bottom: 0;
}
.contact-hero__cta {
  margin: 0;
}
.contact-hero__link {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  font-family: var(--font-title);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.contact-hero__link:hover {
  color: #FBCDFF;
}

.contact-body {
  position: relative;
  padding: 2.5rem 0 4rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.75rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .contact-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.5rem;
    align-items: stretch;
  }
}
.contact-layout__main {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.contact-layout__aside {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
@media (min-width: 992px) {
  .contact-layout__aside {
    position: sticky;
    top: calc(var(--vr360-header-h, 72px) + 1rem);
    align-self: start;
  }
}

.contact-section-head {
  margin-bottom: 1.5rem;
}
.contact-section-head__title {
  font-family: var(--font-title);
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 700;
  margin: 0 0 0.4rem;
  color: #fff;
}
.contact-section-head__lead {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
  max-width: 36rem;
}

.contact-panel {
  background: rgba(7, 10, 41, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  backdrop-filter: blur(10px);
  height: 100%;
}
.contact-panel__title {
  font-family: var(--font-title);
  font-size: clamp(1.25rem, 2.5vw, 1.55rem);
  font-weight: 700;
  margin: 0 0 0.45rem;
  color: #fff;
}
.contact-panel__lead {
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 1.25rem;
}
.contact-panel--aside {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
  min-height: 0;
}
@media (min-width: 992px) {
  .contact-panel--aside {
    min-height: 100%;
  }
}

.contact-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}
.contact-stats__item {
  text-align: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 0.7rem 0.5rem;
}
.contact-stats__item strong {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.contact-stats__item span {
  font-size: 0.68rem;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.65);
}

.contact-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 0.75rem;
  flex: 1;
}
@media (max-width: 575px) {
  .contact-cards {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
}

.contact-card {
  display: flex;
  min-height: 0;
}
.contact-card__link {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  width: 100%;
  height: 100%;
  min-height: 5.5rem;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.contact-card__link:hover {
  border-color: rgba(173, 138, 254, 0.45);
  background: rgba(115, 71, 245, 0.12);
  transform: translateY(-1px);
}
.contact-card__link:hover .contact-card__value {
  color: #FBCDFF;
}
.contact-card__icon {
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(115, 71, 245, 0.2);
  border: 1px solid rgba(173, 138, 254, 0.3);
}
.contact-card__icon img {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
}
.contact-card--zalo .contact-card__icon {
  background: rgba(0, 104, 255, 0.18);
  border-color: rgba(0, 150, 255, 0.35);
}
.contact-card--phone .contact-card__icon {
  background: rgba(115, 71, 245, 0.22);
}
.contact-card--email .contact-card__icon {
  background: rgba(251, 205, 255, 0.1);
}
.contact-card--featured .contact-card__link {
  padding: 1rem 1.1rem;
  background: rgba(115, 71, 245, 0.1);
  border-color: rgba(173, 138, 254, 0.28);
}
.contact-card--featured .contact-card__value {
  font-size: 1.02rem;
}
.contact-card--company .contact-card__icon, .contact-card--default .contact-card__icon {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}
.contact-card--company:not(.contact-card--wide) .contact-card__link {
  align-items: flex-start;
  min-height: 5.5rem;
}
.contact-card--company:not(.contact-card--wide) .contact-card__value {
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.45;
}
.contact-card--wide {
  grid-column: 1/-1;
}
.contact-card--wide .contact-card__link {
  min-height: auto;
  align-items: flex-start;
}
.contact-card--wide .contact-card__value {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
}
.contact-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}
.contact-card__label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
}
.contact-card__value {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.45;
  color: #fff;
  transition: color 0.2s ease;
}

.contact-trust {
  list-style: none;
  margin: 0 0 2.5rem;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
}
@media (min-width: 768px) {
  .contact-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem 1.5rem;
  }
}
.contact-trust li {
  position: relative;
  padding-left: 1.15rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
}
.contact-trust li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-grad-2);
}

.contact-form-wrap .wpcf7 {
  color: #fff;
}
.contact-form-wrap .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.contact-form-wrap label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0.35rem;
}
.contact-form-wrap input[type=text],
.contact-form-wrap input[type=email],
.contact-form-wrap input[type=tel],
.contact-form-wrap input[type=url],
.contact-form-wrap textarea,
.contact-form-wrap select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  padding: 0.7rem 0.9rem;
  font-size: 0.95rem;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.contact-form-wrap input[type=text]:focus,
.contact-form-wrap input[type=email]:focus,
.contact-form-wrap input[type=tel]:focus,
.contact-form-wrap input[type=url]:focus,
.contact-form-wrap textarea:focus,
.contact-form-wrap select:focus {
  border-color: rgba(115, 71, 245, 0.65);
  background: rgba(115, 71, 245, 0.1);
}
.contact-form-wrap input[type=text]::placeholder,
.contact-form-wrap input[type=email]::placeholder,
.contact-form-wrap input[type=tel]::placeholder,
.contact-form-wrap input[type=url]::placeholder,
.contact-form-wrap textarea::placeholder,
.contact-form-wrap select::placeholder {
  color: rgba(255, 255, 255, 0.38);
}
.contact-form-wrap textarea {
  min-height: 130px;
  resize: vertical;
}
.contact-form-wrap input[type=submit],
.contact-form-wrap .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0.75rem 1.5rem;
  background: var(--color-grad-2);
  color: #fff;
  font-weight: 700;
  font-family: var(--font-title);
  font-size: 0.95rem;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.contact-form-wrap input[type=submit]:hover,
.contact-form-wrap .wpcf7-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(115, 71, 245, 0.4);
}
.contact-form-wrap .wpcf7-spinner {
  margin-left: 0.5rem;
}
.contact-form-wrap .wpcf7-response-output {
  margin: 0.5rem 0 0;
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  font-size: 0.88rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.contact-form-wrap .wpcf7-not-valid-tip {
  font-size: 0.8rem;
  color: #ffb4c4;
  margin-top: 0.25rem;
}

.contact-map {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.contact-map--embedded .contact-map__frame {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.contact-map--embedded .contact-map__frame iframe {
  min-height: 280px;
  flex: 1;
}
.contact-map__head {
  margin-bottom: 0.75rem;
}
.contact-map__title {
  font-family: var(--font-title);
  font-size: clamp(1.25rem, 2.5vw, 1.55rem);
  font-weight: 700;
  margin: 0 0 0.35rem;
  color: #fff;
}
.contact-map__lead {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.7);
}
.contact-map__frame {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(173, 138, 254, 0.35);
  background: rgba(7, 10, 41, 0.5);
}
.contact-map__frame iframe {
  display: block;
  width: 100% !important;
  min-height: 360px;
  border: 0;
}

.contact-quick {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 2rem;
}
.contact-quick__label {
  margin: 0 0 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.5);
}
.contact-quick__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.contact-quick__item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}
.contact-quick__item strong {
  font-family: var(--font-title);
  font-size: 1rem;
  font-weight: 700;
}
.contact-quick__item span {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
}
.contact-quick__item:hover {
  border-color: rgba(173, 138, 254, 0.45);
  background: rgba(115, 71, 245, 0.12);
  transform: translateY(-2px);
}
.contact-quick__item:hover span {
  color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 767px) {
  .contact-page {
    overflow-x: clip;
  }
  .contact-page .container_frame {
    padding-left: 0.65rem;
    padding-right: 0.65rem;
  }
  .contact-hero {
    min-height: min(48vh, 460px);
  }
  .contact-hero__overlay {
    padding-bottom: 2rem;
  }
  .contact-hero__img {
    min-height: min(48vh, 460px);
  }
  .contact-hero__inner {
    padding-top: calc(var(--vr360-header-h, 70px) + 0.35rem);
  }
  .contact-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .contact-hero__actions .btn_white {
    width: 100%;
    text-align: center;
  }
  .contact-hero__link {
    text-align: center;
  }
  .contact-trust {
    grid-template-columns: 1fr;
  }
  .contact-quick__grid {
    grid-template-columns: 1fr;
  }
  .contact-map__frame iframe {
    min-height: 260px;
  }
}
.du-an-tour-modal .fancybox-slide {
  padding: 0;
}

.du-an-tour-modal .fancybox-content {
  width: min(96vw, 1280px) !important;
  height: min(88vh, 900px) !important;
  background: #070A29;
  border-radius: 12px;
  overflow: hidden;
}

.du-an-detail-page {
  position: relative;
}
.du-an-detail-page.main {
  margin-top: 0;
}
.du-an-detail-page .du-an-detail-hero {
  position: relative;
  overflow: hidden;
  min-height: min(68vh, 640px);
}
.du-an-detail-page .du-an-detail-hero__img {
  width: 100%;
  height: min(68vh, 640px);
  object-fit: cover;
  display: block;
}
.du-an-detail-page .du-an-detail-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 10, 41, 0.25) 0%, rgba(7, 10, 41, 0.72) 55%, #070A29 100%);
  pointer-events: none;
}
.du-an-detail-page .du-an-detail-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.du-an-detail-page .du-an-detail-hero__frame {
  position: relative;
  height: 100%;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem clamp(1.25rem, 4vw, 2.5rem) 3rem;
}
.du-an-detail-page .du-an-detail-hero__crumbs {
  padding-top: 5.5rem;
}
.du-an-detail-page .du-an-detail-hero__crumbs .breadcrumbs {
  padding: 0;
  margin: 0;
}
.du-an-detail-page .du-an-detail-hero__crumbs .breadcrumb-list {
  padding-left: 0;
  color: rgba(255, 255, 255, 0.75);
}
.du-an-detail-page .du-an-detail-hero__crumbs .breadcrumb-list .breadcrumb-item::after {
  color: rgba(255, 255, 255, 0.45);
}
.du-an-detail-page .du-an-detail-hero__crumbs .breadcrumb-list .breadcrumb-item.active {
  color: #fff;
}
.du-an-detail-page .du-an-detail-hero__crumbs .breadcrumb-list .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.9);
}
.du-an-detail-page .du-an-detail-hero__content {
  margin-top: auto;
}
.du-an-detail-page .du-an-detail-hero__category {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  margin-bottom: 0.75rem;
  text-decoration: none;
}
.du-an-detail-page .du-an-detail-hero__category:hover {
  background: var(--color-grad-2);
  color: #fff;
}
.du-an-detail-page .du-an-detail-hero__eyebrow {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0.35rem;
}
.du-an-detail-page .du-an-detail-hero__title {
  font-family: var(--font-title);
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 0.75rem;
  max-width: 16ch;
}
.du-an-detail-page .du-an-detail-hero__lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.02rem;
  line-height: 1.6;
  max-width: 40rem;
  margin-bottom: 1.25rem;
}
.du-an-detail-page .du-an-detail-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.du-an-detail-page .du-an-detail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.7rem 1.25rem;
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  font-family: inherit;
  line-height: 1.2;
}
.du-an-detail-page .du-an-detail-btn--primary {
  background: var(--color-grad-2);
  color: #fff;
}
.du-an-detail-page .du-an-detail-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(115, 71, 245, 0.45);
}
.du-an-detail-page .du-an-detail-btn--ghost {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.du-an-detail-page .du-an-detail-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}
.du-an-detail-page .du-an-detail-btn--block {
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.du-an-detail-page .du-an-detail-btn--sm {
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
}
.du-an-detail-page .du-an-detail-body {
  padding: 3.5rem 0 4rem;
  color: #fff;
  overflow: hidden;
}
.du-an-detail-page .du-an-detail-body.aboutDetailproj {
  padding: 3.5rem 0 4rem;
}
.du-an-detail-page .du-an-detail-body.aboutDetailproj .bck_detailproj {
  opacity: 0.28;
}
.du-an-detail-page .du-an-detail-row {
  align-items: flex-start;
}
.du-an-detail-page .du-an-detail-sidebar {
  position: sticky;
  top: 96px;
}
.du-an-detail-page .du-an-detail-gallery {
  margin-bottom: 2.5rem;
}
.du-an-detail-page .du-an-detail-intro {
  margin-bottom: 1rem;
}
.du-an-detail-page .du-an-detail-section__title {
  font-family: var(--font-title);
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 1.25rem;
  color: #fff;
}
.du-an-detail-page .du-an-detail-content {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  font-size: 1rem;
}
.du-an-detail-page .du-an-detail-content p {
  margin-bottom: 1rem;
}
.du-an-detail-page .du-an-detail-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 1.25rem 1.35rem 1.5rem;
  margin-bottom: 1.5rem;
}
.du-an-detail-page .du-an-detail-card__title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 1rem;
  color: #fff;
}
.du-an-detail-page .du-an-detail-card .share {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.du-an-detail-page .du-an-detail-card .share .title_share {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.8rem;
  margin-right: 0.75rem;
}
.du-an-detail-page .du-an-detail-card .share .share_item {
  opacity: 0.9;
}
.du-an-detail-page .du-an-detail-card .share .share_item:hover {
  opacity: 1;
}
.du-an-detail-page .du-an-detail-meta {
  margin: 0 0 1rem;
}
.du-an-detail-page .du-an-detail-meta__row {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 0.5rem 1rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.du-an-detail-page .du-an-detail-meta__row:last-child {
  border-bottom: 0;
}
.du-an-detail-page .du-an-detail-meta__row dt {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}
.du-an-detail-page .du-an-detail-meta__row dd {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 500;
  color: #fff;
}
.du-an-detail-page .du-an-detail-stats.param_proj {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}
.du-an-detail-page .du-an-detail-stats .du-an-detail-section__title {
  grid-column: 1/-1;
  margin-bottom: 0.35rem;
}
.du-an-detail-page .du-an-detail-stats .item_param {
  margin-bottom: 0;
  flex: unset;
  width: auto;
  padding: 0.75rem 0.65rem;
}
.du-an-detail-page .du-an-detail-stats .item_param .text {
  font-size: 0.82rem;
  line-height: 1.35;
}
@media (max-width: 575px) {
  .du-an-detail-page .du-an-detail-stats.param_proj {
    grid-template-columns: 1fr;
  }
}
.du-an-detail-page .du-an-detail-related {
  padding: 2.5rem 0 3.5rem;
  background: linear-gradient(180deg, rgba(7, 10, 41, 0.4) 0%, #070A29 100%);
}
.du-an-detail-page .du-an-detail-related .item_proj-card {
  padding: 0;
  margin: 0;
  height: auto;
  opacity: 1 !important;
  transform: none !important;
}
.du-an-detail-page .du-an-detail-related .item_proj-card__inner {
  display: flex;
  flex-direction: column;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.du-an-detail-page .du-an-detail-related .item_proj-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}
.du-an-detail-page .du-an-detail-related .item_proj-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.du-an-detail-page .du-an-detail-related .item_proj-card__badge {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  z-index: 2;
  font-size: 0.7rem;
  font-weight: 700;
  color: #fff;
  background: var(--color-grad-2);
  border-radius: 999px;
  padding: 0.3rem 0.55rem;
}
.du-an-detail-page .du-an-detail-related .item_proj-card__body {
  padding: 1rem 1.1rem 1.25rem;
}
.du-an-detail-page .du-an-detail-related .item_proj-card__title {
  font-size: 1rem;
  margin: 0 0 0.35rem;
}
.du-an-detail-page .du-an-detail-related .item_proj-card__title a {
  color: #fff;
  text-decoration: none;
}
.du-an-detail-page .du-an-detail-related .item_proj-card__excerpt {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 0.5rem;
}
.du-an-detail-page .du-an-detail-related .item_proj-card__actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.du-an-detail-page .du-an-detail-related .item_proj-card__detail, .du-an-detail-page .du-an-detail-related .item_proj-card__cta {
  font-size: 0.75rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
}
.du-an-detail-page .du-an-detail-related .item_proj-card__detail {
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
.du-an-detail-page .du-an-detail-related .item_proj-card__cta {
  background: var(--color-grad-2);
  color: #fff;
  border: 0;
  cursor: pointer;
}
.du-an-detail-page .du-an-detail-related .du-an-section-head {
  margin-bottom: 1.75rem;
}
.du-an-detail-page .du-an-detail-related .du-an-section-head__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 0.35rem;
}
.du-an-detail-page .du-an-detail-related .du-an-section-head__title {
  font-family: var(--font-title);
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.du-an-detail-page .du-an-detail-related__grid,
.du-an-detail-page .du-an-detail-related .list_proj--grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: start;
}
@media (max-width: 991px) {
  .du-an-detail-page .du-an-detail-related__grid,
  .du-an-detail-page .du-an-detail-related .list_proj--grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .du-an-detail-page .du-an-detail-related__grid,
  .du-an-detail-page .du-an-detail-related .list_proj--grid {
    grid-template-columns: 1fr;
  }
}
.du-an-detail-page .du-an-detail-related__more {
  text-align: center;
  margin-top: 2rem;
}
.du-an-detail-page .du-an-detail-related__more a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-weight: 600;
}
.du-an-detail-page .du-an-detail-related__more a:hover {
  color: #d4c4ff;
}
@media (max-width: 767px) {
  .du-an-detail-page .du-an-detail-hero {
    min-height: 52vh;
  }
  .du-an-detail-page .du-an-detail-hero__img {
    height: 52vh;
  }
  .du-an-detail-page .du-an-detail-hero__frame {
    padding: 1rem clamp(1.25rem, 5vw, 1.75rem) 2rem;
  }
  .du-an-detail-page .du-an-detail-hero__crumbs {
    padding-top: 4.75rem;
  }
  .du-an-detail-page .du-an-detail-hero__title {
    max-width: none;
  }
  .du-an-detail-page .du-an-detail-sidebar {
    position: static;
    margin-top: 2rem;
  }
  .du-an-detail-page .du-an-detail-related__grid {
    grid-template-columns: 1fr;
  }
}

.bannerpost {
  position: relative;
}
.bannerpost img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
}
.bannerpost::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(76.02% 76.02% at 50% 50%, rgba(7, 10, 41, 0) 37%, #070A29 80%);
}
@media screen and (max-width: 767px) {
  .bannerpost img {
    height: 35vh;
  }
}

.item_news_big {
  margin-bottom: 2rem;
}
.item_news_big a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
.item_news_big a:hover .thumbnail_post {
  transform: scale(1.08);
}
.item_news_big .thumbnail_post {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
  aspect-ratio: 635/454;
  transition: transform 0.8s ease;
}
.item_news_big .content_post .title {
  font-size: 2rem;
  font-weight: 600;
  font-family: var(--font-title);
  margin-top: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.item_news_big .content_post .info_post {
  color: #ACACAC;
  margin: 0.75rem 0;
}
.item_news_big .content_post .info_post .date_post {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px solid #fff;
}
.item_news_big .content_post .info_post .date_post svg {
  width: 1rem;
  flex: 0 0 auto;
}
.item_news_big .content_post .info_post .author_post span {
  color: #fff;
  text-transform: capitalize;
}
.item_news_big .content_post .post_detail {
  text-align: justify;
}

.banner_proj {
  position: relative;
}
.banner_proj .thumbnail {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.banner_proj .btn_360 {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 6.25rem;
  height: 6.25rem;
  background: radial-gradient(46.23% 70.81% at 50% 50%, rgba(252, 223, 255, 0.8) 27%, rgba(115, 71, 245, 0.8) 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_proj .btn_360 img {
  width: 100%;
  padding: 10px;
}
@media (max-width: 767px) {
  .banner_proj .thumbnail {
    height: 40vh;
  }
  .banner_proj .btn_360 {
    width: 4rem;
    height: 4rem;
  }
}

.aboutDetailproj {
  padding: 6.25rem 0;
  color: #fff;
}
.aboutDetailproj .bck_detailproj {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutDetailproj .item_thumb_big {
  position: relative;
}
.aboutDetailproj .item_thumb_big img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  aspect-ratio: 710/417;
}
.aboutDetailproj .item_thumb_big .btn_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  background: radial-gradient(46.23% 70.81% at 50% 50%, rgba(252, 223, 255, 0.8) 27%, rgba(115, 71, 245, 0.8) 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.aboutDetailproj .list_thumb_small {
  margin: 3.125rem -0.9rem 0 -0.9rem;
}
.aboutDetailproj .list_thumb_small .item_thumb_big {
  margin: 0 0.9rem;
}
.aboutDetailproj .list_thumb_small .item_thumb_big img {
  aspect-ratio: 340/197;
}
.aboutDetailproj .gallery_proj {
  padding-right: 5.375rem;
}
.aboutDetailproj .list_thumb_big .btn_play {
  width: 4rem;
  height: 4rem;
}
.aboutDetailproj .segTitle {
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.437rem;
}
.aboutDetailproj .param_proj {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.aboutDetailproj .item_param {
  margin-bottom: 5px;
  flex: 0 0 calc(50% - 5px);
  background: linear-gradient(180deg, #252B51 0%, rgba(37, 43, 81, 0) 97.5%);
  border-radius: 20px;
  text-align: center;
  padding: 10px 23px;
}
.aboutDetailproj .item_param .number {
  font-weight: bold;
  /* margin-bottom: 10px; */
  font-size: 1.5rem;
  font-family: var(--font-title);
}
@media (max-width: 767px) {
  .aboutDetailproj {
    padding: 3.125rem 0;
  }
  .aboutDetailproj .gallery_proj {
    padding-right: 0;
    margin-bottom: 2rem;
  }
  .aboutDetailproj .list_thumb_small {
    margin: 1.125rem -0.9rem 0 -0.9rem;
  }
  .aboutDetailproj .segTitle {
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 5px;
  }
  .aboutDetailproj .info_proj article {
    text-align: justify;
  }
}

.newsDetailProj {
  padding: 6.25rem 0;
  color: #fff;
}
.newsDetailProj .bck_news {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsDetailProj .list_news_opt .item_news {
  margin-right: 1.25rem;
}
.newsDetailProj .segTitle {
  text-align: center;
  font-weight: 600;
}
.newsDetailProj .segTitle span {
  font-family: var(--font-number-2);
  position: relative;
}
.newsDetailProj .segTitle span::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2025/01/Group-48095523.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.newsDetailProj article {
  text-align: center;
  margin: 2rem auto 4.375rem auto;
  width: 40%;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  .newsDetailProj {
    padding: 3.125rem 0;
  }
  .newsDetailProj article {
    width: 100%;
    margin: 2rem auto 2.375rem auto;
  }
  .newsDetailProj .list_news_opt .item_news {
    margin: 0 15px;
  }
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 0;
}
.slick-dots button {
  display: none;
}
.slick-dots li {
  cursor: pointer;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #6155A0;
  margin: 0 5px;
}
.slick-dots li.slick-active {
  background: #8058FE;
}

.item_news .thumbnail {
  overflow: hidden;
  display: block;
  border-radius: 20px;
}
.item_news .thumbnail img {
  width: 100%;
  aspect-ratio: 383/250;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 1.5s ease;
}
.item_news .thumbnail:hover img {
  transform: scale(1.5);
}
.item_news .info_news {
  margin-top: -60px;
  margin-left: 3rem;
  border-radius: 20px;
  background: var(--color-blue);
  padding: 1.875rem 1.25rem;
  z-index: 1;
  position: relative;
}
.item_news .date_news {
  color: #E4BEFA;
  margin-bottom: 1.25rem;
}
.item_news .title {
  font-weight: bold;
  font-family: var(--font-title);
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  transition: color 0.5s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  color: #fff;
  -webkit-box-orient: vertical;
  transition: color 0.5s ease;
}
.item_news .title:hover {
  color: var(--color-purple);
}
.item_news .des {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.item_news .btn_link {
  color: #E4BEFA;
  font-size: 0.875rem;
  display: block;
  margin-top: 1.25rem;
  transition: color 0.5s ease;
}
.item_news .btn_link:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .item_news .info_news {
    margin-left: 2rem;
  }
}

.main {
  margin-top: 85px;
}
@media (max-width: 767px) {
  .main {
    margin-top: 70px;
  }
}

.loading_screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-blue);
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 1s ease;
}
.loading_screen .logo_loading {
  width: 12rem;
  animation: loading 2s infinite ease-in-out;
}
.loading_screen.active {
  transform: translateY(-100%);
  pointer-events: none;
  visibility: hidden;
  transition: transform 1s ease, visibility 0s linear 1s;
}

html.aos-fallback [data-aos] {
  opacity: 1 !important;
  transform: none !important;
}
@media (prefers-reduced-motion: reduce) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

@keyframes loading {
  0% {
    transform: scale(1.3);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
.homeBanner .video_banner {
  display: block;
  position: relative;
}
.homeBanner .video_banner:hover img {
  filter: brightness(0.7);
}
.homeBanner .video_banner:hover svg {
  opacity: 1;
}
.homeBanner .video_banner img {
  transition: filter 0.5s ease;
}
.homeBanner .video_banner svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.homeBanner .list_slidebanner .item_banner .thumb_banner {
  width: 100%;
  height: calc(100vh - 85px);
  object-fit: cover;
}
.homeBanner .list_slidebanner .item_banner .slide_text {
  position: absolute;
  top: calc(50% + 55px);
  left: 0;
  color: #fff;
  transform: translate(0, -50%);
  width: 50%;
}
.homeBanner .list_slidebanner .item_banner .subTitle {
  font-size: 1.5rem;
  font-family: var(--font-title);
  text-transform: uppercase;
  text-align: left;
}
.homeBanner .list_slidebanner .item_banner .description {
  margin: 3.5rem 0 1rem 0;
  width: 80%;
}
.homeBanner .list_slidebanner .item_banner .segTitle img {
  width: 20rem;
}
.homeBanner .list_slidebanner .item_banner .title_text {
  position: relative;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.3;
}
.homeBanner .list_slidebanner .item_banner .title_text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 25%;
  height: 2rem;
  background-image: url("/wp-content/uploads/2025/01/Group-48095523.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .homeBanner {
    --home-banner-h: clamp(240px, 56.25vw, 360px);
  }
  .homeBanner .list_slidebanner .slick-list,
  .homeBanner .list_slidebanner .slick-track,
  .homeBanner .list_slidebanner .slick-slide,
  .homeBanner .list_slidebanner .slick-slide > div {
    height: var(--home-banner-h) !important;
  }
  .homeBanner .list_slidebanner .item_banner {
    position: relative;
    height: var(--home-banner-h);
    overflow: hidden;
  }
  .homeBanner .list_slidebanner .item_banner .thumb_banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .homeBanner .list_slidebanner .item_banner .video_banner {
    display: block;
    height: 100%;
  }
  .homeBanner .list_slidebanner .item_banner .video_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .homeBanner .list_slidebanner .item_banner .slide_text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    width: 100%;
    text-align: center;
    transform: none;
    background: linear-gradient(0deg, rgba(7, 10, 41, 0.96) 0%, rgba(7, 10, 41, 0.72) 50%, transparent 100%);
    padding: 2.75rem 15px 1.15rem;
  }
  .homeBanner .list_slidebanner .item_banner .slide_text .subTitle {
    font-size: 0.82rem;
    text-align: center;
  }
  .homeBanner .list_slidebanner .item_banner .slide_text .description {
    margin: 0.65rem 0 0.75rem;
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .homeBanner .list_slidebanner .item_banner .slide_text .segTitle img {
    width: auto;
    max-width: 11rem;
    height: auto;
  }
  .homeBanner .list_slidebanner .item_banner .title_text {
    font-size: 1.35rem;
  }
  .homeBanner .list_slidebanner .item_banner .title_text::after {
    transform: translate(-50%, 0);
    left: 50%;
    height: 1.25rem;
  }
  .homeBanner .list_slidebanner .item_banner .btn_white {
    margin: auto;
  }
}

.homeNumber {
  position: relative;
  padding: 6.25rem 0;
}
.homeNumber .bck_number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeNumber .content_number {
  background: radial-gradient(61.41% 245.62% at 45.86% 50%, #AC9BF1 0%, #DCAEF6 38.5%, #DEB0F9 61%, #FFFFFF 79%, #B4E2FD 99%);
  border-radius: 20px;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  color: var(--color-blue);
}
.homeNumber .content_number .number {
  font-size: 1.875rem;
  font-family: var(--font-title);
  font-weight: 600;
}
.homeNumber .content_number .item_number {
  text-align: center;
}
@media (max-width: 768px) {
  .homeNumber {
    padding: 50px 0;
  }
  .homeNumber .content_number {
    flex-flow: column;
  }
}

.homeAbout {
  margin-top: 6.25rem;
  color: #fff;
}
.homeAbout .img_about {
  position: relative;
}
.homeAbout .img_about img {
  width: 100%;
  aspect-ratio: 602/430;
  object-fit: cover;
  border-radius: 20px;
}
.homeAbout .img_about svg {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.homeAbout .content_about {
  padding-left: 4.25rem;
}
.homeAbout .content_about article {
  margin-bottom: 3rem;
}
.homeAbout .content_about .segTitle {
  font-weight: 600;
  margin-bottom: 4rem;
}
.homeAbout .content_about .segTitle span {
  position: relative;
}
.homeAbout .content_about .segTitle span::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2025/01/Group-48095523.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .homeAbout .content_about {
    padding-left: 0;
    margin-top: 2rem;
  }
}

.homeContact {
  position: relative;
}
.homeContact .bck_contact {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeContact .content_contact {
  text-align: right;
  color: #fff;
  position: relative;
  padding: 12.5rem 0;
}
.homeContact .content_contact .segTitle {
  font-weight: 600;
  margin-bottom: 1.875rem;
}
.homeContact .content_contact .btn_white {
  margin-left: auto;
}
@media (max-width: 768px) {
  .homeContact .content_contact {
    padding: 50px 0;
    text-align: center;
  }
  .homeContact .content_contact .btn_white {
    margin: auto;
  }
  .homeContact .bck_contact {
    filter: brightness(0.5);
  }
}

.homeProj1, .homeProj2, .homeFeedback {
  color: #fff;
  background: var(--color-blue);
  padding: 6.25rem 0;
}
.homeProj1 .segTitle, .homeProj2 .segTitle, .homeFeedback .segTitle {
  text-align: center;
  font-weight: 600;
}
.homeProj1 .segTitle span, .homeProj2 .segTitle span, .homeFeedback .segTitle span {
  position: relative;
  font-family: var(--font-number-2);
}
.homeProj1 .segTitle span::after, .homeProj2 .segTitle span::after, .homeFeedback .segTitle span::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2025/01/Group-48095523.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.homeProj1 article, .homeProj2 article, .homeFeedback article {
  text-align: center;
  width: 45%;
  margin: 2rem auto 4.375rem auto;
}
@media (max-width: 768px) {
  .homeProj1, .homeProj2, .homeFeedback {
    padding: 50px 0;
  }
  .homeProj1 article, .homeProj2 article, .homeFeedback article {
    width: 100%;
  }
}

.homeProj1 .item_proj {
  padding: 0;
  width: 50vw;
  transform: scale(0.9);
  transition: all 0.3s ease-in-out;
}
.homeProj1 .item_proj.slick-center {
  transform: scale(1);
}
.homeProj1 .item_proj .info_proj {
  width: 100%;
  height: 100%;
}
.homeProj1 .item_proj .thumbnail {
  aspect-ratio: 730/442;
}
@media (max-width: 767px) {
  .homeProj1 .item_proj {
    width: 92vw;
  }
  .homeProj1 .item_proj .thumbnail {
    aspect-ratio: 576/500;
  }
}

.homePartner {
  background: radial-gradient(61.41% 245.62% at 45.86% 50%, #AC9BF1 0%, #DCAEF6 38.5%, #DEB0F9 61%, #FFFFFF 79%, #8D92ED 99%);
  backdrop-filter: blur(50px);
  padding: 2rem 0;
}
.homePartner .content_partner .slick-slide {
  height: auto;
}
.homePartner .content_partner .slick-track {
  display: flex;
  align-items: stretch;
}
.homePartner .item_logo {
  width: 148px;
  height: 96px;
  margin: 0 0.35rem;
  padding: 0.75rem 1rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.38) 0%, rgba(247, 238, 254, 0.48) 45%, rgba(220, 174, 246, 0.32) 100%);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  box-shadow: 0 10px 28px rgba(97, 49, 249, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  flex-shrink: 0;
}
.homePartner .item_logo__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 52px;
  flex: none;
  border-radius: 8px;
  background: transparent;
}
.homePartner .item_logo img {
  display: block;
  width: 120px;
  height: 52px;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 1px 2px rgba(7, 10, 41, 0.08));
}
.homePartner__foot {
  text-align: center;
  margin: 1.25rem 0 0.5rem;
}
.homePartner__foot a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 0.9rem;
  color: rgba(7, 10, 41, 0.82);
  text-decoration: none;
}
.homePartner__foot a span {
  transition: transform 0.2s ease;
}
.homePartner__foot a:hover {
  color: #6131f9;
}
.homePartner__foot a:hover span {
  transform: translateX(4px);
}

.homeProj2 {
  color: #fff;
}
.homeProj2 .bck_proj2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item_proj2 {
  margin: 0 1.5rem;
}
.item_proj2 .img_proj2 {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: calc(100% + 2.5rem);
  border-radius: 0;
}
.item_proj2 img {
  width: 100%;
  aspect-ratio: 350/283;
  object-fit: cover;
  border-radius: 20px;
}
.item_proj2 .content_proj2 {
  display: flex;
  flex-flow: column;
  gap: 1rem;
  padding: 1.875rem;
  position: relative;
  text-align: center;
}
.item_proj2 .content_proj2 .title {
  position: relative;
}
.item_proj2 .content_proj2 .title a {
  font-size: 1.5rem;
  color: #fff;
  font-family: var(--font-title);
  line-height: 1.2;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.item_proj2 .content_proj2 .icon {
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: calc(100% + 10px);
  transform: translate(-50%, 0);
  left: 50%;
}

.homeReason {
  color: #fff;
  padding: 6.25rem 0;
}
.homeReason .fade {
  transition: opacity 0.35s linear !important;
}
.homeReason .bck_reason {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeReason .content_reason .segTitle {
  font-weight: 600;
  text-align: center;
}
.homeReason .content_reason .segTitle span {
  font-family: var(--font-number-2);
}
.homeReason .content_reason article {
  text-align: center;
  width: 45%;
  margin: 1rem auto 4.375rem auto;
}
.homeReason .item1 {
  background: radial-gradient(68.95% 68.95% at 50% 50%, #080A2A 60%, #5F6BC8 100%);
  text-align: left;
  color: #fff;
  filter: drop-shadow(2px 5px 4px #9F8AFF);
}
.homeReason .item1 .title {
  font-family: var(--font-number-2);
}
.homeReason .item1::after {
  content: "";
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: 99%;
  width: 4rem;
  height: 4rem;
  background: #192053;
  filter: drop-shadow(2px 5px 4px #9F8AFF);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.homeReason .item2 {
  background: var(--color-blue);
  text-align: right;
  color: #636BDC;
}
.homeReason .item_compare {
  border-radius: 20px;
  padding: 2.5rem;
  position: relative;
}
.homeReason .item_compare .item_index {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px dashed #2C2263;
}
.homeReason .item_compare .item_index .index {
  font-family: var(--font-number-2);
}
.homeReason .item_compare .title {
  font-size: 2rem;
  font-weight: 600;
  margin: 1.25rem 0 3.125rem 0;
}
.homeReason .img_reason img {
  width: 16.875rem;
}
@media (max-width: 768px) {
  .homeReason {
    padding: 50px 0;
  }
  .homeReason .list_compare {
    flex-flow: column;
  }
  .homeReason .item1::after {
    display: none;
  }
  .homeReason .content_reason article {
    width: 100%;
    margin: 1rem auto 2.375rem auto;
  }
}

.nav_reason {
  justify-content: center;
  margin-bottom: 4.25rem;
  gap: 1rem;
}
.nav_reason .nav-link {
  border-radius: 10px;
  background: var(--color-blue);
  color: #fff;
}
.nav_reason .nav-link.active {
  background: var(--color-grad-2);
}
@media (max-width: 768px) {
  .nav_reason {
    margin-bottom: 3rem;
  }
}

.homeFeedback {
  padding: 6.25rem 0 3rem 0;
}
.homeFeedback article {
  margin: 2rem auto 0rem auto;
}
.homeFeedback .slick-dots {
  margin-top: -2rem;
}
.homeFeedback .segTitle span::after {
  display: none;
}
@media (max-width: 768px) {
  .homeFeedback {
    padding: 50px 0;
  }
}

.content_feedback {
  position: relative;
  padding-top: 14rem;
}
.content_feedback .slick-track {
  padding: 3rem 0;
}
.content_feedback .img_mobile {
  position: absolute;
  bottom: -7rem;
  left: 50%;
  transform: translate(-50%, 0);
  object-fit: contain;
  height: auto;
}
@media (max-width: 768px) {
  .content_feedback {
    padding-top: 3rem;
    margin-top: 2rem;
  }
  .content_feedback .img_mobile {
    width: 100%;
    height: auto;
    bottom: unset;
    top: 0;
  }
}

.item_feed {
  background: radial-gradient(68.95% 68.95% at 50% 50%, #F7EEFE 65%, #CFADFC 100%);
  border-radius: 20px;
  transform: rotate(0deg);
  color: #000;
  padding: 2.5rem 1.25rem;
  transition: all 0.15s ease-in-out;
  margin: 5rem 2rem 0 2rem;
  opacity: 0;
}
.item_feed.slick-active {
  opacity: 1;
}
.item_feed.slick-center {
  transform: rotate(0);
  margin: 0 2rem 0 2rem;
}
.item_feed[data-slick-index="2"] {
  transform: rotate(5.42deg);
}
.item_feed[data-slick-index="0"] {
  transform: rotate(-5.42deg);
}
.item_feed .avatar {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  object-fit: cover;
}
.item_feed .content {
  margin: 1.25rem 0 1.875rem 0;
}
.item_feed .note {
  color: #796379;
  margin-top: 5px;
}
.item_feed .name {
  font-weight: 600;
  text-transform: uppercase;
}
.item_feed .star {
  color: #FFBB00;
}
.item_feed .info_feed {
  gap: 10px;
}
@media (max-width: 768px) {
  .item_feed[data-slick-index="2"] {
    transform: rotate(0deg) !important;
  }
  .item_feed[data-slick-index="0"] {
    transform: rotate(0deg) !important;
  }
  .item_feed.slick-center {
    margin: 0;
  }
}

.homeProgress {
  position: relative;
  background: var(--color-blue);
  color: #fff;
}
.homeProgress .bck_progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-position: right center;
}
.homeProgress .left_pro {
  width: 60%;
  padding-left: calc((100% - var(--width-container)) / 2);
  color: var(--color-blue);
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-right: 20%;
  padding-top: 14.25rem;
  padding-bottom: 14.25rem;
}
.homeProgress .left_pro .segTitle {
  margin-bottom: 4rem;
  font-weight: 600;
}
.homeProgress .left_pro .segTitle span {
  background: unset;
  color: #7347F5;
  -webkit-text-fill-color: unset;
  font-family: var(--font-number-2);
  position: relative;
}
.homeProgress .left_pro .segTitle span::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/2025/01/Group-48095523.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.homeProgress .pattern {
  position: absolute;
  top: 32%;
  right: 17%;
}
.homeProgress .list_marker {
  position: absolute;
  width: 60%;
  height: 100%;
}
.homeProgress .content_pro {
  position: relative;
  display: flex;
  pointer-events: none;
}
.homeProgress .right_progress {
  display: flex;
  flex-flow: column;
  gap: 3.75rem;
  width: 50%;
  padding: 0 calc((100% - var(--width-container)) / 2) 0 0;
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
}
.homeProgress .item_detail {
  display: none;
}
.homeProgress .item_detail.active {
  display: block;
}
@media (max-width: 768px) {
  .homeProgress {
    display: none;
  }
}

.mobi_progress {
  display: none;
  background: var(--color-blue);
  color: #fff;
  padding: 50px 0;
}
.mobi_progress .segTitle {
  margin-bottom: 4rem;
  font-weight: 600;
  text-align: center;
}
.mobi_progress .segTitle span {
  background: unset;
  color: #7347F5;
  -webkit-text-fill-color: unset;
  font-family: var(--font-number-2);
  position: relative;
}
.mobi_progress .segTitle span::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/2025/01/Group-48095523.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.mobi_progress .accordion-item {
  background: rgba(255, 255, 255, 0.0784313725);
  margin: auto;
  border-radius: 20px;
  margin-bottom: 1rem;
}
.mobi_progress .accordion-body {
  text-align: justify;
}
.mobi_progress button {
  background: transparent;
  color: #fff;
}
.mobi_progress button:not(.collapsed) {
  color: #fff;
  background-color: transparent;
}
.mobi_progress button::after {
  filter: brightness(20);
}
.mobi_progress button:focus, .mobi_progress button:focus-visible {
  outline: none;
  box-shadow: none;
}
.mobi_progress .icon {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.4705882353);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex: 0 0 auto;
}
.mobi_progress .icon img {
  width: 20px;
}
.mobi_progress .title {
  font-size: 22px;
  font-family: var(--font-title);
  margin-bottom: 10px;
}
.mobi_progress .summary {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .mobi_progress {
    display: block;
  }
}

.item_progress {
  color: #31399D;
  gap: 17px;
  position: absolute;
  transition: color 0.25s ease;
}
.item_progress:nth-child(1) {
  top: 10%;
  left: -26%;
}
.item_progress:nth-child(2) {
  top: 28%;
  left: -14%;
}
.item_progress:nth-child(3) {
  top: 48%;
  left: -12%;
}
.item_progress:nth-child(4) {
  top: 73%;
  left: -22%;
}
.item_progress .icon {
  width: 6.25rem;
  height: 6.25rem;
  background: var(--color-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  flex: 0 0 auto;
  transition: border 0.25s ease;
}
.item_progress .icon img {
  width: 2.5rem;
  transition: filter 0.25s ease;
}
.item_progress.active, .item_progress:hover {
  color: #fff;
}
.item_progress.active .icon, .item_progress:hover .icon {
  border: 1px solid #fff;
}
.item_progress.active .icon img, .item_progress:hover .icon img {
  filter: brightness(20);
}
.item_progress .title {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: var(--font-title);
  margin-bottom: 0.25rem;
}
.item_progress .summary {
  font-size: 1rem;
}

.linkzalo {
  position: fixed;
  width: 2.5rem;
  bottom: 3rem;
  right: 1rem;
  display: block;
  transition: transform 0.5s ease-in-out;
}
.linkzalo img {
  width: 100%;
}
.linkzalo:hover {
  transform: scale(0.9);
}

/* Tablet responsive foundation + page tuning */
@media (min-width: 768px) and (max-width: 1024px) {
  html {
    font-size: 15px;
  }
  .container_frame {
    max-width: 100%;
    padding: 0 24px;
  }
  .main {
    margin-top: 78px;
  }
  .segTitle {
    font-size: 1.75rem;
  }
  .header .menu_header .menu a {
    padding: 1.2rem 0.55rem;
    font-size: 0.95rem;
  }
  .header .right_header .btn_primary {
    padding: 8px 14px;
  }
  .bannerpost img,
  .bannerAbout img,
  .bannerProj img,
  .banner_proj .thumbnail {
    height: 52vh;
  }
  .aboutNews {
    padding: 3.75rem 0;
  }
  .aboutNews .news_content {
    padding-right: 1.5rem;
  }
  .aboutNews .right_news .item_news .future_post .thumbnail_post img {
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 14px;
  }
  .aboutNews .btn_more {
    margin-top: 2.5rem;
  }
  .item_news_big .thumbnail_post {
    height: 320px;
  }
  .item_news_big .content_post .title {
    font-size: 1.6rem;
  }
  .aboutContact {
    padding: 5rem 0;
  }
  .aboutContact .contact_content {
    padding-right: 2rem;
  }
  .serviceAbout .service_content {
    width: 60%;
  }
  .aboutDetailproj {
    padding: 4rem 0;
  }
  .aboutDetailproj .gallery_proj {
    padding-right: 1.5rem;
  }
  .homeBanner .list_slidebanner .item_banner .thumb_banner {
    height: calc(72vh - 78px);
  }
  .homeBanner .list_slidebanner .item_banner .slide_text {
    width: 62%;
  }
  .homeBanner .list_slidebanner .item_banner .title_text {
    font-size: 2.2rem;
  }
  .homeBanner .list_slidebanner .item_banner .description {
    margin: 2rem 0 1rem;
    width: 100%;
  }
  .homeAbout {
    margin-top: 4rem;
  }
  .homeAbout .content_about {
    padding-left: 1.5rem;
  }
  .homeAbout .content_about .segTitle {
    margin-bottom: 2rem;
  }
  .homeAbout .content_about article {
    margin-bottom: 2rem;
  }
  .homeProj1, .homeProj2, .homeFeedback, .homeReason {
    padding: 4rem 0;
  }
  .homeProj1 article, .homeProj2 article, .homeFeedback article, .homeReason article {
    width: 70%;
    margin: 1.5rem auto 2.5rem;
  }
  .homeProj1 .item_proj {
    width: 78vw;
  }
  .homeReason .content_reason article {
    width: 70%;
    margin-bottom: 2.5rem;
  }
  .homeReason .item_compare {
    padding: 1.75rem;
  }
  .homeReason .item_compare .title {
    font-size: 1.6rem;
    margin: 0.75rem 0 1.75rem;
  }
  .homeProgress {
    display: none;
  }
  .mobi_progress {
    display: block;
  }
  .homeContact .content_contact {
    padding: 6rem 0;
  }
  .footer {
    padding: 5rem 0 4rem;
  }
  .footer .des_footer {
    gap: 2rem;
  }
  .footer .des_footer .--item {
    flex: 0 0 calc(33.333% - 1.4rem);
  }
  .footer article {
    margin: 2rem 0 2.5rem;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .container_frame {
    max-width: 100%;
    padding: 0 32px;
  }
  .header .menu_header .menu a {
    padding: 1.35rem 0.75rem;
    font-size: 1rem;
  }
  .header .right_header .btn_primary {
    padding: 9px 16px;
  }
  .main {
    margin-top: 82px;
  }
  .homeBanner .list_slidebanner .item_banner .thumb_banner {
    height: calc(78vh - 82px);
  }
  .homeBanner .list_slidebanner .item_banner .slide_text {
    width: 56%;
  }
  .homeBanner .list_slidebanner .item_banner .title_text {
    font-size: 2.5rem;
  }
  .homeBanner .list_slidebanner .item_banner .description {
    width: 90%;
    margin-top: 2.25rem;
  }
  .aboutNews .news_content {
    padding-right: 2.5rem;
  }
  .aboutDetailproj .gallery_proj {
    padding-right: 2.5rem;
  }
  .homeProj1 article, .homeProj2 article, .homeFeedback article, .homeReason article {
    width: 58%;
  }
  .homeProj1 .item_proj {
    width: 64vw;
  }
  .homeReason .item_compare {
    padding: 2rem;
  }
  .footer .des_footer {
    gap: 3rem;
  }
  .footer .des_footer .--item {
    flex: 0 0 calc(33.333% - 2rem);
  }
}
/* ============================================================
   LĨNH VỰC — Landing page (single-linh_vuc.php)
   ============================================================ */
.lvLanding {
  color: #fff;
  /* Không dùng overflow-x:hidden — sẽ khiến overflow-y:auto và phá sticky TOC */
  overflow-x: clip;
}

.lvHero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  padding: 7rem 0 4rem;
  overflow: hidden;
}
.lvHero::before {
  content: "www.vr360.one";
  position: absolute;
  right: 20px;
  bottom: 18px;
  z-index: 3;
  font-family: var(--font-title);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: rgba(255, 255, 255, 0.55);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.lvHero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.lvHero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(7, 10, 41, 0.92) 0%, rgba(7, 10, 41, 0.78) 45%, rgba(7, 10, 41, 0.4) 100%);
}
.lvHero__inner {
  position: relative;
  z-index: 2;
}
.lvHero__content {
  max-width: 640px;
}
.lvHero__eyebrow {
  display: inline-block;
  font-family: var(--font-title);
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--color-purple);
  padding: 6px 14px;
  border: 1px solid rgba(173, 138, 254, 0.5);
  border-radius: 30px;
  margin-bottom: 1.25rem;
}
.lvHero__title {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 2.85rem;
  line-height: 1.15;
  margin: 0 0 1.25rem;
}
.lvHero__sub {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #d7d9ea;
  margin-bottom: 1.875rem;
}
.lvHero__sub p:last-child {
  margin-bottom: 0;
}
.lvHero__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.lvHero__zalo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 600;
  font-family: var(--font-title);
}
.lvHero__zalo img {
  width: 26px;
  height: 26px;
}
.lvHero__zalo:hover {
  color: var(--color-purple);
}
.lvHero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.lvHero__stats li {
  display: flex;
  flex-direction: column;
}
.lvHero__stats strong {
  font-family: var(--font-number-2);
  font-size: 2.25rem;
  font-weight: 600;
  background: var(--color-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.lvHero__stats span {
  font-size: 0.9rem;
  color: #b9bcd4;
}

.lvMain {
  padding: 4rem 0;
  position: relative;
  background: var(--color-blue);
}
.lvMain__inner {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 3rem;
  align-items: start;
}

.lvToc {
  position: sticky;
  top: var(--lv-sticky-top, 96px);
  align-self: start;
  z-index: 5;
  max-height: calc(100vh - var(--lv-sticky-top, 96px) - 24px);
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(45, 57, 129, 0.5) 0%, rgba(9, 12, 27, 0) 100%);
  border: 1px solid rgba(173, 138, 254, 0.2);
  border-radius: 18px;
  padding: 1.5rem;
}
.lvToc__title {
  flex: none;
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--color-purple);
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.lvToc__nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 1.25rem;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(173, 138, 254, 0.35) transparent;
}
.lvToc__nav::-webkit-scrollbar {
  width: 5px;
}
.lvToc__nav::-webkit-scrollbar-thumb {
  background: rgba(173, 138, 254, 0.35);
  border-radius: 4px;
}
.lvToc__link {
  color: #b9bcd4;
  font-size: 0.92rem;
  line-height: 1.4;
  padding: 8px 12px;
  border-radius: 10px;
  border-left: 2px solid transparent;
  transition: all 0.2s ease;
}
.lvToc__link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}
.lvToc__link.active {
  color: #fff;
  background: rgba(115, 71, 245, 0.18);
  border-left-color: var(--color-purple);
}
.lvToc__cta {
  width: 100%;
  flex: none;
}

.lv-body {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #d7d9ea;
  text-align: left;
}
.lv-body > *:first-child {
  margin-top: 0;
}
.lv-body h1, .lv-body h2, .lv-body h3, .lv-body h4 {
  text-align: left;
  text-wrap: balance;
}
.lv-body p, .lv-body li {
  text-align: justify;
}
.lv-body h2 {
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 1.85rem;
  line-height: 1.3;
  color: #fff;
  margin: 2.75rem 0 1.25rem;
  scroll-margin-top: 100px;
}
.lv-body h2:empty, .lv-body h2.lv-h2-empty {
  display: none;
  margin: 0;
}
.lv-body h2:empty::after, .lv-body h2.lv-h2-empty::after {
  display: none;
}
.lv-body h2:not(.lv-h2-empty)::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin-top: 0.75rem;
  border-radius: 3px;
  background: var(--color-grad);
}
.lv-body h3 {
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 1.35rem;
  color: #fff;
  margin: 2rem 0 1rem;
}
.lv-body h4 {
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--color-purple);
  margin: 1.5rem 0 0.75rem;
}
.lv-body p {
  margin: 0 0 1.25rem;
}
.lv-body a {
  color: var(--color-purple);
  text-decoration: underline;
  text-decoration-color: rgba(173, 138, 254, 0.4);
}
.lv-body a:hover {
  color: #fff;
}
.lv-body {
  /* Ảnh nội dung — luôn giữ tỷ lệ gốc, không méo */
}
.lv-body img:not(.lvTourCard__media img):not(.emoji):not(.wp-smiley) {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: initial !important;
  display: block;
  margin: 1.5rem 0;
  border-radius: 16px;
}
.lv-body img.emoji, .lv-body img.wp-smiley {
  width: 1em !important;
  height: 1em !important;
  display: inline;
  margin: 0;
  border-radius: 0;
  vertical-align: -0.1em;
}
.lv-body .lv-fig:not(.lvTourCard__media),
.lv-body figure.wp-block-image:not(.lvTourCard__media) {
  width: 100%;
  height: auto !important;
  aspect-ratio: unset !important;
  margin: 1.5rem 0;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  line-height: 0;
  flex: none !important;
}
.lv-body .lv-fig:not(.lvTourCard__media) > a, .lv-body .lv-fig:not(.lvTourCard__media) > div,
.lv-body figure.wp-block-image:not(.lvTourCard__media) > a,
.lv-body figure.wp-block-image:not(.lvTourCard__media) > div {
  display: block;
  width: 100%;
  height: auto !important;
  aspect-ratio: unset !important;
}
.lv-body .lv-fig:not(.lvTourCard__media) img,
.lv-body figure.wp-block-image:not(.lvTourCard__media) img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  display: block;
  margin: 0;
  border-radius: 0;
  object-fit: initial !important;
  flex: none !important;
}
.lv-body .lv-fig__inner {
  position: relative;
  display: block;
  width: 100%;
  line-height: 0;
}
.lv-body .lv-fig__inner::after {
  content: "www.vr360.one";
  position: absolute;
  right: 14px;
  bottom: 12px;
  z-index: 2;
  font-family: var(--font-title);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: rgba(255, 255, 255, 0.62);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.55);
  pointer-events: none;
}
.lv-body figure.wp-block-image.size-full:not(.lvTourCard__media) {
  height: auto !important;
  aspect-ratio: unset !important;
}
.lv-body figure.wp-block-image.size-full:not(.lvTourCard__media) img {
  height: auto !important;
  max-height: none !important;
  object-fit: initial !important;
}
.lv-body .wp-block-gallery,
.lv-body .lv-gallery {
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem;
  width: 100%;
  margin: 1.5rem 0;
}
.lv-body .wp-block-gallery.is-cropped figure.wp-block-image img, .lv-body .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image img,
.lv-body .lv-gallery.is-cropped figure.wp-block-image img,
.lv-body .lv-gallery.has-nested-images.is-cropped figure.wp-block-image img {
  width: 100% !important;
  height: auto !important;
  object-fit: unset !important;
}
.lv-body .wp-block-gallery figure.wp-block-image,
.lv-body .wp-block-gallery .blocks-gallery-item,
.lv-body .wp-block-gallery .wp-block-image,
.lv-body .wp-block-gallery figure,
.lv-body .lv-gallery figure.wp-block-image,
.lv-body .lv-gallery .blocks-gallery-item,
.lv-body .lv-gallery .wp-block-image,
.lv-body .lv-gallery figure {
  width: 100% !important;
  flex: none !important;
  margin: 0;
  aspect-ratio: unset !important;
  height: auto !important;
}
.lv-body ul, .lv-body ol {
  margin: 0 0 1.5rem;
  padding-left: 1.25rem;
}
.lv-body ul {
  list-style: none;
  padding-left: 0;
}
.lv-body ul li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.65rem;
}
.lv-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--color-grad);
}
.lv-body ol li {
  margin-bottom: 0.65rem;
}
.lv-body blockquote {
  margin: 1.5rem 0;
  padding: 1.25rem 1.5rem;
  border-left: 4px solid var(--color-purple);
  background: rgba(115, 71, 245, 0.08);
  border-radius: 0 12px 12px 0;
  font-style: italic;
  color: #fff;
}
.lv-body {
  /* —— Cinematic presentation —— */
}
.lv-body .lv-scene {
  font-size: 1.12rem;
  line-height: 1.8;
  color: #e8eaf6;
  text-align: left;
  max-width: 42rem;
}
.lv-body .lv-tension {
  margin: 1.25rem 0 1.75rem;
  padding: 1.1rem 1.25rem;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(20, 24, 58, 0.55), rgba(115, 71, 245, 0.06));
  border: 1px solid rgba(173, 138, 254, 0.18);
}
.lv-body .lv-tension li {
  margin-bottom: 0.75rem;
}
.lv-body .lv-tension li:last-child {
  margin-bottom: 0;
}
.lv-body blockquote.lv-punch {
  position: relative;
  margin: 2rem 0;
  padding: 1.6rem 1.75rem 1.6rem 1.9rem;
  border-left: 0;
  border-radius: 16px;
  font-style: normal;
  font-family: var(--font-title);
  font-size: 1.22rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: #fff;
  background: linear-gradient(120deg, rgba(115, 71, 245, 0.22), rgba(20, 24, 58, 0.35) 55%, rgba(0, 0, 0, 0.2)), rgba(115, 71, 245, 0.08);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.lv-body blockquote.lv-punch::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--color-grad);
}
.lv-body blockquote.lv-punch::after {
  content: "ĐIỂM NHẤN";
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: rgba(173, 138, 254, 0.85);
}
.lv-body blockquote.lv-punch p {
  margin: 0;
  padding-right: 5.5rem;
  text-align: left;
}
.lv-body .lv-layers {
  list-style: none;
  margin: 1.5rem 0 2rem;
  padding: 0;
  display: grid;
  gap: 1rem;
}
.lv-body .lv-layers > li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem 1.15rem;
  align-items: start;
  margin: 0;
  padding: 1.15rem 1.25rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.25s ease, background 0.25s ease;
}
.lv-body .lv-layers > li:hover {
  border-color: rgba(173, 138, 254, 0.35);
  background: rgba(115, 71, 245, 0.08);
}
.lv-body .lv-layers > li p {
  margin: 0.35rem 0 0;
  color: #c9cce0;
  text-align: left;
}
.lv-body .lv-layers > li strong {
  color: #fff;
  font-family: var(--font-title);
  font-weight: 600;
}
.lv-body .lv-layers__n {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  height: 2.4rem;
  padding: 0 0.35rem;
  border-radius: 999px;
  font-family: var(--font-title);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  background: var(--color-grad);
  box-shadow: 0 8px 20px rgba(115, 71, 245, 0.35);
}
.lv-body .lv-outcome {
  margin: 1.75rem 0 2.25rem;
  padding: 1.35rem 1.5rem;
  border-radius: 16px;
  border: 1px solid rgba(173, 138, 254, 0.28);
  background: radial-gradient(120% 120% at 0% 0%, rgba(115, 71, 245, 0.18), transparent 55%), rgba(20, 24, 58, 0.55);
}
.lv-body .lv-outcome p {
  margin: 0.4rem 0 0;
  color: #fff;
  font-size: 1.05rem;
  text-align: left;
}
.lv-body .lv-outcome__label {
  display: inline-block;
  font-family: var(--font-title);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(173, 138, 254, 0.95);
}
.lv-body .lv-cta-final {
  margin: 1.25rem 0 0.5rem;
  padding: 1.75rem 1.6rem;
  border-radius: 20px;
  text-align: center;
  background: linear-gradient(145deg, rgba(115, 71, 245, 0.28), rgba(20, 24, 58, 0.7) 48%, rgba(0, 0, 0, 0.25)), rgba(115, 71, 245, 0.1);
  border: 1px solid rgba(173, 138, 254, 0.35);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}
.lv-body .lv-cta-final p {
  text-align: center;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  color: #e8eaf6;
}
.lv-body .lv-cta-final__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.35rem;
  padding: 0.95rem 1.6rem;
  border-radius: 999px;
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 1rem;
  color: #140c2e !important;
  text-decoration: none !important;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.lv-body .lv-cta-final__btn:hover {
  color: #140c2e !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(115, 71, 245, 0.35);
}
.lv-body figure.lv-frame {
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.35);
}
.lv-body figure.lv-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 28%);
}
.lv-body {
  /* —— Layout wow (BĐS / lĩnh vực long-form) —— */
}
.lv-body .lvLead {
  position: relative;
  margin: 0 0 2.5rem;
  padding: 1.75rem 1.5rem 1.85rem;
  border-radius: 22px;
  background: radial-gradient(ellipse 80% 60% at 12% 0%, rgba(115, 71, 245, 0.28), transparent 55%), linear-gradient(165deg, rgba(18, 22, 58, 0.95), rgba(7, 10, 41, 0.88));
  border: 1px solid rgba(173, 138, 254, 0.28);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}
.lv-body .lvLead p {
  margin-bottom: 1rem;
  text-align: left;
}
.lv-body .lvLead__hook {
  font-family: var(--font-title);
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  max-width: 40rem;
}
.lv-body .lvLead__label {
  margin: 1.25rem 0 0.65rem;
  font-family: var(--font-title);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(173, 138, 254, 0.95);
}
.lv-body .lvChips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.25rem !important;
  padding: 0 !important;
  list-style: none !important;
}
.lv-body .lvChips li {
  margin: 0 !important;
  padding: 0.45rem 0.85rem !important;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #e8eaf6;
  background: rgba(115, 71, 245, 0.16);
  border: 1px solid rgba(173, 138, 254, 0.35);
}
.lv-body .lvChips li::before {
  display: none !important;
}
.lv-body .lvProof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  margin: 0 0 1.35rem !important;
}
.lv-body .lvProof span {
  position: relative;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 0.95rem;
  color: #fff;
}
.lv-body .lvProof span:not(:last-child)::after {
  content: "·";
  position: absolute;
  right: -0.75rem;
  color: rgba(173, 138, 254, 0.7);
}
.lv-body .lvCtaRow {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.lv-body .lvCtaRow a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.lv-body .lvCtaRow a:hover {
  transform: translateY(-2px);
}
.lv-body .lvCtaRow__primary {
  color: #140c2e !important;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}
.lv-body .lvCtaRow__ghost {
  color: #fff !important;
  border: 1px solid rgba(173, 138, 254, 0.55);
  background: rgba(115, 71, 245, 0.12);
}
.lv-body .lvCompare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.25rem 0 2rem;
}
@media (max-width: 700px) {
  .lv-body .lvCompare {
    grid-template-columns: 1fr;
  }
}
.lv-body .lvCompare__col {
  position: relative;
}
.lv-body .lvCompare__col figure {
  margin: 0 !important;
}
.lv-body .lvCompare__col::before {
  content: attr(data-caption);
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 3;
  padding: 6px 12px;
  border-radius: 999px;
  font-family: var(--font-title);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #140c2e;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.lv-body .lvCallout {
  margin: 1.35rem 0 !important;
  padding: 1.1rem 1.25rem;
  border-radius: 14px;
  border: 1px solid rgba(173, 138, 254, 0.35);
  background: linear-gradient(120deg, rgba(115, 71, 245, 0.22), rgba(20, 24, 58, 0.35));
  color: #fff !important;
  font-family: var(--font-title);
  font-size: 1.05rem;
  line-height: 1.55;
  text-align: left !important;
}
.lv-body .lvCallout--soft {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  font-size: 1rem;
}
.lv-body .lvPanel {
  margin: 1.75rem 0 2rem;
  padding: 1.5rem 1.35rem 1.4rem;
  border-radius: 20px;
  background: rgba(12, 17, 48, 0.72);
  border: 1px solid rgba(173, 138, 254, 0.22);
}
.lv-body .lvPanel h3 {
  margin-top: 0;
}
.lv-body .lvCheck {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 1rem !important;
}
.lv-body .lvCheck li {
  padding-left: 1.85rem !important;
  margin-bottom: 0.7rem;
}
.lv-body .lvCheck li::before {
  content: "✓" !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  background: none !important;
  top: 0.15em !important;
  font-weight: 700;
  color: var(--color-purple);
}
.lv-body .lvBulletGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
  gap: 0.55rem 1rem;
  margin: 1rem 0 1.5rem !important;
  padding: 0 !important;
  list-style: none !important;
}
.lv-body .lvBulletGrid li {
  margin: 0 !important;
  padding: 0.7rem 0.85rem 0.7rem 1.7rem !important;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.lv-body .lvBulletGrid li::before {
  top: 1.05em !important;
}
.lv-body .lvFeatureGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem 0 2.25rem;
}
@media (max-width: 767px) {
  .lv-body .lvFeatureGrid {
    grid-template-columns: 1fr;
  }
}
.lv-body .lvFeature {
  padding: 1.25rem 1.2rem 1.3rem;
  border-radius: 18px;
  background: linear-gradient(165deg, rgba(18, 24, 62, 0.9), rgba(7, 10, 41, 0.95));
  border: 1px solid rgba(173, 138, 254, 0.22);
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.lv-body .lvFeature:hover {
  border-color: rgba(173, 138, 254, 0.5);
  transform: translateY(-3px);
}
.lv-body .lvFeature h3 {
  margin: 0 0 0.65rem;
  font-size: 1.12rem;
}
.lv-body .lvFeature p {
  margin: 0 0 0.65rem;
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: left;
}
.lv-body .lvFeature p:last-child {
  margin-bottom: 0;
}
.lv-body .lvType {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 1.35rem;
  align-items: center;
  margin: 2rem 0;
  padding: 1.1rem;
  border-radius: 22px;
  background: rgba(12, 17, 48, 0.55);
  border: 1px solid rgba(173, 138, 254, 0.18);
}
@media (max-width: 900px) {
  .lv-body .lvType {
    grid-template-columns: 1fr;
  }
}
.lv-body .lvType--flip {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
}
.lv-body .lvType--flip .lvType__body {
  order: -1;
}
@media (max-width: 900px) {
  .lv-body .lvType--flip .lvType__body {
    order: 0;
  }
}
.lv-body .lvType figure {
  margin: 0 !important;
}
.lv-body .lvType__body h3 {
  margin-top: 0;
}
.lv-body .lvType__body p {
  text-align: left;
}
.lv-body .lvPath {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.15rem;
  margin: 1rem 0 !important;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  font-family: var(--font-title);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.45;
  color: #fff !important;
  text-align: left !important;
  background: rgba(115, 71, 245, 0.12);
  border: 1px dashed rgba(173, 138, 254, 0.4);
}
.lv-body .lvPath span {
  margin: 0 0.2rem;
  color: var(--color-purple);
  font-weight: 700;
}
.lv-body .lvTagline {
  margin: 0.85rem 0 0 !important;
  font-size: 0.9rem;
  color: #b9bcd4;
  font-style: italic;
  text-align: left !important;
}
.lv-body .lvStageGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem 0 2rem;
}
@media (max-width: 900px) {
  .lv-body .lvStageGrid {
    grid-template-columns: 1fr;
  }
}
.lv-body .lvStage {
  padding: 1.25rem 1.15rem 1.35rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(115, 71, 245, 0.16), rgba(7, 10, 41, 0.9));
  border: 1px solid rgba(173, 138, 254, 0.28);
}
.lv-body .lvStage h3 {
  margin: 0.35rem 0 0.55rem;
  font-size: 1.15rem;
}
.lv-body .lvStage p {
  margin: 0;
  font-size: 0.94rem;
  text-align: left;
}
.lv-body .lvStage__kicker {
  font-family: var(--font-title);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-purple);
}
.lv-body .lvTouchGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin: 1.5rem 0 2rem;
}
@media (max-width: 900px) {
  .lv-body .lvTouchGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .lv-body .lvTouchGrid {
    grid-template-columns: 1fr;
  }
}
.lv-body .lvTouch {
  padding: 1.1rem 1rem 1.15rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.lv-body .lvTouch h3 {
  margin: 0 0 0.45rem;
  font-size: 1.02rem;
}
.lv-body .lvTouch p {
  margin: 0;
  font-size: 0.92rem;
  text-align: left;
  color: #c9cce0;
}
.lv-body .lvProcess {
  counter-reset: lvproc;
  list-style: none !important;
  margin: 1.5rem 0 2rem !important;
  padding: 0 !important;
  display: grid;
  gap: 0.85rem;
}
.lv-body .lvProcess > li {
  counter-increment: lvproc;
  position: relative;
  margin: 0 !important;
  padding: 1.15rem 1.2rem 1.15rem 4.1rem !important;
  border-radius: 16px;
  background: rgba(12, 17, 48, 0.7);
  border: 1px solid rgba(173, 138, 254, 0.2);
}
.lv-body .lvProcess > li::before {
  content: counter(lvproc, decimal-leading-zero) !important;
  left: 1rem !important;
  top: 1.15rem !important;
  width: 2.35rem !important;
  height: 2.35rem !important;
  border-radius: 10px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 0.85rem;
  color: #fff;
  background: var(--color-grad-2) !important;
}
.lv-body .lvProcess > li strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--font-title);
  color: #fff;
}
.lv-body .lvProcess > li p {
  margin: 0;
  text-align: left;
  font-size: 0.94rem;
}
.lv-body .lvWhyGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem 0 2rem;
}
@media (max-width: 700px) {
  .lv-body .lvWhyGrid {
    grid-template-columns: 1fr;
  }
}
.lv-body .lvWhy {
  padding: 1.25rem 1.2rem;
  border-radius: 18px;
  border: 1px solid rgba(173, 138, 254, 0.22);
  background: linear-gradient(145deg, rgba(115, 71, 245, 0.12), rgba(7, 10, 41, 0.85));
}
.lv-body .lvWhy h3 {
  margin: 0 0 0.55rem;
  font-size: 1.08rem;
}
.lv-body .lvWhy p {
  margin: 0;
  text-align: left;
  font-size: 0.94rem;
}
.lv-body .lvSplit {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 1.35rem;
  align-items: center;
  margin: 1.5rem 0 2rem;
}
@media (max-width: 900px) {
  .lv-body .lvSplit {
    grid-template-columns: 1fr;
  }
}
.lv-body .lvSplit figure {
  margin: 0 !important;
}
.lv-body .lvSplit__body p {
  text-align: left;
}
.lv-body .lvFaq {
  display: grid;
  gap: 0.65rem;
  margin: 1.25rem 0 2rem;
}
.lv-body .lvFaq__item {
  border-radius: 14px;
  border: 1px solid rgba(173, 138, 254, 0.22);
  background: rgba(12, 17, 48, 0.65);
  overflow: hidden;
}
.lv-body .lvFaq__item summary {
  cursor: pointer;
  list-style: none;
  padding: 1rem 1.15rem;
  font-family: var(--font-title);
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-right: 2.5rem;
}
.lv-body .lvFaq__item summary::-webkit-details-marker {
  display: none;
}
.lv-body .lvFaq__item summary::after {
  content: "+";
  position: absolute;
  right: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: var(--color-purple);
}
.lv-body .lvFaq__item[open] summary::after {
  content: "–";
}
.lv-body .lvFaq__item .lvFaq__a {
  padding: 0 1.15rem 1.1rem;
}
.lv-body .lvFaq__item .lvFaq__a p {
  margin: 0;
  text-align: left;
}
.lv-body .lvCtaBand {
  position: relative;
  margin: 1.5rem 0 1rem;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(173, 138, 254, 0.3);
}
.lv-body .lvCtaBand .lvCtaBand__bg,
.lv-body .lvCtaBand > figure:first-child {
  margin: 0 !important;
  border-radius: 0 !important;
}
.lv-body .lvCtaBand .lvCtaBand__bg img,
.lv-body .lvCtaBand > figure:first-child img {
  border-radius: 0 !important;
}
.lv-body .lvCtaBand .lv-cta-final {
  position: relative;
  z-index: 1;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(7, 10, 41, 0.55), rgba(7, 10, 41, 0.92));
  box-shadow: none;
}
@media (min-width: 900px) {
  .lv-body .lvCtaBand > figure:first-child {
    position: absolute;
    inset: 0;
    z-index: 0;
    height: 100% !important;
  }
  .lv-body .lvCtaBand > figure:first-child img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  .lv-body .lvCtaBand .lv-cta-final {
    background: linear-gradient(90deg, rgba(7, 10, 41, 0.92) 0%, rgba(7, 10, 41, 0.78) 55%, rgba(7, 10, 41, 0.35) 100%);
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    padding: 2.5rem 2.25rem;
  }
  .lv-body .lvCtaBand .lv-cta-final p {
    text-align: left;
    margin-left: 0;
  }
}
.lv-body .lvScene {
  font-size: 1.08rem;
  line-height: 1.75;
  color: #e4e6f5;
  text-align: left !important;
  max-width: 44rem;
}
.lv-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.75rem 0;
  font-size: 0.98rem;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
}
.lv-body table th, .lv-body table td {
  padding: 14px 18px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.lv-body table th {
  background: var(--color-grad-2);
  color: #fff;
  font-family: var(--font-title);
  font-weight: 600;
}
.lv-body table tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.03);
}
.lv-body {
  /* iframe nhúng thẳng trong prose — không áp cho tour embed */
}
.lv-body > iframe,
.lv-body p iframe,
.lv-body .wp-block-embed iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
  border-radius: 16px;
  margin: 1.5rem 0;
}
.lv-body hr {
  border: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  margin: 2.5rem 0;
}

.lvTourGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin: 1.75rem 0 2.5rem;
  /* 1 tour: căn giữa, không tràn full */
}
.lvTourGrid--count-1 {
  grid-template-columns: 1fr;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
.lvTourGrid {
  /* 3 tour: 1 hàng 3 cột desktop */
}
@media (min-width: 992px) {
  .lvTourGrid--count-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.lvTourGrid {
  /* Số lẻ (3 tablet, 5, …): card cuối căn giữa, tránh ô trống bên phải */
}
@media (min-width: 640px) {
  .lvTourGrid--odd:not(.lvTourGrid--count-1) .lvTourCard:last-child {
    grid-column: 1/-1;
    max-width: calc((100% - 1.25rem) / 2);
    justify-self: center;
  }
}
@media (min-width: 992px) {
  .lvTourGrid--odd:not(.lvTourGrid--count-1).lvTourGrid--count-3 .lvTourCard:last-child {
    grid-column: auto;
    max-width: none;
    justify-self: stretch;
  }
}

.lvTourCard {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: 18px;
  border: 1px solid rgba(173, 138, 254, 0.35);
  background: #0c1130;
  text-decoration: none !important;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.lvTourCard__media {
  width: 100%;
  margin: 0;
  aspect-ratio: 16/10;
  position: relative;
  overflow: hidden;
  line-height: 0;
  flex-shrink: 0;
}
.lvTourCard__media img {
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: cover !important;
  object-position: center;
  display: block;
  margin: 0;
  transition: transform 0.35s ease;
}
.lvTourCard__media--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(115, 71, 245, 0.35) 0%, rgba(9, 12, 27, 0.9) 100%);
}
.lvTourCard__media--placeholder i {
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.75);
}
.lvTourCard__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 1.1rem 1.25rem 1.2rem;
  width: 100%;
  flex: 1;
  background: linear-gradient(180deg, rgba(12, 17, 48, 0.95) 0%, rgb(7, 10, 41) 100%);
}
.lvTourCard__badge {
  font-family: var(--font-title);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--color-purple);
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid rgba(173, 138, 254, 0.4);
  background: rgba(115, 71, 245, 0.12);
}
.lvTourCard__title {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1.12rem;
  line-height: 1.35;
  color: #fff;
}
.lvTourCard__cta {
  margin-top: auto;
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 0.92rem;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 10px;
  background: var(--color-grad-2);
}
.lvTourCard__cta i {
  font-size: 0.8rem;
  transition: transform 0.2s ease;
}
.lvTourCard:hover {
  transform: translateY(-4px);
  border-color: rgba(173, 138, 254, 0.7);
  box-shadow: 0 12px 32px rgba(115, 71, 245, 0.25);
}
.lvTourCard:hover .lvTourCard__media img {
  transform: scale(1.04);
}
.lvTourCard:hover .lvTourCard__cta i {
  transform: translateX(4px);
}

.lvTourInline {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin: 0.35rem 0.15rem;
  padding: 10px 16px !important;
  border-radius: 12px !important;
  font-family: var(--font-title) !important;
  font-weight: 600 !important;
  font-size: 0.92rem !important;
  color: #fff !important;
  text-decoration: none !important;
  background: var(--color-grad-2) !important;
  border: 1px solid rgba(173, 138, 254, 0.45);
  cursor: pointer;
}
.lvTourInline::after {
  content: "→";
  font-size: 0.85rem;
}
.lvTourInline:hover {
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(115, 71, 245, 0.3);
}

/* Tour demo — poster AI + 1 CTA play */
.lvTourEmbeds {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
  margin: 1.75rem 0 2.75rem;
}
.lvTourEmbeds .lvTourEmbed--featured {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .lvTourEmbeds--rest-odd .lvTourEmbed:not(.lvTourEmbed--featured):last-child {
    grid-column: 1/-1;
    max-width: calc((100% - 1.35rem) / 2);
    justify-self: center;
  }
}
@media (max-width: 767px) {
  .lvTourEmbeds {
    grid-template-columns: 1fr;
  }
}

.lvTourEmbed {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 22px;
  background: #0a0e28;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.lvTourEmbed:hover {
  transform: translateY(-5px);
  border-color: rgba(173, 138, 254, 0.45);
  box-shadow: 0 28px 64px rgba(115, 71, 245, 0.22);
}
.lvTourEmbed:hover .lvTourEmbed__cta {
  transform: translate(-50%, -50%) scale(1.05);
}
.lvTourEmbed:hover .lvTourEmbed__shade {
  opacity: 1;
}
.lvTourEmbed--featured .lvTourEmbed__media {
  aspect-ratio: 21/9;
  min-height: 260px;
}
.lvTourEmbed--featured .lvTourEmbed__title {
  font-size: 1.4rem;
}
.lvTourEmbed__media {
  position: relative;
  aspect-ratio: 16/10;
  min-height: 200px;
  overflow: hidden;
  background: #050816;
  order: -1;
}
.lvTourEmbed__poster {
  position: absolute;
  inset: 0;
  background: #0c1130 center/cover no-repeat;
}
.lvTourEmbed__poster img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  margin: 0 !important;
  border-radius: 0 !important;
  display: block;
}
.lvTourEmbed__shade {
  position: absolute;
  inset: 0;
  opacity: 0.92;
  transition: opacity 0.25s ease;
  background: linear-gradient(180deg, rgba(7, 10, 41, 0.05) 0%, rgba(7, 10, 41, 0.35) 45%, rgba(7, 10, 41, 0.78) 100%), radial-gradient(ellipse 55% 45% at 50% 45%, rgba(115, 71, 245, 0.28), transparent 70%);
  pointer-events: none;
}
.lvTourEmbed__cta {
  appearance: none !important;
  -webkit-appearance: none !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  z-index: 4;
  transform: translate(-50%, -50%);
  display: inline-flex !important;
  align-items: center;
  gap: 0.75rem;
  margin: 0 !important;
  padding: 0.55rem 1.15rem 0.55rem 0.55rem !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: #140c2e !important;
  font-family: var(--font-title) !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45) !important;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.lvTourEmbed__cta:hover {
  box-shadow: 0 18px 48px rgba(115, 71, 245, 0.4) !important;
}
.lvTourEmbed__cta:focus-visible {
  outline: 2px solid #ad8afe;
  outline-offset: 3px;
}
.lvTourEmbed__ctaIcon {
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #7347F5 0%, #ad8afe 100%);
  color: #fff;
  box-shadow: 0 8px 20px rgba(115, 71, 245, 0.45);
}
.lvTourEmbed__ctaIcon i {
  font-size: 0.78rem;
  margin-left: 2px;
}
.lvTourEmbed__ctaLabel {
  padding-right: 0.35rem;
  letter-spacing: 0.01em;
}
.lvTourEmbed__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  padding: 1.05rem 1.2rem 1.25rem;
}
.lvTourEmbed__badge {
  font-family: var(--font-title);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ad8afe;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(115, 71, 245, 0.16);
  border: 1px solid rgba(173, 138, 254, 0.35);
}
.lvTourEmbed__title {
  margin: 0;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1.12rem;
  line-height: 1.3;
  color: #fff;
}
.lvTourEmbed__desc {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #b7bbd4;
}

.lvTourEmbed--featured .lvTourEmbed__media::before {
  content: "Nổi bật";
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 5;
  padding: 6px 12px;
  border-radius: 999px;
  font-family: var(--font-title);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #140c2e;
  background: linear-gradient(90deg, #fbcdff, #ad8afe);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.lvOther {
  padding: 4.5rem 0;
  background: linear-gradient(180deg, #070A29 0%, #0c1130 100%);
}
.lvOther .segTitle {
  margin-bottom: 2.5rem;
  font-weight: 600;
}
.lvOther__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
  gap: 1.875rem;
}
.lvOther__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: linear-gradient(180deg, rgba(45, 57, 129, 0.6) 0%, rgba(9, 12, 27, 0) 100%);
  border: 1px solid rgba(173, 138, 254, 0.15);
  border-radius: 20px;
  padding: 2rem;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.lvOther__item:hover {
  transform: translateY(-6px);
  border-color: rgba(173, 138, 254, 0.5);
}
.lvOther__item:hover .lvOther__more::after {
  transform: translateX(4px);
}
.lvOther__icon {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: linear-gradient(108.03deg, #7347F5 38.11%, #FBCDFF 109.74%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.lvOther__icon img {
  width: 1.75rem;
}
.lvOther__title {
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 0.75rem;
}
.lvOther__sum {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #b9bcd4;
  margin-bottom: 1.25rem;
}
.lvOther__more {
  margin-top: auto;
  font-family: var(--font-title);
  font-weight: 600;
  color: var(--color-purple);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.lvOther__more::after {
  content: "→";
  transition: transform 0.2s ease;
}

.lvSticky {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
  background: rgba(7, 10, 41, 0.96);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(173, 138, 254, 0.25);
  padding: 8px;
  gap: 8px;
}
.lvSticky__btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 8px 4px;
  border-radius: 12px;
  font-size: 0.78rem;
  font-weight: 600;
  font-family: var(--font-title);
  color: #fff;
}
.lvSticky__btn i {
  font-size: 1.1rem;
}
.lvSticky__call {
  background: rgba(255, 255, 255, 0.1);
}
.lvSticky__zalo {
  background: rgba(0, 104, 255, 0.85);
}
.lvSticky__contact {
  background: var(--color-grad-2);
}

@media (max-width: 1024px) {
  .lvMain__inner {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .lvHero {
    min-height: 48vh;
    padding: 5rem 0 2.25rem;
  }
  .lvHero::before {
    display: none;
  }
  .lvHero__overlay {
    background: linear-gradient(180deg, rgba(7, 10, 41, 0.86) 0%, rgba(7, 10, 41, 0.74) 58%, rgba(7, 10, 41, 0.42) 100%);
  }
  .lvHero__content {
    max-width: 100%;
  }
  .lvHero__eyebrow {
    font-size: 0.72rem;
    padding: 5px 12px;
    margin-bottom: 1rem;
  }
  .lvHero__title {
    font-size: 1.7rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  .lvHero__sub {
    font-size: 0.95rem;
    line-height: 1.55;
    margin-bottom: 1.15rem;
  }
  .lvHero__cta {
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
    margin-bottom: 1.5rem;
  }
  .lvHero__cta .btn_white {
    width: 100%;
  }
  .lvHero__zalo {
    justify-content: center;
    width: 100%;
    padding: 0.35rem 0;
  }
  .lvHero__stats {
    gap: 0.85rem 1.25rem;
  }
  .lvHero__stats strong {
    font-size: 1.45rem;
  }
  .lvHero__stats span {
    font-size: 0.8rem;
  }
  .lvMain {
    padding: 2rem 0 2.5rem;
  }
  .lvMain__inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .lvToc {
    display: none;
  }
  .lv-body {
    font-size: 1rem;
    text-align: left;
    overflow-wrap: anywhere;
  }
  .lv-body p, .lv-body li {
    text-align: left;
    hyphens: auto;
  }
  .lv-body h2 {
    font-size: 1.35rem;
    margin-top: 2rem;
    scroll-margin-top: calc(var(--vr360-header-h, 70px) + 3.25rem);
  }
  .lv-body h3 {
    font-size: 1.05rem;
  }
  .lv-body table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 0.85rem;
    white-space: normal;
  }
  .lv-body table th, .lv-body table td {
    padding: 10px 12px;
  }
  .lv-body blockquote {
    padding: 1rem 1.1rem;
    font-size: 0.95rem;
  }
  .lv-body .lv-fig__inner::after {
    font-size: 0.62rem;
    right: 10px;
    bottom: 8px;
  }
  .lvTourGrid {
    grid-template-columns: 1fr;
  }
  .lvTourGrid--odd .lvTourCard:last-child {
    grid-column: auto;
    max-width: none;
    justify-self: stretch;
  }
  .lvTourCard__title {
    font-size: 0.95rem;
  }
  .lvOther {
    padding: 3rem 0;
  }
  .lvOther__grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .lvOther .segTitle {
    font-size: 1.35rem;
  }
  .lvSticky {
    display: flex;
    padding: 6px 6px calc(6px + env(safe-area-inset-bottom, 0px));
  }
  .lvSticky__btn {
    min-height: 48px;
    padding: 6px 4px;
    font-size: 0.7rem;
  }
  .lvSticky__btn i {
    font-size: 1rem;
  }
  .lvLanding .breadcrumbs {
    padding: 0.5rem 0 0.25rem;
  }
  .lvLanding .breadcrumbs .breadcrumb-list {
    padding-left: 0;
    font-size: 0.75rem;
    gap: 2px;
    flex-wrap: wrap;
  }
  .lvLanding .breadcrumbs .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.65);
  }
  .lvLanding .breadcrumbs .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.9);
  }
  .lvLanding .breadcrumbs .breadcrumb-item::after {
    color: rgba(255, 255, 255, 0.35);
  }
  .lvLanding .lvMobileToc,
  .lvLanding .dvMobileToc {
    display: block;
    position: sticky;
    top: calc(var(--vr360-header-h, 70px) - 1px);
    z-index: 100;
    margin: 0 0 1rem;
    padding: 0.55rem 0;
    background: rgba(7, 10, 41, 0.97);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(173, 138, 254, 0.2);
  }
  .lvLanding .lvMobileToc__track,
  .lvLanding .dvMobileToc__track {
    display: flex;
    gap: 0.4rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    padding: 0 0 2px;
  }
  .lvLanding .lvMobileToc__track::-webkit-scrollbar,
  .lvLanding .dvMobileToc__track::-webkit-scrollbar {
    display: none;
  }
  .lvLanding .lvMobileToc__link,
  .lvLanding .dvMobileToc__link {
    flex: 0 0 auto;
    font-size: 0.76rem;
    font-weight: 600;
    font-family: var(--font-title);
    color: rgba(255, 255, 255, 0.75);
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(173, 138, 254, 0.28);
    background: rgba(37, 43, 81, 0.65);
    white-space: nowrap;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  }
  .lvLanding .lvMobileToc__link.is-active,
  .lvLanding .dvMobileToc__link.is-active {
    color: #fff;
    border-color: var(--color-purple);
    background: rgba(115, 71, 245, 0.38);
  }
  .lvLanding .serviceAbout {
    padding-bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px)) !important;
  }
}
/* 404 page */
.error404 .link-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
  padding: 0 1rem 3rem;
}

.error404 .more-link {
  color: #fff;
  text-decoration: underline;
  font-size: 1rem;
}

.error404 .more-link:hover {
  color: #FBCDFF;
}

/* Homepage — section Dịch vụ */
.homeService {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: linear-gradient(180deg, #0a0e2a 0%, #070A29 55%, #0c1130 100%);
}
.homeService__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.homeService__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.45;
}
.homeService__orb--1 {
  width: min(42vw, 520px);
  height: min(42vw, 520px);
  top: -8%;
  right: -6%;
  background: radial-gradient(circle, rgba(115, 71, 245, 0.55) 0%, transparent 70%);
  animation: homeServiceOrb 18s ease-in-out infinite alternate;
}
.homeService__orb--2 {
  width: min(36vw, 420px);
  height: min(36vw, 420px);
  bottom: 10%;
  left: -8%;
  background: radial-gradient(circle, rgba(251, 205, 255, 0.22) 0%, transparent 72%);
  animation: homeServiceOrb 22s ease-in-out infinite alternate-reverse;
}
.homeService .container_frame {
  position: relative;
  z-index: 1;
}
.homeService__head {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 2rem;
  max-width: 52rem;
}
.homeService__eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  font-weight: 700;
  color: #c9b8ff;
  margin-bottom: 0.65rem;
}
.homeService__title.segTitle {
  margin-bottom: 0.85rem;
  color: #fff;
  font-weight: 700;
}
.homeService__title.segTitle span {
  font-family: var(--font-number-2);
}
.homeService__lead {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.02rem;
  line-height: 1.7;
  max-width: 38rem;
}
.homeService__lead p {
  margin: 0;
}
.homeService__lead a {
  color: #f0dcff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.homeService__lead a:hover {
  color: #fff;
}
.homeService__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.homeService__aside {
  display: none;
}
.homeService__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  flex: 1 1 auto;
  min-width: min(100%, 20rem);
  max-width: 26rem;
}
.homeService__stat {
  text-align: center;
  padding: 0.75rem 0.5rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(173, 138, 254, 0.22);
  backdrop-filter: blur(8px);
}
.homeService__stat strong {
  display: block;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.homeService__stat span {
  font-size: 0.72rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.82);
}
.homeService__cta {
  flex: 0 0 auto;
  white-space: nowrap;
}
.homeService__grid.lvFieldGrid {
  margin-bottom: 1.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
.homeService__grid.lvFieldGrid .lvFieldCard {
  grid-column: auto;
  min-height: 400px;
}
.homeService__grid.lvFieldGrid .lvFieldCard--featured {
  grid-column: auto;
  min-height: 400px;
}
.homeService__grid.lvFieldGrid .lvFieldCard--featured .lvFieldCard__link {
  flex-direction: column;
  align-items: stretch;
}
.homeService__grid.lvFieldGrid .lvFieldCard--featured .lvFieldCard__body {
  max-width: none;
  padding: 1.35rem 1.5rem 1.5rem;
}
@media (min-width: 992px) {
  .homeService__grid.lvFieldGrid.homeService__grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.homeService__grid.lvFieldGrid.homeService__grid--4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.homeService__foot {
  text-align: center;
  padding-top: 0.5rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
}
.homeService__foot a {
  color: #f0dcff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.homeService__foot a:hover {
  color: #fff;
}
.homeService__pricing {
  margin: 1.35rem auto 0;
  max-width: 40rem;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}
.homeService__pricing a {
  color: #f0dcff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.homeService__pricing a:hover {
  color: #fff;
}
.homeService__link-all {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  padding: 0.65rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(173, 138, 254, 0.35);
  background: rgba(115, 71, 245, 0.12);
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease, color 0.25s ease;
}
.homeService__link-all span {
  transition: transform 0.25s ease;
}
.homeService__link-all:hover {
  color: #fff;
  border-color: rgba(173, 138, 254, 0.6);
  background: rgba(115, 71, 245, 0.22);
  transform: translateY(-2px);
}
.homeService__link-all:hover span {
  transform: translateX(4px);
}
.homeService .lvFieldCard {
  min-height: 400px;
}
.homeService .lvFieldCard .lvFieldCard__overlay {
  background: linear-gradient(180deg, rgba(7, 10, 41, 0.08) 0%, rgba(7, 10, 41, 0.3) 42%, rgba(7, 10, 41, 0.76) 72%, rgba(7, 10, 41, 0.94) 100%);
}
.homeService .lvFieldCard .lvFieldCard__body {
  padding: 1.4rem 1.45rem 1.5rem;
}
.homeService .lvFieldCard .lvFieldCard__body::before {
  height: 108%;
  background: linear-gradient(to top, rgba(7, 10, 41, 0.97) 0%, rgba(7, 10, 41, 0.84) 42%, rgba(7, 10, 41, 0.38) 76%, transparent 100%);
}
.homeService .lvFieldCard .lvFieldCard__icon {
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0.6rem;
}
.homeService .lvFieldCard .lvFieldCard__icon img {
  width: 1.45rem;
}
.homeService .lvFieldCard .lvFieldCard__title {
  font-size: clamp(1.14rem, 1.85vw, 1.36rem);
  margin-bottom: 0.45rem;
}
.homeService .lvFieldCard .lvFieldCard__sum {
  font-size: 0.9rem;
  line-height: 1.55;
  -webkit-line-clamp: 2;
  margin-bottom: 0.75rem;
}
.homeService .lvFieldCard .lvFieldCard__more {
  padding: 0.48rem 0.9rem;
  font-size: 0.84rem;
}
.homeService .lvFieldCard .lvFieldCard__tag {
  margin-bottom: 0.35rem;
  padding: 0.28rem 0.6rem;
  font-size: 0.7rem;
}

@keyframes homeServiceOrb {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(-3%, 4%) scale(1.08);
  }
}
/* Single dịch vụ — hero nền ảnh */
.dvLanding .lvHero.dvHero {
  min-height: 62vh;
}
.dvLanding .lvHero.dvHero__bg {
  object-fit: cover;
  transform: scale(1.03);
}
.dvLanding .lvHero.dvHero__overlay {
  background: linear-gradient(105deg, rgba(7, 10, 41, 0.9) 0%, rgba(7, 10, 41, 0.68) 46%, rgba(7, 10, 41, 0.22) 100%);
}

.dvHero--landing-page-vr360 .lvHero__bg {
  object-position: 58% 42%;
}

.dvHero--landing-page-vr360 .lvHero__overlay {
  background: linear-gradient(105deg, rgba(7, 10, 41, 0.92) 0%, rgba(7, 10, 41, 0.78) 42%, rgba(7, 10, 41, 0.35) 100%);
}

.dvHero--dien-hoa-3d-render .lvHero__bg {
  object-position: center 35%;
}

.dvHero--flycam-anh-tren-cao .lvHero__bg {
  object-position: center center;
}

.dvHero--vr360-tour-chup-that .lvHero__bg {
  object-position: center 40%;
}

/* Single dịch vụ — hero pills */
.dvHero__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
.dvHero__pills li {
  font-size: 0.82rem;
  font-weight: 600;
  font-family: var(--font-title);
  color: #e8e2ff;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(173, 138, 254, 0.4);
  background: rgba(173, 138, 254, 0.12);
}

.dvIncludes {
  padding: 3.5rem 0;
  background: linear-gradient(180deg, #0a0e2a 0%, var(--color-blue) 100%);
}
.dvIncludes__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--color-purple);
  margin-bottom: 0.5rem;
}
.dvIncludes__title {
  font-family: var(--font-title);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 2rem;
}
.dvIncludes__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .dvIncludes__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .dvIncludes__grid {
    grid-template-columns: 1fr;
  }
}
.dvIncludes__card {
  padding: 1.35rem 1.25rem;
  border-radius: 16px;
  border: 1px solid rgba(173, 138, 254, 0.22);
  background: rgba(37, 43, 81, 0.5);
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.dvIncludes__card:hover {
  transform: translateY(-3px);
  border-color: rgba(173, 138, 254, 0.45);
}
.dvIncludes__icon {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--color-grad-2);
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0.85rem;
}
.dvIncludes__card-title {
  font-family: var(--font-title);
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.4rem;
}
.dvIncludes__card-desc {
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

.dvToc__cta-box {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dvToc__cta-lead {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 0.65rem;
}

.dvProducts {
  padding: 3.5rem 0;
  background: linear-gradient(180deg, var(--color-blue) 0%, #0a0e2a 100%);
}
.dvProducts .du-an-section-head__meta {
  max-width: 40rem;
}
.dvProducts__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .dvProducts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .dvProducts__grid {
    grid-template-columns: 1fr;
  }
}
.dvProducts__more {
  text-align: center;
  margin: 0;
}
.dvProducts__more a {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  font-family: var(--font-title);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.dvProducts__more a:hover {
  color: #FBCDFF;
}
.dvProducts .item_proj-card {
  padding: 0;
  margin: 0;
  height: auto;
}
.dvProducts .item_proj-card:hover .item_proj-card__inner {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(7, 10, 41, 0.35);
  border-color: rgba(148, 120, 255, 0.45);
}
.dvProducts .item_proj-card:hover .item_proj-card__inner .item_proj-card__media img {
  transform: scale(1.06);
}
.dvProducts .item_proj-card__inner {
  display: flex;
  flex-direction: column;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.dvProducts .item_proj-card__media-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.dvProducts .item_proj-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}
.dvProducts .item_proj-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  aspect-ratio: auto;
  transition: transform 0.5s ease;
}
.dvProducts .item_proj-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(7, 10, 41, 0.75) 100%);
  pointer-events: none;
}
.dvProducts .item_proj-card__badge {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 2;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  background: var(--color-grad-2);
  border-radius: 999px;
  padding: 0.35rem 0.65rem;
}
.dvProducts .item_proj-card__body {
  padding: 1rem 1.1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.dvProducts .item_proj-card__title {
  font-family: var(--font-title);
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.dvProducts .item_proj-card__title a {
  color: #fff;
  text-decoration: none;
}
.dvProducts .item_proj-card__title a:hover {
  color: #d4c4ff;
}
.dvProducts .item_proj-card__excerpt {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.dvProducts .item_proj-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.15rem;
}
.dvProducts .item_proj-card__detail {
  font-size: 0.78rem;
  font-weight: 600;
  font-family: var(--font-title);
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.25s ease;
}
.dvProducts .item_proj-card__detail:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}
.dvProducts .item_proj-card__cta {
  font-size: 0.78rem;
  font-weight: 600;
  font-family: var(--font-title);
  color: #fff;
  background: var(--color-grad-2);
  border: 0;
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
  cursor: pointer;
  line-height: 1.35;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.dvProducts .item_proj-card__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(115, 71, 245, 0.45);
  color: #fff;
}
.dvProducts .item_proj-card__cta--link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.dvProducts .item_proj-card__badge--3d {
  background: rgba(7, 10, 41, 0.82);
  border: 1px solid rgba(173, 138, 254, 0.45);
}
@media (max-width: 767px) {
  .dvProducts .item_proj-card:hover .item_proj-card__inner {
    transform: none;
  }
  .dvProducts .item_proj-card__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.45rem;
  }
  .dvProducts .item_proj-card__detail, .dvProducts .item_proj-card__cta {
    width: 100%;
    text-align: center;
    justify-content: center;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
  }
}

.dvLandingGallery {
  margin-bottom: 1.5rem;
}
.dvLandingGallery__project + .dvLandingGallery__project {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.dvLandingGallery__head {
  margin-bottom: 1.25rem;
}
.dvLandingGallery__title {
  margin: 0 0 0.35rem;
  font-family: var(--font-title);
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  font-weight: 600;
  color: #fff;
}
.dvLandingGallery__meta {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.62);
}
.dvLandingGallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}
@media (max-width: 991px) {
  .dvLandingGallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .dvLandingGallery__grid {
    grid-template-columns: 1fr;
  }
}
.dvLandingGallery__item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  aspect-ratio: 16/10;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.dvLandingGallery__item:hover {
  transform: translateY(-4px);
  border-color: rgba(173, 138, 254, 0.45);
  box-shadow: 0 16px 32px rgba(7, 10, 41, 0.35);
}
.dvLandingGallery__item:hover img {
  transform: scale(1.05);
}
.dvLandingGallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.dvLandingGallery__label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem 0.75rem 0.65rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(7, 10, 41, 0.88));
  line-height: 1.35;
}

.dvTrust {
  padding: 2rem 0;
  background: rgba(173, 138, 254, 0.08);
  border-top: 1px solid rgba(173, 138, 254, 0.2);
  border-bottom: 1px solid rgba(173, 138, 254, 0.2);
}
.dvTrust__inner {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.dvTrust__icon {
  flex: 0 0 auto;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color-grad-2);
  color: #fff;
  font-size: 1.1rem;
}
.dvTrust__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 500;
}

.dvDemos {
  padding: 3.5rem 0;
  background: var(--color-blue);
}
.dvDemos__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--color-purple);
  margin-bottom: 0.5rem;
}
.dvDemos__title {
  font-family: var(--font-title);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}
.dvDemos__lead {
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 1.75rem;
  max-width: 36rem;
}
.dvDemos__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media (max-width: 767px) {
  .dvDemos__grid {
    grid-template-columns: 1fr;
  }
}
.dvDemos__card {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  min-height: 220px;
  border: 1px solid rgba(173, 138, 254, 0.25);
  text-decoration: none;
  transition: transform 0.25s ease;
}
.dvDemos__card:hover {
  transform: translateY(-4px);
}
.dvDemos__card:hover .dvDemos__play {
  color: #FBCDFF;
}
.dvDemos__media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.dvDemos__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(7, 10, 41, 0.92) 100%);
}
.dvDemos__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 220px;
  padding: 1.25rem;
}
.dvDemos__tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #FBCDFF;
  margin-bottom: 0.35rem;
}
.dvDemos__name {
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 0.5rem;
}
.dvDemos__play {
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}
.dvDemos__play i {
  margin-right: 0.35rem;
}

.dvBottomCta {
  padding: 3.5rem 0;
  background: linear-gradient(135deg, rgba(173, 138, 254, 0.15) 0%, rgba(7, 10, 41, 0.95) 100%);
  text-align: center;
}
.dvBottomCta__title {
  font-family: var(--font-title);
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.65rem;
}
.dvBottomCta__lead {
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 1.5rem;
}
.dvBottomCta__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.25rem;
}
.dvBottomCta__link {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.dvBottomCta__link:hover {
  color: #FBCDFF;
}

/* Single dịch vụ — content blocks */
.dv-body .dv-lead {
  font-size: 1.12rem;
  line-height: 1.7;
  color: #d7d9ea;
  margin-bottom: 2rem;
  padding: 1.25rem 1.35rem;
  border-left: 3px solid var(--color-purple);
  background: rgba(173, 138, 254, 0.08);
  border-radius: 0 12px 12px 0;
}
.dv-body .dv-note {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.65);
  margin: -0.5rem 0 1.5rem;
}
.dv-body .dv-showcase {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: 1.5rem 0 2.5rem;
}
@media (max-width: 575px) {
  .dv-body .dv-showcase {
    grid-template-columns: 1fr;
  }
}
.dv-body .dv-showcase img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.dv-body .dv-outcomes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 1.75rem 0 2.5rem;
}
@media (max-width: 991px) {
  .dv-body .dv-outcomes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .dv-body .dv-outcomes {
    grid-template-columns: 1fr;
  }
}
.dv-body .dv-outcomes__item {
  padding: 1.25rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(173, 138, 254, 0.25);
  background: rgba(37, 43, 81, 0.4);
  text-align: center;
}
.dv-body .dv-outcomes__value {
  display: block;
  font-family: var(--font-number-2);
  font-size: 1.65rem;
  font-weight: 700;
  color: #FBCDFF;
  line-height: 1.15;
  margin-bottom: 0.25rem;
}
.dv-body .dv-outcomes__label {
  display: block;
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 0.92rem;
  color: #fff;
  margin-bottom: 0.45rem;
}
.dv-body .dv-outcomes__desc {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.68);
}
.dv-body .dv-checklist {
  list-style: none;
  padding: 0;
  margin: 1rem 0 2rem;
}
.dv-body .dv-checklist li {
  position: relative;
  padding: 0.65rem 0 0.65rem 1.75rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(173, 138, 254, 0.12);
}
.dv-body .dv-checklist li:last-child {
  border-bottom: none;
}
.dv-body .dv-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.95rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--color-grad-2);
}
.dv-body .dv-deliverables {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 1.5rem 0 2.5rem;
}
@media (max-width: 991px) {
  .dv-body .dv-deliverables {
    grid-template-columns: 1fr;
  }
}
.dv-body .dv-deliverables__col {
  padding: 1.35rem 1.25rem;
  border-radius: 14px;
  border: 1px solid rgba(173, 138, 254, 0.22);
  background: rgba(37, 43, 81, 0.35);
}
.dv-body .dv-deliverables__col h3 {
  font-size: 1rem;
  margin-bottom: 0.85rem;
  color: #FBCDFF;
}
.dv-body .dv-deliverables__col ul {
  margin: 0;
  padding-left: 1.1rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}
.dv-body .dv-pricing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 1.5rem 0 2rem;
}
@media (max-width: 991px) {
  .dv-body .dv-pricing {
    grid-template-columns: 1fr;
  }
}
.dv-body .dv-tier {
  position: relative;
  background: rgba(37, 43, 81, 0.45);
  border: 1px solid rgba(173, 138, 254, 0.25);
  border-radius: 16px;
  padding: 1.5rem 1.25rem;
  transition: transform 0.25s ease;
}
.dv-body .dv-tier h3 {
  font-size: 1.1rem;
  margin-bottom: 0.35rem;
}
.dv-body .dv-tier .dv-tier__badge {
  position: absolute;
  top: -0.65rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  background: var(--color-grad-2);
  color: #fff;
  white-space: nowrap;
}
.dv-body .dv-tier .dv-tier__price {
  display: none !important;
}
.dv-body .dv-tier ul {
  margin: 0;
  padding-left: 1.1rem;
  font-size: 0.92rem;
  line-height: 1.55;
}
.dv-body .dv-tier--featured {
  border-color: rgba(173, 138, 254, 0.6);
  background: rgba(173, 138, 254, 0.14);
  transform: scale(1.02);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .dv-body .dv-tier--featured {
    transform: none;
  }
}
.dv-body .dv-process {
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0 2.5rem;
}
@media (min-width: 768px) {
  .dv-body .dv-process {
    grid-template-columns: repeat(2, 1fr);
  }
}
.dv-body .dv-process__step {
  display: flex;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: 14px;
  border: 1px solid rgba(173, 138, 254, 0.2);
  background: rgba(37, 43, 81, 0.35);
}
.dv-body .dv-process__num {
  flex: 0 0 auto;
  font-family: var(--font-number-2);
  font-size: 1.5rem;
  font-weight: 700;
  background: var(--color-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.dv-body .dv-process__body h3 {
  font-size: 1rem;
  margin-bottom: 0.35rem;
}
.dv-body .dv-process__body p {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.55;
}
.dv-body .dv-faq {
  margin: 1rem 0 2rem;
}
.dv-body .dv-faq__item {
  border: 1px solid rgba(173, 138, 254, 0.22);
  border-radius: 12px;
  margin-bottom: 0.65rem;
  background: rgba(37, 43, 81, 0.35);
  overflow: hidden;
}
.dv-body .dv-faq__item summary {
  padding: 1rem 1.15rem;
  font-family: var(--font-title);
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}
.dv-body .dv-faq__item summary::-webkit-details-marker {
  display: none;
}
.dv-body .dv-faq__item summary::after {
  content: "+";
  float: right;
  font-weight: 400;
  color: var(--color-purple);
}
.dv-body .dv-faq__item.is-open summary::after, .dv-body .dv-faq__item[open] summary::after {
  content: "−";
}
.dv-body .dv-faq__item .dv-faq__body {
  padding: 0 1.15rem 1rem;
}
.dv-body .dv-faq__item .dv-faq__body p {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}

.dvMain__content,
.lvMain__content {
  min-width: 0;
}

.dvMobileToc,
.lvMobileToc {
  display: none;
}

.lvToc__nav a.lvToc__link,
.lvToc__link {
  color: #b9bcd4;
  font-size: 0.92rem;
  line-height: 1.4;
  padding: 8px 12px;
  border-radius: 10px;
  border-left: 2px solid transparent;
  transition: all 0.2s ease;
  display: block;
  text-decoration: none;
}
.lvToc__nav a.lvToc__link:hover,
.lvToc__link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}
.lvToc__nav a.lvToc__link.is-active, .lvToc__nav a.lvToc__link.active,
.lvToc__link.is-active,
.lvToc__link.active {
  color: #fff;
  background: rgba(115, 71, 245, 0.18);
  border-left-color: var(--color-purple);
}

.lvToc__sub {
  padding-left: 1.35rem;
  font-size: 0.86rem;
}

/* Dịch vụ — tối ưu mobile (bổ sung riêng dich_vu; hero/breadcrumb/mobile TOC dùng chung ở block trên) */
@media (max-width: 767px) {
  .dvLanding .lvHero.dvHero {
    min-height: 48vh;
  }
  .dvLanding .lvHero.dvHero__overlay {
    background: linear-gradient(180deg, rgba(7, 10, 41, 0.86) 0%, rgba(7, 10, 41, 0.74) 58%, rgba(7, 10, 41, 0.42) 100%);
  }
  .dvLanding .dvHero__pills {
    margin-bottom: 1rem;
    gap: 0.35rem;
  }
  .dvLanding .dvHero__pills li {
    font-size: 0.72rem;
    padding: 0.32rem 0.65rem;
  }
  .dvLanding .dvIncludes {
    padding: 2.25rem 0;
  }
  .dvLanding .dvIncludes__title {
    font-size: 1.35rem;
    margin-bottom: 1.25rem;
  }
  .dvLanding .dvIncludes__card {
    padding: 1.1rem 1rem;
  }
  .dvLanding .dvIncludes__card:hover {
    transform: none;
  }
  .dvLanding .dvIncludes__card-desc {
    font-size: 0.85rem;
  }
  .dvLanding .dvProducts {
    padding: 2.25rem 0;
  }
  .dvLanding .dvProducts .du-an-section-head {
    margin-bottom: 1.25rem;
  }
  .dvLanding .dvProducts .du-an-section-head__title {
    font-size: 1.3rem;
  }
  .dvLanding .dvProducts .du-an-section-head__meta {
    font-size: 0.88rem;
  }
  .dvLanding .dvProducts__grid {
    gap: 0.85rem;
  }
  .dvLanding .dvMain {
    padding: 2rem 0 2.5rem;
  }
  .dvLanding .dv-body h2 {
    font-size: 1.32rem;
    margin-top: 2rem;
    scroll-margin-top: calc(var(--vr360-header-h, 70px) + 3.25rem);
  }
  .dvLanding .dv-body h3 {
    font-size: 1.02rem;
  }
  .dvLanding .dv-body p, .dvLanding .dv-body li {
    text-align: left;
    hyphens: auto;
  }
  .dvLanding .dv-body .dv-lead {
    font-size: 0.98rem;
    line-height: 1.65;
    padding: 0.9rem 0.95rem 0.9rem 1rem;
    margin-bottom: 1.35rem;
  }
  .dvLanding .dv-body .dv-note {
    font-size: 0.84rem;
    line-height: 1.5;
    margin-bottom: 1.15rem;
  }
  .dvLanding .dv-body .dv-outcomes {
    margin: 1.15rem 0 1.75rem;
    gap: 0.65rem;
  }
  .dvLanding .dv-body .dv-outcomes__value {
    font-size: 1.35rem;
  }
  .dvLanding .dv-body .dv-outcomes__item {
    padding: 0.95rem 0.8rem;
  }
  .dvLanding .dv-body .dv-outcomes__desc {
    font-size: 0.78rem;
  }
  .dvLanding .dv-body .dv-checklist {
    margin: 0.75rem 0 1.5rem;
  }
  .dvLanding .dv-body .dv-checklist li {
    font-size: 0.88rem;
    padding: 0.55rem 0 0.55rem 1.45rem;
  }
  .dvLanding .dv-body .dv-checklist li::before {
    top: 0.82rem;
  }
  .dvLanding .dv-body .dv-deliverables {
    margin: 1.15rem 0 1.75rem;
    gap: 0.65rem;
  }
  .dvLanding .dv-body .dv-deliverables__col {
    padding: 1rem 0.95rem;
  }
  .dvLanding .dv-body .dv-deliverables__col ul {
    font-size: 0.86rem;
  }
  .dvLanding .dv-body .dv-pricing {
    gap: 0.75rem;
    margin: 1.15rem 0 1.5rem;
  }
  .dvLanding .dv-body .dv-tier {
    padding: 1.15rem 1rem;
  }
  .dvLanding .dv-body .dv-tier--featured {
    transform: none;
    box-shadow: none;
  }
  .dvLanding .dv-body .dv-tier .dv-tier__price {
    display: none !important;
  }
  .dvLanding .dv-body .dv-tier ul {
    font-size: 0.88rem;
  }
  .dvLanding .dv-body .dv-process {
    margin: 1.15rem 0 1.75rem;
    gap: 0.65rem;
    grid-template-columns: 1fr;
  }
  .dvLanding .dv-body .dv-process__step {
    padding: 0.95rem;
    gap: 0.65rem;
  }
  .dvLanding .dv-body .dv-process__num {
    font-size: 1.2rem;
  }
  .dvLanding .dv-body .dv-process__body h3 {
    font-size: 0.95rem;
  }
  .dvLanding .dv-body .dv-process__body p {
    font-size: 0.85rem;
  }
  .dvLanding .dv-body .dv-showcase {
    margin: 1.15rem 0 1.75rem;
    gap: 0.65rem;
  }
  .dvLanding .dv-body .dv-faq__item summary {
    padding: 0.8rem 0.95rem;
    font-size: 0.9rem;
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .dvLanding .dv-body .dv-faq__item summary::after {
    float: none;
    flex: none;
    margin-left: auto;
  }
  .dvLanding .dv-body .dv-faq__body {
    padding: 0 0.95rem 0.9rem;
  }
  .dvLanding .dv-body .dv-faq__body p {
    font-size: 0.88rem;
  }
  .dvLanding .dvOther {
    padding: 2.25rem 0;
  }
  .dvLanding .dvOther .segTitle {
    font-size: 1.45rem;
  }
  .dvLanding .dvBottomCta {
    padding: 2.25rem 0;
  }
  .dvLanding .dvBottomCta__title {
    font-size: 1.4rem;
  }
  .dvLanding .dvBottomCta__lead {
    font-size: 0.92rem;
    margin-bottom: 1.25rem;
  }
  .dvLanding .dvBottomCta__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
  }
  .dvLanding .dvBottomCta__actions .btn_white {
    width: 100%;
  }
  .dvLanding .dvBottomCta__link {
    display: block;
    text-align: center;
    padding: 0.35rem 0;
  }
  .dvLanding .lvSticky {
    padding: 6px 6px calc(6px + env(safe-area-inset-bottom, 0px));
  }
  .dvLanding .lvSticky__btn {
    min-height: 48px;
    padding: 6px 4px;
    font-size: 0.7rem;
  }
  .dvLanding .lvSticky__btn i {
    font-size: 1rem;
  }
  .dvLanding .serviceAbout {
    padding-bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px)) !important;
  }
  .homeService {
    padding: 2.5rem 0;
  }
  .homeService__head {
    margin-bottom: 1.5rem;
  }
  .homeService__toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .homeService__cta {
    width: 100%;
    text-align: center;
  }
  .homeService__lead {
    font-size: 0.92rem;
  }
  .homeService__stats {
    max-width: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .homeService__grid.lvFieldGrid {
    grid-template-columns: 1fr;
  }
  .homeService .lvFieldCard {
    grid-column: auto;
    min-height: 360px;
  }
  .homeService .lvFieldCard--featured {
    min-height: 380px;
  }
}
/* Homepage SEO hub sections */
.homeAbout__title {
  margin-bottom: 1.25rem;
  color: #fff;
}

.homeAbout__body {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.02rem;
  line-height: 1.75;
}
.homeAbout__body p {
  margin-bottom: 1rem;
}
.homeAbout__body a {
  color: #f0dcff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.homeAbout__body a:hover {
  color: #fff;
}

.homeHub {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  background: #070A29;
  color: #fff;
}
.homeHub--caps {
  background: linear-gradient(180deg, #0c1130 0%, #070A29 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.homeHub--pillar {
  background: #0a0e28;
}
.homeHub--demo {
  background: radial-gradient(80% 120% at 50% 0%, rgba(115, 71, 245, 0.18) 0%, #070A29 55%);
}
.homeHub--faq {
  background: #070A29;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.homeHub__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  font-weight: 700;
  color: #c9b8ff;
  margin: 0 0 0.5rem;
}
.homeHub__title.segTitle {
  color: #fff;
  margin-bottom: 0.75rem;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
}
.homeHub__title.segTitle span {
  font-family: var(--font-number-2);
}
.homeHub__desc, .homeHub__lead {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.02rem;
  line-height: 1.7;
  max-width: 42rem;
  margin: 0;
}
.homeHub__desc a, .homeHub__lead a {
  color: #f0dcff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.homeHub__desc a:hover, .homeHub__lead a:hover {
  color: #fff;
}
.homeHub__lead p {
  margin: 0;
}
.homeHub__caps {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}
.homeHub__caps li {
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(173, 138, 254, 0.2);
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.85);
}
.homeHub__pricing {
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, 0.8);
}
.homeHub__pricing a {
  color: #e4befa;
}

.homePillar__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}
@media (min-width: 768px) {
  .homePillar__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .homePillar__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.homePillar__card {
  padding: 1rem 1.1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(173, 138, 254, 0.22);
}

.homePillar__title {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  font-family: var(--font-title);
}
.homePillar__title a {
  color: #fff;
  text-decoration: none;
}
.homePillar__title a:hover {
  color: #e4befa;
}

.homePillar__links {
  margin: 0;
  font-size: 0.8rem;
}
.homePillar__links a {
  color: rgba(255, 255, 255, 0.72);
}
.homePillar__links a:hover {
  color: #fff;
}
.homePillar__links span {
  margin: 0 0.35rem;
  opacity: 0.5;
}

.homeDemo__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .homeDemo__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.homeDemo__card {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(12, 16, 42, 0.85);
  border: 1px solid rgba(173, 138, 254, 0.32);
}

.homeDemo__thumb {
  display: block;
  position: relative;
  flex: 0 0 auto;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.homeDemo__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homeDemo__play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 1.75rem;
  color: #fff;
  background: rgba(7, 10, 41, 0.32);
}

.homeDemo__body {
  position: relative;
  flex: 1 1 auto;
  z-index: 2;
  padding: 0.8rem 0.95rem 0.9rem;
  background: rgba(7, 10, 41, 0.94);
  border-top: 1px solid rgba(173, 138, 254, 0.18);
}

.homeDemo__tag {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #d4bcff;
  font-weight: 600;
}

.homeDemo__name {
  margin: 0.25rem 0 0.5rem;
  font-size: 0.98rem;
  font-family: var(--font-title);
  font-weight: 600;
  color: #fff;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.homeDemo__cta {
  font-size: 0.8rem;
  font-weight: 600;
  color: #f0dcff;
}
.homeDemo__cta:hover {
  color: #fff;
}

.homePartner__head {
  text-align: center;
  margin-bottom: 1.25rem;
}
.homePartner__head .homeHub__desc {
  margin: 0 auto;
}

.homePartner .homeHub__title {
  color: #1a1f4d;
}

.homePartner .homeHub__eyebrow {
  color: #5f3ad4;
}

.homePartner .homeHub__desc {
  color: rgba(20, 24, 58, 0.88);
  font-size: 1.02rem;
  line-height: 1.65;
  max-width: 38rem;
}

.homeHub--demo .homeHub__head,
.homeHub--featured .homeHub__head {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto 1.75rem;
}
.homeHub--demo .homeHub__desc,
.homeHub--featured .homeHub__desc {
  margin-left: auto;
  margin-right: auto;
}

.homeHub--faq {
  position: relative;
  overflow: hidden;
}
.homeHub--faq::before {
  content: "";
  position: absolute;
  width: min(42vw, 520px);
  height: min(42vw, 520px);
  top: 10%;
  right: -12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(115, 71, 245, 0.16) 0%, transparent 70%);
  pointer-events: none;
}
.homeHub--faq .container_frame {
  position: relative;
  z-index: 1;
}

.homeFaqLayout {
  display: grid;
  gap: clamp(1.75rem, 3.5vw, 3rem);
  align-items: start;
}
@media (min-width: 992px) {
  .homeFaqLayout {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(2.5rem, 5vw, 4rem);
  }
}
@media (min-width: 992px) {
  .homeFaqLayout__aside {
    position: sticky;
    top: 5.5rem;
  }
}
.homeFaqLayout__aside .homeHub__title.segTitle {
  margin-bottom: 0.85rem;
  max-width: 16ch;
}
.homeFaqLayout__lead {
  margin: 0 0 1.35rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  font-size: 1rem;
  max-width: 28rem;
}
.homeFaqLayout__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
  margin-bottom: 1.35rem;
  max-width: 26rem;
}
.homeFaqLayout__stat {
  text-align: center;
  padding: 0.7rem 0.45rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(173, 138, 254, 0.22);
  backdrop-filter: blur(8px);
}
.homeFaqLayout__stat strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.homeFaqLayout__stat span {
  font-size: 0.7rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
}
.homeFaqLayout__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.25rem;
}
.homeFaqLayout__cta {
  flex: 0 0 auto;
}
.homeFaqLayout__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.2s ease;
}
.homeFaqLayout__link span {
  transition: transform 0.2s ease;
}
.homeFaqLayout__link:hover {
  color: #e4befa;
}
.homeFaqLayout__link:hover span {
  transform: translateX(4px);
}
.homeFaqLayout__list.homeFaq {
  max-width: none;
  width: 100%;
}

.homeFaq {
  max-width: 48rem;
}
.homeFaq .homeFaq__item {
  border: 1px solid rgba(173, 138, 254, 0.25);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  margin-bottom: 0.65rem;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.homeFaq .homeFaq__item[open] {
  border-color: rgba(173, 138, 254, 0.45);
  background: rgba(115, 71, 245, 0.1);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}
.homeFaq .homeFaq__item[open] .homeFaq__icon {
  transform: rotate(45deg);
}
.homeFaq .homeFaq__item summary {
  cursor: pointer;
  padding: 1rem 1.1rem;
  font-weight: 600;
  font-family: var(--font-title);
  color: #fff;
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.homeFaq .homeFaq__item summary::-webkit-details-marker {
  display: none;
}
.homeFaq__q {
  flex: 1 1 auto;
  line-height: 1.4;
  padding-right: 0.25rem;
}
.homeFaq__icon {
  flex: 0 0 auto;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.15rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  position: relative;
  transition: transform 0.25s ease, background 0.25s ease;
}
.homeFaq__icon::before, .homeFaq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.55rem;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%);
}
.homeFaq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.homeFaq .homeFaq__body {
  padding: 0 1.1rem 1rem;
}
.homeFaq .homeFaq__body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  font-size: 0.98rem;
}

.homeTrust {
  color: rgba(255, 255, 255, 0.92);
  max-width: 36rem;
  margin: 0 auto 1.25rem;
  line-height: 1.65;
  font-size: 0.98rem;
}

.homeProgress__title-mobi {
  font-family: var(--font-title);
  font-size: 2rem;
  margin-bottom: 1rem;
}

.homeHub--featured {
  background: linear-gradient(180deg, #0c1130 0%, #070A29 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.homeHub--activity {
  background: #070A29;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.homeHub--activity .homeHub__head {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto 1.75rem;
}
.homeHub--activity .homeHub__desc {
  margin-left: auto;
  margin-right: auto;
}

.homeActivity__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .homeActivity__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
  }
}

.homeActivity__card {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(173, 138, 254, 0.32);
  background: rgba(12, 16, 42, 0.9);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.homeActivity__card:hover {
  transform: translateY(-4px);
  border-color: rgba(173, 138, 254, 0.45);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}
.homeActivity__card:hover .homeActivity__thumb img {
  transform: scale(1.04);
}
.homeActivity__card:hover .homeActivity__more {
  color: #fff;
}

.homeActivity__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

.homeActivity__thumb {
  display: block;
  flex: 0 0 auto;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.homeActivity__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.homeActivity__body {
  position: relative;
  flex: 1 1 auto;
  padding: 0.8rem 0.9rem 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  background: rgba(7, 10, 41, 0.94);
  border-top: 1px solid rgba(173, 138, 254, 0.18);
}

.homeActivity__date {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #d4bcff;
}

.homeActivity__name {
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 0.96rem;
  line-height: 1.4;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.homeActivity__more {
  font-size: 0.74rem;
  font-weight: 600;
  color: #f0dcff;
  margin-top: 0.15rem;
}

.homeActivity__foot {
  text-align: center;
}

.homeActivity__all {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  padding: 0.6rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(173, 138, 254, 0.35);
  background: rgba(115, 71, 245, 0.12);
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease, color 0.25s ease;
}
.homeActivity__all span {
  transition: transform 0.25s ease;
}
.homeActivity__all:hover {
  color: #fff;
  border-color: rgba(173, 138, 254, 0.6);
  background: rgba(115, 71, 245, 0.22);
  transform: translateY(-2px);
}
.homeActivity__all:hover span {
  transform: translateX(4px);
}

.homeFeatured__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .homeFeatured__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
  }
}

.homeFeatured__card {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(173, 138, 254, 0.32);
  background: rgba(12, 16, 42, 0.9);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.homeFeatured__card:hover {
  transform: translateY(-4px);
  border-color: rgba(173, 138, 254, 0.45);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}
.homeFeatured__card:hover .homeFeatured__thumb img {
  transform: scale(1.04);
}

.homeFeatured__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

.homeFeatured__thumb {
  display: block;
  flex: 0 0 auto;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.homeFeatured__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.homeFeatured__body {
  position: relative;
  flex: 1 1 auto;
  padding: 0.8rem 0.9rem 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  background: rgba(7, 10, 41, 0.94);
  border-top: 1px solid rgba(173, 138, 254, 0.18);
}

.homeFeatured__name {
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 0.96rem;
  line-height: 1.4;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.homeFeatured__more {
  font-size: 0.74rem;
  font-weight: 600;
  color: #f0dcff;
}

.homeFeatured__foot {
  text-align: center;
}

.homeFeatured__profile {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  padding: 0.6rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(173, 138, 254, 0.35);
  background: rgba(115, 71, 245, 0.12);
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}
.homeFeatured__profile span {
  transition: transform 0.25s ease;
}
.homeFeatured__profile:hover {
  color: #fff;
  border-color: rgba(173, 138, 254, 0.6);
  background: rgba(115, 71, 245, 0.22);
  transform: translateY(-2px);
}
.homeFeatured__profile:hover span {
  transform: translateX(4px);
}

/* Homepage UI polish — typography & contrast */
.homeAbout .content_about .homeAbout__title.segTitle {
  margin-bottom: 1.25rem;
  line-height: 1.2;
}

.homeNumber .content_number .item_number .text {
  font-size: 0.95rem;
  line-height: 1.45;
  color: rgba(26, 31, 77, 0.92);
  font-weight: 500;
}

.aboutField--wow .lvFieldCard__pill {
  font-size: 0.8rem;
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.14);
}

.homeFaqLayout__link {
  color: rgba(255, 255, 255, 0.92);
}
.homeFaqLayout__link:hover {
  color: #f0dcff;
}

/* Homepage — giảm độ nổi ảnh, tăng vùng chữ trên card */
.homeService .lvFieldCard__link:hover .lvFieldCard__media img,
.homeService .lvFieldCard--split .lvFieldCard__shell:hover .lvFieldCard__media,
.aboutField--wow .lvFieldCard__link:hover .lvFieldCard__media img,
.aboutField--wow .lvFieldCard--split .lvFieldCard__shell:hover .lvFieldCard__media {
  transform: scale(1.04);
}

/* =====================================================================
   LIQUID GLASS — toàn site
   Glassmorphism nâng cao: tint trong suốt + blur + viền sáng +
   specular highlight + sheen. Header + CTA áp dụng mọi trang
   (nền site đồng nhất tối #070A29); phần riêng trang chủ scope body.home;
   phần trang con scope theo wrapper (.contact-page, .tin-tuc-page,
   .blog-post-page).
   ===================================================================== */
/* --- Header nav glass (toàn site) --- */
.header {
  background: var(--lg-tint-dark);
  backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
  transition: background 0.4s ease, backdrop-filter 0.4s ease, box-shadow 0.4s ease;
}
.header.change {
  background: rgba(7, 10, 41, 0.72);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .header .menu_header {
    background: linear-gradient(165deg, #0a0e2a 0%, #12183f 48%, #0d1230 100%);
  }
}

/* --- lvFieldCard: stroke sáng + specular mép + sheen lướt (trang chủ + lĩnh vực/dịch vụ) --- */
body.home .lvFieldCard__link,
.linh-vuc-page .lvFieldCard__link,
.dich-vu-page .lvFieldCard__link {
  box-shadow: var(--lg-specular);
}
body.home .lvFieldCard__link::after,
.linh-vuc-page .lvFieldCard__link::after,
.dich-vu-page .lvFieldCard__link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: var(--lg-sheen);
  opacity: 0.55;
  transform: translateY(-12%);
  transition: opacity 0.5s ease, transform 0.6s ease;
}
body.home .lvFieldCard__link:hover,
.linh-vuc-page .lvFieldCard__link:hover,
.dich-vu-page .lvFieldCard__link:hover {
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.45), var(--lg-specular);
}
body.home .lvFieldCard__link:hover::after,
.linh-vuc-page .lvFieldCard__link:hover::after,
.dich-vu-page .lvFieldCard__link:hover::after {
  opacity: 0.9;
  transform: translateY(0);
}

/* --- Card teaser body (demo / featured / activity): nền đặc -> glass tint + blur --- */
body.home .homeDemo__body,
body.home .homeFeatured__body,
body.home .homeActivity__body {
  background: rgba(7, 10, 41, 0.55);
  backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
}
body.home .homeDemo__card,
body.home .homeFeatured__card,
body.home .homeActivity__card {
  box-shadow: var(--lg-specular);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
body.home .homeDemo__card:hover,
body.home .homeFeatured__card:hover,
body.home .homeActivity__card:hover {
  border-color: rgba(255, 255, 255, 0.38);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35), var(--lg-specular);
}

/* --- Stat chip: nâng lên token glass chuẩn --- */
body.home .homeService__stat {
  background: var(--lg-tint-strong);
  backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  border: 1px solid var(--lg-stroke);
  box-shadow: var(--lg-specular);
}

/* --- FAQ item glass --- */
body.home .homeFaq .homeFaq__item {
  background: var(--lg-tint);
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  border: 1px solid var(--lg-stroke);
  box-shadow: var(--lg-specular);
}
body.home .homeFaq .homeFaq__item[open] {
  background: rgba(115, 71, 245, 0.16);
  border-color: var(--lg-stroke-soft);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28), var(--lg-specular);
}

/* --- Nút phụ (pill viền) -> glass pill --- */
body.home .homeService__link-all,
body.home .homeActivity__all,
body.home .homeFeatured__profile {
  background: var(--lg-tint-strong);
  backdrop-filter: blur(12px) saturate(150%);
  -webkit-backdrop-filter: blur(12px) saturate(150%);
  border: 1px solid var(--lg-stroke);
  box-shadow: var(--lg-specular);
}
body.home .homeService__link-all:hover,
body.home .homeActivity__all:hover,
body.home .homeFeatured__profile:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.5);
}

/* --- Chip nhỏ (tag/date/pill) -> glass chip --- */
body.home .homeDemo__tag,
body.home .homeActivity__date {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  background: var(--lg-tint-strong);
  backdrop-filter: blur(8px) saturate(150%);
  -webkit-backdrop-filter: blur(8px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
body.home .lvFieldCard__pill {
  background: var(--lg-tint-strong);
  backdrop-filter: blur(8px) saturate(150%);
  -webkit-backdrop-filter: blur(8px) saturate(150%);
  border: 1px solid var(--lg-stroke);
}

/* --- CTA chính: giữ gradient nổi bật, phủ thêm sheen + specular rim (toàn site) --- */
.btn_primary,
.btn_white {
  box-shadow: var(--lg-specular), 0 10px 28px rgba(97, 49, 249, 0.32);
}
.btn_primary::before,
.btn_white::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--lg-sheen);
  pointer-events: none;
  z-index: 1;
  opacity: 0.85;
}

/* --- Logo đối tác trên nền sáng: tinh chỉnh glass + sheen + hover lift --- */
body.home .homePartner .item_logo {
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
body.home .homePartner .item_logo::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 42%);
}
body.home .homePartner .item_logo__media,
body.home .homePartner .item_logo img {
  position: relative;
  z-index: 1;
}
body.home .homePartner .item_logo:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 34px rgba(97, 49, 249, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.85);
}
body.home .homePartner__foot a {
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(12px) saturate(150%);
  -webkit-backdrop-filter: blur(12px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
body.home .homePartner__foot a:hover {
  background: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.85);
  transform: translateY(-2px);
}

/* =====================================================================
   LIQUID GLASS — TRANG CON (Liên hệ / Tin tức / Chi tiết bài viết)
   Tất cả section trang con đều nền tối (#070A29) -> glass tint trắng
   an toàn. Phần lớn block đã có tint + viền, ở đây bổ sung backdrop-filter
   + specular + sheen để đồng bộ ngôn ngữ Liquid Glass với trang chủ.
   ===================================================================== */
/* ---------- LIÊN HỆ (.contact-page) ---------- */
.contact-panel {
  backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  box-shadow: var(--lg-shadow), var(--lg-specular);
}

.contact-stats__item {
  backdrop-filter: blur(12px) saturate(150%);
  -webkit-backdrop-filter: blur(12px) saturate(150%);
  box-shadow: var(--lg-specular);
}

.contact-card__link {
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  box-shadow: var(--lg-specular);
}
.contact-card__link:hover {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35), var(--lg-specular);
}

.contact-quick__item {
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  box-shadow: var(--lg-specular);
}
.contact-quick__item:hover {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.32), var(--lg-specular);
}

.contact-hero__eyebrow {
  backdrop-filter: blur(8px) saturate(150%);
  -webkit-backdrop-filter: blur(8px) saturate(150%);
}

/* ---------- TIN TỨC (.tin-tuc-page) ---------- */
.tin-tuc-page .ttNewsCard--grid {
  backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  box-shadow: var(--lg-specular);
}
.tin-tuc-page .ttNewsCard--grid:hover {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35), var(--lg-specular);
}
.tin-tuc-page .tt-page-sidebar {
  backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  box-shadow: var(--lg-shadow), var(--lg-specular);
}
.tin-tuc-page .ttNewsCard__cat,
.tin-tuc-page .tt-page-hero__eyebrow,
.tin-tuc-page .tt-page-hero__chip {
  backdrop-filter: blur(8px) saturate(150%);
  -webkit-backdrop-filter: blur(8px) saturate(150%);
}
.tin-tuc-page .tt-page-pagination a,
.tin-tuc-page .tt-page-pagination span {
  backdrop-filter: blur(8px) saturate(150%);
  -webkit-backdrop-filter: blur(8px) saturate(150%);
}

/* ---------- CHI TIẾT BÀI VIẾT (.blog-post-page) ---------- */
.blog-post-page .blog-post-toc {
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  box-shadow: var(--lg-specular);
}
.blog-post-page .blog-post-aside__cta {
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  box-shadow: var(--lg-specular);
}
.blog-post-page .blog-post-copy-link {
  backdrop-filter: blur(10px) saturate(150%);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  box-shadow: var(--lg-specular);
}
.blog-post-page .blog-post-hero__cat,
.blog-post-page .blog-post-tags__chip {
  backdrop-filter: blur(8px) saturate(150%);
  -webkit-backdrop-filter: blur(8px) saturate(150%);
}
.blog-post-page .ttNewsCard--grid {
  backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  box-shadow: var(--lg-specular);
}

/* ---------- LĨNH VỰC / DỊCH VỤ (.linh-vuc-page, .dich-vu-page) ---------- */
.linh-vuc-page .lv-page-hero__stat,
.dich-vu-page .lv-page-hero__stat {
  box-shadow: var(--lg-specular);
}
.linh-vuc-page .lv-page-hero__eyebrow,
.linh-vuc-page .lv-page-chip,
.dich-vu-page .lv-page-hero__eyebrow,
.dich-vu-page .lv-page-chip {
  backdrop-filter: blur(8px) saturate(150%);
  -webkit-backdrop-filter: blur(8px) saturate(150%);
}
.linh-vuc-page .lv-page-search,
.dich-vu-page .lv-page-search {
  backdrop-filter: blur(12px) saturate(150%);
  -webkit-backdrop-filter: blur(12px) saturate(150%);
  box-shadow: var(--lg-specular);
}
.linh-vuc-page .lvFieldCard__pill,
.dich-vu-page .lvFieldCard__pill {
  backdrop-filter: blur(8px) saturate(150%);
  -webkit-backdrop-filter: blur(8px) saturate(150%);
  border: 1px solid var(--lg-stroke);
}

/* ---------- DỰ ÁN (.du-an-page) ---------- */
.du-an-page .du-an-hero__stat {
  box-shadow: var(--lg-specular);
}
.du-an-page .du-an-hero__eyebrow {
  backdrop-filter: blur(8px) saturate(150%);
  -webkit-backdrop-filter: blur(8px) saturate(150%);
}
.du-an-page .item_proj-card__inner {
  backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  box-shadow: var(--lg-specular);
}
.du-an-page .item_proj-card__inner:hover {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35), var(--lg-specular);
}
.du-an-page .du-an-search {
  backdrop-filter: blur(10px) saturate(150%);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  box-shadow: var(--lg-specular);
}
.du-an-page .du-an-filter .nav-link {
  backdrop-filter: blur(8px) saturate(150%);
  -webkit-backdrop-filter: blur(8px) saturate(150%);
}
.du-an-page .du-an-active-filter {
  backdrop-filter: blur(10px) saturate(150%);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  box-shadow: var(--lg-specular);
}

/* ---------- CHI TIẾT DỰ ÁN (.du-an-detail-page) ---------- */
.du-an-detail-page .du-an-detail-card {
  backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  box-shadow: var(--lg-specular);
}
.du-an-detail-page .du-an-detail-hero__category {
  backdrop-filter: blur(8px) saturate(150%);
  -webkit-backdrop-filter: blur(8px) saturate(150%);
}
.du-an-detail-page .item_proj-card__inner {
  backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  box-shadow: var(--lg-specular);
}
.du-an-detail-page .du-an-detail-btn--ghost {
  backdrop-filter: blur(10px) saturate(150%);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  box-shadow: var(--lg-specular);
}

/* ---------- LANDING LĨNH VỰC / DỊCH VỤ CHI TIẾT (.lvLanding) ---------- */
.lvLanding .lvToc {
  backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  box-shadow: var(--lg-shadow), var(--lg-specular);
}
.lvLanding .lvHero__eyebrow {
  backdrop-filter: blur(8px) saturate(150%);
  -webkit-backdrop-filter: blur(8px) saturate(150%);
}
.lvLanding .lvTourCard {
  box-shadow: var(--lg-specular);
}
.lvLanding .lvTourCard__badge {
  backdrop-filter: blur(8px) saturate(150%);
  -webkit-backdrop-filter: blur(8px) saturate(150%);
}
.lvLanding .lvSticky {
  backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--lg-blur)) saturate(160%);
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.28);
}

/* ---------- GIỚI THIỆU (.serviceAbout dùng chung about + CTA cuối bài) ---------- */
.gallery_about .img_gallery {
  box-shadow: var(--lg-specular);
}

/* --- Icon lift: nổi trên glass (gradient đặc + glow, không blur) --- */
.contact-card__icon {
  position: relative;
  z-index: 2;
  box-shadow: 0 8px 22px rgba(97, 49, 249, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}
.contact-card__icon img {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.22));
}

.contact-card--zalo .contact-card__icon {
  background: linear-gradient(145deg, rgba(0, 104, 255, 0.58), rgba(0, 150, 255, 0.35));
  box-shadow: 0 8px 22px rgba(0, 120, 255, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.contact-card--phone .contact-card__icon {
  background: linear-gradient(145deg, rgba(97, 49, 249, 0.58), rgba(183, 148, 255, 0.32));
}

.contact-card--email .contact-card__icon {
  background: linear-gradient(145deg, rgba(183, 148, 255, 0.48), rgba(251, 205, 255, 0.24));
}

.lvFieldCard__icon,
.lvOther__icon {
  position: relative;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: 0 12px 30px rgba(97, 49, 249, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.lvFieldCard__icon img,
.lvOther__icon img {
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.28));
}

.dvIncludes__icon {
  position: relative;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 10px 26px rgba(97, 49, 249, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.lvFieldCard__link:hover .lvFieldCard__icon,
.lvOther__item:hover .lvOther__icon {
  transform: scale(1.06);
  box-shadow: 0 14px 34px rgba(97, 49, 249, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

/* =====================================================================
   LIQUID GLASS — Accessibility & fallback
   ===================================================================== */
/* Fallback: trình duyệt không hỗ trợ backdrop-filter -> nền đặc, vẫn đọc tốt */
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .header {
    background: rgba(7, 10, 41, 0.96);
  }
  body.home .homeDemo__body,
  body.home .homeFeatured__body,
  body.home .homeActivity__body {
    background: rgba(7, 10, 41, 0.94);
  }
  body.home .homeService__stat {
    background: rgba(20, 24, 58, 0.92);
  }
  body.home .homeFaq .homeFaq__item {
    background: rgba(20, 24, 58, 0.88);
  }
  body.home .homeService__link-all,
  body.home .homeActivity__all,
  body.home .homeFeatured__profile {
    background: rgba(115, 71, 245, 0.22);
  }
  body.home .homeDemo__tag,
  body.home .homeActivity__date,
  body.home .lvFieldCard__pill {
    background: rgba(255, 255, 255, 0.18);
  }
  /* Trang con: nền đặc thay glass */
  .contact-panel {
    background: rgba(7, 10, 41, 0.92);
  }
  .contact-stats__item,
  .contact-card__link,
  .contact-quick__item {
    background: rgba(20, 24, 58, 0.9);
  }
  .tin-tuc-page .ttNewsCard--grid,
  .tin-tuc-page .tt-page-sidebar {
    background: rgba(20, 24, 58, 0.9);
  }
  .blog-post-page .blog-post-toc,
  .blog-post-page .blog-post-copy-link,
  .blog-post-page .ttNewsCard--grid {
    background: rgba(20, 24, 58, 0.9);
  }
  .blog-post-page .blog-post-aside__cta {
    background: rgba(40, 28, 78, 0.92);
  }
  .du-an-page .item_proj-card__inner,
  .du-an-detail-page .du-an-detail-card,
  .du-an-detail-page .item_proj-card__inner,
  .lvLanding .lvToc {
    background: rgba(20, 24, 58, 0.9);
  }
}
/* Giảm trong suốt: tăng nền đặc, bỏ blur */
@media (prefers-reduced-transparency: reduce) {
  .header,
  .header.change {
    background: rgba(7, 10, 41, 0.97);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  body.home .homeDemo__body,
  body.home .homeFeatured__body,
  body.home .homeActivity__body {
    background: rgba(7, 10, 41, 0.95);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  body.home .homeService__stat,
  body.home .homeFaq .homeFaq__item {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(20, 24, 58, 0.92);
  }
  /* Trang con */
  .contact-panel,
  .contact-stats__item,
  .contact-card__link,
  .contact-quick__item,
  .tin-tuc-page .ttNewsCard--grid,
  .tin-tuc-page .tt-page-sidebar,
  .blog-post-page .blog-post-toc,
  .blog-post-page .blog-post-copy-link,
  .blog-post-page .blog-post-aside__cta,
  .blog-post-page .ttNewsCard--grid,
  .du-an-page .item_proj-card__inner,
  .du-an-detail-page .du-an-detail-card,
  .du-an-detail-page .item_proj-card__inner,
  .lvLanding .lvToc,
  .lvLanding .lvSticky {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(20, 24, 58, 0.92);
  }
}
/* Tương phản cao: viền rõ hơn, tint đậm hơn */
@media (prefers-contrast: more) {
  .header {
    border-bottom-color: rgba(255, 255, 255, 0.4);
  }
  body.home .homeDemo__body,
  body.home .homeFeatured__body,
  body.home .homeActivity__body,
  body.home .homeService__stat,
  body.home .homeFaq .homeFaq__item {
    border-color: rgba(255, 255, 255, 0.55);
    background-color: rgba(7, 10, 41, 0.82);
  }
  .contact-card__link,
  .tin-tuc-page .ttNewsCard--grid,
  .du-an-page .item_proj-card__inner,
  .du-an-detail-page .du-an-detail-card {
    border-color: rgba(255, 255, 255, 0.45);
  }
}
/* Giảm chuyển động: tắt sheen lướt + transition trên surface glass */
@media (prefers-reduced-motion: reduce) {
  body.home .lvFieldCard__link,
  body.home .lvFieldCard__link::after,
  body.home .homeDemo__card,
  body.home .homeFeatured__card,
  body.home .homeActivity__card,
  body.home .item_logo {
    transition: none;
  }
  body.home .lvFieldCard__link::after {
    transform: none;
  }
}



/* ===== DX Home (beta reposition 2026-09) visual+VI ===== */
.dxBetaBanner{position:sticky;top:0;z-index:9999;background:#10153F;color:#E9E7F9;font-size:13px;text-align:center;padding:8px 12px;border-bottom:1px solid #23284f}
.dxBetaBanner a{color:#AD8AFE;text-decoration:underline}
.dx-home .header{background:rgba(7,10,41,.88);backdrop-filter:blur(10px)}
.dx-home .header .dxLogoWrap{display:inline-flex;align-items:center;justify-content:center;background:#fff;border-radius:10px;padding:6px 10px;line-height:0}
.dx-home .header .dxLogoWrap img{max-height:40px;width:auto;display:block}
.dxHome .dxHero{position:relative;min-height:92vh;display:flex;align-items:center;padding:110px 0 80px;color:#E9E7F9;overflow:hidden}
.dxHero__bg{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.04);z-index:0;animation:dxHeroZoom 18s ease-out forwards}
.dxHero__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(110deg,rgba(7,10,41,.92) 0%,rgba(7,10,41,.72) 42%,rgba(58,29,143,.55) 100%)}
.dxHero__inner{position:relative;z-index:2;display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:center;width:100%}
@media (max-width:960px){.dxHero__inner{grid-template-columns:1fr;gap:28px}.dxHome .dxHero{min-height:auto;padding:96px 0 56px}}
.dxHero__eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:13px;color:#AD8AFE;margin:0 0 16px;font-weight:600}
.dxHero__title{font-size:clamp(30px,4.8vw,54px);line-height:1.15;font-weight:700;margin:0 0 18px;color:#F3F1FD}
.dxHero__sub{font-size:clamp(16px,2vw,20px);color:#C8C5E8;max-width:560px;margin:0 0 26px;line-height:1.55}
.dxHero__cta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}
.dxHero__proofs{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:18px 28px}
.dxHero__proofs li{display:flex;flex-direction:column;gap:2px;min-width:120px}
.dxHero__proofs strong{color:#fff;font-size:18px}
.dxHero__proofs span{color:#8F8CBE;font-size:13px}
.dxHero__device{display:block;position:relative;border-radius:18px;overflow:hidden;border:1px solid rgba(173,138,254,.35);box-shadow:0 30px 80px rgba(0,0,0,.45);background:#10153F}
.dxHero__device img{width:100%;display:block;aspect-ratio:16/10;object-fit:cover;transition:transform .6s ease}
.dxHero__device:hover img{transform:scale(1.04)}
.dxHero__play,.dxDemo__play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:rgba(97,49,249,.94);color:#fff;padding:12px 22px;border-radius:999px;font-weight:600;letter-spacing:.02em;box-shadow:0 10px 30px rgba(97,49,249,.45)}
.dxLogos{padding:48px 0;background:#070A29;border-top:1px solid #161c47;border-bottom:1px solid #161c47}
.dxLogos__label{text-align:center;color:#8F8CBE;font-size:13px;text-transform:uppercase;letter-spacing:.08em;margin:0 0 22px}
.dxLogos__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
@media (max-width:1000px){.dxLogos__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media (max-width:640px){.dxLogos__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
.dxLogos__item{background:#fff;border-radius:12px;min-height:72px;display:flex;align-items:center;justify-content:center;padding:12px 14px;box-shadow:0 8px 24px rgba(0,0,0,.18)}
.dxLogos__item img{max-width:100%;max-height:42px;width:auto;height:auto;object-fit:contain;filter:grayscale(1);opacity:.88;transition:filter .25s,opacity .25s,transform .25s}
.dxLogos__item:hover img{filter:none;opacity:1;transform:scale(1.03)}
.dxDemo,.dxPlatform,.dxSolutions,.dxCases,.dxIndustries,.dxWhy{padding:80px 0;background:#070A29;color:#E9E7F9}
.dxPlatform,.dxCases,.dxWhy{background:#0b0f33}
.dxHome .homeHub__eyebrow{color:#AD8AFE;text-transform:uppercase;letter-spacing:.07em;font-size:13px;font-weight:600;margin-bottom:10px}
.dxHome .segTitle{color:#F3F1FD}
.dxHome .homeHub__desc{color:#C8C5E8;max-width:720px}
.dxHome .homeHub__desc a,.dxCases__more a,.dxCases__card a,.dxCard__more{color:#AD8AFE}
.dxDemo__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}
@media (max-width:900px){.dxDemo__grid{grid-template-columns:1fr}}
.dxDemo__steps{margin:16px 0 28px;padding-left:20px;color:#C8C5E8}
.dxDemo__steps li{margin:8px 0}
.dxDemo__frame{display:block;position:relative;border-radius:18px;overflow:hidden;border:1px solid #23284f;box-shadow:0 24px 60px rgba(0,0,0,.35)}
.dxDemo__frame img{width:100%;display:block;aspect-ratio:16/10;object-fit:cover;transition:transform .5s ease}
.dxDemo__frame:hover img{transform:scale(1.05)}
.dxPlatform__grid,.dxSolutions__grid,.dxCases__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.dxIndustries__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
@media (max-width:1000px){.dxPlatform__grid,.dxSolutions__grid,.dxCases__grid,.dxIndustries__grid{grid-template-columns:1fr 1fr}}
@media (max-width:600px){.dxPlatform__grid,.dxSolutions__grid,.dxCases__grid,.dxIndustries__grid{grid-template-columns:1fr}}
.dxPlatform__card,.dxSolutions__card,.dxCases__card,.dxIndustries__card{background:#10153F;border:1px solid #23284f;border-radius:16px;overflow:hidden;color:inherit;text-decoration:none;display:flex;flex-direction:column;transition:border-color .2s,transform .2s,box-shadow .2s;box-shadow:0 12px 36px rgba(0,0,0,.2)}
.dxPlatform__card:hover,.dxSolutions__card:hover,.dxCases__card:hover,.dxIndustries__card:hover{border-color:#6131F9;transform:translateY(-3px);box-shadow:0 18px 48px rgba(97,49,249,.18)}
.dxCard__media{display:block;overflow:hidden;background:#070A29}
.dxCard__media img{width:100%;display:block;aspect-ratio:16/10;object-fit:cover;transition:transform .55s ease}
.dxCard__media--tall img{aspect-ratio:4/3}
.dxPlatform__card:hover .dxCard__media img,.dxSolutions__card:hover .dxCard__media img,.dxCases__card:hover .dxCases__thumb img,.dxIndustries__card:hover .dxCard__media img{transform:scale(1.06)}
.dxCard__body{padding:18px 18px 20px;display:flex;flex-direction:column;gap:8px;flex:1}
.dxCard__body h3,.dxCases__card h3{margin:0;font-size:18px;color:#F3F1FD;line-height:1.35}
.dxCard__body p,.dxCases__card p{margin:0;color:#C8C5E8;font-size:14px;line-height:1.55}
.dxCard__more{margin-top:auto;padding-top:8px;font-weight:600;font-size:14px}
.dxCases__thumb{display:block;overflow:hidden}
.dxCases__thumb img{width:100%;display:block;aspect-ratio:16/10;object-fit:cover;transition:transform .55s ease}
.dxCases__tag{display:inline-block;font-size:12px;color:#AD8AFE;font-weight:600}
.dxCases__more{margin-top:28px;text-align:center}
.dxIndustries__weight{display:block;font-size:12px;color:#AD8AFE;margin-bottom:4px;font-weight:600}
.dxIndustries__card strong{font-size:18px;color:#F3F1FD}
.dxWhy__inner{display:grid;grid-template-columns:1.35fr .65fr;gap:32px;align-items:center}
@media (max-width:800px){.dxWhy__inner{grid-template-columns:1fr}}
.dxWhy__cta{display:flex;flex-wrap:wrap;gap:12px}
@keyframes dxHeroZoom{from{transform:scale(1.08)}to{transform:scale(1.02)}}


/*# sourceMappingURL=style.css.map */
