@charset "UTF-8";
/* =========================================================
   FONT: SF PRO DISPLAY
   Path: /wp-content/themes/flatsome-child/fonts/
   Giữ 6 weights thực sự sử dụng: 300, 400, 500, 600, 700, 800
========================================================= */
@font-face {
  font-family: "SF Pro Display";
  src: url("../../fonts/SF-Pro-Display-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../../fonts/SF-Pro-Display-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../../fonts/SF-Pro-Display-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../../fonts/SF-Pro-Display-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../../fonts/SF-Pro-Display-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../../fonts/SF-Pro-Display-Heavy.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "fl-icons";
  src: url("../../../flatsome/assets/css/icons/fl-icons.woff2?v=3.20.4") format("woff2");
  font-display: swap;
}
header .header-nav-main li a {
  color: #1a1a1a !important;
}
header .menu-item-has-children::after, header .menu-item-has-children::before {
  display: none;
}
header .sub-menu {
  border: unset !important;
  border-radius: 5px;
  padding: 0;
  top: 50px;
  background-color: white;
}
header .sub-menu li {
  border: unset !important;
}
header .sub-menu li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
header .sub-menu li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
header .sub-menu li:hover {
  background-color: white;
}
header .sub-menu li a {
  padding: 10px 20px !important;
  margin: 0 !important;
  color: black !important;
  font-weight: 700;
}
header .sub-menu a {
  border: unset !important;
  color: white !important;
  font-weight: 700;
}
header .header-bg-color {
  background-color: transparent !important;
}
header .header-block-block-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
header .header-block-block-1 img {
  width: 250px !important;
}
@media (max-width: 1024px) and (min-width: 849px) {
  header .flex-right {
    display: none !important;
  }
}

/* ================= MOBILE MENU POPUP ================= */
@media (max-width: 849px) {
  .mfp-content {
    min-width: 100%;
  }
  .mfp-close {
    top: 0px !important;
    opacity: 1 !important;
  }
  #main-menu {
    width: 100%;
    min-width: 100%;
  }
  #main-menu .sidebar-menu {
    background: #fff;
    padding-top: 0;
    width: 100%;
  }
  #main-menu .nav-sidebar {
    padding: 0 15px;
  }
  #main-menu .nav-sidebar .sub-menu {
    padding: 0;
    margin: 0;
  }
  #main-menu .nav-sidebar .header-social-icons {
    padding-left: 0 !important;
  }
  #main-menu .nav-sidebar .header-social-icons a,
  #main-menu .nav-sidebar .header-social-icons i {
    margin-right: 3px;
    color: #000 !important;
    font-size: 20px;
  }
  #main-menu .nav-sidebar > li {
    border: unset;
    margin-bottom: 5px;
  }
  #main-menu .nav-sidebar > li > a {
    padding: 12px 0;
    font-size: 16px;
    color: #000;
    text-transform: none;
  }
  #main-menu .menu-item.current-menu-item,
  #main-menu .menu-item.active {
    background: #fff !important;
    border-radius: 6px;
  }
  #main-menu .menu-item-has-children {
    position: relative;
  }
  #main-menu .menu-item-has-children > a {
    padding-right: 40px;
  }
  #main-menu .menu-item-has-children .toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: transparent !important;
    border: none;
    opacity: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #main-menu .menu-item-has-children .toggle i {
    color: #000;
    font-size: 30px;
  }
  #main-menu .menu-item-has-children .children li a {
    font-size: 16px;
    color: #000;
    padding: 8px 0;
    font-weight: bold;
  }
}
/* ================= STICKY ================= */
@media (min-width: 849px) {
  div.stuck .header-main {
    background-color: white !important;
  }
}
div.stuck .header-main .nav > li > a {
  line-height: unset;
}

