.container,
.col {
  padding-left: 20px;
  padding-right: 20px;
}

.feature-card .icon-box.featured-box.icon-box-left {
  align-items: center;
}

.feature-card .icon-box.featured-box.icon-box-left p {
  margin: 0;
}

.feature-card .col-inner {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #eee;
  padding: 20px;
  min-height: 100%;
  box-shadow: 0 4px 20px rgba(0, 150, 214, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.feature-card .col-inner:hover {
  box-shadow: 0 12px 40px rgba(0, 150, 214, 0.15);
}
.feature-card .col-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #01538f;
  transform: scaleX(0);
  transition: transform 0.4s ease;
  transform-origin: left;
}
.feature-card .col-inner:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 60px rgba(0, 150, 214, 0.18);
}
.feature-card .col-inner:hover::before {
  transform: scaleX(1);
}
.feature-card:nth-child(2) .col-inner:hover::before {
  background: linear-gradient(135deg, #0096d6 0%, #4caf50 100%);
}
.feature-card:nth-child(3) .col-inner:hover::before {
  background: linear-gradient(90deg, #ff5722 0%, #ff8a50 100%);
}
.feature-card:nth-child(4) .col-inner:hover::before {
  background: linear-gradient(90deg, #ff5722 0%, #0096d6 100%);
}
.feature-card .icon-wrapper {
  width: 90px;
  height: 90px;
  margin: 0 auto 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-card .icon-background {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  opacity: 0.12;
  transition: all 0.4s ease;
}
.feature-card:nth-child(1) .icon-background, .feature-card:nth-child(3) .icon-background {
  background: linear-gradient(135deg, #0096d6 0%, #4caf50 100%);
}
.feature-card:nth-child(2) .icon-background, .feature-card:nth-child(4) .icon-background {
  background: linear-gradient(90deg, #ff5722 0%, #ff8a50 100%);
}
.feature-card:hover .icon-background {
  opacity: 0.18;
  transform: rotate(10deg) scale(1.1);
}
.feature-card .icon-svg {
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 1;
  transition: transform 0.4s ease;
}
.feature-card:hover .icon-svg {
  transform: scale(1.15);
}
.feature-card:nth-child(1) .icon-svg, .feature-card:nth-child(3) .icon-svg {
  fill: #0096d6;
}
.feature-card:nth-child(2) .icon-svg, .feature-card:nth-child(4) .icon-svg {
  fill: #ff5722;
}
.feature-card .feature-content {
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.icon-container .icon-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ff9800;
  background-color: #ffffff;
  transition: all 0.3s ease;
  padding: 10px;
}

.feature-card:nth-child(2) .icon-inner {
  border-color: #4caf50;
}

.feature-card:nth-child(3) .icon-inner {
  border-color: #ff5252;
}

.main-title h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  color: #084c7f;
  text-transform: uppercase;
  letter-spacing: -0.72px;
  line-height: 1.3;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
}
.main-title h3::after {
  content: "";
  width: 100%;
  height: 14px;
  background-image: url(/wp-content/uploads/2025/10/bg-title.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.product-small .col-inner, .product-small.box-normal {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 150, 214, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-small .col-inner:hover, .product-small.box-normal:hover {
  box-shadow: 0 12px 40px rgba(0, 150, 214, 0.15);
}
.product-small .box-image {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-small .box-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-small .box-text {
  padding: 24px;
}

.title-wrapper {
  margin-bottom: 16px;
}

.box .product-title {
  margin: 0;
  line-height: 1.4;
}
.box .product-title a {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box .product-title a:hover {
  color: #0077b3;
}

.price-wrapper {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}

.price {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.price del {
  text-decoration: line-through;
  color: rgb(190, 0, 0);
}
.price del .woocommerce-Price-amount {
  font-size: 14px;
  font-weight: 400;
  color: rgb(219, 0, 0);
  opacity: 1;
}
.price ins {
  text-decoration: none;
}
.price ins .woocommerce-Price-amount {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
}

.woocommerce-Price-currencySymbol {
  font-size: 0.85em;
}

.col-inner .badge-container {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 10;
  margin-top: 0;
}
.col-inner .badge-container .badge-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(90deg, #ff5722 0%, #ff8a50 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(255, 87, 34, 0.4);
  animation: pulse 2s ease-in-out infinite;
}
.col-inner .badge-container .badge-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.col-inner .badge-container .onsale {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 4px 15px rgba(255, 87, 34, 0.4);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(255, 87, 34, 0.5);
  }
}
.star-rating span:before, .star-rating:before {
  color: #f9dd00;
}

.slider-nav-light .flickity-page-dots .dot.is-selected, .slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
  background: #0096d6;
}

button.flickity-button {
  opacity: 1;
  z-index: 1;
}

.navigation-white .flickity-button {
  color: #fff;
}

.header-main .nav > li > a {
  font-size: 16px;
}

.footer-link h2,
.footer-link .ux-menu-link__link,
.footer-link a {
  color: #ffffff;
}
.footer-link .ux-menu-link__text {
  position: relative;
}
.footer-link .ux-menu-link__text::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
  position: absolute;
  bottom: -3px;
  left: 0;
  opacity: 0.7;
}
.footer-link .ux-menu-link__text:hover::after {
  width: 100%;
}

.absolute-footer.dark {
  display: none;
}

a.button {
  color: #ffffff;
  padding: 10px 20px;
  font-size: 16px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  min-height: unset;
  line-height: 1.5;
  gap: 6px;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 0;
  border: none;
  border-radius: 5px;
}
a.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 150, 214, 0.25);
}
a.button i {
  transition: transform 0.3s ease;
  top: 0;
}
a.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 150, 214, 0.25);
  transform: translateY(-3px);
}
a.button.icon {
  padding: 0;
}

.button.primary {
  background: #01538f;
}
.button.primary:hover {
  background: #084c7f;
}

.box-vertical-home .box-image {
  width: 40%;
}
.box-vertical-home .post-item .col-inner {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid #f1f1f1;
}
.box-vertical-home .post-item .col-inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 150, 214, 0.15);
}
.box-vertical-home .box-image {
  width: 100%;
  overflow: hidden;
  border-bottom: 3px solid #0096d6;
  border-radius: 12px 12px 0 0;
}
.box-vertical-home .box-image img {
  transition: transform 0.4s ease;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.box-vertical-home .post-item:hover .box-image img {
  transform: scale(1.05);
}
.box-vertical-home .box-text {
  padding: 18px 22px;
}
.box-vertical-home .cat-post a {
  color: #ff5722;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.box-vertical-home .post-title a {
  color: #0096d6;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  display: inline-block;
  margin: 6px 0 10px 0;
  transition: color 0.3s ease;
}
.box-vertical-home .post-title a:hover {
  color: #ff5722;
}
.box-vertical-home .is-divider {
  width: 40px;
  height: 2px;
  background-color: #0096d6;
  margin: 10px 0;
  border-radius: 1px;
}
.box-vertical-home .from_the_blog_excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin: 0;
  opacity: 0.9;
}

.sub-title h3 {
  font-size: 28px;
  font-weight: 800;
  color: #084c7f;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
  position: relative;
  display: inline-block;
}
.sub-title h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 60px;
  height: 3px;
  background-color: #084c7f;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.sub-title h3:hover::after {
  width: 100px;
  transition: all 0.3s ease;
}

.text.sub-title {
  text-align: left;
  margin-bottom: 40px;
}

.radius-20.banner {
  background-color: transparent;
}
.radius-20 .img-inner,
.radius-20 .banner-bg {
  border-radius: 20px;
}

.search-form-home {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
}

.search-form-page {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}
.search-form-page .box-search-form .col-inner {
  padding: 10px 30px;
}

select,
input {
  font-family: "Be Vietnam Pro";
}

.box-search-form .col-inner {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  border-radius: 20px;
}
.box-search-form .col-inner .col {
  padding-bottom: 0;
}
.box-search-form .col-inner input.wpcf7-submit {
  border-radius: 10px;
  width: 160px;
  line-height: 1;
  padding: 10px 0;
  font-size: 16px;
  margin-bottom: 0;
  letter-spacing: 0.1em;
}
.box-search-form .col-inner .wpcf7 label {
  font-size: 16px;
  color: #08506e;
}
.box-search-form .col-inner .wpcf7-form-control {
  box-shadow: none;
  border: none;
  margin-bottom: 0 !important;
}
.box-search-form .col-inner input.wpcf7-form-control.wpcf7-submit {
  background: #01538f;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 40px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 150, 214, 0.25);
}
.box-search-form .col-inner input.wpcf7-form-control.wpcf7-submit:hover {
  background: linear-gradient(90deg, #ff5722 0%, #ff8a50 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 87, 34, 0.35);
}
.box-search-form .col-inner input.wpcf7-form-control.wpcf7-submit::before {
  content: "\e012";
  font-family: fl-icons !important;
  font-weight: 900;
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #ffffff;
  pointer-events: none;
  transition: all 0.3s ease;
}
.box-search-form .col-inner input.wpcf7-form-control.wpcf7-submit:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.box-search-form form.wpcf7-form.init {
  margin-bottom: 0;
}

ul.list-info-tour {
  list-style: none;
}
ul.list-info-tour li {
  margin-left: 0 !important;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
ul.list-info-tour li:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: center;
  margin-right: 5px;
  margin-bottom: -2px;
}

.list-info-tour .local:before {
  background-image: url(/wp-content/uploads/2025/10/icon-local.svg);
}
.list-info-tour .calendar:before {
  background-image: url(/wp-content/uploads/2025/10/icon-calendar.svg);
}

a.nav-top-link {
  position: relative;
}
a.nav-top-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #084c7f;
  border-radius: 2px;
  transition: all 0.3s ease;
}
a.nav-top-link:hover::after {
  width: 100%;
}

.header-top a.nav-top-link:hover::after {
  display: none;
}

.form-follow {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.form-follow input.wpcf7-form-control {
  box-shadow: none;
  border-radius: 5px;
  margin: 0;
  height: 40px;
  font-size: 16px;
  padding-left: 40px;
  background-image: url(/wp-content/uploads/2025/10/mail.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center left 10px;
}
.form-follow input.wpcf7-form-control.wpcf7-submit {
  padding: 0 20px;
  height: 40px;
  margin: 0;
  background-image: none;
}
.form-follow input.wpcf7-form-control.wpcf7-submit:hover {
  background: #084c7f;
}

.wpcf7-spinner {
  display: none;
}

.wch-tabs {
  display: flex;
  padding: 5px;
  background: #f1f3f5;
  align-items: center;
  border-radius: 5px;
}

button.wch-tab {
  margin: 0;
  width: 33.33%;
}
button.wch-tab.active {
  background: #084c7f;
  color: #ffffff;
  border-radius: 5px;
}
button.wch-tab:hover {
  background: #01538f;
  color: #fff;
  border-radius: 5px;
}

.wch-sort {
  display: flex;
  gap: 10px;
  align-items: center;
}

ul.wch-sort-list {
  display: flex;
  align-items: center;
  margin: 0;
  list-style: none;
  gap: 30px;
  flex: 1;
  justify-content: space-around;
}
ul.wch-sort-list li {
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
ul.wch-sort-list li.wch-sort-item.active {
  color: #084c7f;
}

.page-title-inner.flex-row.medium-flex-wrap.container .is-large {
  display: none;
}

span.wch-sort-label {
  display: block;
  width: 200px;
}

.wch-controls {
  padding: 10px 50px;
  border: 1px solid #aeaeae;
  border-radius: 5px;
  margin-top: 20px;
}

div#wechill-ajax-filter {
  margin-bottom: 30px;
}

.wch-search-row {
  display: flex;
  gap: 40px;
  align-items: flex-end;
}

.wch-search-row-item {
  width: 40%;
}
.wch-search-row-item label {
  font-size: 16px;
  color: #08506e;
  margin-bottom: 8px;
}
.wch-search-row-item > * {
  margin: 0;
  border: none;
}

button.wch-search-btn {
  margin: 0;
  background: #01538f;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  justify-content: center;
  letter-spacing: 0.5px;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 150, 214, 0.25);
  line-height: 1;
  width: 210px;
}
button.wch-search-btn:hover {
  background: #084c7f;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 150, 214, 0.25);
}

input.wch-search-input {
  border: none;
}

.slider-image:hover .flickity-button {
  opacity: 1;
  z-index: 2;
}
.slider-image .flickity-button-icon {
  border-radius: 100%;
  fill: #ffffff;
}
.slider-image .flickity-button-icon:hover {
  background-color: #084c7f;
  border-color: #084c7f;
}
.slider-image .flickity-button-icon .arrow {
  fill: rgba(255, 255, 255, 0.7);
}

.search-form-page {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}
.search-form-page .box-search-form .col-inner {
  padding: 10px 30px;
}

.search-form-page .box-search-form .col-inner {
  padding: 20px;
  border-radius: 10px;
  margin: 0 15px;
  width: auto;
}

.box-sidebar .col-inner {
  padding: 15px;
  border: 1px solid #aeaeae;
  border-radius: 5px;
  margin-top: 20px;
}

.box-sidebar .icon-box-img {
  background: #01538f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 44px;
  width: 44px;
}

.col.box-sidebar .icon-box.featured-box.icon-box-left.text-left {
  align-items: center;
  margin-bottom: 20px;
}

.box-sidebar .icon-box-img svg {
  width: 24px;
}

.box-sidebar .icon-box-img .icon {
  display: flex;
}

.box-sidebar .icon-box-img .icon-box-text.last-reset p {
  margin: 0;
}

.box-sidebar .icon-box-text.last-reset p {
  margin: 0;
  font-size: 13px;
}

.box-form-sidebar p {
  font-size: 14px;
}

.flex-form {
  display: flex;
  gap: 10px;
  margin-top: 5px;
}

.flex-form input {
  margin: 0 !important;
  border-radius: 5px !important;
  box-shadow: none !important;
}

aside#woocommerce_product_categories-2 {
  margin: 0;
  padding: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}

span.widget-title.shop-sidebar {
  color: #01538f;
}

#shop-sidebar .is-divider.small {
  width: 100%;
  max-width: unset;
  height: 2px;
  margin: 10px 0;
}

