@charset "UTF-8";
/* ============================================================
   TRANG CƠ CẤU GIẢI THƯỞNG — Vạn Xuân Awards
   File .scss.liquid: KHÔNG dùng clamp()/min()/max() lồng.
   ============================================================ */
.vx-aws {
  background: var(--vx-black);
  color: #fff;
  font-family: var(--vx-font);
  overflow: hidden;
  position: relative; }
  .vx-aws a {
    color: #ffff66; }
    .vx-aws a:hover {
      color: #fafa09; }

.vx-aws .vx-aws-structure--wrapper {
  position: relative; }

.vx-aws .vx-aws-structure--wrapper .vx-aws-structure__bg {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  transform: translateY(-25%); }

.vx-aws .vx-aws-structure--wrapper .vx-aws-tabs {
  z-index: 1;
  position: relative; }

/* ---- Banner ---- */
.vx-aws-banner {
  align-items: center;
  background: #050505;
  display: flex;
  justify-content: center;
  min-height: 800px;
  overflow: hidden;
  position: relative;
  text-align: center; }

.vx-aws-banner__bg {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0; }

.vx-aws-banner__overlay {
  background: linear-gradient(180deg, rgba(3, 3, 3, 0.55) 0%, rgba(3, 3, 3, 0.2) 45%, rgba(3, 3, 3, 0.85) 100%);
  inset: 0;
  position: absolute;
  z-index: 1; }

.vx-aws-banner__inner {
  padding: 0 32px;
  position: relative;
  z-index: 2; }

.vx-aws-banner__title {
  -webkit-background-clip: text;
  background-clip: text;
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -.6px;
  line-height: 1.15;
  margin: 0; }

/* ---- Breadcrumb ---- */
.vx-aws-breadcrumb {
  padding: 18px 0; }

.vx-aws-breadcrumb ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0; }

.vx-aws-breadcrumb a, .vx-aws-breadcrumb span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-decoration: none; }

.vx-aws-breadcrumb li:last-child span {
  color: #fff; }

@media (hover: hover) {
  .vx-aws-breadcrumb a:hover {
    color: var(--vx-gold); } }

/* ---- Intro / mô tả ---- */
.vx-aws-intro {
  padding: 16px 0 8px; }

.vx-aws-intro__text {
  display: flex;
  flex-direction: column;
  gap: 24px; }

.vx-aws-intro__text p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0; }

.vx-aws-intro__muted {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400; }

.vx-aws-intro__link {
  align-items: center;
  color: var(--vx-gold);
  display: inline-flex;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.2px;
  margin-top: 24px;
  text-decoration: none;
  transition: gap .25s ease, opacity .25s ease; }

.vx-aws-intro__link svg {
  transition: transform .25s ease; }

@media (hover: hover) {
  .vx-aws-intro__link:hover {
    gap: 14px; }
  .vx-aws-intro__link:hover svg {
    transform: translateX(3px); } }

.vx-aws-intro__link:focus-visible {
  outline: 2px solid var(--vx-gold);
  outline-offset: 4px;
  border-radius: 4px; }

/* ---- Tabs nhóm giải ---- */
.vx-aws-structure {
  padding: 80px 0 80px;
  position: relative; }

.vx-aws-tabs {
  background: rgba(0, 0, 0, 0.1);
  border: 2px solid var(--vx-gold);
  border-radius: 9999px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
  margin: 0 auto 56px;
  padding: 12px;
  width: fit-content;
  max-width: 100%;
  backdrop-filter: blur(15px); }

.vx-aws-tab {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 9999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--vx-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  padding: 10px 30px;
  text-decoration: none;
  transition: background .25s ease, color .25s ease;
  white-space: nowrap; }

