@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;
}
@keyframes downAnimation {
  0% {
    transform: translate(var(--icon-down-offset-x, 0), 0) scale(1.02);
  }
  50% {
    transform: translate(var(--icon-down-offset-x, 0), 6px) scale(1);
  }
  100% {
    transform: translate(var(--icon-down-offset-x, 0), 0) scale(1.02);
  }
}
@keyframes slogan-download-bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0);
  }
}
section {
  height: 100%;
}

.section-inner {
  --section-side-width: clamp(180px, 18vw, 358px);
  --section-center-width: clamp(270px, 40vw, 619px);
  --section-center-offset: clamp(36px, 6vw, 113px);
  display: grid;
  grid-template-columns: var(--section-side-width) var(--section-center-offset) var(--section-center-width) var(--section-center-offset) var(--section-side-width);
  align-items: flex-start;
  justify-content: center;
  max-width: 1920px;
  margin: 0 auto;
}
.section-inner .section-left {
  grid-column: 1;
  width: 100%;
  max-width: var(--section-side-width);
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: sticky;
  z-index: 2;
  top: 20px;
  display: flex;
  justify-content: flex-end;
}
.section-inner .section-center {
  grid-column: 3;
  width: 100%;
  max-width: var(--section-center-width);
  margin: 0 auto;
}
.section-inner .section-center .section-data {
  min-height: calc(100svh - var(--height-header, 0px));
  display: flex;
  flex-direction: column;
}
.section-inner .section-right {
  grid-column: 5;
  width: 100%;
  max-width: var(--section-side-width);
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: sticky;
  top: 20px;
}

/** -------------------------------- FOR DESKTOP -------------------------------- **/
@media (max-width: 1728px) {
  .section-inner {
    --section-center-width: 542.8px;
    --section-side-width: clamp(184px, 17.94vw, 366.16px);
    --section-center-offset: clamp(29.44px, 3.68vw, 66.24px);
  }
}
/* Desktop (≤ 1512px) */
@media (max-width: 1512px) {
  .section-inner {
    --section-center-width: 550px;
    --section-side-width: clamp(180px, 17.55vw, 358.2px);
    --section-center-offset: clamp(28.8px, 3.6vw, 64.8px);
  }
}
/* Desktop (≤ 1497px) */
@media (max-width: 1497px) {
  .section-inner {
    --section-center-width: 500px;
    --section-side-width: clamp(180px, 17.55vw, 358.2px);
    --section-center-offset: clamp(28.8px, 3.6vw, 64.8px);
  }
}
@media (max-width: 1440px) {
  .section-inner {
    --section-side-width: clamp(200px, 23vw, 398px);
    --section-center-offset: clamp(24px, 3.2vw, 48px);
  }
}
@media (max-width: 1270px) {
  .section-inner {
    --section-side-width: clamp(180px, 22vw, 300px);
    --section-center-offset: clamp(18px, 2.4vw, 32px);
  }
}
@media (max-width: 1210px) {
  .section-inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    position: relative;
  }
  .section-inner .section-center .section-data {
    display: block;
  }
  .section-inner .section-left,
  .section-inner .section-right {
    width: 0;
  }
}
@media (max-width: 430px) {
  .section-inner .section-center .section-data {
    min-height: calc(100svh - var(--height-header, 0px));
  }
}
@media (max-width: 430px) {
  .is-mobile-safari .section-inner .section-center .section-data {
    min-height: calc(100svh + 100lvh - 100svh - var(--height-header, 0px));
  }
}
@media screen and (max-height: 780px) {
  .section-inner {
    --section-center-width: 500px;
  }
  .is-tablet-device.is-landscape .section-inner {
    --section-center-width: 480px;
  }
  .section-inner .section-right {
    max-width: 260px;
  }
}
/** -------------------------------- FOR MOBILE LANDSCAPE -------------------------------- **/
@media screen and (max-width: 1100px) and (max-height: 480px) and (orientation: landscape) {
  .section-inner .section-center {
    max-width: 44%;
  }
  .is-ios-device.is-landscape .section-inner .section-center {
    max-width: 53%;
  }
}
/* Landscape - ultra small height (≤ 380px) */
@media screen and (max-width: 1100px) and (max-height: 380px) and (orientation: landscape) {
  .section-inner .section-center {
    max-width: 44%;
  }
}
/* ================================
   # FORM WRAPPER
=================================== */
#form .form-content {
  background: url(./../image/bg-form.webp?v=1.0.3) top center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  position: relative;
  max-width: 688px;
  margin: 0 auto;
  padding: 16px 0 33px;
}
#form .form-title {
  width: 40%;
  margin: 0 auto 1.8rem;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#form .form-title span {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

/* ================================
   # FORM BASE ELEMENTS
=================================== */
form {
  width: 79%;
  margin: 0 auto;
}

.form-group {
  position: relative;
  margin-bottom: 24px;
}
.form-group i {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 58px;
  text-align: center;
  font-size: 18px;
  color: #4b4b4b;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.form-group i.fa-eye {
  right: 15px;
  left: auto;
}
.form-group:last-child {
  margin-bottom: 25px;
}

.form-group-inner {
  position: relative;
}

.form-control {
  width: 100%;
  height: 58px;
  margin: 0 auto;
  padding: 0 45px;
  border: none !important;
  border-radius: 0;
  outline: 0 !important;
  background: url(./../image/bg-input.png?v=1.0.3) center no-repeat !important;
  background-size: 100% 100% !important;
  font-size: 16px;
  color: #fff !important;
  text-align: center;
}
.form-control.form_field {
  background: url(./../image/bg-capcha.png?v=13.0.1) center no-repeat !important;
  background-size: 100% 100% !important;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: rgba(108, 117, 125, 0.7);
  opacity: 1;
}
.form-control::placeholder {
  color: rgba(108, 117, 125, 0.7);
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* ================================
   # INPUT PLACEHOLDER COLORS
=================================== */
input:-webkit-autofill {
  -webkit-animation-delay: 0.2s;
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
  animation-iteration-count: infinite;
}

/* ================================
   # INPUT FOCUS RESET
=================================== */
[contenteditable].form-control:focus,
[type=email].form-control:focus,
[type=password].form-control:focus,
[type=tel].form-control:focus,
[type=text].form-control:focus,
button,
input.form-control:focus,
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=text]:focus,
textarea.form-control:focus,
textarea:focus {
  outline: 0 !important;
  box-shadow: inset 0 -1px 0 transparent !important;
  -webkit-box-shadow: 0 -1px 0 transparent !important;
}

/* ================================
   # BUTTON
=================================== */
.btnsubmit {
  width: 80%;
  margin: 0 auto;
  padding: 0;
  display: block;
  background: none;
  border: none;
  outline: 0;
}

/* ================================
   # VALIDATION & ERROR
=================================== */
.error,
.errors {
  color: red;
  font-size: 12px;
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
}

/* ================================
   # ICONS
=================================== */
i.fa-eye {
  background: url(./../image/icon-eye.svg) center no-repeat;
  background-size: 100% 100%;
}

i.fa-eye-slash::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: darkgrey;
  transform: translateY(-50%) rotate(30deg);
  transform-origin: center;
  pointer-events: none;
}

i.fa-lock {
  background: url(./../image/icon-lock.svg) center no-repeat;
}

i.fa-user {
  background: url(./../image/icon-user.svg) center no-repeat;
}

/* ================================
   # ACCESSIBILITY / PREFERS
=================================== */
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
/* ---------- 1️⃣ HEIGHT ≤ 780px ---------- */
@media (max-height: 780px) {
  #form .form-title {
    margin-bottom: 1.4rem;
  }
  #form .form-content {
    padding: 0.8rem 0 1.4rem 0;
  }
  .form-control,
  .form-group i {
    height: 44px;
  }
  .form-group {
    margin-bottom: 1.2rem;
  }
  .btnsubmit {
    width: 65%;
  }
}
/* ---------- 2️⃣ WIDTH ≤ 1728 ---------- */
@media (max-width: 1728px) {
  #form .form-title {
    margin: 0 auto 20px;
  }
  #form .form-title span {
    font-size: 18px;
  }
  #form .form-content {
    padding: 16px 0 20px;
  }
  .form-control {
    height: 55px;
  }
  .btnsubmit {
    width: 60%;
  }
}
/* ---------- 2️⃣ WIDTH ≤ 1440 ---------- */
@media (max-width: 1497px) {
  #form .form-title span {
    font-size: 16px;
  }
  #form .form-content {
    padding: 0.6rem 0 1rem 0;
  }
  .form-control {
    height: 40px;
  }
  .btnsubmit {
    width: 56%;
  }
}
/* ---------- 2️⃣ WIDTH ≤ 1440 ---------- */
@media (max-width: 1440px) {
  #form .form-title span {
    font-size: 16px;
  }
  #form .form-content {
    padding: 0.8rem 0 1rem 0;
  }
  .form-control {
    height: 46px;
  }
  .btnsubmit {
    width: 56%;
  }
}
/* ---------- 2️⃣ WIDTH ≤ 1180px ---------- */
@media screen and (max-width: 1180px) {
  #form .form-content {
    max-width: 562px;
  }
}
/* ---------- 2️⃣ WIDTH ≤ 1100px ---------- */
@media screen and (max-width: 1100px) {
  .form-control {
    height: 55px;
  }
  .btnsubmit {
    width: 60%;
  }
}
/* ---------- 2️⃣ WIDTH ≤ 1024px ---------- */
/* ---------- 4️⃣ WIDTH ≤ 640px ---------- */
@media (max-width: 640px) {
  #form .form-content {
    margin-bottom: 20px;
    padding: 10px 0 18px;
  }
  #form .form-title {
    margin-bottom: 1rem;
  }
  form {
    width: 85%;
  }
  .form-group {
    margin-bottom: 14px;
  }
  .form-control,
  .form-group i {
    height: 45px;
  }
  .form-group i {
    font-size: 16px;
    left: 10px;
  }
  .form-group i.fa-eye {
    right: 10px;
  }
  .form-control {
    font-size: 14px;
  }
  .error,
  .errors {
    font-size: 10px;
  }
}
/* ---------- 5️⃣ WIDTH ≤ 480px ---------- */
@media (max-width: 480px) {
  .form-control,
  .form-group i {
    height: 40px;
  }
  #form {
    margin-bottom: 0 !important;
  }
  #form .form-content {
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 1rem;
  }
  #form .form-title {
    margin-bottom: 1rem;
  }
  #form .form-title span {
    font-size: 13px;
  }
  form {
    width: 79%;
  }
  .form-group {
    margin-bottom: 8px;
  }
  .error,
  .errors {
    position: relative;
    padding-top: 4px;
  }
  .btnsubmit {
    width: 60%;
  }
}
/* ---------- 6️⃣ WIDTH ≤ 405px ---------- */
@media (max-width: 430px) {
  .form-control,
  .form-group i {
    height: 36px;
  }
  #form .form-content {
    margin-bottom: 0;
  }
}
/* ---------- 7️⃣ LANDSCAPE 320px → 1400px ---------- */
/* ---------- 8️⃣ LANDSCAPE 1200×1280 (HD displays) ---------- */
@media only screen and (min-device-width: 1200px) and (max-device-width: 1280px) and (max-device-height: 768px) and (orientation: landscape) {
  #form .form-title {
    margin-bottom: 1.2rem;
  }
  #form .form-content {
    padding: 1rem 0;
  }
  .form-control,
  .form-group i {
    height: 36px;
  }
  .error,
  .errors {
    font-size: 12px;
  }
}
/* ---------- 9️⃣ HEIGHT ≤ 480px (Landscape mode) ---------- */
@media screen and (max-height: 480px) and (orientation: landscape) {
  #form .form-title {
    margin-bottom: 1rem;
  }
  #form .form-title span {
    font-size: 12px;
  }
  #form .form-content {
    margin-bottom: 0;
    padding-top: 0.6rem;
    padding-bottom: 0.8rem !important;
    max-width: 350px;
  }
  form {
    width: 85%;
  }
  .form-group {
    margin-bottom: 0.5rem;
  }
  .form-control,
  .form-group i {
    height: 30px;
  }
  .form-group i {
    font-size: 14px;
    left: 10px;
  }
  .form-group i.fa-eye {
    right: 10px;
  }
  .form-control {
    font-size: 12px;
  }
  .error,
  .errors {
    font-size: 10px;
    margin-bottom: -0.4rem;
    position: relative;
  }
}
/* ---------- 🔟 HEIGHT ≤ 380px (Landscape mini devices) ---------- */
@media screen and (max-height: 380px) and (orientation: landscape) {
  .form-control,
  .form-group i {
    height: 30px;
  }
  .form-control {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1366px) and (pointer: coarse) {
  #form:not(.show) {
    display: none;
  }
}
#banners {
  width: 100%;
  overflow: hidden;
}
#banners .swiper-slide {
  position: relative;
}
#banners .banner-slide-1111-trigger {
  position: absolute;
  top: 31.6%;
  right: 13%;
  width: 60%;
  text-align: right;
  z-index: 2;
  text-decoration: none;
  cursor: pointer;
}
#banners .banner-slide-1111-download {
  width: clamp(30px, 3.2vw, 50px);
  animation: slogan-download-bounce 0.9s ease-in-out infinite;
  pointer-events: none;
}
#banners .banner-slide-domain {
  background: linear-gradient(180deg, #9aff9c 38.4615391493%, #47b53f 100%);
  top: 49.5%;
  font-size: 20px;
  font-weight: 600;
  left: 18%;
  position: absolute;
  right: 9%;
  line-height: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#banners .swiper-pagination {
  margin-bottom: 0;
  position: relative;
  bottom: 0;
}
#banners .swiper-pagination .swiper-pagination-bullet {
  background: #735100;
  width: 8px;
  height: 8px;
}
#banners .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffd56f;
}

