.hidden-h1 {
  transform: translateY(-500%);
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .ti-widget[data-layout-id='4'][data-set-id='light-background'] .ti-review-content {
    height: 240px !important;
  }
}

.ti-widget[data-layout-id='4'][data-set-id='light-background'] .ti-reviews-container-wrapper {
  margin: 0;
}

.ti-reviews-container .ti-next:after {
  width: 1.5rem !important;
  height: 1.5rem !important;
  background: url(/wp-content/uploads/2024/05/Arrow_Right_LG.svg) !important;
  transform: rotate(0) !important;
  background-repeat: no-repeat;
  background-size: contain !important;
  background-position: center center;
  top: 0.65rem !important;
  right: 0.75rem !important;
}

.ti-reviews-container .ti-prev:after {
  width: 1.5rem !important;
  height: 1.5rem !important;
  background: url(/wp-content/uploads/2024/05/Arrow_Left_LG.svg) !important;
  transform: rotate(0) !important;
  background-repeat: no-repeat;
  background-size: contain !important;
  background-position: center center;
  top: 0.65rem !important;
  left: 0.75rem !important;
}

.ti-reviews-container .ti-prev:before,
.ti-reviews-container .ti-next:before {
  display: none !important;
}

.ti-reviews-container .ti-prev:hover,
.ti-reviews-container .ti-next:hover {
  background: #F96515 !important;
  border-color: #F96515;
}

.faq.box-container .faq-container .faq-item .content-faq p {
  text-align: justify;
}

.tourToJoinSwiper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tourToJoinSwiper .swiper-wrapper>p {
  width: 100%;
  text-align: center;
}

.btn-global.sold-out {
  background: #e35c13 !important;
  color: #fff !important;
}

.available-join-time-item {
  cursor: pointer;
}

.tourToJoinSwiper {
  min-height: 32.5rem;
}

@media screen and (max-width: 767px) {
  .tourToJoinSwiper .swiper-wrapper>p {
    font-size: 3.73333rem;
  }

  .tourToJoinSwiper {
    min-height: 125rem;
  }
}

.destination-bar {
  margin: 0 0.25rem;
}

.tourList .tour-item-btn>button a svg {
  width: 1rem;
  height: 1rem;
  display: none;
}

.tour-item-btn>button:nth-child(2):hover a svg {
  display: block;
}

.homepage-banner {
  position: relative;
  background: #000;
}

.homepageBannerSwiper {
  height: 100vh;
}

.homepageBannerSwiper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homepageBannerSwiper .swiper-button-next:a.best-vietname-mb>.best-contentfter {
  display: none;
}

.homepageBannerSwiper .swiper-button-prev:after {
  display: none;
}

.homepageBannerSwiper .swiper.best-vietname-mb p-button-prev {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  left: 0;
}

.homepageBannerSwiper .swiper-button-next:hover,
.homepageBannerSwiper .swiper-button-prev {
  transition: all 300ms;
}

.homepageBannerSwiper .swiper-button-next:hover svg path,
.homepageBannerSwiper .swiper-button-prev svg path {
  transition: all 300ms;
}

.homepageBannerSwiper .swiper-button-next:hover,
.homepageBannerSwiper .swiper-button-prev:hover {
  background: #262626;
}

.homepageBannerSwiper .swiper-button-next:hover svg path,
.homepageBannerSwiper .swiper-button-prev:hover svg path {
  stroke: #fff;
}

.homepageBannerSwiper .swiper-button-next,
.homepageBannerSwiper .swiper-button-prev {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.homepageBannerSwiper .swiper-button-next {
  right: 0;
}

.homepageBannerSwiper .swiper-button-prev {
  left: 0;
  transform: scaleX(-1);
}

.homepageBannerSwiper .swiper-button-next svg,
.homepageBannerSwiper .swiper-button-prev svg {
  width: 1.5rem;
  height: auto;
}

.homepageBannerSwiper .swiper-button-prev svg {
  transform: scaleX(-1);
}

.banner-search-tour-input {
  padding: 1rem;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(2.5px);
  width: 19.09375rem;
  height: 5.3125rem;
  position: relative;
  transition: all 300ms;
}

.banner-search-tour-input:nth-child(1) {
  z-index: 5;
}

.banner-search-tour-input:nth-child(2) {
  z-index: 4;
}

.banner-search-tour-input:nth-child(3) {
  z-index: 3;
}

.banner-search-tour-input:nth-child(4) {
  z-index: 2;
}

.banner-search-tour-input:hover {
  background: #fff;
}

.banner-search-tour-input-title {
  display: flex;
  align-items: center;
}

.banner-search-tour-input-title img {
  width: auto;
  height: 1.25rem;
}

.banner-search-tour-input-title>img:nth-child(2) {
  display: none;
}

.banner-search-tour-input-title span {
  color: #f1f1f1;
  font-family: "Trip Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 1.05rem */
  letter-spacing: 0.00875rem;
  margin-left: 0.5rem;
  transition: all 300ms;
}

.banner-search-tour-input:hover .banner-search-tour-input-title span {
  color: rgba(38, 38, 38, 0.6);
}

.banner-search-tour-input:hover .banner-search-tour-input-title>img:nth-child(1) {
  display: none;
}

.banner-search-tour-input:hover .banner-search-tour-input-title>img:nth-child(2) {
  display: block;
}

.banner-search-tour-input-label {
  cursor: pointer;
  color: #fff;
  font-family: "Trip Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 1.05rem */
  letter-spacing: 0.00875rem;
  margin-top: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 300ms;
}

.banner-search-tour-input:hover .banner-search-tour-input-label {
  color: #262626;
}

.banner-button-search-tour {
  width: 11.3125rem;
  height: 5.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #262626;
  text-align: center;
  font-family: "Trip Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 1.05rem */
  background: #fff;
  border: 0px;
  cursor: pointer;
  transition: all 300ms;
}

.banner-button-search-tour:hover {
  background: #e35c13;
  color: #fff;
}

.banner-search-tour {
  position: absolute;
  bottom: 1.94rem;
  z-index: 2;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
}

.banner-search-tour-input-choose {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  padding: 0.5rem;
  background: #fff;
  transition: all 300ms;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  max-height: 20rem;
  overflow: auto;
  font-size: 0.875rem;
}

.banner-search-tour-input-choose li {
  cursor: pointer;
}

.banner-search-tour-input-choose div {
  color: #000000;
  font-family: Trip Sans;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 1.05rem */
  letter-spacing: 0.00875rem;
  list-style-type: none;
}

.topheader .swiper-wrapper {
  transition-timing-function: ease;
  color: #fff;
  padding: 0;
  margin: 0;
}

.top-banner {
  position: absolute;
  top: 5rem;
  width: 100%;
  z-index: 3;
}

.topheader .swiper-slide {
  color: rgba(255, 255, 255, 0.53);
  font-family: "Trip Sans";
  font-size: 3rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  /* 3.6rem */
  letter-spacing: 0.09rem;
}

/* why we are */
.why-we-are {
  padding: 6.25rem 0;
}

.why-we-are-title {
  color: #1a1a1a;
  text-align: center;
}

.why-we-are-list {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .banner-search-tour-input-choose {
    max-height: 47rem
  }

  .why-we-are-list {
    margin-top: 8.53rem !important;
  }

  .why-we-are-item:nth-child(n + 3) {
    padding-top: 6.4rem !important;
  }
}

.why-we-are-item {
  width: 10.6875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-we-are-item-title {
  color: #262626;
  text-align: center;
  font-family: "Trip Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 1.05rem */
  letter-spacing: 0.00875rem;
}

.why-we-are-item-img {
  width: auto;
  height: 3.55381rem;
  margin-top: 1rem;
}

.why-we-are-item-line {
  height: 0.1875rem;
  width: 0.6875rem;
  background: #222;
  margin-top: 1rem;
}

.why-we-are-item-description {
  color: #262626;
  text-align: center;
  font-family: "Trip Sans";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 0.9rem */
  letter-spacing: 0.00375rem;
  margin-top: 1rem;
}

.why-we-are button {
  display: flex;
  width: 8.6875rem;
  height: 2.75rem;
  padding: 0.625rem 1.25rem;
  justify-content: center;
  align-items: center;
  background: #f96515;
  border: 0px;
  color: #fff;
  text-align: center;
  font-family: "Trip Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 1.05rem */
  margin: 0 auto;
  margin-top: 2rem;
  text-transform: uppercase;
}

/* about-mte */
.about-mte {
  padding-top: 3.75rem;
  padding-bottom: 35.75rem;
  background: url("/wp-content/uploads/2024/01/IMG_5295-5.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* .about-mte>div:not(.about-mte-overlay){
    position: relative;
    z-index: 2;
} */
.about-mte-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.8) 52.84%,
      rgba(255, 89, 0, 0.8) 75.09%);
}

.about-mte-expert>div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.about-mte-left {
  width: 50rem;
}

.about-mte-right {
  width: 30.92744rem;
}

.about-mte-heading {
  display: flex;
  justify-content: space-between;
}

.about-mte-title {
  width: 29.125rem;
  color: #fff;
}

.about-mte-btn {
  display: flex;
}

.about-button-primary {
  display: flex;
  color: #262626;
  background: #fff;
  border: 0px;
  width: 10.125rem;
  height: 3.0625rem;
  padding: 1rem 2rem;
  justify-content: center;
  align-items: center;
}

.about-button-secondary {
  display: flex;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  width: 10.125rem;
  height: 3.0625rem;
  justify-content: center;
  align-items: center;
  transition: all 300ms;
}

.about-button-secondary svg {
  width: 1rem;
  height: auto;
  margin-left: 0.5rem;
}

.about-button-secondary path {
  transition: all 300ms;
}

.about-button-secondary:hover {
  color: #262626;
  background: #fff;
  border-left: 1px solid #222;
}

.about-button-secondary:hover svg path {
  stroke: #262626;
}

.about-mte-vid {
  width: 49.6875rem;
  height: 27.90331rem;
  background: #fff;
  padding: 0.05rem;
  margin-top: 0.69rem;
}

.about-mte-vid iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-mte-right {
  width: 30.92744rem;
}

.about-mte-right img {
  width: 100%;
}

.about-mte-description {
  position: relative;
  margin-top: -6.5rem;
  width: 46.0625rem;
  overflow: hidden;
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 0.7) 2.54%,
      rgba(0, 0, 0, 0) 43.65%);
  backdrop-filter: blur(4.5px);
  transition: all 300ms;
}

.about-mte-description:hover {
  width: 100%;
}

.about-mte-description-wrapper {
  padding: 1rem;
  width: 87.5rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border: 1px solid rgba(242, 242, 242, 0.4);
  transition: all 300ms;
}

.about-mte-description-item {
  width: 28rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.about-mte-description-item p {
  color: #f1f1f1;
  font-family: "Trip Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.3125rem */
  letter-spacing: 0.00219rem;
}

.about-mte-description-item:not(:first-child) p {
  background: linear-gradient(90deg, #f1f1f1 0%, rgba(241, 241, 241, 0) 57.14%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-mte-description-item svg {
  width: 2rem;
  height: auto;
  flex-shrink: 0;
  margin-left: 0.69rem;
}

.about-mte-description-overlay {
  /* background: linear-gradient(90deg, #F1F1F1 0%, rgba(241, 241, 241, 0.00) 57.14%);
    background: linear-gradient(90deg, #F1F1F1 0%, rgba(241, 241, 241, 0.00) 57.14%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    height: 100%;
    width: 26.25rem;
    top: 0;
    right: -10rem; */
}

.about-mte-description:hover .about-mte-description-wrapper {
  background: #1a1a1a;
}

@media screen and (min-width: 768px) {
  .tripadvisor-container {
    margin-top: 1.75rem;
  }

  .about-mte-description:hover .about-mte-description-item:not(:first-child) p {
    color: #f1f1f1;
    background: none;
    -webkit-text-fill-color: #f1f1f1;
    -webkit-background-clip: text;
  }
}

.aboutTextInfinite {
  margin-top: 5.5rem;
}

.aboutTextInfinite .swiper-wrapper {
  transition-timing-function: linear;
  padding: 0;
  margin: 0;
}

.aboutTextInfinite .swiper-slide {
  color: #fff;
  font-family: "Trip Sans";
  font-size: 6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  /* 6rem */
  letter-spacing: 0.18rem;
}

.most-popular-tour {
  margin-top: -38rem;
}

.ppTours {
  margin-top: 1.19rem;
}

.popularTours {
  padding-bottom: 2rem;
}

.popularTours .swiper-slide {
  display: flex;
}

.popularTours .main-picture {
  width: 54.875rem;
  height: 35.1875rem;
  position: relative;
  flex-shrink: 0;
  position: relative;
}

.popularTours .main-picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: all 300ms;
}

.popularTours .tour-info {
  width: calc(100% - 54.875rem);
  background: #1d1d1d;
  backdrop-filter: blur(2px);
  padding: 1.5rem;
  z-index: 10;
}

.tour-info-thumbs {
  display: flex;
}

.tour-info-thumbs>div {
  position: relative;
  width: 8.625rem;
  height: 6.82813rem;
  padding: 1.05rem 0.25rem;
}

.tour-info-thumbs>div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/2023/11/film.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.11;
  transition: all 300ms;
}

.tour-info-thumbs>div:hover::before,
.tour-info-thumbs>div.active::before {
  opacity: 1;
}

.tour-info-thumbs>div>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tour-info-thumbs>div:not(:first-child) {
  margin-left: 1.88rem;
}

.amazing-destination-btn {
  position: absolute;
  right: 1.37rem;
  bottom: 1.62rem;
  opacity: 0;
  transition: all 300ms;
}

.amazing-destination-btn svg {
  width: 1.5rem;
  height: auto;
}