/* ================= MOBILE SIDEBAR ================= */
.mobile-sidebar .call-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-sidebar .call-box-icon {
  width: 50px;
  height: 50px;
}
.mobile-sidebar .call-box-icon svg {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.scroll-to-bullets {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
  border-radius: 20px 0 0 20px;
  padding: 35px 10px;
  overflow: unset !important;
}
.scroll-to-bullets a.active:has(+ a.active.tooltipstered) {
  /* style cho thằng đứng trước */
}
.scroll-to-bullets a.active:has(+ a.active.tooltipstered)::after {
  display: none !important;
}
.scroll-to-bullets a.active:has(+ a.active.tooltipstered)::before {
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff !important;
}
.scroll-to-bullets a {
  display: block;
  background-color: transparent !important;
  margin: 8px 0;
  border-radius: 50%;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  padding: 20px;
  border-color: transparent !important;
}
.scroll-to-bullets a:hover::before {
  -webkit-transition: opacity 0.4s ease, visibility 0.4s, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease, visibility 0.4s, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.4s ease, visibility 0.4s;
  transition: transform 0.4s ease-out, opacity 0.4s ease, visibility 0.4s, -webkit-transform 0.4s ease-out;
  color: #F2C67B !important;
  font-size: 48px;
}
.scroll-to-bullets a::after {
  content: attr(data-title);
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(20px);
          transform: translateY(-50%) translateX(20px);
  opacity: 0;
  visibility: hidden;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  text-transform: uppercase;
  font-family: "SF Pro Display" !important;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease, visibility 0.4s, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.4s ease, visibility 0.4s;
  transition: transform 0.4s ease-out, opacity 0.4s ease, visibility 0.4s, -webkit-transform 0.4s ease-out;
  pointer-events: none;
}
.scroll-to-bullets a:hover::after, .scroll-to-bullets a.active::after {
  opacity: 1;
  visibility: visible;
  font-size: 13px;
  margin-right: 20px;
  font-style: normal !important;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}
.scroll-to-bullets a::before {
  -webkit-transition: opacity 0.4s ease, visibility 0.4s, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease, visibility 0.4s, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.4s ease, visibility 0.4s;
  transition: transform 0.4s ease-out, opacity 0.4s ease, visibility 0.4s, -webkit-transform 0.4s ease-out;
  position: absolute;
  top: calc(50% - 5px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: 600;
  color: white;
  font-family: "SF Pro Display" !important;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.scroll-to-bullets a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.scroll-to-bullets a.active::before {
  color: #F2C67B !important;
  font-size: 48px;
}
.scroll-to-bullets a:nth-child(10)::before {
  content: "10" !important;
}
.scroll-to-bullets a:nth-child(1)::before {
  content: "01";
}
.scroll-to-bullets a:nth-child(2)::before {
  content: "02";
}
.scroll-to-bullets a:nth-child(3)::before {
  content: "03";
}
.scroll-to-bullets a:nth-child(4)::before {
  content: "04";
}
.scroll-to-bullets a:nth-child(5)::before {
  content: "05";
}
.scroll-to-bullets a:nth-child(6)::before {
  content: "06";
}
.scroll-to-bullets a:nth-child(7)::before {
  content: "07";
}
.scroll-to-bullets a:nth-child(8)::before {
  content: "08";
}
.scroll-to-bullets a:nth-child(9)::before {
  content: "09";
}
.scroll-to-bullets a strong {
  display: none;
}
.scroll-to-bullets::before {
  display: block;
  margin: 0 0 15px 0;
  border-radius: 50%;
  text-align: center;
  line-height: 41px;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.scroll-to-bullets::before:hover {
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .scroll-to-bullets {
    display: none;
  }
}

.tooltipster-base {
  display: none !important;
}

.absolute-footer {
  display: none !important;
}

/* ==========================================================================
   Bross & Partners Premium Footer Styling (Phiên bản UX/UI Menu & Native Icon)
   ========================================================================== */
/* ==========================================================================
   iShare Vietnam Premium Footer Styling
   Reference: https://ishare-growth-hub.base44.app/
   ========================================================================== */
.ishare-footer {
  background-color: #1C1C1E !important;
  padding: 80px 0 40px !important;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Inter", sans-serif;
}
.ishare-footer * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ishare-footer a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.ishare-footer a:hover {
  color: #C6973B;
}
.ishare-footer__logo-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ishare-footer .ishare-footer-logo-wrapper {
  margin-bottom: 24px;
}
.ishare-footer .ishare-footer-logo-wrapper .ishare-footer-logo__title {
  font-size: 28px;
  color: #C6973B;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 700;
  font-family: "Playfair Display", "SF Pro Display", serif;
}
.ishare-footer .ishare-footer-logo-wrapper .ishare-footer-logo__sub-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 4px;
}
.ishare-footer .ishare-footer-logo-wrapper .ishare-footer-logo__line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#C6973B), to(rgba(198, 151, 59, 0.3)));
  background: linear-gradient(90deg, #C6973B 0%, rgba(198, 151, 59, 0.3) 100%);
  display: inline-block;
  min-width: 24px;
}
.ishare-footer .ishare-footer-logo-wrapper .ishare-footer-logo__subtitle {
  font-size: 11px;
  color: #C6973B;
  letter-spacing: 0.28em;
  white-space: nowrap;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.ishare-footer .ishare-footer-logo-wrapper .ishare-footer-logo__tagline {
  font-size: 8px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.15em;
  margin-top: 6px;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 400;
}
.ishare-footer__desc p {
  font-size: 13.5px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  max-width: 280px;
}
.ishare-footer__title {
  margin-bottom: 28px;
}
.ishare-footer__title h4 {
  font-size: 13px;
  font-weight: 600;
  color: #C6973B;
  letter-spacing: 0.1em;
  margin: 0;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  position: relative;
  padding-bottom: 12px;
}
.ishare-footer__title h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 2px;
  background: #C6973B;
  border-radius: 1px;
}
.ishare-footer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.ishare-footer__menu .menu-item {
  margin: 0;
  padding: 0;
}
.ishare-footer__menu .menu-item a {
  font-size: 13.5px;
  font-weight: 400;
  padding: 0;
  border: none;
  background: transparent;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: color 0.3s ease, padding-left 0.3s ease;
  transition: color 0.3s ease, padding-left 0.3s ease;
  display: inline-block;
}
.ishare-footer__menu .menu-item a:hover {
  color: #C6973B;
  background: transparent;
  padding-left: 6px;
}
.ishare-footer__contact-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.ishare-footer__contact-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.ishare-footer__contact-list ul li i {
  font-size: 15px;
  color: #C6973B;
  margin-top: 3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  text-align: center;
}
.ishare-footer__contact-list ul li a {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.ishare-footer__contact-list ul li a:hover {
  color: #C6973B;
}
.ishare-footer__social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ishare-footer__social-icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.ishare-footer__social-icons a i {
  font-size: 16px;
}
.ishare-footer__social-icons a:hover {
  background-color: #C6973B;
  border-color: #C6973B;
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 20px rgba(198, 151, 59, 0.3);
          box-shadow: 0 6px 20px rgba(198, 151, 59, 0.3);
}
.ishare-footer__bottom {
  margin-top: 48px !important;
  padding-top: 28px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.ishare-footer__copyright p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
  margin: 0;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .ishare-footer {
    padding: 48px 0 32px !important;
  }
  .ishare-footer__logo-col, .ishare-footer__menu-col, .ishare-footer__contact-col, .ishare-footer__social-col {
    margin-bottom: 36px;
  }
  .ishare-footer .ishare-footer-logo-wrapper .ishare-footer-logo__title {
    font-size: 24px;
  }
  .ishare-footer__title {
    margin-bottom: 20px;
  }
  .ishare-footer__social-icons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .ishare-footer__bottom {
    margin-top: 24px !important;
    padding-top: 20px !important;
  }
}
@media (max-width: 480px) {
  .ishare-footer {
    padding: 40px 0 24px !important;
  }
  .ishare-footer__desc p {
    max-width: 100%;
  }
}

.back-to-top:hover {
  background-color: transparent !important;
}
.back-to-top {
  left: 50%;
  min-width: -webkit-max-content !important;
  min-width: -moz-max-content !important;
  min-width: max-content !important;
  width: 15px;
  background-image: url(../../img/icon-back-to-top.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 20;
  pointer-events: none;
  min-height: 36px !important;
  border: unset !important;
}
.back-to-top i {
  display: none !important;
}

/* Tooltip box */
.footer__social {
  position: fixed;
  bottom: 65px;
  right: 30px;
  left: auto;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  z-index: 999;
}
.footer__social .social-icons {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__social .social-icons a {
  line-height: 29px;
  min-width: 29px !important;
  height: 29px !important;
  min-height: 29px !important;
  opacity: 1 !important;
  margin-left: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__social .social-icons a i {
  color: white !important;
}
.footer__social .social-icons a {
  border-radius: 100% !important;
}
.footer__social .social-icons .facebook {
  background-color: rgb(55, 101, 253) !important;
  margin-bottom: 10px !important;
}
.footer__social .social-icons .youtube {
  background-color: #ff0033 !important;
}
.footer__social .img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 10px !important;
}
.footer__social .img img {
  width: 29px;
}

#button-contact-vr {
  position: fixed;
  bottom: 0;
  z-index: 99999;
  right: 10px;
}
#button-contact-vr br,
#button-contact-vr p {
  display: none !important;
}
#button-contact-vr .button-contact {
  position: relative;
  margin-top: -5px;
}
#button-contact-vr .button-contact .phone-vr {
  position: relative;
  width: 90px;
  height: 90px;
  cursor: pointer;
  display: block;
}
#button-contact-vr .button-contact .phone-vr i {
  color: white;
}
#button-contact-vr .button-contact .phone-vr-circle-fill {
  width: 65px;
  height: 65px;
  top: 12px;
  left: 12px;
  position: absolute;
  border-radius: 50%;
  -webkit-animation: zoom 1.3s infinite;
          animation: zoom 1.3s infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-box-shadow: 0 0 0 0 #c31d1d;
          box-shadow: 0 0 0 0 #c31d1d;
  background-color: rgba(230, 8, 8, 0.7);
}
#button-contact-vr .button-contact .phone-vr-img-circle {
  width: 40px;
  height: 40px;
  top: 25px;
  left: 25px;
  position: absolute;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: phone-vr-circle-fill 1s infinite ease-in-out;
          animation: phone-vr-circle-fill 1s infinite ease-in-out;
  background-color: #e60808;
}
#button-contact-vr .button-contact .phone-vr-img-circle img {
  max-width: 26px;
  max-height: 26px;
}
#button-contact-vr {
  /* ===== PHONE ===== */
}
#button-contact-vr #contact-vr .phone-vr-circle-fill {
  -webkit-box-shadow: 0 0 0 0 #e60808;
          box-shadow: 0 0 0 0 #e60808;
  background-color: rgba(230, 8, 8, 0.7);
}
#button-contact-vr #contact-vr .phone-vr-img-circle {
  background-color: #e60808;
}
#button-contact-vr {
  /* ===== ZALO ===== */
}
#button-contact-vr #zalo-vr .phone-vr-circle-fill {
  -webkit-box-shadow: 0 0 0 0 #2196f3;
          box-shadow: 0 0 0 0 #2196f3;
  background-color: rgba(33, 150, 243, 0.7);
}
#button-contact-vr #zalo-vr .phone-vr-img-circle {
  background-color: #2196f3;
}
#button-contact-vr {
  /* ===== FANPAGE ===== */
}
#button-contact-vr #fanpage-vr .phone-vr-circle-fill {
  -webkit-box-shadow: 0 0 0 0 rgba(24, 119, 242, 0.6);
          box-shadow: 0 0 0 0 rgba(24, 119, 242, 0.6);
  background-color: rgba(24, 119, 242, 0.7);
}
#button-contact-vr #fanpage-vr .phone-vr-img-circle {
  background-color: #1877f2;
}
#button-contact-vr #fanpage-vr img {
  max-width: 28px;
  max-height: 28px;
}