/* ---------- Responsive ---------- */
@media (max-width: 1512px) {
  #banners .banner-slide-domain {
    font-size: 18px;
  }
}
@media (max-width: 1497px) {
  #banners .banner-slide-1111-download {
    width: clamp(30px, 2.6vw, 50px);
  }
  #banners .banner-slide-domain {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  #banners {
    width: 82%;
  }
}
@media (max-width: 1210px) {
  #banners {
    display: none;
  }
}
/* ≤ 780px (low height) */
/* Landscape 1280x768 */
/* Landscape ≤ 1400px */
/* Landscape, height ≤ 480px */
@media screen and (max-height: 480px) and (orientation: landscape) {
  #banners {
    display: none !important;
  }
}
/* Landscape small screen (≤ 991px) + height ≤ 480px */
.icondown {
  background: url(./../image/icon-down.png?v=1.0.3) center no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
  margin: 2rem auto 0.5rem;
  cursor: pointer;
  animation: downAnimation 0.6s linear infinite;
}
.icondown.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media screen and (max-height: 780px) {
  .icondown {
    width: 16px;
    height: 16px;
    margin: 0.8rem auto 0.5rem;
  }
}
@media (max-width: 1728px) {
  .icondown {
    margin: 1rem auto 0.5rem;
    width: 18px;
    height: 18px;
    left: 50%;
  }
}
@media (max-width: 1024px) {
  .icondown {
    left: 50%;
  }
}
@media (max-width: 640px) {
  .icondown {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 430px) {
  .icondown {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .icondown {
    margin-top: 0.5rem;
  }
}
/* ================================
   # RECAPTCHA
=================================== */
.recaptcha-input {
  --captcha-input-height: 58px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.recaptcha-input .instyle {
  width: 60%;
}
.recaptcha-input .instyle input {
  padding: 0 10px;
}
.recaptcha-input .capcha_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 36.5%;
  height: var(--captcha-input-height);
}

.recaptcha-bg {
  width: calc(95% - 32px);
  height: 100%;
  background: center/contain no-repeat;
  background-color: #7e7e7e;
  border-radius: 5px;
  overflow: hidden;
}

#captchaCanvas {
  width: 100%;
  height: 100%;
}

.capcha_icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(./../image/icon-rotate.svg?v=1.0.3) center no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: transform 0.5s ease-in-out;
}
.capcha_icon.active {
  transform: rotate(180deg);
}

/* ================================
   # RESPONSIVE - THEO CHIỀU RỘNG
=================================== */
/* Màn hình thấp (≤ 780px) */
@media (max-height: 780px) {
  .recaptcha-input {
    --captcha-input-height: 44px;
  }
}
/* ---------- 2️⃣ WIDTH ≤ 1728 ---------- */
@media (max-width: 1728px) {
  .recaptcha-input {
    --captcha-input-height: 55px;
  }
}
@media (max-width: 1497px) {
  .recaptcha-input {
    --captcha-input-height: 40px;
  }
}
@media (max-width: 1440px) {
  .recaptcha-input {
    --captcha-input-height: 46px;
  }
}
@media screen and (max-width: 1100px) {
  .recaptcha-input {
    --captcha-input-height: 55px;
  }
}
/* Tablet nhỏ (≤ 640px) */
@media (max-width: 640px) {
  .recaptcha-input {
    --captcha-input-height: 45px;
  }
  .recaptcha-input .instyle {
    width: 59%;
  }
  .recaptcha-input .capcha_box {
    width: 38.5%;
  }
  .recaptcha-bg {
    width: calc(95% - 20px);
  }
  .capcha_icon {
    width: 20px;
    height: 20px;
  }
}
/* Mobile trung bình (≤ 480px) */
@media (max-width: 480px) {
  .recaptcha-input {
    --captcha-input-height: 40px;
  }
}
/* Mobile nhỏ (≤ 430px) */
@media (max-width: 430px) {
  .recaptcha-input {
    --captcha-input-height: 36px;
  }
}
/* ================================
   # RESPONSIVE - THEO CHIỀU CAO
=================================== */
/* Landscape 1280x768 */
@media only screen and (min-device-width: 1200px) and (max-device-width: 1280px) and (max-device-height: 768px) and (orientation: landscape) {
  .recaptcha-input {
    --captcha-input-height: 36px;
  }
}
/** -------------------------------- FOR MOBILE LANDSCAPE -------------------------------- **/
@media screen and (max-height: 480px) and (orientation: landscape) {
  .recaptcha-input {
    --captcha-input-height: 30px;
  }
  .recaptcha-bg {
    width: calc(95% - 20px);
  }
  .capcha_icon {
    width: 20px;
    height: 20px;
  }
}
/* ==================================
   # MODAL BASE
=================================== */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  /* ----------------------------
     DIALOG
  ----------------------------- */
}
.modal .modal-dialog {
  position: relative;
  width: auto;
  pointer-events: none;
  transform: translate(0, -50%) !important;
  top: 50%;
  margin: 0 auto;
  padding: 0 10px;
}
.modal .modal-dialog.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal .modal-dialog.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal .modal-dialog .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  border: none;
  padding: 0;
}
.modal .modal-dialog .modal-content .modal-body {
  color: #fcf2b4;
  font-size: 16px;
  padding: 1rem 0;
  font-weight: 500;
}
.modal .modal-dialog .modal-content .modal-footer {
  text-align: center;
  margin-top: auto;
}
.modal .modal-dialog .modal-content .modal-footer button.close {
  position: static;
  inset: inherit;
  float: none;
}
.modal .modal-dialog {
  /* Khi fade in/out */
}
.modal.fade .modal .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
.modal.show .modal .modal-dialog {
  transform: none;
}
.modal {
  /* ----------------------------
     GLOBAL ELEMENTS
  ----------------------------- */
}
.modal .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.modal .close {
  position: absolute;
  right: 10px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal .modal.fade .modal-dialog {
    transition: none;
  }
}

/* ================================
   # ALERT MODAL (custom)
=================================== */
#alertModal .modal-dialog .modal-content {
  background: black;
  border: 1px solid #fea010;
  border-radius: 10px;
  padding: 1.5rem 20px;
  min-height: 120px;
  max-width: 500px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
#alertModal .modal-dialog .modal-content .modal-title {
  color: #ffbd43;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#alertModal .modal-dialog .modal-content .modal-body {
  color: #ff3131;
  text-align: center;
  line-height: 1.6;
  font-size: 14px;
}

/* ----------------------------
     BACKDROP
  ----------------------------- */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.8;
}

/* ----------------------------
     ICON CLOSE
  ----------------------------- */
.modal-close {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -40px;
  right: 0;
}
.fade .modal-close {
  display: block;
}

/* ================================
   # RESPONSIVE
=================================== */
/* ---------- 2️⃣ WIDTH ≤ 1440px ---------- */
@media screen and (max-width: 1440px) {
  .modal-dialog {
    max-width: 500px;
  }
}
/* Mobile ≤ 575px */
@media (max-width: 575px) {
  .modal .modal-body {
    font-size: 13px;
    padding: 0.5rem 0;
  }
}
/* Tablet ≥ 576px */
@media (min-width: 576px) {
  .modal-dialog.modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog.modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
}
.loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  z-index: 1111;
}

.loading > img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* =========================================================
   📦 SOCIAL AREA
========================================================= */
/* --- Base --- */
.section-right-box {
  max-width: 310px;
  display: flex;
  flex-direction: column;
}

