@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: #710936 !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)
   ========================================================================== */
.bross-footer-section {
  background-color: #f8f9fa; /* Màu nền xám nhạt cao cấp */
  padding: 60px 0;
  font-family: "Open Sans", sans-serif;
  color: #555555;
}
.bross-footer-section a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.bross-footer-section a:hover {
  color: #8c0209; /* Bross Red */
}
.bross-footer-section .bross-footer-divider {
  margin: 30px 0;
}
.bross-footer-section .bross-footer-divider hr {
  border: 0;
  border-top: 1px solid #e2e8f0;
  margin: 0;
}
.bross-footer-section .bross-footer-newsletter-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .bross-footer-section .bross-footer-newsletter-wrapper > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.bross-footer-section .bross-footer-newsletter-title h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  letter-spacing: -0.01em;
}
.bross-footer-section .bross-footer-newsletter-form .wpcf7 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 420px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.bross-footer-section .bross-footer-newsletter-form .wpcf7 form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}
.bross-footer-section .bross-footer-newsletter-form .wpcf7 form .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
}
.bross-footer-section .bross-footer-newsletter-form .wpcf7 form input[type=email],
.bross-footer-section .bross-footer-newsletter-form .wpcf7 form .wpcf7-email {
  width: 100%;
  height: 48px;
  padding: 0 18px;
  border: 1px solid #d2d6dc;
  border-right: none;
  background-color: #ffffff;
  color: #1a1a1a;
  font-size: 14px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bross-footer-section .bross-footer-newsletter-form .wpcf7 form input[type=email]::-webkit-input-placeholder, .bross-footer-section .bross-footer-newsletter-form .wpcf7 form .wpcf7-email::-webkit-input-placeholder {
  color: #a0aec0;
}
.bross-footer-section .bross-footer-newsletter-form .wpcf7 form input[type=email]::-moz-placeholder, .bross-footer-section .bross-footer-newsletter-form .wpcf7 form .wpcf7-email::-moz-placeholder {
  color: #a0aec0;
}
.bross-footer-section .bross-footer-newsletter-form .wpcf7 form input[type=email]:-ms-input-placeholder, .bross-footer-section .bross-footer-newsletter-form .wpcf7 form .wpcf7-email:-ms-input-placeholder {
  color: #a0aec0;
}
.bross-footer-section .bross-footer-newsletter-form .wpcf7 form input[type=email]::-ms-input-placeholder, .bross-footer-section .bross-footer-newsletter-form .wpcf7 form .wpcf7-email::-ms-input-placeholder {
  color: #a0aec0;
}
.bross-footer-section .bross-footer-newsletter-form .wpcf7 form input[type=email]::placeholder,
.bross-footer-section .bross-footer-newsletter-form .wpcf7 form .wpcf7-email::placeholder {
  color: #a0aec0;
}
.bross-footer-section .bross-footer-newsletter-form .wpcf7 form input[type=email]:focus,
.bross-footer-section .bross-footer-newsletter-form .wpcf7 form .wpcf7-email:focus {
  border-color: #8c0209;
  -webkit-box-shadow: 0 0 0 3px rgba(140, 2, 9, 0.1);
          box-shadow: 0 0 0 3px rgba(140, 2, 9, 0.1);
}
.bross-footer-section .bross-footer-newsletter-form .wpcf7 form input[type=submit],
.bross-footer-section .bross-footer-newsletter-form .wpcf7 form .wpcf7-submit {
  width: 52px;
  height: 48px;
  background-color: #8c0209;
  color: #ffffff;
  border: none;
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
  font-size: 0; /* Ẩn chữ mặc định để hiện mũi tên SVG đẹp hơn */
  position: relative;
  border-radius: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
.bross-footer-section .bross-footer-newsletter-form .wpcf7 form input[type=submit]:hover,
.bross-footer-section .bross-footer-newsletter-form .wpcf7 form .wpcf7-submit:hover {
  background-color: #6b0106;
  background-position: calc(50% + 2px) center; /* Micro-animation mũi tên trượt sang phải khi hover */
}
.bross-footer-section .bross-footer-col-title h4 {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 24px 0;
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  position: relative;
}
.bross-footer-section .ux-menu.bross-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: 12px;
}
.bross-footer-section .ux-menu.bross-footer-menu div.menu-item {
  margin: 0;
  padding: 0;
}
.bross-footer-section .ux-menu.bross-footer-menu div.menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #555555;
  font-weight: 500;
  padding: 0;
  border: none;
  background: transparent;
  line-height: 1.5;
}
.bross-footer-section .ux-menu.bross-footer-menu div.menu-item a::before {
  content: "+";
  color: #8c0209;
  font-weight: bold;
  margin-right: 12px;
  font-size: 16px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: inline-block;
}
.bross-footer-section .ux-menu.bross-footer-menu div.menu-item a:hover {
  color: #8c0209;
  background: transparent;
}
.bross-footer-section .ux-menu.bross-footer-menu div.menu-item a:hover::before {
  -webkit-transform: translateX(4px);
          transform: translateX(4px); /* Micro-animation dấu cộng trượt nhẹ sang phải khi hover */
}
.bross-footer-section .bross-footer-contact-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bross-footer-section .bross-footer-contact-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 14px;
  margin-bottom: 18px;
  margin-left: 0 !important;
}
.bross-footer-section .bross-footer-contact-list ul li br {
  display: none;
}
.bross-footer-section .bross-footer-contact-list ul li i, .bross-footer-section .bross-footer-contact-list ul li .icon-map-pin, .bross-footer-section .bross-footer-contact-list ul li svg {
  font-size: 18px;
  width: 18px;
  height: 18px;
  color: #8c0209;
  margin-top: 3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.bross-footer-section .bross-footer-contact-list ul li a {
  font-size: 14px;
  color: #555555;
  line-height: 1.6;
}
.bross-footer-section .bross-footer-contact-list ul li a strong {
  color: #1a1a1a;
  font-weight: 600;
  margin-right: 4px;
}
.bross-footer-section .bross-footer-contact-list ul li a:hover {
  color: #8c0209;
}
.bross-footer-section .bross-footer-contact-list ul li a:hover strong {
  color: #8c0209;
}
.bross-footer-section .bross-footer-copyright p {
  font-size: 13px;
  color: #777777;
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .bross-footer-section .bross-footer-copyright p {
    text-align: center;
    margin-bottom: 15px;
  }
}
.bross-footer-section .social-icons {
  max-width: -webkit-max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}
.bross-footer-section .bross-footer-social-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 15px;
}
@media (max-width: 767px) {
  .bross-footer-section .bross-footer-social-wrapper > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.bross-footer-section .bross-footer-social-wrapper > div span {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin-right: 8px;
}
.bross-footer-section .bross-footer-social-wrapper > div a {
  color: #777777;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bross-footer-section .bross-footer-social-wrapper > div a svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.bross-footer-section .bross-footer-social-wrapper > div a:hover {
  color: #8c0209;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px); /* Hiệu ứng nổi nhẹ lên khi di chuột */
}

.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;
}