.btn {
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
}
@media all and (min-width: 1170px) {
  .btn {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.btn:hover {
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2);
}

.btn-white {
  background: #fff;
}

.btn-primary {
  background: #f6ed31;
  border-color: #f6ed31;
  color: #333;
}
.btn-primary:hover {
  background: #ffda6a;
  border-color: #ffda6a;
  color: #333;
}

html {
  scroll-behavior: smooth;
}

.navbar-brand img {
  max-width: 80px;
}

.banner_detail .slide-item img {
  width: 100%;
}

.slider-home {
  position: relative;
}
.slider-home .slide-item {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
}
.slider-home .slide-item img {
  object-fit: cover;
  height: 100%;
  max-width: initial;
  /* width: auto; */
  text-align: center;
}
.slider-home .slide-item .overlay {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
}
.slider-home .slide-item .overlay .number {
  font-size: 20px;
  font-weight: 300;
}
.slider-home .slide-item .overlay .title {
  font-size: 50px;
  font-weight: bold;
}
.slider-home .slide-item .overlay .description {
  font-size: 20px;
  line-height: 1.45;
  margin-bottom: 1rem;
}
.slider-home .slide-item .overlay .btn {
  font-size: 18px;
}
.slider-home .owl-dots {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 1rem;
  text-align: left;
  margin-left: -3px;
}
.slider-home .owl-dots .owl-dot {
  background: #999;
}
.slider-home .owl-dots .owl-dot.active {
  background: #fff;
}

.dots-container {
  position: absolute;
  bottom: 190px;
  width: 100%;
  z-index: 999;
}
.dots-container .container {
  position: relative;
}

.section.welcome, .section.testimonials {
  background: rgba(167, 218, 204, 0.1);
}
@media all and (min-width: 1170px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section.newsletter {
    padding-top: 0;
  }
}

.testimonials .section-title {
  font-size: 30px;
}
.testimonials .icon-star {
  width: 14px;
  height: 14px;
}

.slide-testimonials {
  padding: 30px 0 30px 0;
}
.slide-testimonials .owl-item {
  display: inline-block;
  vertical-align: top;
}
.slide-testimonials .slide-item {
  padding: 0 75px;
}
.slide-testimonials .slide-item img {
  border-radius: 50%;
  max-width: 80px !important;
}
.slide-testimonials .slide-item .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
.slide-testimonials .slide-item .review-content {
  font-size: 1rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.45;
  margin: 1rem 0;
}
.slide-testimonials .slide-item date {
  color: #a5a5a5;
}

.newsletter {
  background-color: #a7dacc;
}
.newsletter .section-title {
  font-size: 30px;
  margin-bottom: 0px;
}
.newsletter .form-control {
  height: 40px;
  outline: none;
  border: none;
}

.product-item {
  padding-top: 40px;
}
.product-item.reserve > .row {
  flex-direction: row-reverse;
}
.product-item .product-badge {
  position: absolute;
  width: 80px;
  transform: translate(0, -50%);
  right: 1rem;
  z-index: 999;
}
@media all and (min-width: 768px) {
  .product-item .product-badge.left {
    left: 1rem;
  }
}
@media all and (min-width: 997px) {
  .product-item .content {
    padding: 0 50px 130px 50px;
  }
}
.product-item .content .duration {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #888888;
  margin-bottom: 6px;
}
.product-item .content .duration span {
  display: inline-block;
  padding: 0 10px;
  line-height: 0.5;
}
.product-item .content .product-title {
  font-size: 30px;
  font-weight: bold;
}
.product-item .content .product-title a {
  color: #333;
  text-decoration: none;
}
.product-item .content .product-title a:hover {
  color: #8cd9c4;
}
.product-item .content .review {
  color: #888888;
  font-size: 12px;
  font-weight: 300;
  height: 28px;
  margin-bottom: 1rem;
}
.product-item .content .review span {
  padding: 0 15px 0 16px;
  line-height: 1;
  position: relative;
  font-size: 20px;
}
.product-item .content .review span:after {
  position: absolute;
  content: " ";
  border-left: 1px solid #d8d8d8;
  top: 0;
  bottom: 0;
  left: 50%;
}
.product-item .content .description {
  margin-bottom: 20px;
  text-align: justify;
}
.product-item .content .price-block {
  font-weight: 300;
}
.product-item .content .price-block .price {
  font-size: 24px;
  font-weight: 600;
}
.product-item .content .price-block .btn {
  margin-left: 30px;
}
.product-item .gallery {
  position: relative;
}
.product-item .gallery img {
  width: 100%;
}
.product-item .thumbnails {
  transform: translate(0, -50%);
  padding: 0 2rem;
  cursor: pointer;
}
.product-item .thumbnails:after {
  position: relative;
  content: " ";
}
.product-item .thumbnails img {
  border: 5px solid #f6ed31;
}
.product-item .thumbnails img.active {
  border-color: #8cd9c4;
}
.product-item .thumbnails .col-4 {
  padding: 5px;
}

#imageGallery .lslide img {
  width: 100%;
}

