.form_book {
  position: relative;
  border-radius: 20px;
  background-image: linear-gradient(94.95deg, #DDA517 1.83%, #B57A11 33.77%, #FFC33D 58.29%, #FFFF7C 76.07%, #B57A11 101.71%);
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 3rem;
  padding-bottom: 1rem;
}

.img_book_ {
  border-radius: 20px;
  overflow: hidden;
}

.form_book::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: #fff;
  border-radius: 15px;
  z-index: 0;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  border: none !important;
}

.form_book>* {
  position: relative;
  z-index: 1;
  /* Đảm bảo nội dung nằm trên ::after */
}

.form_book input {
  width: 100%;
  border-bottom: 1px solid #624107 !important;
  background-color: transparent !important;
  padding-bottom: 1.25rem !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  color: #624107 !important;
  box-shadow: none !important;
  margin-bottom: 3rem;
}

.form_book input::placeholder {
  color: #624107;
}

.form_book input::-webkit-input-placeholder {
  color: #624107;
}

.form_book input::-moz-placeholder {
  color: #624107;
}

.form_book input:-ms-input-placeholder {
  color: #624107;
}

.form_book input::-ms-input-placeholder {
  color: #624107;
}

.form_book .btn_book {
  width: 100%;
  background: linear-gradient(90.07deg, #DBB667 0.06%, #E7C679 31.52%, #D7B263 66.97%, #EFD48F 98.43%);
  text-transform: uppercase;
  border-radius: 9999px;
  border: 2px solid #624107;
  color: #624107;
  font-size: 1.5rem !important;
  padding: 1.25rem 1.5rem;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;

}

.form_book .btn_book:hover {
  background: white;
  color: #996A32;
  transition: all 0.3s ease;
}

/* .form_book::before {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url(../images/bg_book.png) no-repeat center center/cover;
      z-index: 99;
      opacity: 0.5;
  
    } */



.title_lucky {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 48.86%, rgba(255, 255, 255, 0) 79.42%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 0px 12px rgba(255, 255, 255, 0.8);

}

.border-sides-yellow {
  border-left: 1.5px solid #FFEA02;
  border-right: 1.5px solid #FFEA02;
  border-top: 0;
  border-bottom: 0;
  background: linear-gradient(90.07deg, #DBB667 0.06%, #E7C679 31.52%, #D7B263 66.97%, #EFD48F 98.43%);

}

.border-sides-blue {
  border-left: 1.5px solid #1BCEDA;
  border-right: 1.5px solid #1BCEDA;
  border-top: 0;
  border-bottom: 0;
  background: #52E7F14D;

}

.border-sides-pink {
  border-left: 1.5px solid #FF5189;
  border-right: 1.5px solid #FF5189;
  border-top: 0;
  border-bottom: 0;
  background: #F152854D;
}



.border_img_lucky {
  position: relative;
  padding: 3px;
  background-image: linear-gradient(180deg, #C3994F 0%, #E3BE6E 41%, #C9AC60 71%, #865E2B 100%);
  border-radius: 9px;
  z-index: 10;
}

.border_img_lucky img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.hover_item_lucky {
  position: relative;
  transition: top 0.3s ease, background 0.3s ease;
  top: 0;
}

.hover_item_lucky:hover {
  background: linear-gradient(216.68deg, rgba(255, 253, 242, 0.15) 5.27%, rgba(255, 243, 186, 0.15) 95.54%);
  top: -1.5rem;
  transition: top 0.3s ease;
}

.swiper-pagination-lucky .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ffffff80;
  opacity: 1;
  transition: background-color 0.3s, transform 0.3s;
}

.swiper-pagination-lucky .swiper-pagination-bullet-active {
  background-color: white;
  width: 10px;
  height: 10px;
}

.swiper-pagination-customer .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ffffff80;
  opacity: 1;
  transition: background-color 0.3s, transform 0.3s;
}

.swiper-pagination-customer .swiper-pagination-bullet-active {
  background-color: white;
  width: 10px;
  height: 10px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: auto !important;
}

.icon_stn:not(:last-child)::after {
  content: "";
  width: 2.375rem;
  height: 2.375rem;
  background: url(../images/game-icons_polar-star.png) no-repeat center center/cover;
  transition: width 0.3s ease;
  display: block;
  margin: 0 3.063rem;
}

@media screen and (max-width: 768px) {
  .icon_stn:not(:last-child)::after {
    margin: 1rem 0;
  }
}

.title__color {
  background: linear-gradient(90deg, #DA9917 0%, #FFCF25 16.18%, #FFFF90 34.42%, #ECBF26 50.61%);
  -webkit-background-clip: text;
  /* Áp dụng gradient cho chữ */
  -webkit-text-fill-color: transparent;
  /* Làm chữ trong suốt để hiển thị gradient */
}

/* .bg_tl::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg_tl.png) no-repeat center center/contain;
    z-index: 99;
    opacity: 0.5;
  } */
.item_customer {
  position: relative;
  /* Thêm để sử dụng pseudo-element */
  border: none;
  /* Bỏ border mặc định */
  border-radius: 10px;
}

.item_customer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border-width: 3px 0px 3px 3px;
  border-style: solid;
  border-image: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%) 1;
  /* Gradient */
  pointer-events: none;
}