.vx-aws-tab.is-active {
  background: linear-gradient(56deg, #FFB73C 6%, #FFDC6C 36%, #FFF8B0 50%, #FFC955 76%);
  color: #491010;
  text-shadow: .825px .825px 1.65px #fffade; }

@media (hover: hover) {
  .vx-aws-tab:not(.is-active):hover {
    color: var(--vx-gold); } }

.vx-aws-tab:focus-visible {
  outline: 2px solid var(--vx-gold);
  outline-offset: 3px; }

.vx-aws-panel {
  scroll-margin-top: 88px; }

.vx-aws-panel + .vx-aws-panel {
  margin-top: 96px; }

/* ---- Grand Prix card — đồng bộ layout trang chủ ---- */
.vx-grand-card {
  align-items: center;
  background-color: #ffd064;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  box-shadow: inset 0 0 22px rgba(255, 255, 255, 0.25), inset 0 0 27px #fff;
  margin-bottom: 60px;
  overflow: hidden;
  padding: 45px 73px; }

.vx-grand-card__link {
  color: inherit;
  display: block;
  text-decoration: none; }

.vx-grand-card__content {
  padding-right: 32px !important;
  position: relative;
  z-index: 2; }

.vx-grand-card__content h3 {
  color: #d11313;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 30px;
  text-shadow: 0.87px 0.87px 2.611px #fff, 0 0 1.741px rgba(255, 250, 245, 0.67); }

.vx-grand-card__content h4 {
  color: #670707;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 10px;
  text-shadow: .825px .825px 1.65px #fffade; }

.vx-grand-card__content p {
  color: #410505;
  font-size: 18px;
  line-height: 1.5;
  margin: 0; }

.vx-grand-card__criteria {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 28px; }

.vx-grand-card__criterion h5 {
  color: #260d03;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 4px; }

.vx-grand-card__criterion h5 span {
  display: inline-block;
  margin-right: 6px; }

.vx-grand-card__criterion h5 strong {
  font-weight: 700; }

.vx-grand-card__criterion p {
  color: #3f1b0c;
  font-size: 14px;
  line-height: 1.5;
  margin: 0; }

.vx-grand-card__award {
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 100%;
  min-width: 0;
  position: relative;
  width: 100%; }

.vx-grand-card__shape {
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  width: 100%; }

.vx-grand-card__award-copy {
  color: #230600;
  display: flex;
  flex-direction: column;
  left: 55%;
  position: absolute;
  text-align: left;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 46%;
  z-index: 2; }

.vx-grand-card__award-copy span {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase; }

.vx-grand-card__award-copy strong {
  color: #780000;
  font-size: 70px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.08;
  margin-top: 18px; }

.vx-grand-card__note {
  border-top: 1px solid #6c3b0c;
  color: #2a1207;
  font-size: 14px;
  line-height: 1.55;
  margin: 32px 0 0;
  padding-top: 18px !important;
  width: 100%; }

/* ---- Panel Vạn Xuân — đồng bộ .vx-award-panel--main trang chủ ---- */
#vx-aws-panel-van-xuan {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain; }

.vx-award-panel {
  position: relative; }

.vx-award-panel--main {
  align-items: start;
  display: grid;
  gap: 80px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr); }

.vx-award-panel--compact {
  align-items: start;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr); }

.vx-award-panel--classic {
  background: linear-gradient(270deg, rgba(196, 24, 24, 0.3) 0%, rgba(196, 24, 24, 0) 71%), #020202; }

.vx-award-panel--stars {
  background: linear-gradient(270deg, rgba(196, 24, 24, 0) 28%, rgba(196, 24, 24, 0.3) 100%), #020202;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr); }

.vx-award-panel__left,
.vx-award-panel__right,
.vx-award-panel__summary,
.vx-award-panel__categories {
  min-width: 0;
  position: relative;
  z-index: 2; }

.vx-award-panel__category {
  align-items: flex-end;
  color: #fdda7a;
  display: flex;
  font-size: 32px;
  font-weight: 800;
  gap: 13px;
  letter-spacing: 0;
  margin-bottom: 30px;
  text-transform: uppercase; }

.vx-award-panel__category span {
  -webkit-background-clip: text;
  background: linear-gradient(90deg, #fff6c8 0%, #fdda7a 48%, #c98e22 100%);
  background-clip: text;
  color: transparent; }

.vx-award-panel__category-icon {
  flex: 0 0 auto;
  height: auto;
  object-fit: contain;
  width: 47px; }

.vx-award-panel__right > h3,
.vx-award-panel__summary h3 {
  -webkit-background-clip: text;
  background: linear-gradient(90deg, #fdda7a 0%, #fbfae0 25%, #fdda7a 50%, #be8a35 75%, #fdda7a 100%);
  background-clip: text;
  color: transparent;
  font-weight: 700;
  margin: 0 0 30px; }

.vx-award-panel__summary h3 {
  background: linear-gradient(72deg, #fdda7a 4%, #fbfae0 25%, #fdda7a 52%, #be8a35 74%, #fdda7a 100%), #fff; }

.vx-award-panel__right > p,
.vx-award-panel__summary p {
  color: #fff;
  font-size: 32px;
  margin: 0; }

#vx-aws-panel-van-xuan .vx-aws-heading {
  margin-bottom: 48px; }

#vx-aws-panel-van-xuan .vx-aws-panel-van-xuan-wrapper {
  background: linear-gradient(90deg, rgba(111, 0, 0, 0.72) 0%, rgba(49, 0, 0, 0.58) 43%, rgba(2, 2, 2, 0.96) 76%), #020202;
  padding: 54px 32px;
  border-radius: 16px;
  overflow: hidden;
  position: relative; }

#vx-aws-panel-van-xuan .vx-award-panel--main {
  gap: 50px;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr); }

#vx-aws-panel-van-xuan .vx-award-panel__category {
  align-items: center;
  margin-bottom: 12px; }

#vx-aws-panel-van-xuan .vx-award-accordion__item {
  padding: 0; }

#vx-aws-panel-van-xuan .vx-award-accordion__item.is-open {
  padding-bottom: 14px; }

#vx-aws-panel-van-xuan .vx-award-accordion__trigger {
  min-height: 86px; }

#vx-aws-panel-van-xuan .vx-award-menu-list {
  list-style: none;
  margin: 0;
  padding: 0 20px; }

#vx-aws-panel-van-xuan .vx-award-menu-list li {
  margin: 0; }

#vx-aws-panel-van-xuan-classic .vx-aws-panel-classic-wrapper {
  background: radial-gradient(circle at 86% 18%, rgba(126, 0, 0, 0.76) 0%, rgba(75, 0, 0, 0.52) 34%, rgba(2, 2, 2, 0) 68%), linear-gradient(90deg, #020202 0%, #0b0101 48%, #4b0808 100%);
  border-radius: 16px;
  overflow: hidden;
  padding: 54px 28px;
  position: relative; }

#vx-aws-panel-van-xuan-classic .vx-aws-heading {
  margin-bottom: 54px; }

