@font-face {
  font-family: "Fester-Bold";
  src: url("../fonts/Fester Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Gotham-Medium";
  src: url("../fonts/Gotham-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham-Ultra";
  src: url("../fonts/Gotham-Ultra.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HY-Eveeen";
  src: url("../fonts/HY-Eveeen.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HY-Konras";
  src: url("../fonts/HY-Konras.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lora-Regular";
  src: url("../fonts/Lora-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "UTMCaviar2";
  src: url("../fonts/UTMCaviar-2.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "UTMCaviar";
  src: url("../fonts/UTMCaviar.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ProximaNovaBold";
  src: url("../fonts/ProximaNova-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "ProximaNovaThin";
  src: url("../fonts/ProximaNova-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "SemillaScript";
  src: url("../fonts/SemillaScript.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

p, li {
  /*font-family: "UTMCaviar", sans-serif;*/
  font-family: "ProximaNovaThin", sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.gtranslate_wrapper {position: absolute; right: 15px; top: 30px; z-index: 999}
.gtranslate_wrapper a.glink {padding-left: 5px}
.ul-lang {display: flex; position: absolute; right: 40px; list-style-type: none; z-index: 999; opacity: 0; z-index: 999999}
/*.ul-lang {display: none;}*/
.ul-lang li img {width: 18px !important; height: auto !important;}
/*.lang-item.current-lang {display: none;}*/

.bt_bb_size_extralarge.bt_bb_headline .bt_bb_headline_subheadline {font-size: 1.5em}
.bt_bb_button_text, .wpcf7-submit {font-family: 'ProximaNovaThin' !important; font-weight: 600 !important}
.f-gotham-medium {font-family: "Gotham-Medium" !important;}

.slick-slider {
  height: 100vh;
  background-color: #c9c9c9;
}
.inner-slider {
  display: flex;
  width: 100%;
  color: #fff;
}

#top-logo {position: absolute; right: 40px; top: 400px; z-index: 9999}
#top-logo img {width: 200px}

.inner-slider-img,
.inner-slider-text {
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
}

.inner-slider-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  opacity: 0;
  transform: translateX(-50px);
  animation: fadeInLeft 1.5s ease forwards;
}

.slider-text {
  transform: translateY(0px);
  text-align: left;
  padding-left: 30px;
}
.bg-leaf {
  background: url('../img/Latra2.png');
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 280px;
  padding-top: 60px;
  background-position-y: -30px;
}
.bb_img_round {
  border-radius: 50px !important;
}
.v-pd1 {
  padding: 0 60px !important;
}
section {
  background-color: #f8f8f8 !important;
}
#bt_bb_section681eb92c41365 {
  background-color: #fff !important;
}
#bt_bb_section681eb92c3a2bc {
  padding-bottom: 100px !important;
  background-color: #f8f8f8 !important;
}
.bt_bb_link {
  background: #c29d46 !important;
  border-radius: 20px;
  color: #000; /*padding: 1.5rem 2.5rem !important*/
}
.bt_bb_link .bt_bb_button_text {
  text-transform: capitalize !important;
  color: #323339 !important;
  font-size: 24px;
}
.justify-content-center {
  justify-content: center !important;
}
.wpcf7-submit {
  color: #000 !important;
}

.slider-bg {
  width: 100vw;
  height: 100vh;
}

.slider-bg .slide {
  height: 100vh;
}

.slide {
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.slide .text {
  position: absolute;
  top: 20%;
  left: 5%;
  color: white;
  font-size: 5em;
  /*font-weight: bold;*/
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  font-family: "HY-Konras", sans-serif;
}

.text.animate {
  /*animation: fadeInText 1s ease-in-out forwards;*/
  animation: dropDown 3s ease-out forwards;
}

.slider-bg {
  background-color: inherit !important;
}

#bt_bb_section_l12 {background: #efe8da !important; padding-bottom: 100px !important}

.timeline-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.timeline-item {
  width: calc((100% - 15px * 4) / 5); /* Trừ 4 khoảng cách 15px */
  box-sizing: border-box;
}

@keyframes dropDown {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#slick-banner .slider-text {
  padding-right: 160px;
}

#slick-banner .slider-text h3 {
  font-family: "HY-Eveeen", sans-serif;
  font-size: 54px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1.25s ease forwards;
  animation-delay: 0.5s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

#slick-banner .slider-text h4 {
  font-family: "UTMCaviar", sans-serif;
  font-size: 24px;
  line-height: 1.2em;
  opacity: 0;
  animation: fadeInUp 1.25s ease forwards;
  animation-delay: 1s;
}

#slick-banner .slider-text .leaf-icon {
  margin-top: 15px;
  opacity: 0;
  animation: fadeInUp 1.25s ease forwards;
  animation-delay: 1.25s;
}

#slick-banner .slider-text .leaf-icon img {width: 80px}

#menu {
  position: fixed;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
  opacity: 1;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: visible;
}

#menu.hidden {
  opacity: 0;
  visibility: hidden;
}

.main_menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: right;
}

.main_menu li a {
  color: white;
  text-decoration: none;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Gotham-Medium", sans-serif;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.main_menu li a:hover {
  /*color: #ffd700;*/
  transform: scale(1.05); /* Phóng to nhẹ */
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.4); /* Bóng sáng hơn khi hover */
}

.menu-icon {
  position: fixed;
  /*bottom: 0px;*/
  right: 40px;
  cursor: pointer;
  z-index: 1000;
}

.menu-icon div {
  width: 30px;
  height: 3px;
  background-color: #EFC57C;
  margin: 5px 0;
}

.menu-icon.active div:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu-icon.active div:nth-child(2) {
  opacity: 0;
}

.menu-icon.active div:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.testimonial-card {
  background-color: #e9d7b9; /* nền be */
  border-radius: 60px;
  padding: 40px 30px;
  max-width: 300px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 0 auto;
}

.testimonial-bg-2 {
  background-color: #c19b43 !important;
}

.testimonial-card .quote {
  font-size: 40px;
  color: #000;
  margin-bottom: 10px;
}

.testimonial-card .text {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.5;
  font-family: "ProximaNovaThin", sans-serif;
  font-weight: 600;
}

.testimonial-card .name {
  font-weight: bold;
  color: #000;
  font-size: 18px;
  font-family: "ProximaNovaBold", sans-serif;
}

.testimonial-card .role {
  color: #000;
  font-size: 18px;
  font-family: "ProximaNovaThin", sans-serif;
  font-weight: 600;
}

.list-frm-icons a {display: inline-block; width: 45px; text-align: center;}
.list-frm-icons i {color: #007AC3}
h2.bt_bb_headline_tag {
  line-height: 1.2 !important;
}

h2.bt_bb_headline_tag .bt_bb_headline_content span {
  font-family: "Fester-Bold", sans-serif;
  font-size: 53px;
}

h3.bt_bb_headline_tag .bt_bb_headline_content span,
#bt_bb_section681eb92c42b03 .bt_bb_headline_tag .bt_bb_headline_content span {
  font-family: "Lora", sans-serif;
  font-size: 68px;
}

.wpcf7-form-control {
  /*font-family: "ProximaNovaThin" !important;*/
  font-family: "Inter" !important;
  font-weight: 300 !important;
  font-size: 16px !important;
}
.wpcf7-form-control::placeholder {
  /*font-family: 'ProximaNovaThin', 'Times New Roman', sans-serif !important; /* hoặc font bạn muốn */*/
  font-family: 'Inter', 'Times New Roman', sans-serif !important; /* hoặc font bạn muốn */
  font-weight: 300; /* tuỳ chỉnh */
  color: #999; /* tuỳ chỉnh màu chữ placeholder */
  opacity: 1; /* tránh bị mờ trên Firefox */
}

.voucher-desc {padding-bottom: 35px}

#masthead-responsive {background: inherit; box-shadow: none;}

.site-footer #menu-custom-menu li a {font-weight: 400}

.testimonial-tag span {
  color: #c29d46;
}

.head-padd {
  max-width: 810px;
  margin: 0 auto;
}

.decor {
  position: absolute;
  top: 50%;
  width: 200px;
  opacity: 0.1;
  transform: translateY(-50%);
  z-index: 0;
}

.decor.layer-img-left {
  left: 0;
  transform: translateY(-10%);
}

.decor.layer-img-right {
  right: 0;
  transform: translateY(-50%) scaleX(-1); /* Lật hình cho đối xứng */
}

.pdb_60 {
  padding-bottom: 60px;
}

.testimonial-card-1-transparent {
  background-color: rgba(233, 215, 182, 0.7);
}

.testimonial-card-2-transparent {
  background-color: rgba(185, 145, 66, 0.7); /* vàng mờ */
}

.section-why .testimonial-card {
  display: flex;
  align-items: center;
  min-height: 400px;
}

#section-brown {
  background-color: #c19b43 !important;
}

#section-brown .tip-item {
  max-width: 300px;
}
#section-brown .tip-item-img {
  margin-bottom: 45px;
}
#section-brown .tip-item-img img {
  width: 95%;
}
.tip-item-desc {
  font-family: "HY-Konras", sans-serif;
  font-size: 44px;
  color: #fff;
  line-height: 1.3;
}

@keyframes sway {
  0% {
    transform: rotate(0deg) translateY(0);
  }
  25% {
    transform: rotate(2deg) translateY(-2px);
  }
  50% {
    transform: rotate(0deg) translateY(0);
  }
  75% {
    transform: rotate(-2deg) translateY(-2px);
  }
  100% {
    transform: rotate(0deg) translateY(0);
  }
}

#section-brown .bt_bb_row_holder .col-tip img {
  animation: sway 4s ease-in-out infinite;
  transform-origin: center top; /* Điểm xoay ở đỉnh hình */
}