.parent_customer::after {
  content: '';
  position: absolute;
  width: 2.563rem;
  height: 2.563rem;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: url(../images/ri_double-quotes-r.png) no-repeat center center/cover;
}

.item_customer_mobile {
  background: linear-gradient(89.97deg, rgba(153, 106, 50, 0.6) 40.13%, rgba(153, 106, 50, 0) 99.97%);
  position: relative;
  /* Để dùng pseudo-element */
  border: none;
  /* Bỏ border mặc định */
  border-radius: 0.625rem 0.625rem 0 0;
  /* Bo góc trên */
  overflow: hidden;
  /* Đảm bảo không tràn */
}

.item_customer_mobile::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 1px 1px 0px 1px;
  /* Trên, phải, trái có viền; dưới không có */
  border-style: solid;
  border-image: linear-gradient(89.97deg, rgba(153, 106, 50, 0.6) 40.13%, rgba(153, 106, 50, 0) 99.97%) 1;
  /* Gradient giống background */
  border-radius: 0.625rem 0.625rem 0 0;
  /* Bo góc trên cho viền */
  pointer-events: none;
  /* Không ảnh hưởng đến tương tác */
}

.bg_title_sl {
  background: linear-gradient(90deg, rgba(144, 93, 28, 0) 0%, rgba(144, 93, 28, 0.84) 21.31%, #905D1C 51.5%, rgba(144, 93, 28, 0.86) 79.21%, rgba(144, 93, 28, 0) 100%);
}

.title_sl_chile::before {
  content: "";
  width: 60px;
  aspect-ratio: 1;
  background: url(../images/golden-check-mark-inside-golden-circle1.png) no-repeat center center/cover;
  z-index: 99;
  margin-right: 14px;
  flex-shrink: 0;
}

.swiper_img .swiper-slide {
  box-shadow: -2px 6px 12px 0px #634015;

}

.max-h-\[10rem\] {
  max-height: 10rem
}

.italic {
  font-style: italic;
}

.bg_footer_b::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_footer.png) no-repeat center center/cover;
  z-index: 2;
  opacity: 0.3;
}

.bg_img_home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_img_home.png) no-repeat center center/cover;
  z-index: 2;
  opacity: 1;
}

.bg_customer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_customer.png) no-repeat center center/cover;
  z-index: 2;
  opacity: 1;
}

/* .bg_tl::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: url(../images/bg_lucky.png) no-repeat center center/cover;
    z-index: 2;
  } */
.item_customer {
  background: linear-gradient(89.97deg, rgba(153, 106, 50, 0.6) 40.13%, rgba(153, 106, 50, 0) 99.97%);

}

.max-w-\[60\.813rem\] {
  max-width: 60.813rem
    /* 973.008px */
  ;
}

.bg_time_countdown {
  background: linear-gradient(90deg, rgba(144, 93, 28, 0) 0%, rgba(144, 93, 28, 0.84) 22.53%, #905D1C 51.5%, rgba(144, 93, 28, 0.86) 77.79%, rgba(144, 93, 28, 0) 100%);

}

.-mt-\[2rem\] {
  margin-top: calc(2rem
      /* 32px */
      * -1)
}

@media (min-width: 1024px) {
  .lg\:mb-\[6\.875rem\] {
    margin-bottom: 6.875rem
  }

  .lg\:-mt-\[2rem\] {
    margin-top: -2rem
  }

}

.mb-\[3rem\] {
  margin-bottom: 3rem
}

.bg_time_countdown::before {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 27.563rem;
  height: 3.813rem;
  background: url(../images/icon_count_down.png) no-repeat;
  z-index: 2;
  opacity: 1;
}

.bg_form_book::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_form_book.png) no-repeat center center/cover;
  z-index: 2;
  opacity: 1;
}