#vx-aws-panel-van-xuan-classic .vx-award-panel--interactive {
  align-items: stretch;
  background: transparent;
  gap: 24px;
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
  padding: 0; }

#vx-aws-panel-van-xuan-classic .vx-award-menu-list {
  list-style: none;
  margin: 0;
  padding: 0; }

#vx-aws-panel-van-xuan-classic .vx-award-menu-list li {
  margin: 0;
  padding: 0; }

#vx-aws-panel-van-xuan-classic .vx-award-menu-item {
  border-bottom: 0.5px solid rgba(253, 218, 122, 0.52);
  border-radius: 0;
  min-height: 68px;
  padding: 12px 16px; }

#vx-aws-panel-van-xuan-classic .vx-award-menu-item::before {
  content: none; }

#vx-aws-panel-van-xuan-classic .vx-award-menu-item.is-active {
  border-bottom: 0.5px solid #FDDA7A;
  background: rgba(255, 0, 0, 0.3); }

#vx-aws-panel-van-xuan-classic .vx-award-menu-item__title {
  font-size: 16px;
  font-weight: 700; }

#vx-aws-panel-van-xuan-classic .vx-award-menu-item .vx-award-accordion__sub-title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 1.4;
  margin-top: 3px; }

#vx-aws-panel-van-xuan-classic .vx-award-detail {
  height: 100%;
  min-height: 360px; }

#vx-aws-panel-van-xuan-classic .vx-award-detail__content {
  max-height: 430px; }

#vx-aws-panel-van-xuan-stars .vx-aws-panel-stars-wrapper {
  background: radial-gradient(circle at 14% 18%, rgba(126, 0, 0, 0.76) 0%, rgba(75, 0, 0, 0.52) 34%, rgba(2, 2, 2, 0) 68%), linear-gradient(90deg, #4b0808 0%, #0b0101 52%, #020202 100%);
  border-radius: 16px;
  overflow: hidden;
  padding: 54px 28px;
  position: relative; }

#vx-aws-panel-van-xuan-stars .vx-aws-heading {
  margin-bottom: 54px; }

#vx-aws-panel-van-xuan-stars .vx-award-panel--interactive {
  align-items: stretch;
  background: transparent;
  gap: 24px;
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
  padding: 0; }

#vx-aws-panel-van-xuan-stars .vx-award-menu-list {
  list-style: none;
  margin: 0;
  padding: 0; }

#vx-aws-panel-van-xuan-stars .vx-award-menu-list li {
  margin: 0;
  padding: 0; }

#vx-aws-panel-van-xuan-stars .vx-award-menu-item {
  border-bottom: 0.5px solid rgba(253, 218, 122, 0.52);
  border-radius: 0;
  min-height: 68px;
  padding: 12px 16px; }

#vx-aws-panel-van-xuan-stars .vx-award-menu-item::before {
  content: none; }

#vx-aws-panel-van-xuan-stars .vx-award-menu-item.is-active {
  border-bottom: 0.5px solid #FDDA7A;
  background: rgba(255, 0, 0, 0.3); }

#vx-aws-panel-van-xuan-stars .vx-award-menu-item__title {
  font-size: 16px;
  font-weight: 700; }

#vx-aws-panel-van-xuan-stars .vx-award-menu-item .vx-award-accordion__sub-title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 1.4;
  margin-top: 3px; }

#vx-aws-panel-van-xuan-stars .vx-award-detail {
  height: 100%;
  min-height: 360px; }

#vx-aws-panel-van-xuan-stars .vx-award-detail__content {
  max-height: 430px; }

.vx-award-menu-item {
  background: transparent;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: var(--vx-font);
  padding: 11px 18px 11px 25px;
  position: relative;
  text-align: left;
  transition: background .2s ease, color .2s ease;
  width: 100%; }

.vx-award-menu-item::before {
  color: currentColor;
  content: "•";
  left: 8px;
  position: absolute;
  top: 10px; }

.vx-award-menu-item.is-active {
  border-bottom: 0.5px solid #FDDA7A;
  background: rgba(255, 0, 0, 0.3); }

.vx-award-menu-item:focus-visible {
  outline: 2px solid var(--vx-gold);
  outline-offset: 2px; }

.vx-award-menu-item__title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35; }

#vx-aws-panel-van-xuan .vx-award-menu-item .vx-award-accordion__sub-title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 1.4;
  margin-top: 2px; }

.vx-award-detail {
  border: 1px solid #FFB73C;
  border-radius: 16px;
  min-height: 600px;
  overflow: hidden;
  padding: 20px;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(16px); }

.vx-award-detail__panel {
  display: none; }

.vx-award-detail__panel.is-active {
  display: block; }

.vx-award-detail__header {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  display: flex;
  gap: 18px;
  min-height: 72px;
  padding: 0 20px 18px; }

.vx-award-detail__icon {
  flex: 0 0 auto;
  height: 54px;
  object-fit: contain;
  width: 36px; }

.vx-award-detail__header h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0; }

.vx-award-detail__header p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.4;
  margin: 2px 0 0; }

.vx-award-detail__content {
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.55;
  max-height: 470px;
  overflow-y: auto;
  padding: 28px 20px 10px;
  scrollbar-color: #e8b814 rgba(255, 255, 255, 0.18);
  scrollbar-width: thin; }

.vx-award-detail__content::-webkit-scrollbar {
  width: 4px; }

.vx-award-detail__content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.18); }

