body {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.pc-header {
  position: absolute;
}

.btn-explore {
  cursor: pointer;
  width: fit-content;
  display: block;
}

.btn-explore svg {
  width: 127px;
  height: 56px;
}

.btn-explore .expand-path {
  animation: expand-contract 1.2s ease-in-out infinite;
}

.btn-explore path {
  fill: #e96024;
  transition: fill 0.3s ease-in-out;
}

.btn-explore:hover path {
  fill: #ffc801;
}

.btn-explore span {
  color: #fff;
  font-weight: 700;
  text-align: center;
  transition: fill 0.3s ease-in-out;
}

.btn-explore:hover span {
  color: #e96024;
}

.btn-blog svg {
  width: 140px;
  height: 42px;
}

.btn-subscribe svg {
  width: 180px;
  height: 56px;
}

.btn-subscribe path {
  fill: #e7bd11;
}

.btn-subscribe span {
  color: #e96024;
}

.btn-build {
  width: fit-content;
  display: block;
  margin: 0 auto;
}

.btn-build svg {
  width: 260px;
  height: 56px;
}

.btn-more svg {
  width: 200px;
  height: 52px;
}

.btn-close svg {
  width: 45px;
  height: 38px;
}

.btn-book svg {
  width: 260px;
  height: 56px;
}

.btn-back path {
  fill: #318d95;
}

.btn-next path {
  fill: #e96024;
}

.btn-inquire-2 svg {
  width: 270px;
  height: 70px;
}

.btn-inquire-3 svg {
  width: 160px;
  height: 40px;
}

.btn-phone svg {
  width: 170px;
  height: 37px;
}

.btn-phone span {
  font-weight: 500;
}

.btn-email svg {
  width: 280px;
  height: 35px;
}

.btn-email path {
  fill: #e7bd11;
}

.btn-email span {
  font-weight: 500;
  color: #104751;
}

#testimonial-container .swiper {
  overflow: visible;
}

#testimonial-panination {
  position: relative;
  width: 150px;
  bottom: 98px;
  left: 48px;
  min-height: 50px;
}

#testimonial-panination .btn-explore,
#testimonial-panination .btn-explore svg {
  width: 50px;
  height: 50px;
}

#testimonial-panination .btn-explore path:last-child {
  fill: #fff;
}

#buildTripFormWrapper label {
  padding-left: 24px;
  font-size: 18px;
}

#country-list::-webkit-scrollbar {
  display: none;
}

.commitment-swiper .swiper-slide-active::after {
  content: none;
}

.own-swiper .swiper-slide-active::after {
  content: none;
}

#buildTripFormWrapper label.error {
  font-weight: 500;
  position: absolute;
  bottom: -25px;
  margin: 0;
  padding: 0;
  color: #e96024;
  font-size: 16px;
}

.dp-modal {
  z-index: 9;
}

#sliderTrack {
  position: relative;
  height: 4px;
  background-color: #e7bd11;
}

#sliderThumb {
  transform: translate(-50%, -50%);
}

.thumb-box {
  background-color: #e96024;
  border-radius: 27px;
  padding: 1rem;
  color: #fff;
}

.boxthumb-bottom {
  display: flex;
  gap: 1rem;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
}

.boxthumb-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 600;
}

#sliderThumb {
  width: 15px;
  height: 15px;
  background-color: #fff;
}

#buildTripFormWrapper .bar svg {
  z-index: 1;
}

#buildTripFormWrapper .bar svg circle {
  fill: #fffcf0;
  cursor: no-drop;
}

#buildTripFormWrapper .bar.bg-\[\#FFCE00\] svg circle {
  fill: #e7bd11;
}

#buildTripFormWrapper .bar.active svg circle {
  cursor: pointer;
}

.escape-type-link.active {
  background-color: #e96024;
  color: #fff;
}

.bg-fade-to-bottom {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #124751 99.97%);
}

#load-more-tours {
  min-height: unset;
}