a.icon-phone {
  background: linear-gradient(180deg, #070502 0, #28190e 100%);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  z-index: 99;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  height: 48px;
  margin: 0 auto 20px;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 24px;
  border: 1px solid #5d4a15;
  color: #dfb16c;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
a.icon-phone::before {
  content: "";
  display: block;
  width: 48px;
  height: 100%;
  background-image: url(./../image/icon-phone.png?v=1.0.3);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -2px;
  top: 0;
}
a.icon-phone:hover {
  color: #dfb16c;
}

.phone-select-mobile {
  display: none;
}

a.icon-livechat {
  display: block;
  font-size: 0;
  margin: 0 0 20px;
}
a.icon-livechat img {
  width: 100%;
}

/* --- QR code --- */
.qrcode {
  margin: 80px 0 0;
  width: 100%;
}

/* =========================================================
   RESPONSIVE
========================================================= */
/* ---------- WIDTH ≤ 1728px ---------- */
@media (max-width: 1728px) {
  .section-right-box {
    max-width: 290px;
    min-height: calc(100vh - 40px);
  }
  .qrcode {
    margin: 52px 0 0;
  }
  a.icon-phone {
    height: 40px;
    margin: 0 auto 14px;
  }
}
/* ---------- WIDTH ≤ 1512px ---------- */
@media (max-width: 1512px) {
  a.icon-phone {
    height: 33px;
    margin: 0 auto 12px;
    font-size: 14px;
  }
  a.icon-livechat {
    margin: 0 0 15px;
  }
  .qrcode {
    margin: 30px 0 0;
  }
}
/* ---------- WIDTH ≤ 1497px ---------- */
@media (max-width: 1497px) {
  a.icon-phone {
    height: 33px;
    margin: 0 auto 10px;
    font-size: 14px;
  }
  a.icon-livechat {
    margin: 0 0 15px;
  }
  .qrcode {
    margin: 30px 0 0;
  }
}
/* ---------- WIDTH ≤ 1440px ---------- */
@media (max-width: 1440px) {
  a.icon-phone {
    margin: 0 auto 10px;
  }
  a.icon-livechat {
    margin: 0 0 10px;
  }
  .qrcode {
    margin: 32px 0 0;
  }
}
@media (max-width: 1270px) {
  .qrcode img {
    width: 75%;
  }
}
/* ---------- WIDTH ≤ 1210px || 1100px -------------------- */
@media (max-width: 1210px) {
  .section-right-box {
    z-index: 99;
    position: fixed;
    top: 10px;
    right: 1rem;
    left: auto;
    transform: none;
    width: 50px;
    min-height: auto;
  }
  a.icon-phone {
    display: none;
  }
  .phone-select-mobile {
    display: block;
    width: 100%;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url(../image/icon-phone.png?v=1.0.3);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: transparent;
    font-family: Montserrat, sans-serif;
    font-size: 0;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
  }
  .phone-select-mobile option {
    color: #000;
    font-size: 14px;
  }
  a.icon-livechat {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .qrcode {
    display: none !important;
  }
}
/* ---------- WIDTH ≤ 1024px ---------- */
/* ---------- WIDTH ≤ 991px ---------- */
/* ---------- WIDTH ≤ 480px ---------- */
@media (max-width: 480px) {
  .section-right-box {
    top: 10px;
    width: 40px;
  }
  .phone-select-mobile {
    height: 38px;
  }
}
/* ---------- WIDTH ≤ 410px ---------- */
@media (max-width: 410px) {
  .section-right-box {
    width: 40px;
    right: 0.5rem;
  }
}
.figo-banner {
  width: 100%;
}
.figo-banner .figo-banner-link {
  display: block;
}
.figo-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.figo-banner--desktop {
  position: fixed;
  width: clamp(220px, 16vw, 310px);
  z-index: 40;
  right: 24px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.figo-banner--desktop.figo-banner--ready {
  opacity: 1;
  visibility: visible;
}
.figo-banner--desktop.figo-banner--stopped {
  opacity: 1;
  visibility: visible;
}

.figo-banner--server-hidden {
  display: none;
}

.figo-banner--desktop.figo-banner--server-hidden {
  display: none;
}

.figo-mobile-widget {
  display: none;
}

.figo-mobile-widget--server-hidden {
  display: none;
}

.figo-mobile-widget--active.figo-mobile-widget--server-hidden {
  display: none;
}

.figo-mobile-widget--active {
  position: fixed;
  top: 54%;
  right: 0;
  z-index: 99;
  display: block;
  pointer-events: none;
  transform: translate3d(0, -50%, 0);
  transform-origin: right center;
  transition: width 0.32s ease, transform 0.32s ease;
  will-change: width, transform;
}
.figo-mobile-widget--active.is-open {
  width: min(26vw, 110px);
  transform: translate3d(0, -50%, 0);
}
.figo-mobile-widget--active.is-closed {
  width: min(13vw, 58px);
  transform: translate3d(14%, -50%, 0);
}

.figo-mobile-toggle {
  position: absolute;
  top: 5px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  opacity: 0;
  background: red;
  cursor: pointer;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  outline: none;
}

.figo-mobile-link {
  display: block;
  width: 100%;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
}

.figo-mobile-state {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  transition: transform 0.32s ease, filter 0.32s ease;
}

.figo-mobile-widget.is-closed .figo-mobile-toggle::before {
  transform: translateX(2px) rotate(225deg);
}

.figo-mobile-widget.is-open .figo-mobile-state {
  transform: translate3d(0, 0, 0);
}

.figo-mobile-widget.is-closed .figo-mobile-state {
  transform: translate3d(-8px, 0, 0);
}

body.is-touch-device .figo-banner--desktop {
  display: none !important;
}
body.is-touch-device .figo-mobile-widget--active {
  display: block !important;
}

html.figo-touch-device .figo-banner--desktop,
body.figo-touch-device .figo-banner--desktop {
  display: none !important;
}
html.figo-touch-device .figo-mobile-widget--active,
body.figo-touch-device .figo-mobile-widget--active {
  display: block !important;
}

html.figo-breakpoint-mobile .figo-banner--desktop,
body.figo-breakpoint-mobile .figo-banner--desktop {
  display: none !important;
}
html.figo-breakpoint-mobile .figo-mobile-widget--active,
body.figo-breakpoint-mobile .figo-mobile-widget--active {
  display: block !important;
}

@media (max-width: 480px) {
  .figo-mobile-widget {
    top: 43%;
  }
  .figo-mobile-widget.is-open {
    width: min(29vw, 104px);
  }
  .figo-mobile-widget.is-closed {
    width: min(15vw, 56px);
    transform: translate3d(12%, -50%, 0);
  }
}
@media (max-width: 410px) {
  .figo-mobile-widget {
    right: 0;
  }
}
/* =========================================================
   📦 SOCIAL AREA
========================================================= */
a.icon-social {
  background-size: 100% 100%;
  width: 50px;
  height: 48px;
}
a.icon-social.icon-telegram {
  background-image: url(./../image/icon-tele.png?v=1.0.3);
}
a.icon-social.icon-fanpage {
  background-image: url(./../image/icon-fb.png?v=1.0.3);
}

/* =========================================================
   📱 RESPONSIVE
========================================================= */
/* ---------- WIDTH ≤ 1728px ---------- */
/* ---------- WIDTH ≤ 1440px ---------- */
/* ---------- WIDTH ≤ 1100px || 1210px---------- */
@media (max-width: 1210px) {
  a.icon-social {
    position: fixed;
    left: 1rem;
    display: block;
  }
  a.icon-social.icon-fanpage {
    top: 70px;
  }
  a.icon-social.icon-telegram {
    top: 10px;
  }
}
/* ---------- WIDTH ≤ 1024px ---------- */
/* ---------- WIDTH ≤ 991px ---------- */
/* ---------- WIDTH ≤ 480px ---------- */
@media (max-width: 480px) {
  a.icon-social.icon-fanpage {
    top: 55px;
  }
  a.icon-social.icon-telegram {
    top: 10px;
  }
  a.icon-fanpage,
  a.icon-telegram {
    width: 40px;
    height: 38px;
  }
}
/* ---------- WIDTH ≤ 410px ---------- */
@media (max-width: 410px) {
  a.icon-fanpage,
  a.icon-telegram {
    width: 40px !important;
    height: 38px !important;
    margin-left: 0;
    margin-right: 0;
  }
}
/* ---------- HEIGHT ≤ 780px ---------- */
/* ---------- HEIGHT ≤ 480px + LANDSCAPE ---------- */
.thankform {
  display: none;
  text-align: center;
  max-width: 688px;
  margin: 0 auto;
}

.thankform-inner {
  width: 100%;
  position: relative;
  padding-top: 70.6666666667%;
  margin: 0 0 16px;
}
.thankform-inner:before {
  content: "";
  background: url(./../image/thumb-thank.png?v=1.0.3) top center no-repeat;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.thankinfo {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  top: 75%;
  left: 15%;
  width: 100%;
}

.thankinfo_pass,
.thankinfo_user {
  color: #fefefe;
  font-size: 16px;
  margin-bottom: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.thankinfo_pass span,
.thankinfo_user span {
  color: #BCBCBC;
}

.btn-gotoweb {
  display: inline-block;
  width: 60%;
}

.thankform-os {
  display: none;
  margin: 0 auto 20px;
}
.thankform-os a {
  display: block;
  width: 76%;
  margin: 0 auto;
}
.thankform-os a img {
  display: block;
  width: 100%;
}

@media (max-width: 360px) {
  .thankinfo_pass,
  .thankinfo_user {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .thankinfo .thankinfo_pass,
  .thankinfo .thankinfo_user {
    font-size: 14px;
  }
}
/* ================================
   SEO Info
=================================== */
#seoInfo {
  font-family: Montserrat, sans-serif;
  text-align: justify;
}
#seoInfo b {
  font-weight: 700;
}
#seoInfo p {
  line-height: 1.6;
}
#seoInfo h1 {
  color: #ffd000;
  display: block;
  margin-bottom: 0.7rem;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
#seoInfo h2 {
  color: #ffd000;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
#seoInfo h3 {
  font-size: 14px;
  text-transform: none;
  line-height: 1.6;
}
#seoInfo a {
  color: #f9e523;
}
#seoInfo .nano {
  height: 500px;
  font-size: 13px;
}
#seoInfo .nano > .nano-content {
  padding: 10px;
  line-height: 1.6;
  text-align: justify;
  outline: 0;
}
#seoInfo .nano > .nano-content > ul {
  padding-inline-start: 14px;
  list-style-type: disc;
}
#seoInfo .nano > .nano-content figure {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}
#seoInfo .nano > .nano-content figure figcaption {
  padding-top: 5px;
}
#seoInfo .nano > .nano-content figure img {
  max-width: 100%;
}
#seoInfo .nano > .nano-content figure.wp-caption {
  max-width: 100%;
  margin-bottom: 1.75em;
}
#seoInfo .nano > .nano-content figure.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0;
}
#seoInfo .nano > .nano-content figure.wp-caption .wp-caption-text {
  color: #686868;
  padding-top: 0.5384615385em;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
}