.tour-info-title {
  width: 100%;
  color: #fff;
  font-family: "Trip Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 1.5rem */
  margin-top: 0.98rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.tour-info-title a {
  color: #fff;
}

.tour-info-price {
  color: #fff;
  text-align: center;
  font-family: "Trip Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 1.5rem */
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 0.75rem;
  margin-top: 0.81rem;
}

.tour-info-detail {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 0.75rem;
}

.tour-info-price span {
  font-size: 2rem;
  letter-spacing: 0.005rem;
  margin-left: 0.75rem;
}

.tour-info-detail>.tour-info-detail-item:not(:first-child) {
  margin-top: 0.63rem;
}

.tour-info-detail>.tour-info-detail-item:nth-child(3) {
  position: relative;
}

.tour-info-detail-item {
  display: flex;
  align-items: center;
  width: fit-content;
}

.tour-info-detail-item>img {
  width: auto;
  height: 1rem;
  margin-right: 0.25rem;
}

.tour-info-detail-item>span {
  color: #f1f1f1;
  font-family: "Trip Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 1.05rem */
  letter-spacing: 0.00875rem;
  display: flex;
}

.tour-info-detail-item>span:nth-child(3) {
  font-weight: 700;
  margin-left: 0.25rem;
  display: flex !important;
}

.tour-info-description p {
  color: #f1f1f1;
  font-size: 0.875rem;
  line-height: 150%;
  /* 1.3125rem */
  letter-spacing: 0.00219rem;
  margin-top: 0.81rem;
}

.tour-info-btn {
  margin-top: 1.56rem;
  display: flex;
}

.tour-btn-primary {
  width: 15.1875rem;
  height: 2.75rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #fff;
  border: 0px;
  transition: all 300ms;
}

.tour-btn-secondary {
  width: 7.375rem;
  height: 2.75rem;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  transition: all 300ms;
}

.tour-btn-primary:hover {
  background: #e35c13;
  color: #fff;
}

.tour-btn-secondary svg {
  width: 1rem;
  height: auto;
  flex-shrink: 0;
  margin-left: 0.5rem;
}

.tour-btn-secondary:hover {
  background: #e35c13;
  color: #fff;
  border: 0px;
}

.tour-info-detail-item button {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.5rem;
  border: 0px;
  position: relative;
  background: #ffffff;
  padding: 0;
  z-index: 1;
}

.tour-destination-popup {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  right: 1rem;
  bottom: 1rem;
  transition: all 300ms;
  z-index: 10;
  width: fit-content;
}

.tour-destination-popup h3 {
  color: #262626;
  font-family: "Trip Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.tour-destination-popup img {
  width: 100%;
  height: 0.1875rem;
}

.tour-destination-popup ol {
  /*   width: fit-content;
  display: grid;
  padding-left: 1rem;
  max-height: 10rem;
  grid-template-columns: 1fr 1fr 1fr; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  list-style-type: none;
}

/* .tour-destination-popup ol::before {
  content: "";
  grid-column: 1;
  width: 0px;
  grid-row: 1 /5;
} */

.tour-destination-popup ol li {
  color: #262626;
  font-size: 0.875rem;
  line-height: 150%;
  /* 1.3125rem */
  letter-spacing: 0.00219rem;
  /*   min-width: 9rem; */
  margin-bottom: 0.5rem;
}

.tour-info-detail-item button:hover+.tour-destination-popup {
  opacity: 1;
  visibility: visible;
}

.tour-item-price {
  color: #6a6a6a;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
  /* 1.2rem */
  letter-spacing: 0.0125rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #c5c5c5;
  display: flex;
  align-items: center;
  width: 18.75rem;
  margin: 0 auto;
  margin-top: 1rem;
}

.tour-item-price span {
  color: #f96515;
  font-family: "Trip Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 1.5rem */
  margin-left: 0.25rem;
}

.tour-item-btn {
  width: 100%;
  display: flex;
  height: 3rem;
  background: #fff;
  border-top: 1px solid #c5c5c5;
  position: relative;
}

.tour-item-btn>button {
  width: 17.75rem;
  border: none;
  background: #fff;
  transition: all 300ms;
}

.tour-item-btn>button:hover {
  background: #e35c13;
}

.tour-item-btn>button a {
  color: #1d1d1d;
}

.tour-item-btn>button:hover a {
  color: #fff;
}

.tour-item-btn>div {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #c5c5c5;
  cursor: pointer;
  transition: all 300ms;
}

.tour-item-btn>div svg {
  width: 1.3125rem;
  height: auto;
}

.tour-item-btn>div svg path {
  transition: all 300ms;
}

.tour-info-detail-item button svg {
  width: 1.5rem;
  height: auto;
}

.ppTours .swiper-button-next:after,
.ppTours .swiper-button-prev:after {
  display: none;
}

.ppTours .swiper-button-next,
.ppTours .swiper-button-prev {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #fff;
  backdrop-filter: blur(2px);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms;
}

.ppTours .swiper-button-next {
  right: -1.5rem;
}

.ppTours .swiper-button-prev {
  left: -1.5rem;
}

.ppTours .swiper-button-next svg,
.ppTours .swiper-button-prev svg {
  width: 1.5rem;
}

.ppTours .swiper-button-next path,
.ppTours .swiper-button-prev path {
  transition: all 300ms;
}

.ppTours .swiper-button-next:hover,
.ppTours .swiper-button-prev:hover {
  background: #f96515;
}

.ppTours .swiper-button-next:hover svg path,
.ppTours .swiper-button-prev:hover svg path {
  stroke: #fff;
}

.ppTours {
  position: relative;
}

.popularTours .swiper-pagination {
  bottom: 0px;
}

.popularTours .swiper-pagination .swiper-pagination-bullet {
  width: 4.90278rem;
  height: 0.25rem;
  background: #cbcbcb;
  border-radius: 0%;
  opacity: 1;
}

.popularTours .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f96515;
}

.ppTour-tripad-logo {
  position: absolute;
  width: 8.5rem;
  z-index: 2;
  right: 28.5rem;
  top: -4rem;
}

/* tourList */

.tourList-title-mb {
  display: none;
}

.tourList {
  margin-top: 6.25rem;
}

.tourList-category {
  width: 95.5rem;
  padding-left: 4rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.tourList .tourList-category:nth-child(3) .tourList-swiper-info,
.tourList .tourList-category:nth-child(4) .tourList-swiper-info {
  left: calc(50% + 15rem);
}

.tourList-category-left {
  width: 17.1875rem;
}

.tourList-category-title {
  color: #1a1a1a;
}

.tourList-category-left-container {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}

.tourList-category-short-description {
  width: 15.375rem;
}

.tourList-category-short-description>div {
  padding: 0.75rem;
  border: 1px solid rgba(197, 197, 197, 0.4);
}

.tourList-category-short-description>div p {
  color: #454545;
  font-family: "Trip Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 1.05rem */
  letter-spacing: 0.00875rem;
  margin-bottom: 1rem;
}

.tourList-category-short-description>div>div {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(197, 197, 197, 0.4);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tourList-category-short-description>div>div span:last-child {
  align-self: self-end;
}

.tourList-category-short-description>div>div:nth-child(2) {
  margin-bottom: 1rem;
}

.tourList-category-short-description a {
  border: 1px solid #f96515;
  background: #f96515;
  width: 100%;
  height: 2.75rem;
  color: #fff;
}

.tourListSwiper {
  width: 72.5rem;
}

.tourListSwiper .swiper-wrapper {
  position: unset;
}

.tourList-slide-info-img {
  width: 100%;
  height: 14.9375rem;
  overflow: hidden;
}

.tourList-slide-info-img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 300ms;
}

.tourList-swiper-info {
  width: 46.125rem;
  height: fit-content;
  position: absolute;
  bottom: 0;
  left: calc(50% + 7rem);
  transform: translateX(-50%);
  z-index: 0;
}

.tourList-slide-info-img-hover-mb {
  display: none;
}

.tourList-slide-info-img-hover {
  position: absolute;
  width: fit-content;
  height: fit-content;
  bottom: 3rem;
  left: 0;
  padding: 2rem;
  opacity: 0;
  transition: all 300ms;
  display: flex;
  flex-direction: column;
  color: white;
}

.tourList-slide-info-img-hover::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.7);
}

.tourList-slide-info-img-hover .info-img-hover-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.tourList-slide-info-img-hover .info-img-hover-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.info-img-hover-header .info-img-hover-header-title {
  width: 50%;
  color: #f1f1f1;
  font-family: Trip Sans;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 120%;
}

.info-img-hover-header .info-img-hover-header-price {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.info-img-hover-header .info-img-hover-header-price span:nth-child(1) {
  color: #f1f1f1;
  text-align: right;
  font-family: Trip Sans;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.0125rem;
}

.info-img-hover-header .info-img-hover-header-price span:nth-child(2) {
  color: #f96515;
  text-shadow: 0px 0px 45px #f96515;
  font-family: Trip Sans;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 120%;
}

.tourList-slide-info-img-hover .info-img-hover-header+img {
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  object-fit: cover;
}

.tourList-slide-info-img-hover .info-img-hover-sub {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}

.info-img-hover-sub .info-img-hover-sub-item {
  display: flex;
  align-items: center;
  margin-right: 2.5rem;
  color: #f1f1f1;
  font-family: Trip Sans;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.00875rem;
}

.info-img-hover-sub .info-img-hover-sub-item img {
  width: 1rem;
  height: 1rem;
}

.info-img-hover-sub .info-img-hover-sub-item span:nth-child(2) {
  margin: 0 0.25rem;
}

.info-img-hover-sub .info-img-hover-sub-item span:nth-child(3) {
  font-weight: 800;
}

.info-img-hover-main {
  display: flex;
}

.info-img-hover-main .info-img-hover-main-highlight {
  padding-right: 1.5rem;
  max-width: 26rem;
}

@media screen and (max-width: 767px) {
  .info-img-hover-main .info-img-hover-main-highlight>p {
    font-size: 3.73333rem;
  }

  .tourList .tour-item-btn>button a span {
    display: none;
  }
}



.info-img-hover-main .info-img-hover-main-destination ol {
  width: fit-content;
  display: grid;
  padding-left: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(0em, max-content));
  grid-auto-flow: column;
}

.info-img-hover-main .info-img-hover-main-destination ol li {
  margin-right: 2rem;
  min-width: 7rem;
}

.info-img-hover-main .info-img-hover-main-destination ol::before {
  content: "";
  grid-column: 1;
  width: 0px;
  grid-row: 1 /9;
}

.info-img-hover-main .info-img-hover-main-highlight,
.info-img-hover-main .info-img-hover-main-destination {
  width: fit-content;
  display: flex;
  flex-direction: column;
}

.info-img-hover-main .info-img-hover-main-highlight div,
.info-img-hover-main .info-img-hover-main-destination div {
  color: #f1f1f1;
  font-family: Trip Sans;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 0.00375rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 0.75rem;
}

.info-img-hover-main .info-img-hover-main-highlight img,
.info-img-hover-main .info-img-hover-main-destination img {
  width: 100%;
  height: 3px;
  margin-bottom: 0.75rem;
  object-fit: cover;
}

.info-img-hover-main .info-img-hover-main-highlight span,
.info-img-hover-main .info-img-hover-main-destination ol li {
  color: #f1f1f1;
  font-family: Trip Sans;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.00219rem;
  margin-bottom: 0.25rem;
}

.tourList-slide-info .tour-item-title {
  color: #262626;
  margin-top: 0.75rem;
  min-height: 3rem;
  padding: 0 1rem;
}

.tourListSwiper .swiper-slide>button {
  width: 100%;
  height: 2.75rem;
  color: #fff;
  background: #222;
  border: 0px;
}

.tourListSwiper .swiper-slide .tour-info-detail-item>span {
  color: #1d1d1d;
}

.tourListSwiper .swiper-slide .tour-info-detail-item>span:first-child {
  display: flex;
  flex-shrink: 0;
}

.tourList-category-short-description-item img {
  width: 1.75rem;
  margin-right: 0.75rem;
}

.tourList-category-left-container .arrow-down {
  width: auto;
  height: 21.3125rem;
}

.tour-info-list>.tour-info-detail-item:not(:first-child) {
  margin-top: 0.5rem;
}

.tour-info-list {
  padding: 0.75rem 0 1.12rem 0;
  width: 18.75rem;
  margin: 0 auto;
  margin-top: 0.75rem;
  border-top: 1px solid #c5c5c5;
}

.tourList-slide-info {
  /*   border: 1px solid #c5c5c5; */
  position: relative;
}

.tourListSwiper .swiper-button-next,
.tourListSwiper .swiper-button-prev {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #262626;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms;
}

.tourListSwiper {
  margin: 0;
  padding: 0 4rem;
}

.tourListSwiper:before {
  content: "";
  background: #fff;
  width: 4rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.tourListSwiper:after {
  content: "";
  background: #fff;
  width: 4rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.tourListSwiper .swiper-button-next {
  right: 0;
}

.tourListSwiper .swiper-button-prev {
  left: 0;
}

.tourListSwiper .swiper-button-next::after,
.tourListSwiper .swiper-button-prev::after {
  display: none;
}

.tourListSwiper .swiper-button-next svg,
.tourListSwiper .swiper-button-prev svg {
  width: 1.5rem;
}

.tourListSwiper .swiper-button-next path,
.tourListSwiper .swiper-button-prev path {
  transition: all 300ms;
}

.tourListSwiper .swiper-button-next:hover,
.tourListSwiper .swiper-button-prev:hover {
  background: #262626;
}

.tourListSwiper .swiper-button-next:hover svg path,
.tourListSwiper .swiper-button-prev:hover svg path {
  stroke: #fff;
}

.tourList-category-short-description-item span {
  color: #454545;
  font-family: "Trip Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 1.05rem */
  letter-spacing: 0.00875rem;
}

.tourList-category-short-description .year,
.tourList-category-short-description .percent {
  color: #262626;
  font-family: "Trip Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 1.05rem */
  letter-spacing: 0.00875rem;
}

.tourList>.tourList-category:not(:first-child) {
  margin-top: 5rem;
}

/* customizetour */
.customize-your-tour {
  padding: 3.4rem 0;
  background: url("/wp-content/uploads/2024/05/footerBg-1.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 11.31rem;
}

.customize-your-tour-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg,
      rgba(0, 0, 0, 0.8) 35.92%,
      rgba(0, 0, 0, 0.43) 89%);
}

.customize-your-tour-text {
  position: relative;
}

.customize-your-tour-text img {
  width: auto;
  height: 0.5rem;
  /*     margin-left: -20rem; */
  margin-top: 0.56rem;
  margin-bottom: 0.56rem;
}

.customize-your-tour-text h2 {
  width: 19.4375rem;
  color: #fff;
}

.customize-your-tour-text p {
  width: 21.3125rem;
  color: #fff;
  font-family: "Trip Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.3125rem */
  letter-spacing: 0.00219rem;
}

.customize-your-tour .box-container {
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
  z-index: 2;
}

.customize-your-tour button {
  width: 14.4375rem;
  height: 14.4375rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
  margin-left: 2.06rem;
  padding: 0 2.88rem;
  transition: all 300ms;
}

.customize-your-tour button span {
  color: #262626;
  text-align: center;
  font-family: "Trip Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 1.5rem */
  text-decoration: none;
}

.customize-your-tour button:hover {
  background: #e35c13;
}

.customize-your-tour button:hover span {
  color: #fff;
}

.customize-your-tour-img-absolute {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50rem;
  z-index: 3;
}

/* amazing */
.amazing-destinations {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.amazing-destinations-title {
  color: #1a1a1a;
  text-align: center;
}

.amazing-destinations-select {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem !important;
}

.amazing-destinations-input-title {
  color: #262626;
  font-family: "Trip Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 1.65rem */
  letter-spacing: 0.015rem;
}

.amazing-destinations-input-selected span {
  color: #f96515;
  font-family: "Trip Sans";
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  /* 2rem */
  letter-spacing: 0.005rem;
  display: inline-block;
  /* width: 9.125rem; */
}

.amazing-destinations-input {
  display: flex;
  align-items: center;
  position: relative;
}

.amazing-destinations-input ul {
  width: 100%;
  padding: 1rem;
  color: #1d1d1d;
  font-family: "Trip Sans";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.00875rem;
  background: #fff;
  border: 1px solid #1a1a1a;
  list-style-type: none;
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  z-index: -3;
  cursor: pointer;
  /* 	  visibility: hidden; */
}

.amazing-destinations-input ul li:not(:first-child) {
  margin-top: 0.25rem;
}

.amazing-destinations-input-selected {
  margin-left: 1rem;
  border: 2px solid #f96515;
  padding: 0.62rem 1rem;
  display: flex;
  align-items: center;
  width: 15.625rem;
  height: 3.25rem;
  justify-content: space-between;
  position: relative;
}

.amazing-destinations-input-selected>div {
  position: absolute;
  right: 4rem;
  color: #f96515;
  font-size: 2rem;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0.005rem;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
}

.amazing-destinations-input-selected svg {
  width: 2rem;
  height: auto;
}

.amazing-destinations-select>.amazing-destinations-input:not(:first-child) {
  margin-left: 1rem;
}

.amazing-destinations-input-title.experience {
  margin-left: 1rem;
}

.amazingDestinationSwiper {
  height: 35.625rem;
  display: flex;
  align-items: center;
}

.amazingDestinationSwiper>p {
  width: 100%;
  text-align: center;
}

.amazing-destination-item-picture>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: all 300ms;
}

.amazing-destination-item-info-destination {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.25rem 0.37rem;
  background: #fff;
}

.amazing-destination-item-info-destination span {
  display: inline-block;
  color: #262626;
  font-family: "Trip Sans";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  /* 0.9rem */
  letter-spacing: 0.00375rem;
  margin-left: 0.25rem;
}

.amazing-destination-item-info {
  width: 91.36%;
  margin: 0 auto;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
}

.amazing-destination-item-info-2 {
  margin-top: 1.25rem;
  display: flex;
  width: 91.36%;
  margin: 0 auto;
}

.amazing-destination-item-info-2>div {
  display: flex;
  align-items: center;
}

.amazing-destination-item-info-2>div>span {
  color: #f1f1f1;
  font-family: "Trip Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 1.05rem */
  letter-spacing: 0.00875rem;
  margin-left: 0.5rem;
}

.amazing-destination-item-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.15) 36.12%,
      #000 100%);
  transition: all 300ms;
}