#mobileTourDropdownMenu > div:last-child {
  border: 0 !important;
}

.button:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: none;
  box-shadow: none;
  outline-offset: 0;
}

.dp-modal .dp {
  border-radius: 27px;
  overflow: hidden;
  padding-top: 0 !important;
  max-width: 400px !important;
  max-height: unset !important;
}

.dp-cal,
.dp-cal-header,
.dp-cal-footer,
.dp-months {
  background-color: #318d95 !important;
}

.dp-day:hover,
.dp-month:hover,
.dp-year:hover,
.dp-current:focus,
.dp-current,
.dp-day:focus,
.dp-month:focus,
.dp-year:focus {
  background-color: #e7bd11 !important;
}

.dp-day-disabled:focus,
.dp-day-disabled:hover {
  background: #ddd !important;
}

.dp:before {
  display: none !important;
}

.dp-days .dp-col-header {
  color: #fff;
}

.dp-modal .dp-next,
.dp-modal .dp-prev,
.dp-modal .dp-cal-month,
.dp-modal .dp-cal-year,
.dp-modal .dp-close,
.dp-modal .dp-clear,
.dp-modal .dp-today,
.dp-cal-month,
.dp-cal-year,
.dp-day,
.dp-month,
.dp-year {
  color: #e7bd11;
}

.dp-modal .dp-day::after {
  display: none;
}

button.dp-day {
  width: 57px;
  height: 57px;
}

.dp-modal .dp-day {
  color: #ffffff;
  border-radius: 50%;
  font-weight: 600;
}

.dp-modal .dp-edge-day {
  color: #ffffff;
  opacity: 0.3;
}

.dp-modal .dp-day.dp-current {
  background-color: #e7bd11;
}

.popup-content {
  min-height: 645px !important;
}

img.arrow-icon {
  width: 120px;
}

.province-container.can-tho {
  top: 83% !important;
  left: 26% !important;
}

.province-container.mekong-delta {
  top: 85% !important;
  left: 19% !important;
}

.province-container.ha-giang {
  top: 17% !important;
  left: 15% !important;
}

.main-header {
  background-color: #318d95;
}