/* ================================
   Nano Scrollbar
=================================== */
.nano {
  position: relative;
  width: 100%;
  height: 12rem;
  overflow: hidden;
}
.nano > .nano-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: scroll;
  overflow-x: hidden;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
  width: 0;
}
.nano > .nano-pane {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5px;
  opacity: 0.01;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 2.5px;
  transition: 0.2s;
}
.nano > .nano-pane > .nano-slider {
  position: relative;
  margin: 0 1px;
  background: #ffd000;
  border-radius: 1.5px;
}
.nano.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano:hover > .nano-pane,
.nano > .nano-pane.active,
.nano > .nano-pane.flashed {
  opacity: 0.99;
}

/* ================================
   Responsive
=================================== */
@media (max-width: 1497px) {
  #seoInfo h1 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  #seoInfo h1 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  #seoInfo h1 .break {
    display: block;
  }
}
@media (max-width: 640px) {
  .nano {
    height: 6rem;
  }
  #seoInfo h1 {
    font-size: 17px;
  }
  #seoInfo h2,
  #seoInfo h3 {
    text-align: initial;
  }
  #seoInfo th,
  #seoInfo td {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  #seoInfo h3 {
    margin-bottom: 3px;
  }
  #seoInfo p {
    margin-bottom: 5px;
  }
}
@media (max-width: 360px) {
  #seoInfo h1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) and (max-height: 480px) and (orientation: landscape) {
  #seoInfo {
    margin: 40px 0 0;
  }
}
/* ===========================
   Graphic Section Styles
   =========================== */
.graphic_quytrinh {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 20px 8px 20px;
  list-style: none;
}
.graphic_quytrinh li {
  position: relative;
  width: auto;
  min-width: 0;
  min-height: 6.75em;
  padding: 0 1rem 0 1.5rem;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: break-word;
}
.graphic_quytrinh li::marker {
  color: #fff;
}
.graphic_quytrinh li::before {
  content: "•";
  position: absolute;
  top: 0.18em;
  left: 0.6rem;
  color: #fff;
  font-size: 1.05em;
  line-height: 1;
}
.graphic_quytrinh li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.875rem;
  display: block;
  width: 1px;
  height: 60%;
  background: #fff;
  transform: translateY(-50%);
}

.graphic_line {
  display: block;
  width: 100%;
  height: 2px;
  background: #ffd000;
}

.graphic_center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  padding: 2.25rem 0 1.25rem;
}

.graphic_center_box {
  position: relative;
  padding-top: 132px;
}
.graphic_center_box:nth-child(1) {
  width: 43%;
}
.graphic_center_box:nth-child(2) {
  width: 57%;
}
.graphic_center_box:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3%;
  display: block;
  width: 2px;
  height: 72%;
  background: #00b5b4;
  border-radius: 4px;
  transform: translateY(-50%);
}

.graphic_center_feature img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 126px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  transform: translateX(-50%);
}

.graphic_center_bttl {
  margin-bottom: 0.55rem !important;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.03em;
  text-align: center;
}

.graphic_center_lbl {
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 0 !important;
  margin-left: auto;
  font-size: 24px;
  line-height: 1.22;
  text-align: center;
  text-transform: uppercase;
}

.graphic_center_sttl {
  margin-bottom: 0.3rem !important;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.02em;
  text-align: center;
}
.graphic_center_sttl img {
  width: 38px;
  vertical-align: -4px;
}

.graphic_center_des {
  max-width: 96%;
  margin-right: auto;
  margin-bottom: 1rem !important;
  margin-left: auto;
  font-size: 12px;
  line-height: 1.22;
  text-align: center;
  text-transform: uppercase;
}

.graphic_ttl {
  padding-top: 1rem;
  color: #ffd000;
  font-size: 1.8em;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.graphic_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-bottom: 2rem;
}

.graphic_bottom_box {
  width: 50%;
}
.graphic_bottom_box .graphic_bottom_lbl {
  margin-bottom: 0.35rem;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
}
.graphic_bottom_box .graphic_bottom_lst {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.graphic_bottom_featue {
  width: 72%;
  margin: 0 auto 0.85rem;
  text-align: center;
}

.graphic_bottom_jkp {
  margin-bottom: 0;
  color: #ffd000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
}

.graphic_bottom_lst li {
  display: flex;
  align-items: center;
}
.graphic_bottom_lst p {
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

.graphic_bottom_lst_thumb {
  flex: 0 0 82px;
  max-width: 82px;
}

.graphic_bottom_lst_info {
  width: 100%;
  padding-left: 1.15rem;
}

.graphic_bottom_lst_lbl {
  margin-bottom: 0.35rem !important;
  font-size: 1.45em;
  line-height: 1.2;
}

.graphic_bottom_lst_number {
  color: #ffd000;
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}

@media (max-width: 1728px) {
  .graphic_quytrinh li {
    font-size: 13px;
    padding: 0 0 0 1.5rem;
  }
  .graphic_center_sttl,
  .graphic_center_bttl {
    font-size: 2.6rem;
  }
  .graphic_bottom_lst_lbl {
    font-size: 14px;
  }
  .graphic_bottom_lst_number {
    font-size: 18px;
  }
  .graphic_center_des {
    font-size: 12px;
  }
}
@media (max-width: 1497px) {
  .graphic_quytrinh li {
    font-size: 12px;
    padding: 0 0 0 1.5rem;
  }
  .graphic_center_sttl,
  .graphic_center_bttl {
    font-size: 2rem;
  }
  .graphic_center_lbl {
    font-size: 20px;
  }
  .graphic_bottom_jkp {
    font-size: 20px;
  }
  .graphic_bottom_lst_number {
    font-size: 16px;
  }
  .graphic_bottom_lst_lbl {
    font-size: 13px;
  }
  .graphic_bottom_lst_thumb {
    flex: 0 0 65px;
    max-width: 65px;
  }
  .graphic_center_feature img {
    height: auto;
  }
}
@media (max-width: 1440px) {
  .graphic_quytrinh li {
    font-size: 12px;
    padding: 0 0 0 1.5rem;
  }
  .graphic_center_sttl,
  .graphic_center_bttl {
    font-size: 2rem;
  }
  .graphic_bottom_lst_number {
    font-size: 1em;
    line-height: 1.15;
  }
}
@media (max-width: 991px) {
  .graphic_quytrinh {
    gap: 1rem;
    padding: 0.75rem 0.35rem 1rem;
  }
  .graphic_quytrinh li {
    width: auto !important;
    min-height: 6.75em;
    padding: 0 0.5rem;
    font-size: 12px;
    letter-spacing: 0;
  }
  .graphic_quytrinh li:before {
    content: "";
  }
  .graphic_quytrinh li:not(:last-child)::after {
    right: -0.5rem;
    height: 58%;
  }
  .graphic_center {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1.25rem;
  }
  .graphic_center_box {
    padding-top: 92px;
  }
  .graphic_center_box:nth-child(1) {
    width: 43% !important;
  }
  .graphic_center_box:nth-child(2) {
    width: 57% !important;
  }
  .graphic_center_feature img {
    height: 84px;
  }
  .graphic_center_bttl {
    margin-bottom: 0.35rem !important;
    font-size: 2.45em;
    line-height: 0.96;
    text-align: center;
  }
  .graphic_center_lbl {
    max-width: 88%;
    font-size: 1.1em;
    line-height: 1.22;
  }
  .graphic_center_des {
    max-width: 86%;
    margin-bottom: 0.7rem !important;
    font-size: 12px;
    line-height: 1.22;
  }
  .graphic_center_sttl {
    margin-bottom: 0.2rem !important;
    font-size: 1.95em;
    line-height: 1.04;
  }
  .graphic_center_sttl img {
    width: 24px;
    vertical-align: -2px;
  }
  .graphic_bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0.75rem;
  }
  .graphic_bottom_box {
    width: 50% !important;
    flex: 0 0 50%;
  }
  .graphic_bottom_box .graphic_bottom_lbl {
    margin-bottom: 0.3rem;
    font-size: 0.95em;
    line-height: 1.35;
  }
  .graphic_bottom_box .graphic_bottom_lst {
    gap: 0.85rem;
  }
  .graphic_bottom_featue {
    width: 80%;
    margin-bottom: 0.6rem;
  }
  .graphic_bottom_jkp {
    font-size: 1.2em;
    line-height: 1.1;
  }
  .graphic_bottom_lst_thumb {
    flex-basis: 56px;
    max-width: 56px;
  }
  .graphic_bottom_lst_info {
    padding-left: 0.65rem;
  }
  .graphic_bottom_lst_lbl {
    margin-bottom: 0.2rem !important;
    font-size: 0.9em;
    line-height: 1.25;
  }
  .graphic_bottom_lst_number {
    font-size: 1em;
    line-height: 1.15;
  }
}
@media (max-width: 375px) {
  .graphic_bottom_lst_number {
    font-size: 12px;
    line-height: 1.15;
  }
}
/* ---------- IPHONE 15 PRO Landscape  ---------- */
@media screen and (max-height: 310px) and (orientation: landscape) {
  .graphic_center_bttl {
    font-size: 24px;
  }
  .graphic_center_lbl {
    max-width: 100%;
    font-size: 14px;
  }
  .graphic_center_des {
    max-width: 90%;
    font-size: 12px;
  }
}
.maindlapp {
  margin-bottom: auto;
}

a.playweb-server {
  display: inline-block;
  width: 70%;
  cursor: pointer;
}

.box-type {
  position: relative;
}
.box-type.box-type--pending .version-pc {
  visibility: hidden;
}

#android,
#ios,
.btnplayweb {
  margin: 0 auto;
}

a.store {
  display: inline-block;
  width: 90%;
  margin: 0 auto;
}
a.store img {
  width: 100%;
}

.notemore {
  padding: 14px 0;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.notemore a {
  color: #d7bf82;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 1024px) {
  .notemore {
    padding: 8px 0;
  }
}
@media (max-width: 430px) {
  .notemore {
    padding: 6px 0;
  }
}
.notemore span {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-transform: uppercase;
}

.icon-check {
  display: inline;
  margin-top: -0.5%;
  width: 14px;
}

.note-noapp-img {
  width: 50%;
  margin: 0 auto 1rem;
}

/*Version*/
.version-pc {
  margin-top: 48px;
}
.version-pc .line-top {
  margin-bottom: 30px;
}

#iosOnApp-androidOnApp {
  padding: 18px 0 0;
}
#iosOnApp-androidOnApp .group-btn-download .btn-download {
  margin: 0 0 18px;
}
@media (max-width: 575px) {
  #iosOnApp-androidOnApp .group-btn-download .btn-download {
    margin: 0 0 8px;
  }
}