.amazingDestinationSwiper {
  padding-bottom: 2rem;
  margin-top: 2rem;
}

.amazingDestinationSwiper .swiper-pagination {
  bottom: 0px;
}

.amazingDestinationSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 4.90278rem;
  height: 0.25rem;
  background: #cbcbcb;
  border-radius: 0%;
  opacity: 1;
}

.amazingDestinationSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f96515;
}

.amazingDestinationSwiper .swiper-slide {
  display: flex;
  align-items: end;
  padding-bottom: 1.72rem;
  overflow: hidden;
}

.amazingDestinationSwiper .swiper-slide>div:nth-child(3) {
  position: relative;
  z-index: 2;
}

.amazingDestinationSwiper .tour-info-thumbs {
  position: absolute;
  opacity: 0;
  top: 1rem;
  left: 1rem;
  transition: all 300ms;
}

.amazingDestinationSwiper .swiper-slide:hover .tour-info-thumbs {
  opacity: 1;
}

.amazingDestinationSwiper .swiper-slide:hover .amazing-destination-item-overlay {
  height: 50%;
}

.amazingDestinationSwiper .swiper-slide:hover .amazing-destination-item-picture>img {
  transform: scale(1.07);
}

.amazingDestinationSwiper .swiper-slide>div:nth-child(3) {
  width: 100%;
}

.amazingDestinationSwiper .swiper-slide:hover .amazing-destination-btn {
  opacity: 1;
  z-index: 2;
}

.amazing-destination-item-info p {
  color: #fff;
  font-family: "Trip Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  /* 1.5rem */
}

.amazing-destination-item-info p a {
  color: #fff;
}

.amazing-destination-item-info-2 {
  margin-top: 1.25rem;
}

.amazing-destination-item-info-2>div:not(:first-child) {
  margin-left: 2.25rem;
}

.amazingDestinationSwiper .tour-info-thumbs>div {
  width: 7.1rem;
  height: 5.75rem;
}

.amazingDestinationSwiper .tour-info-thumbs>div:not(:first-child) {
  margin-left: 0.88rem;
}

.amazingDestinationSwiper .tour-info-thumbs>div::before {
  opacity: 0.4;
}

.amazingDestinationSwiper .tour-info-thumbs>div:hover:before {
  opacity: 1;
}

.amazingDestinationSwiper .swiper-button-next,
.amazingDestinationSwiper .swiper-button-prev {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #262626;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms;
}

.amazingDestinationSwiper .swiper-button-next::after,
.amazingDestinationSwiper .swiper-button-prev::after {
  display: none;
}

.amazingDestinationSwiper .swiper-button-next svg,
.amazingDestinationSwiper .swiper-button-prev svg {
  width: 1.5rem;
}

.amazingDestinationSwiper .swiper-button-next path,
.amazingDestinationSwiper .swiper-button-prev path {
  transition: all 300ms;
}

.amazingDestinationSwiper .swiper-button-next:hover,
.amazingDestinationSwiper .swiper-button-prev:hover {
  background: #262626;
}

.amazingDestinationSwiper .swiper-button-next:hover svg path,
.amazingDestinationSwiper .swiper-button-prev:hover svg path {
  stroke: #fff;
}

.amazingDestinationSwiper .tour-info-thumbs>div.active::before {
  opacity: 1;
}

.amazing-destinations>button {
  width: 8.6875rem;
  height: 2.75rem;
  border: 0px;
  margin: 0 auto;
  margin-top: 1.75rem;
  background: #f96515;
  color: #fff;
}

/* tour-guide */
.tour-guide {
  margin-top: 6.25rem;
}

.tour-guide-header {
  display: flex;
}

.tour-guide-header .section-title {
  color: #1a1a1a;
  width: 21.25rem;
  flex-shrink: 0;
  font-size: 2.25rem;
}

.tour-guide-header p:not(.section-title) {
  color: #3d3d3d;
  font-family: "Trip Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.3125rem */
  letter-spacing: 0.00219rem;
  flex-grow: 1;
  padding-right: 18.5rem;
  margin-left: 1rem;
}

.tour-guide-header button {
  padding: 0.62rem 1.25rem;
  background: #f96515;
  color: #fff;
  border: 0px;
  flex-shrink: 0;
  height: fit-content;
}

.tourGuideSwiper {
  width: 95.5rem;
  padding: 0 4rem;
  margin: 0 auto;
  margin-top: 1.5rem;
}

.tourGuideSwiper:before {
  content: "";
  background: #fff;
  width: 4rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.tourGuideSwiper:after {
  content: "";
  background: #fff;
  width: 3.9rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.tourGuideSwiper .swiper-slide {
  border: 1px solid #c5c5c5;
}

.tour-guide-picture {
  width: 100%;
  height: 20.75rem;
  position: relative;
}

.tour-guide-picture .tour-guide-popup {
  width: calc(100% - 1.5rem);
  height: calc(100% - 1.5rem);
  padding: 0.75rem;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  opacity: 0;
  transition: all 0.3s;
  overflow: auto;
}

.tour-guide-picture .tour-guide-popup::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.tour-guide-picture .tour-guide-popup::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.tour-guide-picture .tour-guide-popup::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.tour-guide-picture .tour-guide-popup::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.tour-guide-picture .tour-guide-popup .tour-guide-popup-header {
  color: #262626;
  font-family: Trip Sans;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.00875rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #262626;
}

.tour-guide-picture .tour-guide-popup p {
  color: #454545;
  font-family: Trip Sans;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.00219rem;
}

.tourGuideSwiper .swiper-slide:hover .tour-guide-picture .tour-guide-popup {
  opacity: 1;
}

.tour-guide-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tour-guide-name {
  color: #262626;
  font-family: "Trip Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 1.5rem */
  margin-top: 1.34rem;
  margin-bottom: 1.34rem;
  text-align: center;
}

.tour-guide-name a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.tour-guide-year-experience {
  padding: 0.88rem;
  border-top: 1px solid #c5c5c5;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tour-guide-year-experience img {
  width: 2rem;
}

.tour-guide-year-experience>span:nth-child(1) {
  color: #454545;
  font-family: "Trip Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.5rem */
  letter-spacing: 0.0125rem;
  margin-top: 0.75rem;
}

.tour-guide-year-experience>span:nth-child(2) {
  color: #262626;
  font-family: "Trip Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 1.5rem */
  letter-spacing: 0.00313rem;
  margin-top: 0.25rem;
}

.tourGuideSwiper .swiper-button-next,
.tourGuideSwiper .swiper-button-prev {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #262626;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms;
}

.tourGuideSwiper .swiper-button-next {
  right: 0;
}

.tourGuideSwiper .swiper-button-prev {
  left: 0;
}

.tourGuideSwiper .swiper-button-next::after,
.tourGuideSwiper .swiper-button-prev::after {
  display: none;
}

.tourGuideSwiper .swiper-button-next svg,
.tourGuideSwiper .swiper-button-prev svg {
  width: 1.5rem;
}

.tourGuideSwiper .swiper-button-next path,
.tourGuideSwiper .swiper-button-prev path {
  transition: all 300ms;
}

.tourGuideSwiper .swiper-button-next:hover,
.tourGuideSwiper .swiper-button-prev:hover {
  background: #262626;
}

.tourGuideSwiper .swiper-button-next:hover svg path,
.tourGuideSwiper .swiper-button-prev:hover svg path {
  stroke: #fff;
}

.available-join {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  margin-top: 4.375rem;
  position: relative;
  max-width: 87.5rem;
}

.available-join .section-title {
  color: #1a1a1a;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.0225rem;
  text-transform: uppercase;
}

.available-join__desc {
  color: #3d3d3d;
  text-align: center;
  font-family: "Trip Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.0022rem;
  margin-top: 0.75rem;
  max-width: 50rem;
}

.available-join__table-wrap {
  width: 100%;
  position: relative;
  margin-top: 1.75rem;
  align-self: stretch;
}

.available-join__table-scroll {
  width: 100%;
  position: relative;
  max-height: 34.7rem;
  overflow: hidden;
  transition: max-height 350ms ease;
}

.available-join--expanded .available-join__table-scroll {
  max-height: none;
}

.available-join__table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.available-join__row,
.available-join__row--header {
  display: table-row;
}

.available-join__row--header {
  background: #f96515;
}

.available-join__cell {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  border: 1px solid #c5c5c5;
  padding: 1.1875rem 1.25rem 1.125rem;
  font-family: "Trip Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.0125rem;
  color: #454545;
}

.available-join__row--header .available-join__cell {
  height: 3.75rem;
  /* padding: 1.125rem 1.25rem; */
  border: 1px solid rgba(69, 69, 69, 0.3);
}

.available-join__cell-inner {
  width: 100%;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

.available-join__row--header .available-join__cell-inner img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.625rem;
  flex-shrink: 0;
}

.available-join__row--header .available-join__cell span {
  color: #fff;
  font-family: "Trip Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  justify-content: center;
}

.available-join__cell--month {
  width: 8.75rem;
  text-align: center;
  font-weight: 700;
  padding-left: 1.25rem !important;
}

.available-join__cell--name {
  width: 20rem;
  padding: 0;
}

.available-join__cell--name .available-join__cell-inner {
  padding: 1.1875rem 1.25rem 1.125rem;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}

.available-join__cell--dates {
  width: 16.875rem;
}

.available-join__cell--duration {
  width: 8.125rem;
  text-align: center;
  font-weight: 700;
}

.available-join__cell--group {
  width: 10rem;
  text-align: center;
}

.available-join__cell--price {
  width: 10.625rem;
}

.available-join__cell.available-join__cell--action {
  width: 10.625rem;
  text-align: center;
  padding: 0;
}

.available-join__cell.available-join__cell--action .available-join__cell-inner {
  justify-content: center;
}

.available-join__tour-title {
  display: block;
  color: #454545;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  transition: color 200ms ease;
}

.available-join__tour-title:hover {
  color: #f96515;
  text-decoration: underline;
}

.available-join__book-now {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 8.75rem;
  height: 2.75rem;
  border: 1px solid #f96515;
  background: #f96515;
  color: #fff;
  font-family: "Trip Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 200ms ease, color 200ms ease;
}

.available-join__book-now:hover {
  background: #e0580f;
  color: #fff;
}

.available-join__date-arrow {
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
}

.available-join__price-from {
  font-weight: 400;
  margin-right: 0.25rem;
}

.available-join__price-amount {
  font-weight: 700;
  color: #f96515;
}

.available-join__empty {
  padding: 3rem;
  text-align: center;
  color: #6a6a6a;
  font-family: "Trip Sans", sans-serif;
  font-size: 1rem;
}

.available-join__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10.3125rem;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.9) 35.95%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 2;
}

.available-join--expanded .available-join__overlay,
.available-join--no-collapse .available-join__overlay {
  display: none;
}

.available-join__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  margin-top: -1.5rem;
}

.departure-date-ui,
.departure-date-custom-ui {
  margin-bottom: 1rem;
}

.departure-date-ui select {
  width: 100% !important;
}

.popup-booktour-with-tour.is-join-tour .support-vehicle-left p:last-child {
  display: none;
}

.available-join__actions .available-join__btn,
.available-join__view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f96515;
  border: 1px solid #f96515;
  color: #fff;
  font-family: "Trip Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.75rem 1.5rem;
  height: 3rem;
  text-decoration: none;
  cursor: pointer;
  transition: background 200ms;
  width: auto;
}

.available-join__view-all {
  display: none;
  margin-left: 0.75rem;
}

.available-join--expanded .available-join__view-all {
  display: inline-flex;
}

.available-join--expanded .available-join__actions,
.available-join--no-collapse .available-join__actions {
  margin-top: 2.25rem;
}

.available-join--no-collapse .available-join__btn {
  display: none !important;
}

.available-join__btn:hover,
.available-join__view-all:hover {
  background: #e0580f;
  color: #fff;
}

.available-join__btn-icon {
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  transition: transform 250ms ease;
}

.available-join--expanded .available-join__btn-icon {
  transform: rotate(180deg);
}

@media screen and (max-width: 639.98px) {

  /* mobile rem divisor = 3.75 (root font-size = 1vw at 375px viewport) */
  .available-join__actions .available-join__btn,
  .available-join__view-all {
    font-size: 3.733rem;
    height: auto;
    padding: 3.2rem 6.4rem;
  }

  .available-join {
    padding: 0 5.333rem;
    margin-top: 16rem;
    max-width: 100%;
  }

  .available-join .section-title {
    font-size: 6.4rem;
  }

  .available-join__desc {
    font-size: 3.2rem;
    margin-top: 2.133rem;
    max-width: 100%;
    letter-spacing: 0.00833rem;
  }

  .available-join__table-scroll {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    max-height: 115.533rem;
    touch-action: pan-x pan-y;
  }

  .available-join__table-wrap {
    /* margin: 0 -5.333rem; */
    margin-top: 4.267rem;
  }

  .available-join__table {
    min-width: 240rem;
  }

  .available-join__row--header .available-join__cell {
    height: 10rem;
    padding: 3rem 3.333rem;
  }

  .available-join__row--header .available-join__cell-inner img {
    width: 4rem;
    height: 4rem;
    margin-right: 1.667rem;
  }

  .available-join__row--header .available-join__cell span {
    font-size: 3.333rem;
  }

  .available-join__cell {
    padding: 3.167rem 3.333rem 3rem;
    font-size: 3.2rem;
    letter-spacing: 0.03333rem;
  }

  .available-join__cell--name .available-join__cell-inner {
    flex-direction: row;
    padding: 3.167rem 3.333rem 3rem;
  }

  .available-join__cell--month {
    width: 24rem;
  }

  .available-join__cell--name {
    width: 54rem;
    padding: 0;
  }

  .available-join__cell--duration {
    width: 22rem;
  }

  .available-join__cell--dates {
    width: 46.333rem;
    padding: 0;
    text-align: center;
  }

  .available-join__cell--dates .available-join__cell-inner {
    justify-content: center;
  }

  .available-join__cell--group {
    width: 28rem;
  }

  .available-join__cell--price {
    width: 31.333rem;
  }

  .available-join__cell--action {
    width: 34rem;
  }

  .available-join__cell.available-join__cell--action {
    width: 28rem;
  }

  .available-join__book-now {
    width: 25.6rem;
    height: 7.6rem;
    font-size: 3.2rem;
  }

  .available-join__date-arrow {
    width: 2.667rem;
    height: 2.667rem;
    margin-left: 1.333rem;
    margin-right: 1.333rem;
  }

  .available-join__empty {
    padding: 8rem;
    font-size: 2.667rem;
  }

  .available-join__overlay {
    height: 27.5rem;
  }

  .available-join__actions {
    margin-top: -6.4rem;
  }

  .available-join__actions .available-join__btn,
  .available-join__view-all {
    font-size: 3.733rem;
    height: 12.8rem;
    padding: 3.2rem 6.4rem;
  }

  .available-join__view-all {
    margin-left: 3.2rem;
  }

  .available-join--expanded .available-join__actions,
  .available-join--no-collapse .available-join__actions {
    margin-top: 6rem;
  }

  .available-join__btn-icon {
    width: 4.267rem;
    height: 4.267rem;
    margin-left: 2.133rem;
  }
}