/* ===== ANIMATION ===== */
@-webkit-keyframes phone-vr-circle-fill {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  75% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes phone-vr-circle-fill {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  75% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 15px transparent;
            box-shadow: 0 0 0 15px transparent;
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 15px transparent;
            box-shadow: 0 0 0 15px transparent;
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
  }
}
/* =====================================================
   PREMIUM CUSTOM CURSOR (Newtecons Style)
===================================================== */
.custom-cursor {
  position: fixed;
  width: 24px;
  height: 24px;
  border: 1.5px solid rgba(222, 186, 130, 0.6);
  border-radius: 50%;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.3s cubic-bezier(0.23, 1, 0.32, 1), height 0.3s cubic-bezier(0.23, 1, 0.32, 1), background 0.3s, border-color 0.3s;
  transition: width 0.3s cubic-bezier(0.23, 1, 0.32, 1), height 0.3s cubic-bezier(0.23, 1, 0.32, 1), background 0.3s, border-color 0.3s;
  mix-blend-mode: difference;
}
.custom-cursor::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background: #DBBA82;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.custom-cursor.hover {
  width: 60px;
  height: 60px;
  background: rgba(222, 186, 130, 0.1);
  border-color: #DBBA82;
  border-width: 1px;
}
.custom-cursor.hover::after {
  opacity: 0;
}
.custom-cursor.hover.view-mode::before {
  content: "VIEW";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #DBBA82;
  letter-spacing: 1px;
}

