/*
--- 01 TYPOGRAPHY SYSTEM

- Font sizes (px)
10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98

- Font weights
Default: 400
Medium: 500
Semi-bold: 600
Bold: 700

- Line heights
Default: 1
Small: 1.05
Medium: 1.2
Paragraph default: 1.6
Large: 1.8

- Letter spacing
-0.5px
0.75px

--- 02 COLORS

- Primary: #372F24
- Heading: #BB8810


--- 05 SHADOWS

0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);

--- 06 BORDER-RADIUS

Default: 9px
Medium: 11px

--- 07 WHITESPACE

- Spacing system (px)
2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 / 64 / 80 / 96 / 128
*/
@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('../fonts/BeVietnamPro-Bold.woff2') format('woff2'),
        url('../fonts/BeVietnamPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('../fonts/BeVietnamPro-Regular.woff2') format('woff2'),
        url('../fonts/BeVietnamPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root {
  --color-primary: #372f24;
  /* --color-heading: #bd8712; */
  --color-heading: #b37917;
  --color-secondary: #969088;
  --color-line: #e9e1d9;
  --color-background: #fff8f3;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: 0;
}
html {
  /* font-size: 10px; */

  /* 10px / 16px = 0.625 = 62.5% */
  /* Percentage of user's browser font-size setting */
  font-size: 62.5%;
  /* Does NOT work on Safari */
  /* scroll-behavior: smooth; */
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}



body {
 font-family: 'Be Vietnam Pro', sans-serif;
  line-height: 1.5;
  font-weight: normal;
  color: var(--color-primary);
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  border: 0;
  font-variant: normal;
  letter-spacing: 0.03em;
  /* Only works if there is nothing absolutely positioned in relation to body */
  overflow-x: hidden;
}

/**************************/
/* GENRAL REUSABLE COMPONENTS */
/**************************/
textarea {
  resize: none;
}
input,
button {
 font-family: 'Be Vietnam Pro';
}
.container {
  /* 1140px */
  max-width: 142rem;
  padding: 0 3.2rem;
  margin: 0 auto;
}
.fw-bold {
  font-weight: 700 !important;
}
.text-center {
  text-align: center;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mg-top-50 {
    margin-top: 50px;
}

img {
    max-width: 100%;
}
.h-auto {
  height: auto !important;
}
.position-relative {
  position: relative;
}
.three-box-zoom img {
    transform: scale(1.2);
}
.three-box-zoom {
    position: relative;
    padding-top: 36px;
    margin-top: 50px;
}
.text-three {
    color: #fff;
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 0;
}
.text-three h3 {
    color: #FFF;
    text-align: center;
   font-family: 'Be Vietnam Pro';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.48px;text-transform: uppercase;
}
.five-box-inner {
    background-image: url(../images/bg-five.png);
    background-size: 100% 100%;
    padding: 20px 15%;
    margin: 20px 0px;
    display: block;
    text-align: center;
    color: #A15600;
    font-size: 12px;
}.five-box-inner h3 {
    color: #A15600;
    text-align: center;
    /* font-family: Be Vietnam; */
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 40.697px;
    letter-spacing: 0.8px;
    margin-top: 24px;
    margin-bottom: 13px;
}img.gift-btn {
    width: 146px;
    margin-bottom: 20px;
}
.bg-three-box .row {
    margin-top: 15px;
}.heading-des {
    text-align: center;
    color: #fff;
}
.mypham-box h3 {
    color: #FFF;
    text-align: center;
    font-family: Be Vietnam Pro;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    border-radius: 0px 0px 61.143px 61.143px;
    background: linear-gradient(180deg, #D00A00 0%, #EA7232 100%), #D00A00;
    box-shadow: 0px 6.114px 6.114px 0px rgba(0, 0, 0, 0.30);
    display: inline-block;
    margin: 0 auto;
        padding: 14px 35px;
}
.mypham-box {
    background-image: url(../images/bg-mypham.png);
    text-align: center;
    background-size: 100% 100%;
    display: INLINE-BLOCK;
    PADDING: 20PX;
    padding-top: 0PX;    margin-top: 30px;

}
.five-box-inner h4 {
    color: var(--GOLD-2, #A15600);
    text-align: center;
    /* font-family: Be Vietnam; */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 40.697px;
    letter-spacing: 0.8px;
}
.mypham-box-inner {
    border-radius: 27px;
    border: 2px solid #FFF;
    background: linear-gradient(180deg, #EA7232 0%, #FECB5A 100%), #FECB5A;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.25) inset;
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* position: ABSOLUTE; */
    MARGIN-BOTTOM: 30PX;
    padding: 10px;
    color: #fff;
    font-size: 30px;
    font-weight: 100;
  }
.mypham-box-inner p {
    color: #FFF;
    text-align: center;
    font-family: Be Vietnam Pro;
    font-size: 28.852px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.289px;
    text-decoration: line-through;
}
.mypham-box-inner button {
    color: var(--Red, #D00A00);
    text-align: center;
    font-family: Be Vietnam Pro;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
}
.mypham-box-inner h4 {
    color: #FFF;
    text-align: center;
    font-family: Be Vietnam Pro;
    font-size: 43.279px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.433px;
}
.five-box-inner button {
    background: no-repeat;
    outline: 0px;
    border: none;
    cursor: pointer;
}
.popup-gift {
  display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #00000069;
    top: 0;
    left: 0;
}.gift-box-inner.gift-box-1 {
    margin-top: 25px;
}
.popup-gift.active-gift{
  display: block;
}
.popup-gift-content {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 10%;
}
.popup-gift-content button.btn-buy img {
    max-width: 200px;
    margin-top: 20px;
}
.gift-text-small img {
    width: 100%;
}
.two-row {
    display: flex;
    align-items: center;flex-wrap: wrap;
    justify-content: space-between;
}.gift-text-small {
      flex: 0 0 auto;
    width: 33.33333333%;
   width: 49%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #FFF;
    background: rgba(217, 217, 217, 0.50);
}
.text-three h4 {
    color: #FFF;
    text-align: center;
    font-family: 'Be Vietnam Pro';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.lp-wrapper {
  background-image: url("../images/bg-lp.png");
  background-size: 100% 100%;
  width: 100%;
  min-height: 100vh;
}
.hiden-pc {
    display: none;
}
seciton.lp-section-2.py-5 p {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.2px;
    /* display: block; */
}
.banner-section {
  position: relative;
  background: url("../images/banner-lp.png");
  background-size: 100% 100%;
  width: 100%;
  min-height: 800px;
  padding: 30px 0px;
  background-position: top center;
}
.btn-book,
.btn-buy,
.btn-submit-form {
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
}
.section-title {
  text-transform: uppercase;
  color: #FFF;
text-align: center;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.48px;
}
.chance {
  font-family: 'Be Vietnam Pro';
  color: #717171;
  font-size: 2.5rem;
  font-weight: 400;
}
.gold-text {
  font-family: 'Be Vietnam Pro';
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: #926119;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.nhanvien-text {
  font-family: 'Be Vietnam Pro';
  font-size: 1.6rem;
  color: #282828;
}
.section-subtitle {
    /* font-family: 'Be Vietnam Pro'; */
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffff;
}

.bg-three-box {
    background-image: url(../images/bg-three.png);
}
.gift-box-inner {
  position: relative;
}
.card-img {
  width: 55rem;
  position: relative;
  z-index: 2;
}
.gift-box-inner ul li,
.choose {
  font-family: 'Be Vietnam Pro';
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
}
.gift-box-inner ul {
  list-style-image: url("../images/ic_round-check.svg");
}
.bg-three-box {
    border-radius: 27px;
border: 2px solid #FFF;

background: linear-gradient(180deg, #EA7232 0%, #FECB5A 100%), #FECB5A;

box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.25) inset, 0px 10px 0px 0px #D00A00;
backdrop-filter: blur(2px);
    padding-bottom: 50px;
    text-align: center;
}
.bg-three-box>h3 {
    color: #FFF;
    text-align: center;
    /* font-family: Be Vietnam; */
    font-size: 36.175px;
    font-style: normal;
    font-weight: 700;
    line-height: 53.697px;
    letter-spacing: 1.809px;
    display: -webkit-inline-box;
    border-radius: 0px 0px 61.143px 61.143px;
    background: linear-gradient(180deg, #D00A00 0%, #EA7232 100%), #D00A00;
    box-shadow: 0px 6.114px 6.114px 0px rgba(0, 0, 0, 0.30);
    width: auto;
    padding: 9px 50px;
}section.lp-section-3 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.gift-box {
    padding-top: 40px;
    position: relative;
}
.gift-box:before {
    content: '';
    background-image: url(../images/before-three.png);
    position: absolute;
    top: -15%;
    width: 130%;
    height: 130%;
    background-size: 100% 100%;
    left: -15%;
}
section.lp-section-5 {
    padding: 80px 0px;
}
h3.center-heading-tr {
    padding: 25px 40px;
}
.gift-title {
  font-family: 'Be Vietnam Pro';
  font-size: 3rem;
  font-weight: 700;
  color: #926119;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
.give-away-text {
  font-family: 'Be Vietnam Pro';
  font-size: 3rem;
  font-weight: 700;
  color: #926119;
  text-transform: uppercase;
  line-height: 1.3;
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
}
.section-5-desc {
  font-family: 'Be Vietnam Pro';
  font-size: 2.8rem;
  font-weight: 400;
  color: #926119;
}
.section-5-gift-content {
  font-family: 'Be Vietnam Pro';
  font-size: 3.6rem;
  color: #926119;
}
.gift-condition {
  font-family: 'Be Vietnam Pro';
  font-size: 2.4rem;
  font-style: italic;
  color: #926119;
  font-weight: 400;
}
.video-wrapper {
  text-align: right;
}
.video-wrapper img,
.video-wrapper iframe {
  width: 80%;
  height: auto;
  aspect-ratio: 16/9;
}
.section-5-content-wrapper {
  gap: 30px;
}
.section-5-content-wrapper img {
  width: 74px;
  height: 74px;
}
.section-6-content {
color: #FFF;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 130%;
}
.section-7-subtitle {
  font-family: 'Be Vietnam Pro';
  font-size: 3.5rem;
  font-weight: 700;
  color: #926119;
}
.custom-background {
  padding: 5rem !important;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 28.55%,
    rgba(255, 255, 255, 0) 100%
  );
  background-size: 110% 100%;
  display: none;
}
.name-item {
  font-family: 'Be Vietnam Pro';
  font-size: 3.5rem;
  font-weight: 700;
  color: #926119;
}
.lp-section-3 .col-xl-4 {
  padding-left: 0px !important;
}
.desc-item {
  font-family: 'Be Vietnam Pro';
  font-size: 2.5rem;
  font-weight: 700;
  color: #926119;
}
.list-content {
  font-family: 'Be Vietnam Pro';
  font-size: 1.8rem;
  color: #926119;
  list-style: none;
}
.section-8-content {
  flex-wrap: wrap;
  justify-content: space-around;
  row-gap: 50px;
  width: 80%;
}
.section-item {
  width: 50%;
  text-align: center;
}
.mc-slider-bottom img {
  max-width: 100%;
}

.mc-slider-bottom .slick-current.slick-active {
  width: 975px !important;
}
.mc-slider-bottom .one-item-sl-btm {
  padding: 0 30px;
  transition: transform 0.3s linear;
  transition-delay: 0.5s;
}
.mc-slider-bottom .slick-current .content-item-slbtm {
  padding: 29px 87px 29px 34px;
  position: relative;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 28.55%,
    rgba(255, 255, 255, 0) 100%
  );
  min-height: 350px;
}
.mc-slider-bottom .slick-current .hanlde-show-sld {
  display: block;
}
.mc-slider-bottom .slick-current .img-item {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 390px;
}
.mc-slider-bottom .slick-current .img-item-contain {
  position: relative;
}
.mc-slider-bottom
  .slick-current.slick-active
  .img-item-contain
  .border-item-img {
  position: absolute;
  top: -23px;
  right: -20px;
  width: auto;
  transition: 0.3s all;
}
.mc-slider-bottom .slick-active .img-item-contain .border-item-img {
  position: absolute;
  right: -10px;
  top: -7px;
  width: 70px;
  transition: 0.3s all;
  display: block;
}
.mc-slider-bottom .slick-active {
  width: 190px !important;
}
.mc-slider-bottom .item-sl-bottom:not(.slick-current) .one-item-sl-btm {
  transform: scale(0.9);
  transition-delay: 0s;
}
.mc-slider-bottom .hanlde-show-sld {
  display: none;
}
.box-cicle {
    text-align: center;
    color: #fff;
    margin: 15px 0px;
}
section.lp-section-8 .col-lg-8.col-12 h2.section-title {
    margin-bottom: 50px;
}
section.lp-section-8 {
    padding: 80px 0px;
}
.mc-slider-bottom .slick-slider .slick-track {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.mc-slider-bottom .img-item-contain {
  position: relative;
}
.mc-slider-bottom .slick-slider .slick-list {
  padding: 50px 0;
}
.mc-slider-bottom .img-item-contain .border-item-img {
  position: absolute;
  display: none;
}
.mc-slider-bottom .list-content li {
  width: 450px;
  margin-bottom: 26px;
  list-style-type: none;
}
.mc-slider-bottom .slick-prev,
.mc-slider-bottom .slick-next {
  width: 70px;
  height: 70px;
  z-index: 10;
}
.mc-slider-bottom .slick-dots .slick-active {
  width: unset !important;
}
.mc-slider-bottom .slick-dots li.slick-active button:before {
  color: #fff;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #926119;
}
.mc-slider-bottom .slick-dots li button:before {
  font-size: 16px;
  color: #926119;
}
.section-desc {
  width: 80%;
  font-size: 18px;
  color: #282828;
  font-family: 'Be Vietnam Pro';
  font-weight: 400;
  line-height: 1.5;
}
.number {
  width: 139px;
  height: 139px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  font-family: 'Be Vietnam Pro';
  font-weight: 800;
  color: #926119;
  background: url("../images/number-bg.png");
  background-size: 100% 100%;
  margin: 0px auto 15px;
}
.item-text {
  font-family: 'Be Vietnam Pro';
  font-size: 24px;
  font-weight: 700;
  color: #282828;
}
.lp-section-9 .d-flex {
  align-items: center;
  gap: 15px;
  margin-bottom: 3rem;
}
.footer-text {
    font-family: 'Be Vietnam Pro';
    font-size: 18px;
    color: #ffffff;
    line-height: 1.5;
    font-weight: normal;
    padding: 5px 0px;
}
.footer-form {
    background: url(../images/form-bg.png);
    padding: 50px 75px;
    margin-left: auto;
    background-size: 100% 100%;
}
.info-footer {
    background: url(../images/bg-footer.png);
    max-width: 90%;
    background-size: 100% 100%;
    padding: 100px 70px;
    color: #fff;
}p.slogan {
    color: #FFF;
    /* font-family: Inter; */
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
    margin-top: 22px;
}
section.lp-section-9 .container {
    max-width: 120rem;
}
.title-form {
  text-align: center;
  font-family: 'Be Vietnam Pro';

  color: #A15600;
  font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 40px; /* 111.111% */
letter-spacing: 1.8px;
}
.footer-form input, .footer-form select {
    font-size: 18px;
    font-family: 'Be Vietnam Pro';
    font-weight: 400;
    color: #926119;
    padding: 7px 28px;
    line-height: 2;
    background: #fff;
    border: 1px solid #926119;
    outline: none;
    border-radius: 12px;
    width: 100%;
    margin-bottom: 1rem;
    height: 50px;
}
.footer-form input::placeholder {
  color: #926119;
}
.form-desc {
  color: #926119;
  font-size: 16px;
  font-style: italic;
  line-height: 2;
}
.lp-section-9 {
  padding-bottom: 100px;
}
.inputCheck {
  font-size: 14px;
  color: red;
  display: none;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