.lSSlideOuter .lSPager.lSGallery li {
  opacity: 0.5;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0 !important;
  opacity: 1;
}

.tour-sidebar {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.list-itinerary {
  list-style: none;
  position: relative;
}
.list-itinerary:before {
  position: absolute;
  content: " ";
  border-left: 2px solid #8cd9c4;
  top: 0;
  bottom: 0;
  left: 13px;
}
.list-itinerary li.item {
  position: relative;
  margin-bottom: 2rem;
}
.list-itinerary li.item .icon {
  position: absolute;
  width: 28px;
  height: 28px;
  border: 4px solid #f6ed31;
  background: rgb(189, 160, 78);
  border-radius: 14px;
  left: -40px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
}
.list-itinerary li.item .icon:before {
  position: absolute;
  width: 40px;
  content: " ";
  border: 6px solid #fff;
  height: 40px;
  border-radius: 20px;
  top: -10px;
  left: -10px;
}
.list-itinerary li.item .title {
  font-weight: 600;
  margin-bottom: 10px;
}

.details .sub-content {
  font-size: 14px;
  font-weight: 300;
}
.details .sub-content img {
  padding-right: 10px;
}

.review-statistic {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 0;
}
.review-statistic .review {
  margin-right: 20px;
}
.review-statistic .percent {
  height: 10px;
  width: 300px;
  background: #ececec;
}
.review-statistic .percent .active {
  background: #f6ed31;
  height: 10px;
}
.review-statistic .number {
  min-width: 30px;
  text-align: right;
}

.review.dark .icon-star {
  background-image: url("../img/star-dark.svg");
}
.review.dark .icon-star.empty {
  background-image: url("../img/star-dark-empty.svg");
}

.comment-list .comment-item {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
}
.comment-list .comment-item:last-child {
  border-bottom: none;
}
.comment-list .comment-item .info {
  position: relative;
}
.comment-list .comment-item .info img {
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.comment-list .comment-item .info .title {
  padding-left: 55px;
  line-height: 20px;
}
.comment-list .comment-item .info .title i {
  font-size: 12px;
  color: #666666;
}
.comment-list .comment-item .comment-content {
  padding: 16px 0 30px 0;
}

.datepicker {
  width: 100% !important;
  max-width: 350px;
}
.datepicker .table-condensed {
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
}
.datepicker .table-condensed thead .datepicker-switch {
  font-size: 16px;
  font-weight: 500;
}
.datepicker .table-condensed thead th {
  font-weight: 300;
  padding: 5px 0;
}
.datepicker .table-condensed thead .next, .datepicker .table-condensed thead .prev {
  background: #f6ed31;
}
.datepicker .table-condensed thead tr:last-child th {
  border-bottom: 1px solid #efefef;
}
.datepicker .table-condensed .new {
  display: none;
}
.datepicker .table-condensed .old {
  visibility: hidden;
}
.datepicker .table-condensed .dow {
  color: #888;
}
.datepicker .table-condensed .disabled-date:after {
  background: #f04f5f !important;
  color: #000 !important;
}
.datepicker .table-condensed .day {
  padding: 5px 0;
  position: relative;
}
.datepicker .table-condensed .day .disabled {
  color: #d2d2d2;
  cursor: not-allowed;
}
.datepicker .table-condensed .day:after {
  position: absolute;
  content: " ";
  height: 34px;
  width: 34px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}
.datepicker .table-condensed .day:hover {
  background: transparent;
}
.datepicker .table-condensed .day:hover:after {
  background: #eee;
}
.datepicker .table-condensed .day.today {
  background: transparent;
  font-weight: bold;
}
.datepicker .table-condensed .day.today:after {
  background: #eee;
}
.datepicker .table-condensed .day.today:hover {
  background: transparent;
}
.datepicker .table-condensed .day.today:hover:after {
  background: #f6ed31;
}
.datepicker .table-condensed .day.active {
  background: transparent;
  font-weight: bold;
}
.datepicker .table-condensed .day.active:after {
  background: #f6ed31;
}
.datepicker .table-condensed .day.active:hover {
  background: transparent;
}
.datepicker .table-condensed .day.active:hover:after {
  background: #f6ed31;
}

.tour-details .lSSlideOuter {
  position: relative;
}
.tour-details .lSSlideOuter .lSPager.lSpg {
  width: 100% !important;
  position: absolute;
  bottom: 40px;
}

.note_private_tour {
  font-style: italic;
  line-height: 0px;
}

.section.mission, .section.guides {
  background: rgba(246, 237, 49, 0.1);
}
.section.guides {
  padding: 80px 0;
}
.section.guides .section-title {
  margin: 0;
}
.section.mission .mission-item img {
  max-width: 80px;
  border-radius: 50%;
}
.section.mission .mission-item .title {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 24px;
}
.section.mission .mission-item p {
  font-weight: 300;
}

.member-info {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 60px;
  margin-top: 100px;
}
.member-info .header {
  position: relative;
  margin-bottom: 20px;
}
.member-info .header img {
  width: 120px;
  position: absolute;
  top: -74px;
}
.member-info .header .title {
  padding-left: 140px;
}
.member-info .header .title h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
.member-info .header .title i {
  font-size: 12px;
  color: #a5a5a5;
}
.member-info .intro {
  font-size: 12px;
  font-weight: 300;
  text-align: justify;
}

.guide-item img {
  margin-bottom: 1rem;
  border-radius: 50%;
  width: 120px;
}

.booking #txtDate {
  position: relative;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("../img/icon-calendar.svg");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.booking .form-group label {
  position: relative;
  font-size: 12px;
}
.booking .form-group.required label:after {
  position: absolute;
  content: "*";
  top: 0;
  right: -10px;
}

.block-quantity .minus, .block-quantity .plus {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  line-height: 18px;
  border: 1px solid #888;
  text-align: center;
  cursor: pointer;
}
.block-quantity .minus.disabled, .block-quantity .plus.disabled {
  border-color: #d8d8d8;
  color: #d8d8d8;
  cursor: not-allowed;
}
.block-quantity .qty {
  padding: 8px;
  min-width: 40px;
  text-align: center;
}

.form-check label {
  font-size: 1rem !important;
  padding-left: 5px;
}
.form-check input {
  width: 20px;
  position: absolute;
}
.form-check input:before {
  position: absolute;
  background: #fff;
  border: 1px solid #888;
  content: " ";
  top: -2px;
  left: -2px;
  width: 20px;
  height: 20px;
  z-index: 0;
  border-radius: 50%;
}
.form-check input:after {
  position: absolute;
  background: #fff;
  content: " ";
  top: 1px;
  left: 1px;
  width: 14px;
  height: 14px;
  z-index: 1;
  border-radius: 50%;
}
.form-check input:checked {
  color: red;
  width: 20px;
  position: absolute;
}
.form-check input:checked:before {
  border-color: #8cd9c4;
}
.form-check input:checked:after {
  background: #8cd9c4;
}

.order-summary .item {
  position: relative;
  padding-left: 35px;
  display: flex;
  align-items: center;
}
.order-summary .item img {
  position: absolute;
  left: 0;
}

.order-info label {
  padding-right: 2rem;
}

.section.why {
  background: rgba(246, 237, 49, 0.1);
  padding: 80px 0;
}
.section.why .section-title {
  margin: 0;
  position: relative;
}
.section.why .section-title:after {
  position: absolute;
  content: " ";
  width: 44px;
  height: 6px;
  background-color: #333333;
  bottom: -16px;
  left: 0;
}
.section.viewed {
  background: rgba(167, 218, 204, 0.1);
}

.viewed-tour-item .tour-info {
  background: #fff;
  position: relative;
  padding: 30px;
  margin: -30px 20px 30px 20px;
}
.viewed-tour-item .tour-info .title {
  font-size: 20px;
  font-weight: bold;
}
.viewed-tour-item .tour-info .title a {
  color: #333;
  text-decoration: none;
}
.viewed-tour-item .tour-info .title a:hover {
  color: #8cd9c4;
}
.viewed-tour-item .tour-info .price-block {
  margin-top: 6px;
}
.viewed-tour-item .tour-info .price-block .price {
  font-weight: bold;
}
.viewed-tour-item .tour-info .price-block .btn {
  margin-left: auto;
  height: 32px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.viewed-tour-item .lSSlideOuter {
  position: relative;
}
.viewed-tour-item .lSSlideOuter .lSPager {
  position: absolute;
  width: 100%;
  bottom: 40px;
}

.banner-faq {
  text-align: center;
  padding: 130px 0;
  background-image: url("../img/faq.jpg");
  background-position: center;
  background-size: cover;
}
.banner-faq h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}
.banner-faq form {
  max-width: 800px;
  margin: 20px auto 0 auto;
}
.banner-faq .search {
  height: 60px;
  max-width: 800px;
  padding: 20px 50px 20px 20px;
  background: #fff url("../img/icon-search.svg") no-repeat;
  background-position: right 20px center;
}

.featured-categories {
  margin-top: 40px;
  margin-bottom: 40px;
}
.featured-categories .featured-category-item {
  background: #fff;
  padding: 30px 30px;
}
.featured-categories .featured-category-item a {
  color: #333;
  position: relative;
  display: block;
  z-index: 2222;
}
.featured-categories .featured-category-item h3 {
  font-size: 20px;
  font-weight: bold;
}
.featured-categories .featured-category-item p {
  color: #9392a0;
}
.featured-categories .featured-category-item:hover a {
  color: #f6ed31;
}
.featured-categories .featured-category-item:hover a p {
  color: #9392a0;
}

.faq-center {
  padding: 30px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  margin-top: 60px;
  margin-bottom: 60px;
}
.faq-center .faq-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.faq-center .list-categories {
  list-style: none;
  padding-left: 0;
}
.faq-center .list-categories .category-item {
  display: block;
  padding-left: 15px;
  position: relative;
  color: #333;
  text-decoration: none;
}
.faq-center .list-categories .category-item:hover {
  color: #8bd9c4;
}
.faq-center .list-categories .category-item.active {
  background: none;
  font-weight: 700;
}
.faq-center .list-categories .category-item.active:before {
  content: " ";
  position: absolute;
  width: 2px;
  left: 0;
  top: 5px;
  height: 25px;
  background: #f6ed31;
}

.faq-item .faq-title {
  font-size: 1.25rem;
  font-weight: 400;
}
.faq-item .faq-title .icon-narrow {
  font-size: 1rem;
  display: inline-block;
  transition: all 0.3s;
  background-image: url(../img/icon-narrow-down.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.faq-item .faq-title a {
  color: #333;
  display: inline-block;
  padding: 10px 0;
  text-decoration: none;
}
.faq-item .faq-title a span {
  padding-left: 10px;
}
.faq-item .faq-title a:not(.collapsed) i {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.faq-item .faq-title:hover a {
  color: #8bd9c4;
}
.faq-item .faq-item-body {
  padding-left: 31px;
  color: #666;
  line-height: 1.5;
  text-align: justify;
}

html, body {
  font-size: 1rem;
  color: #333;
  font-family: "Poppins", Arial, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.5;
}

.font-40 {
  font-size: 40px;
}

.font-30 {
  font-size: 30px;
}
.font-30 small {
  font-size: 1rem;
}

.font-20 {
  font-size: 20px;
}

.font-18 {
  font-size: 18px;
}

.font-14 {
  font-size: 14px !important;
}

.font-12 {
  font-size: 12px !important;
}

#header .navbar-brand {
  position: absolute;
  width: 150px;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  margin: auto;
  padding: 0;
  z-index: 10;
  opacity: 1;
}
#header .navbar {
  background: #f6ed31;
  padding: 13px 0 14px 0;
}
@media all and (max-width: 997px) {
  #header .navbar {
    padding: 13px 1rem 14px 1rem;
  }
}
#header .navbar .navbar-nav {
  font-size: 18px;
}
#header .navbar .navbar-nav .nav-item {
  transition: all 0.2s ease-in-out;
  margin-right: 50px;
  position: relative;
}
@media all and (min-width: 1170px) {
  #header .navbar .navbar-nav .nav-item:after {
    content: " ";
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid transparent;
  }
}
#header .navbar .navbar-nav .nav-item.active:after, #header .navbar .navbar-nav .nav-item:hover:after {
  content: " ";
  position: absolute;
  border-bottom: 2px solid #666;
}
#header .navbar .navbar-nav .nav-item.agent:hover:after {
  border-bottom: none;
}
#header .navbar .navbar-nav .nav-item.agent .btn-white {
  font-weight: bold;
}
#header .navbar .navbar-nav .nav-item .nav-link {
  padding-left: 0;
  padding-right: 0;
}
#header .navbar .navbar-nav .nav-item .nav-link.btn-white {
  padding-left: 30px;
  padding-right: 30px;
}
#header .navbar #menuLeft .nav-item:last-child {
  margin-right: 0;
}
#header .navbar #menuRight .nav-item:last-child {
  margin-right: 0;
}
#header .navbar .nav-link {
  color: #333;
}
#header .container {
  position: relative;
}

