/*--------------------------------------------------------------
# Quangvu
--------------------------------------------------------------*/
.section-membership-types .membership-item {
  transition: all 0.3s ease;
  height: 100%;
}

.section-membership-types .membership-item.bg-odd {
  background-color: #F8F9FA;
}

.section-membership-types .membership-item.bg-even {
  background-color: #FDF9F3;
}

.section-membership-types .membership-item .item-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 5rem;
  justify-content: space-between;
  gap: 8rem;
}

.section-membership-types .membership-item .item-title {
  color: #192350;
}

.section-membership-types .membership-item .item-image img {
  border-radius: 0;
  object-fit: cover;
  width: 100%;
  height: 31.1rem;
}

@media (max-width: 991.98px) {
  .section-membership-types .membership-item .item-content {
    padding: 40px 20px;
  }

  .section-membership-types .membership-item .item-image img {
    aspect-ratio: 16/9;
  }
}

select:focus>option:checked {
  background: #e3effb;
  color: #014693;
  font-weight: 900;
}

.white {
  color: #FFFFFF !important;
}

@media (max-width: 575.98px) {
  .flex-sm-down-column-reverse {
    flex-direction: column-reverse;
  }
}

@media (max-width: 991.98px) {
  .flex-lg-down-column-reverse {
    flex-direction: column-reverse;
  }
}

.w-100-percent {
  width: 100%;
}

.display-table>* {
  display: table-cell;
  vertical-align: middle;
}

a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}

.btn-wrap {
  font-family: "Satoshi";
  font-size: 1.8rem;
  line-height: 0.7777777778;
  font-weight: 700;
  padding-right: 2.8rem;
  align-items: center;
  white-space: nowrap;
  display: inline-flex;
  position: relative;
  z-index: 10;
  border: 0;
  justify-content: center;
  text-transform: capitalize;
  width: fit-content;
}

.btn-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(../images/icons/arrows-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.4rem;
  transition: 0.3s all ease-in-out;
  height: 2.4rem;
}

.btn-wrap:focus {
  border: unset;
  box-shadow: unset;
}

.btn-wrap.btn-main {
  color: #D9A86C;
  text-decoration: underline;
}

.btn-wrap.btn-white {
  color: #FFFFFF;
  text-decoration: underline;
}

.btn-wrap.btn-white::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(95%) saturate(22%) hue-rotate(335deg) brightness(105%) contrast(103%);
}

.btn-wrap.btn-white:hover {
  color: #D9A86C;
}

.btn-wrap.btn-white:hover::after {
  filter: unset;
}

.mw-660 {
  max-width: 66rem;
}

.mw-450 {
  max-width: 45rem;
}

.mw-946 {
  max-width: 94.6rem;
}