.category-page-row .price-wrapper {
  display: flex;
  gap: 10px 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.category-page-row ul.list-info-tour li {
  font-size: 14px;
}
.category-page-row .price-wrapper .price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.category-page-row ul.list-info-tour {
  margin-bottom: 0;
}
.category-page-row .products .box-vertical .box-image {
  border-radius: 0;
}
.category-page-row .products .box-vertical .box-image .image-zoom-fade {
  overflow: hidden;
}

@media (max-width: 980px) {
  .header-main .nav > li > a {
    font-size: 13px;
  }
}
p.woocommerce-result-count.hide-for-medium {
  display: none;
}

form.woocommerce-ordering {
  display: none;
}

p.woocommerce-result-count.hide-for-medium {
  display: none;
}

form.woocommerce-ordering {
  display: none;
}

span.widget-title.shop-sidebar {
  color: #01538f;
}

aside#woocommerce_product_categories-3 {
  margin: 0;
  padding: 15px;
  border: 1px solid #aeaeae;
  border-radius: 5px;
}

#shop-sidebar .is-divider.small {
  width: 100%;
  max-width: unset;
  height: 2px;
  margin: 10px 0;
}

.image-fade_in_back {
  height: 100%;
}

li.cat-item.current-cat.active a {
  color: #01538f;
  font-weight: 400;
}