.container {
  max-width: 1240px;
}

.form-control {
  min-height: 40px;
}

.trip-bag {
  position: absolute;
  top: 100%;
  right: 15px;
  z-index: 99;
}


.icon-star {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../img/star.svg");
  background-size: contain;
  background-position: center center;
  margin-right: 0px;
}
.icon-star.empty {
  background-image: url("../img/star-empty.svg");
}

.section {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}
.section.pb {
  padding-bottom: 100px;
}

.section-title {
  font-size: 40px;
  font-weight: bold;
  margin: 50px 0;
}
.section-title small {
  font-size: 1rem;
}
.section-title.small {
  font-size: 30px;
}

.owl-nav {
  display: none;
}

.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  background: #ccc;
  border-radius: 50%;
  outline: none;
  border: none;
  width: 12px;
  height: 12px;
  display: inline-block;
  padding: 0;
  margin: 3px;
}
.owl-dots .owl-dot.active {
  background: #333;
}

.footer {
  background: #38300a;
  color: #fff;
  padding: 2rem 1rem;
}
.footer .brand-name {
  font-size: 24px;
  font-weight: 600;
}
@media all and (min-width: 1170px) {
  .footer {
    padding: 60px 0;
  }
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 25px 0 0 0;
}
.footer ul li {
  display: inline-block;
}
.footer .list-icon li {
  padding: 0 7px;
}
.footer .address li {
  position: relative;
  padding: 5px 1rem;
  font-size: 14px;
}
.footer .address li img {
  padding-right: 10px;
}
.footer .address li a {
  color: #fff;
}
.footer .address li:after {
  content: " ";
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .address li:last-child:after {
  content: none;
}

.call-action-wa {
  position: fixed;
  transition: all 0.3s ease-in-out;
  /* left: -100px; */
  height: 80px;
  bottom: 20px;
  z-index: 999;
}
.call-action-wa img {
  max-width: 100%;
  max-height: 80px;
}
.call-action-wa.in {
  right: 20px !important;
}
.call-action-wa.out {
  left: -100px !important;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list-circle {
  list-style: none;
  padding-left: 22px;
}
.list-circle li {
  display: block;
  position: relative;
  margin: 6px 0;
  font-weight: 300;
}
.list-circle li:before {
  content: " ";
  position: absolute;
  top: 8px;
  left: -22px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3333;
}

.section.thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}
@media all and (min-width: 1170px) {
  .section.thanks {
    padding: 150px 0;
    min-height: 600px;
  }
}

.section.video .pb {
  margin-bottom: 20px;
}
.section.video .px-20 {
  padding-left: 10px;
  padding-right: 10px;
}
.section.video .mx-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.video-item {
  position: relative;
  overflow: hidden;
}
.video-item.rectangle .thumb a {
  padding-top: 48.360655737%;
}
.video-item .thumb {
  position: static;
}
.video-item .thumb a {
  position: static;
  width: 100%;
  padding-top: 100%;
  object-fit: cover;
  display: block;
}
.video-item .thumb a > img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.video-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.video-item .overlay img {
  width: 50px;
}
.video-item .overlay:hover {
  background: rgba(0, 0, 0, 0.2);
}

.lSSlideOuter {
  position: relative;
}
.lSSlideOuter .lSPager.lSpg > li a {
  width: 12px;
  height: 12px;
  background: #fff;
}
.lSSlideOuter .lSPager.lSpg > li.active a {
  background: #f6ed31 !important;
}

.section.gallery .lSSlideOuter {
  position: relative;
}
.section.gallery .lSSlideOuter .lSPager.lSpg li a {
  background: #ccc;
}

.section.contact {
  padding: 130px 0;
}
.section.contact #contact-wrapper {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.section.contact .address {
  font-size: 14px;
  padding: 20px;
}
.section.contact .address .icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
}
.section.contact form {
  padding: 0 60px 0 40px;
}

