@charset "UTF-8";
header {
  z-index: 100;
}
@media (min-width: 1024px) {
  header #logo {
    margin: 0px 100px;
  }
  header #logo img {
    max-height: 200px;
  }
}
header {
  /* ================= MAIN MENU ================= */
}
header .header-nav-main.nav-left, header .header-nav-main.nav-right {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header-nav-main .menu-item-has-children::after, header .header-nav-main .menu-item-has-children::before {
  display: none;
}
header .header-nav-main .icon-angle-down {
  opacity: 1 !important;
}
header .header-nav-main > li > a {
  font-weight: 700 !important;
  color: white !important;
  position: relative;
}
header .header-nav-main > li:hover > a, header .header-nav-main > li.active > a {
  border-bottom: unset !important;
}
header .header-nav-main > li:hover > a::after, header .header-nav-main > li.active > a::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
header .header-nav-main {
  /* SUB MENU */
}
header .header-nav-main .sub-menu {
  border: unset !important;
  border-radius: 5px;
  padding: 0;
  top: 55px;
}
header .header-nav-main .sub-menu li {
  border: unset !important;
}
header .header-nav-main .sub-menu li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
header .header-nav-main .sub-menu li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
header .header-nav-main .sub-menu li:hover {
  background-color: #f2f2f2;
}
header .header-nav-main .sub-menu li a {
  padding: 10px 20px !important;
  margin: 0 !important;
}
header .header-nav-main .sub-menu a,
header .header-nav-main .sub-menu li:hover a {
  color: #000 !important;
  font-weight: 700;
}
header {
  /* ================= SEARCH ================= */
  /* ================= MOBILE HEADER ================= */
}
@media (max-width: 849px) {
  header {
    position: unset !important;
  }
  header .header-wrapper {
    height: 65px !important;
  }
  header .header-inner {
    background: #a41119 !important;
    padding: 0 15px !important;
    height: 90px !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header-inner .mobile-nav .icon-menu {
    font-size: 40px;
    color: white;
  }
  header .header-inner .mobile-nav li {
    margin-left: 6px;
  }
}

/* ================= 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: black !important;
    display: none;
  }
}
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);
}

footer {
  display: none !important;
}
footer .social-icons a {
  margin: 0px 5px !important;
  border-color: white !important;
}
footer .social-icons a i {
  color: white !important;
}
footer .absolute-footer {
  display: none;
}

.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;
}
.scroll-to-bullets a:nth-child(1) strong {
  display: block !important;
}
.scroll-to-bullets a:nth-child(1) strong:before {
  content: "";
  position: absolute;
  top: -35px;
  left: 13px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.scroll-to-bullets a:nth-child(1) strong:after {
  content: "";
  position: absolute;
  top: -25px;
  left: 13px;
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.scroll-to-bullets a:last-child strong {
  display: block !important;
}
.scroll-to-bullets a:last-child strong:before {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.scroll-to-bullets a:last-child strong:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 15px;
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.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;
}
.scroll-to-bullets a::before {
  position: absolute;
  top: calc(50% - 5px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif !important;
}
.scroll-to-bullets a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.scroll-to-bullets a.active {
  background: #fff !important;
  border-color: #fff !important;
}
.scroll-to-bullets a.active::before {
  color: #641312 !important;
}
.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 {
  font-family: "Playfair Display", Georgia, serif !important;
  background: transparent !important;
  border: unset !important;
}

/* Tooltip box */
.tooltipster-base .tooltipster-box {
  background: transparent !important;
  border: unset !important;
  text-align: right;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tooltipster-base .tooltipster-box .tooltipster-content {
  overflow: unset !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Playfair Display", Georgia, serif !important;
}

/* Tooltip arrow */
.tooltipster-base .tooltipster-arrow {
  display: none !important;
}

@media (min-width: 1024px) {
  .section {
    min-height: 100vh !important;
  }
}

.scroll-stack {
  position: fixed;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  gap: 15px;
  width: auto;
  border-radius: 0 20px 20px 0;
  padding: 20px 10px;
}
@media (max-width: 849px) {
  .scroll-stack {
    display: none !important;
  }
}
.scroll-stack .text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin: 20px 0;
}
.scroll-stack .text p {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 5px;
  margin: 0;
  text-transform: uppercase;
}
.scroll-stack .button {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #fff;
  color: #8B0000 !important;
  padding: 20px 0;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.scroll-stack .button:hover {
  background: #fff;
  -webkit-transform: rotate(180deg) scale(1.05);
          transform: rotate(180deg) scale(1.05);
  -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}
.scroll-stack .img {
  width: 70px !important;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.scroll-stack .img-inner {
  width: 100%;
  height: 100%;
  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;
}
.scroll-stack .img img {
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .scroll-stack {
    display: none;
  }
}

.netduong-svg {
  width: 100vw;
  /* full màn hình */
  max-width: 100%;
  margin-left: calc(50% - 50vw);
  /* phá container Flatsome */
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}
.netduong-svg svg {
  width: 100%;
  height: auto;
  display: block;
}

.netduong .road-line {
  fill: none;
  stroke: #FFD400;
  /* vàng */
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 12 10;
  /* nét đứt */
  -webkit-animation: dashMove 2s linear infinite;
          animation: dashMove 2s linear infinite;
  -webkit-filter: drop-shadow(0 0 6px rgba(255, 212, 0, 0.85));
          filter: drop-shadow(0 0 6px rgba(255, 212, 0, 0.85));
}
@-webkit-keyframes dashMove {
  to {
    stroke-dashoffset: -44;
  }
}
@keyframes dashMove {
  to {
    stroke-dashoffset: -44;
  }
}