.mw-973 {
  max-width: 97.3rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mxy-0 {
  margin: 0 auto !important;
}

.mt-05 {
  margin-top: 0.5rem;
}

.mt-10 {
  margin-top: 1rem;
}

.mt-12 {
  margin-top: 1.2rem;
}

.mt-13 {
  margin-top: 1.3rem;
}

.mt-15 {
  margin-top: 1.5rem;
}

.mt-16 {
  margin-top: 1.6rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mt-21 {
  margin-top: 2.1rem;
}

.mt-22 {
  margin-top: 2.2rem;
}

.mt-24 {
  margin-top: 2.4rem;
}

.mt-25 {
  margin-top: 2.5rem;
}

.mt-27 {
  margin-top: 2.7rem;
}

.mt-28 {
  margin-top: 2.8rem;
}

.mt-29 {
  margin-top: 2.9rem;
}

.mt-30 {
  margin-top: 3rem;
}

.mt-32 {
  margin-top: 3.2rem;
}

.mt-35 {
  margin-top: 3.5rem;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mt-45 {
  margin-top: 4.5rem;
}

.mt-46 {
  margin-top: 4.6rem;
}

.mt-47 {
  margin-top: 4.7rem;
}

.mt-50 {
  margin-top: 5rem;
}

.mt-52 {
  margin-top: 5.2rem;
}

.mt-55 {
  margin-top: 5.5rem;
}

.mt-60 {
  margin-top: 6rem;
}

@media (max-width: 575.98px) {
  .mt-60 {
    margin-top: 3rem;
  }
}

.mt-65 {
  margin-top: 6.5rem;
}

.mt-70 {
  margin-top: 7rem;
}

.mt-80 {
  margin-top: 8rem;
}

@media (max-width: 991.98px) {
  .mt-80 {
    margin-top: 5rem;
  }
}

.mt-100 {
  margin-top: 10rem;
}

@media (max-width: 991.98px) {
  .mt-100 {
    margin-top: 6rem;
  }
}

.mt-85 {
  margin-top: 8.5rem;
}

.mt-90 {
  margin-top: 9rem;
}

.mt-120 {
  margin-top: 12rem;
}

@media (max-width: 991.98px) {
  .mt-120 {
    margin-top: 8rem;
  }
}

.mt-130 {
  margin-top: 13rem;
}

.mt-140 {
  margin-top: 14rem;
}

@media (max-width: 991.98px) {
  .mt-140 {
    margin-top: 8rem;
  }
}

@media (max-width: 575.98px) {
  .mt-140 {
    margin-top: 5rem;
  }
}

.mb-5 {
  margin-bottom: 0.5rem !important;
}

.mb-8 {
  margin-bottom: 0.8rem;
}

.mb-10 {
  margin-bottom: 1rem;
}

.mb-12 {
  margin-bottom: 1.2rem;
}

.mb-14 {
  margin-bottom: 1.4rem;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

.mb-17 {
  margin-bottom: 1.7rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.mb-25 {
  margin-bottom: 2.5rem;
}

.mb-30 {
  margin-bottom: 3rem;
}

.mb-32 {
  margin-bottom: 3.2rem;
}

.mb-35 {
  margin-bottom: 3.5rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.mb-44 {
  margin-bottom: 4.4rem;
}

.mb-45 {
  margin-bottom: 4.5rem;
}

.mb-48 {
  margin-bottom: 4.8rem;
}

.mb-50 {
  margin-bottom: 5rem;
}

.mb-60 {
  margin-bottom: 6rem;
}

.mb-66 {
  margin-bottom: 6.6rem;
}

.mb-70 {
  margin-bottom: 7rem;
}

.mb-80 {
  margin-bottom: 8rem;
}

.mb-90 {
  margin-bottom: 9rem;
}

.mb-130 {
  margin-bottom: 13rem;
}

.mb-160 {
  margin-bottom: 16rem;
}

.mb-180 {
  margin-bottom: 18rem;
}

.ml-05 {
  margin-left: 0.5rem;
}

.ml-10 {
  margin-left: 1rem;
}

.ml-15 {
  margin-left: 1.5rem;
}

.ml-18 {
  margin-left: 1.8rem;
}

.ml-20 {
  margin-left: 2rem;
}

.ml-25 {
  margin-left: 2.5rem;
}

.ml-32 {
  margin-left: 3.2rem;
}

.ml-83 {
  margin-left: 8.3rem;
}

.ml-100 {
  margin-left: 10rem;
}

.ml-132 {
  margin-left: 13.2rem;
}

.my-20 {
  margin: 2rem 0;
}

.pd-0 {
  padding: 0 !important;
}

.pb-10 {
  padding-bottom: 1rem;
}

.pb-15 {
  padding-bottom: 1.5rem;
}

.pb-25 {
  padding-bottom: 2.5rem;
}

.pb-30 {
  padding-bottom: 3rem;
}

.pb-80 {
  padding-bottom: 8rem;
}

.pb-100 {
  padding-bottom: 10rem;
}

.pb-130 {
  padding-bottom: 13rem;
}

.pt-10 {
  padding-top: 1rem;
}

.pt-15 {
  padding-top: 1.5rem;
}

.pt-16 {
  padding-top: 1.6rem;
}

.pt-20 {
  padding-top: 2rem;
}

.pt-25 {
  padding-top: 2.5rem;
}

.pt-30 {
  padding-top: 3rem;
}

.pt-40 {
  padding-top: 4rem;
}

.pt-60 {
  padding-top: 6rem;
}

.pb-20 {
  padding-bottom: 2rem;
}

.pb-50 {
  padding-bottom: 5rem;
}

.pb-60 {
  padding-bottom: 6rem;
}

.pb-70 {
  padding-bottom: 7rem;
}

.pt-90 {
  padding-top: 9rem;
}

.pt-93 {
  padding-top: 9.3rem;
}

.pb-120 {
  padding-bottom: 12rem;
}

@media (max-width: 991.98px) {
  .pb-120 {
    padding-bottom: 8rem;
  }
}

.pb-130 {
  padding-bottom: 13rem;
}

.pt-24 {
  padding-top: 2.4rem;
}

.pt-36 {
  padding-top: 3.6rem;
}

.pt-160 {
  padding-top: 16rem;
}

.pt-260 {
  padding-top: 26rem;
}

.pt-290 {
  padding-top: 29rem;
}

.pb-40 {
  padding-bottom: 4rem;
}

.pb-130 {
  padding-bottom: 13rem;
}

.pb-160 {
  padding-bottom: 16rem;
}

.pb-230 {
  padding-bottom: 23rem;
}

.pb-290 {
  padding-bottom: 29rem;
}

.pb-138 {
  padding-bottom: 13.8rem;
}

.pt-11 {
  padding-top: 1.1rem;
}

.pt-20 {
  padding-top: 2rem;
}

.pt-40 {
  padding-top: 4rem;
}

.pt-50 {
  padding-top: 5rem;
}

.pt-80 {
  padding-top: 8rem;
}

@media (max-width: 991.98px) {
  .pt-80 {
    padding-top: 6rem;
  }
}

.pt-100 {
  padding-top: 10rem;
}

.pt-120 {
  padding-top: 12rem;
}

.pt-130 {
  padding-top: 13rem;
}

.pt-230 {
  padding-top: 23rem;
}

.pt-260 {
  padding-top: 26rem;
}

.pt-280 {
  padding-top: 28rem;
}

.px-132 {
  padding: 0 13.2rem;
}

.pxy-20-30 {
  padding: 2rem 3rem;
}

.py-16 {
  padding: 1.6rem 0;
}

.py-20 {
  padding: 2rem 0;
}

.py-27 {
  padding: 2.7rem 0;
}

.py-30 {
  padding: 3rem 0;
}

.py-50 {
  padding: 5rem 0;
}

.py-60 {
  padding: 6rem 0;
}

.py-70 {
  padding: 7rem 0;
}

.py-80 {
  padding: 8rem 0;
}

.py-85 {
  padding: 8.5rem 0;
}

.py-90 {
  padding: 9rem 0 !important;
}

.py-100 {
  padding: 10rem 0 !important;
}

@media (max-width: 991.98px) {
  .py-100 {
    padding: 8rem 0 !important;
  }
}

.py-105 {
  padding: 10.5rem 0 !important;
}

@media (max-width: 991.98px) {
  .py-105 {
    padding: 0 0 8rem !important;
  }
}

.py-120 {
  padding: 12rem 0 !important;
}

@media (max-width: 991.98px) {
  .py-120 {
    padding: 8rem 0 !important;
  }
}

.py-150 {
  padding: 15rem 0 !important;
}

@media (max-width: 991.98px) {
  .py-150 {
    padding: 100rem 0 !important;
  }
}

.py-110 {
  padding: 11rem 0;
}

.py-120 {
  padding: 12rem 0;
}

.py-130 {
  padding: 13rem 0;
}

.py-130 {
  padding: 13rem 0;
}

.py-165 {
  padding: 16.5rem 0;
}

.py-168 {
  padding: 16.8rem 0;
}

.py-180 {
  padding: 18rem 0;
}

.py-205 {
  padding: 20.5rem 0;
}

.py-290 {
  padding: 29rem 0;
}

.pr-50 {
  padding-right: 5rem;
}

.pl-15 {
  padding-left: 1.5rem;
}

.pl-25 {
  padding-left: 2.5rem;
}

.pl-30 {
  padding-left: 3rem;
}

.pl-40 {
  padding-left: 4rem;
}

.pl-70 {
  padding-left: 7rem;
}

.pl-80 {
  padding-left: 8rem;
}

.pl-130 {
  padding-left: 13rem;
}

.pl-132 {
  padding-left: 13.2rem;
}

.bb-1 {
  border-bottom: 1px solid currentColor;
}

.bt-1 {
  border-top: 1px solid rgba(41, 37, 37, 0.5);
  width: fit-content;
}

.gray-color {
  color: rgba(41, 37, 37, 0.5);
}

.flex {
  display: flex;
}

.fs-11 {
  font-size: 1.1rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-15 {
  font-size: 1.5rem;
}

.fs-16 {
  font-size: 1.6rem;
}

.fs-17 {
  font-size: 1.7rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-20 {
  font-size: 2rem;
}

.fs-22 {
  font-size: 2.2rem;
}

.fs-24 {
  font-size: 2.4rem !important;
}

.fs-25 {
  font-size: 2.5rem;
}

.fs-30 {
  font-size: 3rem;
}

.fs-32 {
  font-size: 3.2rem;
}

.fs-35 {
  font-size: 3.5rem;
}

.fs-40 {
  font-size: 4rem;
}

.fs-42 {
  font-size: 4.2rem;
}

.fs-45 {
  font-size: 4.5rem;
}

.fs-84 {
  font-size: 8.4rem;
}

.fs-120 {
  font-size: 12rem;
}

@media (max-width: 575.98px) {
  .gap-sm-down-30 {
    gap: 3rem;
  }
}

@media (max-width: 575.98px) {
  .gap-sm-down-15 {
    gap: 1.5rem;
  }
}

.w-fit-content {
  width: fit-content;
}

.gap-10 {
  gap: 1rem;
}

.gap-15 {
  gap: 1.5rem;
}

.gap-25 {
  gap: 2.5rem;
}

.gap-30 {
  gap: 3rem;
}

.line-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 6.6rem;
}

.line-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 4.5rem;
}

@media (max-width: 991.98px) {
  .line-2 {
    min-height: 4rem;
  }
}

.line-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 15rem;
}

.ff-1 {
  font-family: "Satoshi" !important;
}

.ff-2 {
  font-family: "BeautiqueDisplay" !important;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-71 {
  opacity: 0.71;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-20 {
  opacity: 0.2;
}

.lh-80 {
  line-height: 80;
}

.text-yellow {
  color: #C8A05E;
}

.vertical-line {
  position: relative;
}

.vertical-line::before {
  position: absolute;
  content: "";
  bottom: -4.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5px;
  height: 3rem;
  background: currentColor;
  opacity: 0.4;
}

.title-biggest {
  font-family: "BeautiqueDisplay";
  font-size: 8.6rem;
  line-height: 1.1162790698;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .title-biggest {
    font-size: 7.6rem;
    line-height: 1.1315789474;
    font-weight: 400;
  }
}

@media (max-width: 575.98px) {
  .title-biggest {
    font-size: 6.6rem;
    line-height: 1.1515151515;
    font-weight: 400;
  }
}

.title-bigger {
  font-family: "Satoshi";
  font-size: 5rem;
  line-height: 1.2;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .title-bigger {
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 700;
  }
}

@media (max-width: 575.98px) {
  .title-bigger {
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: 700;
  }
}

.title-section {
  font-family: "BeautiqueDisplay";
  font-size: 3.6rem;
  line-height: 1.4444444444;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.1rem;
  color: #192350;
}

.title-item-bigger {
  font-family: "BeautiqueDisplay";
  font-size: 2.8rem;
  line-height: 1.2857142857;
  font-weight: 700;
  letter-spacing: 0.04rem;
}

.sub-title-label {
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 700;
}

.lt-3 {
  letter-spacing: 0.3rem;
}

.text-22 {
  font-size: 2.2rem;
  line-height: 1.2727272727;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.text-24 {
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 400;
}

.text-26 {
  font-size: 2.6rem;
  line-height: 1.1538461538;
  font-weight: 400;
}

.text-18-lt-36 {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 700;
  letter-spacing: 3.6px;
}

.text-14 {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  font-weight: 400;
}

.description h1 li:not(:last-child),
.description .h1 li:not(:last-child),
.description h2 li:not(:last-child),
.description .h2 li:not(:last-child),
.description h3 li:not(:last-child),
.description .h3 li:not(:last-child),
.description h4 li:not(:last-child),
.description .h4 li:not(:last-child),
.description h5 li:not(:last-child),
.description .h5 li:not(:last-child),
.description ul li:not(:last-child) {
  margin-bottom: 3rem;
}

.description-smallest {
  font-size: 1.5rem;
}

.description {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 400;
  font-family: "Satoshi";
}

.description p:not(:last-child) {
  margin-bottom: 2rem;
}

.description p img {
  object-fit: cover;
  width: 100%;
}

.desc-bigger {
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: 0.032rem;
}

@media (max-width: 1599px) {
  .desc-bigger {
    font-size: 1.9rem;
  }
}

.text-dcr-lt {
  text-decoration: line-through;
}

.letter-s-16 {
  letter-spacing: 0.016rem;
}

.letter-s-30 {
  letter-spacing: 0.03rem;
}

.svg {
  width: 900px;
}

.svg__character {
  fill: #E59592;
}

.svg__line {
  fill: none;
  stroke: #E59592;
  stroke-dasharray: 6;
  stroke-width: 1;
  stroke-linejoin: round;
}

.svg__dot {
  fill: #E59592;
}

.svg__plane {
  transform: translate(-6px, -11px) rotate(25deg);
  fill: #E59592;
  opacity: 0;
}

.svg__mask {
  fill: none;
  stroke: white;
  stroke-width: 10;
  stroke-dasharray: 480;
  stroke-dashoffset: 480;
}

.product-grid .items {
  display: grid;
}

a:hover {
  text-decoration: none;
}

.table-has-qty .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
  float: none;
  width: 14.4rem;
  height: 6rem;
  border-radius: 0;
  background: transparent;
  border: 1px solid #E5E5E5;
  padding: 1rem;
}

.table-has-qty .quantity input,
.table-has-qty .quantity button {
  border: 0;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  margin: 0;
}

.table-has-qty .quantity input {
  display: inline-block;
}

.table-has-qty .quantity button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  height: 4rem;
  width: 33.33%;
  background: transparent;
  text-align: center;
}

.table-has-qty .quantity img {
  max-width: 1.2rem;
  height: auto;
}

.table-has-qty .quantity .qty {
  width: auto;
  display: inline-block;
  padding: 0;
  max-width: 4rem;
  height: 4rem;
  width: 4rem;
  text-align: center;
  font-size: 1.8rem;
  border-radius: 10rem;
  background: #072562;
  color: #FFFFFF;
}

.table-has-qty .quantity .qty::-webkit-outer-spin-button,
.table-has-qty .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}