@media all and (min-width: 1170px) {
  body.scrolled #header .navbar-brand img {
    max-width: 70px;
  }
  body.scrolled #header .navbar {
    padding: 0px;
  }
  body.scrolled #header .navbar .btn {
    padding-top: 0;
    padding-bottom: 0;
    max-height: 30px;
    margin-top: 6px;
  }
}
td.today.disabled {
  background: none !important;
  font-weight: normal !important;
  color: #999 !important;
}

td.disabled-date {
  font-weight: normal !important;
}

@media all and (max-width: 1170px) {
  #header .navbar .navbar-nav .nav-item {
    margin-right: 20px;
  }
  .tour-details {
    margin-top: 2rem;
  }
}
@media all and (max-width: 997px) {
  /* .main {
    padding-top: 67px;
  } */
  #header .navbar-brand {
    width: 100px;
    top: -1rem;
  }
  #header .navbar .navbar-nav .nav-item {
    margin-right: 20px;
  }
  .trip-bag {
    display: none;
  }
  .slider-home .slide-item {
    min-height: 300px;
    position: relative;
    overflow: hidden;
  }
  .slider-home .slide-item img {
    display: block;
    height: 100%;
    max-height: 100%;
    max-width: initial;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
    object-fit: cover;
  }
  .slider-home .slide-item .overlay {
    text-align: center;
  }
  .slider-home .slide-item .overlay .number {
    display: none;
  }
  .slider-home .slide-item .overlay .title {
    font-size: 30px;
  }
  .section.pb {
    padding-bottom: 30px;
  }
  .section.welcome .content {
    padding-top: 30px;
  }
  .product-item .content {
    padding-bottom: 30px;
  }
  .section-title {
    font-size: 30px;
    margin: 2rem 0 1rem;
  }
  .slide-testimonials {
    padding: 30px 0;
  }
  .slide-testimonials .slide-item {
    padding: 1rem;
  }
  .member-info {
    padding: 1rem;
    margin-top: 45px;
  }
  .member-info .header img {
    width: 80px;
    top: -40px;
  }
  .member-info .header .title {
    padding-left: 95px;
  }
  .tour-details {
    margin-top: 2rem;
  }
  .section.contact {
    padding: 50px 0;
  }
  .section form {
    padding: 0 20px;
  }
  .banner-faq {
    padding: 70px 15px 0 15px;
    min-height: 300px;
  }
  .banner-faq h1 {
    font-size: 30px;
  }
}
@media all and (max-width: 767px) {
  .section-title small {
    display: block;
  }
  /* .main { */
    /* padding-top: 67px; */
  /* } */
  .slider-home .slide-item .overlay .title {
    font-size: 25px;
  }
  .footer .address li {
    display: block;
  }
  .footer .address li:after {
    content: none;
  }
  .footer .list-icon li {
    padding: 5px;
  }
  .product-item .product-badge {
    width: 60px;
  }
  .product-item .content .product-title {
    font-size: 22px;
  }
  .section.guides .section-title {
    margin-bottom: 2rem;
  }
  .member-info {
    padding: 1rem;
    margin-top: 45px;
  }
  .member-info .header img {
    width: 80px;
    top: -40px;
  }
  .member-info .header .title {
    padding-left: 95px;
  }
  .guide-item {
    margin-bottom: 2rem;
  }
  .page-banner {
    position: relative;
    overflow: hidden;
    min-height: 200px;
  }
  .page-banner img {
    height: 100%;
    max-height: 100%;
    max-width: initial;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
    object-fit: cover;
  }
  .tour-details {
    margin-top: 2rem;
  }
  .tour-details .sub-content > div {
    padding-top: 10px;
  }
  .tour-details .review-statistic .percent {
    width: 150px;
  }
  .tour-sidebar {
    padding: 30px 1rem;
  }
  .viewed-tour-item .tour-info {
    padding: 1rem;
    margin: -2rem 1rem 2rem 1rem;
  }
  .section.video .pb, .section.gallery .pb {
    margin-bottom: 0 !important;
  }
  .video-item {
    margin-bottom: 1rem;
  }
  .tour-gallery {
    list-style: none;
    padding-left: 0;
  }
  .tour-gallery li {
    margin-bottom: 1rem;
  }
  .section.contact {
    padding: 50px 0;
  }
  .section.contact form {
    padding: 0 20px;
  }
  .faq-center {
    padding: 15px;
  }
  .faq-title i {
    display: none !important;
  }
  .faq-item .faq-item-body {
    padding: 0;
  }
  .icon-star {
    margin-right: 0;
  }
  .faq-item .faq-title a span {
    padding-left: 0;
  }
  .guide-item {
    font-size: 13px;
  }
  .guide-item img {
    max-width: 60px;
  }
  .call-action-wa {
    height: 60px;
    bottom: 5px;
  }
  .call-action-wa img {
    max-height: 60px;
  }
  .call-action-wa.in {
    right: 5px !important;
  }
}
@media all and (max-width: 1280px) and (min-width: 997px) {
  .slider-home {
    position: relative;
  }
  .slider-home .slide-item {
    height: 530px;
  }
  .dots-container {
    bottom: 110px;
  }
}
@media all and (max-width: 996px) {
  .slider-home .slide-item {
    height: 300px;
  }
  .dots-container {
    bottom: 0px;
  }
  .dots-container .owl-dots {
    text-align: center;
    margin: 0;
  }
}