#section-brown .bt_bb_row_holder .col-tip:nth-child(1) img {
  animation-delay: 0s;
}

#section-brown .bt_bb_row_holder .col-tip:nth-child(2) img {
  animation-delay: 2.5s;
}

#section-brown .bt_bb_row_holder .col-tip:nth-child(3) img {
  animation-delay: 4s;
}

.carousel-slider {
  background: inherit;
  height: 100% !important;
}
.carousel-slider .slick-slide {
  padding: 80px 20px; /* Điều chỉnh giá trị này để thay đổi khoảng cách */
}

.carousel-slider .slick-slide img {
  /*width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	transition: height 0.3s ease; height: 200px;*/
  transition: transform 0.3s ease;
  /*width: 200px;
  	height: 200px;*/
  width: 90%;
  transform-origin: bottom center;
}
.carousel-slider .slick-slide:hover img {
  transform: scale(1.25);
  z-index: 1; /* Chiều cao tăng khi hover */
}

.box-layer-1 {
  position: absolute;
  top: -110px;
  right: 0;
  /*transform: translateX(-50%);*/
  pointer-events: none;
  opacity: 0.4;
}

.box-layer-2 {
  position: absolute;
  top: 18%;
  left: 100px;
  /*transform: translateY(-30%);*/
  pointer-events: none;
  opacity: 0.4;
}