.category-page-row .price-wrapper {
  display: flex;
  gap: 10px 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.category-page-row ul.list-info-tour li {
  font-size: 14px;
}
.category-page-row .price-wrapper .price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.category-page-row ul.list-info-tour {
  margin-bottom: 0;
}
.category-page-row .products .box-vertical .box-image {
  border-radius: 0;
}
.category-page-row .products .box-vertical .box-image .image-zoom-fade {
  overflow: hidden;
}

.box-sidebar .col-inner {
  padding: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  margin-top: 20px;
}

.box-sidebar .icon-box-img {
  background: #01538f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 44px;
  width: 44px;
}

.col.box-sidebar .icon-box.featured-box.icon-box-left.text-left {
  align-items: center;
  margin-bottom: 20px;
}

.box-sidebar .icon-box-img svg {
  width: 24px;
}

.box-sidebar .icon-box-img .icon {
  display: flex;
}

.box-sidebar .icon-box-img .icon-box-text.last-reset p {
  margin: 0;
}

.box-sidebar .icon-box-text.last-reset p {
  margin: 0;
  font-size: 13px;
}

.box-form-sidebar p {
  font-size: 14px;
}

.flex-form {
  display: flex;
  gap: 10px;
  margin-top: 5px;
}

.flex-form input {
  margin: 0 !important;
  border-radius: 5px !important;
  box-shadow: none !important;
}

.tour-list-activity ul {
  list-style: none;
}

.tour-list-activity ul li {
  margin: 0 0 5px;
  margin-left: 0 !important;
  font-size: 14px;
  padding-left: 20px;
  position: relative;
}
.tour-list-activity ul li::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(/wp-content/uploads/2025/11/icon-check.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 6px;
  position: absolute;
}

h1.product-title.product_title {
  color: var(--primary-color);
  margin-bottom: 15px;
  font-weight: 700;
}

.product-info .price-wrapper {
  padding-top: 0;
  margin-top: 0;
  border: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #aeaeae;
  margin-bottom: 20px;
}
.product-info p.price-title {
  font-size: 14px;
  margin-bottom: 0;
}
.product-info .price ins .woocommerce-Price-amount {
  font-size: 30px;
}
.product-info .price del {
  font-size: 15px;
}

:root {
  --wp--preset--font-size--normal: 14px;
}

.content-single-product {
  margin-top: 50px;
}
.content-single-product h2 {
  font-weight: bold;
  color: var(--primary-color);
}

.product h3 {
  font-weight: 600;
}

.faq-luuy {
  margin-top: 50px;
}

.plan-tour {
  margin-top: 30px;
}

.mfp-bg.mfp-ready {
  opacity: 1;
}

/* ===== TOUR GALLERY GRID ===== */
.content-tour-gallery {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(2, 180px);
  grid-gap: 10px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.content-tour-gallery a {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.content-tour-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}

.content-tour-gallery img:hover {
  transform: scale(1.05);
}

.content-tour-gallery a:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}

.content-tour-gallery a:nth-child(2) {
  grid-column: 2/4;
  grid-row: 2/2;
}

.content-tour-gallery a:nth-child(3) {
  grid-column: 2/4;
  grid-row: 1/2;
}

.content-tour-gallery .show-more {
  background: rgba(0, 0, 0, 0.45);
  color: #fff !important;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: absolute;
  padding: 10px 20px;
  left: 10px;
  bottom: 10px;
}
.content-tour-gallery .show-more::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 18px;
  background-image: url(/wp-content/uploads/2025/11/icon-photos.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 6px;
  margin-bottom: -3px;
}

.content-tour-gallery .show-more:hover {
  background: rgba(0, 150, 214, 0.7);
}

.product-info {
  padding-top: 0 !important;
}

.box-info-product {
  padding: 35px 20px;
  background: #d5ebfb;
  border-radius: 10px;
}

.special-tour {
  background: #d5ebfb;
  padding: 30px 25px;
  border-radius: 20px;
  max-width: calc(100% - 50px);
  margin: 0 auto;
}

.special-tour {
  background: #d5ebfb;
  padding: 30px 25px;
  border-radius: 20px;
  max-width: calc(100% - 50px);
  margin: 0 auto;
}

nav.rank-math-breadcrumb {
  display: none;
}

.breadcrumb-wrap.container nav.rank-math-breadcrumb {
  display: block;
}

nav.rank-math-breadcrumb p {
  margin-bottom: 0;
}

.shop-container .product-main {
  padding-top: 20px;
  padding-bottom: 20px;
}

.product-footer {
  padding: 0 0 50px;
}

.product-section-title {
  padding: 20px 0;
}

.search-form-page .box-search-form .col-inner {
  padding: 20px;
  border-radius: 10px;
  margin: 0 15px;
  width: auto;
}

.header-nav .nav > li {
  padding: 0;
  border: 1px solid;
}
.header-nav .nav-dropdown {
  min-width: 200px;
  padding: 10px;
}
.header-nav .nav-dropdown > li > a {
  color: #303030;
}

header .nav-dropdown .menu-item-has-children > a,
header .nav-dropdown .nav-dropdown-col > a,
header .nav-dropdown .title > a {
  font-size: 14px;
  text-transform: capitalize;
}

.nav-dropdown-has-border .header-nav .nav-dropdown {
  border: 1px solid #ddd;
}

@media (max-width: 850px) {
  .feedback-container .flickity-prev-next-button.previous {
    left: -3%;
  }
  .feedback-container .flickity-prev-next-button.next {
    right: -3%;
  }
  .product-title a {
    font-size: 18px;
  }
  .sub-title h3 {
    font-size: 22px;
  }
  div.col {
    padding-bottom: 10px;
  }
  .slider.row-slider .flickity-page-dots, .slider.slider-nav-outside .flickity-page-dots {
    bottom: -15px;
  }
  .category-page-row .price-wrapper .price {
    align-items: start;
  }
  .wch-search-row {
    gap: 20px;
  }
}
/* Responsive */
@media (max-width: 560px) {
  .product-title a {
    font-size: 16px;
  }
  .wch-search-row {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .wch-search-row-item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .box-search-form .col-inner {
    padding: 20px;
    border-radius: 10px;
  }
  .box-search-form .col-inner .col {
    padding-bottom: 15px;
  }
  .search-form-home {
    bottom: 50px;
  }
  .sub-title h3 {
    font-size: 20px;
  }
  .text.sub-title {
    margin-bottom: 20px;
  }
  .product-small .box-text {
    padding: 20px;
  }
  .radius-20 .img-inner {
    border-radius: 10px;
  }
  .form-follow {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .form-follow .wpcf7-spinner {
    position: absolute;
    right: 0;
  }
  form.wechill-tour-search-form {
    margin: 0;
  }
  h1.product-title.product_title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .special-tour {
    max-width: 100%;
    padding: 20px;
    border-radius: 10px;
  }
  .content-faq-luuy .accordion .accordion-item {
    width: 100%;
  }
  .content-faq-luuy .accordion {
    gap: 10px;
  }
  .content-faq-luuy {
    margin-bottom: 30px;
  }
  .columns-sm-reverse {
    flex-direction: column-reverse;
  }
  .content-single-product {
    margin-top: 30px;
  }
  .content-faq-luuy .accordion .accordion-title {
    padding: 10px 15px;
    padding-right: 25px;
  }
  .box .product-title a {
    font-size: 18px;
  }
  .content-tour-gallery {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 80px);
    grid-gap: 5px;
  }
  .content-tour-gallery a {
    border-radius: 5px;
    display: none;
  }
  .content-tour-gallery a:nth-child(1) {
    display: block;
  }
  .content-tour-gallery .show-more {
    padding: 5px;
    font-size: 13px;
  }
  .wch-tabs {
    justify-content: space-between;
  }
  .wch-tabs button.wch-tab {
    margin: 0;
    width: -moz-max-content;
    width: max-content;
    font-size: 13px;
    padding: 0 8px;
  }
  .wch-controls {
    padding: 0;
    flex-wrap: wrap;
    border: none;
  }
  .wch-sort {
    flex-wrap: wrap;
    font-size: 14px;
  }
  select.wch-sort-select {
    border-radius: 5px;
  }
  ul.wch-sort-list {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .shop-container .product-main {
    padding-top: 0;
  }
  .single .medium-flex-wrap .flex-col {
    padding: 0;
  }
}
@media (max-width: 390px) {
  .wch-tabs {
    justify-content: space-between;
  }
  .wch-tabs button.wch-tab {
    font-size: 12px;
  }
}/*# sourceMappingURL=custom.css.map */