.TA_excellent,.cx_brand_refresh {
  width: 100%!important;
}
.bravoText {
  text-align: left;
  padding-left: 5px;
}
.cx_brand_refresh {
  margin: 0!important;
}
.widEXCLINK a {
  float: left;
  text-align: left!important;
  width: 100%;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
}
#CDSWIDEXCLOGO {
  float: left;
  margin-left: 8px!important;
  padding-top: 5px!important;
  padding-bottom: 10px!important;
}

.slide-testimonials .slide-item {
  padding: 0 15px!important;
}
.review-content {
  text-align: left;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  word-wrap: break-word;

}
.review-content-main {
  max-height: 45px!important;
  overflow: hidden;
}
.modal-body .review-content {
  display: block;
}
.read_full_review:visited, .read_full_review:hover, .read_full_review:active {
  text-decoration: none;
  color: #000;
}
.read_full_review {
  color: #000;

}
#reviewModal {
  top: 20%;
}
.section.welcome, .section.testimonials {
  padding-top: 30px;
}
.post-item {
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
    padding-bottom: 15px;
    margin-bottom:30px;
    padding: 10px;
}
.post-item .featured-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    padding: 125px 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.post-item .blog-title {
    margin-top: 10px;
}
/*# sourceMappingURL=style.css.map */