@media (max-width: 1024px) {
  .bg_time_countdown::before {
    bottom: -1.5rem;
    width: 100%;
  }
}

.h-\[24\.563rem\] {
  height: 24.563rem
    /* 393.008px */
  ;
}

.w-\[24\.563rem\] {
  width: 24.563rem
    /* 393.008px */
  ;
}

.left-\[4\%\] {
  left: 4%;
}

.-bottom-\[21\%\] {
  bottom: calc(21% * -1)
    /* -21% */
  ;
}

.-top-\[13\%\] {
  top: calc(13% * -1)
    /* -13% */
  ;
}

.left-\[16\%\] {
  left: 16%;
}

.-bottom-\[6\%\] {
  bottom: calc(6% * -1)
    /* -6% */
  ;
}

.right-\[7\%\] {
  right: 7%;
}

.top-\[9\%\] {
  top: 9%;
}

.w-\[5\.813rem\] {
  width: 5.813rem
    /* 93.008px */
  ;
}

.h-\[5\.813rem\] {
  height: 5.813rem
    /* 93.008px */
  ;
}

.mt-\[0\.875rem\] {
  margin-top: 0.875rem
    /* 14px */
  ;
}

.right-\[5\%\] {
  right: 5%;
}

.bottom-\[5\%\] {
  bottom: 5%;
}

.fixed {
  position: fixed;
}





/* .but_ring {
    animation: ring 2s infinite;
    position: relative;
   overflow: visible;
  }
  
  .but_ring:before {
    content: "";
    position: absolute;
    border: 2px solid #DBB667;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: ripple 1.5s linear infinite;
    pointer-events: none;
  }
  
  @keyframes ring {
    0% {
        transform: rotate(0deg)
    }
  
    5% {
        transform: rotate(15deg)
    }
  
    10% {
        transform: rotate(-15deg)
    }
  
    15% {
        transform: rotate(15deg)
    }
  
    20% {
        transform: rotate(0deg)
    }
  
    100% {
        transform: rotate(0deg)
    }
  }
  
  @keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 1
    }
  
    100% {
        transform: scale(1.5);
        opacity: 0
    }
  } */



.but_ring {
  display: block;
  border-radius: 50%;
  text-align: center;
  position: relative;
  animation: lac 1s infinite;
  -webkit-animation: lac 1s infinite;
}

.but_ring:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 3px solid rgb(217, 171, 84);
  animation: zoomin 1.5s infinite;
  -webkit-animation: zoomin 1.5s infinite;
}

.but_ring:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 2px solid rgb(217, 171, 84);
  animation: zoomin 1.5s infinite 0.3s;
  -webkit-animation: zoomin 1.5s infinite 0.3s;
}

/* Simplified animations */
@keyframes zoomin {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}