.box-layer-3 {
  position: absolute;
  top: 48%;
  right: 0;
  /*transform: translateY(-30%);*/
  pointer-events: none;
  opacity: 0.4;
}

.box-layer-4 {
  position: absolute;
  top: 75%;
  left: 200px;
  pointer-events: none;
  opacity: 0.4;
}

.box-layer-1 img {
	width: 600px;
}

.box-layer-2 img {
	width: 400px;
	transform: rotate(270deg);
}

.box-layer-3 img {
	width: 500px;
	/*transform: rotate(270deg);*/
}

.box-layer-4 img {
	width: 500px;
	transform: rotate(270deg);
}

.content-box {
  background-color: rgba(233, 215, 182, 0.5);
  border-radius: 100px;
  padding: 45px;
  margin-bottom: 80px;
  position: relative;
  line-height: 1.6;
  color: #333;
  display: flex;
  align-items: center;
  gap: 30px;
}

.content-title {
  font-weight: bold;
  font-size: 26px;
  font-family: "Fester-Bold", sans-serif;
  flex-shrink: 0;
  width: 250px;
  text-decoration: underline;
}

.content-text {
	font-family: "ProximaNovaThin", sans-serif;
  font-weight: 600;
  text-align: justify;
  font-size: 20px;
  padding: 0 30px;
}

.align-items-center {
	align-items: center !important;
}

.timeline {
  position: relative;
  width: 200px;
  padding: 20px 0;
}
 
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background-color: #d4a255;
}
 
.timeline-item {
  position: relative;
  margin-bottom: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
}
 
.timeline-item:last-child {
  margin-bottom: 0;
}
 
