@charset "UTF-8";
@font-face {
  font-family: "xuns-font";
  src: url("../vendor/fonts/xuns-font.eot");
  src: url("../vendor/fonts/xuns-font.eot?#iefix") format("embedded-opentype"), url("../vendor/fonts/xuns-font.woff") format("woff"), url("../vendor/fonts/xuns-font.ttf") format("truetype"), url("../vendor/fonts/xuns-font.svg#xuns-font") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "BTBeauSans";
  src: url("../vendor/fonts/BT-BeauSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "BTBeauSans";
  src: url("../vendor/fonts/BT-BeauSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "BTBeauSans";
  src: url("../vendor/fonts/BT-BeauSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
*::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
*::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
*::-webkit-scrollbar-track {
  background-color: transparent;
}
*::-webkit-scrollbar-corner {
  background-color: transparent;
}

body {
  font-family: "BTBeauSans";
}
body:has(.btn-mobile-menu[aria-expanded=true]), body:has(.overlay.show) {
  overflow: hidden;
}

a {
  text-decoration: none;
  transition: all 0.25s ease;
}

img {
  max-width: 100%;
  height: auto;
}

button:focus, button:focus-visible,
input:focus,
input:focus-visible,
textarea:focus,
textarea:focus-visible,
select:focus,
select:focus-visible {
  box-shadow: none !important;
  outline: unset;
}
button:-webkit-autofill,
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  transition: background-color 600000s 0s, color 600000s 0s;
}

.reset-for-article img,
.reset-for-article iframe,
.reset-for-article video {
  max-width: 100% !important;
  margin-bottom: 10px;
}
.reset-for-article img {
  display: block;
  margin: auto;
}
.reset-for-article table {
  margin-bottom: 16px;
  width: 100% !important;
  border-collapse: collapse;
  border: 1px solid #000;
}
.reset-for-article table td {
  border: 1px solid #000;
  padding: 4px 8px;
}
.reset-for-article ul li,
.reset-for-article ol li {
  list-style-type: disc;
}
.reset-for-article a {
  text-decoration: underline;
}

.heading {
  height: 400px;
}
.heading__text p {
  color: #fff;
}

.z-1-minus {
  z-index: -1;
}

.cl-red {
  color: #FFCB03;
}

.cl-blue {
  color: #000609;
}

.bg-red-blur {
  background-color: #FFF6D8;
}

.bg-linear_back_red {
  background: linear-gradient(90deg, #f6c9cb 0%, rgba(246, 201, 203, 0) 100%);
}

.bg-linear_back_blue {
  background: linear-gradient(90deg, #c8cbd5 0%, rgba(200, 203, 213, 0.3) 100%);
}

.rotate-90 {
  transform: rotate(90deg);
}

.product-list {
  background: #fff;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #E8E9EE;
}
.product-list__heading {
  margin-bottom: 24px;
}
@media (max-width: 360px) {
  .product-list__heading {
    flex-direction: column;
    gap: 16px;
  }
}
.product-list__heading p {
  color: #000609;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.product-list__heading__views {
  gap: 10px;
}
@media (max-width: 575px) {
  .product-list__heading__views {
    flex-direction: column;
    gap: 8px;
  }
}
@media (max-width: 360px) {
  .product-list__heading__views {
    flex-direction: row;
  }
}
.product-list__heading__views__filter a,
.product-list__heading__views__filter span {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.product-list__heading__views__filter button {
  width: 214px;
  background: transparent;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
}
.product-list__heading__views__filter button > i {
  font-size: 12px;
  color: #000609;
}
.product-list__heading__views__filter ul {
  display: none;
  background-color: #fff;
  width: 100%;
  position: absolute;
  padding: 12px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  z-index: 10;
}
.product-list__heading__views__filter ul li {
  margin-bottom: 4px;
  padding: 6px 8px;
  transition: all 0.15s;
  border-radius: 4px;
}
.product-list__heading__views__filter ul li:last-child {
  margin-bottom: 0;
}
.product-list__heading__views__filter ul li:hover {
  background-color: #FFF6D8;
}
.product-list__heading__views__filter ul li:hover a {
  color: #FFCB03;
}
.product-list__heading__views__filter ul .active {
  background-color: #FFF6D8;
}
.product-list__heading__views__filter ul .active a {
  color: #FFCB03;
}
.product-list__show__all {
  margin-bottom: 12px;
}
@media (max-width: 424px) {
  .product-list__show__all .col-6 {
    width: 100%;
  }
}
.product-list__show__all .product-item {
  margin-bottom: 32px;
}

.con {
  box-shadow: 0px 1px 3px 0px rgba(154, 23, 28, 0.1), 0px 1px 2px -1px rgba(154, 23, 28, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
.con__heading {
  background: #fff;
  gap: 10px;
  padding: 10px 12px;
  border-bottom: 1px solid #ef9fa2;
}
.con__heading i,
.con__heading p {
  color: #FFCB03;
}
.con__heading i {
  font-size: 24px;
}
.con__heading p {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
}
.con__list {
  padding: 12px;
}
.con__list ol li {
  padding: 8px;
}
.con__list ol li:hover > a:first-child, .con__list ol li:hover::marker {
  color: #FFCB03;
}
.con__list ol li > a {
  color: #595959;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.con__list ol .active {
  background: #f5f5f5;
  border-radius: 4px;
}
.con__list ol .active a {
  color: #000609;
}

.limited-content {
  position: relative;
  max-height: 220px;
  transition: all 0.7s ease-in;
  overflow: hidden;
}

.view-more {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, #fff 100%);
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 92px 10px 10px 10px;
  transition: all 0.35s ease;
}

.count-number {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, rgba(27, 38, 81, 0.8) 0%, rgba(27, 38, 81, 0.8) 100%), lightgray 50%/cover no-repeat;
  top: 12px;
  right: 0px;
  width: calc((100% - 60px) / 6);
  aspect-ratio: 1/1;
  height: auto;
  border: 0.5px solid #E8E9EE;
  border-radius: 4px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.5;
  z-index: 1;
  transition: all 0.15s;
}
@media (max-width: 1439px) {
  .count-number {
    right: 0;
  }
}
.count-number span {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
  z-index: 2;
  opacity: 10;
}

.view-more > button,
.action-summary {
  background-color: transparent;
  gap: 10px;
  border: 0;
}
.view-more > button span,
.view-more > button i,
.action-summary span,
.action-summary i {
  color: #000609;
  transition: all 0.35s;
}
.view-more > button span,
.action-summary span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.view-more > button i,
.action-summary i {
  font-size: 16px;
}
.view-more > button:hover i, .view-more > button:hover span,
.action-summary:hover i,
.action-summary:hover span {
  color: #FFCB03;
}

.action-summary {
  margin-top: 28px;
}
.action-summary i {
  transform: rotate(-90deg);
}

.product-article {
  position: relative;
  margin-bottom: 60px;
  padding: 60px 165px 0;
}
@media (max-width: 991px) {
  .product-article {
    padding: 60px 0 0;
  }
}
.product-article article h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-transform: capitalize;
  color: #FFCB03;
}
.product-article article h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #000609;
}
.product-article__contact {
  margin: 12px 0;
}
.product-article__contact p:first-child {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-transform: capitalize;
  color: #FFCB03;
}
.product-article__contact p:last-child {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  color: #595959;
}
.product-article__contact p:last-child span {
  color: red;
}
.product-article__toc {
  list-style: auto;
}

.bg-gray {
  background-color: #f5f5f5 !important;
}

.py-60 {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .py-60 {
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  .py-60 {
    padding: 24px 0;
  }
}

.menu-toc {
  padding-left: 24px;
}
.menu-toc ol {
  list-style: none;
}
.menu-toc ol li {
  display: flex;
}
.menu-toc ol li:hover span,
.menu-toc ol li:hover a {
  color: #FFCB03;
}
.menu-toc ol li span {
  margin-left: -0.5rem;
  margin-right: 8px;
}

h1,
.h1 {
  font-size: 42px;
  font-weight: 500;
  line-height: 50px;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 28px;
    line-height: 40px;
  }
}

h2,
.h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  h2,
  .h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

h3,
.h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  h3,
  .h3 {
    font-size: 20px;
    line-height: 28px;
  }
}

h4,
.h4 {
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  h4,
  .h4 {
    font-size: 16px;
    line-height: 20px;
  }
}

h5,
.h5 {
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
}
@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 14px;
    line-height: 20px;
  }
}

h6,
.h6 {
  font-size: 18px;
  font-weight: 800;
  line-height: 26px;
}
@media (max-width: 767px) {
  h6,
  .h6 {
    font-size: 16px;
    line-height: 24px;
  }
}

.paragraph {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.caption {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #454545;
}
@media (max-width: 575px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ol {
  margin: 0;
  padding: 0;
}

.phone-ring {
  animation-name: ring;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes ring {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/* Ping */
.ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes ping {
  75%, 100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.btn-enerpac {
  margin-top: 24px;
  padding: 16px 32px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  text-transform: capitalize;
  color: #FFFFFF !important;
  background: #FFCB03;
  border: 1px solid #FFCB03;
  border-radius: 4px;
  height: fit-content;
}
.btn-enerpac:hover {
  background: #e4a300;
  color: #FFFFFF !important;
}
@media (max-width: 991px) {
  .btn-enerpac {
    padding: 8px 24px;
  }
}
.btn-enerpac i {
  display: inline-flex;
  align-items: center;
  font-size: 24px;
}

.btn-custom {
  width: fit-content;
  position: relative;
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
  padding: 16px 36px 14px;
  font-weight: 600;
  color: white;
  background-color: #000609;
  border-radius: 4px;
  z-index: 0;
  overflow: hidden;
  transition: all 0.45s ease;
}
.btn-custom::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: var(--y);
  left: var(--x);
  transform: translate(-50%, -50%);
  width: 0%;
  aspect-ratio: 1;
  background-color: #FFCB03;
  border-radius: 50%;
  transition: width 0.5s ease;
}
.btn-custom::after {
  content: "";
  z-index: -2;
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 8px;
  background-color: #000609;
}
.btn-custom:hover i {
  transform: translate(8px, 3px);
}
.btn-custom span {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.btn-custom i {
  margin-top: -8px;
  font-size: 20px;
  transition: all 0.35s;
  transform: translateY(3px);
}
.btn-custom.secondary {
  color: #000609;
  background-color: #E6EEF5;
  outline: none;
}
.btn-custom.secondary::after {
  background-color: #E6EEF5;
}

.btn-custom {
  position: relative;
  overflow: hidden;
}
.btn-custom::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: var(--y);
  left: var(--x);
  transform: translate(-50%, -50%);
  width: 0%;
  aspect-ratio: 1;
  background-color: #FFCB03;
  border-radius: 50%;
  transition: width 0.5s ease;
}
.btn-custom:hover {
  color: #000609 !important;
}
.btn-custom:hover::before {
  width: 200%;
}

.swiper-pagination {
  position: unset;
  top: unset !important;
  bottom: unset !important;
  width: unset !important;
}
.swiper-pagination-bullet {
  margin: 0 3px !important;
  width: 10px;
  height: 10px;
  background: #FFF2BE;
  border-radius: 999px;
  opacity: 1;
  transition: all 0.35s;
}
.swiper-pagination-bullet-active {
  width: 48px;
  background: #FFD21F;
}
.swiper-button-next, .swiper-button-prev {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  margin-top: unset;
  width: fit-content;
  height: unset;
  padding: 16px;
  color: #FFFFFF;
  border: 2px solid #FFE98A;
  border-radius: 8px;
  position: relative;
  transition: all 0.35s;
  overflow: hidden;
  background: #FFD83A;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  color: #FFFFFF;
}
.swiper-button-next:hover::before, .swiper-button-prev:hover::before {
  opacity: 1;
}
.swiper-button-next::before, .swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFD83A;
  opacity: 0;
  transition: all 0.35s;
}
.swiper-button-next::after, .swiper-button-prev::after {
  position: relative;
  display: inline-block;
  content: "b";
  transform: rotate(90deg);
  font-family: "xuns-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}
.swiper-button-next::after {
  content: "b";
  transform: rotate(-90deg);
}
.swiper-slide {
  width: auto;
  height: auto;
}
.swiper-slide > * {
  height: 100%;
}

.swiper-hero {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-hero img {
  aspect-ratio: 21/9;
  width: 100%;
}

@media (max-width: 991px) {
  .swiper-home-article {
    overflow: hidden;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .swiper-home-article {
    margin-right: -12px;
  }
}
@media (max-width: 991px) and (max-width: 424px) {
  .swiper-home-article {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .swiper-home-article .swiper-pagination {
    position: relative;
    margin-top: 12px;
  }
  .swiper-home-article .swiper-slide {
    height: auto !important;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .swiper-home-article .swiper-slide {
    width: 364px;
  }
}
@media (max-width: 991px) {
  .swiper-home-article .swiper-slide > * {
    height: 100%;
  }
}

.breadcrumb {
  border-radius: 2px;
  bottom: 24px;
  margin: 0;
}
.breadcrumb ol {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb ol li {
  display: inline-flex;
}
.breadcrumb ol li a,
.breadcrumb ol li i {
  color: #9EA3AA;
}
.breadcrumb ol li a {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}
.breadcrumb ol li i {
  font-size: 16px;
  margin-right: 2px;
}
.breadcrumb ol .active > a {
  color: #FFCB03;
}

.cta {
  z-index: 998;
  position: fixed;
  right: 8px;
  bottom: 48px;
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 575px) {
  .cta {
    bottom: 16px;
  }
}
@media (min-width: 1400px) {
  .cta {
    right: 24px;
  }
}
.cta i {
  color: #FFCB03;
  font-size: 20px;
}
.cta #scroll-top, .cta__btn__bg__zalo, .cta__btn__bg__price, .cta__btn__bg__phone {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  border: 4px solid #f6d9da;
  transition: all 0.2s ease-in-out;
  transition-delay: 2s;
}
.cta #scroll-top::before, .cta #scroll-top::after, .cta__btn__bg__zalo::before, .cta__btn__bg__zalo::after, .cta__btn__bg__price::before, .cta__btn__bg__price::after, .cta__btn__bg__phone::before, .cta__btn__bg__phone::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  background-color: #f6d9da;
  border-radius: 100%;
}
.cta #scroll-top::before, .cta__btn__bg__zalo::before, .cta__btn__bg__price::before, .cta__btn__bg__phone::before {
  animation: ping 2s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.cta #scroll-top::after, .cta__btn__bg__zalo::after, .cta__btn__bg__price::after, .cta__btn__bg__phone::after {
  animation: ping 2s 0.5s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.cta #scroll-top i {
  transform: rotate(-90deg);
}
.cta__btn__bg__phone {
  background: linear-gradient(90deg, #D92027 0%, #D92027 0.01%, rgba(217, 32, 39, 0.5) 99.99%, #FAFAFA 100%);
}
.cta__btn__bg__phone i {
  color: white;
}
.cta__items {
  z-index: 0;
}
.cta__items > * {
  display: block;
  margin-bottom: 14px;
  opacity: 0;
  filter: blur(24px);
  transform: translateY(60px) scale(0);
  -webkit-transform: translateY(60px) scale(0);
  -ms-transform: translateY(60px) scale(0);
}
.cta__items > *:nth-last-child(2) {
  transition-delay: 20ms;
  -webkit-transition-delay: 20ms;
}
.cta__items > *:nth-last-child(3) {
  transition-delay: 80ms;
  -webkit-transition-delay: 80ms;
}
.cta__items > *:nth-last-child(4) {
  transition-delay: 140ms;
  -webkit-transition-delay: 140ms;
}
.cta__items > *:nth-last-child(5) {
  transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
}
.cta input {
  display: none;
}
.cta input + label {
  z-index: 1;
  padding: 9px;
  border-radius: 50%;
  cursor: pointer;
}
.cta input:checked ~ .cta__items > * {
  opacity: 1;
  filter: blur(0);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
}
.cta label {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #D92027 0%, #D92027 0.01%, rgba(217, 32, 39, 0.5) 99.99%, #FAFAFA 100%);
}
.cta label i {
  color: white;
}
.cta [data-tooltip] {
  position: relative;
}
.cta [data-tooltip]::before {
  content: attr(data-tooltip);
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: max-content;
  font-size: 12px;
  line-height: 18px;
  color: #FFCB03;
  background-color: #FFF;
  border: 2px solid #f6d9da;
  padding: 4px 12px;
  border-radius: 16px;
  opacity: 0;
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  pointer-events: none;
}
.cta [data-tooltip]:hover:before {
  right: calc(100% + 8px);
  opacity: 1;
}

.footer {
  color: #ECEDEF;
  background-color: #000609;
}
.footer__main {
  padding: 40px 0;
}
@media (max-width: 575px) {
  .footer__main {
    padding: 24px 0;
  }
}
.footer__main ul {
  padding-left: 0;
}
.footer__main ul li {
  display: flex;
  gap: 12px;
  list-style-type: none;
  font-size: 14px;
  line-height: 16px;
}
.footer__main ul li span {
  display: block;
  flex-shrink: 0;
  min-width: 48px;
}
.footer__main ul li p {
  display: inline-flex;
  font-size: 14px;
  line-height: 16px;
  color: #9EA3AA;
}
.footer__main ul li a {
  background-color: #9EA3AA;
  background-image: -webkit-linear-gradient(left, #FFCB03 0%, rgba(217, 32, 39, 0.5) 50%, transparent 50%);
  background-position: 100% 0;
  background-size: 200% 200%;
  color: transparent;
  -webkit-transition: 0.1s 0.2s;
  -webkit-background-clip: text;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.footer__main ul li a:hover {
  background-position: 0 0;
  color: transparent;
  transition: 0.4s 0;
}
.footer__main__info ul li {
  margin-bottom: 8px;
}
.footer__main__info ul li:last-child {
  margin-bottom: 0;
}
.footer__main__link--title {
  margin-bottom: 16px;
  color: #ECEDEF;
}
@media (max-width: 767px) {
  .footer__main__link--title {
    margin-bottom: 8px;
  }
}
@media (max-width: 575px) {
  .footer__main__link--title {
    margin-bottom: 4px;
  }
}
.footer__main__link ul li {
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .footer__main__link ul li {
    margin-bottom: 4px;
  }
}
.footer__main__link ul li:last-child {
  margin-bottom: 0;
}
.footer__main__link--social li {
  font-size: 14px;
  line-height: 20px;
}
.footer__main__link--social li a::before {
  content: none !important;
}
.footer__main__link--social li .lp-facebook {
  font-size: 24px;
  color: #0054f5;
}
.footer__main__link--payment {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4px;
}
.footer__main__link--payment > * {
  margin-bottom: 0 !important;
  background-color: #fff;
  border-radius: 1.239px;
  overflow: hidden;
}
.footer__main__link--payment > * img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .certificate {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .footer .certificate {
    margin-top: 24px;
  }
}
.footer .certificate img {
  max-height: 34px;
  width: auto;
}
.footer .copyright {
  padding: 10px 0;
  border-top: 1px solid #3A3F46;
}

.header-top {
  padding: 8px 0;
  background-color: #000609;
}
@media (max-width: 991px) {
  .header-top {
    display: none;
  }
}
.header-top__contact {
  gap: 12px;
  list-style-type: disc;
  list-style-position: inside;
}
@media (max-width: 991px) {
  .header-top__contact {
    margin: 16px;
    padding: 12px 16px;
    background-color: #FFF6D8;
    border-radius: 4px;
  }
}
.header-top__contact > div {
  color: #FFE98A;
}
.header-top__contact > div a {
  color: white;
  font-weight: 500;
}
@media (max-width: 991px) {
  .header-top__contact > div a {
    color: #454545;
  }
}

.header {
  z-index: 999;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background: #FFCB03;
  backdrop-filter: blur(12px);
  box-shadow: 0px 4px 6px -1px rgba(154, 23, 28, 0.1), 0px 2px 4px -2px rgba(154, 23, 28, 0.05);
}
.header .custom-logo-link img {
  height: auto !important;
}
@media (max-width: 1199px) {
  .header .custom-logo-link img {
    width: auto !important;
    height: 42px !important;
  }
}
.header .navbar:has(.navbar-menu .btn-mobile-menu.collapsed) .navbar-collapse {
  transition: background-color 250ms linear;
}
.header .navbar-collapse {
  flex-grow: unset;
}
@media (min-width: 992px) {
  .header .navbar-collapse > * {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
  }
}
@media (max-width: 991px) {
  .header .navbar-collapse {
    position: fixed;
    top: 56px;
    right: 0;
    width: 100%;
    height: calc(100vh - 56px);
    background-color: transparent;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .header .navbar-collapse {
    top: 50px;
    height: calc(100vh - 50px);
  }
}
@media (max-width: 991px) {
  .header .navbar-collapse > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: auto;
    max-width: 350px;
    width: 100%;
    height: 100%;
    background-color: white;
    transform: translateX(100%);
    transition: transform 250ms linear;
    overflow-y: auto;
  }
  .header .navbar-collapse.collapsing {
    transition: height 0s linear;
  }
  .header .navbar-collapse.show {
    background-color: rgba(0, 0, 0, 0.4);
    transition: background-color 250ms linear;
  }
  .header .navbar-collapse.show > * {
    transform: translateX(0);
  }
}
.header .navbar-nav li {
  border-radius: 2px;
  position: relative;
  transition: all 0.35s ease;
}
.header .navbar-nav li ul {
  padding-left: 16px;
}
.header .navbar-nav li .navbar-nav__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  transition: all 0.35s ease;
}
.header .navbar-nav li .navbar-nav__item i {
  display: flex;
  align-items: center;
  margin-right: 0;
  font-size: 10px;
  transition: all 0.3s;
}
.header .navbar-nav li .navbar-nav__item a {
  padding: 8px 16px;
  color: #454545;
  transition: all 0.35s;
}
.header .navbar-nav li .navbar-nav__item a:first-child {
  flex-grow: 1;
}
.header .navbar-nav > li > .navbar-nav__item {
  font-weight: 600;
  text-transform: uppercase;
}
.header .navbar-nav > li > ul > li > .navbar-nav__item {
  font-weight: 500;
  text-transform: capitalize;
}
.header .navbar-nav > li > ul > li > ul > li > ul > li a:first-child {
  color: #8C8C8C !important;
}
.header .navbar-nav > li > ul > li > ul > li > ul > li a:first-child::before {
  content: "•";
  font-size: 16px;
  margin: 0 4px;
}
.header .navbar-nav > li > ul > li > ul > li > ul > li:hover a {
  color: #FFCB03 !important;
}
@media (max-width: 991px) {
  .header .navbar-nav {
    max-height: 100%;
    overflow-y: scroll;
  }
}
@media (min-width: 992px) {
  .header .navbar-nav > li:hover {
    background-color: #FFF6D8;
  }
  .header .navbar-nav > li:hover > .navbar-nav__item a {
    color: #FFCB03;
  }
  .header .navbar-nav > li:hover > ul {
    display: flex;
  }
  .header .navbar-nav > li:hover > ul:not(:has(> li > ul)) {
    display: list-item;
  }
  .header .navbar-nav > li > .navbar-nav__item {
    gap: 4px;
    padding: 16px 12px;
  }
  .header .navbar-nav > li > .navbar-nav__item a {
    padding: 0;
  }
  .header .navbar-nav > li ul {
    padding-left: 0;
  }
  .header .navbar-nav > li > ul {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 200px;
    background-color: #fff;
    border-top: 1px solid #FFCB03;
    box-shadow: 0px 0px 10px #ddd;
    display: none;
  }
  .header .navbar-nav > li > ul:has(> li > ul) {
    position: fixed;
    top: 100%;
    padding: 32px 12px;
    width: calc(100vw - 6px);
    max-height: calc(100vh - 118px);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .header .navbar-nav > li > ul:has(> li > ul) {
    padding: 32px calc((100vw - 1140px + 12px) / 2);
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .header .navbar-nav > li > ul:has(> li > ul) {
    padding: 32px calc((100vw - 1320px + 12px) / 2);
  }
}
@media (min-width: 992px) {
  .header .navbar-nav > li > ul:has(> li > ul) .navbar-nav__item {
    white-space: normal;
  }
  .header .navbar-nav > li > ul:has(> li > ul) .navbar-nav__item a {
    padding: 4px 12px;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
  }
  .header .navbar-nav > li > ul:has(> li > ul) > li {
    flex: 1;
    padding: 12px;
    border: 2px solid transparent;
    border-radius: 8px;
    max-height: 100%;
    overflow-y: scroll;
  }
  .header .navbar-nav > li > ul:has(> li > ul) > li::-webkit-scrollbar {
    display: none;
  }
  .header .navbar-nav > li > ul:has(> li > ul) > li:hover {
    border-color: #FFF6D8;
  }
  .header .navbar-nav > li > ul:has(> li > ul) > li:hover > .navbar-nav__item {
    background-color: #FFF6D8;
  }
  .header .navbar-nav > li > ul:has(> li > ul) > li > .navbar-nav__item {
    font-size: 18px;
    line-height: 26px;
    border-radius: 4px;
  }
  .header .navbar-nav > li > ul:has(> li > ul) > li > .navbar-nav__item > a[role=button] {
    display: none !important;
  }
  .header .navbar-nav > li > ul:has(> li > ul) > li > ul {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #F0F0F0;
  }
  .header .navbar-nav > li > ul:has(> li > ul) > li > ul li {
    margin-bottom: 4px;
  }
  .header .navbar-nav > li > ul:has(> li > ul) > li > ul li:last-child {
    margin-bottom: 0;
  }
  .header .navbar-nav > li > ul::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 11px;
    background-color: transparent;
  }
}

.btn-mobile-menu {
  padding: 8px;
  border: 1px solid #C8CBD5 !important;
  border-radius: 50%;
}
.btn-mobile-menu::before {
  content: "m";
  font-family: "xuns-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  transition: 0.45s;
}
.btn-mobile-menu[aria-expanded=true]::before {
  content: "e";
  transform: rotate(-270deg);
}

@media (max-width: 991px) {
  .btn-search {
    padding: 10px;
    border: 1px solid #C8CBD5;
    border-radius: 50%;
  }
  .btn-search.active form {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .btn-search {
    min-width: 360px;
  }
}
@media (min-width: 992px) {
  .btn-search form {
    position: relative;
  }
}
@media (max-width: 991px) {
  .btn-search form {
    z-index: 1055;
    padding: 12px;
    position: fixed;
    width: calc(100% - 24px);
    max-width: 400px;
    background-color: white;
    border-top: 5px solid #FFCB03;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
    transition-property: opacity, visibility;
    transition-duration: 0.5s;
  }
}
.btn-search form input {
  padding: 4px 8px 4px 36px;
  border: none;
  color: #8C8C8C;
}
@media (min-width: 992px) {
  .btn-search form input {
    font-size: 12px;
    line-height: 24px;
    background: rgba(97, 98, 105, 0.5);
    border-radius: 8px;
  }
}
.btn-search form input:focus {
  border-color: #000609;
}
.btn-search form input:focus + button i {
  color: #000609;
}
.btn-search form input::placeholder {
  font-size: 12px;
  line-height: 16px;
  color: #8C8C8C;
}
.btn-search form button {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  padding: 0;
  background-color: transparent !important;
}
.btn-search form button i {
  color: #9EA3AA;
}
.btn-search form button i:hover {
  color: #000609;
}
.btn-search .overlay {
  z-index: 1050;
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.btn-search .overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.btn-search .overlay.show {
  display: flex;
}