.vx-award-detail__content::-webkit-scrollbar-thumb {
  background: #e8b814;
  border-radius: 9999px; }

.vx-award-detail__content h1,
.vx-award-detail__content h2,
.vx-award-detail__content h3,
.vx-award-detail__content h4,
.vx-award-detail__content h5,
.vx-award-detail__content h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 8px; }

.vx-award-detail__content p {
  margin: 0 0 16px; }

.vx-award-detail__content ul,
.vx-award-detail__content ol {
  margin: 0 0 18px;
  padding-left: 22px; }

.vx-award-detail__content li {
  margin-bottom: 10px; }

.vx-award-detail__content a {
  color: var(--vx-gold); }

@keyframes vx-award-mobile-detail-in {
  from {
    opacity: 0;
    transform: translateY(-8px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.vx-award-accordion {
  width: 100%; }

.vx-award-accordion__item {
  border-bottom: .5px solid #fdda7a;
  transition: padding-bottom .26s ease; }

.vx-award-accordion__item.is-open {
  padding-bottom: 20px; }

.vx-award-accordion__trigger {
  align-items: center;
  background: transparent;
  border: 0;
  color: #fff;
  display: flex;
  font-family: var(--vx-font);
  font-size: 20px;
  font-weight: 700;
  gap: 20px;
  justify-content: space-between;
  letter-spacing: 0;
  line-height: 1.2;
  min-height: 78px;
  padding: 0;
  text-align: left;
  transition: margin-bottom .26s ease, min-height .26s ease;
  width: 100%; }

.vx-award-accordion__trigger:focus-visible {
  outline: 2px solid var(--vx-gold);
  outline-offset: 3px; }

.vx-award-accordion__icon {
  -webkit-backdrop-filter: blur(4px);
  align-items: center;
  backdrop-filter: blur(4px);
  background: rgba(2, 2, 2, 0.1);
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 38px;
  height: 38px;
  justify-content: center;
  width: 38px; }

.vx-award-accordion__svg {
  display: block;
  height: 24px;
  transform-origin: center;
  transition: transform .2s ease;
  width: 24px; }

.vx-award-accordion__trigger[aria-expanded="true"] .vx-award-accordion__svg {
  transform: rotate(90deg); }

.vx-award-accordion__content {
  display: none;
  overflow: hidden; }

.vx-award-accordion__item.is-open .vx-award-accordion__content {
  display: block; }

.vx-award-accordion__text {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0;
  padding: 0 20px 0 0; }

.vx-award-accordion__text ul {
  list-style: disc;
  margin: 0;
  padding-left: 30px; }

.vx-award-accordion__text li {
  margin-bottom: 15px; }

.vx-award-accordion__text a {
  color: inherit;
  text-decoration: none; }

.vx-award-accordion__text a .vx-award-accordion__sub-title {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 12px;
  font-weight: 300; }

@media (hover: hover) {
  .vx-award-accordion__text a:hover {
    color: #fdda7a; } }

.vx-award-accordion .vx-award-accordion__sub-title {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 16px;
  font-weight: 300; }

.vx-award-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }

.vx-award-list li {
  border-bottom: .5px solid #fdda7a;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
  padding: 20px 0; }

.vx-award-list li .vx-award-accordion__sub-title {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 16px;
  font-weight: 300;
  margin-top: 5px; }

.vx-award-list a {
  color: inherit;
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none; }

@media (hover: hover) {
  .vx-award-list a:hover {
    color: #fdda7a;
    text-decoration: none; } }

/* ---- Heading nhóm (mark trang trí 2 bên) ---- */
.vx-aws-heading {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: center;
  margin-bottom: 40px;
  text-align: center; }

.vx-aws-heading__mark {
  flex-shrink: 0;
  height: 72px;
  object-fit: contain; }

.vx-aws-heading__title {
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -.6px;
  line-height: 1.2;
  margin: 0; }

/* ---- Note (Grand Pix) ---- */
.vx-aws-note {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.6;
  margin: 24px 0 0;
  padding: 0 60px; }

/* ---- Nhóm hạng mục ---- */
.vx-aws-cat {
  margin-bottom: 56px; }

.vx-aws-cat:last-child {
  margin-bottom: 0; }

.vx-aws-cat__head {
  align-items: center;
  display: flex;
  gap: 26px;
  margin-bottom: 4px;
  padding-left: 22px; }

.vx-aws-cat__cup {
  flex-shrink: 0;
  height: 90px;
  object-fit: contain;
  width: 51px; }

.vx-aws-cat__cup--ph {
  background: linear-gradient(180deg, #fdda7a, #be8a35);
  border-radius: 6px;
  display: block;
  height: 70px;
  opacity: .55;
  width: 30px; }

.vx-aws-cat__name {
  background: linear-gradient(181deg, #fdda7a 7%, #fbfae0 35%, #fdda7a 60%, #be8a35 82%, #fdda7a 109%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -.36px;
  line-height: 1.2;
  margin: 0; }

/* ---- Accordion ---- */
.vx-aws-acc {
  display: flex;
  flex-direction: column;
  padding: 0 40px; }

.vx-aws-acc__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7); }

.vx-aws-acc__head {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 30px 20px;
  text-align: left;
  width: 100%; }

.vx-aws-acc__title {
  background: linear-gradient(244deg, #fdda7a 10%, #fbfae0 27%, #fdda7a 43%, #be8a35 62%, #fdda7a 79%, #fdda7a 102%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -.24px;
  line-height: 1.3; }

.vx-aws-acc__icon {
  -webkit-backdrop-filter: blur(3.8px);
  backdrop-filter: blur(3.8px);
  align-items: center;
  background: rgba(2, 2, 2, 0.1);
  border: .76px solid #fff;
  border-radius: 9999px;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  height: 38px;
  justify-content: center;
  transition: transform .3s ease, background .25s ease, color .25s ease;
  width: 38px; }

.vx-aws-acc__item.is-open .vx-aws-acc__icon {
  transform: rotate(180deg); }

@media (hover: hover) {
  .vx-aws-acc__head:hover .vx-aws-acc__icon {
    background: var(--vx-gold);
    color: #491010; } }

.vx-aws-acc__head:focus-visible {
  outline: 2px solid var(--vx-gold);
  outline-offset: -2px; }

.vx-aws-acc__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1); }

.vx-aws-acc__body {
  padding: 0 20px 34px; }

.vx-aws-acc__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: decimal;
  margin: 0;
  padding-left: 24px; }

.vx-aws-acc__list li {
  padding-left: 4px; }

.vx-aws-acc__crit {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.16px;
  line-height: 1.2;
  margin-bottom: 6px; }

.vx-aws-acc__desc {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4; }

/* ---- Thể lệ tham gia ---- */
.vx-aws-rules {
  background-color: #000;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0;
  position: relative; }

.vx-aws-rules::before {
  background: rgba(0, 0, 0, 0.18);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 0; }

.vx-aws-rules .vx-container {
  position: relative;
  z-index: 1; }

.vx-aws-rules .vx-aws-heading {
  margin-bottom: 40px; }

.vx-aws-rules .vx-aws-heading__title {
  background: none;
  color: #fff;
  letter-spacing: -.48px;
  -webkit-text-fill-color: #fff; }

.vx-aws-rules__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 auto;
  max-width: 1280px; }

.vx-aws-rule-item {
  overflow: hidden;
  transition: border-color .25s ease;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px; }

.vx-aws-rule-item.is-open {
  border-color: #FDDA7A; }

.vx-aws-rule-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: var(--vx-font);
  gap: 24px;
  justify-content: space-between;
  min-height: 72px;
  padding: 22px 36px;
  text-align: left;
  width: 100%; }

.vx-aws-rule-item.is-open .vx-aws-rule-toggle {
  padding-bottom: 12px; }

.vx-aws-rule-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.18px;
  line-height: 1.35; }

.vx-aws-rule-item.is-open .vx-aws-rule-title {
  color: #f3c84b; }

.vx-aws-rule-icon {
  align-items: center;
  border: 1px solid #a8a8a8;
  border-radius: 9999px;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  height: 26px;
  justify-content: center;
  transition: border-color .25s ease, color .25s ease, transform .3s ease;
  width: 26px; }

.vx-aws-rule-item.is-open .vx-aws-rule-icon {
  border-color: #fff;
  transform: rotate(90deg); }

@media (hover: hover) {
  .vx-aws-rule-toggle:hover .vx-aws-rule-icon {
    border-color: #f3c84b;
    color: #f3c84b; } }

.vx-aws-rule-toggle:focus-visible {
  outline: 2px solid #f3c84b;
  outline-offset: -3px; }

.vx-aws-rule-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1); }

.vx-aws-rule-item.is-open .vx-aws-rule-panel {
  max-height: none; }

.vx-aws-rule-body {
  padding: 0 36px 30px; }

.vx-aws-rule-block {
  margin-bottom: 24px; }

.vx-aws-rule-block:last-child {
  margin-bottom: 0; }

.vx-aws-rule-block h3 {
  background: none;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.15px;
  line-height: 1.5;
  margin: 0 0 6px; }

.vx-aws-rule-block p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 14px; }

.vx-aws-rule-block ul, .vx-aws-rule-block ol {
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 20px;
  padding-left: 20px; }

.vx-aws-rule-block li {
  font-size: 14px;
  line-height: 1.55;
  padding-left: 4px; }

/* ---- Video dưới Thể lệ tham gia ---- */
.vx-aws-video {
  background: #000;
  font-family: var(--vx-font);
  overflow: hidden;
  padding: 0;
  position: relative;
  scroll-margin-top: 120px; }

.vx-aws-video .vx-intro__video-section {
  background: #000;
  margin-top: 40px;
  overflow: hidden;
  position: relative; }

.vx-aws-video .vx-intro__bg {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

.vx-aws-video .vx-intro__bg img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%; }

.vx-aws-video .vx-intro__bg::after {
  background: linear-gradient(0deg, #000 9.8137%, transparent 21.988%), linear-gradient(180deg, #000 10.683%, transparent 30.435%);
  content: "";
  inset: 0;
  position: absolute; }

.vx-aws-video .vx-container {
  position: relative;
  z-index: 2; }

.vx-aws-video .vx-intro__heading {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%; }

.vx-aws-video .vx-intro__heading h2 {
  color: #fff;
  margin: 0 -27px; }

.vx-aws-video .vx-intro__heading-mark {
  display: block;
  height: 45.08px;
  object-fit: contain;
  width: 132.448px; }

.vx-aws-video .vx-intro__heading-mark--left,
.vx-aws-video .vx-intro__heading-mark--right {
  transform: translateY(-12px); }

.vx-aws-video .vx-intro__stage {
  align-items: center;
  aspect-ratio: 1038 / 583;
  border-radius: 21.2px;
  display: flex;
  justify-content: center;
  margin: 40px auto 60px;
  overflow: hidden;
  position: relative;
  width: 100%; }

.vx-aws-video .vx-intro__word {
  color: #24d960;
  display: flex;
  flex-direction: column;
  font-size: 190px;
  font-weight: 800;
  height: 100%;
  inset: 0;
  letter-spacing: -4px;
  line-height: .9;
  opacity: .88;
  position: absolute;
  text-align: center;
  text-shadow: -18px 0 0 rgba(44, 255, 126, 0.28), 18px 0 0 rgba(0, 136, 83, 0.22), 0 12px 0 rgba(0, 108, 42, 0.44), 0 0 34px rgba(72, 255, 115, 0.38);
  text-transform: uppercase;
  width: 100%; }

.vx-aws-video .vx-intro__word-video {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 0; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1199.98px) {
  .vx-aws-banner {
    min-height: 620px; }
  .vx-aws-banner__title {
    font-size: 54px; }
  .vx-aws-heading__title {
    font-size: 52px; }
  .vx-aws-cat__name {
    font-size: 32px; }
  .vx-grand-card {
    padding: 42px; }
  .vx-grand-card__award-copy span {
    font-size: 20px; }
  .vx-grand-card__award-copy strong {
    font-size: 58px; }
  .vx-award-panel--main,
  .vx-award-panel--compact,
  .vx-award-panel--stars {
    gap: 44px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr); }
  #vx-aws-panel-van-xuan .vx-award-panel--main {
    gap: 40px;
    grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr); }
  #vx-aws-panel-van-xuan-classic .vx-award-panel--interactive {
    grid-template-columns: minmax(0, 0.96fr) minmax(360px, 1.04fr); }
  #vx-aws-panel-van-xuan-stars .vx-award-panel--interactive {
    grid-template-columns: minmax(0, 0.96fr) minmax(360px, 1.04fr); }
  .vx-aws-structure {
    padding: 40px 0 64px; }
  .vx-aws-rules {
    padding: 64px 0; } }