#iosIPA-androidAPK {
  padding: 18px 0 0;
}
#iosIPA-androidAPK .group-btn-download .btn-download {
  margin: 0;
}
#iosIPA-androidAPK .group-cta-mobile {
  margin: 8px auto 14px;
  padding-top: 14px;
  gap: 6px;
}

#iosDieApp-androidDieApp {
  position: relative;
  padding: 18px 0 0;
  margin: 18px auto 0;
}
#iosDieApp-androidDieApp::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 80%;
  height: 0.9px;
  opacity: 0.5;
  background: linear-gradient(90deg, rgba(255, 239, 170, 0) 0, #ffefaa 50%, rgba(255, 239, 170, 0) 100%);
}
#iosDieApp-androidDieApp .group-cta-mobile {
  margin-top: 0;
}
#iosDieApp-androidDieApp .group-cta-mobile::after {
  content: none;
}
#iosDieApp-androidDieApp .notemore {
  font-size: 11px;
}
.is-tablet-device #iosDieApp-androidDieApp .notemore {
  font-size: 12px;
}

#iosDieApp-androidOnApp .group-cta-mobile {
  margin: 8px auto 14px;
  padding-top: 14px;
  gap: 8px;
}

#iosOnApp-androidDieApp .group-cta-mobile {
  margin: 14px auto;
}

#iosIPA-androidOnApp {
  padding: 18px 0 0;
}
#iosIPA-androidOnApp .group-btn-download .btn-download {
  margin: 0;
}
#iosIPA-androidOnApp .group-btn-download .btn-download.btnChplay {
  margin-bottom: 10px;
}
#iosIPA-androidOnApp .group-cta-mobile {
  margin: 8px auto 14px;
  padding-top: 14px;
  gap: 6px;
}

#iosIPA-androidDieApp .showIOS {
  padding: 18px 0 0;
}
#iosIPA-androidDieApp .showIOS .group-btn-download .btn-download {
  margin: 0;
}
#iosIPA-androidDieApp .showIOS .group-cta-mobile {
  margin: 8px auto 14px;
  padding-top: 14px;
  gap: 6px;
}
#iosIPA-androidDieApp .showAndroid .group-cta-mobile {
  margin: 8px auto 14px;
}

#iosOnApp-androidAPK .showAndroid {
  padding: 18px 0 0;
}
#iosOnApp-androidAPK .showAndroid .group-btn-download .btn-download {
  margin: 0;
}
#iosOnApp-androidAPK .showAndroid .group-cta-mobile {
  margin: 8px auto 14px;
  padding-top: 14px;
  gap: 6px;
}

#iosDieApp-androidAPK .showIOS .group-cta-mobile {
  margin: 8px auto 14px;
  padding-top: 14px;
  gap: 8px;
}
#iosDieApp-androidAPK .showAndroid {
  padding: 18px 0 0;
}
#iosDieApp-androidAPK .showAndroid .group-btn-download .btn-download {
  margin: 0;
}
#iosDieApp-androidAPK .showAndroid .group-cta-mobile {
  margin: 8px auto 14px;
  padding-top: 14px;
  gap: 6px;
}

.group-btn-download .btn-download {
  margin: 10px 0;
}

.group-btn-note {
  color: #FDE3C1;
  margin: 0;
}

@media screen and (max-width: 1728px) {
  .box-type {
    min-height: auto;
  }
  .version-pc {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1497px) {
  .maindlapp {
    margin-bottom: 0;
  }
  .is-landscape .maindlapp {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 1440px) {
  a.playweb-server {
    width: 60%;
  }
}
@media screen and (max-width: 1200px) {
  a.store {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .version-pc {
    display: none;
  }
  #android,
  #ios {
    margin-top: 3rem;
  }
  .alert-left {
    width: 3%;
    margin-top: -0.8%;
    margin-right: 0.5%;
    display: inline-block;
  }
  .alert-right {
    width: 3%;
    margin-top: -0.8%;
    margin-left: 0.5%;
    display: inline-block;
  }
  .note-noapp-img {
    margin: 0 auto 0.5rem;
    width: 40%;
  }
  .note-noapp p {
    margin-bottom: 0.2rem;
    color: #ffe49e;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .box-type {
    min-height: 260px;
  }
  .group-btn-note {
    font-size: 11px;
  }
  .note-noapp-img {
    width: 55%;
    margin: 0 auto 0.7rem;
  }
  .icon-check {
    width: 12px;
  }
  a.playweb {
    width: 59%;
  }
}
@media (max-width: 768px) {
  #android,
  #ios {
    margin-top: 2rem;
  }
}
@media (max-height: 780px) {
  .version-pc {
    margin-top: 1.8rem;
  }
}
@media only screen and (max-height: 480px) and (orientation: landscape) {
  .note-noapp-img {
    width: 55%;
  }
  .group-btn-note {
    font-size: 10px;
  }
  .note-noapp p {
    font-size: 11px;
  }
  .notemore {
    font-size: 10px;
    padding-bottom: 0;
  }
  #iosOnApp-androidOnApp {
    padding: 8px 0 0;
  }
  #iosOnApp-androidOnApp .group-btn-download .btn-download {
    margin: 0 0 8px;
  }
  #iosOnApp-androidOnApp .group-cta-mobile {
    padding-top: 8px;
    margin-top: 8px;
    gap: 6px;
  }
  #iosIPA-androidAPK {
    padding: 8px 0 0;
  }
  #iosIPA-androidAPK .group-btn-download .btn-download {
    margin: 0;
  }
  #iosIPA-androidAPK .group-cta-mobile {
    padding-top: 8px;
    margin-top: 8px;
    gap: 6px;
  }
  #iosDieApp-androidDieApp {
    padding: 10px 0 0;
    margin: 10px 0 auto;
  }
  #iosOnApp-androidDieApp .group-cta-mobile {
    margin: 8px auto;
    padding: 8px 0;
  }
  #iosIPA-androidOnApp {
    padding: 8px 0 0;
  }
  #iosIPA-androidOnApp .group-btn-download .btn-download {
    margin: 0;
  }
  #iosIPA-androidOnApp .group-cta-mobile {
    margin-top: 8px;
    padding-top: 8px;
    gap: 6px;
  }
  #iosIPA-androidDieApp .showIOS {
    padding: 8px 0 0;
  }
  #iosIPA-androidDieApp .showIOS .group-btn-download .btn-download {
    margin: 0;
  }
  #iosIPA-androidDieApp .showIOS .group-cta-mobile {
    margin: 8px auto;
    padding-top: 8px;
    gap: 6px;
  }
  #iosIPA-androidDieApp .showAndroid .group-cta-mobile {
    margin: 8px auto;
  }
  #iosOnApp-androidAPK .showIOS {
    padding: 8px 0 0;
  }
  #iosOnApp-androidAPK .showIOS .group-btn-download .btn-download {
    margin: 0 0 8px;
  }
  #iosOnApp-androidAPK .showIOS .group-cta-mobile {
    padding-top: 8px;
    margin-top: 8px;
    gap: 6px;
  }
  #iosOnApp-androidAPK .showAndroid {
    padding: 8px 0 0;
  }
  #iosOnApp-androidAPK .showAndroid .group-btn-download .btn-download {
    margin: 0;
  }
  #iosOnApp-androidAPK .showAndroid .group-cta-mobile {
    margin: 8px auto;
    padding-top: 8px;
    gap: 6px;
  }
  a.store {
    width: 60%;
  }
}
/* ---------- 7️⃣ LANDSCAPE 320px → 1400px ---------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 1400px) and (orientation: landscape) {
  #android,
  #ios {
    margin-top: 1rem;
  }
}
.group-cta-mobile {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 74%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
  padding-top: 18px;
}
.group-cta-mobile::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 80%;
  height: 0.9px;
  opacity: 0.5;
  background: linear-gradient(90deg, rgba(255, 239, 170, 0) 0, #ffefaa 50%, rgba(255, 239, 170, 0) 100%);
}
.group-cta-mobile a {
  display: block;
}

@media screen and (max-width: 1400px) and (max-height: 480px) and (orientation: landscape) {
  .group-cta-mobile {
    width: 60%;
  }
}
/* --- Player iframe area --- */
.h5live-playerDiv {
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  display: block;
  background: transparent;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 1;
  margin: 0;
}

.bxhiframe {
  width: 100%;
  box-sizing: border-box;
  margin-inline: auto;
  border: 1px solid #c48b42;
  border-radius: 1rem;
  background: #000;
  line-height: 0;
  overflow: hidden;
}

.pridiv {
  position: relative;
  width: 100% !important;
  overflow: hidden;
}

.player-active {
  top: 0;
  z-index: 1;
}

.iframebox {
  position: relative;
  z-index: 1;
  width: 100% !important;
  height: 166px !important;
  background: url(../image/bgiframes.webp?v=1.0.3) 0 0 no-repeat;
  background-size: cover;
  border-style: none;
  outline-width: 0;
  overflow: hidden;
}

.pridiv-th {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: url(../image/bgiframes.webp?v=1.0.3) top no-repeat;
  z-index: 1;
}

.soundoff,
.soundon {
  position: absolute;
  top: 74%;
  width: 50px;
  height: auto;
  background-color: transparent;
  border-style: none;
  z-index: 3;
  display: none;
}