/* Ẩn cursor mặc định khi dùng custom cursor trên desktop */
/* =====================================================
   INTERACTIVE TABS TRANSITIONS
===================================================== */
.muatheme-tabs .tab-panels {
  position: relative;
  overflow: hidden;
}
.muatheme-tabs .tab-panels .panel {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.muatheme-tabs .tab-panels .panel.active {
  display: block;
}
.muatheme-tabs .tab-panels .panel:not(.active) {
  display: none;
}
.muatheme-tabs .nav li {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.muatheme-tabs .nav li.active h3 {
  color: #DBBA82;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.muatheme-tabs .nav li.active::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  width: 15px;
  height: 2px;
  background: #DBBA82;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* =====================================================
   PARALLAX SUPPORT STYLES
===================================================== */
section.section,
.muatheme-tabs {
  overflow: hidden !important;
}

.section-bg,
.tab-panels .panel,
.parallax-layer {
  will-change: transform;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.2s ease-out !important;
  transition: -webkit-transform 0.2s ease-out !important;
  transition: transform 0.2s ease-out !important;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out !important;
}
.section-bg img,
.tab-panels .panel img,
.parallax-layer img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.custom-cursor.view-mode::before {
  content: "VIEW";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #DBBA82;
  letter-spacing: 2px;
  opacity: 1;
}