/* Your existing lac animation remains the same */
@keyframes lac {
  0% {
    transform: rotate(0deg);
  }

  10% {
    transform: rotate(-25deg);
  }

  20% {
    transform: rotate(25deg);
  }

  30% {
    transform: rotate(-25deg);
  }

  40% {
    transform: rotate(25deg);
  }

  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.dropdown-menu {
  border-radius: 10px;
  background: linear-gradient(360deg, #996A32 0%, #DCBC85 100%);
  padding: 0 1rem;

}

.dropdown-menu a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 1rem 0;
  border-bottom: 1px solid white !important;
  font-size: 1.25rem;
}

.dropdown-menu a:last-of-type {
  border-bottom: none;
}

.dropdown-menu a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.menu-overlay {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.menu-overlay.active {
  opacity: 0.5;
  pointer-events: auto;
}

body.overflow-hidden {
  overflow: hidden;
}

.max-w-\[14rem\] {
  max-width: 14rem
    /* 224px */
  ;
}

@media (min-width: 1024px) {
  .lg\:mt-\[6\.5rem\] {
    margin-top: 6.5rem
      /* 104px */
    ;
  }
}

.mt-\[3rem\] {
  margin-top: 3rem
    /* 48px */
  ;
}

.w-\[4\.5rem\] {
  width: 4.5rem
    /* 72px */
  ;
}

.h-\[4\.5rem\] {
  height: 4.5rem
    /* 72px */
  ;
}

.right-\[1\%\] {
  right: 1%;
}

.bottom-\[3\%\] {
  bottom: 3%;
}

.mySwiperCustomer .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: white;
  border: 1px solid #624107;
  opacity: 1;
  transition: background-color 0.3s, transform 0.3s;
  margin: 6px !important;
}

.mySwiperCustomer .swiper-pagination-bullet-active {
  background: linear-gradient(90.07deg, #DBB667 0.06%, #E7C679 31.52%, #D7B263 66.97%, #EFD48F 98.43%);
  width: 36px !important;
  height: 12px !important;
  border-radius: 9999px !important;
}

.e-con-full,
.e-con>.e-con-inner {
  padding-block-end: 0 !important;
  padding-block-start: 0 !important;

}

.e-con-full,
.e-con>.e-con-inner {
  padding-block-end: 0;
  padding-block-start: 0;
}

.btn_bg {
  background: linear-gradient(90.07deg, #DBB667 0.06%, #E7C679 31.52%, #D7B263 66.97%, #EFD48F 98.43%);

}

.img_logo img {
  max-height: 100px;
}

.img_logo_2 img {
  max-height: 100px;
}

.bg_gradien_c {
  background: linear-gradient(to right, #D58D42, #C66822);

}

.shadow-3d {
  text-shadow:
    -1px -1px 0 #fff,
    1px 1px 0 #c68c28,
    2px 2px 2px rgba(0, 0, 0, 0.2);
}






:root {
  --primary-color: #363636;

  --cl-s1: #624107;

  --fs-experimental-link-color: #334862;

  --fs-experimental-link-color-hover: #111;

  --cl-scrollbar: #624107;

  --font-base: "Roboto", sans-serif;

  --font-secondary: "PlayfairDisplay", serif;

  --font-third: "MJ-BraveParidos", sans-serif;

  --font-BeautiqueDisplay: "BeautiqueDisplay", sans-serif;

  --font-SVN-Gilroy: "SVN-Gilroy", sans-serif;

  --font-SVN-Marcel: "SVN-Marcel", sans-serif;
}

/* html {
    font-size: 16px;
  
    scroll-behavior: smooth;
  }
  
  @media (min-width: 992px) {
    html {
      font-size: 16px;
    }
  } */
html {
  font-size: 16px;

  scroll-behavior: smooth;
}

@media (max-width: 992px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 12px;
  }
}

/* @media (max-width: 576px) {
    html {
      font-size: 10px;
    }
  } */

@font-face {
  font-family: "Roboto";

  src: url("../fonts/Roboto-SemiBold.ttf") format("truetype");

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Roboto";

  src: url("../fonts/Roboto-Medium.ttf") format("truetype");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Roboto";

  src: url("../fonts/Roboto-Regular.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Roboto";

  src: url("../fonts/Roboto-Bold.ttf") format("truetype");

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}


/* @font-face {
    font-family: "JosefinSans";
  
    src: url("../fonts/JosefinSans-Italic.ttf") format("truetype");
  
    font-style: normal;
  
    font-display: swap;
  } */

@font-face {
  font-family: "PlayfairDisplay";

  src: url("../fonts/PlayfairDisplay-SemiBold.ttf") format("truetype");

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "PlayfairDisplay";

  src: url("../fonts/PlayfairDisplay-Medium.ttf") format("truetype");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "PlayfairDisplay";

  src: url("../fonts/PlayfairDisplay-Regular.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "PlayfairDisplay";

  src: url("../fonts/PlayfairDisplay-Bold.ttf") format("truetype");

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "MJ-BraveParidos";

  src: url("../fonts/MJ-BraveParidos-Regular.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}




@font-face {
  font-family: "BeautiqueDisplay";

  src: url("../fonts/BeautiqueDisplay-Bold.otf") format("truetype");

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "BeautiqueDisplay";

  src: url("../fonts/BeautiqueDisplay-Regular.otf") format("truetype");

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "BeautiqueDisplay";

  src: url("../fonts/BeautiqueDisplay-Medium.otf") format("truetype");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}



@font-face {
  font-family: "SVN-Gilroy";

  src: url("../fonts/SVN-Gilroy\ Bold.otf-Bold.otf") format("truetype");

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "SVN-Gilroy";

  src: url("../fonts/SVN-Gilroy\ Regular.otf") format("truetype");

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "SVN-Gilroy";

  src: url("../fonts/SVN-Gilroy\ Medium.otf") format("truetype");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "SVN-Marcel";

  src: url("../fonts/SVN-Marcel\ Script\ Pro.ttf") format("truetype");

  font-style: normal;

  font-display: swap;
}

body {
  margin-left: auto;

  margin-right: auto;

  overflow-x: hidden;

  font-family: var(--font-base);

  scroll-behavior: smooth;

  text-rendering: optimizeLegibility;

  -webkit-font-smoothing: antialiased;

}

body {
  background: white;
  padding-top: 0px !important;
  color: var(--primary-color);

}

input,
button,
select,
textarea {
  font-family: var(--font-base);

  outline: none;
}

body::-webkit-scrollbar-track {
  background-color: #fff;
}

body::-webkit-scrollbar {
  width: 0.5rem;

  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background: var(--cl-scrollbar);
}

a,
i,
input[type="submit"],
button,
svg,
path {
  -webkit-transition: all 0.3s;

  transition: all 0.3s;
}

.s-content ol {
  list-style: decimal;

  margin-left: 15px;

  margin-bottom: 10px;
}

.s-content ul {
  list-style: initial;

  margin-left: 15px;

  margin-bottom: 10px;
}

.s-content li {
  list-style: inherit;

  margin-bottom: 5px;
}

.s-content p {
  margin-bottom: 10px;
}

.s-content img {
  display: block;

  max-width: 100%;

  margin: 10px auto;

  width: auto !important;

  -o-object-fit: contain;

  object-fit: contain;

  height: auto !important;
}

.s-content table,
.s-content iframe {
  max-width: 100%;

  width: 100%;
}

.s-content table {
  border-collapse: collapse;

  width: 100%;

  border: solid 1px rgba(0, 0, 0, 0.431372549);
}

.s-content table td {
  border-collapse: collapse;

  border: solid 1px rgba(0, 0, 0, 0.431372549);

  padding: 3px;
}

.s-content h1,
.s-content h2,
.s-content h3,
.s-content h4,
.s-content h5,
.s-content h6 {
  display: block;

  margin-left: 0;

  margin-right: 0;

  font-weight: bold;
}

.s-content h1 {
  font-size: 2em;

  margin-top: 0.67em;

  margin-bottom: 0.67em;
}

.s-content h2 {
  font-size: 1.5em;

  margin-top: 0.3em;

  margin-bottom: 0.3em;
}

.s-content h3 {
  font-size: 1.17em;

  margin-top: 0.5em;

  margin-bottom: 0.5em;
}

.s-content h4 {
  font-size: 1em;

  margin-top: 0.6em;

  margin-bottom: 0.6em;
}

.s-content h5 {
  font-size: 0.83em;

  margin-top: 0.8em;

  margin-bottom: 0.8em;
}

.s-content h6 {
  font-size: 0.67em;

  margin-top: 0.8em;

  margin-bottom: 0.8em;
}

.c-img {
  position: relative;

  display: block;
}

.c-img img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  -o-object-fit: cover;

  object-fit: cover;
}

.scale-img {
  transition: all 0.5s;

  overflow: hidden;
}

.scale-img img {
  scale: 1.1;

  transition: all 0.5s;
}

.img__ {
  position: relative;

  overflow: hidden;
}

.img__:hover::after {
  -webkit-animation: shine 0.75s;

  animation: shine 0.75s;
}

.img__::after {
  position: absolute;

  top: 0;

  left: -75%;

  z-index: 2;

  display: block;

  content: "";

  width: 50%;

  height: 100%;

  background: linear-gradient(to right,

      rgba(255, 255, 255, 0) 0%,

      rgba(255, 255, 255, 0.3) 100%);

  transform: skewX(-25deg);
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.hv_img {
  display: block;

  position: relative;

  overflow: hidden;
}

.hv_img::before {
  position: absolute;

  top: 50%;

  left: 50%;

  z-index: 2;

  display: block;

  content: "";

  width: 0;

  height: 0;

  background: rgba(255, 255, 255, 0.2);

  border-radius: 100%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  opacity: 0;
}

.hv_img:hover::before {
  -webkit-animation: circle 0.75s;

  animation: circle 0.75s;
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;

    height: 200%;

    opacity: 0;
  }
}

.video {
  position: relative;

  padding-bottom: 56.25%;
  /* 16:9 */

  height: 0;
}

.video iframe {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;
}

.img__contain img {
  width: 100%;

  height: auto;

  object-fit: contain;

  -o-object-fit: contain;
}

.img__h-full img {
  height: 100%;
}

.img__w-full img {
  width: 100%;
}

.img__center img {
  display: block;

  margin: 0 auto;
}


.bg-bg-gradient-ft2 {
  background: linear-gradient(90.07deg, #DBB667 0.06%, #E7C679 31.52%, #D7B263 66.97%, #EFD48F 98.43%);
}

.bg-bg-gradient-ft1 {
  background: linear-gradient(180deg, #DEC18C 0%, #A7783F 100%);
}

.logo_2 .block {
  padding: 0 !important;
}

.header.transparent {
  background: linear-gradient(to right, rgba(204, 132, 48, 0.5), rgba(199, 90, 18, 0.5)) !important;

}

.customer_bf {
  position: relative;
  z-index: 3;
}

.customer_bf::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 934px;
  height: 734px;
  /* Hoặc có thể dùng auto nếu muốn chiều cao tự động */
  background: url(../images/light_box_cus.png) no-repeat center center;
  background-size: contain;
  /* Đảm bảo giữ nguyên tỷ lệ ảnh */
  z-index: -1;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .customer_bf::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Hoặc có thể dùng auto nếu muốn chiều cao tự động */
    background: url(../images/light_box_cus.png) no-repeat center center;
    background-size: contain;
    /* Đảm bảo giữ nguyên tỷ lệ ảnh */
    z-index: -1;
    opacity: 1;
  }

  .md2_img .img-inner {
    margin: 0 !important;
  }

  .img_cs_home_ .img-inner {
    margin: 60px 0px 0px 0px !important;
  }

  .section-banner .section-bg :is(img, picture, video) {
    object-position: 21% !important;
  }

  .section-md5 .section-bg :is(img, picture, video) {
    object-position: 21% !important;
  }
  .section-md4__c .section-bg :is(img,picture,video){
    object-position: 21% !important;
  }
  /* .cus_w_col_md4{
    width: 50% !important;
  } */

 
  
}
@media (min-width: 550px) and (max-width: 768px) {
  .section-md4__c .section-bg :is(img,picture,video){
    object-position: 40% !important;
  }
}

.hv_img_md4 {
  transition: transform 0.3s ease;
}

.hv_img_md4:hover {
  transform: scale(1.2);
  transition: all 0.3s ease;
}

@media screen and (max-width: 1600px) {
  .md2_p{
    max-width: 1280px !important;
  }
  .section-md5{
    min-height: 750px;
  }
  .header-main .container {
    padding-left: 8% !important;
    padding-right: 4% !important;
  }

  .section-md2 {
    min-height: 800px !important;
  }

  .section-md2 .md2_p {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  .md_3_cs_row{
    padding-left: 13% !important;
  }
  .img_cus_md3{
    width: 88% !important;
  }
  .customer_bf::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 730px;
    height: 650px;
    background: url(../images/light_box_cus.png) no-repeat center center;
    background-size: contain;
    z-index: -1;
    opacity: 1;
  }

  .img_cs_home_ .img-inner {
    margin: 60px 0px 0px 10px !important;
  }

  .md2_img .img-inner {
    margin-bottom: 0 !important;
  }

  .transparent .header-main {
    height: 140px !important;
  }

  #logo {
    width: 140px !important;
  }

  .logo_2 img {
    height: 100px !important;
  }
  .auto_video iframe {
    height: 429px !important;
  }
  .img_h_md3_2 img {
    height: 145px !important;
  }
      .img_h_md3_1 img {
        height: 170px !important;
    }
}
@media (max-width: 1440px) {
  .logo {
    width: 12.5rem;
  }

  .logo::before {
    width: 12.5rem;
    height: 8.5rem;
  }

  .menu ul li a {
    font-size: 1.15rem;
  }
  .img_cus_md3{
    width: 84% !important;
  }
  .img_h_md3_1 img {
        height: 170px !important;
    }
        .img_h_md3_2 img {
        height: 145px !important;
    }
      .auto_video iframe {
        height: 436px !important;
    }
    .trang-sang .col-inner{
      margin: 80px 0px 0px 0px !important;
    }
    .md_3_cs_row {
        padding-left: 11% !important;
    }
}
@media screen and (max-width: 1366px) {
      .md_3_cs_row {
        padding-left: 9% !important;
    }
    .img_cus_md3 {
        width: 84% !important;
    }
        .auto_video iframe {
        height: 438px !important;
    }
}
@media screen and (max-width: 1280px) {
  .md_3_cs_row {
        padding-left: 6% !important;
    }
    .auto_video iframe {
        height: 442px !important;
    }
        .img_cus_md3 {
        width: 83% !important;
    }
}
@media screen and (max-width: 1024px) {
  .transparent .header-main {
    height: 140px !important;
  }

.auto_video iframe {
    height: 346px !important;
  }
  .img_h_md3_2 img {
        height: 110px !important;
    }
    .img_h_md3_1 img {
        width: auto;
        height: 120px !important;
    }
    .img_h_md3_1 .image-cover {
      padding-top: 0px !important;
      margin: 0px 0px 0px -30px !important;
    }
    #col-2058164903 > .col-inner {
        margin: 70px 0px 0px 0px !important;
    }
  #logo {
    width: 140px !important;
  }

  .logo_2 img {
    height: 100px !important;
  }

  .section-banner {
    min-height: 600px !important;
  }

  .section-md2 {
    min-height: auto !important;
    padding: 0px !important;
  }
.img_cus_md3 {
        width: 75% !important;
    }
   .trang-sang .col-inner{
        margin: 85px 0px 0px 0px !important;
    }
  .customer_bf::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 550px;
    height: 478px;
    background: url(../images/light_box_cus.png) no-repeat center center;
    background-size: contain;
    z-index: -1;
    opacity: 1;
  }
.box_text_banner > .col-inner.text-center{
  padding-top: 75px !important;
}
.section-md2 .md2_p {
  padding-left: 5% !important;
  padding-right: 5% !important;
}
.img_md2_c > .img-inner{
  padding-top: 100px !important;
}
.img_line_md4{
  width: 66% !important;
  margin: 0 auto !important;
}
.form_book {
  position: relative;
  border-radius: 20px;
  background-image: linear-gradient(94.95deg, #DDA517 1.83%, #B57A11 33.77%, #FFC33D 58.29%, #FFFF7C 76.07%, #B57A11 101.71%);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 0rem;
}
.form_book input {
  width: 100%;
  border-bottom: 1px solid #624107 !important;
  background-color: transparent !important;
  padding-bottom: 1.25rem !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  color: #624107 !important;
  box-shadow: none !important;
  margin-bottom: 1rem;
}
.form_book .btn_book {
  width: 100%;
  background: linear-gradient(90.07deg, #DBB667 0.06%, #E7C679 31.52%, #D7B263 66.97%, #EFD48F 98.43%);
  text-transform: uppercase;
  border-radius: 9999px;
  border: 2px solid #624107;
  color: #624107;
  font-size: 1.5rem !important;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg_title_sl{
  font-size: 1.15rem !important;
}
    .img_h_md3_2 img {
        height: 117px !important;
    }
        .img_h_md3_1 img {
        height: 130px !important;
    }
        .auto_video iframe {
        height: 346px !important;
    }
    .md_3_cs_row {
        padding-left: 6% !important;
    }
}
@media screen and (max-width: 912px) {
    .auto_video iframe {
        height: 306px !important;
    }
        .img_h_md3_2 img {
        height: 100px !important;
    }
        .img_h_md3_1 img {
        height: 110px !important;
    }
        .img_cus_md3 {
        width: 82% !important;
    }
}
@media screen and (max-width: 853px) {
  .auto_video iframe {
        height: 280px !important;
    }
    .img_cus_md3 {
        width: 87% !important;
    }
}
@media screen and (max-width: 849px) {
 .header{
  display: none;
}
/* .module_6 .img_md5_{
  margin-bottom: 18px !important;
} */
}
@media screen and (max-width: 820px) {
  .img_h_md3_2 img {
        height: 75px !important;
    }
        .trang-sang .col-inner {
        margin: 40px 0px 0px 0px !important;
    }
    .img_h_md3_1 img {
        height: 72px !important;
    }
        .auto_video iframe {
        height: 268px !important;
    }
    .img_cus_md3 {
        width: 54% !important;
    }
        .md_3_cs_row {
        padding-left: 0% !important;
        padding-top: 30px;
    }
}
@media screen and (max-width: 768px) {
  .logo {
    width: 14.5rem;
  }

  .logo::before {
    width: 14.5rem;
    height: 9.5rem;
  }

  .form_book .btn_book {
    padding: 0.625rem 1rem;
  }
  .customer_bf::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/light_box_cus.png) no-repeat center center;
    background-size: contain;
    z-index: -1;
    opacity: 1;
  }
  .ux_logo.logo_2{
    width: 220px !important;
  }
  .logo_2 img {
    height: 80px !important;
  }
  .img_md3_ .img-inner img{
    height: auto !important;
  }
  .img_cus_md3 {
        width: 52% !important;
    }
    .trang-sang .col-inner {
        margin: 50px 0px 0px 0px !important;
    }
    .md_3_cs_row .col-inner.text-center{
      padding: 90px 0px 0px 0px !important;
    }
    .auto_video iframe {
        height: 251px !important;
    }
    .md_3_cs_row .col-inner.text-center .img{
      width: 100% !important;
    }

}

body .ux-logo.has-hover.align-middle.ux_logo.inline-block.logo_2 {
  width: auto !important;
  max-width: 100% !important;
}

.mobile_parent{
  width: 100px;
 height: 22px;
position: absolute;
display: block;
bottom: 35px;
right: 83px;
}
@media screen and (min-width: 1024px) {
  .slide_customer_home_ .slider-nav-outside .flickity-prev-next-button.next{
    left: 102% !important;
  }
  
}
@media screen and (min-width: 1600px) {
  .slide_customer_home_ .slider-nav-outside .flickity-prev-next-button.next{
    left: 104% !important;
  }
  
}

.slide_customer_home_ .flickity-button{
  display: block !important;
}

@media (max-width: 549px) {

/* .module_6 .img_md5_{
  margin-bottom: 18px !important;
} */
 .cus_mg{
  padding-bottom: 0px !important;
 }
 .section-md2 .md2_p{
  padding-top: 5%;
 }


}
@media (max-width: 540px) {

    .auto_video iframe {
        height: 316px !important;
    }
    .col_img{
      padding: 0 !important;
    }
    .img_mobile_md3 img{
      padding-top: 66px;
    }
}
@media (max-width: 480px) {
  .logo {
    width: 10rem;
  }

  .logo::before {
    width: 10rem;
    height: 8rem;
  }
        .auto_video iframe {
        height: 278px !important;
    }
    .col_img{
      padding: 0 !important;
    }
    .img_mobile_md3 img{
      padding-top: 66px;
    }
}
@media (max-width: 430px) {

    .auto_video iframe {
        height: 244px !important;
    }
    .md_3_cs_row {
        padding-left: 6% !important;
        padding-top: 30px;
    }
}
@media (max-width: 425px) {
  .img_mobile_md3 img{
      padding-top: 55px;
    }
  .auto_video iframe {
        height: 241px !important;
    }
}
@media (max-width: 425px) {
  .auto_video iframe {
        height: 241px !important;
    }
}
@media (max-width: 414px) {
  .auto_video iframe {
        height: 234px !important;
    }
    .md_3_cs_row {
        padding-left: 6% !important;
        padding-top: 30px;
    }
}
@media (max-width: 390px) {
  .auto_video iframe {
        height: 219px !important;
    }
}
@media (max-width: 375px) {
  .auto_video iframe {
        height: 210px !important;
    }
}
@media (max-width: 360px) {
  .auto_video iframe {
        height: 200px !important;
    }
}
@media (max-width: 344px) {
  .auto_video iframe {
        height: 189px !important;
    }
}