.sticky-bottom {
  margin-top: 50px
}
.banner_detail_sticky {
  margin-bottom: 30px;
}
.see_all_photo_content {
  display: flex
;
}
.see_all_photo_action, .see_all_photo_action:hover {
  color: #fff;
}

.see_all_photo {
    position: absolute;
    z-index: 1000;
    right: 50px;
    bottom: 25px;
    transition-duration: .3s;
    --tw-opacity: 1;
    color: rgb(255 255 255 / var(--tw-opacity));
    padding: 10px;
    background-color: rgba(0, 0, 0, .5);
    border-color: rgb(255 255 255 / var(--tw-opacity));
    border-width: 1px;
    gap: 5px;
    align-items: center;
    display: flex
;
    cursor: pointer;
    text-transform: none;
    margin: 0;
    background-image: none;
    opacity: 0.8;
}
.main-banner {
  position: relative;
}
.tour-gallery img{
  min-height: 260px;
  height: 100%;
  object-fit: cover;
}
.video .video-item{
  height: 100%;
}
.video .video-item-image {
  height: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}

:root {
  --color-sandstone: #feeddc
}

.hero-section {
  /* min-height: 100vh; */
  display: flex;
  align-items: center;
  overflow-x: hidden;
  padding-bottom: 40px;
  background: var(--color-sandstone);
}