/* =========================================================
   📱 RESPONSIVE
========================================================= */
/* ---------- WIDTH ≤ 1728px ---------- */
@media (max-width: 1728px) {
  .iframebox {
    height: 158px !important;
  }
}
/* ---------- WIDTH ≤ 1728px ---------- */
@media (max-width: 1497px) {
  .iframebox {
    height: 140px !important;
  }
}
/* ---------- WIDTH ≤ 1400px ---------- */
@media (max-width: 1400px) {
  .bxhiframe {
    border-radius: 0.5rem;
  }
  .iframebox {
    height: 135px !important;
  }
}
/* ---------- WIDTH ≤ 1210 ---------- */
@media (max-width: 1210px) {
  .bxhiframe {
    display: none;
  }
}
/* ---------- WIDTH ≤ 1100px ---------- */
@media (max-width: 1100px) {
  .bxhiframe {
    display: none;
  }
}
/* ---------- WIDTH ≤ 640px ---------- */
@media (max-width: 640px) {
  .bxhiframe {
    max-width: 240px;
  }
}
/* ---------- HEIGHT ≤ 780px ---------- */
@media (max-height: 780px) {
  .bxhiframe {
    border-radius: 0.5rem;
  }
  .iframebox {
    height: 135px !important;
  }
}
.partner-container {
  max-width: 760px;
  margin: 60px -25px auto -25px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1728px) {
  .partner-container {
    margin: 30px -15px auto -15px;
  }
}
@media (max-width: 1512px) {
  .partner-container {
    margin: 30px -10px auto -10px;
  }
}
@media (max-width: 1497px) {
  .partner-container {
    margin: auto -15px;
  }
}
@media (max-width: 1440px) {
  .partner-container {
    margin: auto -15px;
  }
}
@media (max-width: 1100px) {
  .partner-container {
    margin: 24px auto 0;
  }
}
@media (max-width: 834px) {
  .partner-container {
    margin: 18px auto 0;
  }
}
@media (max-width: 430px) {
  .partner-container {
    margin: 18px auto 0;
  }
}