.main-header::before {
  content: "";
  position: absolute;
  left: -9px;
  display: block;
  height: calc(100%);
  width: 15px;
  background-image: url(/wp-content/uploads/2025/07/Vector.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center;
}

.main-header::after {
  content: "";
  position: absolute;
  right: -15px;
  display: block;
  height: calc(100%);
  width: 15px;
  background-image: url(/wp-content/uploads/2025/07/Vector-1.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right center;
}

.page-id-34 .main-header {
  background-color: #104751;
}

.page-id-34 .main-header::before {
  background-image: url(/wp-content/uploads/2025/07/svgexport-1-1-1.svg);
}

.page-id-34 .main-header::after {
  background-image: url(/wp-content/uploads/2025/07/svgexport-1-2.svg);
}

.custom-slide-img {
  top: 50%;
  transform: translateY(-50%);
}

svg.svg-right {
  position: absolute;
  top: 10%;
  right: 0;
}

img.img-left {
  position: absolute;
  bottom: -100px;
  left: -100px;
}

.we-change-box h2 {
  padding: 32px 24px;
}

@keyframes tilt-right {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.we-change-box .click-btn {
  background-image: url(/wp-content/uploads/2025/07/Vector-2.svg);
  display: inline-block;
  transform-origin: center;
  cursor: pointer;
  width: 77px;
}

.we-change-box .click-btn img {
  width: 50px;
  top: -5px;
  left: 40%;
  animation: tilt-right 1s ease-in-out infinite;
}

.we-change-content {
  display: none;
}

.active .we-change-content {
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  width: 100%;
  height: 100%;
  background-color: #41b4b4;
  z-index: 99;
}

.we-change-content h3 {
  padding-top: 30px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
  color: #104751;
}

.we-change-content img {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.we-change-box {
  z-index: 0;
}

.we-change-box.active {
  border: 4px solid #e7bd11;
}

div.we-change-box {
    max-height: 457px;
    max-width: 360px;
    margin: 0 auto;
}

.img-bgg {
  position: absolute;
  width: 100%;
  top: -30px;
  z-index: -1;
}

.active.we-change-box-2 {
  border: 4px solid #318d95;
}

.active .we-change-content-2 {
  background-color: #e7bd11;
}

.we-change-box-3.active {
  border: 4px solid #41b4b4;
}

.active .we-change-content-3 {
  background-color: #104751;
}

.active .we-change-content h3 {
  color: #fff;
	text-align: center;
}

.popup-bespoke {
  background-color: rgba(255, 255, 255, 0.1);
}

.popup-bespoke-content {
  box-shadow: 0 4px 32px #0008;
}


@media only screen and (max-width: 48em) {
  .province-container.can-tho {
/*     top: 486px !important;
    left: 110px !important; */
	  left: 25% !important;
      top: unset !important;
      bottom: 18% !important;
  }

  .province-container.mekong-delta {
/*     top: 510px !important;
    left: 70px !important; */
	  left: 20% !important;
        top: unset !important;
        bottom: 10% !important;
  }

  .province-container.ha-giang {
    top: 95px !important;
    left: 75px !important;
  }

  .province-container.kontum {
    top: 360px !important;
    left: 170px !important;
  }

  .arrow-group {
    scale: 0.8;
  }

  .carousel-stack .carousel-img {
    width: 300px;
    height: 370px;
  }

  .click-overlay {
    left: 50%;
  }
}

@media screen and (max-width: 767px) {
	.we-change-content h3 {
    	padding-top: 44px;
	}
  /* Sửa phải nói */
  /*   div.table-map {
    scale: 1.1;
    left: -15px;
  } */

  /*   div.table-map .province-container {
    scale: 0.9;
  }

  div.table-map .province-label {
    font-weight: 600 !important;
  }

  div.table-map .province-dot {
    scale: 0.6;
  } */
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.-translate-x-1\/2 {
  translate: none;
  transform: translateX(-50%);
}

.lazy-load {
  background-color: transparent !important;
}

.nav-pagination > li > a,
.nav-pagination > li > span {
  border: 0;
  background-color: transparent !important;
  width: 31px;
  height: 27px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e96024 !important;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
}

ul.page-numbers li {
  margin: 0;
}

ul.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-pagination > li i {
  font-size: 40px;
  color: #41b4b4;
}

.nav-pagination > li > .current,
.nav-pagination > li > a:hover,
.nav-pagination > li > span:hover {
  color: #e7bd11 !important;
}

.archive-page-header {
  display: none !important;
}

.blog-single {
  background-color: #fffcf0;
}

.blog-content {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}

.blog-content * {
  margin-bottom: 15px;
}

.blog-content ul {
  list-style: disc;
  padding-left: 25px;
}

.page-wrapper {
  padding: 0;
}

#wp-admin-bar-flatsome_panel a {
  display: flex;
  align-items: center;
  gap: 8px;
}

#main .ux-loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border-radius: 50%;
  background: linear-gradient(0deg, rgb(0 0 0/50%) 30%, #0000 0 70%, rgb(0 0 0/100%) 0) 50%/8% 100%,
    linear-gradient(90deg, rgb(0 0 0/25%) 30%, #0000 0 70%, rgb(0 0 0/75%) 0) 50%/100% 8%;
  background-repeat: no-repeat;
  animation: l23 1s infinite steps(12);
}

#main .ux-loader::before,
#main .ux-loader::after {
  content: "";
  grid-area: 1/1;
  border-radius: 50%;
  background: inherit;
  opacity: 0.915;
  transform: rotate(30deg);
}

#main .ux-loader::after {
  opacity: 0.83;
  transform: rotate(60deg);
}

#main .ux-loader {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}

#main .ux-loader * {
  display: none !important;
}

@keyframes l23 {
  100% {
    transform: rotate(1turn);
  }
}

@keyframes l26 {
  100% {
    transform: rotate(1turn);
  }
}

@keyframes expand-contract {
  0%,
  100% {
    transform: scaleX(1.15);
  }
  50% {
    transform: scaleX(1);
  }
}

@media (min-width: 768px) {
  .md\:inline {
    display: inline;
  }

  .md\:font-semibold {
    font-weight: 600;
  }
}

@media (max-width: 768px) {
  .blog-content {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
  }
}

#menu-main-menu ul::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 30px;
  left: 0;
  top: -10px;
  background-color: transparent;
}

.experience-swiper .swiper-wrapper {
  display: flex !important;
  flex-direction: row !important;
}
.experience-swiper .swiper-slide {
  width: 100% !important;
  flex-shrink: 0 !important;
  display: block !important;
  box-sizing: border-box;
  padding: 0 10px;
}
#blogModal .experience-swiper {
  width: 100%;
  max-width: 95%;
  margin: 0 auto;
  overflow: hidden;
}