/* our motorbikes */
.our-motobikes {
  margin-top: 6.25rem;
  position: relative;
}

.our-motorbikes-arrow1 {
  position: absolute;
  width: 56.1875rem;
  right: 8.5rem;
  top: 1rem;
  z-index: 0;
}

.our-motorbikes-arrow2 {
  position: absolute;
  width: 41.0625rem;
  left: 8.5rem;
  top: 2.75rem;
  z-index: 0;
}

.our-motobikes-header {
  display: flex;
  justify-content: space-between;
}

.our-motobikes-header .section-title,
.customer-satisfaction-heading .section-title {
  color: #1a1a1a;
}

.our-motobikes-header button {
  width: 8.6875rem;
  height: 2.75rem;
  background: #f96515;
  border: 0px;
  color: #fff;
}

.ourMotobikeSwiper {
  width: 95.5rem;
  margin: 0 auto;
  margin-top: 1.87rem;
  padding: 0 4rem;
  z-index: 2;
  position: relative;
}

.ourMotobikeSwiper:before {
  content: "";
  background: #fff;
  width: 4rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.ourMotobikeSwiper:after {
  content: "";
  background: #fff;
  width: 3.9rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

.our-motobike-slide-title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #262626;
}

.our-motobike-slide-title img {
  width: 6.1875rem;
  padding: 0 1.55rem;
  height: 2.625rem;
  object-fit: contain;
}

.our-motobike-slide-title h3 {
  min-height: 6.1875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222;
  text-align: center;
  font-family: "Trip Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  /* 1.5rem */
  border-left: 1px solid #262626;
  flex-grow: 1;
}

.our-motobike-slide-picture {
  width: 22.4375rem;
  height: 20.125rem;
  position: relative;
}

.our-motobike-slide-picture img {
  width: 100%;
  height: 100%;
}

.our-motobike-slide-picture>img:first-child {
  object-fit: contain;
}

.our-motobike-slide-picture-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff;
  transition: all 300ms;
}

.our-motobike-slide-picture:hover .our-motobike-slide-picture-hover {
  opacity: 1;
}

.our-motobike-slide-right ul {
  list-style-type: none;
  color: #222;
  text-align: center;
  font-family: "Trip Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 1.05rem */
  letter-spacing: 0.00875rem;
  flex-grow: 1;
  margin: 0;
  padding: 1rem;
}

.our-motobike-slide-right ul li {
  display: block;
  font-weight: 400;
  color: #6a6a6a;
  position: relative;
  padding-left: 1.75rem;
}

.our-motobike-slide-right ul li font:nth-child(1) {
  font-weight: 500;
  color: #222;
}

.our-motobike-slide-right ul li:not(:first-child) {
  margin-top: 0.84rem;
}

.our-motobike-slide-right ul li::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background: url("/wp-content/uploads/2024/05/Circle_Check-1.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
}

.contact-btn {
  width: 50%;
  height: 2.875rem;
  color: #262626;
  border: 0px;
  border-top: 1px solid #262626;
  border-right: 1px solid #262626;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: all 300ms;
}

.contact-btn svg {
  width: 1rem;
  height: auto;
  margin-left: 0.5rem;
}

.detail-btn {
  width: 50%;
  height: 2.875rem;
  color: #262626;
  border: 0px;
  border-top: 1px solid #262626;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: all 300ms;
}

.detail-btn svg {
  width: 1rem;
  height: auto;
  margin-left: 0.5rem;
}

.detail-btn path {
  transition: all 300ms;
}

.booknow-btn {
  color: #fff;
  width: 100%;
  height: 2.875rem;
  background: #222;
  border: 0px;
}

.contact-btn:hover {
  color: #fff;
  background: #222;
}

.contact-btn:hover path {
  stroke: #fff;
}

.detail-btn:hover {
  color: #fff;
  background: #222;
}

.detail-btn:hover path {
  stroke: #fff;
}

.ourMotobikeSwiper .swiper-slide {
  display: flex;
  border: 1px solid #262626;
  background: #fff;
  /* 	padding: 1px; */
}

.our-motobike-slide-left {
  width: 22.4375rem;
}

.our-motobike-slide-right {
  width: calc(100% - 22.4375rem);
  border-left: 1px solid #262626;
  display: flex;
  flex-direction: column;
}

.our-motobike-btn {
  display: flex;
  flex-wrap: wrap;
}

.ourMotobikeSwiper .swiper-button-next:after,
.ourMotobikeSwiper .swiper-button-prev:after {
  display: none;
}

.ourMotobikeSwiper .swiper-button-next,
.ourMotobikeSwiper .swiper-button-prev {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #262626;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms;
}

.ourMotobikeSwiper .swiper-button-next {
  right: 0;
}

.ourMotobikeSwiper .swiper-button-prev {
  left: 0;
}

.ourMotobikeSwiper .swiper-button-next svg,
.ourMotobikeSwiper .swiper-button-prev svg {
  width: 1.5rem;
}

.ourMotobikeSwiper .swiper-button-next path,
.ourMotobikeSwiper .swiper-button-prev path {
  transition: all 300ms;
}

.ourMotobikeSwiper .swiper-button-next:hover,
.ourMotobikeSwiper .swiper-button-prev:hover {
  background: #f96515;
  border-color: transparent;
}

.ourMotobikeSwiper .swiper-button-next:hover svg path,
.ourMotobikeSwiper .swiper-button-prev:hover svg path {
  stroke: #fff;
}

.our-motorbikes-title2 {
  color: #1a1a1a;
  text-align: right;
  margin: 0 auto;
  margin-top: 2rem;
  width: 87.5rem !important;
}

/* maybe-ydk */
.maybe-ydk {
  margin-top: 6.25rem !important;
}

.maybe-ydk-heading {
  display: flex;
  justify-content: space-between;
}

.maybe-ydk-heading p {
  color: #1a1a1a;
}

.maybe-ydk-heading button {
  padding: 0.62rem 1.65rem;
  background: #f96515;
  color: #fff;
  border: 0px;
}

.maybe-ydk-list {
  margin-top: 1.75rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: 12.76331rem 12.76331rem;
  gap: 0.125rem;
}

.maybeYdkSwiper {
  grid-area: 1/1/3/3;
  width: 100%;
}

.maybeYdkSwiper .swiper-slide,
.maybe-ydk-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 1.5rem;
}

.maybeYdkSwiper .swiper-slide>img,
.maybe-ydk-item>img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.maybeYdkSwiper .swiper-slide:before,
.maybe-ydk-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62.3%, #000 100%);
  z-index: 2;
}

.maybeYdkSwiper .maybeYdk-category {
  height: 19.22919rem;
  position: relative;
  z-index: 3;
}

.maybe-ydk-item .maybeYdk-category {
  height: 6.96713rem;
  position: relative;
  z-index: 3;
}

.maybeYdk-category::before {
  content: "";
  position: absolute;
  width: 0.125rem;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg,
      #fff 0.98%,
      rgba(255, 255, 255, 0) 99.32%);
}

.maybeYdk-category>div {
  color: #262626;
  font-family: "Trip Sans";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 0.9rem */
  letter-spacing: 0.00375rem;
  padding: 0.25rem 0.38rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(2px);
  width: fit-content;
}

.maybeYdkSwiper .swiper-slide .maybeYdk-title {
  width: 17.125rem;
}

.maybeYdkSwiper .swiper-slide .maybeYdk-title,
.maybe-ydk-item .maybeYdk-title {
  color: #fff;
  font-family: "Trip Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 1.05rem */
  letter-spacing: 0.00875rem;
  z-index: 3;
}

.maybeYdkSwiper .swiper-slide .maybeYdk-title a,
.maybe-ydk-item .maybeYdk-title a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.maybe-ydk-item-hover {
  background: linear-gradient(180deg,
      rgba(227, 92, 19, 0.6) 35.95%,
      #ca4700 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  transition: all 300ms;
  padding: 1.5rem;
}

.maybe-ydk-item-hover svg {
  width: 1.25rem;
  height: auto;
  position: relative;
  z-index: 4;
}

.maybe-ydk-item-hover img {
  width: 100%;
  /*     clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%); */
  transform: translatex(-100%);
  transition: all 500ms;
}

.maybeYdkSwiper .swiper-slide:hover .maybe-ydk-item-hover,
.maybe-ydk-item:hover .maybe-ydk-item-hover {
  opacity: 1;
  visibility: visible;
}

.maybeYdkSwiper .swiper-slide:hover .maybe-ydk-item-hover img,
.maybe-ydk-item:hover .maybe-ydk-item-hover img {
  /*     clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); */
  transform: translatex(0);
}

.maybeYdkSwiper .swiper-button-next:after,
.maybeYdkSwiper .swiper-button-prev:after {
  display: none;
}

.maybeYdkSwiper .swiper-button-next,
.maybeYdkSwiper .swiper-button-prev {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #262626;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms;
}

.maybeYdkSwiper .swiper-button-next {
  right: 1.5rem;
  top: auto;
  bottom: 1.53rem;
  transform: translate(0);
}

.maybeYdkSwiper .swiper-button-prev {
  left: auto;
  right: 8rem;
  top: auto;
  bottom: 1.53rem;
  transform: translate(0);
}

.maybeYdkSwiper .swiper-button-next svg,
.maybeYdkSwiper .swiper-button-prev svg {
  width: 1.5rem;
}

.maybeYdkSwiper .swiper-button-next path,
.maybeYdkSwiper .swiper-button-prev path {
  transition: all 300ms;
}

.maybeYdkSwiper .swiper-button-next:hover,
.maybeYdkSwiper .swiper-button-prev:hover {
  background: #262626;
}

.maybeYdkSwiper .swiper-button-next:hover svg path,
.maybeYdkSwiper .swiper-button-prev:hover svg path {
  stroke: #fff;
}

.maybeYdkSwiper .swiper-pagination {
  color: #fff;
  font-family: "Trip Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 1.2rem */
  letter-spacing: 0.01rem;
  bottom: 2.5rem;
  width: fit-content;
  left: auto;
  right: 5.5rem;
}

/* faq */
.faq {
  display: flex;
  margin-top: 6.25rem !important;
  position: relative;
}

.faq-main-picture {
  width: 29.5rem;
  position: absolute;
  top: 0;
  left: 0;
}

.faq .section-title {
  margin-bottom: 1.5rem;
}

.faq-list {
  display: flex;
  justify-content: space-between;
}

.faq-list-left,
.faq-list-right {
  width: 28.125rem;
}

.faq.box-container .faq-container .faq-item {
  margin-bottom: 2.5rem;
}

.faq-item.faq-item-active .faq-item-visible {
  border-color: #e35c13;
}

.faq-item.faq-item-active .faq-item-visible span {
  color: #e35c13;
}

.faq-item.faq-item-active .faq-item-visible .faq-item-btn svg:nth-child(1) {
  visibility: visible;
  opacity: 1;
}

.faq-item.faq-item-active .faq-item-visible .faq-item-btn svg:nth-child(2) {
  visibility: hidden;
  opacity: 0;
}

.faq.box-container .faq-container {
  margin-left: auto;
}

.faq.box-container .faq-container .faq-item .faq-item-visible {
  height: fit-content;
  cursor: pointer;
}

.faq.box-container .faq-container .faq-item .content-faq {
  height: 0;
  transition: all 0.5s;
  margin-top: 16px;
  font-size: 0.875rem;
}

.faq-list .faq-item .faq-item-visible span {
  height: 3em;
}

.faq.box-container .faq-container .faq-item .content-faq p {
  margin-bottom: 10px;
}

.faq-list-left {
  margin-right: 1.5rem;
}

.faq-item {
  position: relative;
  width: 28.125rem;
  overflow: hidden;
  padding: 0;
  transition: padding 300ms;
}

.faq-item span {
  color: #6a6a6a;
  font-family: "Trip Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 1.5rem */
  letter-spacing: 0.0125rem;
}

.faq-item-visible {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #6a6a6a;
}

.faq-item-btn {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
}

.faq-item-btn>svg:nth-child(1) {
  position: absolute;
  width: 1.25rem;
  opacity: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

.faq-item-btn>svg:nth-child(2) {
  position: absolute;
  width: 1.25rem;
  opacity: 1;
  top: 0;
  left: 0;
  visibility: visible;
  cursor: pointer;
}

.faq-item>p {
  color: #454545;
  font-family: "Trip Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.3125rem */
  letter-spacing: 0.00219rem;
  padding-top: 0.5rem;
}

.faq-item.active .faq-item-btn>svg:nth-child(1) {
  opacity: 1;
  visibility: visible;
}

.faq-item.active .faq-item-btn>svg:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.faq-item.active h3 {
  color: #e35c13;
}

/* best-vn */
.best-vietname-mb {
  width: 72.5625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3.21rem !important;
  margin-bottom: 6.25rem !important;
}


.best-vietname-mb>.best-content>h2 {
  color: #1a1a1a;
  text-align: center;
  font-family: "Trip Sans";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  letter-spacing: 0.0225rem;
}

.best-vietname-mb>div:first-child h2 {
  display: none;
}

.best-vietname-mb>.best-content {
  height: 10.875rem;
  overflow: hidden;
  position: relative;
  width: 72.5625rem;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 1.25rem;
  background: #fff;
  box-shadow: rgba(17, 34, 57, 0.1) 0px -50px 30px;
  border-radius: 0.25rem;
  text-align: justify;
  padding: 1.875rem;
}

.best-vietname-mb>.best-content>h2 {
  margin: 1rem 0;
}

.best-vietname-mb>.best-content h2.section-title-mobile {
  margin-top: 3rem;
  margin-bottom: 1rem;
  width: 100%;
  text-align: center
}

.best-vietname-mb>.best-content h3 {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
}

.best-vietname-mb>.best-content p {
  margin: 0.25rem 0;
}

.best-vietname-mb p,
.best-vietname-mb p>span,
.best-vietname-mb .best-content>ul {
  color: #454545;
  font-family: "Trip Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.00219rem;
}

.best-vietname-mb>.best-content::before {
  display: block;
  width: 100%;
  height: 100%;
  visibility: visible;
  content: "";
  position: absolute;
  top: 4rem;
  left: 0;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.98) 97.92%);
}

.best-vietname-mb>.best-content.active {
  height: fit-content;
}

.best-vietname-mb>.best-content.active::before {
  visibility: hidden;
}

.best-vietname-mb button:last-child {
  flex-direction: column-reverse;
}

.best-vietname-mb button {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.75rem;
  color: #262626;
  font-family: "Trip Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 1.05rem */
  letter-spacing: 0.00875rem;
  background: transparent;
  border: 0px;
  cursor: pointer;
}

