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

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

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

canvas {
  display: inline-block;
}

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

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

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

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

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

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

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

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

a:active {
  outline-width: 0;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

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

button {
  border-radius: 0;
}

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

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

small {
  font-size: 80%;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button {
  text-transform: none;
}

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

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

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none;
}

.fade {
  transition: opacity 0.15s linear;
}

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

.relative {
  position: relative;
}

.color-orange {
  color: #ffd000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 991px) {
  .footer-nav-block {
    display: none;
  }
  .footer-mobile-nav {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer-mobile-nav__brand {
    padding: 14px 14px 12px;
    border-radius: 20px;
    gap: 12px;
  }
  .footer-mobile-nav__logo-link {
    flex-basis: 150px;
    max-width: 150px;
  }
  .footer-mobile-nav__trigger {
    padding: 12px 14px;
  }
}
@media (max-width: 360px) {
  .footer-mobile-nav__list {
    font-size: 12px;
  }
}
html {
  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 {
  background: #090501;
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

.fraud-alert-page {
  color: #fff;
}
.fraud-alert-page .fraud-alert-page__container {
  position: relative;
  z-index: 2;
  width: min(100%, 1060px);
  margin: 0 auto;
  padding: 0 15px;
}
.fraud-alert-page .fraud-alert-page__container--narrow {
  max-width: 1010px;
}
.fraud-alert-page .fraud-alert-page__hero {
  background: url(./../image/canh-bao-gia-mao/bgsubpage.jpg) top center no-repeat;
  background-size: cover;
  padding-top: 0;
}
.fraud-alert-page .fraud-alert-page__brand {
  width: 13.5%;
  max-width: 160px;
  margin: 0 auto;
  padding-top: 0.5rem;
}
.fraud-alert-page .fraud-alert-page__brand-link {
  display: block;
}
.fraud-alert-page .fraud-alert-page__tagline {
  margin-top: 3.5%;
  background: linear-gradient(0deg, #ff9205 0, #feff43 47%, #ffeb8a 47%, #fc0 90%, #fdc300 100%);
  font-size: clamp(20px, 4vw, 31px);
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fraud-alert-page .fraud-alert-page__hero-media {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  flex: 1;
  -webkit-mask-image: linear-gradient(to right, transparent, #fff 25%, #fff 95%, transparent);
}
.fraud-alert-page .fraud-alert-page__hero-media video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-mask-image: linear-gradient(to top, transparent, #fff 25%, #fff 95%, transparent);
}
.fraud-alert-page .fraud-alert-page__hero-domain {
  position: absolute;
  z-index: 2;
  display: block;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  background-clip: text;
  -webkit-background-clip: text;
}
@supports (-webkit-background-clip: text) {
  .fraud-alert-page .fraud-alert-page__hero-domain {
    -webkit-text-fill-color: transparent;
  }
}
.fraud-alert-page .fraud-alert-page__hero-domain--primary {
  right: 5.5%;
  bottom: 32%;
  width: 28.5%;
  background: linear-gradient(180deg, #9aff9c 38.46%, #47b53f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(14px, 2.7vw, 27px);
  text-align: left;
  white-space: nowrap;
}
.fraud-alert-page .fraud-alert-page__hero-domain--secondary {
  right: 11.5%;
  bottom: 61.5%;
  width: 21%;
  background: linear-gradient(0deg, #e3e2b5 0, #ffcd66 50%, #ffe80f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(14px, 2.6vw, 26px);
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}
.fraud-alert-page .fraud-alert-page__section {
  padding-bottom: 3rem;
}
.fraud-alert-page .fraud-alert-page__section--trust {
  background: url(./../image/canh-bao-gia-mao/subbg2.webp) top center no-repeat;
  background-size: cover;
  padding-top: 1.5rem;
}
.fraud-alert-page .fraud-alert-page__section--feature {
  padding-top: 2.5rem;
  background: #090807;
}
.fraud-alert-page .fraud-alert-page__section--tip {
  background: #090807;
}
.fraud-alert-page .fraud-alert-page__section-badge {
  text-align: center;
}
.fraud-alert-page .fraud-alert-page__section-badge img {
  max-width: 100%;
}
.fraud-alert-page .fraud-alert-page__section-title {
  margin-top: 2%;
  padding: 6px;
  border: 1px solid #ff9205;
  border-radius: 10px;
  background: linear-gradient(90deg, #231608 0, #8c3402 100%);
  font-size: clamp(22px, 4.5vw, 38px);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.fraud-alert-page .fraud-alert-page__section-title--small {
  margin-top: 0;
  padding-bottom: 2rem;
  border: 0;
  background: transparent;
  font-size: clamp(20px, 6vw, 30.5px);
  font-weight: 800;
}
.fraud-alert-page .fraud-alert-page__risk-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 870px;
  margin: 1.8% auto 2.5rem;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 1rem;
  background-image: linear-gradient(#000, #000), linear-gradient(90deg, #fc0 0, #5f422a 50%, #ff9205 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.fraud-alert-page .fraud-alert-page__risk-list {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  width: 80%;
  margin: 0;
  padding: 1.5rem;
  list-style: none;
}
.fraud-alert-page .fraud-alert-page__risk-list li > div {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  font-size: 1.4em;
  font-weight: 600;
  transform: translateZ(0);
}
.fraud-alert-page .fraud-alert-page__risk-list li > div::before {
  content: "";
  display: inline-block;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background: url(./../image/canh-bao-gia-mao/sub-icon1.png) center left no-repeat;
  background-size: contain;
}
.fraud-alert-page .fraud-alert-page__risk-thumb {
  width: 20%;
  overflow: hidden;
}
.fraud-alert-page .fraud-alert-page__risk-thumb img,
.fraud-alert-page .fraud-alert-page__risk-thumb video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.fraud-alert-page .fraud-alert-page__proof-list,
.fraud-alert-page .fraud-alert-page__feature-list {
  margin-top: 2.3%;
}
.fraud-alert-page .fraud-alert-page__proof-item,
.fraud-alert-page .fraud-alert-page__feature-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 1.7rem;
}
.fraud-alert-page .fraud-alert-page__proof-item:nth-child(even) {
  flex-direction: row-reverse;
}
.fraud-alert-page .fraud-alert-page__proof-media {
  width: 55%;
  min-width: 0;
  cursor: pointer;
}
.fraud-alert-page .fraud-alert-page__proof-copy {
  width: 42%;
}
.fraud-alert-page .fraud-alert-page__slider,
.fraud-alert-page .fraud-alert-page__feature-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #ffcc02;
}
.fraud-alert-page .fraud-alert-page__slider::before, .fraud-alert-page .fraud-alert-page__slider::after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 1px;
  z-index: 2;
  width: 10%;
  border-radius: 8px;
  pointer-events: none;
}
.fraud-alert-page .fraud-alert-page__slider::before {
  left: 1px;
  background: linear-gradient(90deg, #995803 0, rgba(153, 88, 3, 0) 100%);
}
.fraud-alert-page .fraud-alert-page__slider::after {
  right: 1px;
  background: linear-gradient(90deg, rgba(153, 88, 3, 0) 0, #995803 100%);
}
.fraud-alert-page .fraud-alert-page__slider--single::before, .fraud-alert-page .fraud-alert-page__slider--single::after {
  display: none;
}
.fraud-alert-page .fraud-alert-page__slider .swiper-wrapper {
  align-items: flex-start;
}
.fraud-alert-page .fraud-alert-page__slider .swiper-slide {
  background: #000;
}
.fraud-alert-page .fraud-alert-page__slider img,
.fraud-alert-page .fraud-alert-page__slider video {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.fraud-alert-page .fraud-alert-page__slider-prev,
.fraud-alert-page .fraud-alert-page__slider-next {
  top: 0 !important;
  width: 60px !important;
  height: 100% !important;
  margin-top: 0 !important;
  z-index: 3 !important;
}
.fraud-alert-page .fraud-alert-page__slider-prev::after,
.fraud-alert-page .fraud-alert-page__slider-next::after {
  display: none;
}
.fraud-alert-page .fraud-alert-page__slider-prev img,
.fraud-alert-page .fraud-alert-page__slider-next img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.fraud-alert-page .fraud-alert-page__slider-prev {
  left: 0 !important;
}
.fraud-alert-page .fraud-alert-page__slider-next {
  right: 0 !important;
}
.fraud-alert-page .fraud-alert-page__proof-number {
  padding-bottom: 0.5rem;
}
.fraud-alert-page .fraud-alert-page__proof-title {
  padding-bottom: 0.5rem;
  background: linear-gradient(0deg, #ff9205 0, #feff43 47%, #ffeb8a 47%, #fc0 90%, #fdc300 100%);
  font-size: clamp(16px, 4vw, 23px);
  font-weight: 600;
  line-height: 1.6;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fraud-alert-page .fraud-alert-page__proof-title span {
  text-transform: none;
}
.fraud-alert-page .fraud-alert-page__proof-text {
  font-size: 14px;
}
.fraud-alert-page .fraud-alert-page__proof-text p {
  margin: 0;
  line-height: 1.6;
}
.fraud-alert-page .fraud-alert-page__feature-frame {
  max-width: 1512px;
  margin: 0 auto;
  padding: 4.5rem 15px;
  background: url(./../image/canh-bao-gia-mao/subbg3.png) top center no-repeat;
  background-size: 100% 100%;
}
.fraud-alert-page .fraud-alert-page__feature-item {
  align-items: center;
  gap: 1rem;
}
.fraud-alert-page .fraud-alert-page__feature-item.girl-1 .fraud-alert-page__feature-thumb {
  margin-right: -10%;
}
.fraud-alert-page .fraud-alert-page__feature-item.girl-2 .fraud-alert-page__feature-thumb {
  margin-left: -10%;
}
.fraud-alert-page .fraud-alert-page__feature-item .fraud-alert-page__proof-media {
  width: 50%;
}
.fraud-alert-page .fraud-alert-page__feature-item:nth-child(even) .fraud-alert-page__feature-copy {
  flex-direction: row-reverse;
}
.fraud-alert-page .fraud-alert-page__feature-copy {
  display: flex;
  gap: 1rem;
  width: 46%;
}
.fraud-alert-page .fraud-alert-page__feature-copy > div:first-child {
  flex: 1 1 auto;
  min-width: 0;
}
.fraud-alert-page .fraud-alert-page__feature-thumb {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex: 0 0 42%;
}
.fraud-alert-page .fraud-alert-page__feature-thumb img {
  max-width: 100%;
}
.fraud-alert-page .fraud-alert-page__feature-card {
  border: 1.5px solid transparent;
  background-image: linear-gradient(#000, #000), linear-gradient(0deg, #ff9205 0, #fc0 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.fraud-alert-page .fraud-alert-page__feature-card img {
  display: block;
  width: 100%;
  height: auto;
}
.fraud-alert-page .fraud-alert-page__feature-divider {
  width: 48%;
  margin: 0 auto 2.1rem;
}
.fraud-alert-page .fraud-alert-page__feature-divider img {
  width: 100%;
}
.fraud-alert-page .fraud-alert-page__note {
  max-width: 830px;
  margin: 0 auto;
  padding-top: 1.5%;
}
.fraud-alert-page .fraud-alert-page__note img {
  max-width: 100%;
}

@media (max-width: 11in) {
  .fraud-alert-page .fraud-alert-page__proof-media {
    width: 50%;
  }
  .fraud-alert-page .fraud-alert-page__proof-copy {
    width: 47%;
  }
  .fraud-alert-page .fraud-alert-page__feature-thumb {
    flex-basis: 45%;
  }
  .fraud-alert-page .fraud-alert-page__section--feature-inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 9.7in) {
  .fraud-alert-page .fraud-alert-page__container {
    padding: 0 3rem;
  }
  .fraud-alert-page .fraud-alert-page__section--feature {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
  }
  .fraud-alert-page .fraud-alert-page__brand {
    width: 35%;
    max-width: 130px;
  }
  .fraud-alert-page .fraud-alert-page__hero-domain--primary {
    bottom: 33.5%;
    font-size: 2.65vw;
  }
  .fraud-alert-page .fraud-alert-page__hero-domain--secondary {
    font-size: 2.9vw;
  }
  .fraud-alert-page .fraud-alert-page__proof-item,
  .fraud-alert-page .fraud-alert-page__proof-item:nth-child(even),
  .fraud-alert-page .fraud-alert-page__feature-item {
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .fraud-alert-page .fraud-alert-page__feature-item {
    flex-direction: column;
    padding-bottom: 1rem;
  }
  .fraud-alert-page .fraud-alert-page__feature-item .fraud-alert-page__proof-media {
    width: 100%;
  }
  .fraud-alert-page .fraud-alert-page__proof-media,
  .fraud-alert-page .fraud-alert-page__proof-copy {
    width: 100%;
  }
  .fraud-alert-page .fraud-alert-page__feature-frame {
    background-image: url(./../image/canh-bao-gia-mao/subbg3-mb.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    max-width: 1060px;
    padding: 3rem 0 1rem;
  }
  .fraud-alert-page .fraud-alert-page__feature-frame .fraud-alert-page__container {
    padding: 0;
  }
  .fraud-alert-page .fraud-alert-page__feature-list {
    margin-top: 1.75rem;
  }
  .fraud-alert-page .fraud-alert-page__feature-copy {
    width: 100%;
    padding: 0 3rem;
    flex-direction: row;
  }
  .fraud-alert-page .fraud-alert-page__feature-divider {
    width: min(100%, 420px);
    margin: 0 auto 1.75rem;
  }
  .fraud-alert-page .fraud-alert-page__feature-item:last-child {
    flex-direction: column-reverse;
    padding-bottom: 0;
  }
  .fraud-alert-page .fraud-alert-page__section-title {
    border-radius: 6px;
    font-size: 24px;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .fraud-alert-page .fraud-alert-page__risk-list li > div {
    font-size: 20px;
  }
  .fraud-alert-page .fraud-alert-page__feature-divider {
    display: none;
  }
  .fraud-alert-page__risk-thumb {
    display: none;
  }
  .fraud-alert-page__risk-list {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .fraud-alert-page .fraud-alert-page__container {
    padding: 0 1rem;
  }
  .fraud-alert-page .fraud-alert-page__section--feature {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  .fraud-alert-page .fraud-alert-page__section--feature-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .fraud-alert-page .fraud-alert-page__section--trust {
    padding-bottom: 0;
  }
  .fraud-alert-page .fraud-alert-page__feature-item.girl-1 .fraud-alert-page__feature-thumb {
    margin-right: 0;
  }
  .fraud-alert-page .fraud-alert-page__feature-item.girl-2 .fraud-alert-page__feature-copy {
    flex-direction: row-reverse;
  }
  .fraud-alert-page .fraud-alert-page__feature-item.girl-2 .fraud-alert-page__feature-thumb {
    margin-left: 0;
    margin-right: -12%;
  }
  .fraud-alert-page .fraud-alert-page__section-badge img {
    max-width: 70%;
  }
  .fraud-alert-page .fraud-alert-page__section-badge--feature img {
    max-width: 100%;
  }
  .fraud-alert-page .fraud-alert-page__risk-box {
    margin-bottom: 2rem;
  }
  .fraud-alert-page .fraud-alert-page__risk-list {
    width: 100%;
    padding: 1rem 5px 1rem 0.7rem;
    gap: 0.7rem;
  }
  .fraud-alert-page .fraud-alert-page__risk-list li > div {
    gap: 0.55rem;
    font-size: 11px;
  }
  .fraud-alert-page .fraud-alert-page__risk-list li > div::before {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }
  .fraud-alert-page .fraud-alert-page__risk-thumb {
    display: none;
  }
  .fraud-alert-page .fraud-alert-page__proof-item,
  .fraud-alert-page .fraud-alert-page__feature-item {
    gap: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .fraud-alert-page .fraud-alert-page__proof-title {
    font-size: 4.2vw;
  }
  .fraud-alert-page .fraud-alert-page__proof-text {
    font-size: 11px;
  }
  .fraud-alert-page .fraud-alert-page__feature-frame {
    background-image: url(./../image/canh-bao-gia-mao/subbg3-mb.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 2rem 0 0.75rem;
  }
  .fraud-alert-page .fraud-alert-page__feature-frame .fraud-alert-page__container {
    padding: 0;
  }
  .fraud-alert-page .fraud-alert-page__feature-copy {
    width: 100%;
    padding: 0 1rem;
    gap: 0.6rem;
  }
  .fraud-alert-page .fraud-alert-page__feature-divider {
    display: none;
  }
  .fraud-alert-page .fraud-alert-page__feature-item:last-child {
    padding-bottom: 0;
  }
  .fraud-alert-page .fraud-alert-page__note-card {
    font-size: 13px;
  }
  .fraud-alert-page .fraud-alert-page__section-title {
    font-size: 13px;
    padding: 8px 0;
  }
}