.partner-title {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 26px;
  text-align: center;
  margin: 0 0 18px;
  line-height: 30px;
  position: relative;
}
.partner-title span {
  background: linear-gradient(180deg, #feffaa 0, #fdffe4 30.0000011921%, #fb4 59.0000033379%, #fede5e 100%);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1728px) {
  .partner-title {
    font-size: 22px;
  }
}
@media (max-width: 1512px) {
  .partner-title {
    font-size: 18px;
    margin: 0 0 10px;
  }
}
@media (max-width: 1440px) {
  .partner-title {
    font-size: 20px;
  }
}
@media (max-width: 430px) {
  .partner-title {
    font-size: 14px;
    margin: 0;
    line-height: 28px;
  }
}

.partner-content {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 12px;
}

/* Card chính */
.partner-item {
  position: relative;
  padding: 0 4px;
  border-radius: 8px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  width: calc((100% - 60px) / 6);
  border: 1px solid transparent;
  background: linear-gradient(147deg, rgba(166, 101, 20, 0.25) 7.78%, rgba(102, 50, 0, 0.25) 50.66%, rgba(75, 29, 0, 0.25) 95.23%);
  mix-blend-mode: plus-lighter;
  background-clip: padding-box;
  /* Border gradient */
}
.partner-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  padding: 1px;
  background: linear-gradient(135deg, #BA6930 0%, rgba(54, 30, 6, 0.75) 33.35%, rgba(86, 47, 7, 0.625) 71.59%, rgba(167, 99, 26, 0.5) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.partner-item:hover {
  text-decoration: none;
}

.partner-image {
  padding: 6px 0;
  margin: 0 auto;
  width: 65%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.partner-item-bottom {
  border-radius: 0 0 6px 6px;
  background: #14100D;
  padding: 4px 0;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-text {
  color: #FFA508;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 430px) {
  .partner-text {
    font-size: 10px;
  }
}

@media (max-width: 1728px) {
  .partner-image {
    width: 55%;
    padding: 3px 0;
  }
}
@media (max-width: 1512px) {
  .partner-text {
    font-size: 8px;
  }
}
@media (max-width: 1497px) {
  .partner-content {
    gap: 6px;
  }
  .partner-title {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: inherit;
  }
  .partner-image {
    width: 55%;
    padding: 3px 0;
  }
  .partner-text {
    font-size: 8px;
  }
  .partner-item-bottom {
    padding: 2px 0;
  }
}
@media (max-width: 1440px) {
  .partner-content {
    gap: 6px;
  }
  .partner-title {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: inherit;
  }
  .partner-image {
    width: 55%;
    padding: 3px 0;
  }
  .partner-text {
    font-size: 10px;
  }
  .partner-item-bottom {
    padding: 2px 0;
  }
}
@media (max-width: 1200px) {
  .partner-title {
    font-size: 22px;
  }
  .partner-image {
    width: 65%;
    padding: 3px 0;
  }
}
@media (max-width: 1024px) {
  .partner-container::before {
    background: radial-gradient(closest-side, #926800 0, rgba(96, 69, 3, 0.74) 18.9999997616%, rgba(122, 101, 48, 0.48) 40.000000596%, rgba(69, 57, 27, 0.27) 58.9999973774%, rgba(31, 26, 12, 0.12) 75%, rgba(8, 7, 3, 0.03) 87.9999995232%, rgba(0, 0, 0, 0) 95.9999978542%);
    border-radius: 50%;
    content: "";
    height: 306px;
    left: 0;
    mix-blend-mode: plus-lighter;
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: -153px;
  }
  .partner-content {
    gap: 12px;
    width: 60%;
    margin: 0 auto;
  }
  .partner-title {
    padding: 10px 0 0;
    font-size: 18px;
  }
  .partner-title::before {
    content: "";
    background: linear-gradient(90deg, rgba(220, 178, 85, 0) 0%, #DCB255 50%, rgba(220, 178, 85, 0) 100%);
    opacity: 0.7;
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .partner-item {
    width: calc((100% - 32px) / 3);
  }
}
/** -------------------------------- FOR TABLET -------------------------------- **/
@media (max-width: 834px) {
  .partner-title {
    padding: 18px 0 0;
    margin-bottom: 18px;
  }
  .partner-content {
    width: 80%;
    gap: 10px;
  }
}
/** -------------------------------- FOR MOBILE -------------------------------- **/
@media (max-width: 430px) {
  .partner-content {
    width: 90%;
    gap: 10px;
  }
  .partner-image {
    padding: 0;
    width: 100%;
  }
  .partner-image img {
    width: 60%;
    margin: 0 0 -6px;
  }
  .partner-title {
    padding: 10px 0 0;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .partner-text {
    font-size: 10px;
  }
}
/** -------------------------------- FOR MOBILE LANDSCAPE -------------------------------- **/
@media only screen and (max-height: 480px) and (orientation: landscape) {
  .partner-container {
    margin: 6px 0 0;
  }
  .partner-title {
    font-size: 12px;
  }
  .partner-content {
    width: 65%;
  }
  .partner-image {
    width: 55%;
    padding: 0;
  }
}
/* -------------------------------- IPHONE 15 PRO LANDSCAPE  -------------------------------- */
@media screen and (max-height: 310px) and (orientation: landscape) {
  .partner-content {
    width: 92%;
  }
}
/* ================================
   # HEADER
=================================== */
header {
  margin-bottom: 34px;
}

/* ================================
   # LOGO
=================================== */
.logo {
  margin: 0 auto;
}
.logo > img {
  width: 174px;
  height: auto;
}

/* ================================
   # RESPONSIVE
=================================== */
/* Desktop (≤ 1728px) */
@media screen and (max-width: 1728px) {
  header {
    margin: 0 0 20px;
  }
  .logo img {
    width: 140px;
  }
}
/* Desktop (≤ 1512px) */
@media screen and (max-width: 1512px) {
  .logo img {
    width: 120px;
  }
}
/* Desktop (≤ 1497px) */
@media screen and (max-width: 1497px) {
  header {
    margin: 0 0 20px;
  }
}
/* Desktop (≤ 1440px) */
@media screen and (max-width: 1440px) {
  header {
    margin: 0 0 12px;
  }
}
/* Desktop (≤ 1270px) */
@media screen and (max-width: 1270px) {
  body {
    background-size: contain;
  }
  header {
    margin: 0 0 12px;
  }
  .logo img {
    width: 120px;
  }
}
/* Desktop (≤ 1024px) */
/* Tablet (≤ 768px) */
@media (max-width: 768px) {
  .logo {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .logo img {
    width: 96px;
  }
}
/* Small tablet / mobile landscape (≤ 640px) */
@media (max-width: 834px) {
  .logo img {
    width: 150px;
  }
}
/* Mobile portrait (≤ 480px) */
@media (max-width: 480px) {
  header {
    margin-bottom: 4px;
  }
  .logo {
    margin-bottom: 0;
  }
  .logo img {
    width: 150px;
  }
}
/* Landscape - small height (≤ 780px) */
@media (max-height: 780px) {
  header .container {
    max-width: 520px;
  }
  .logo img {
    width: 110px;
  }
  .is-tablet-device.is-landscape .logo img {
    width: 140px;
  }
}
/* Landscape - very small height (≤ 480px) */
@media screen and (max-height: 480px) and (orientation: landscape) {
  header {
    margin-bottom: 0;
  }
  .logo {
    width: 15%;
  }
  .btnsubmit {
    width: 60%;
  }
}
/* Landscape - ultra small height (≤ 380px) */
@media screen and (max-height: 380px) and (orientation: landscape) {
  .logo {
    width: 18%;
  }
}
/* Responsive general landscape range (320px → 1400px) */
.slogan {
  text-align: center;
  color: #ffe49e;
}
.slogan.slogan--pending .slogan-pc,
.slogan.slogan--pending .slogan-mobile {
  visibility: hidden;
}

.slogan-pc {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 0 0;
}

.slogan-mobile {
  margin-top: 16px;
}
.slogan-mobile .version-1 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
}
.slogan-mobile .version-2 img {
  height: 20px;
  margin: inherit;
}
.slogan-mobile .version-2 img.slogan-download {
  animation: slogan-download-bounce 0.9s ease-in-out infinite;
}
.slogan-mobile .version-2 .slogan-text {
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.slogan-mobile .version-2 .slogan-text span {
  background: linear-gradient(89.98deg, #ffdf66 0, #fee998 50%, #fec55f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.slogan-mobile .version-2 .slogan-text .slogan-download-trigger {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  font-size: 0;
}

@media (max-width: 991px) {
  .slogan-mobile .version-2 .slogan-text {
    font-size: 16px;
  }
}
/** -------------------------------- FOR MOBILE -------------------------------- **/
@media (max-width: 430px) {
  .slogan-mobile .version-2 .slogan-text {
    font-size: 12px;
  }
  .slogan-mobile .version-2 img {
    height: 14px;
  }
}
@media (max-width: 375px) {
  .slogan-mobile .version-2 .slogan-text {
    font-size: 12px;
  }
  .slogan-mobile .version-2 img {
    height: 12px;
  }
}
/** -------------------------------- FOR MOBILE LANDSCAPE -------------------------------- **/
@media only screen and (max-height: 480px) and (orientation: landscape) {
  .slogan {
    margin-top: 4px;
  }
  .slogan .slogan-mobile {
    margin-top: 0;
  }
  .slogan .slogan-mobile .version-1 {
    font-size: 16px;
  }
  .slogan .slogan-mobile .version-2 .slogan-text {
    font-size: 12px;
  }
  .slogan .slogan-mobile .version-2 img {
    height: 12px;
  }
}
.body_overhidden {
  overflow: hidden;
}

.huongdan_swiper {
  display: none;
}
.huongdan_swiper .swiper-button-next.swiper-button-disabled,
.huongdan_swiper .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
  z-index: -1 !important;
}

.downloadGuideSwiper {
  margin: 0 auto;
  max-width: 500px;
}

.huongdan_slbl {
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}
.huongdan_slbl b {
  font-weight: 700;
}

.huongdan_btndlapp {
  margin: 0 auto;
  width: 90%;
}

@media (min-width: 1101px) {
  #huongdan_app {
    display: none;
  }
}
@media (max-width: 1100px) {
  .huongdan_swiper {
    backdrop-filter: blur(3px);
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    display: block;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
  }
  .huongdan_swiper:not(.show) {
    display: none;
  }
  .huongdan_swiper .guide-footer .swiper-button-next,
  .huongdan_swiper .guide-footer .swiper-button-prev {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: default;
    display: block;
    height: 100%;
    margin: 0;
    outline: 0;
    position: fixed;
    top: 0;
    width: 50%;
    z-index: 11;
  }
  .huongdan_swiper .guide-footer .swiper-button-next::after,
  .huongdan_swiper .guide-footer .swiper-button-prev::after {
    display: none;
  }
  .huongdan_swiper .guide-footer .swiper-button-prev {
    left: 0;
    right: auto;
  }
  .huongdan_swiper .guide-footer .swiper-button-next {
    left: auto;
    right: 0;
  }
  .huongdan_swiper .guide-footer .swiper-pagination {
    display: flex;
    gap: 1%;
    padding: 0 10px 10px;
    position: unset;
  }
  .huongdan_swiper .guide-footer .swiper-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 2px;
    height: 1.5px;
    margin: 0;
    opacity: 1;
    position: relative;
    width: 100%;
  }
  .huongdan_swiper .guide-footer .swiper-pagination .swiper-pagination-bullet::after {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .huongdan_swiper .guide-footer .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after, .huongdan_swiper .guide-footer .swiper-pagination .swiper-pagination-bullet:has(~ .swiper-pagination-bullet-active)::after {
    background: #fff;
  }
  #huongdan_app .swiper .swiper-notification {
    display: none;
  }
  .downloadGuideSwiper {
    display: flex;
    flex-direction: column;
    height: 100vh;
    position: relative;
  }
  .swiper-wrapper {
    flex: 1;
    height: 100vh;
    max-height: calc(100vh - 75px);
    padding-top: 75px;
  }
  .huongdan_swiper_info {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    margin: 0 auto;
    padding-bottom: 1rem;
    text-align: left;
    width: calc(98% - 30px);
  }
  .huongdan_swiper_info p {
    margin-bottom: 5px;
  }
  .huongdan_swiper_info_txt {
    color: #ffe49e;
  }
  .huongdan_swiper_info_txt span {
    color: #ffb800;
    font-weight: 700;
  }
  .step-1 {
    margin-top: -20%;
  }
  .guide-footer {
    display: flex;
    flex-direction: column;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
  }
  .guide_footer_content {
    display: flex;
    flex-direction: column;
    padding-top: 2%;
    width: 100%;
  }
  .guide_footer_navi {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    position: relative;
    width: 100%;
    z-index: 12;
  }
  .swiper-slide {
    align-items: initial;
    background: unset;
    display: flex;
    flex-direction: column;
    justify-content: initial;
    position: relative;
    z-index: 0;
  }
  .swiper-slide.step-1 {
    align-items: center;
    justify-content: center;
  }
  .swiper-slide.p-0 {
    padding: 0;
  }
  .swiper-slide.swiper-slide-start {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .swiper-slide .pt-0 {
    padding-top: 0;
  }
  .swiper-slide img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top center;
    object-position: top center;
    width: 100%;
  }
  .swiper-slide.step-1 img {
    -o-object-position: center center;
    object-position: center center;
  }
  .swiper_item {
    flex: 1;
    height: 71vh;
    margin: 0 auto;
    padding: 0 15px;
    width: calc(100% - 30px);
  }
  .swiper_pt {
    padding-top: 4.5rem;
  }
  @supports (height: 100dvh) {
    .downloadGuideSwiper {
      height: 100dvh;
    }
    .swiper-wrapper {
      height: 100dvh;
      max-height: calc(100dvh - 75px);
    }
  }
  .swiper-button-next.swiper_hdnext.swiper-button-disabled ~ .swiper-button-prev {
    height: 36%;
    top: auto;
  }
  .logo_step {
    width: 30%;
  }
  .skipGuide {
    display: none;
    height: 25px;
    width: 25px;
  }
  #huongdan_mainapp .swiper-button-next.swiper-button-disabled ~ .guide_footer_navi .skipGuide,
  #huongdan_subapp .swiper-button-next.swiper-button-disabled ~ .guide_footer_navi .skipGuide {
    display: inline-block;
  }
}
@media (max-width: 410px) {
  .huongdan_swiper_info {
    width: calc(94% - 30px);
  }
}
@media screen and (max-height: 480px) and (orientation: landscape) {
  .downloadGuideSwiper {
    max-width: 300px;
  }
  .swiper-slide {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .step-1 {
    margin-top: 0;
  }
  .huongdan_swiper_info {
    font-size: 9px;
    padding-bottom: 0.5rem;
  }
  .huongdan_swiper_info,
  .swiper_item {
    margin: 0 auto;
    width: 50%;
  }
  .huongdan_slbl {
    font-size: 10px;
  }
}
#huongdan-apk,
#huongdan-ipa {
  background: rgba(14, 7, 5, 0.96);
  z-index: 100;
}

.guide-download .guide-download__swiper {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 450px;
  position: relative;
}
.guide-download .guide-download__swiper .swiper-wrapper {
  flex: 1;
  height: 100vh;
  max-height: calc(100vh - 75px);
  padding-top: 25px;
}
.guide-download .guide-download__slide {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 18% 10px 0;
}
.guide-download .guide-download__slide.guide-download__slide--center {
  align-items: center;
  justify-content: center;
  padding-top: 0;
}
.guide-download .guide-download__item {
  color: #000;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.guide-download .guide-download__cta {
  margin: 0 auto;
  width: 100%;
}
.guide-download .guide-download__footer {
  display: flex;
  flex-direction: column;
  inset: 0 0 auto;
  position: absolute;
  z-index: 9;
}
.guide-download .guide-download__footer .swiper-pagination {
  display: flex;
  gap: 1%;
  padding: 0 10px 10px;
  position: unset;
}
.guide-download .guide-download__footer .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 2px;
  height: 1.5px;
  margin: 0;
  opacity: 1;
  position: relative;
  width: 100%;
}
.guide-download .guide-download__footer .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  inset: 0;
  position: absolute;
}
.guide-download .guide-download__footer .swiper-pagination .swiper-pagination-bullet-active::after {
  animation-duration: 5s;
  animation-name: animationSlider;
  background: #fff;
}
.guide-download .guide-download__footer .swiper-pagination .swiper-pagination-bullet:has(~ .swiper-pagination-bullet-active)::after {
  background: #fff;
}
.guide-download .guide-download__footer-content {
  display: flex;
  flex-direction: column;
  padding-top: 2%;
  width: 100%;
}
.guide-download .guide-download__footer-content .swiper-button-next,
.guide-download .guide-download__footer-content .swiper-button-prev {
  background: 0 0;
  bottom: 0;
  color: transparent;
  cursor: default;
  height: 100%;
  margin: 0;
  outline: 0;
  position: fixed;
  top: 0;
  width: 49.5%;
  z-index: 11;
  display: block;
}
.guide-download .guide-download__footer-content .swiper-button-prev {
  left: 0;
  right: auto;
}
.guide-download .guide-download__footer-content .swiper-button-next {
  right: 0;
  left: auto;
}
.guide-download .guide-download__footer-nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  position: relative;
  width: 100%;
  z-index: 12;
}
.guide-download .guide-download__footer-logo {
  width: 30%;
}
.guide-download .guide-download__close {
  width: 25px;
}
.guide-download .guide-download__step-box {
  align-items: center;
  background-color: #d9d9d9;
  border-radius: 20px;
  display: flex;
  gap: 0.5rem;
  margin: 65px auto 0;
  padding: 8px 16px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 3;
}
.guide-download .guide-download__arrow-primary {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(60%, -80%);
  width: 90px;
  z-index: 2;
}
.guide-download .guide-download__step-number {
  align-items: center;
  background-color: #ffa508;
  border-radius: 50%;
  color: #401a00;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.guide-download .guide-download__step-text {
  text-align: left;
}
.guide-download .guide-download__step-text img {
  width: 25px;
}
.guide-download .guide-download__step-text span {
  font-size: 10px;
  font-weight: 600;
}
.guide-download .guide-download__step-text p {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
.guide-download .guide-download__warning,
.guide-download .guide-download__toast {
  background: #303134;
  border-radius: 28px;
  box-sizing: border-box;
  color: #fff;
}
.guide-download .guide-download__warning {
  padding: 28px;
}
.guide-download .guide-download__warning-header {
  align-items: center;
  display: flex;
  gap: 12px;
}
.guide-download .guide-download__warning-icon {
  height: 20px;
  width: 20px;
}
.guide-download .guide-download__warning-title {
  font-size: 20px;
  font-weight: 600;
}
.guide-download .guide-download__warning-content {
  color: #e8eaed;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 16px;
  text-align: left;
}
.guide-download .guide-download__warning-content p {
  line-height: 1.5;
}
.guide-download .guide-download__warning-content a {
  color: #8ab4f8;
  text-decoration: none;
}
.guide-download .guide-download__warning-content a:hover {
  text-decoration: underline;
}
.guide-download .guide-download__warning-actions {
  display: flex;
  gap: 32px;
  justify-content: flex-end;
  margin-top: 32px;
}
.guide-download .guide-download__button {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 18px;
}
.guide-download .guide-download__button--cancel,
.guide-download .guide-download__button--confirm {
  color: #8ab4f8;
}
.guide-download .guide-download__button--install {
  color: #1a8f5c;
  font-weight: 700;
}
.guide-download .guide-download__toast {
  align-items: center;
  display: flex;
  gap: 20px;
  padding: 24px 28px;
}
.guide-download .guide-download__toast-icon {
  width: 16px;
}
.guide-download .guide-download__toast-content {
  flex: 1;
  text-align: left;
}
.guide-download .guide-download__toast-title {
  font-size: 15px;
  font-weight: 500;
}
.guide-download .guide-download__toast-sub {
  color: #e8eaed;
  font-size: 11px;
  margin-top: 6px;
}
.guide-download .guide-download__toast-action {
  color: #8ab4f8;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.guide-download .guide-download__dialog,
.guide-download .guide-download__chrome {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  padding: 26px 20px;
  text-align: left;
}
.guide-download .guide-download__dialog-header {
  align-items: center;
  display: flex;
  margin-bottom: 16px;
}
.guide-download .guide-download__dialog-logo {
  border-radius: 8px;
  height: 40px;
  margin-right: 10px;
  width: 40px;
}
.guide-download .guide-download__dialog-title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
.guide-download .guide-download__dialog-message {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 24px;
}
.guide-download .guide-download__dialog-actions {
  display: flex;
  gap: 24px;
  justify-content: flex-end;
}
.guide-download .guide-download__chrome-header {
  align-items: center;
  display: flex;
  gap: 12px;
  position: relative;
}
.guide-download .guide-download__chrome-header > img {
  margin: 0;
  width: 16px;
}
.guide-download .guide-download__chrome-title {
  font-size: 14px;
  font-weight: 600;
}
.guide-download .guide-download__icon-back {
  border: 2.5px solid red;
  border-radius: 50%;
  display: flex;
  height: 32px;
  padding: 8px;
  width: 32px;
}
.guide-download .guide-download__chrome-app {
  align-items: center;
  display: flex;
  gap: 12px;
  margin: 3rem auto 2rem;
}
.guide-download .guide-download__chrome-icon {
  width: 50px;
}
.guide-download .guide-download__app-name {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}
.guide-download .guide-download__app-version {
  color: #7c7c7c;
  font-size: 11px;
  font-weight: 300;
  margin: 0;
}
.guide-download .guide-download__permission-header {
  align-items: center;
  display: flex;
  gap: 6px;
  position: relative;
}
.guide-download .guide-download__permission-text {
  font-weight: 600;
  margin: 0;
}
.guide-download .guide-download__switch {
  position: relative;
  width: 40px;
}
.guide-download .guide-download__warning-note {
  color: #7c7c7c;
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  margin-top: 2rem;
}
.guide-download .guide-download__arrow-secondary {
  position: absolute;
  right: -40px;
  top: -80px;
  transform: rotateZ(180deg);
  width: 90px;
}
.guide-download .guide-download__arrow-tertiary {
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(-45%, 32%);
  width: 70px;
}
.guide-download .guide-download__slide--step-1 .guide-download__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.guide-download .guide-download__slide--step-2 .guide-download__step-box {
  margin: 45px 4rem 0 auto;
}
.guide-download .guide-download__slide--step-3 .guide-download__step-box,
.guide-download .guide-download__slide--step-7 .guide-download__step-box,
.guide-download .guide-download__slide--step-8 .guide-download__step-box {
  margin: 36px 4rem 0 auto;
}
.guide-download .guide-download__slide--step-9 .guide-download__item {
  flex-grow: 0;
}
.guide-download .guide-download__slide--step-9 .guide-download__item img {
  height: auto;
}

@media (min-width: 576px) {
  .guide-download .guide-download__swiper {
    max-width: 90%;
  }
  .guide-download .guide-download__slide {
    padding-top: 10%;
  }
  .guide-download .guide-download__item {
    margin: 0 auto;
    width: 60%;
  }
  .guide-download .guide-download__button,
  .guide-download .guide-download__step-number,
  .guide-download .guide-download__step-text p {
    font-size: 24px;
  }
  .guide-download .guide-download__step-text span {
    font-size: 16px;
  }
  .guide-download .guide-download__warning-title,
  .guide-download .guide-download__dialog-title {
    font-size: 26px;
  }
  .guide-download .guide-download__warning-content {
    font-size: 19px;
  }
  .guide-download .guide-download__chrome-app {
    margin: 1.5rem auto 1rem;
  }
  .guide-download .guide-download__app-name,
  .guide-download .guide-download__toast-action,
  .guide-download .guide-download__toast-title,
  .guide-download .guide-download__button--install {
    font-size: 21px;
  }
  .guide-download .guide-download__app-version,
  .guide-download .guide-download__toast-sub {
    font-size: 17px;
  }
  .guide-download .guide-download__dialog-message {
    font-size: 20px;
  }
  .guide-download .guide-download__chrome-title {
    font-size: 18px;
  }
  .guide-download .guide-download__warning-note {
    font-size: 13px;
    margin-top: 0.5rem;
  }
  .guide-download .guide-download__arrow-tertiary {
    left: -35px;
    top: 20px;
    transform: rotate3d(1, -3, 0, 180deg);
    width: 60px;
  }
}
@media screen and (max-width: 1400px) and (orientation: landscape) {
  .guide-download .guide-download__swiper {
    padding-top: 3%;
  }
  .guide-download .guide-download__item {
    width: 55%;
  }
}
@media screen and (max-height: 520px) and (max-width: 1100px) and (orientation: landscape) {
  .guide-download .guide-download__swiper {
    max-width: 400px;
    padding-top: 1%;
  }
  .guide-download .guide-download__footer-content {
    padding-top: 1%;
  }
  .guide-download .guide-download__slide {
    padding-top: 0;
    transform: scale(0.7);
  }
  .guide-download .guide-download__item {
    width: 65%;
  }
  .guide-download .guide-download__step-box {
    margin: 35px auto 0;
    padding: 5px 14px;
  }
  .guide-download .guide-download__arrow-primary {
    width: 50px;
  }
  .guide-download .guide-download__step-number {
    height: 28px;
    width: 28px;
  }
  .guide-download .guide-download__warning {
    padding: 10px 15px;
  }
  .guide-download .guide-download__warning-actions {
    margin-top: 12px;
  }
  .guide-download .guide-download__slide--step-2 .guide-download__step-box {
    margin: 22px 4rem 0 auto;
  }
  .guide-download .guide-download__toast {
    border-radius: 12px;
    padding: 14px 22px;
  }
  .guide-download .guide-download__dialog {
    padding: 10px 16px;
  }
  .guide-download .guide-download__dialog-header {
    margin-bottom: 8px;
  }
  .guide-download .guide-download__dialog-logo {
    height: 30px;
    width: 30px;
  }
  .guide-download .guide-download__dialog-message {
    margin-bottom: 14px;
  }
  .guide-download .guide-download__slide--step-4 .guide-download__step-box {
    margin: 22px 2.5rem 0 auto;
  }
  .guide-download .guide-download__chrome-title,
  .guide-download .guide-download__dialog-message {
    font-size: 10px;
  }
  .guide-download .guide-download__chrome {
    padding: 12px;
  }
  .guide-download .guide-download__chrome-header > img {
    width: 12px;
  }
  .guide-download .guide-download__chrome-app {
    margin: 0.2rem auto;
  }
  .guide-download .guide-download__chrome-icon {
    width: 26px;
  }
  .guide-download .guide-download__permission-text {
    font-size: 9px;
  }
  .guide-download .guide-download__switch {
    width: 26px;
  }
  .guide-download .guide-download__arrow-secondary {
    right: -20px;
    top: -45px;
    width: 50px;
  }
  .guide-download .guide-download__warning-note {
    font-size: 9px;
    margin-top: 0.3rem;
  }
  .guide-download .guide-download__slide--step-5 .guide-download__step-box,
  .guide-download .guide-download__slide--step-6 .guide-download__step-box {
    margin: 16px auto 0;
  }
  .guide-download .guide-download__icon-back {
    border-width: 1.5px;
    height: 20px;
    padding: 3px;
    width: 20px;
  }
  .guide-download .guide-download__arrow-tertiary {
    left: -36px;
    top: 10px;
    transform: rotate3d(1, -2, 0, 180deg);
    width: 50px;
  }
  .guide-download .guide-download__slide--step-7 .guide-download__step-box {
    margin: 22px 3rem 0 auto;
  }
  .guide-download .guide-download__slide--step-8 .guide-download__step-box {
    margin: 22px 2.2rem 0 auto;
  }
  .guide-download .guide-download__button,
  .guide-download .guide-download__step-number,
  .guide-download .guide-download__step-text p {
    font-size: 11px;
  }
  .guide-download .guide-download__slide--step-3 .guide-download__step-box {
    margin: 22px 2.5rem 0 auto;
  }
  .guide-download .guide-download__step-text span {
    font-size: 8px;
  }
  .guide-download .guide-download__warning-title,
  .guide-download .guide-download__dialog-title {
    font-size: 16px;
  }
  .guide-download .guide-download__app-name,
  .guide-download .guide-download__toast-action,
  .guide-download .guide-download__toast-title,
  .guide-download .guide-download__button--install {
    font-size: 12px;
  }
  .guide-download .guide-download__app-version,
  .guide-download .guide-download__toast-sub {
    font-size: 8px;
  }
  .guide-download .guide-download__warning-content {
    font-size: 10px;
    margin-top: 10px;
  }
}
.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;
  }
}
:root {
  --form-width: 688px;
}

html {
  height: 100%;
  width: 100%;
}

p {
  line-height: 1.2;
}

a {
  color: #f89e22;
}

a:hover {
  color: #f89e22;
}

h1,
h2,
h3 {
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  width: 100%;
}

img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  aspect-ratio: attr(width)/attr(height);
  -o-object-fit: contain;
  object-fit: contain;
}

body {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  background: url(./../image/bg.jpg?v=1.0.3) top center no-repeat fixed #0f0403;
  background-size: cover;
  color: #fff;
  font-size: 14px;
  z-index: -1;
  overflow-x: hidden;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

/* ---------- 2️⃣ WIDTH ≤ 1024px ---------- */
@media screen and (max-width: 1024px) {
  body,
  html {
    overflow-x: hidden;
  }
  body {
    background: url(./../image/bg-mobile.jpg?v=1.0.3) top center no-repeat #0f0403;
    background-size: 100% auto;
  }
}
/* ---------- 3️⃣ WIDTH ≤ 991px ---------- */
@media (max-width: 991px) {
  body {
    background: url(./../image/bg-mobile.jpg?v=1.0.3) top center no-repeat fixed #0f0403;
    background-size: 100% auto;
  }
}
/* ---------- 4️⃣ WIDTH ≤ 640px ---------- */
@media (max-width: 640px) {
  body {
    background: url(./../image/bg-mobile.jpg?v=1.0.3) top center no-repeat fixed #0f0403;
    background-size: 100% auto;
  }
}
#chat-widget-minimized {
  visibility: hidden;
}
/*# sourceMappingURL=main.css.map */