.best-vietname-mb button:nth-child(4) {
  display: none;
}

.best-vietname-mb button svg {
  margin-bottom: -0.25rem;
}

/* tripadvisorreview */
.customer-satisfaction {
  margin-top: 6.25rem !important;
}

.elfsight-app-8f488444-9f35-4dc1-ba18-21347a1d6f44 {
  margin-top: 2rem;
}

.customer-satisfaction-heading {
  display: flex;
  justify-content: space-between;
}

.customer-satisfaction-heading h2 {
  color: #1a1a1a;
  width: 27.5rem;
}

.customer-satisfaction-btn {
  display: flex;
}

.customer-satisfaction-btn>button:nth-child(1) {
  padding: 0 0.88rem;
  height: 3rem;
  color: #fff;
  background: #262626;
  border: 1px solid #a9a9a9;
}

.customer-satisfaction-btn>button:nth-child(2) {
  padding: 0 0.88rem;
  height: 3rem;
  border: 1px solid #a9a9a9;
  border-left: 0px;
  background: #fff;
}

.customer-satisfaction-btn>button:nth-child(2)>img {
  width: auto;
  height: 1.5rem;
}

/* .eapps-widget-toolbar{
    display: none;
} */

/*  */
.about-mte-vid-mobile {
  display: none;
}

.about-mte-description-button-mb {
  display: none;
}

.tour-info-btn-mb {
  display: none;
}

.about-mte-btn-mb {
  display: none;
}

.ourList-title-mb {
  display: none;
}

.tourList-filter-category {
  display: none;
}

.faq-main-picture-mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .amazingDestinationSwiper>p {
    font-size: 3.73333rem;
  }

  .best-vietname-mb>.best-content h2 {
    display: none;
  }

  .best-vietname-mb>.best-content h2 {
    font-size: 4.5rem;
  }

  .best-vietname-mb p>span,
  .best-vietname-mb>.best-content p,
  .best-vietname-mb p>span strong .best-vietname-mb .best-content>ul {
    font-size: 3.73333rem;
  }

  .best-vietname-mb>div:first-child h2 {
    display: block;
  }

  .homepageBannerSwiper .swiper-button-prev,
  .homepageBannerSwiper .swiper-button-next {
    width: 8.96rem;
    height: 8.96rem;
  }

  .homepageBannerSwiper .swiper-button-next svg,
  .homepageBannerSwiper .swiper-button-prev svg {
    width: 4.48rem;
  }

  .top-banner {
    display: none;
  }

  .banner-search-tour {
    width: 100%;
    flex-wrap: wrap;
    bottom: 0;
  }

  .banner-search-tour-input {
    height: 21.6rem;
    background: #fff;
    padding: 4.27rem;
    border: 1px solid #000;
    z-index: 2;
  }

  .banner-search-tour-input:nth-child(1),
  .banner-search-tour-input:nth-child(2) {
    width: 50%;
  }

  .banner-search-tour-input:nth-child(n + 3) {
    width: 100%;
  }

  .banner-button-search-tour {
    width: 100%;
  }

  .banner-search-tour-input-title img {
    height: 5.33333rem;
  }

  .banner-search-tour-input-title span {
    color: #a9a9a9;
    font-size: 3.2rem;
    letter-spacing: 0.016rem;
    margin-left: 2.13rem;
  }

  .banner-search-tour-input-label {
    color: #262626;
    letter-spacing: 0.03733rem;
    font-size: 3.73333rem;
    margin-top: 3.2rem;
  }

  .banner-button-search-tour {
    height: 14.93333rem;
    font-size: 3.73333rem;
    background: #222;
    color: #fff;
  }

  .banner-search-tour-input-choose div {
    padding: 4.27rem;
    font-size: 3.73333rem;
    background: #222;
    color: #fff;
  }

  .why-we-are {
    padding: 16rem 0;
  }

  .why-we-are-item-title {
    font-size: 3.73333rem;
  }

  .why-we-are-list {
    flex-wrap: wrap;
  }

  .why-we-are-item {
    width: 43.73333rem;
  }

  .why-we-are-item-img {
    width: 14.93333rem;
    height: 14.93333rem;
    object-fit: contain;
    margin-top: 5.2rem;
  }

  .why-we-are-item-description {
    font-size: 3.2rem;
    letter-spacing: 0.016rem;
    margin-top: 3.2rem;
  }

  .why-we-are-item-line {
    height: 0.8rem;
    width: 2.93333rem;
    margin-top: 3.2rem;
  }

  .why-we-are-item:nth-child(n + 3) {
    padding-top: 6.4rem;
    margin-top: 6.4rem;
    position: relative;
  }

  .why-we-are-item:nth-child(n + 3)::before {
    content: "";
    width: 125%;
    border: 1px solid #f1f1f1;
    position: absolute;
    top: 0;
    left: 0;
  }

  .why-we-are {
    overflow: hidden;
  }

  .why-we-are button {
    display: none;
  }

  /*  */
  .about-mte-expert>div:nth-child(1) {
    flex-direction: column;
  }

  .about-mte-left {
    width: 100%;
  }

  .about-mte-title {
    width: 100%;
  }

  .about-mte-vid {
    display: none;
  }

  .about-mte-right {
    width: 100%;
  }

  .about-mte-vid-mobile {
    display: block;
    width: 91.46667rem;
    height: 51.3656rem;
    margin-top: 10.02rem;
  }

  .about-mte-vid-mobile iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .about-mte-description {
    margin-top: 0;
    background: #262626;
    height: 65rem;
    margin-bottom: -100rem;
  }

  .about-mte-description-wrapper {
    flex-direction: column;
    width: 100%;
    padding: 4.27rem;
  }

  .about-mte-description-item p {
    font-size: 3.73333rem;
  }

  .about-mte-description {
    width: 100%;
    backdrop-filter: unset;
    position: relative;
    margin-bottom: -100rem;
  }

  .about-mte-description-item {
    width: 100%;
  }

  .about-mte-description-item:not(:first-child) p {
    background: linear-gradient(180deg,
        #f1f1f1 0%,
        rgba(241, 241, 241, 0) 41.41%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .about-mte-description-item {
    flex-direction: column;
  }

  .about-mte-description-item svg {
    width: 5rem;
    transform: rotate(90deg);
    margin-top: 3rem;
  }

  .about-mte-description-item:not(:first-child) {
    margin-top: 3.5rem;
  }

  .about-mte-description-button-mb {
    display: block;
    position: absolute;
    bottom: 5.33rem;
    width: 6.4rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .about-mte {
    margin-bottom: 64rem;
  }

  .aboutTextInfinite .swiper-slide {
    color: #c5c5c5;
    font-size: 9.86667rem;
  }

  .most-popular-tour {
    margin-top: 16rem;
  }

  .popularTours .swiper-slide {
    flex-direction: column;
    border: 1px solid #c5c5c5;
  }

  .popularTours .main-picture {
    width: 100%;
    height: 65.9144rem;
  }

  .popularTours .tour-info {
    width: 100%;
  }

  .tour-info {
    display: flex;
    flex-direction: column;
  }

  .tour-info-title {
    font-size: 4.26667rem;
    padding-bottom: 2.67rem;
    width: 85.33333rem;
    margin: 0 auto;
    margin-top: 2.67rem;
  }

  .tour-info-price {
    font-size: 3.73333rem;
    letter-spacing: 0.03733rem;
    font-weight: 400;
    width: 85.33333rem;
    margin: 0 auto;
    margin-top: 2.13rem;
    padding-bottom: 2.67rem;
  }

  .tour-info-price span {
    font-size: 5.33333rem;
    margin-left: 1.25rem;
    font-weight: 800;
  }

  .tour-info-detail-item>img {
    height: 4.26667rem;
    margin-right: 1.07rem;
  }

  .tour-info-detail-item>span {
    font-size: 3.73333rem;
    letter-spacing: 0.03733rem;
  }

  .popularTours .swiper-button-next,
  .popularTours .swiper-button-prev {
    width: 8.53333rem;
    height: 8.53333rem;
    top: 30%;
  }

  .popularTours .swiper-button-next svg,
  .popularTours .swiper-button-prev svg {
    width: 4.26667rem;
  }

  .tour-info-detail>.tour-info-detail-item:not(:first-child) {
    margin-top: 2.27rem;
  }

  .tour-info-thumbs {
    display: none;
  }

  .tour-info-detail {
    width: 85.33333rem;
    margin: 0 auto;
    margin-top: 2.67rem;
    border-bottom: 0px;
    display: flex;
    flex-direction: column;
  }

  .tour-info-detail .tour-info-detail-item:nth-child(2) {
    order: 1;
  }

  .tour-info-description p {
    display: none !important;
  }

  .tour-btn-primary {
    background: #e35c13;
    color: #fff !important;
    width: 39.4333rem;
    height: 12.8rem;
  }

  .tour-btn-secondary {
    display: none !important;
  }

  .tour-info-btn {
    margin-top: 4.8rem;
  }

  .popularTours .tour-info {
    padding: 0;
  }

  .ppTour-tripad-logo {
    display: none;
  }

  .ppTours {
    margin-top: 5.33rem;
  }

  .tour-info-detail-item button {
    display: none;
  }

  .tour-info-btn-mb {
    display: block;
    flex-grow: 1;
    background: #fff;
    border: 0px;
  }

  .popularTours {
    padding-bottom: 7.5rem;
  }

  .popularTours .swiper-pagination .swiper-pagination-bullet {
    width: 2.13333rem;
    height: 2.13333rem;
  }

  .tourList-category {
    flex-direction: column;
    width: 100%;
    padding-left: 0;
  }

  .tourList-category-left {
    width: 91.66667rem;
    margin: 0 auto;
  }

  .tourList-category-left-container .arrow-down {
    display: none;
  }

  .tourList-category-short-description {
    width: 100%;
  }

  .tourList-category-short-description>div p {
    font-size: 3.2rem;
    letter-spacing: 0.016rem;
  }

  .tourList-category-short-description-item img {
    width: 4.26667rem;
  }

  .tourList-category-short-description-item span {
    font-size: 3.2rem;
    letter-spacing: 0.016rem;
  }

  .tourList-category-short-description .year,
  .tourList-category-short-description .percent {
    font-size: 3.2rem;
    letter-spacing: 0.016rem;
    margin-left: 2.4rem;
  }

  .tourList-category-short-description>div {
    display: flex;
    flex-wrap: wrap;
    padding: 2.13rem;
  }

  .tourList-category-short-description>div>div:nth-child(2) {
    width: 55%;
  }

  .tourList-category-short-description>div>div:nth-child(3) {
    flex-grow: 1;
    padding-left: 2.13rem;
    border-left: 1px solid rgba(197, 197, 197, 0.4);
  }

  .tourList-category-short-description button {
    height: 11.73333rem;
  }

  .tourList-category-short-description>div>div {
    padding-top: 2.13rem;
    justify-content: flex-start;
  }

  .tourListSwiper {
    margin-top: 4.27rem;
    margin-left: 0;
    padding-left: 4.27rem;
    padding-right: 0;
  }

  .tourListSwiper {
    width: 100%;
  }

  .tourList-slide-info-img {
    height: 57.86667rem;
  }

  .tour-item-price {
    font-size: 4.26667rem;
    letter-spacing: 0.05333rem;
    width: 74.1333rem;
    padding-bottom: 2.67rem;
    margin-top: 2.13rem;
  }

  .tour-item-price span {
    font-size: 4.26667rem;
    letter-spacing: 0.05333rem;
    margin-left: 1.25rem;
  }

  .tourList-slide-info .tour-item-title {
    font-size: 4.26667rem;
    letter-spacing: 0.05333rem;
    letter-spacing: 0.05333rem;
    padding: 0;
    width: 74.1333rem;
    margin: 0 auto;
    margin-top: 2.6rem;
  }

  .tour-info-list {
    width: 74.1333rem;
    padding: 2.67rem 0 4.8rem 0;
    display: flex;
    flex-direction: column;
  }

  .tour-info-detail-item>span:nth-child(3) {
    /*     margin-left: 2.13rem; */
  }

  .tourList-category-short-description>div>div:nth-child(2) {
    margin-bottom: 0;
  }

  .tour-item-btn {
    height: 12.8rem;
  }

  .tour-item-btn>button {
    width: 85%;
    background: #e35c13;
  }

  .tour-item-btn>button a {
    color: #fff;
  }

  .tour-item-btn>div svg {
    width: 4.6rem;
  }

  .customize-your-tour {
    position: relative;
    padding: 5.33rem 4.27rem 10rem 4.27rem;
    overflow: hidden;
  }

  .customize-your-tour .box-container {
    position: relative;
    z-index: 4;
  }

  .customize-your-tour .box-container {
    justify-content: center;
    flex-direction: column;
  }

  .customize-your-tour-text {
    font-size: 6.4rem;
  }

  .customize-your-tour-text h2 {
    width: 100%;
    padding: 0 20rem;
    text-align: center;
  }

  .customize-your-tour-text p {
    width: 100%;
    font-size: 3.73333rem;
    text-align: center;
    margin-top: 4.27rem;
  }

  .customize-your-tour button {
    width: 46.13333rem;
    height: 46.13333rem;
    background: transparent;
    backdrop-filter: blur(3px);
    margin-top: 38rem;
    position: relative;
    z-index: 5;
  }

  .tourList-category-short-description>div>div:nth-child(3)>span {
    font-size: 3.2rem !important;
    margin-left: 1.2rem;
  }

  .customize-your-tour button span {
    font-size: 5.33333rem;
    color: #fff;
    position: relative;
    z-index: 5;
  }

  .customize-your-tour button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 105%;
    height: 105%;
    background: linear-gradient(180deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(0, 0, 0, 0) 100%);
    border-radius: 50%;
  }

  .customize-your-tour button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 89, 0, 0.8);
    border-radius: 50%;
  }

  .customize-your-tour-text {
    display: flex;
    flex-direction: column;
  }

  .customize-your-tour-text img {
    order: 3;
    transform: rotate(90deg);
    height: 0.75rem;
    margin-left: 10rem;
    width: 80%;
  }

  .customize-your-tour-overlay {
    background: linear-gradient(180deg,
        #010101 0%,
        rgba(12, 12, 12, 0.54) 50.02%);
  }

  .customize-your-tour-img-absolute {
    width: 140%;
    left: 50%;
    transform: translateX(-45%);
  }

  /* old available-join mobile styles removed — replaced by new table layout */

  .amazing-destinations {
    margin-top: 16rem;
  }

  .amazing-destinations-input-title {
    font-size: 3.2rem;
    letter-spacing: 0.016rem;
    color: #828282;
  }

  .amazing-destinations-select {
    flex-wrap: wrap;
  }

  .amazing-destinations-select .amazing-destinations-input:nth-child(2) {
    order: 1;
    width: 100%;
    margin-top: 4.27rem;
  }

  .amazing-destinations-select .amazing-destinations-input:nth-child(3) {
    width: 43.6rem;
    margin-top: 0;
    margin-left: 3.27rem;
  }

  .amazing-destinations-input:nth-child(-n + 2) {
    width: 44.13333rem;
  }

  .amazing-destinations-input {
    flex-direction: column;
    align-items: start;
  }

  .amazing-destinations-input-selected {
    width: 100%;
    height: 10.66667rem;
    justify-content: space-between;
    padding: 0 4.27rem;
    margin-left: 0;
    margin-top: 1.6rem;
  }

  .amazing-destinations-input-selected span {
    font-size: 4.26667rem;
    letter-spacing: 0.01067rem;
  }

  .amazing-destinations-input-selected svg {
    width: 4.26667rem;
  }

  .amazing-destinations-input:nth-child(3) {
    margin-top: 4.27rem;
    width: 100%;
  }

  .amazing-destinations-input-title.experience {
    display: none;
  }

  .amazing-destinations-input ul {
    font-size: 3.73333rem;
    padding: 2.67rem;
  }

  .amazing-destinations-input-selected svg {
    position: relative;
    z-index: 4;
  }

  .amazingDestinationSwiper {
    margin-top: 5.33rem;
    height: 102.13333rem;
    padding-bottom: 7.5rem;
  }

  .amazing-destination-item-info p {
    font-size: 4.26667rem;
    letter-spacing: 0.05333rem;
    color: white;
  }

  .amazing-destination-item-info p a {
    color: #fff;
  }

  .amazing-destination-item-info-2 img {
    width: auto;
    height: 4.26667rem;
  }

  .amazing-destination-item-info-2>div>span {
    font-size: 3.73333rem;
    letter-spacing: 0.03733rem;
    color: #c5c5c5;
    margin-left: 2.13rem;
  }

  .amazing-destination-item-info-2>div:not(:first-child) {
    margin-left: 9.6rem;
  }

  .amazing-destination-item-info {
    position: static;
    border-bottom: 0px;
  }

  .amazing-destination-item-info-destination {
    right: auto;
    left: 4.27rem;
    bottom: auto;
    top: 6.4rem;
    padding: 1.6rem;
  }

  .available-join-time-list {
    overflow-y: hidden;
    overflow-x: scroll;
  }

  .available-join-time-item:not(:first-child) {
    margin-left: 5.33rem;
  }

  .amazingDestinationSwiper .swiper-slide>div:nth-child(3) {
    position: static;
  }

  .amazing-destination-item-info-destination span {
    font-size: 3.2rem;
    letter-spacing: 0.016rem;
    margin-left: 1.07rem;
  }

  .amazingDestinationSwiper .swiper-slide {
    padding-bottom: 6.4rem;
  }

  .amazing-destination-item-info-2 {
    margin-top: 3.2rem;
  }

  .amazingDestinationSwiper .swiper-slide::before {
    content: "";
    width: 0.26667rem;
    height: 67.13333rem;
    position: absolute;
    top: 6.4rem;
    left: 4.27rem;
    background: rgba(255, 255, 255, 0.4);
    z-index: 3;
  }

  .amazingDestinationSwiper .swiper-button-next,
  .amazingDestinationSwiper .swiper-button-prev {
    display: none;
  }

  .amazing-destinations>button {
    width: 37.06667rem;
    height: 11.73333rem;
    margin-top: 5.333rem;
  }

  .amazingDestinationSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 2.13333rem;
    height: 2.13333rem;
  }

  .tourListSwiper .swiper-button-next,
  .tourListSwiper .swiper-button-prev {
    display: none;
  }

  .about-mte-btn-mb {
    display: flex;
    width: 91.46667rem;
    margin: 0 auto;
  }

  .about-mte-btn-mb>button {
    width: 50%;
    height: 13.06667rem;
  }

  .about-mte-btn-mb>button:nth-child(1) {
    background: #f96515;
    border: 0px;
    color: #fff;
  }

  .about-mte-btn-mb>button:nth-child(2) {
    border: 1px solid #f96515;
    background: #fff;
    color: #f96515;
  }

  .about-mte-btn-mb>button:nth-child(2) svg {
    margin-left: 2.13rem;
  }

  .ourList-title-mb {
    display: block;
  }

  .tourList-filter-category {
    display: block;
    margin-top: 5.33rem;
  }

  .tourList-filter-category-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .tourList-filter-category-item {
    width: 28.35555rem;
    height: 9.06667rem;
    color: #1d1d1d;
    background: #fff;
    border: 1px solid #1a1a1a;
    transition: all 300ms;
  }

  .tourList-filter-category-item.active {
    background: #222;
    color: #fff;
  }

  .tourList-category {
    display: none;
  }

  .tourList-category.active {
    display: block;
  }

  .tourList-category-title {
    display: none;
  }

  .tourToJoinSwiper {
    width: 100%;
    padding-left: 4.27rem;
    padding-right: 0;
  }

  /* .available-join-time-list-wrapper{
        flex-wrap: wrap;
    } */
}