@media (max-width: 991.98px) {
  .vx-aws-banner {
    min-height: 460px; }
  .vx-aws-banner__title {
    font-size: 42px; }
  .vx-aws-heading {
    gap: 16px;
    margin-bottom: 32px; }
  .vx-aws-heading__mark {
    display: none; }
  .vx-aws-heading__title {
    font-size: 44px; }
  .vx-aws-cat__name {
    font-size: 28px; }
  .vx-aws-cat__cup {
    height: 72px;
    width: 41px; }
  .vx-aws-acc {
    padding: 0; }
  .vx-aws-acc__title {
    font-size: 20px; }
  .vx-aws-acc__head {
    padding: 24px 12px; }
  .vx-aws-acc__body {
    padding: 0 12px 28px; }
  .vx-aws-note {
    padding: 0; }
  .vx-aws-intro__text p {
    font-size: 16px; }
  .vx-aws-intro__link {
    font-size: 18px; }
  /* Tabs cuộn ngang */
  .vx-aws-tabs {
    -webkit-overflow-scrolling: touch;
    border-radius: 9999px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    width: 100%; }
  .vx-aws-tabs::-webkit-scrollbar {
    display: none; }
  .vx-aws-tabs {
    scrollbar-width: none; }
  .vx-aws-tab {
    font-size: 16px;
    padding: 9px 22px; }
  .vx-aws-panel + .vx-aws-panel {
    margin-top: 72px; }
  .vx-grand-card {
    display: flex;
    flex-direction: column;
    gap: 32px;
    height: auto;
    min-height: 0;
    padding: 42px; }
  .vx-grand-card__content {
    max-width: 620px;
    padding-right: 0 !important;
    width: 100%; }
  .vx-grand-card__award {
    justify-content: flex-end;
    margin-left: auto;
    max-width: 100%;
    width: 100%; }
  .vx-grand-card__shape {
    height: auto;
    max-width: 100%;
    width: 100%; }
  .vx-grand-card__award-copy {
    left: 56%;
    width: 42%; }
  .vx-award-panel--main,
  .vx-award-panel--compact,
  .vx-award-panel--stars {
    grid-template-columns: 1fr; }
  #vx-aws-panel-van-xuan .vx-award-panel--main {
    background: linear-gradient(180deg, rgba(111, 0, 0, 0.72) 0%, rgba(38, 0, 0, 0.5) 52%, rgba(2, 2, 2, 0.96) 100%), #020202;
    grid-template-columns: 1fr; }
  #vx-aws-panel-van-xuan-classic .vx-award-panel--interactive {
    grid-template-columns: 1fr; }
  #vx-aws-panel-van-xuan-stars .vx-award-panel--interactive {
    grid-template-columns: 1fr; }
  #vx-aws-panel-van-xuan .vx-award-detail {
    min-height: 520px; }
  .vx-award-panel--compact {
    padding: 42px; }
  .vx-aws-rules .vx-aws-heading__title {
    font-size: 42px; }
  .vx-aws-structure {
    padding: 32px 0 52px; }
  .vx-aws-rules {
    padding: 52px 0; }
  .vx-aws-video .vx-intro__bg {
    bottom: 72px;
    height: 700px; }
  .vx-aws-video .vx-intro__heading h2 {
    font-size: 42px;
    white-space: normal; }
  .vx-aws-video .vx-intro__heading-mark {
    width: 92px; }
  .vx-aws-video .vx-intro__stage {
    margin-top: 54px; }
  .vx-aws-video .vx-intro__word {
    font-size: 120px; } }