.timeline-item .icon-container {
  background-color: rgba(193, 155, 67, 0.5);
  color: #fff;
  padding: 15px;
  border-radius: 100px;
  font-size: 24px;
  width: 240px;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.icon-container.active {height: auto !important;}
.collapse-content {height: 0; opacity: 0; font-size: 1rem; font-weight: 400; text-transform: none; padding: 15px 15px 30px; transition: all 0.5s ease;}
.icon-container.active .collapse-content {height: 100%; opacity: 1}

.timeline-item img {width: 125px}

.timeline-item .text {font-weight: 500; font-size: 18px; margin-top: 20px; padding: 0 15px;}

#slick-banner .slick-track {height: 100vh}

#section-brown .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(2) {
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

#section-brown .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(3) {
  -webkit-transition-delay: 1600ms;
  -moz-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

.hero {
      background-image: url('../img/banner_inside.jpg'); /* ← thay bằng link ảnh thật */
      background-size: cover;
      background-position: center;
      height: 100vh;
      color: white;
      position: relative;
    }

    /* TITLE bên phải giữa */
    .hero .title {
      position: absolute;
      top: 50%;
      /*right: 15%;*/
      left: 5%;
      transform: translateY(-50%);
      font-size: 2.8rem;
      font-family: "HY-Eveeen", sans-serif;
      font-weight: bold;
      line-height: 1.2;
      opacity: 0;
      animation: slideDown 1.2s ease-out forwards;
      animation-delay: 0.5s;
      /*text-align: center;*/
    }

    /* DESCRIPTION bên trái dưới */
    .hero .description {
      position: absolute;
      bottom: 25%;
      left: 5%;
      max-width: 768px;
      font-size: 1rem;
      font-family: "UTMCaviar", sans-serif;
      line-height: 1.6;
      color: #f0f0f0;
      opacity: 0;
      animation: slideUp 1.2s ease-out forwards;
      animation-delay: 1s;
    }

    @keyframes slideDown {
      0% {
        transform: translateY(-30px);
        opacity: 0;
      }
      100% {
        transform: translateY(-50%);
        opacity: 1;
      }
    }

    @keyframes slideUp {
      0% {
        transform: translateY(30px);
        opacity: 0;
      }
      100% {
        transform: translateY(0);
        opacity: 1;
      }
    }

    /* RESPONSIVE */
    /* Tablet */

    @media (max-width: 768px) {
      .hero-inside {position: absolute; left: 0; bottom: 70px; padding: 0 15px;}
      .hero .title {
        transform: initial;
        position: relative;
        font-size: 2rem;
        left: 0;
        bottom: -30px;
        text-align: left;
      }

      .hero .description {
        position: initial;
        left: 0;
        bottom: 40px;
        font-size: 1rem;
        text-align: left;
      }
    }

    @media (max-width: 480px) {
      /*.hero .title {
        font-size: 1.5rem;
      }

      .hero .description {
        font-size: 0.85rem;
      }*/
    }


.faq-img-layer-1 {
  position: absolute;
  top: 350px;
  left: 300px;
}

.faq-img-layer-1 img {
  width: 600px;
}

.faq-img-layer-2 {
  position: absolute;
  top: 1085px;
  left: 540px;
}

.faq-img-layer-2 img {width: 400px; transform: rotate(315deg);}

.faq-img-layer-3 {
  position: absolute;
  top: 1700px;
  left: 640px;
}

.faq-img-layer-3 img {width: 480px}

.faq-img-layer-4 {
  position: absolute;
  top: 2300px;
  left: 180px;
}

.faq-img-layer-4 img {width: 600px}

.faq-img-layer-5 {
  position: absolute;
  top: 2900px;
  left: 450px;
}

.faq-img-layer-5 img {width: 320px;}

.faq-img-layer-6 {
  position: absolute;
  top: 3600px;
  left: 350px;
}

.faq-img-layer-6 img {width: 720px;}


/* Modal */

/* ============ Modal cơ bản ============ */
.custom-modal {
  display: none; /* Ẩn mặc định */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

/* Nội dung modal */
.custom-modal-content {
  background: #fff;
  border-radius: 8px;
  padding: 25px 30px;
  width: 90%;
  max-width: 980px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease;
  position: relative;
}

/* Nút đóng */
.custom-modal-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  color: #999;
  cursor: pointer;
}

.custom-modal-close:hover {
  color: #333;
}

/* Hiệu ứng */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}



#section-voucher {margin: 150px 0;}
.bt_bb_wrapper {background-color: #f8f8f8;}
.single-post .hero-inside {padding: 0 15px;}
/*.single-post .hero-inside .title {right: auto; text-align: center; width: 100%}*/

.menu-slider {width: 70%; margin: 0 auto}

.flip-card {
  height: 600px;
  background-color: transparent;
  width: 100%;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}


/* Style the back side */
.flip-card-back {
  transform: rotateY(180deg);
}

.card-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 24px;
    }

    .card {
      background-color: #ffffff;
      width: calc(33.333% - 24px);
      min-width: 280px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
      border-radius: 6px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }

    .card img {
      width: 100%;
      height: auto;
      display: block;
    }

    .card-content {
      padding: 24px;
      flex: 1;
    }

    .category {
      font-size: 0.85rem;
      color: #555;
      margin-bottom: 12px;
    }

    .card-title {
      font-size: 1.5rem;
      font-weight: bold;
      color: #111;
      line-height: 1.3;
      margin-bottom: 16px;
    }

    .card-title a {
      font-family: "Fester-Bold", sans-serif !important;
    }

    .card-description {
      font-size: 0.9rem;
      color: #333;
      line-height: 1.6;
      margin-bottom: 20px;
      font-family: "ProximaNovaThin", sans-serif !important;
    }

    .card-footer {
      font-size: 0.8rem;
      color: #666;
    }

    .view-article {display: none;}

    /* Responsive: 2 cột trên tablet */
    @media (max-width: 992px) {
      .card {
        width: calc(50% - 24px);
      }
    }

    /* Responsive: 1 cột trên mobile */
    @media (max-width: 600px) {
      .card {
        width: 100%;
      }
    }