/* --- LEFT COLUMN: TEXT CONTENT --- */
.text-content h1 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.text-content h1 mark {
  color: #D92B6B;
  background-color: transparent;
}

.text-content .subtitle {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 2.5rem;
  max-width: 45ch;
}

.search-form .input-group {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  max-width: 480px;
}

.search-form .form-control {
  border: none;
  height: 60px;
  padding-left: 25px;
  font-size: 1rem;
  border-radius: 50px 0 0 50px;
  background-color: #fff;
}

.search-form .form-control:focus {
  box-shadow: none;
}

.search-form .btn-search {
  background-color: #FFC42D;
  color: #4A0E2A;
  font-weight: 600;
  border: none;
  height: 60px;
  padding: 0 30px;
  border-radius: 0 50px 50px 0;
  transition: background-color 0.3s;
}

.search-form .btn-search:hover {
  background-color: #f0b92a;
}

.marvin-promo {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  gap: 15px;
}

.marvin-promo p {
  margin: 0;
  font-size: 0.9rem;
}

.btn-marvin {
  background-color: #FBEAEE;
  color: #D92B6B;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 20px 10px 20px;
  position: relative;
  padding-right: 60px; /* space for image */
  transition: box-shadow 0.3s;
}
.btn-marvin:hover{
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: #D92B6B;
}

.marvin-img {
  position: absolute;
  right: 5px;
  bottom: 0;
  height: 48px;
}

/* --- RIGHT COLUMN: SLIDER --- */
.slider-wrapper {
  position: relative;
  width: 100%;
  /* max-width: 550px; Adjust as needed */
  margin: auto;
}

.slider-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.1; /* Make it slightly taller */
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
  pointer-events: none; /* Prevent interaction with hidden slides */
  
  /* The requested grid layout for DESKTOP */
  display: grid;
  gap: 1rem;
  grid-template-rows: repeat(6, 1fr);
  grid-template-columns: 3fr 3fr 3fr; /* Unequal columns for desktop */
  grid-template-areas:
      ". . four"
      ". two four"
      "one two four"
      "one two five"
      "one three five"
      "controls three five";
}

.slide.active {
  opacity: 1;
  pointer-events: auto; /* Allow interaction with the active slide */
}

.slide .img-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.slide img, .slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.slide .img-item:hover img,
.slide .img-item:hover video {
  transform: scale(1.05);
}

/* Assigning grid areas */
.img-item-1 { grid-area: one; }
.img-item-2 { grid-area: two; }
.img-item-3 { grid-area: three; }
.img-item-4 { grid-area: four; }
.img-item-5 { grid-area: five; }
.slider-controls { grid-area: controls; }


/* --- SLIDER CONTROLS (INSIDE GRID) --- */
.slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  align-self: center; /* Center vertically within its grid area */
}

.slider-controls button {
  background: #fff;
  border: 1px solid #ddd;
  color: #4A0E2A;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.slider-controls button:hover {
  background-color: #4A0E2A;
  color: #fff;
  border-color: #4A0E2A;
}

.slider-controls .locationName {
  font-weight: 400;
  font-size: 1.1rem;
  color: #4A0E2A;
  /* border: 1px solid #ddd; */
  padding: 8px 10px;
  /* border-radius: 10px; */
  /* background-color: #fff; */
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.05); */
}

/* --- RESPONSIVE ADJUSTMENTS --- */
@media (max-width: 991px) {
  .hero-section {
      text-align: center;
  }
  .text-content {
      margin-bottom: 40px;
  }
  .text-content h1 {
      font-size: 2.5rem;
  }
  .text-content .subtitle {
      margin-left: auto;
      margin-right: auto;
  }
  .search-form .input-group {
      margin-left: auto;
      margin-right: auto;
  }
  .marvin-promo {
      justify-content: center;
  }
  
  /* FIX FOR MOBILE: New grid layout for smaller screens */
  .slide {
      gap: 0.75rem;
      grid-template-columns: 3fr 5fr 3fr; /* Different proportions for mobile */
      grid-template-rows: repeat(6, 1fr);
      grid-template-areas:
          "one . three"
          "one two three"
          "one two three"
          "four two five"
          "four two five"
          "four controls five";
  }
}

.custom-navbar {
  background-color: var(--color-sandstone);
  padding: 1rem 1.5rem;
}

.navbar-brand {
  font-weight: bold;
  color: #673ab7 !important; /* Màu logo */
  font-size: 1.5rem;
}

.nav-link.login-link {
  font-weight: 600;
  color: #333 !important;
}