@media (max-width: 767.98px) {
  .vx-aws-banner {
    min-height: 340px; }
  .vx-aws-banner__title {
    font-size: 34px; }
  .vx-aws-heading__title {
    font-size: 36px; }
  .vx-aws-cat__name {
    font-size: 24px; }
  .vx-aws-cat__head {
    gap: 16px;
    padding-left: 0; }
  .vx-aws-cat__cup {
    height: 60px;
    width: 34px; }
  .vx-aws-acc__title {
    font-size: 18px; }
  .vx-aws-acc__icon {
    height: 34px;
    width: 34px; }
  .vx-aws-acc__head {
    gap: 14px;
    padding: 20px 8px; }
  .vx-aws-acc__crit {
    font-size: 15px; }
  .vx-aws-rules .vx-aws-heading__title {
    font-size: 36px; }
  .vx-aws-rule-toggle {
    min-height: 68px;
    padding: 20px 24px; }
  .vx-aws-rule-item.is-open .vx-aws-rule-toggle {
    padding-bottom: 10px; }
  .vx-aws-rule-body {
    padding: 0 24px 24px; }
  .vx-aws-rule-block p, .vx-aws-rule-block li {
    font-size: 15px; }
  .vx-aws-video .vx-container {
    padding-left: 15px;
    padding-right: 15px; }
  .vx-aws-video .vx-intro__bg {
    bottom: 30px;
    height: 500px;
    left: 0; }
  .vx-aws-video .vx-intro__heading {
    gap: 8px;
    padding-top: 44px; }
  .vx-aws-video .vx-intro__heading h2 {
    font-size: 32px;
    margin: 0; }
  .vx-aws-video .vx-intro__heading-mark {
    display: none;
    height: auto;
    width: 54px; }
  .vx-aws-video .vx-intro__stage {
    aspect-ratio: 4 / 3;
    margin-top: 48px; }
  .vx-aws-video .vx-intro__word {
    font-size: 62px;
    letter-spacing: -1px; }
  .vx-aws-panel + .vx-aws-panel {
    margin-top: 56px; }
  .vx-grand-card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: auto;
    margin-bottom: 40px;
    padding: 24px; }
  .vx-grand-card__content h3 {
    font-size: 36px; }
  .vx-grand-card__content h4 {
    font-size: 20px; }
  .vx-grand-card__criteria {
    gap: 14px;
    margin-top: 22px; }
  .vx-grand-card__criterion h5 {
    font-size: 15px; }
  .vx-grand-card__criterion p {
    font-size: 13px; }
  .vx-grand-card__award {
    height: auto;
    justify-content: center;
    margin-left: 0;
    min-height: 0;
    width: 100%; }
  .vx-grand-card__shape {
    height: auto;
    max-height: none;
    width: 100%; }
  .vx-grand-card__award-copy span {
    font-size: 16px; }
  .vx-grand-card__award-copy strong {
    font-size: 42px;
    margin-top: 10px; }
  .vx-grand-card__note {
    font-size: 13px;
    margin-top: 24px;
    padding-top: 16px !important; }
  .vx-award-panel {
    padding: 32px 20px; }
  #vx-aws-panel-van-xuan .vx-aws-heading {
    margin-bottom: 32px; }
  #vx-aws-panel-van-xuan .vx-aws-panel-van-xuan-wrapper {
    padding: 32px 16px; }
  #vx-aws-panel-van-xuan .vx-award-panel--main {
    gap: 32px;
    padding: 24px 18px; }
  #vx-aws-panel-van-xuan .vx-award-menu-list {
    padding: 0; }
  #vx-aws-panel-van-xuan .vx-award-accordion__trigger {
    min-height: 72px; }
  #vx-aws-panel-van-xuan .vx-award-panel__right {
    display: none; }
  #vx-aws-panel-van-xuan .vx-award-detail__panel.is-inline-mobile {
    animation: vx-award-mobile-detail-in .25s ease;
    background: linear-gradient(110deg, rgba(79, 0, 0, 0.34), rgba(2, 2, 2, 0.96) 62%), #080202;
    border: 1px solid #e8b814;
    border-radius: 12px;
    margin: 10px 0 16px;
    padding: 14px;
    width: 100%; }
  #vx-aws-panel-van-xuan .vx-award-detail__panel.is-inline-mobile .vx-award-detail__content {
    max-height: none;
    overflow: visible; }
  #vx-aws-panel-van-xuan-classic .vx-aws-panel-classic-wrapper {
    background: linear-gradient(180deg, rgba(73, 0, 0, 0.68) 0%, rgba(30, 0, 0, 0.5) 48%, rgba(2, 2, 2, 0.98) 100%), #020202;
    padding: 32px 16px; }
  #vx-aws-panel-van-xuan-classic .vx-aws-heading {
    margin-bottom: 28px; }
  #vx-aws-panel-van-xuan-classic .vx-award-panel--interactive {
    gap: 0;
    padding: 0; }
  #vx-aws-panel-van-xuan-classic .vx-award-panel__right {
    display: none; }
  #vx-aws-panel-van-xuan-classic .vx-award-menu-item {
    min-height: 68px;
    padding: 12px; }
  #vx-aws-panel-van-xuan-classic .vx-award-detail__panel.is-inline-mobile {
    animation: vx-award-mobile-detail-in .25s ease;
    background: linear-gradient(110deg, rgba(79, 0, 0, 0.34), rgba(2, 2, 2, 0.96) 62%), #080202;
    border: 1px solid #e8b814;
    border-radius: 12px;
    margin: 10px 0 16px;
    padding: 14px;
    width: 100%; }
  #vx-aws-panel-van-xuan-classic .vx-award-detail__panel.is-inline-mobile .vx-award-detail__content {
    max-height: none;
    overflow: visible; }
  #vx-aws-panel-van-xuan-stars .vx-aws-panel-stars-wrapper {
    background: linear-gradient(180deg, rgba(73, 0, 0, 0.68) 0%, rgba(30, 0, 0, 0.5) 48%, rgba(2, 2, 2, 0.98) 100%), #020202;
    padding: 32px 16px; }
  #vx-aws-panel-van-xuan-stars .vx-aws-heading {
    margin-bottom: 28px; }
  #vx-aws-panel-van-xuan-stars .vx-award-panel--interactive {
    gap: 0;
    padding: 0; }
  #vx-aws-panel-van-xuan-stars .vx-award-panel__right {
    display: none; }
  #vx-aws-panel-van-xuan-stars .vx-award-menu-item {
    min-height: 68px;
    padding: 12px; }
  #vx-aws-panel-van-xuan-stars .vx-award-detail__panel.is-inline-mobile {
    animation: vx-award-mobile-detail-in .25s ease;
    background: linear-gradient(110deg, rgba(79, 0, 0, 0.34), rgba(2, 2, 2, 0.96) 62%), #080202;
    border: 1px solid #e8b814;
    border-radius: 12px;
    margin: 10px 0 16px;
    padding: 14px;
    width: 100%; }
  #vx-aws-panel-van-xuan-stars .vx-award-detail__panel.is-inline-mobile .vx-award-detail__content {
    max-height: none;
    overflow: visible; }
  .vx-award-detail {
    min-height: 0;
    padding: 16px; }
  .vx-award-detail__header {
    gap: 12px;
    padding: 0 4px 14px; }
  .vx-award-detail__header h3 {
    font-size: 19px; }
  .vx-award-detail__content {
    max-height: 520px;
    padding: 22px 4px 4px; }
  .vx-award-panel__right > h3, .vx-award-panel__summary h3 {
    font-size: 36px; }
  .vx-award-panel__right > p, .vx-award-panel__summary p {
    font-size: 20px; }
  .vx-award-panel__category {
    font-size: 20px;
    gap: 10px; }
  .vx-award-panel__category-icon {
    height: 42px;
    width: 33px; }
  .vx-award-accordion__trigger {
    font-size: 16px;
    min-height: 60px; }
  .vx-award-accordion .vx-award-accordion__sub-title,
  .vx-award-list li .vx-award-accordion__sub-title {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px; }
  .vx-award-accordion__text {
    font-size: 13px;
    padding-right: 0; }
  .vx-award-accordion__icon {
    flex-basis: 34px;
    height: 34px;
    width: 34px; }
  .vx-award-accordion__svg {
    height: 20px;
    width: 20px; }
  .vx-award-list li {
    font-size: 15px; }
  .vx-award-panel--compact {
    padding: 32px 20px; }
  .vx-aws-structure {
    padding: 28px 0 48px; }
  .vx-aws-rules {
    padding: 48px 0; } }