.hide {
  display: none !important;
}

#bespoke-map {
  top: 7%;
}

@media only screen and (max-width: 48em) {
  #bespoke-map {
    top: unset;
/*     bottom: -30px; */
  }

  #testimonial-mobile-container {
    top: -4px;
  }

  .socal-icons {
    justify-content: center;
  }
}

.line-sustainability {
  top: -50px;
  right: 15%;
}

.footer-logo {
  margin-top: -20px;
}

.box-car-pc {
  max-width: 90vw;
  margin: 0 auto;
  margin-top: 180px;
  position: relative;
}

.box-car-pc .car-1 {
  position: absolute;
  width: 15%;
  top: 45%;
  left: 0;
  right: auto;
  transition: top 5s linear, left 5s linear;
}

.box-car-pc .car-2 {
  position: absolute;
  width: 15%;
  top: 15%;
  left: auto;
  right: 14%;
  transition: top 10s linear, right 10s linear;
}

.box-car-mb {
  position: relative;
}

.car-1-mb {
  position: absolute;
  width: 20%;
  left: 6%;
  top: 12.5%;
  transition: top 5s linear, left 5s linear;
}

.car-2-mb {
  position: absolute;
  top: 61%;
  right: 8%;
  left: auto;
  width: 20%;
  transition: top 10s linear, right 10s linear;
}

.bg-about p.text-orange {
  max-width: 220px;
}

@keyframes rotatePingPong {
  0% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(-6deg);
  }
}

a.animate-rotate-pingpong {
  animation: rotatePingPong 2s ease-in-out infinite;
}

@keyframes rotatePingPongRight {
  0% {
    transform: rotate(6deg);
  }
  50% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(6deg);
  }
}

a.animate-rotate-right {
  animation: rotatePingPongRight 2s ease-in-out infinite;
}

#choose-flag {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 99px;
}

div.other-input-wrapper {
  position: absolute;
  width: 70%;
  margin: 0;
  z-index: 9999;
  left: 11%;
}

div.select-pcode {
  position: absolute !important;
  top: 0;
  left: 0;
}

#countrySelectBtn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 1rem;
  color: #fff;
  font-weight: 600;
  height: 56px;
}

#countrySelectBtn img {
  width: 24px;
  height: 16px;
  border-radius: 2px;
}

#countryDropdown {
  max-height: 400px;
  background-color: #318d95;
  color: #ffff;
  scrollbar-width: thin;
  scrollbar-color: #318d95 #f6e7a6;
  box-sizing: border-box;
  padding: 9px;
}

#countryDropdown img {
  width: 24px;
  height: 16px;
  border-radius: 2px;
}

#countryDropdown .code-item {
  width: max-content;
}

#countryDropdown .code-text {
  display: flex;
  width: auto;
}

.pc-header {
  transition: all 0.3s ease;
  background-color: transparent;
}