.btn-signup {
  background-color: #fff;
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  color: #673ab7;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  transition: all 0.2s ease-in-out;
}
.btn-signup:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Nút Hamburger */
.hamburger-btn {
  --color-sandstone: #feeddc
  border: none;
  border-radius: 12px;
  padding: 0.5rem 0.75rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  margin-left: 0.5rem;
}
.hamburger-btn .fas {
  color: #333;
  font-size: 1.2rem;
}

/* Menu xổ xuống tùy chỉnh */
.dropdown-menu.custom-dropdown-menu {
  margin-top: 10px;
  border-radius: 16px;
  border: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  padding: 1rem 0;
  min-width: 280px;
}
.custom-dropdown-menu .dropdown-item {
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  color: #333;
}
.custom-dropdown-menu .dropdown-item:hover {
  background-color: #f8f9fa;
}
.custom-dropdown-menu .dropdown-header {
  text-transform: uppercase;
  font-size: 0.75rem;
  padding: 0.75rem 1.5rem 0.25rem;
  color: #888;
}
.custom-dropdown-menu .dropdown-divider {
  margin: 0.5rem 0;
}
#dropdownMenuButton {
  background: #fff;
    border-radius: .5rem;
    width: 2.5rem;
    height: 2.5rem;
    display: flex
;
    justify-content: center;
    align-items: center;
    transition: all .12s 
ease-in-out;
    border: 1px solid #fff;
    margin-left: auto;
    box-shadow: var(--shadow-depth-level-1);
}

/* tour items */
.tour-card-container {
  display: flex;
  justify-content: left;
  gap: 30px; /* Space between cards */
  flex-wrap: wrap; /* Allows cards to wrap on smaller screens */
}

.tour-card {
  background-color: #FEFBF6; /* Creamy background color from image */
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  max-width: 385px;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  flex: 1; /* Allows cards to grow */
  min-width: 320px; /* Prevents cards from becoming too narrow */
}

.tour-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.card-img-container {
  position: relative;
}

.card-img-container .main-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.like-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  font-size: 16px;
  cursor: pointer;
}

.host-info {
  position: absolute;
  bottom: 15px;
  left: 15px;
  display: flex;
  align-items: center;
}

.host-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3px solid white;
  object-fit: cover;
}

.choose-host-btn {
  background-color: #7B3F9A; /* Purple color from image */
  color: white;
  border: none;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  margin-left: -15px; /* Overlap the host image slightly */
  padding-left: 25px; /* Add padding to make space for the overlap */
  cursor: pointer;
}

.card-body {
  padding: 20px;
  position: relative;
}
.card-btn {
  position: absolute;
  right: 15px;
  top: 30px;
}
.card-btn a {
  padding-left: 5px!important;
  padding-right: 5px!important;
}
.card-subtitle {
  font-size: 13px;
  color: #D46A6A; /* Pinkish color from image */
  font-weight: 600;
  margin-bottom: 8px;
}

.card-title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.card-reviews {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #757575;
  margin-bottom: 10px;
}

.card-reviews .stars {
  color: #F66118; /* Matching purple color */
  margin-right: 8px;
}

.card-reviews span {
  margin-left: 5px;
}

.card-tags .tag {
  display: inline-block;
  background-color: #ECECEC;
  color: #555;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 8px;
  margin-top: 10px;
}
.best-seller-tag{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #BB3F3F;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 10px;
}
.tour-card .price {
  font-size:16px;
  font-weight: 700;
  color: black;
}
.tour-card-link {
  width: inherit;
}
.tour-card-link:hover,.tour-card-link:active {
  text-decoration: none;
}

/* find local section */
.find-local-banner {
  background: #f5eacf;
  padding: 15px;
}
.image-gallery {
  /* Sử dụng display: grid để tạo bố cục lưới chính.
    grid-template-columns: repeat(3, 1fr) chia lưới thành 3 cột bằng nhau.
  */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem; /* Khoảng cách giữa các cột */
  height: 70vh; /* Đặt chiều cao để các đơn vị fr hoạt động */
  max-height: 600px;
}

.image-column {
  /* Mỗi cột cũng là một grid container riêng */
  display: grid;
  gap: 1.5rem; /* Khoảng cách giữa các ảnh trong một cột */
}

/* Đây là phần quan trọng nhất để đáp ứng yêu cầu của bạn.
Chúng ta định nghĩa các hàng cho từng cột riêng lẻ.
*/

/* Cột 1: hình 1 lớn gấp 2 lần hình 2 */
.column-1 {
  grid-template-rows: 2fr 1fr; /* Hàng 1 chiếm 2 phần, hàng 2 chiếm 1 phần */
}

/* Cột 2: hình 1 bằng 1/2 hình 2 */
.column-2 {
  grid-template-rows: 1fr 2fr; /* Hàng 1 chiếm 1 phần, hàng 2 chiếm 2 phần */
}

/* Cột 3: hình 1 bằng hình 2 */
.column-3 {
  grid-template-rows: 1fr 1fr; /* Cả hai hàng bằng nhau */
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Đảm bảo ảnh lấp đầy khung mà không bị méo */
  border-radius: 12px; /* Bo tròn góc cho đẹp */
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