/*  */
:root {
  --width-mobile: 767px;
}

.tab-menu {
  display: none;
}

.menu-trigger {
  display: none;
}

@media screen and (min-width: 768px) {
  .amazing-destination-item-info p {
    width: 65%;
  }

  .maybeYdkSwiper.mb {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .maybeYdkSwiper.pc {
    display: none;
  }

  .menu-trigger {
    display: block;
    width: 9.33333rem;
  }

  .ourMotobikeSwiper {
    width: 100%;
    padding-left: 4.27rem;
  }

  .tourGuideSwiper {
    width: 100%;
    padding-left: 4.27rem;
  }

  /* RESPONSIVE FOOTER */
  .footer-info-title {
    font-size: 3.2rem;
    margin-bottom: 1.8rem;
  }

  .footer-sec1-left {
    width: 100%;
  }

  .footer-sec1 #inforFooterDropdown {
    /* height: 0; */
    /* overflow: hidden; */
    /* transition: all 300ms; */
    position: relative;
    padding-bottom: 0;
    overflow: hidden;
    transition: all 300ms;
  }

  .footer-sec1-left #inforFooterDropdown ul {
    flex-direction: row !important;
    flex-wrap: wrap;
    color: var(--greyscaletext-5, #f1f1f1);
    font-size: 3.73333rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.03733rem;
    position: absolute;
    left: 0;
    width: 100%;
  }

  #labelTourDropdownFooter {
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
    transition: all 300ms;
  }

  #labelTourDropdownFooter #dropdownTourFooter {
    position: absolute;
    left: 0;
    width: 100%;
  }

  .footer-sec1-left .footer-info-ul li {
    font-size: 3.73333rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.03733rem;
    width: 50%;
    margin-bottom: 5.33rem;
  }

  .footer-info-ul {
    flex-direction: column;
    font-size: 3.73333rem;
    padding-top: 4.27rem;
  }

  .footer-sec1 .footer-sec1-right {
    display: none;
  }

  .footer-sec1 .footer-row-title,
  .footer-sec2 .footer-row-title {
    display: flex;
    justify-content: space-between;
  }

  .footer-sec1 .footer-row-title svg,
  .footer-sec2 .footer-row-title svg {
    display: block;
  }

  .footer-sec2 .footer-info-ul li {
    max-width: 100%;
    margin-bottom: 5.33rem;
    font-size: 3.73333rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.03733rem;
  }

  .footer-sec3 h2 {
    font-size: 7.3rem;
  }

  .footer-sec4 {
    border: none;
    flex-direction: column;
  }

  .footer-sec4 .footer-sec4-left {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer-social-icon {
    height: 10.66667rem;
    width: 10.66667rem;
    margin-right: 3.2rem;
  }

  .footer-social-icon svg {
    height: 9rem;
    width: auto;
    padding: 1.06667rem 2.93333rem;
  }

  .footer-sec4-left>div {
    width: 43.73333rem;
    margin-bottom: 5.3rem;
    align-items: center;
  }

  .footer-social-text span {
    font-size: 3.2rem;
  }

  .footer-social-text h3 {
    font-size: 4.26667rem;
    font-weight: 800;
    font-style: normal;
    line-height: 120%;
    /* 5.12rem */
    letter-spacing: 0.05333rem;
  }

  .footer-sec4 .footer-contact {
    display: block;
    margin-top: 8rem;
  }

  .footer-sec4 .footer-contact .footer-title-address {
    display: flex;
    justify-content: space-between;
  }

  .footer-sec4 .copyright-mobile {
    display: block;
    color: var(--greyscaletext-5, #f1f1f1);
    font-family: Trip Sans;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.016rem;
    margin-bottom: 6.4rem;
  }

  .footer-sec4-right {
    margin-bottom: 5rem;
  }

  .footer-sec4-right img {
    height: 42rem;
  }

  .footer-contact>div {
    margin-bottom: 6.4rem;
  }

  footer .copyright {
    display: none;
  }

  /* END FOOTER */

  /* BEST-VIETNAM */
  .faq-main-picture {
    display: none;
  }

  .faq-main-picture-mobile {
    display: block;
    width: 37.34133rem;
    height: 36.51653rem;
    flex-shrink: 0;
    transform: scaleX(-1);
  }

  .best-vietname-mb {
    width: 100% !important;
    padding: 0 5.46667rem;
    margin-top: 3.21rem !important;
    margin-bottom: 6.25rem !important;
  }

  .best-vietname-mb div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .best-vietname-mb .section-title {
    display: none;
  }

  .best-vietname-mb .section-title-mobile {
    display: block;
    color: #1a1a1a;
    text-align: start;
    font-size: 6.4rem;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 0.0225rem;
  }

  .best-vietname-mb button {
    font-size: 3.73333rem;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 0.03733rem;
  }

  .best-vietname-mb>.best-content {
    width: 100%;
    margin-top: 1.25rem;
    height: 41.06667rem;
    overflow: hidden;
    position: relative;
  }

  .best-vietname-mb p {
    font-size: 3.73333rem;
    font-style: normal;
    letter-spacing: 0.00219rem;
  }

  /* END BEST-VIETNAM */

  /* FAQ */
  .faq-container {
    width: 100%;
  }

  .faq-item-btn {
    width: 5.33333rem;
    height: 5.33333rem;
  }

  .faq-item-btn>svg:nth-child(1),
  .faq-item-btn>svg:nth-child(2) {
    width: 5.33333rem;
  }

  .faq-list {
    flex-direction: column;
    width: 100%;
  }

  .faq-list .faq-item {
    width: 100%;
  }

  .faq-item span {
    font-size: 4.26667rem;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    letter-spacing: 0.05333rem;
  }

  .faq-item>p {
    font-size: 3.73333rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.00933rem;
    padding-top: 0.5rem;
  }

  /* .section-title {
        color: var(--grey-grey-900, #1A1A1A);
        font-family: Trip Sans;
        font-size: 6.4rem;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; 
        margin-bottom: 1rem;
        margin-top: 6rem;
    } */
  .faq-item-visible {
    padding-bottom: 2.13rem;
  }

  /* END FAQ */

  /* TOURT GUIDE */
  .tour-guide-header {
    flex-direction: column;
  }

  .tour-guide-header p.section-title {
    width: 100%;
    font-size: 6.4rem;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
  }

  .tour-guide-header p:not(.section-title) {
    font-size: 3.73333rem;
    font-weight: 400;
    line-height: 150%;
    /* 5.6rem */
    letter-spacing: 0.00933rem;
    padding-right: 0;
    margin-top: 4rem;
  }

  .tour-guide-header button {
    display: none;
  }

  .tour-guide-picture {
    height: 70rem;
    position: relative;
  }

  .tour-guide-name {
    margin-bottom: 1.34rem;
    margin-top: 2.13rem;
    font-size: 4.26667rem;
    font-weight: 800;
    letter-spacing: 0.05333rem;
  }

  .tour-guide-year-experience img {
    width: 7.46667rem;
  }

  .tour-guide-year-experience>span:nth-child(2) {
    font-size: 3.73333rem !important;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 4.48rem */
    letter-spacing: 0.03733rem;
  }

  .tour-guide-year-experience>span:nth-child(3) {
    font-size: 3.73333rem;
    font-weight: 800;
    line-height: 120%;
    /* 4.48rem */
    letter-spacing: 0.03733rem;
  }

  .tourGuideSwiper .swiper-button-next,
  .tourGuideSwiper .swiper-button-prev {
    display: none;
  }

  .tour-guide-year-experience {
    padding: 1.86rem;
  }

  /* END TOUR GUIDE */

  /* OUR MOTIBIKE */
  .our-motobikes-header {
    flex-direction: column;
  }

  .our-motobikes-header h2:nth-child(1) {
    font-size: 5.33333rem;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
  }

  .our-motorbikes-title2 {
    display: none !important;
  }

  .our-motorbikes-title2-mobile {
    display: block;
    color: var(--greyscaletext-40, #6a6a6a) !important;
    font-family: Trip Sans;
    font-size: 4.26667rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.05333rem;
    margin-bottom: 5rem;
  }

  .our-motobikes-header button {
    display: none;
  }

  .our-motorbikes-arrow1 {
    display: none;
  }

  .ourMotobikeSwiper .swiper-slide {
    flex-direction: column;
  }

  .our-motobike-slide-title {
    flex-direction: column;
    border-right: 1px solid #262626;
    border-bottom: none;
    width: 11.46667rem;
    height: 51.46667rem;
  }

  .our-motobike-slide-title h3 {
    border-left: none;
    transform: rotate(270deg);
    transform-origin: center;
    font-size: 3.73333rem;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 4.48rem */
    letter-spacing: 0.03733rem;
    width: 30rem;
  }

  .our-motobike-slide-title img {
    width: 8.652rem;
    height: 7.47467rem;
  }

  .our-motobike-slide-title .item-image-our-motobike {
    display: flex;
    padding: 2.06027rem 2.07653rem 2.66507rem 1.47147rem;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #1a1a1a;
  }

  .our-motobike-slide-left {
    width: 100%;
    display: flex;
  }

  .our-motobike-slide-picture {
    width: 100%;
    height: 51.46667rem;
  }

  .our-motobike-slide-right {
    width: 100%;
    border-top: 1px solid #262626;
    border-left: none;
  }

  .our-motobike-slide-right ul {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 3.84rem */
    letter-spacing: 0.016rem;
    padding: 3.2rem;
  }

  .our-motobike-slide-right ul li {
    padding-left: 6.4rem;
  }

  .our-motobike-slide-right ul li::before {
    width: 4.26667rem;
    height: 4.26667rem;
  }

  .our-motobike-slide-right ul li:not(:first-child) {
    margin-top: 2.13rem;
  }

  .contact-btn-mobile {
    font-size: 3.73333rem;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;

    display: flex;
    height: 11.73333rem;
    padding: 1.66667rem 3.33333rem;
    justify-content: center;
    align-items: center;
  }

  .contact-btn-mobile svg {
    width: 4.26667rem;
    margin-left: 2rem;
  }

  .booknow-btn {
    border: 1px solid var(--greyscaletext-80, #262626);
    background: var(--orange-orange-600, #e35c13);
    display: flex;
    width: 100%;
    height: 12.26667rem;
    padding: 2.66667rem 6.13333rem;
    justify-content: center;
    align-items: center;
    font-size: 3.73333rem;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
  }

  .our-motobikes .swiper-button-prev,
  .our-motobikes .swiper-button-next {
    display: none !important;
  }

  /* END OUR MOTOBIKE */

  /* MAYBE YDK */
  .maybe-ydk {
    margin: 6.25rem 0 !important;
    width: 100% !important;
  }

  .maybe-ydk-list {
    display: block;
  }

  .maybe-ydk-list .maybeYdkSwiper {
    height: 71.73333rem !important;
  }

  .maybe-ydk-heading button {
    display: none;
  }

  .maybe-ydk-heading p {
    width: 100%;
    text-align: center;
    font-family: Trip Sans;
    font-size: 6.4rem;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
  }

  .maybe-ydk-item {
    display: none;
  }

  .maybeYdkSwiper .swiper-slide,
  .maybe-ydk-item {
    padding: 1.5rem 6.5rem;
  }

  .maybeYdkSwiper .maybeYdk-category {
    height: 40.22919rem;
    position: relative;
    z-index: 3;
  }

  .maybeYdkSwiper .swiper-button-next {
    top: 56%;
    right: 4%;
    transform: translateY(-56%);
  }

  .maybeYdkSwiper .swiper-button-prev {
    top: 56%;
    left: 4%;
    transform: translateY(-56%);
  }

  .maybeYdkSwiper .swiper-pagination {
    display: none;
  }

  .maybeYdkSwiper .swiper-button-next,
  .maybeYdkSwiper .swiper-button-prev {
    width: 8.53333rem;
    height: 8.53333rem;
  }

  .maybeYdkSwiper .swiper-button-next svg,
  .maybeYdkSwiper .swiper-button-prev svg {
    width: 4.5rem;
  }

  .maybeYdk-category>div {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 3.84rem */
    letter-spacing: 0.016rem;
    padding: 1.06667rem 1.6rem;
    backdrop-filter: blur(2px);
    width: fit-content;
  }

  .maybeYdkSwiper .swiper-slide .maybeYdk-title {
    width: 72.125rem;
  }

  .maybeYdkSwiper .swiper-slide .maybeYdk-title,
  .maybe-ydk-item .maybeYdk-title {
    font-size: 3.73333rem;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 4.48rem */
    letter-spacing: 0.03733rem;
  }

  .maybe-ydk .button-seeall-mobile {
    display: flex;
    justify-content: center;
    margin-top: 5.33rem;
  }

  .maybe-ydk .button-seeall-mobile button {
    display: flex;
    width: 37.06667rem;
    height: 11.73333rem;
    padding: 2.66667rem 5.33333rem;
    justify-content: center;
    align-items: center;
    gap: 2.13333rem;
    border: 1px solid var(--orange-orange-500, #f96515);
    background: var(--orange-orange-500, #f96515);

    color: var(--greyscaletext-0, #fff);
    text-align: center;
    font-family: Trip Sans;
    font-size: 3.73333rem;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 4.48rem */
  }

  /* END MAYBE YDK */

  /* TAB MENU */
  .tab-menu {
    display: block !important;
    width: 100vw;
    height: 100vh;
    /* background-color: black; */
    position: fixed;
    top: 0;
    z-index: 99;
    color: white;
    background-image: url("/wp-content/uploads/2024/05/z4811794970116_ab66f21ce7389d7d822c87cf5d5ff8cf-1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateX(-100%);
    transition: all 400ms;
  }

  .tab-menu .layout-tab {
    position: relative;
    padding-top: 3.2rem;
  }

  .tab-menu .layout-tab::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
  }

  .tab-menu .header-logo {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 3.2rem;
  }

  .tab-menu .header-logo img {
    width: 13.33333rem;
    height: 10.6896rem;
  }

  .tab-menu .header-logo svg {
    width: 9.33333rem;
    height: 9.33333rem;
  }

  .menu-search {
    display: flex;
    width: 100%;
    margin-top: 7.33rem;
    padding: 0 3.2rem;
    margin-bottom: 5.33rem;
  }

  .menu-search input {
    background: none;
    color: white;
    border: 1px solid var(--greyscaletext-5, #f1f1f1);
    flex: 1;
    border-radius: 0;
    padding-left: 3.73rem;
  }

  .menu-search input::placeholder,
  .menu-search input {
    color: var(--greyscaletext-5, #f1f1f1);
    font-family: Trip Sans;
    font-size: 3.73333rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 4.48rem */
    letter-spacing: 0.03733rem;
  }

  .menu-search .icon-search {
    background: #fff;
    display: flex;
    width: 13.86667rem;
    height: 13.86667rem;
    padding: 1.33333rem;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
  }

  .tab-menu .item-tab-menu {
    border: 1px solid #fff;
    height: 12.8rem;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .tab-menu .item-tab-menu:nth-child(1) {
    background-image: url("/wp-content/uploads/2024/05/1.webp");
  }

  .tab-menu .item-tab-menu:nth-child(2) {
    background-image: url("/wp-content/uploads/2024/05/2.webp");
  }

  .tab-menu .item-tab-menu:nth-child(3) {
    background-image: url("/wp-content/uploads/2024/05/3.webp");
  }

  .tab-menu .item-tab-menu:nth-child(4) {
    background-image: url("/wp-content/uploads/2024/05/4.webp");
  }

  .tab-menu .item-tab-menu:nth-child(5) {
    background-image: url("/wp-content/uploads/2024/05/5.webp");
  }

  .tab-menu .item-tab-menu:nth-child(6) {
    background-image: url("/wp-content/uploads/2024/05/6.webp");
  }

  .tab-menu .item-tab-menu:nth-child(7) {
    background-image: url("/wp-content/uploads/2024/05/7.webp");
  }

  .tab-menu .item-tab-menu:nth-child(8) {
    background-image: url("/wp-content/uploads/2024/05/8.webp");
  }

  .tab-menu .item-tab-menu:nth-child(9) {
    background-image: url("/wp-content/uploads/2024/05/9.webp");
  }

  .tab-menu .item-tab-menu .item-text {
    position: relative;
    height: 100%;
    z-index: 10;
    background: linear-gradient(90deg,
        rgba(243, 85, 0, 0.95) 32.21%,
        rgba(255, 255, 255, 0) 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 4.27rem;

    color: var(--greyscaletext-0, #fff);
    font-family: Trip Sans;
    font-size: 5.33333rem;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    /* 6.4rem */
    letter-spacing: 0.21333rem;
  }

  .tab-menu .item-tab-menu:not(:first-child) {
    margin-top: 3.2rem;
  }

  .list-content-menu {
    height: calc(100vh - 7.33rem - 14rem - 18.3rem);
    overflow-y: auto;
    padding: 0 3.2rem;
  }

  .tab-menu .contact-menu {
    margin-top: 12.8rem;
  }

  .tab-menu .contact-menu .item-contact:not(:first-child) {
    margin-top: 6.4rem;
  }

  .tab-menu .item-contact .title-address {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 2.3rem;
  }

  .tab-menu .item-contact .title-address h4 {
    color: var(--greyscaletext-20, #a9a9a9);
    font-family: Trip Sans;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 3.84rem */
    letter-spacing: 0.016rem;
  }

  .tab-menu .item-contact h2 {
    color: var(--greyscaletext-5, #f1f1f1);
    font-family: Trip Sans;
    font-size: 3.73333rem;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 4.48rem */
    letter-spacing: 0.03733rem;
    margin-top: 2.13rem;
  }

  .menu-social-contact {
    display: flex;
    margin-top: 6.4rem;
    margin-bottom: 15rem;
  }

  .menu-social-contact .menu-social-contact-icon {
    display: flex;
    width: 10.66667rem;
    height: 10.66667rem;
    padding: 1.06667rem 2.93333rem;
    justify-content: center;
    align-items: center;
    gap: 1.06667rem;
    border-radius: 26.66667rem;
    background: var(--greyscaletext-5, #f1f1f1);
    margin-right: 5.33rem;
  }

  /* END TAB MENU */

  footer {
    padding-bottom: 14rem;
  }

  /* BOTTOM TAB */
  .bottom-tab {
    display: flex !important;
    background-color: #fff;
    /* display: flex; */
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100vw;
    border-top: 2px solid black;
  }

  .bottom-tab>div {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3.23rem;
  }

  .bottom-tab>div p {
    color: var(--gray-scale-50, #727272);
    text-align: center;
    font-family: Trip Sans;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 900;
    line-height: 4.26667rem;
    /* 177.778% */
    letter-spacing: 0.13333rem;
  }

  .bottom-tab>div svg {
    width: 3.73333rem;
    height: 3.73333rem;
  }

  .bottom-tab> :first-child {
    background-color: #e35c13;
  }

  .bottom-tab> :first-child p {
    color: #fff;
  }

  /* END BOTTOM TAB */
}

.airport-pickup {
  position: relative;
  margin-top: 5rem;
}

.airport-pickup img {
  position: absolute;
  right: 0;
  z-index: 2;
  transform: translateY(-30%);
  width: 20rem;
}

.airport-pickup .box-marquee-slide {
  background: black;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: white;
  margin: 0;
  padding: 0;
}

.airport-pickup .marqueeslide {
  width: 100%;
  height: 6.25rem;
}

.airport-pickup .marqueeslide-item {
  text-align: center;
  font-size: 3rem;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Trip Sans;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  /* 3.3rem */
  letter-spacing: 0.03rem;
  flex-shrink: 0;
  white-space: no-wrap;
}

.airport-pickup .marqueeslide-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.airport-pickup .swiper-wrapper {
  transition-timing-function: linear;
}

@media only screen and (max-width: 767px) {
  .airport-pickup {
    display: none;
  }

  .tourToJoinSwiper:before,
  .tourToJoinSwiper:after,
  .tourGuideSwiper:before,
  .tourGuideSwiper:after,
  .ourMotobikeSwiper::before,
  .ourMotobikeSwiper:after,
  .tourListSwiper:before,
  .tourListSwiper:after {
    display: none;
  }

  .tourList-title-mb {
    display: flex;
  }

  .tourList-swiper-info {
    display: none;
  }

  .tourList-slide-info-img-hover-mb {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.3);
    padding: 3.2rem 4.27rem;
  }

  .tourList-slide-info-img-hover-mb-con {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }

  .tourList-slide-info-img-hover-mb .tourList-slide-info-img-hover-mb-sub-con {
    width: 100%;
    height: fit-content;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    padding: 4.27rem;
    min-height: 100%;
  }

  .tourList-slide-info-img-hover-mb .info-img-hover-bg,
  .tourList-slide-info-img-hover-mb .info-img-hover-header,
  .tourList-slide-info-img-hover-mb .info-img-hover-header+img,
  .tourList-slide-info-img-hover-mb .info-img-hover-sub {
    display: none;
  }

  .info-img-hover-main {
    flex-direction: column;
  }

  .info-img-hover-main .info-img-hover-main-highlight,
  .info-img-hover-main .info-img-hover-main-destination {
    width: 100%;
    padding-right: 0;
    color: #262626;
  }

  .info-img-hover-main .info-img-hover-main-highlight div,
  .info-img-hover-main .info-img-hover-main-destination div {
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.016rem;
    color: inherit;
    border-bottom: 1px solid black;
    padding-bottom: 2.67rem;
    margin-bottom: 2.67rem;
  }

  .info-img-hover-main .info-img-hover-main-highlight img,
  .info-img-hover-main .info-img-hover-main-destination img {
    display: none;
  }

  .info-img-hover-main .info-img-hover-main-highlight span,
  .info-img-hover-main .info-img-hover-main-destination ol li {
    font-size: 3.73333rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.00933rem;
    color: inherit;
    margin-bottom: 2.13rem;
  }

  .info-img-hover-main .info-img-hover-main-destination ol {
    max-height: 70rem;
    padding-left: 4.27rem;
  }

  .info-img-hover-main .info-img-hover-main-highlight {
    margin-bottom: 4.27rem;
  }

  .tour-guide-picture .tour-guide-popup {
    width: calc(100% - 7rem);
    height: calc(100% - 7rem);
    top: 3.5rem;
    left: 3.5rem;
    padding: 3.2rem;
    overflow-y: auto;
  }

  .tour-guide-picture .tour-guide-popup .tour-guide-popup-header {
    padding-bottom: 2.13rem;
    margin-bottom: 2.13rem;
  }

  .tour-guide-picture .tour-guide-popup .tour-guide-popup-header,
  .tour-guide-picture .tour-guide-popup p {
    font-size: 3.73333rem;
    letter-spacing: 0.00933rem;
  }

  .tourList-category-short-description a {
    height: 11.73333rem;
  }

  .tour-info-detail-item {
    margin-bottom: 2.13rem;
  }

  .customer-satisfaction-heading {
    padding: 20rem 0 5.6rem;
  }

  .customer-satisfaction-heading .section-title {
    color: #fff;
    text-align: center;
  }

  .airport-pickup .marqueeslide-item {
    font-size: 4.496rem;
  }

  .airport-pickup .marqueeslide {
    height: 10.93333rem;
  }

  .airport-pickup img {
    width: 33.6rem;
    height: 25.06667rem;
  }

  .bottom-tab a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 20rem;
    padding: 3.2rem;
  }

  .bottom-tab a p {
    font-size: 2.13333rem;
    font-weight: 900;
    line-height: 4.26667rem;
    letter-spacing: 0.13333rem;
  }

  .bottom-tab a svg {
    width: 4.8rem;
    height: 4.8rem;
  }

  .about-mte-description-item-p {
    -webkit-text-fill-color: #f1f1f1 !important;
    background: none !important;
  }

  .hover-most-popular .list-detail-most-popular {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .hover-most-popular ol.list-detail-most-popular {
    padding-left: 5rem;
  }

  /* .hover-most-popular ol.list-detail-most-popular li {
      list-style-type: demical !important;
    } */
  .hover-most-popular ol.list-detail-most-popular {
    list-style-type: demical !important;
  }

  .hover-most-popular .title-most-popular {
    text-transform: uppercase;
  }

  .faq-list-left,
  .faq-list-right {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .tourListSwiper .swiper-slide:hover .tourList-slide-info-img>img {
    transform: scale(1.1);
    backdrop-filter: blur(12px);
  }

  .tourListSwiper .swiper-slide {
    display: flex;
    flex-direction: column;
  }

  .tourToJoinSwiper .swiper-slide:hover .tourList-slide-info-img>img {
    transform: scale(1.1);
    backdrop-filter: blur(12px);
  }

  .tour-item-btn>div:hover svg path {
    background: #e35c13;
    stroke: #fff;
  }
}




.youtube-video-banner {
  width: 100%;
  height: 100%;
}

.youtube-video-banner>img {
  position: relative;
}

.youtube-video-banner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.youtube-video {
  width: 100%;
  height: 100%;
  position: relative;
}

.youtube-video img {
  width: 100%;
  height: 100%;
}

.youtube-video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.tour-info-detail-item>span:nth-child(3),
.tour-info-detail-item>span {
  white-space: unset !important;
}

.tour-info-detail-item>span:nth-child(3) {
  display: flex;
  /*     flex-shrink: 0; */
}

.info-img-hover-main .info-img-hover-main-highlight div::before,
.info-img-hover-main .info-img-hover-main-destination div::before {
  /* 		bottom: -0.18rem !important; */
}

.about-mte-right>span {
  transition: all 0.3s
}

.about-mte-right>span:hover::after,
.about-mte-right>span:hover::before {
  display: flex;
  flex-shrink: 0;
}

.about-mte-right>a:nth-child(2) {
  top: 7%;
  left: 3%;
}


.about-mte-right>a {
  border: 1px solid #CBCBCB;
  background: #FFF;
  padding: 0.26rem 0.79rem;
  color: #6A6A6A;
  font-size: 0.787rem;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 0.00394rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  text-align: center;
  position: absolute;
  z-index: 11;
  cursor: pointer;
}

.about-mte-right>a:nth-child(3) {
  top: 1%;
  left: 7%;
}

.about-mte-right>a:nth-child(4) {
  top: 2%;
  left: 34%;
}

.about-mte-right>a:nth-child(5) {
  top: 17%;
  left: 5%;
}

.about-mte-right>a:nth-child(6) {
  top: 44%;
  left: 48%;
}

.about-mte-right>a:nth-child(7) {
  top: 53%;
  left: 36%;
}

.about-mte-right>a:nth-child(8) {
  top: 66%;
  left: 21%;
}

.about-mte-right>a:nth-child(9) {
  bottom: 11%;
  left: 43%;
}

.about-mte-right>a:nth-child(10) {
  bottom: 8%;
  left: 6%;
}

.about-mte-right>a:nth-child(11) {
  top: 32%;
  left: 35%;
}

.about-mte-right>a:hover {
  color: #b1480f !important;
  border: 3px solid #000 !important;
}

.about-mte-right>a:nth-child(2)::after,
.about-mte-right>a:nth-child(3)::after,
.about-mte-right>a:nth-child(5)::after,
.about-mte-right>a:nth-child(7)::after,
.about-mte-right>a:nth-child(8)::after,
.about-mte-right>a:nth-child(10)::after {
  content: "";
  background: url(/wp-content/uploads/2024/01/Arrow_Left_MD.svg);
  width: 0.75rem;
  height: 0.75rem;
  background-size: cover;
  margin-left: 0.26rem;
  display: none;
}

.about-mte-right>a:nth-child(4)::before,
.about-mte-right>a:nth-child(6)::before,
.about-mte-right>a:nth-child(9)::before,
.about-mte-right>a:nth-child(11)::before {
  content: "";
  rotate: 180deg;
  background: url(/wp-content/uploads/2024/01/Arrow_Left_MD.svg);
  width: 0.75rem;
  height: 0.75rem;
  background-size: cover;
  margin-right: 0.26rem;
  display: none;
}

.about-mte-right>a:hover::after,
.about-mte-right>a:hover::before {
  display: flex;
  flex-shrink: 0;
}

.about-mte-right>span:nth-child(12) {
  bottom: 18%;
  right: 5%;
  background: transparent !important;
  border: none;
  color: #828282;
  font-size: 0.787rem;
  line-height: 120%;
  letter-spacing: 0.00275rem;
  cursor: unset !important;
  pointer-events: none;
  top: unset !important;
  left: unset !important;
}

.about-mte-right>span:nth-child(13) {
  font-size: 0.787rem;
  line-height: 120%;
  letter-spacing: 0.00275rem;
  color: #828282 !important;
  top: 40%;
  right: 5%;
  background: transparent !important;
  border: none;
  cursor: unset !important;
  pointer-events: none;
}

.tour-info-title,
.tour-info-price,
.tour-info-detail,
.tourList .tourList-slide-info-img-hover .info-img-hover-header {
  position: relative;
}

.tourList .tourList-slide-info-img-hover .info-img-hover-header {
  padding-bottom: 1rem;
  border-bottom: 1px solid #C5C5C5;
}

.tour-info-title:before,
.tour-info-price:before,
.tour-info-detail:before,
.tourList .tourList-slide-info-img-hover .info-img-hover-header:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  flex-shrink: 0;
  border-radius: 50%;
  bottom: 0;
  transform: translateY(50%);
  background: #c5c5c5;
}

.tour-destination-popup:hover {
  opacity: 1;
  visibility: visible;
}

.tour-destination-popup>p {
  position: relative;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #262626;
}

.tour-destination-popup>p:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  flex-shrink: 0;
  border-radius: 50%;
  bottom: 0;
  transform: translateY(50%);
  background: #262626;
}

@media screen and (max-width: 767px) {
  .tour-info-detail-item {
    width: 100%;
  }

  .tour-info-detail-item>span:last-child {
    font-weight: 700;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
  }

  .about-mte-right>a,
  .about-mte-right>span:nth-child(12),
  .about-mte-right>span:nth-child(13) {
    font-size: 2.21813rem;
    padding: 0.78rem 2.33rem;
  }

  .about-mte-right>a:nth-child(4)::before,
  .about-mte-right>a:nth-child(6)::before,
  .about-mte-right>a:nth-child(9)::before,
  .about-mte-right>a:nth-child(11)::before,
  .about-mte-right>a:nth-child(2)::after,
  .about-mte-right>a:nth-child(3)::after,
  .about-mte-right>a:nth-child(5)::after,
  .about-mte-right>a:nth-child(7)::after,
  .about-mte-right>a:nth-child(8)::after,
  .about-mte-right>a:nth-child(10)::after {
    width: 2.75rem;
    height: 2.75rem;
  }

  .tour-info-detail:before {
    display: none;
  }
}

/* 	.tour-info-title::before,
	.tour-info-price::before
	{
		position: absolute;
		color: #c5c5c5;
		content: ".";
		font-size: 1.7rem;
		z-index: 1;
		bottom: -14.6%;
		left: -0.1rem;
	}
	.tour-info-detail::before{
		position: absolute;
		color: #c5c5c5;
		content: ".";
		font-size: 2.7rem;
		z-index: 1;
		bottom: -1.4rem;
		left: -0.2rem;
	} */
.hover-most-popular {
  width: calc(100% - 4.27rem * 2);
  height: calc(100% - 10.9rem * 2);
  margin: 4.27rem;
  display: block !important;
  z-index: 11;
  visibility: hidden;
}

.logo-travel-choice-banner {
  bottom: calc(6.94rem + 1.3125rem + 1rem);
}

.tourList-category-left {
  overflow: hidden;
}

.overlay-blog {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 10;
}

.our-motorbikes-title2 {
  position: relative;
  top: 0.2rem;
}

.tour-guide-picture .tour-guide-popup .tour-guide-popup-header::before {
  color: #262626 !important;
}

.tour-guide-year-experience>span:last-child {
  color: #262626;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.00313rem;
}

.tour-guide-year-experience>span:nth-child(3) {
  margin-top: 0.75rem;
}

.our-motorbikes-arrow1 {
  z-index: 0;
}

.our-motorbikes-arrow2 {
  z-index: 0;
}

.tour-info-thumbs>div {
  flex-shrink: 0;
}

.banner-search-tour-input-choose {
  list-style-type: none;
  color: #000
}

.available-join-time-list-wrapper {
  z-index: 2;
  position: relative;
}

.info-img-hover-main .info-img-hover-main-highlight div,
.info-img-hover-main .info-img-hover-main-destination div {
  position: relative
}


.tourList-slide-info .tour-info-detail-item span:nth-child(3) {
  color: #454545 !important;
  /*     font-weight: 400 !important; */
}

.tourList-slide-info .tour-item-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* 	.loader{
		position: absolute;
		display: none;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.loader.active{
		display: block;
		background: rgba(255, 255, 255, 0.4);
	} */
.tourToJoinSwiper .swiper-wrapper {
  min-height: 5rem;
  align-items: center;
}

.amazingDestinationSwiper .swiper-wrapper {
  min-height: 5rem;
  align-items: center;
}

.ppTours .swiper-button-next,
.ppTours .swiper-button-prev {
  background: #fff;
  border: 0.8px solid #222;
}

.info-img-hover-main .info-img-hover-main-highlight div::before,
.info-img-hover-main .info-img-hover-main-destination div::before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: -0.3rem;
  transform: translatey(60%);
}

@media screen and (max-width: 767px) {

  .info-img-hover-main .info-img-hover-main-highlight div::before,
  .info-img-hover-main .info-img-hover-main-destination div::before {
    content: "";
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: -0.3rem;
    transform: translatey(60%);
  }

  .ppTours .swiper-button-next,
  .ppTours .swiper-button-prev {
    border: 0.8px solid rgba(0, 0, 0, 0.5) !important;
    background: rgba(0, 0, 0, 0.5) !important;
  }

  .ppTours .swiper-button-prev {
    border-left: 0 !important;
  }

  .ppTours .swiper-button-next {
    border-right: 0 !important;
  }

  .ppTours .swiper-button-next svg path,
  .ppTours .swiper-button-prev svg path {
    stroke: #fff !important;
  }
}

.ppTours .swiper-button-next svg path,
.ppTours .swiper-button-prev svg path {
  stroke: #000;
}

.ppTours .swiper-button-next:hover,
.ppTours .swiper-button-prev:hover {
  border: none;
}

.tourList .tour-item-btn>button span {
  color: #fff;
}

.tourList-category {
  z-index: 5;
}

.info-img-hover-main .info-img-hover-main-highlight div::before,
.info-img-hover-main .info-img-hover-main-destination div::before {
  bottom: 0;
}

.tourGuideSwiper .swiper-wrapper {
  align-items: center;
}

@media (max-width: 767px) {
  .tourGuideSwiper .swiper-slide:last-child {
    border: none !important;
    width: 30rem !important;
    align-items: center;
    justify-content: center;
  }

  .tourListSwiper .swiper-slide .tour-info-detail-item>span,
  .tour-info-detail-item>.destinations-content {
    font-weight: 700;
  }

  .tourGuideSwiper .swiper-slide {
    width: 82.4rem !important;
  }

  .tourGuideSwiper .swiper-slide:last-child {
    display: flex;
  }

  .tourGuideSwiper .swiper-slide:last-child>p span {
    width: 40%;
    text-align: center;
  }

  .tourGuideSwiper .swiper-slide:last-child>p {
    width: 28rem;
    height: 28rem;
    border-radius: 50%;
    background: #F96515;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.7rem;
    color: #fff;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    position: relative;
  }

  .tourGuideSwiper .swiper-slide:last-child>p::after {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2024/01/Vector-1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    height: 2.41669rem;
    z-index: 10;
    top: 73%;
  }

  .tourList .tour-item-btn>button span {
    display: none;
  }

  .tour-guide-year-experience>span:last-child {
    font-size: 3.73333rem;
  }

  .ppTours .swiper-button-next,
  .ppTours .swiper-button-prev {
    background: unset;
    border: 1px solid #222;
  }

  .banner-search-tour-input-choose {
    font-size: 3.73333rem;
    padding-left: 4.27rem;
    padding-top: 4.27rem;
  }

  #video-banner-pc {
    display: block !important;
    pointer-events: none;
    width: 100vw;
    height: 200rem;
    /* 16:9 aspect ratio - calculate based on browser aspect ratio */
    max-width: 100%;
    max-height: 200rem;
    /* To maintain the 16:9 aspect ratio - calculate based on browser aspect ratio */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-position: -256px 0px;
    background-size: cover
  }

  body .faq.box-container .faq-container .faq-item p {
    font-size: 3.2rem;
  }

  .footer-sec3>span {
    font-size: 7.56rem;
  }

  .tourList-category-short-description .tourList-category-short-description-item {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) {

  .hover-popup-tour>div:first-child>li::before,
  .hover-popup-about-us>div:nth-child(2)>li::before {
    transition: apacity 0.3s;
    opacity: 0;
  }

  .hover-popup-tour>div:first-child>li:hover::before,
  .hover-popup-about-us>div:nth-child(2)>li:hover::before {
    display: flex !important;
    flex-shrink: 0;
    opacity: 1
  }

  .tour-destination-popup ol li {
    min-width: 9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tour-destination-popup ol li::before {
    content: counter(li) ". ";
    counter-increment: li;
  }

  .tour-destination-popup ol {
    gap: 1rem;
    counter-reset: li;
  }

  #video-banner-pc {
    display: block !important;
    pointer-events: none;
    width: 100vw;
    height: 56.25vw;
    /* 16:9 aspect ratio - calculate based on browser aspect ratio */
    max-width: 100%;
    max-height: 177.78vh;
    /* To maintain the 16:9 aspect ratio - calculate based on browser aspect ratio */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: cover;
  }
}

#book-success {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  /* 		visibility: hidden; */
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  /* 		opacity: 0; */
}

#book-success>div {
  position: relative;
}

#book-success>div img:last-child {
  position: absolute;
  top: 5%;
  right: 3%;
  cursor: pointer;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .banner-search-tour-input-title span,
  .banner-search-tour-input-label,
  .banner-button-search-tour,
  .why-we-are-item-title,

  .tour-info-description.pc>p,
  .customize-your-tour-text p,
  .available-join .available-join-section-des p,
  .our-motobike-slide-right ul,
  .tour-guide-header p:not(.section-title),
  .maybeYdkSwiper .swiper-slide .maybeYdk-title,
  .maybe-ydk-item .maybeYdk-title,
  .faq-item span,
  .content-faq,
  .best-vietname-mb p,
  .best-vietname-mb li {
    font-size: 1.3rem !important;
  }

  .banner-search-tour-input-choose li,
  .why-we-are-item-description,
  .tourList-category-short-description>div p,
  .tourList-category-short-description-item span,
  .tourList-category-short-description .year,
  .tourList-category-short-description .percent {
    font-size: 1.2rem !important;
  }

  .tourList .tour-item-btn>button {
    font-size: 1rem !important;
  }

  .why-we-are-item-title {
    height: 45px;
  }

  .why-we-are button {
    width: 10.6875rem !important;
    height: 3.75rem !important;
    font-size: 1.2rem !important;
  }

  .about-mte-description-item p {
    font-size: 1.25rem !important;
  }

  /* .popularTours .main-picture {
      height: 37.1875rem !important;
    } */

  .contact-btn svg,
  .detail-btn svg {
    display: none;
  }

  .our-motorbikes-arrow2 {
    top: unset !important;
    bottom: 0.75rem;
  }

  .about-mte-right>a,
  .about-mte-right>span:nth-child(12),
  .about-mte-right>span:nth-child(13) {
    font-size: 1rem;
  }

  .tourListSwiper .swiper-slide .tour-info-detail-item>span {
    font-size: 1.25rem !important;
  }
}

#video-banner-pc iframe {
  width: 100%;
  height: 100%;
}

.best-vietname-mb ul {
  padding-inline-start: 40px;
  margin: unset;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .popularTours .tour-info-detail-item>span:nth-last-child(2) {
    color: #F1F1F1 !important;
  }

  .best-vietname-mb ul {
    font-size: 3.73333rem !important;
    padding-inline-start: 20px !important;
  }

  .best-vietname-mb .best-content {
    font-size: 3.73333rem;
    color: #454545;
  }
}

.best-vietname-mb ul ul {
  list-style-type: circle;
}

.popup-booktour-with-tour .departure-date-mode {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  clear: both;
}

.popup-booktour-with-tour .departure-date-mode__option {
  display: flex;
  align-items: center;
  color: #262626;
  font-family: Trip Sans;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  cursor: pointer;
}

.popup-booktour-with-tour .departure-date-mode__option+.departure-date-mode__option {
  margin-left: 1.5rem;
}

.popup-booktour-with-tour .departure-date-mode input[type="radio"] {
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem 0 0;
  padding: 0;
  flex: 0 0 auto;
  accent-color: #f96515;
}

.popup-booktour-with-tour [data-join-room-type] .join-room-type-label {
  display: flex !important;
  width: auto;
  align-items: center;
  margin-bottom: 0;
}

.popup-booktour-with-tour [data-join-room-type] .join-room-type-label:not(:last-child) {
  margin-right: 1rem;
}

.popup-booktour-with-tour [data-join-room-type] .join-room-type-label input {
  margin-right: 0.375rem;
  min-height: auto;
}

@media screen and (max-width: 639.98px) {
  .popup-booktour-with-tour .departure-date-mode {
    margin-bottom: 3.2rem;
    flex-direction: column;
  }

  .popup-booktour-with-tour .departure-date-mode__option {
    width: 100%;
    font-size: 3.73333rem;
    letter-spacing: 0.03733rem;
  }

  .popup-booktour-with-tour .departure-date-mode__option+.departure-date-mode__option {
    margin-left: 0;
    margin-top: 2.13333rem;
  }

  .popup-booktour-with-tour .departure-date-mode input[type="radio"] {
    width: 4.26667rem;
    height: 4.26667rem;
    margin-right: 2.13333rem;
  }
}