.banner_bg_small {
      position: relative;
      width: 100%;
      height: 100vh;
      overflow: hidden;
      display: none;
    }

    .banner_bg_small img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .overlay {
      position: absolute;
      bottom: 40px;
      left: 40px;
      color: white;
      z-index: 2;
      opacity: 0;
      transform: translateY(30px);
      animation: dropIn 1s ease-out forwards;
    }

    .leaf-icon {
      /*width: 30px;
      height: 30px;
      background: url('leaf-icon.png') no-repeat center center/contain;*/
      margin-bottom: 10px;
    }

    .leaf-icon img {width: 40px}

    .heading {
      font-size: 2rem;
      font-weight: bold;
      line-height: 1.4;
      margin-bottom: 10px;
    }

    .subtext {
      font-size: 1rem;
      color: #e0e0e0;
    }

    @keyframes dropIn {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 768px) {
      .heading {
        font-size: 1.5rem;
      }

      .overlay {
        left: 0px;
        bottom: 180px;
      }
    }


@media (min-width: 767px) {
  .ltp-text-r {padding-right: 35px;}
  .ltp-text-l {padding-left: 35px;}
}

@media (max-width: 767px) {
  #top-logo {display: none;}
  #slick-banner {display: none;}
  #section-voucher {margin: 35px 0;}
  .flip-card {height: auto;}
  .banner_bg_small {display: block;}
  .banner_bg_small h3 {font-family: "HY-Eveeen", sans-serif;
  font-size: 24px; text-align: left;}
  .banner_bg_small h4 {font-family: "UTMCaviar", sans-serif; font-size: 18px; text-align: left;}
  .banner_bg_small .overlay {padding: 0 15px}
  #menu {top: 170px}
  .main_menu {gap: 5px}
  .main_menu li a {font-size: 20px;}
  .testimonial-itemm {margin-bottom: 15px;}
  h2.bt_bb_headline_tag .bt_bb_headline_content span {font-size: 28px !important}
  #section-brown .tip-item {display: flex; flex-direction: column; max-width: inherit; margin-bottom: 30px;}
  #section-brown .tip-item-img img {width: 80%}
  #section-brown .tip-item-img {order: 2; margin-bottom: 0}
  #section-brown .tip-item-desc {font-size: 24px; order: 1; margin-bottom: 10px}
  #slider-zoom .bt_bb_port {padding-top: 1em; padding-bottom: 0}
  .wrap-content-box .content-box {flex-direction: column; margin-bottom: 30px; padding: 30px 15px; cursor: pointer;}
  .wrap-content-box .content-box .content-title {text-decoration: inherit;}
  .wrap-content-box .content-box .content-text {display: none; font-size: 18px}
  .timeline-item {margin-bottom: 35px; width: 100%}
  .flip-card {min-height: 200px;}
  .icon-container.active {width: 100% !important}
  .slider-bg {height: 70vh}
  .v-explore {margin-bottom: 35px}
  .mb_pdd_1 {padding: 0 0 4em !important}
  .mb_pdd_0 {padding-bottom: 0 !important}
  .mb_pdd_2 {padding-bottom: 2em !important}
  #bt_bb_section681eb92c3a2bc.mb_pdd_2 {padding-bottom: 0em !important}
  #section-content-box .bt_bb_port {padding-bottom: 0 !important}
  .carousel-slider .slick-slide {padding-bottom: 20px}
  #bt_bb_section_l12 {padding-bottom: 0 !important}
  .hero {height: 60vh}
  .site-header-responsive .responsive-logo img {width: 85px !important; height: auto !important;}
}

@media only screen and (max-width: 616px) {
  .menu-slider {width: 100%}
  .bt_bb_contact_form_7 a {font-size: 0.9rem}
}