@charset "UTF-8";
*,
::after,
::before {
  box-sizing: border-box;
}

body,
html {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

canvas {
  display: inline-block;
}

article,
figure,
footer,
header,
main,
section {
  display: block;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

a {
  color: #d7bf82;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #d7bf82;
  text-decoration: underline;
  outline-width: 0;
}

a:active {
  outline-width: 0;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

small {
  font-size: 80%;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.h1,
h1 {
  font-size: 2.5rem;
}

.h2,
h2 {
  font-size: 2rem;
}

.h3,
h3 {
  font-size: 1.75rem;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
}
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.w-100 {
  width: 100% !important;
}

.max-w-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-auto {
  margin: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-12px {
  margin-bottom: 12px !important;
}

.mt-12px {
  margin-top: 12px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.text-center {
  text-align: center !important;
}

.hidden {
  display: none;
}

.fade {
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.relative {
  position: relative;
}

.color-orange {
  color: #ffd000;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-12,
.col-5,
.col-6,
.col-lg-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 640px) {
  .col-7 {
    max-width: 54.333333% !important;
  }
}
.txt-gradient {
  background: linear-gradient(180deg, #feffaa 0, #fdffe4 30.0000011921%, #fb4 59.0000033379%, #fede5e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.back-to-top {
  background: #FFCC02;
  color: #000;
  position: fixed;
  right: 16px;
  bottom: 1%;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  z-index: 9999;
  font-size: 40px;
  /* mặc định ẩn */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.back-to-top.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.fraud-alert-page .back-to-top {
  right: 1%;
  bottom: 1%;
}
.brand-ambassador-body .back-to-top {
  right: 1%;
  bottom: 1%;
}

/* ================================
   # FOOTER
=================================== */
footer {
  background: #080502;
  border-top: 1px solid rgba(255, 211, 102, 0.5);
  line-height: 1.6;
  margin: 32px 0 0;
  font-size: 14px;
}
footer .footer-inner {
  max-width: 850px;
  margin: 0 auto;
  padding: 40px 0 32px;
}

.support-online {
  max-width: 280px;
  margin: 0 auto;
}
.support-online.support-online-mobile {
  display: none;
}
.support-online.support-online-pc {
  display: inline-block;
}

.footer-inner-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0 auto;
}

/* ================================
   # FOOTER CONTENT
=================================== */
.footer-dmca {
  display: block;
  width: 50%;
  margin: 0 auto;
}

.footer-logo {
  text-align: center;
  display: inline-block;
  max-width: 120px;
}

.footer-column-title {
  text-transform: uppercase;
  text-align: center;
  color: #ffe9a4;
  font-size: 18px;
  padding-bottom: 0.8rem;
  margin: 0;
  font-weight: normal;
}

.footer-social {
  padding: 0 0 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.footer-social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 3%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.footer-social a.ftfb {
  background-image: url(./../image/icon-fb.png?v=1.0.3);
}
.footer-social a.fttele {
  background-image: url(./../image/icon-tele.png?v=1.0.3);
}

/* ================================
   # FOOTER COPYRIGHT
=================================== */
.copyright {
  text-align: center;
  border-top: 1px solid #1a1811;
  padding-top: 10px;
  margin-top: 1rem;
}

.footer-bottom {
  background-color: #221712;
  width: 100%;
  text-align: center;
  padding: 18px 0;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.footer-bottom #more.disable {
  display: none;
}
.footer-bottom #more-content {
  display: none;
  font-size: 14px;
}
.footer-bottom #more-content.active {
  display: block;
}
.footer-bottom span.under {
  color: #ffe9a4;
  font-weight: 600;
  text-decoration: underline;
}
.footer-bottom i {
  display: inline-block;
  margin: 16px 0 0;
  color: #FFE9A4;
  cursor: pointer;
  font-size: 12px;
}
.footer-bottom span {
  color: #ffe9a4;
  font-weight: 600;
}
.footer-bottom span.divider {
  font-weight: inherit;
  color: white;
}
.footer-bottom p {
  margin: 0.5rem 0 0;
}
.footer-bottom a {
  font-weight: 600;
  color: #ffe9a4;
  text-decoration: unset;
}
.footer-bottom br {
  display: none;
}

/* ================================
   # POLICY LIST
=================================== */
.policy-list {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
.policy-list li {
  margin-bottom: 4px;
}
.policy-list li a {
  color: #FFE9A4;
}

/* ================================
   # RESPONSIVE
=================================== */
/* Laptop ~ 1400px */
@media (max-width: 1400px) {
  footer .container {
    max-width: 700px;
  }
  .footer-section {
    text-align: center;
  }
}
/* Laptop ~ 1024px */
@media (max-width: 1024px) {
  .footer-column-title {
    font-size: 16px;
  }
}
/* Tablet ~ 991px */
@media (max-width: 991px) {
  footer {
    text-align: center;
    margin-top: 1rem;
  }
  footer .footer-inner {
    padding: 12px 0;
  }
  .footer-column-title {
    font-size: 15px;
  }
  .footer-inner-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 0 0 24px;
  }
  .footer-column {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: auto;
    gap: 16px;
  }
  .footer-inner-row > .footer-column:first-child {
    display: none;
  }
  .footer-logo img {
    max-width: 70%;
  }
  .footer-bottom br {
    display: block;
  }
  .footer-bottom span.divider {
    display: none;
  }
}
/* Tablet ~ 834px */
@media (max-width: 834px) {
  .policy-list {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .support-online.support-online-mobile {
    display: inline-block;
  }
  .support-online.support-online-mobile img {
    max-width: 100%;
  }
  .support-online.support-online-pc {
    display: none;
  }
  .footer-column {
    gap: 14px;
  }
  .footer-section {
    padding: 0 8px;
  }
}
/* Mobile ~ 575px */
@media (max-width: 575px) {
  footer {
    padding: 0;
    font-size: 11px;
    overflow: hidden;
    border-top: none;
  }
  .footer-social {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .footer-inner-row {
    gap: 8px;
  }
  .footer-column {
    gap: 15px;
  }
}
/* Small devices ~ 360px */
/* ================================
   # FOOTER NAV TOP
=================================== */
.footer-nav-block {
  position: relative;
  min-height: 60px;
  padding: 15px 10px;
}

.footer-nav-list,
.footer-subnav-list {
  max-width: 1180px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.footer-nav-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3%;
}

.footer-nav-item {
  color: #ffe9a5;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.footer-nav-item > a,
.footer-nav-item > .footer-nav-label {
  display: inline-block;
  color: #ffe9a4;
  padding: 5px;
  text-decoration: none;
}
.footer-nav-item > a:hover,
.footer-nav-item > .footer-nav-label:hover {
  color: #fff2c8;
}

.footer-nav-item--has-children {
  position: relative;
}
.footer-nav-item--has-children > .footer-nav-label {
  cursor: default;
}
.footer-nav-item--has-children::after {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffe9a5;
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
}
.footer-nav-item--has-children:hover .footer-subnav-list {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.footer-nav-item--has-children:hover::after {
  transform: rotate(90deg);
}

.footer-subnav-list {
  background: #221712;
  position: absolute;
  left: 50%;
  top: 100%;
  min-width: 240px;
  font-size: 14px;
  border-radius: 0.3rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 5;
}
.footer-subnav-list li {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0;
}
.footer-subnav-list li:first-child {
  border-top: none;
}
.footer-subnav-list a {
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.footer-subnav-list a:hover {
  color: #ffe9a5;
  background-color: #4f2b06;
  border-bottom: 1.5px solid #ffe49e;
  font-weight: 500;
}

.footer-line {
  height: 120px;
  left: 0;
  margin: 0 auto;
  mix-blend-mode: plus-lighter;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: auto;
}
.footer-line img {
  width: 100%;
  height: 100%;
  max-width: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* ================================
   # FOOTER NAV MOBILE
=================================== */
.footer-mobile-nav {
  display: none;
  padding: 18px 0;
  overflow: hidden;
  background: url(./../image/bg-footer-mb.jpg?v=1.0.3) top center/cover no-repeat;
}

.footer-mobile-nav__row {
  max-width: 470px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.footer-mobile-nav__brand {
  width: 100%;
  max-width: 100%;
  padding: 18px 18px 16px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: left;
}

.footer-mobile-nav__logo-link {
  display: block;
  flex: 0 0 150px;
  max-width: 150px;
}

.footer-mobile-nav__brand-text {
  color: #fff5de;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.footer-mobile-nav__brand-text span {
  background: linear-gradient(90deg, #fbd47d 0, #fef5e9 50%, #fbdea0 100%);
  display: block;
  font-size: clamp(20px, 8vw, 32px);
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-mobile-nav__content {
  width: 100%;
}

.footer-mobile-nav__accordion {
  display: grid;
  gap: 10px;
  width: 100%;
}

.footer-mobile-nav__group {
  position: relative;
  border-radius: 14px;
  transition: background-color 0.22s ease;
}
.footer-mobile-nav__group::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 10%;
  width: 80%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 185, 67, 0.6), transparent);
}
.footer-mobile-nav__group:last-child::after {
  display: none;
}
.footer-mobile-nav__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 16px;
  border: 0;
  background: transparent;
  color: #efb943;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.18s ease, background-color 0.18s ease;
}

.footer-mobile-nav__trigger:hover,
.footer-mobile-nav__trigger:focus-visible {
  color: #efb943;
  outline: none;
}

.footer-mobile-nav__trigger-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-align: left;
}

.footer-mobile-nav__trigger-icon {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-right: 2px solid #efb943;
  border-bottom: 2px solid #efb943;
  transform: rotate(-45deg);
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.footer-mobile-nav__group.is-open .footer-mobile-nav__trigger-icon {
  transform: rotate(45deg);
  border-color: #efb943;
}

.footer-mobile-nav__list {
  margin: 0;
  padding: 0 16px 14px 32px;
  overflow: hidden;
  display: none;
  text-align: left;
  font-size: 14px;
}
.footer-mobile-nav__list li {
  transition: opacity 0.18s ease;
}
.footer-mobile-nav__list li::marker {
  color: #efb943;
  min-width: 6px;
}
.footer-mobile-nav__list li + li {
  margin-top: 8px;
}
.footer-mobile-nav__list a {
  display: block;
  color: #fff;
  line-height: 1.45;
  text-decoration: none;
  padding: 2px 0;
}
.footer-mobile-nav__list a:hover {
  color: #ffd66f;
}

.footer-mobile-nav__list--policy {
  padding-right: 6px;
}
.footer-mobile-nav__list--policy::after {
  content: "";
  display: block;
  clear: both;
}
.footer-mobile-nav__list--policy li {
  float: left;
  width: calc(50% - 10px);
  margin-top: 0;
  margin-bottom: 0;
}
.footer-mobile-nav__list--policy li + li {
  margin-top: 0;
}
.footer-mobile-nav__list--policy li:nth-child(odd) {
  margin-right: 20px;
  clear: left;
}
.footer-mobile-nav__list--policy li:nth-child(n+3) {
  margin-top: 8px;
}

@media (max-width: 991px) {
  .footer-nav-block {
    display: none;
  }
  .footer-mobile-nav {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer-mobile-nav__brand {
    padding: 14px 14px 12px;
    border-radius: 20px;
    gap: 12px;
  }
  .footer-mobile-nav__logo-link {
    flex-basis: 150px;
    max-width: 150px;
  }
  .footer-mobile-nav__trigger {
    padding: 12px 14px;
  }
}
@media (max-width: 360px) {
  .footer-mobile-nav__list {
    font-size: 12px;
  }
}
html,
body {
  -webkit-text-size-adjust: none;
}

body.brand-ambassador-body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: Montserrat, sans-serif;
  background: #010508;
  color: #fff;
}
body.brand-ambassador-body.menu-open {
  overflow: hidden;
}
body.brand-ambassador-body footer {
  margin: 0;
}

.brand-ambassador-page .container {
  margin: 0 auto;
  max-width: 1280px;
}
.brand-ambassador-page .pcshow {
  display: block !important;
}
.brand-ambassador-page .spshow {
  display: none !important;
}
.brand-ambassador-page .figo-page {
  position: relative;
  top: 0;
  width: 100%;
}
.brand-ambassador-page .figo-hero {
  position: relative;
}
.brand-ambassador-page .figo-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  transition: opacity 1s ease;
  pointer-events: none;
}
.brand-ambassador-page .figo-hero.overlay-hidden::after {
  opacity: 0;
}
.brand-ambassador-page .figo-hero .figo-video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  margin-bottom: -5px;
}
.brand-ambassador-page .figo-hero-wrap {
  background-color: #010508;
  text-align: center;
}
.brand-ambassador-page .figo-hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 1s ease;
  z-index: 1;
}
.brand-ambassador-page .figo-hero-content.figo-hidden {
  opacity: 0;
  pointer-events: none;
}
.brand-ambassador-page .figo-hero-content .logo {
  width: 40%;
  margin-bottom: 32px;
  margin-inline: auto;
}
.brand-ambassador-page .figo-volume {
  position: absolute;
  right: 32px;
  top: 128px;
  padding: 15px;
  z-index: 1;
  background: transparent;
  border: none;
  cursor: pointer;
}
.brand-ambassador-page .figo-volume img {
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.brand-ambassador-page .figo-nav-bar {
  position: fixed;
  background: url(./../image/dai-su-thuong-hieu/bgsubpage-dsth.webp?v=1.0.3) center top/cover no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.brand-ambassador-page .figo-nav-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: none;
}
.brand-ambassador-page .figo-logo {
  max-width: 215px;
}
.brand-ambassador-page .figo-nav-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0 0 12px;
  position: relative;
  z-index: 4;
}
.brand-ambassador-page .figo-nav-list > li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-transform: uppercase;
}
.brand-ambassador-page .figo-nav-list > li:not(:first-child) {
  padding-top: 12px;
}
.brand-ambassador-page .figo-nav-list > li > a {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.1s ease, font-weight 0.1s ease;
  -webkit-text-fill-color: #fff;
  background: transparent;
  background-clip: unset;
  -webkit-background-clip: unset;
}
.brand-ambassador-page .figo-nav-list > li > a.active {
  position: relative;
  font-weight: 700;
  background: linear-gradient(180deg, #feffb1 0, #fb4 62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  pointer-events: none;
}
.brand-ambassador-page .figo-nav-list > li > a.active::after {
  content: "";
  position: absolute;
  bottom: -64px;
  left: 50%;
  transform: translateX(-50%);
  width: 550px;
  height: 550px;
  background: url(./../image/dai-su-thuong-hieu/nav-active.webp?v=1.0.3) center bottom/contain no-repeat;
  pointer-events: none;
}
.brand-ambassador-page .figo-nav-list > li > ul {
  background: #221712;
  border-radius: 0.3rem;
  display: none;
  left: -10px;
  list-style: none;
  margin: 0;
  position: absolute;
  top: 90%;
  z-index: 2;
}
.brand-ambassador-page .figo-nav-list > li > ul li a {
  width: 100%;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.brand-ambassador-page .figo-nav-list > li > ul li a:hover {
  color: #ffe9a5;
  background-color: #4f2b06;
  border-bottom: 1.5px solid #ffe49e;
  font-weight: 500;
}
.brand-ambassador-page .figo-nav-list > li > ul li:last-child a {
  border-bottom: none !important;
}
.brand-ambassador-page .figo-nav-list > li.active > ul {
  display: block;
}
.brand-ambassador-page .figo-nav-list > li.submenu {
  cursor: pointer;
}
.brand-ambassador-page .figo-nav-list > li.submenu.active::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffe9a5;
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
}
.brand-ambassador-page .figo-nav-list > li.submenu:not(.active)::after {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffe9a5;
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
}
.brand-ambassador-page .figo-gallery-section {
  padding: 32px 0 50px;
  text-align: center;
  background: url(./../image/dai-su-thuong-hieu/bgsubpage-dsth2.webp?v=1.0.3) center bottom/cover no-repeat;
  background-size: cover;
}
.brand-ambassador-page .figo-gallery-section .container {
  position: relative;
}
.brand-ambassador-page .figo-gallery-section .container::after {
  content: "";
  position: absolute;
  bottom: -49px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 80px;
  pointer-events: none;
  background: url(./../image/dai-su-thuong-hieu/sign-mask.webp?v=1.0.3) center bottom/cover no-repeat;
  opacity: 0.6;
}
.brand-ambassador-page .figo-gallery-section .container::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0, #94713b 30%, #94713b 70%, transparent 100%);
  pointer-events: none;
}
.brand-ambassador-page .figo-gallery-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(180deg, #fffcf4 0, #ffc55e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.brand-ambassador-page .figo-gallery-text {
  font-size: 16px;
  opacity: 0.7;
  line-height: 1.4;
  padding: 8px 0 12px;
}
.brand-ambassador-page .figo-gallery-sign {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.brand-ambassador-page .figo-gallery-sign > img {
  max-width: 120px;
}
.brand-ambassador-page .figo-gallery-sign::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 80px;
  pointer-events: none;
  background: url(./../image/dai-su-thuong-hieu/sign-mask.webp?v=1.0.3) center bottom/cover no-repeat;
}
.brand-ambassador-page .figo-gallery-sign::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0, #94713b 30%, #94713b 70%, transparent 100%);
  pointer-events: none;
}
.brand-ambassador-page .figo-gallery {
  position: relative;
  margin-top: 64px;
}
.brand-ambassador-page .figo-gallery-main-list {
  position: relative;
  width: 100%;
}
.brand-ambassador-page .figo-gallery-main-item {
  display: none;
}
.brand-ambassador-page .figo-gallery-main-item.active {
  display: block;
}
.brand-ambassador-page .figo-gallery-main-item.active > img {
  filter: drop-shadow(0 0 8px rgba(224, 165, 48, 0.1)) drop-shadow(0 0 8px rgba(224, 165, 48, 0.1)) drop-shadow(0 0 16px rgba(224, 165, 48, 0.1));
}
.brand-ambassador-page .figo-gallery-thumbs {
  position: absolute;
  right: 8px;
  bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.brand-ambassador-page .figo-gallery-thumbs-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
.brand-ambassador-page .figo-gallery-thumbs-list::before {
  content: "";
  position: absolute;
  left: -54.6%;
  top: 10%;
  width: 100%;
  height: 80%;
  background: url(./../image/dai-su-thuong-hieu/slider-mask.webp?v=1.0.3) center top/contain no-repeat;
  pointer-events: none;
}
.brand-ambassador-page .figo-gallery-thumbs-list::after {
  content: "";
  position: absolute;
  right: -54.6%;
  top: 10%;
  width: 100%;
  height: 80%;
  transform: rotate(180deg);
  background: url(./../image/dai-su-thuong-hieu/slider-mask.webp?v=1.0.3) center top/contain no-repeat;
  pointer-events: none;
}
.brand-ambassador-page .figo-gallery-thumb {
  position: relative;
  width: 136px;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
}
.brand-ambassador-page .figo-gallery-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(39, 20, 1, 0.55);
  border-radius: 8px;
}
.brand-ambassador-page .figo-gallery-thumb.active {
  width: 155px;
  opacity: 1;
  scale: 1;
  border: 2px solid transparent;
  border-radius: 8px;
  background: linear-gradient(#000, #000) padding-box, linear-gradient(135deg, #fffde6 0, #4c2400 13%, #fffade 23%, #824a07 34%, #fffbe6 52%, #230f06 72%, #fff7dc 93%) border-box;
}
.brand-ambassador-page .figo-gallery-thumb.active::after {
  opacity: 0;
}
.brand-ambassador-page .figo-gallery-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-shrink: 0;
}
.brand-ambassador-page .figo-gallery-btn img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.brand-ambassador-page .figo-sections {
  background: url(./../image/dai-su-thuong-hieu/sub-dsth.webp?v=1.0.3) center top 0.5%/contain no-repeat, linear-gradient(90deg, #0c0401 0, #0c0401 4%, rgba(67, 32, 12, 0.6) 50%, #0c0401 88%, #0c0401 100%);
  padding-bottom: 32px;
}
.brand-ambassador-page .figo-story .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 128px 0 0;
}
.brand-ambassador-page .figo-story-left {
  position: relative;
  flex: 1;
  min-width: 0;
}
.brand-ambassador-page .figo-story-right {
  flex-shrink: 0;
  width: 45%;
}
.brand-ambassador-page .figo-story-right img {
  width: 100%;
  height: auto;
  display: block;
}
.brand-ambassador-page .figo-vision-banners img,
.brand-ambassador-page .figo-timeline-banners img {
  width: 100%;
  height: auto;
  display: block;
}
.brand-ambassador-page .figo-story-title,
.brand-ambassador-page .figo-vision-title,
.brand-ambassador-page .figo-timeline-title,
.brand-ambassador-page .figo-core-title {
  display: inline;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  background: linear-gradient(180deg, #feffaa 0, #fdffe4 30.0000011921%, #fb4 59.0000033379%, #fede5e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.brand-ambassador-page .figo-core-title {
  font-size: 24px;
  padding-top: 2px;
  line-height: 1.8;
}
.brand-ambassador-page .figo-core-trackight .figo-core-title {
  line-height: 1.4;
}
.brand-ambassador-page .figo-story-text {
  position: relative;
  padding: 0 16px 0 64px;
  line-height: 1.4;
}
.brand-ambassador-page .figo-story-text::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 38px;
  height: 30px;
  background: url(./../image/dai-su-thuong-hieu/sub-vector.webp?v=1.0.3) center bottom/cover no-repeat;
  pointer-events: none;
}
.brand-ambassador-page .figo-story-text::after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 16px;
  width: 38px;
  height: 30px;
  transform: rotate(180deg);
  background: url(./../image/dai-su-thuong-hieu/sub-vector.webp?v=1.0.3) center bottom/cover no-repeat;
  pointer-events: none;
}
.brand-ambassador-page .figo-story-text > p:not(:last-child) {
  opacity: 0.6;
  padding: 10px 0;
  font-size: 16px;
}
.brand-ambassador-page .figo-story-text > p:first-child {
  position: relative;
}
.brand-ambassador-page .figo-story-text > p:first-child::before {
  content: "";
  position: absolute;
  top: 60%;
  left: -46px;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background: linear-gradient(180deg, #feffb1 0, #98996a 70%, transparent 100%);
  pointer-events: none;
}
.brand-ambassador-page .figo-story-text .text_bottom {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #ffd68e;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 6px;
}
.brand-ambassador-page .figo-story-text .text_bottom::before {
  content: "";
  position: absolute;
  bottom: 45%;
  left: 0;
  transform: translateY(-50%);
  width: 14%;
  height: 1px;
  background: linear-gradient(90deg, #feffb1 0, #98996a 70%, transparent 100%);
  pointer-events: none;
}
.brand-ambassador-page .figo-core-text > p {
  opacity: 0.6;
  padding: 10px 0;
  font-size: 16px;
}
.brand-ambassador-page .figo-story-name {
  position: absolute;
  right: 0;
}
.brand-ambassador-page .figo-vision {
  background: url(./../image/dai-su-thuong-hieu/sub-dsth.webp?v=1.0.3) center top 16%/contain no-repeat;
  padding-top: 88px;
  text-align: center;
}
.brand-ambassador-page .figo-vision-banners {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
  padding: 64px 0 0;
}
.brand-ambassador-page .figo-timeline {
  background: url(./../image/dai-su-thuong-hieu/sub-dsth.webp?v=1.0.3) center top 8.5%/contain no-repeat;
  padding-top: 64px;
  text-align: center;
}
.brand-ambassador-page .figo-timeline-text,
.brand-ambassador-page .figo-collab-text {
  font-size: 16px;
  padding: 16px 0 48px;
  line-height: 1.6;
  background: linear-gradient(180deg, #fdffe4 0, #feffaa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.brand-ambassador-page .figo-timeline-banners {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}
.brand-ambassador-page .figo-collab {
  background: url(./../image/dai-su-thuong-hieu/sub-dsth-mask.webp?v=1.0.3) center top/100% 100% no-repeat;
  padding: 72px 0 0;
  text-align: center;
}
.brand-ambassador-page .figo-collab .figo-video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: -5px;
  border-radius: 10px;
}
.brand-ambassador-page .figo-hero-title,
.brand-ambassador-page .figo-collab-title {
  text-transform: uppercase;
  line-height: 1.6;
}
.brand-ambassador-page .figo-hero-title > div:first-child,
.brand-ambassador-page .figo-collab-title > div:first-child {
  font-size: 20px;
  background: linear-gradient(180deg, #feffaa 0, #fdffe4 30.0000011921%, #fb4 59.0000033379%, #fede5e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.brand-ambassador-page .figo-hero-title > div:nth-child(2),
.brand-ambassador-page .figo-collab-title > div:nth-child(2) {
  position: relative;
  font-size: 32px;
  font-weight: 700;
}
.brand-ambassador-page .figo-hero-title > div:nth-child(2) > span:first-child,
.brand-ambassador-page .figo-hero-title > div:nth-child(2) > span:nth-child(2),
.brand-ambassador-page .figo-collab-title > div:nth-child(2) > span:first-child,
.brand-ambassador-page .figo-collab-title > div:nth-child(2) > span:nth-child(2) {
  background: linear-gradient(180deg, #feffaa 0, #fdffe4 30.0000011921%, #fb4 59.0000033379%, #fede5e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.brand-ambassador-page .figo-hero-title > div:nth-child(2) > span:nth-child(2),
.brand-ambassador-page .figo-collab-title > div:nth-child(2) > span:nth-child(2) {
  font-weight: 500;
}
.brand-ambassador-page .figo-hero-title > div:first-child {
  text-wrap: nowrap;
  font-weight: 600;
}
.brand-ambassador-page .figo-hero-title > div:nth-child(2)::before {
  content: "";
  position: absolute;
  bottom: -54%;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 200%;
  background: url(./../image/dai-su-thuong-hieu/sub-ellipse.webp?v=1.0.3) center top/contain no-repeat;
  z-index: -1;
}
.brand-ambassador-page .figo-hero-title > div:last-child {
  font-size: 18px;
}
.brand-ambassador-page .figo-collab-title > div:nth-child(2)::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 42%;
  height: 6px;
  background: url(./../image/dai-su-thuong-hieu/sub-ellipse2.webp?v=1.0.3) center bottom/cover no-repeat;
  z-index: -1;
}
.brand-ambassador-page .figo-collab-title > div:last-child {
  font-size: 14px;
  text-transform: none;
}
.brand-ambassador-page .figo-collab-text {
  padding: 24px 0;
}
.brand-ambassador-page .figo-collab-video,
.brand-ambassador-page .figo-core-video {
  position: relative;
  border: 2px solid transparent;
  border-radius: 12px;
  background: linear-gradient(#000, #000) padding-box, linear-gradient(135deg, #fffde6 0, #4c2400 13%, #fffade 23%, #824a07 34%, #fffbe6 52%, #230f06 72%, #fff7dc 93%) border-box;
  cursor: pointer;
}
.brand-ambassador-page .figo-collab-video .figo-play,
.brand-ambassador-page .figo-core-video .figo-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 68px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.brand-ambassador-page .figo-collab-video video,
.brand-ambassador-page .figo-core-video video {
  width: 100%;
  border-radius: 10px;
}
.brand-ambassador-page .figo-core {
  background: url(./../image/dai-su-thuong-hieu/sub-dsth.webp?v=1.0.3) center top 10%/contain no-repeat;
  overflow: hidden;
  padding-top: 160px;
}
.brand-ambassador-page .figo-core .container {
  overflow: visible;
}
.brand-ambassador-page .figo-core .name {
  position: absolute;
  bottom: 16px;
  padding-right: 12px;
}
.brand-ambassador-page .figo-core .figo-core-video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: -5px;
  border-radius: 10px;
  aspect-ratio: 9/16;
  position: relative;
  flex-shrink: 0;
  width: 31%;
}
.brand-ambassador-page .figo-core .figo-core-video .figo-play {
  top: 50%;
  max-width: 52px;
}
.brand-ambassador-page .figo-core .figo-core-text > p {
  padding: 16px 0;
  margin: 0;
}
.brand-ambassador-page .figo-core-track-wrap {
  max-width: 1506px;
  padding: 0 16px;
  overflow: visible;
  margin: 0 0 0 auto;
}
.brand-ambassador-page .figo-core-track {
  display: flex;
  align-items: stretch;
  gap: 24px;
  overflow: visible;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.brand-ambassador-page .figo-core-slide {
  flex: 0 0 60%;
  min-width: 0;
  opacity: 0.5;
  transition: opacity 0.6s ease;
  backface-visibility: hidden;
}
.brand-ambassador-page .figo-core-slide.active {
  opacity: 1;
  transform: scale(1);
}
.brand-ambassador-page .figo-core-card-left,
.brand-ambassador-page .figo-core-trackight {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 18px;
  position: relative;
  padding: 16px 20px 16px 12px;
  border-radius: 20px;
  background: linear-gradient(90deg, #3e2512 0, #2f1601 100%);
  border: 1px solid #3d2f0d;
}
.brand-ambassador-page .figo-core-card-left::before,
.brand-ambassador-page .figo-core-trackight::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: url(./../image/dai-su-thuong-hieu/sub-mask.webp?v=1.0.3) center top/contain no-repeat;
  pointer-events: none;
}
.brand-ambassador-page .figo-core-card-left > div:nth-child(2),
.brand-ambassador-page .figo-core-trackight > div:nth-child(2) {
  margin-top: 16px;
}
.brand-ambassador-page .figo-core-nav {
  text-align: center;
  margin: 8px auto 0;
}
.brand-ambassador-page .figo-core-nav-next,
.brand-ambassador-page .figo-core-nav-prev {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 10;
}
.brand-ambassador-page .figo-core-nav-next img,
.brand-ambassador-page .figo-core-nav-prev img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.brand-ambassador-page .figo-core-mobile-next {
  display: none;
}
.brand-ambassador-page .figo-backtotop {
  right: 1%;
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  html,
  body {
    overflow-x: hidden;
  }
  .brand-ambassador-page .figo-hero .figo-video {
    height: 100%;
  }
  .brand-ambassador-page .figo-logo {
    max-width: 165px;
  }
  .brand-ambassador-page .figo-nav-list {
    justify-content: space-around;
  }
  .brand-ambassador-page .figo-nav-list > li > a {
    font-size: 16px;
  }
  .brand-ambassador-page .figo-story .container {
    padding: 128px 16px 0;
  }
  .brand-ambassador-page .figo-core-title {
    font-size: 22px;
  }
  .brand-ambassador-page .figo-core-text > p {
    font-size: 14px;
  }
  .brand-ambassador-page .figo-core .figo-core-video {
    width: 35%;
  }
}
@media (max-width: 11in) {
  .brand-ambassador-page .pcshow {
    display: block !important;
  }
  .brand-ambassador-page .spshow {
    display: none !important;
  }
  .brand-ambassador-page .figo-hero .figo-video {
    height: 100%;
  }
  .brand-ambassador-page .figo-nav-list > li > a {
    font-size: 14px;
  }
  .brand-ambassador-page .figo-hero-content .logo {
    width: 45%;
  }
  .brand-ambassador-page .figo-story .container {
    padding: 88px 15px 0;
  }
  .brand-ambassador-page .figo-story-title.pcshow {
    display: inline !important;
  }
  .brand-ambassador-page .figo-story-text {
    padding: 0 0 0 58px;
  }
  .brand-ambassador-page .figo-story-text::after {
    right: 16px;
  }
  .brand-ambassador-page .figo-story-text .text_bottom {
    font-size: 14px;
  }
  .brand-ambassador-page .figo-story-text .text_bottom::before {
    width: 10%;
  }
  .brand-ambassador-page .figo-core-slide {
    flex: 0 0 75%;
  }
  .brand-ambassador-page .figo-gallery-title,
  .brand-ambassador-page .figo-core-title {
    font-size: 22px;
  }
  .brand-ambassador-page .figo-gallery-text,
  .brand-ambassador-page .figo-story-text > p:not(:last-child),
  .brand-ambassador-page .figo-core-text > p {
    font-size: 16px;
    text-align: left;
  }
  .brand-ambassador-page .figo-story-title,
  .brand-ambassador-page .figo-vision-title,
  .brand-ambassador-page .figo-timeline-title,
  .brand-ambassador-page .figo-core-title {
    font-size: 24px;
  }
  .brand-ambassador-page .figo-vision {
    padding-top: 124px;
    background: url(./../image/dai-su-thuong-hieu/sub-dsth.webp?v=1.0.3) center top 24.5%/contain no-repeat;
  }
  .brand-ambassador-page .figo-timeline {
    background: url(./../image/dai-su-thuong-hieu/sub-dsth.webp?v=1.0.3) center top 10.5%/contain no-repeat;
  }
}
@media (max-width: 9.7in) {
  html,
  body {
    overflow-x: hidden;
  }
  .brand-ambassador-page .spshow {
    display: block !important;
  }
  .brand-ambassador-page .pcshow,
  .brand-ambassador-page .figo-nav-list {
    display: none !important;
  }
  .brand-ambassador-page .figo-story-title.pcshow {
    display: none !important;
  }
  .brand-ambassador-page .figo-nav-mobile {
    padding: 8px 0;
    background: url(./../image/dai-su-thuong-hieu/bgsubpage-dsth-mobile.webp?v=1.0.3) center top/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .brand-ambassador-page .figo-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .brand-ambassador-page .figo-nav-mobile .figo-logo-mobile {
    width: 18%;
    margin: 0 auto;
  }
  .brand-ambassador-page .figo-menu-toggle,
  .brand-ambassador-page .figo-menu-back,
  .brand-ambassador-page .figo-menu-close {
    position: absolute;
    right: 24px;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    padding: 0;
  }
  .brand-ambassador-page .figo-menu-back,
  .brand-ambassador-page .figo-menu-close {
    left: 24px;
  }
  .brand-ambassador-page .figo-menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
  }
  .brand-ambassador-page .figo-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #010508 url(./../image/dai-su-thuong-hieu/bgsubpage-menu.webp?v=1.0.3) center top/cover no-repeat;
    padding: 58px 0;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
  }
  .brand-ambassador-page .figo-menu.active {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(0);
  }
  .brand-ambassador-page .figo-menu-header {
    margin-bottom: 64px;
  }
  .brand-ambassador-page .figo-menu-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .brand-ambassador-page .figo-menu-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    overflow-x: hidden;
    margin: 0;
    padding: 0 32px;
  }
  .brand-ambassador-page .figo-menu-list li a {
    display: block;
    padding: 18px 0;
    margin: 4px auto;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.2s ease;
  }
  .brand-ambassador-page .figo-menu-list li a.active {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    transition: none;
    background: linear-gradient(180deg, #feffb1 0, #fb4 62%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }
  .brand-ambassador-page .figo-menu-list li a.active::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -20%;
    transform: translateY(-50%);
    width: 135%;
    height: 100%;
    background: url(./../image/dai-su-thuong-hieu/nav-active-mobile.webp?v=1.0.3) center/100% 100% no-repeat;
    pointer-events: none;
    z-index: -1;
  }
  .brand-ambassador-page .figo-hero-content {
    top: 45%;
  }
  .brand-ambassador-page .figo-hero-title > div:first-child {
    font-size: 14px;
  }
  .brand-ambassador-page .figo-hero-title > div:nth-child(2) {
    font-size: 22px;
  }
  .brand-ambassador-page .figo-hero-title > div:last-child {
    font-size: 12px;
  }
  .brand-ambassador-page .figo-gallery-text {
    text-align: center;
  }
  .brand-ambassador-page .figo-gallery-sign::after {
    background: url(./../image/dai-su-thuong-hieu/sign-mask2.webp?v=1.0.3) center bottom/100% 100% no-repeat;
    height: 128px;
  }
  .brand-ambassador-page .figo-collab-title > div:first-child {
    font-size: 20px;
  }
  .brand-ambassador-page .figo-collab-title > div:nth-child(2) {
    font-size: 28px;
  }
  .brand-ambassador-page .figo-collab-title > div:nth-child(2)::before {
    width: 100%;
    bottom: 8px;
  }
  .brand-ambassador-page .figo-gallery-section {
    padding: 32px 0 32px;
  }
  .brand-ambassador-page .figo-gallery-thumbs {
    position: relative;
    margin: 16px auto;
    right: unset;
    bottom: unset;
  }
  .brand-ambassador-page .figo-story .container {
    flex-direction: column-reverse;
  }
  .brand-ambassador-page .figo-story-title.spshow {
    display: inline !important;
  }
  .brand-ambassador-page .figo-story-left,
  .brand-ambassador-page .figo-story-right {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .brand-ambassador-page .figo-story-right .figo-story-title-bg {
    display: none !important;
  }
  .brand-ambassador-page .figo-story-right .figo-story-image {
    margin-top: 16px;
  }
  .brand-ambassador-page .figo-story-text {
    padding: 0 8px 0 16px;
    margin: 56px auto 0;
  }
  .brand-ambassador-page .figo-story-text::before {
    top: -32px;
  }
  .brand-ambassador-page .figo-story-text > p:first-child::before {
    left: -14px;
  }
  .brand-ambassador-page .figo-story-name {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 1;
  }
  .brand-ambassador-page .figo-vision {
    padding-top: 64px;
    background: url(./../image/dai-su-thuong-hieu/sub-dsth.webp?v=1.0.3) center top 15.5%/contain no-repeat;
  }
  .brand-ambassador-page .figo-vision-banners {
    flex-direction: column;
    padding: 32px 0 0;
  }
  .brand-ambassador-page .figo-timeline {
    background: url(./../image/dai-su-thuong-hieu/sub-dsth.webp?v=1.0.3) center top 11.5%/contain no-repeat;
  }
  .brand-ambassador-page .figo-timeline-banners {
    flex-direction: column;
  }
  .brand-ambassador-page .figo-core-slide {
    flex: 0 0 100%;
  }
  .brand-ambassador-page .figo-core .figo-core-video {
    width: 35%;
  }
  .brand-ambassador-page .figo-volume {
    right: 16px;
    top: 16px;
  }
}
@media (max-width: 768px) {
  .brand-ambassador-page .figo-core .figo-core-video {
    width: 40%;
  }
}
@media (max-width: 575px) {
  .brand-ambassador-page .figo-menu {
    padding: 36px 0;
  }
  .brand-ambassador-page .figo-menu-toggle {
    right: 16px;
    padding: 0;
  }
  .brand-ambassador-page .figo-menu-back,
  .brand-ambassador-page .figo-menu-close {
    left: 16px;
    padding: 0;
  }
  .brand-ambassador-page .figo-nav-mobile .figo-logo-mobile {
    width: 22%;
  }
  .brand-ambassador-page .figo-hero-content .logo {
    width: 55%;
    margin-bottom: 16px;
  }
  .brand-ambassador-page .figo-hero-title > div:first-child {
    font-size: 10px;
  }
  .brand-ambassador-page .figo-hero-title > div:nth-child(2) {
    font-size: 14px;
  }
  .brand-ambassador-page .figo-hero-title > div:last-child {
    font-size: 8px;
  }
  .brand-ambassador-page .figo-volume {
    right: 8px;
    top: 4px;
  }
  .brand-ambassador-page .figo-sections {
    background: linear-gradient(90deg, #0c0401 0, #0c0401 0, rgba(67, 32, 12, 0.6) 50%, #0c0401 100%, #0c0401 100%);
    padding-bottom: 12px;
  }
  .brand-ambassador-page .figo-gallery-title {
    font-size: 18px;
  }
  .brand-ambassador-page .figo-gallery {
    margin-top: 40px;
  }
  .brand-ambassador-page .figo-gallery-thumbs-list {
    width: 100%;
    gap: 8px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .brand-ambassador-page .figo-gallery-thumbs-list::before, .brand-ambassador-page .figo-gallery-thumbs-list::after {
    display: none;
  }
  .brand-ambassador-page .figo-gallery-thumb,
  .brand-ambassador-page .figo-gallery-thumb.active {
    width: 112px;
  }
  .brand-ambassador-page .figo-gallery-btn.figo-gallery-btn-prev {
    position: absolute;
    left: -5%;
    z-index: 1;
  }
  .brand-ambassador-page .figo-gallery-btn.figo-gallery-btn-next {
    position: absolute;
    right: -5%;
    z-index: 1;
  }
  .brand-ambassador-page .figo-gallery-btn img {
    width: 28px;
    height: 28px;
  }
  .brand-ambassador-page .figo-gallery-section {
    background: url(./../image/dai-su-thuong-hieu/sub-dsth2.webp?v=1.0.3) center bottom 3%/contain no-repeat, url(./../image/dai-su-thuong-hieu/bgsubpage-dsth2.webp?v=1.0.3) center bottom/cover no-repeat;
    padding: 24px 0 80px;
  }
  .brand-ambassador-page .figo-gallery-section .container::before {
    bottom: -16px;
    width: 80%;
  }
  .brand-ambassador-page .figo-gallery-section .container::after {
    display: none;
  }
  .brand-ambassador-page .figo-gallery-sign::before {
    display: none;
  }
  .brand-ambassador-page .figo-story .container {
    padding: 24px 15px 0;
  }
  .brand-ambassador-page .figo-story-right {
    isolation: isolate;
  }
  .brand-ambassador-page .figo-story-right .figo-story-title-bg {
    --figo-story-title-bg-size: clamp(300px, 92vw, 520px);
    display: block !important;
    position: absolute;
    z-index: -1;
    top: -30%;
    left: 50%;
    width: var(--figo-story-title-bg-size);
    height: var(--figo-story-title-bg-size);
    transform: translateX(-50%);
    background: radial-gradient(50% 50% at 50% 50%, rgba(62, 33, 18, 0.72) 62%, rgba(44, 16, 1, 0) 94%);
    pointer-events: none;
  }
  .brand-ambassador-page .figo-story-text {
    margin: 32px auto 0;
  }
  .brand-ambassador-page .figo-story-text::before, .brand-ambassador-page .figo-story-text::after {
    width: 24px;
    height: 19px;
  }
  .brand-ambassador-page .figo-story-text::before {
    top: -24px;
  }
  .brand-ambassador-page .figo-story-text::after {
    right: -4px;
    bottom: 4px;
  }
  .brand-ambassador-page .figo-story-text .text_bottom::before {
    width: 6%;
    left: -3%;
  }
  .brand-ambassador-page .figo-gallery-text,
  .brand-ambassador-page .figo-story-text > p:not(:last-child),
  .brand-ambassador-page .figo-core-text > p {
    font-size: 16px;
  }
  .brand-ambassador-page .figo-vision {
    background: url(./../image/dai-su-thuong-hieu/sub-dsth2.webp?v=1.0.3) center top 7%/contain no-repeat;
  }
  .brand-ambassador-page .figo-timeline {
    background: url(./../image/dai-su-thuong-hieu/sub-dsth2.webp?v=1.0.3) center top 3.5%/contain no-repeat;
  }
  .brand-ambassador-page .figo-core {
    background: url(./../image/dai-su-thuong-hieu/sub-dsth2.webp?v=1.0.3) center top 6%/contain no-repeat;
  }
  .brand-ambassador-page .figo-core .figo-core-card-left,
  .brand-ambassador-page .figo-core .figo-core-trackight {
    height: 100%;
    flex-direction: column;
    background: transparent;
    border: none;
    padding: 0;
    gap: 4px;
  }
  .brand-ambassador-page .figo-core .figo-core-card-left::before,
  .brand-ambassador-page .figo-core .figo-core-trackight::before {
    display: none;
  }
  .brand-ambassador-page .figo-core .figo-core-card-left > div:nth-child(2),
  .brand-ambassador-page .figo-core .figo-core-trackight > div:nth-child(2) {
    position: relative;
    background: linear-gradient(90deg, #3e2512 0, #2f1601 100%);
    border: 1px solid #3d2f0d;
    border-radius: 20px;
    padding: 12px 8px;
    flex: 1;
  }
  .brand-ambassador-page .figo-core .figo-core-card-left > div:nth-child(2)::before,
  .brand-ambassador-page .figo-core .figo-core-trackight > div:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: url(./../image/dai-su-thuong-hieu/sub-mask.webp?v=1.0.3) center top/contain no-repeat;
    pointer-events: none;
  }
  .brand-ambassador-page .figo-core .figo-core-title {
    font-size: 18px;
  }
  .brand-ambassador-page .figo-core .figo-core-text {
    padding-top: 8px;
  }
  .brand-ambassador-page .figo-core .figo-core-text > p {
    padding: 8px 0;
  }
  .brand-ambassador-page .figo-core .name {
    display: none;
  }
  .brand-ambassador-page .figo-core .figo-core-track {
    gap: 16px;
    align-items: flex-start;
  }
  .brand-ambassador-page .figo-core .figo-core-video {
    width: 100%;
  }
  .brand-ambassador-page .figo-core .figo-core-video .figo-play {
    max-width: 78px;
  }
  .brand-ambassador-page .figo-core-nav-next,
  .brand-ambassador-page .figo-core-nav-prev {
    display: none;
  }
  .brand-ambassador-page .figo-core-mobile-next {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: none;
  }
  .brand-ambassador-page .figo-core-mobile-next img {
    width: 128px;
    height: 44px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (max-width: 405px) {
  .brand-ambassador-page .figo-gallery-title {
    font-size: 16px;
  }
  .brand-ambassador-page .figo-story-title,
  .brand-ambassador-page .figo-vision-title,
  .brand-ambassador-page .figo-timeline-title {
    font-size: 22px;
  }
  .brand-ambassador-page .figo-timeline-text,
  .brand-ambassador-page .figo-collab-text {
    font-size: 14px;
  }
  .brand-ambassador-page .figo-gallery-text,
  .brand-ambassador-page .figo-story-text > p:not(:last-child),
  .brand-ambassador-page .figo-core-text > p {
    font-size: 14px;
  }
  .brand-ambassador-page .figo-story-text::before, .brand-ambassador-page .figo-story-text::after {
    width: 16px;
    height: 12px;
  }
  .brand-ambassador-page .figo-story-text .text_bottom {
    font-size: 12px;
  }
  .brand-ambassador-page .figo-collab-title > div:first-child {
    font-size: 18px;
  }
  .brand-ambassador-page .figo-collab-title > div:nth-child(2) {
    font-size: 26px;
  }
  .brand-ambassador-page .figo-core-title {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .brand-ambassador-page .figo-story-title,
  .brand-ambassador-page .figo-vision-title,
  .brand-ambassador-page .figo-timeline-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .brand-ambassador-page .figo-logo {
    max-width: 165px;
  }
  .brand-ambassador-page .figo-nav-mobile .figo-logo-mobile {
    width: 12%;
  }
  .brand-ambassador-page .figo-collab-title > div:nth-child(2)::before {
    width: 60%;
  }
  .brand-ambassador-page .figo-core .figo-core-video {
    width: 40%;
  }
  .brand-ambassador-page .figo-core .figo-core-video .figo-play {
    max-width: 58px;
  }
}
@media screen and (max-width: 852px) and (orientation: landscape) {
  .brand-ambassador-page .figo-vision-banners,
  .brand-ambassador-page .figo-timeline-banners {
    width: 75%;
    margin: 0 auto;
  }
  .brand-ambassador-page .figo-core .figo-core-video .figo-play {
    max-width: 53px;
  }
}