@media (max-width: 575.98px) {
  .vx-aws-banner {
    min-height: 280px; }
  .vx-aws-heading__title {
    font-size: 30px; }
  .vx-aws-intro__text p {
    font-size: 15px; }
  .vx-aws-rules .vx-aws-heading__title {
    font-size: 30px; }
  .vx-aws-rules__list {
    gap: 12px; }
  .vx-aws-rule-toggle {
    gap: 16px;
    min-height: 64px;
    padding: 18px 18px; }
  .vx-aws-rule-title {
    font-size: 16px; }
  .vx-aws-rule-icon {
    height: 24px;
    width: 24px; }
  .vx-aws-rule-body {
    padding: 0 18px 20px; }
  .vx-grand-card__award-copy span {
    font-size: 13px; }
  .vx-grand-card__award-copy strong {
    font-size: 32px; }
  .vx-aws-panel + .vx-aws-panel {
    margin-top: 48px; }
  .vx-aws-structure {
    padding: 24px 0 40px; }
  .vx-aws-rules {
    padding: 40px 0; } }

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  .vx-aws-acc__panel, .vx-aws-rule-panel {
    transition: none; }
  .vx-aws-acc__icon, .vx-aws-intro__link, .vx-aws-intro__link svg, .vx-aws-tab, .vx-aws-rule-icon, .vx-award-accordion__item, .vx-award-accordion__svg, .vx-award-menu-item {
    transition: none; }
  #vx-aws-panel-van-xuan .vx-award-detail__panel.is-inline-mobile,
  #vx-aws-panel-van-xuan-classic .vx-award-detail__panel.is-inline-mobile,
  #vx-aws-panel-van-xuan-stars .vx-award-detail__panel.is-inline-mobile {
    animation: none; } }