.pc-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.admin-bar .pc-header.sticky {
  top: 32px;
}

.mb-\[10px\] {
  margin-bottom: 10px;
}

.body-lock-scroll {
  overflow: hidden;
  height: 100%;
}

.rounded-\[46px\] {
  border-radius: 46px;
}

.popup-sticker span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-5deg);
  width: max-content;
}

.faq-content a,
.faq-content a b {
  color: #f15a29;
  text-decoration: underline;
  font-weight: 600;
}

.faq-content p:not(:last-child) {
  margin-bottom: 16px;
}

#buildTripFormWrapper input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px rgb(65, 191, 191) inset !important;
  -webkit-box-shadow: 0 0 0px 1000px rgb(65, 191, 191) inset !important;
  -webkit-text-fill-color: #ffffff !important; /* Text màu trắng */
  caret-color: #ffffff !important; /* Con trỏ màu trắng */
}

.ajax-overlay {
  height: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 16px;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 1;
  border-radius: 16px;
  width: calc(100% + 32px);
  left: -16px;
}

.loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border-radius: 50%;
  background: linear-gradient(0deg, rgb(0 0 0/50%) 30%, #0000 0 70%, rgb(0 0 0/100%) 0) 50%/8% 100%,
    linear-gradient(90deg, rgb(0 0 0/25%) 30%, #0000 0 70%, rgb(0 0 0/75%) 0) 50%/100% 8%;
  background-repeat: no-repeat;
  animation: l23 1s infinite steps(12);
}

.loader::before,
.loader::after {
  content: "";
  grid-area: 1/1;
  border-radius: 50%;
  background: inherit;
  opacity: 0.915;
  transform: rotate(30deg);
}
.loader::after {
  opacity: 0.83;
  transform: rotate(60deg);
}

.language-item.active {
  color: #ffce00;
}

#country-list,
div.multi-select-dropdown {
  background-color: #318d95;
  padding: 32px;
}

#country-list button:hover {
  background-color: transparent;
}

#country-list button.active {
  color: #e7bd11;
}

.one-select .multi-select-done-btn {
  display: none !important;
}

.multi-select-done-btn {
  background-color: #e7bd11;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 16px;
}

.multi-select-dropdown .language-item,
#country-list button {
  position: relative;
  padding-bottom: 18px;
  padding-left: 0;
  padding-right: 0;
}

.multi-select-dropdown .language-item:hover,
#country-list button:hover {
  color: #e7bd11;
}

.language-item:has(+ .language-item)::after,
#country-list button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, #e7bd11 0, #e7bd11 7px, transparent 7px, transparent 14px);
}

#buildTripForm.has-visible-dropdown {
  min-height: 800px;
}

@media screen and (max-width: 768px) {
  div.popup-sticker {
    scale: 0.9;
    left: calc(50% - 15px);
  }

  .btn-explore span {
    font-size: 16px;
  }

  img.sustainability-svg {
    right: unset;
    left: 48%;
  }

  .bg-about p.text-orange {
    max-width: 100%;
  }

  .footer-logo {
    margin-top: 0;
  }

  #buildTripFormWrapper .bar svg {
    width: 20px;
    height: 20px;
    right: -10px;
  }

  .box-contact {
    top: -50%;
  }

  .line-top {
    scale: 0.7;
  }

  div.bg-about {
    min-height: 1440px;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    gap: 90px;
    padding-top: 120px;
  }

  .we-change-content h3 {
    font-size: 14px;
    font-weight: 500;
  }

  #buildTripFormWrapper label {
    font-size: 14px;
  }

  .bg-\[url\(\'\/wp-content\/themes\/flatsome-child\/assets\/images\/bg-commitment\.png\'\)\] {
    background: unset !important;
  }

	div.we-change-box {
		max-height: 395px;
	}
}

@media (max-width: 768px) {
  .mobile-left-52 {
    left: 51.5% !important;
  }
}
