/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.mb-0 {
  margin-bottom: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.swiper-slide {
  height: auto;
}
.flex-gap {
  gap: 15px;
}

#logo img {
  filter: brightness(0) invert(1);
}

.banner-main .banner-layers {
  max-width: 100%;
}
.banner-main .banner-fence {
  z-index: 9;
}
.banner-main .banner-cycle {
  z-index: 8;
}
.banner-main .banner-nha-tho {
  z-index: 8;
}
.banner-main .banner-like {
  z-index: 9;
}
.banner-main .banner-cloud {
  z-index: 10;
}
.banner-main .banner-text {
  z-index: 11;
}

.searchform-wrapper input[type="search"] {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.searchform-wrapper button.submit-button {
  border-radius: 12px;
}

.header-nav > .menu-item > a {
  color: #fff !important;
  font-family: "Black Han Sans";
}

.bg-popular {
  position: relative;
  z-index: 15;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0) 78.12%,
      rgba(0, 0, 0, 0.9) 100%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%),
    url(/wp-content/uploads/2025/03/vien-duoi.jpeg) lightgray 50% / cover
      no-repeat;
}

.header-ribbon .ribbon {
  background: var(--primary-color); /* Ribbon background color */
  color: white; /* Text color */
  padding-top: 5px;
  position: relative;
  display: inline-block;
}
.header-ribbon .ribbon.ribbon-white {
  background: #fff; /* Ribbon background color */
  color: var(--primary-color); /* Text color */
}
.header-ribbon .ribbon::before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 0;
  width: 40px;
  height: 100%;
  background: url(/wp-content/uploads/2025/03/ribbon-first-1.svg);
  background-size: cover;
  z-index: -1;
}
.header-ribbon .ribbon::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  width: 40px;
  height: 100%;
  background: url(/wp-content/uploads/2025/03/ribbon-last.svg);
  background-size: cover;
  z-index: -1;
}
.header-ribbon .ribbon.ribbon-white::before,
.header-ribbon .ribbon.ribbon-white::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7499%)
    hue-rotate(253deg) brightness(103%) contrast(100%);
}

.sec-left-margin .section-content {
  width: calc(100% - (100% - 1300px) / 2);
  padding-left: 30px;
  margin-left: auto;
}

.see-more {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.see-more a {
  text-decoration: underline;
}
.see-more .separator {
  width: 100%;
  height: 1px;
  flex: 1;
  border: 1px dashed #fff;
}
.see-more.see-more-dark .separator {
  border-color: var(--primary-color);
}
.see-more.see-more-dark img {
  filter: invert(59%) sepia(55%) saturate(437%) hue-rotate(135deg)
    brightness(86%) contrast(89%);
}

.product-cat-slider {
  margin-left: 150px;
  padding-bottom: 70px;
}
.product-cat-slider .cat-slide {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.product-cat-slider .cat-slide img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}
.product-cat-slider .cat-slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 50px;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  font-family: "Condiment", sans-serif;
}
.product-cat-slider .cat-slide:hover .overlay {
  background: rgba(0, 0, 0, 0.6);
}
.product-cat-slider .swiper-button-next,
.product-cat-slider .swiper-button-prev {
  color: #fff;
  border-radius: 10px;
  background: var(--primary-color);
  width: 45px;
  height: 45px;
  top: auto;
  bottom: 0;
}
.product-cat-slider .swiper-button-prev {
  left: calc(50% - 60px);
}
.product-cat-slider .swiper-button-next {
  right: calc(50% - 60px);
}
.product-cat-slider .swiper-button-next::after,
.product-cat-slider .swiper-button-prev::after {
  font-size: 20px;
}
.product-cat-slider .product-count {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-family: "Black Han Sans";
  font-size: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.product-cat-slider .product-count img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-right: 10px;
}

.sec-destination {
  position: relative;
  z-index: 16;
}
.sec-destination .img-minus-offset {
  margin-top: -80px;
}
.sec-destination .img-bottom-minus-offset {
  transform: scaleY(-1);
  margin-top: 40px;
  margin-bottom: -80px;
}

.map-destination {
  opacity: 0;
  display: none;
}
.map-destination .dest-thumbnail {
  border-radius: 20px;
}
.map-destination .dest-title {
  color: var(--primary-color);
  font-family: "Black Han Sans";
  font-size: 30px;
  margin: 20px 0 15px 0;
}
.map-destination .see-more {
  margin-top: 20px;
}
.map-destination.map-destination-show {
  display: block;
  opacity: 1;
}

[data-image-map-name="Main Map"] .imp-object-spot-pin img {
  width: 35px !important;
}

.reason-sgadventure {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
}
.reason-sgadventure .box-image img {
  object-fit: contain;
}
.reason-sgadventure .col {
  position: relative;
  padding: 0 10px !important;
}
.reason-sgadventure .col:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 15%;
  right: 0;
  width: 1px;
  height: 70%;
  border: 1px dashed var(--primary-color);
}

.equalize-box .tour-card {
  height: 100%;
}
.tour-card {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #d4d4d4;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.tour-card .wishlist-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
.tour-card .wishlist-btn .yith-wcwl-add-to-wishlist,
.tour-card .wishlist-btn .yith-wcwl-icon-svg,
.tour-card .wishlist-btn .yith-wcwl-add-button {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.tour-card img {
  width: 100%;
  aspect-ratio: 16/11;
  object-fit: cover;
}
.tour-card .card-content {
  padding: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.tour-card .card-content .location {
  color: var(--primary-color);
  font-size: 12px;
  margin-bottom: 8px;
}
.tour-card .card-content .location a:hover {
  color: var(--primary-color);
}
.tour-card .card-content h3 {
  color: #000;
  font-size: 16px;
  line-height: 1.5rem;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: "Roboto";
}
.tour-card .card-content h3 a {
  color: #000;
}
.tour-card .card-content h3 a:hover {
  color: var(--primary-color);
}
.tour-card .card-content .tour-duration {
  font-size: 12px;
  color: #878787;
  margin-bottom: 8px;
}
.tour-card .card-content .tour-duration i {
  color: var(--primary-color);
}
.tour-card .card-content .tour-rating {
  font-size: 12px;
  color: #878787;
  margin-bottom: 8px;
}
.tour-card .card-content .tour-rating .star-rating {
  margin: 0;
}
.tour-card .card-content .tour-rating .star-rating::before,
.tour-card .card-content .tour-rating .star-rating span::before {
  color: #ffe100;
}
.tour-card .card-content .tour-card-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  margin-top: auto;
}
.tour-card .card-content .price {
  /* position: absolute;
  bottom: 15px;
  left: 15px; */
}
.tour-card .card-content .price del {
  display: block;
}
.tour-card .card-content .price del,
.tour-card .card-content .price del .amount {
  color: #878787;
  font-size: 12px;
  opacity: 1;
  margin-bottom: 8px;
}
.tour-card .card-content .price strong,
.tour-card .card-content .price strong .amount {
  color: #000;
  font-size: 20px;
}
.tour-card .view-tour {
  color: #000;
  text-decoration: underline;
  /* position: absolute;
  bottom: 15px;
  right: 15px; */
}
.tour-card .view-tour:hover {
  color: var(--primary-color);
}

.tour-post {
  aspect-ratio: 1;
  position: relative;
}
.tour-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.tour-post div {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px;
}
.tour-post div span {
  background: #fff;
  font-size: 1.25rem;
  color: black;
  font-weight: bold;
}

.tour-best-selling-slider {
  margin-left: 50px;
  padding-bottom: 70px;
}
.tour-best-selling-slider .swiper-button-next,
.tour-best-selling-slider .swiper-button-prev {
  color: var(--primary-color);
  border-radius: 10px;
  background: #fff;
  width: 45px;
  height: 45px;
  top: auto;
  bottom: 0;
}
.tour-best-selling-slider .swiper-button-prev {
  left: calc(50% - 60px);
}
.tour-best-selling-slider .swiper-button-next {
  right: calc(50% - 60px);
}
.tour-best-selling-slider .swiper-button-next::after,
.tour-best-selling-slider .swiper-button-prev::after {
  font-size: 20px;
}

.tour-advice-slider-wrapper .swiper-button-next,
.tour-advice-slider-wrapper .swiper-button-prev {
  color: #bebebe;
  border-radius: 10px;
  width: 45px;
  height: 45px;
}
.tour-advice-slider-wrapper .swiper-button-next::after,
.tour-advice-slider-wrapper .swiper-button-prev::after {
  font-size: 45px;
  font-weight: 900;
}
.tour-advice-slider-wrapper .swiper-button-prev {
  left: -60px;
}
.tour-advice-slider-wrapper .swiper-button-next {
  right: -60px;
}

.section-banner-float {
  position: relative;
}
.section-banner-float .text-float {
  position: absolute;
  top: 20%;
  right: 15%;
  width: 40%;
  text-align: right;
}
.section-banner-float .text-float p {
  color: var(--primary-color);
  text-align: right;
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke fill;
  font-family: "Black Han Sans";
  font-size: 60px;
  line-height: 5rem;
  margin: 0;
}
.section-banner-float .text-float .section-banner-desc p {
  font-size: 20px;
  line-height: 2rem;
}

.sec-newsletter .section-bg img {
  object-fit: contain;
}
.sec-newsletter .col-newsletter-video {
  position: relative;
  z-index: 5;
}
.sec-newsletter .col-newsletter-form {
  position: relative;
  z-index: 4;
}
.sec-newsletter .banner-newsletter {
  margin-left: -30px;
  width: auto !important;
}
.sec-newsletter .wpcf7-form p {
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.sec-newsletter .wpcf7-form input[type="email"] {
  border-radius: 10px;
  font-size: 1rem;
}
.sec-newsletter .wpcf7-form .wpcf7-submit {
  background-color: white;
  color: #000;
  font-family: "Black Han Sans";
  border-radius: 10px;
  font-size: 1rem;
}

.btn-why-different {
  display: block;
  margin: 0 auto !important;
  width: 400px;
  color: var(--primary-color) !important;
  font-family: "Black Han Sans";
  font-weight: 400;
}

.absolute-footer {
  display: none;
}
.sec-footer .section-bg-overlay {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0,
    rgba(0, 0, 0, 0.7) 53.45%,
    #000 83.97%
  ) !important;
}

.rank-math-breadcrumb span,
.rank-math-breadcrumb a {
  font-weight: bold;
}
.rank-math-breadcrumb .last {
  color: var(--primary-color);
  -webkit-text-stroke: 1px #fff;
  paint-order: stroke fill;
}

.why-book-img img {
  border-radius: 20px;
}

.section-why-book .col {
  position: relative;
  padding: 0 10px !important;
}
.section-why-book .col:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 40%;
  border-left: 4px dotted #000;
}

.icon-stack {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.icon-stack i {
  min-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: white;
  font-size: 25px;
  background-color: var(--primary-color);
}
.icon-stack div {
  font-family: "Black Han Sans";
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: var(--primary-color);
}

.product-cat-aboutus-slider {
  margin-top: -100px;
  padding-top: 100px;
  margin-bottom: -400px;
}
.product-cat-aboutus-slider .cat-slide {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.product-cat-aboutus-slider .cat-slide img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: block;
}
.product-cat-aboutus-slider .cat-slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 50px;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  font-family: "Condiment", sans-serif;
}
.product-cat-aboutus-slider .cat-slide:hover .overlay {
  background: rgba(0, 0, 0, 0.6);
}
.product-cat-aboutus-slider .swiper-button-next,
.product-cat-aboutus-slider .swiper-button-prev {
  color: var(--primary-color);
  border-radius: 10px;
  background: #fff;
  width: 45px;
  height: 45px;
  top: auto;
  bottom: 0;
}
.product-cat-aboutus-slider .swiper-button-prev {
  top: 40px;
  left: auto;
  right: 60px;
}
.product-cat-aboutus-slider .swiper-button-next {
  top: 40px;
  right: 0;
}
.product-cat-aboutus-slider .swiper-button-next::after,
.product-cat-aboutus-slider .swiper-button-prev::after {
  font-size: 20px;
}
.product-cat-aboutus-slider .product-count {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-family: "Black Han Sans";
  font-size: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.product-cat-aboutus-slider .product-count img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-right: 10px;
}

.banner-destination .searchform-wrapper {
  width: 60%;
}

.sec-category {
  padding-top: 350px !important;
}

.cat-detail {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.cat-detail img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}
.cat-detail .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 46%,
    rgba(0, 0, 0, 0.7) 75.5%
  );
  color: #fff;
}
.cat-detail .product-name {
  position: absolute;
  bottom: 50px;
  left: 20px;
  font-family: "Black Han Sans";
  font-size: 22px;
}
.cat-detail .product-count {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-family: "Black Han Sans";
  font-size: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cat-detail .product-count img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-right: 10px;
}

.wn-category-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid var(--primary-color);
}
.wn-category-header .woocommerce-result-count {
  margin: 0 !important;
  font-size: 1.4rem;
  font-weight: bold;
}

.product-card {
  display: flex;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.product-card .product-image {
  width: 35%;
  aspect-ratio: 1;
}
.product-card .product-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.product-card .product-info {
  padding: 30px;
  width: 65%;
  position: relative;
}
.product-card .product-title-price-wrapper {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 15px;
}
.product-card .product-price-wrapper {
  text-align: right;
}
.product-card .product-price-wrapper > div:first-child {
  color: #989898;
  font-size: 0.85rem;
}
.product-card .product-price {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 1rem;
}
.product-card .product-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  font-family: "Roboto";
}
.product-card .product-title a {
  color: #000;
}
.product-card .product-location {
  color: var(--primary-color);
  font-size: 14px;
  margin-bottom: 5px;
}
.product-card .product-location a {
  color: #414141;
  margin-left: 5px;
}
.product-card .product-rating {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  color: #414141;
  font-size: 0.85rem;
  margin-bottom: 10px;
}
.product-card .product-rating .star-rating {
  margin: 0;
}
.product-card .product-rating .star-rating::before,
.product-card .product-rating .star-rating span::before {
  color: #f5b301;
}
.product-card .product-excerpt {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
}
.product-card .product-meta-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.product-card .product-meta-item {
  font-size: 0.8rem;
}
.product-card .product-meta-item i {
  color: var(--primary-color);
  margin-right: 8px;
}
.product-card .explore-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 4px 20px;
  background: var(--primary-color);
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1rem;
}

.wn-category-header-alt {
  padding-top: 0 !important;
  background-color: transparent;
}
.wn-category-header-alt .title-bg {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
.wn-category-header-alt .title-bg-inner {
  position: relative;
  z-index: 1;
  min-width: 350px;
}
.wn-category-header-alt .title-bg h1 {
  font-family: "Black Han Sans";
  font-size: 3rem;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
}
.wn-category-header-alt .title-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.wn-category-header-alt .rank-math-breadcrumb a,
.wn-category-header-alt .rank-math-breadcrumb .separator {
  color: #fff;
}

/* Product Detail */
body.single-product #main {
  background-color: #fefefe;
}

.pd-gallery-slider .swiper-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  display: block;
  object-fit: cover;
  border-radius: 0.75rem;
  transition: transform 0.3s ease;
}
.pd-gallery-slider .swiper-slide img:hover {
  transform: scale(1.03);
}
.pd-gallery-slider .swiper-button-next,
.pd-gallery-slider .swiper-button-prev {
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: background 0.3s ease;
}
.pd-gallery-slider .swiper-button-next::after,
.pd-gallery-slider .swiper-button-prev::after {
  font-size: 25px;
  font-weight: bold;
}
.pd-gallery-slider .swiper-button-next:hover,
.pd-gallery-slider .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.6);
}

.pd-header-title {
  text-transform: uppercase;
  font-size: 2rem;
}

.pd-meta-wrapper {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.pd-meta-wrapper .pd-meta-item {
  display: inline-flex;
  align-items: center;
  background-color: #e2fdff;
  padding: 8px 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
}
.pd-meta-wrapper .pd-meta-item i {
  margin-right: 8px;
  color: var(--primary-color);
}
.pd-meta-wrapper .pd-meta-item span {
  font-size: 16px;
}

.pd-video {
  margin-bottom: 15px;
}

.pd-highlight-list {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.pd-highlight-list li {
  width: 100%;
  margin-left: 0 !important;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.pd-highlight-list-top li {
  align-items: start;
}
.pd-highlight-list-top li .fa-check {
  margin-top: 5px;
}
.pd-highlight-list .fa-check {
  color: #27840a;
}

.pd-include-list {
  list-style-type: none;
}
.pd-include-list li {
  margin-left: 0 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.pd-include-list li i {
  width: 20px;
}
.pd-include-list .fa-check {
  color: #27840a;
}
.pd-include-list .fa-xmark {
  color: #891322;
}

.wn-pd-schedule-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.wn-pd-schedule-list .wn-pd-schedule-item {
  display: flex;
  position: relative;
  padding-bottom: 25px;
  margin: 0 !important;
}
.wn-pd-schedule-list .wn-pd-schedule-item:last-child {
  padding-bottom: 0;
}
.wn-pd-schedule-list
  .wn-pd-schedule-item:last-child
  .wn-pd-schedule-marker
  .wn-pd-schedule-line {
  display: none;
}
.wn-pd-schedule-list .wn-pd-schedule-time {
  font-weight: bold;
  color: #000;
}
.wn-pd-schedule-list .wn-pd-schedule-marker {
  position: absolute;
  left: -5px;
  top: 0;
  bottom: 0;
  width: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wn-pd-schedule-list .wn-pd-schedule-dot {
  width: 16px;
  height: 16px;
  background-color: #e0f2f7;
  border: 2px solid #3ea5ac;
  border-radius: 50%;
  z-index: 2;
  box-sizing: border-box;
  position: relative;
  flex-shrink: 0;
  margin-top: 2px;
}
.wn-pd-schedule-list .wn-pd-schedule-line {
  width: 2px;
  background-image: linear-gradient(to bottom, #3ea5ac 4px, transparent 4px);
  background-size: 100% 8px;
  flex-grow: 1;
  margin-top: 4px;
  z-index: 1;
}
.wn-pd-schedule-list .wn-pd-schedule-detail-wrapper {
  padding-left: 20px;
  flex: 1;
}
.wn-pd-schedule-list .wn-pd-schedule-detail {
  color: #555;
  line-height: 1.6;
  font-size: 0.95em;
}
.wn-pd-schedule-list .wn-pd-schedule-detail strong,
.wn-pd-schedule-list .wn-pd-schedule-detail b {
  color: #000;
}
.wn-pd-schedule-list .wn-pd-schedule-detail > *:last-child {
  margin-bottom: 0;
}

.wn-overview-accordion .accordion-item {
  position: relative;
}
.wn-overview-accordion .accordion-item::after {
  content: "";
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(25%, #898989),
    color-stop(0%, rgba(255, 255, 255, 0))
  );
  background-image: linear-gradient(
    to right,
    #898989 25%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
}
.wn-overview-accordion .accordion-item:last-child::after {
  display: none;
}
.wn-overview-accordion .accordion-title {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  border: none;
  background: url(/wp-content/uploads/2025/04/heart.png) no-repeat center left;
  background-size: 25px;
  padding-right: 0;
}
.wn-overview-accordion .toggle {
  position: relative;
  top: initial;
  left: initial;
  margin: 0;
}
.wn-overview-accordion ul {
  margin-bottom: 0;
}
.wn-overview-accordion .accordion-inner {
  padding: 5px 20px;
}

.wn-pd-help-item {
  padding: 20px;
}
.wn-pd-help-item a {
  color: #444;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.wn-pd-help-item .brand {
  color: #3ea5ac;
  background-color: #dcfdff;
  width: 45px;
  height: 45px;
  font-size: 25px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wn-pd-help-item .chevron {
  margin-left: auto;
}

#overview-content-wrapper {
  position: relative;
  max-height: 800px;
  overflow: hidden;
}
#overview-content-wrapper.expanded {
  max-height: none;
}
#overview-fade {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  pointer-events: none;
  transition: opacity 0.3s ease;
}
#overview-content-wrapper.expanded #overview-fade {
  opacity: 0;
}
.overview-toggle {
  display: block;
  background: none;
  border: none;
  color: var(--primary-color);
  cursor: pointer;
  padding: 10px 0;
  text-decoration: underline;
  text-transform: none;
  font-size: 20px;
  margin: 0 auto;
}

.related .swiper-button-next,
.related .swiper-button-prev {
  color: #bebebe;
  border-radius: 10px;
  width: 45px;
  height: 45px;
}
.related .swiper-button-next::after,
.related .swiper-button-prev::after {
  font-size: 45px;
  font-weight: 900;
}
.related .swiper-button-prev {
  left: -60px;
}
.related .swiper-button-next {
  right: -60px;
}

/* Form Booking */
.wn-booking-section {
  margin-bottom: 20px;
}
.wn-booking-title {
  font-size: 20px;
}
.wn-booking-subtitle {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
}
.wn-booking-row {
  display: flex;
  flex-direction: row;

  justify-content: space-between;
  margin-bottom: 15px;
  gap: 10px;
}
.wn-booking-row input[type="date"] {
  flex: 1;
  border-radius: 6px;
  border: 1px solid var(--primary-color);
  margin: 0;
}
.wn-booking-row .wn-booking-guest {
  border: 1px solid var(--primary-color);
  border-radius: 6px;
  background-color: transparent;
  color: #000;
  margin: 0;
  font-size: 0.875rem;
  text-transform: capitalize;
  flex: 1;
}
.wn-list-time {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wn-list-time .wn-time-option {
  padding: 5px 15px;
  margin-bottom: 0;
  border: 2px solid var(--primary-color);
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background-color: #ffffff;
  transition: background-color 0.3s ease, border-color 0.3s ease,
    color 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
}
.wn-list-time .wn-time-option input[type="radio"] {
  display: none;
}
.wn-list-time .wn-time-option:has(input[type="radio"]:checked) {
  background-color: var(--primary-color);
  color: #fff;
}
.wn-booking-separator {
  border-bottom: 2px dotted #e0e0e0;
  margin-bottom: 15px;
}
.wn-booking-radio {
  border-radius: 8px;
  border: 2px solid #e0e0e0;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.wn-booking-radio.active {
  border-color: var(--primary-color);
}
.wn-booking-radio input[type="radio"] {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
  background-color: #fff;
}
.wn-booking-radio input[type="radio"]:checked {
  background-color: #fff;
  border-color: var(--primary-color);
}
.wn-booking-radio input[type="radio"]:checked::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--primary-color);
  margin: 2px;
}
.wn-booking-radio label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.wn-booking-radio .wn-booking-subwrap {
  margin-top: 10px;
}
.wn-booking-radio .wn-booking-subwrap label {
  margin-top: 10px;
}
.wn-booking-radio input[type="checkbox"] {
  margin: 0;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 2px solid var(--primary-color);
  background-color: #fff;
}
.wn-booking-radio input[type="checkbox"]:checked {
  background-color: #fff;
  border-color: var(--primary-color);
}
.wn-booking-radio input[type="checkbox"]:checked::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  color: var(--primary-color);
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#wn-booking-widget #total_price {
  font-size: 18px;
  font-weight: bold;

  margin-top: 20px;
}
#wn-booking-widget #submit_booking {
  margin: 0;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  width: 100%;
  text-transform: none;
}

/* Modal popup */
#guestModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
#guestModal .modal-content {
  position: relative;
  width: 400px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  margin: 0 auto;
  top: 50%;
  transform: translate(0%, -50%);
}
#guestModal .modal-content .close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 31px;
  line-height: 20px;
}
#guestModal .modal-content .close:hover {
  cursor: pointer;
}
#guestModal .modal-content label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  font-size: 18px;
}
#guestModal .modal-content input {
  margin: 0;
  width: 150px;
}
#guestModal .modal-content button {
  background-color: var(--primary-color);
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  margin: 0;
  margin-top: 15px;
  width: 100%;
}

.wn-col-sticky .col-inner {
  position: sticky;
  top: 135px;
  z-index: 10;
}

.wn-pd-promises {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.wn-pd-promise-item {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 15px;
  gap: 8px;
  border: 2px solid var(--primary-color);
  background-color: #fff;
}
.wn-pd-promise-item i {
  color: var(--primary-color);
}
.wn-pd-promise-item span {
  font-size: 17px;
  font-weight: bold;
}

.wn-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 22px;
  left: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.wn-booknow-btn {
  background: white;
  color: black !important;
  font-size: 14px !important;
  text-transform: uppercase;
  padding: 8px 15px !important;
  border-radius: 100px;
  line-height: 1.3rem !important;
}

#mega-menu-wrap {
  background-color: transparent;
}
#mega-menu-title {
  padding: 0;
}
#mega-menu-title i {
  margin-right: 0;
  font-size: 30px;
}

.off-canvas-left.dark .mfp-content {
  margin-top: 90px;
  width: 100%;
  bottom: auto;
}

#billing_address_2_field > label,
#shipping_address_2_field > label {
  display: block;
  overflow: auto;
  width: auto;
  opacity: 1;
}

.woocommerce-order-details .wc-item-meta {
  margin-top: 8px;
  margin-bottom: 0;
}
.woocommerce-order-details .wc-item-meta li {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  margin-bottom: 4px;
}
.woocommerce-order-details .wc-item-meta li p {
  margin-bottom: 0;
}

.wn-all-tours-header {
  font-size: 1rem !important;
  font-weight: bold !important;
  width: 90vw;
  display: block !important;
  text-align: center;
}

.wn-close-header {
  font-size: 1.2rem;
}
.wn-close-header:hover {
  cursor: pointer;
}

.tour-category-list .header-title {
  font-weight: 700;
}

/* Destination Block */
.wn-destination-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 20px 0;
}

/* --- Destination Item --- */
.wn-destination-item {
  width: calc(25% - 20px);
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

/* --- Link Wrapper --- */
.wn-destination-item a {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
}

/* --- Image Wrapper & Image --- */
.wn-destination-image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}

.wn-destination-image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.wn-destination-item a:hover .wn-destination-image-wrapper img {
  transform: scale(1.1); /* Phóng to ảnh lên 10% */
}

.wn-destination-name {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 1.8em;
  text-transform: uppercase;
  color: white;
  margin: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
}

.category-page-row .col.large-3 {
  display: block !important;
}

.widget {
  margin: 0;
}

.wn-side-filter {
  width: 100%;
  display: none;
}

.woof_list_checkbox .icheckbox_flat-blue {
  margin-top: 0;
}
.woof_list_checkbox li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.woof_list_checkbox .woof_checkbox_label {
  margin-bottom: 0;
}

#overview-content ul {
  list-style-type: none;
}
#overview-content ul > li {
  position: relative;
  margin-left: 0px;
  padding-left: 25px;
  font-weight: bold;
}
#overview-content ul > li:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/2025/05/map-marker.png) no-repeat center
    center;
  background-size: contain;
}

.wn-section-why-different {
  margin-top: 250px;
  margin-bottom: 250px;
}
.wn-section-why-different .section-bg {
  overflow: initial !important;
}
.wn-section-why-different .section-bg:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 6;
  background: url(/wp-content/themes/flatsome-child/images/why-diff.png)
    no-repeat center bottom;
  background-size: 100% 100%;
  position: absolute;
  top: -15vw;
}
.wn-section-why-different .section-bg:after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 6;
  transform: rotate(180deg);
  background: url(/wp-content/themes/flatsome-child/images/why-diff.png)
    no-repeat center bottom;
  background-size: 100% 100%;
  position: absolute;
  bottom: -15vw;
}

.wn-why-diff-img img {
  border-radius: 30px;
}

.wn-team {
  border-radius: 15px;
  overflow: hidden;
}
.wn-team ul {
  margin-top: 5px;
}
.wn-team ul li {
  margin-bottom: 0;
}

.wwd-wrapper {
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin-bottom: 20px;
}
.wwd-wrapper .wwd-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.wwd-wrapper .wwd-icon i {
  width: 30px;
  height: 30px;
  background-color: white;
  color: var(--primary-color);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wwd-wrapper .wwd-icon .wwd-dot {
  background: url(/wp-content/themes/flatsome-child/images/dot.png) no-repeat;
  width: 4px;
  height: 110px;
}
.wwd-wrapper .wwd-content strong {
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.wn-book-confidence svg {
  display: none;
}

.wn-cart-item,
.wn-cart-total {
  background: #ffffff;
  box-shadow: 3px 4px 20px 5px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 20px;
}
.wn-cart-item {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.wn-cart-item .wn-cart-thumbnail {
  width: 200px !important;
  height: 160px !important;
}
.wn-cart-item .wn-cart-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.wn-cart-item .wn-cart-info {
  flex: 1;
}
.wn-cart-item .wn-cart-title {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.wn-cart-item .wn-cart-title h3 {
  margin: 0;
}
.wn-cart-item .wn-cart-title h3 a {
  color: #000;
}
.wn-cart-item .wn-cart-price {
  font-size: 1.4rem;
}
.wn-cart-item .wn-cart-action a {
  line-height: 140%;
  color: #989898;
  display: table;
  border-bottom: 1px solid #989898;
}
.wn-cart-total .wn-cart-total-price {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.wn-cart-total .wn-cart-total-price h3 {
  margin: 0;
}
.wn-cart-total .wn-cart-total-price div {
  font-size: 1.4rem;
}
.wn-cart-total .no-fee {
  color: var(--fs-color-success);
  font-size: 0.85rem;
  text-align: right;
}

.wc-proceed-to-checkout .button {
  margin: 0;
  width: 100%;
  background-color: var(--fs-color-primary);
  border-radius: 10px;
  text-transform: none;
}

.wn-cart-reason {
  margin-top: 30px;
  list-style-type: none;
  margin-bottom: 0;
}
.wn-cart-reason li {
  margin-left: 0 !important;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.wn-cart-reason li i {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: var(--fs-color-primary);
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.wn-cart-reason li h5,
.wn-cart-reason li p {
  margin-bottom: 0;
}

.wn-cart-banner {
  aspect-ratio: 16/7;
  object-fit: cover;
  border-radius: 20px;
}

.woocommerce-billing-fields {
  border-top: none;
  padding-top: 0;
}
#customer_details,
.checkout-sidebar {
  background: #ffffff;
  box-shadow: 3px 4px 20px 5px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 20px;
}
#customer_details h3,
.checkout-sidebar h3 {
  padding-top: 0;
}
#customer_details input,
#customer_details textarea,
#customer_details .select2-selection {
  border-radius: 8px;
}

.wn-order-review {
  padding-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
}
.wn-order-item {
  margin-bottom: 10px;
}
.wn-order-item .wn-order-top {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 10px;
}
.wn-order-item .wn-order-thumbnail img {
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 10px;
  object-fit: cover;
}
.wn-order-item .wn-order-title {
  font-size: 1.2rem;
  font-weight: bold;
}
.wn-order-item .wn-order-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}
.wn-order-item .wn-order-meta-item {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  margin-top: 5px;
}
.wn-order-item .wn-order-price {
  font-size: 1.2rem;
}

.wn-order-coupon {
  padding: 15px 0;
  border-bottom: 1px solid #d9d9d9;
}
.wn-order-coupon .message-wrapper {
  padding-bottom: 0;
}

.wn-order-total {
  padding: 15px 0;
  border-bottom: 1px solid #d9d9d9;
}
.wn-order-total .wn-order-total-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 3px;
}
.wn-order-total .wn-order-total-text {
  font-size: 1rem;
  font-weight: bold;
}
.wn-order-total .wn-order-total-value {
  font-size: 1.2rem;
}

#payment {
  margin-top: 15px;
}
#place_order {
  margin-bottom: 0;
  text-transform: none;
  background-color: var(--fs-color-primary);
  border-radius: 10px;
}

.wn-order-id {
  background: #ffffff;
  box-shadow: 3px 4px 20px 5px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 20px;
}
.wn-order-id .woocommerce-order-overview {
  margin-bottom: 0;
}
.wn-order-id .woocommerce-order-overview li:last-child {
  margin-bottom: 0;
}

#post-list .row .col-inner {
  height: 100%;
}
body.single-post .article-inner {
  box-shadow: none !important;
}

@media only screen and (max-width: 850px) {
  .medium-logo-center .flex-left {
    flex: none !important;
  }

  .tour-best-selling-slider {
    margin-left: 0px;
  }

  .sec-left-margin .section-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .product-cat-slider {
    margin-left: 0;
  }

  .section-why-book .col:not(:last-child)::after {
    top: auto;
    right: 10%;
    width: 80%;
    height: 1px;
    border-left: none;
    border-bottom: 4px dotted #000;
  }

  .sec-destination .img-minus-offset {
    margin-top: -50px;
  }

  .section-banner-float .text-float {
    right: 10%;
    width: 45%;
  }
  .section-banner-float .text-float p {
    font-size: 35px;
    line-height: 3rem;
  }

  .tour-advice-slider-wrapper .swiper-button-prev {
    left: 0;
  }
  .tour-advice-slider-wrapper .swiper-button-next {
    right: 0;
  }

  .product-card .product-meta-btn {
    width: 100%;
  }

  .related .swiper-button-prev {
    left: 0;
  }
  .related .swiper-button-next {
    right: 0;
  }

  .wn-side-filter {
    display: block;
  }
}

@media only screen and (max-width: 550px) {
  .product-cat-slider {
    padding-top: 20px;
    padding-bottom: 90px;
  }
  .product-cat-slider .swiper-slide-active {
    transform: scale(1.1);
    z-index: 10;
  }

  .product-cat-aboutus-slider {
    padding-top: 140px;
    padding-bottom: 40px;
  }
  .product-cat-aboutus-slider .swiper-slide-active {
    transform: scale(1.1);
    z-index: 10;
  }

  .tour-best-selling-slider {
    padding-top: 20px;
    padding-bottom: 90px;
  }
  .tour-best-selling-slider .swiper-slide-active {
    transform: scale(1.1);
    z-index: 10;
  }

  .tour-advice-slider {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tour-advice-slider .swiper-slide-active {
    transform: scale(1.1);
    z-index: 10;
  }

  .sec-destination .img-minus-offset {
    margin-top: -35px;
  }
  .sec-destination .img-bottom-minus-offset {
    margin-bottom: -35px;
  }

  .reason-sgadventure .col {
    padding: 15px 0 !important;
  }
  .reason-sgadventure .col:not(:last-child)::after {
    top: auto;
    bottom: 0;
    right: 10%;
    width: 80%;
    height: 1px;
  }

  .tour-category-list .box-text {
    padding: 10px 0px 0px 0px !important;
  }

  .section-banner-float .text-float {
    right: 10%;
    width: 60%;
  }
  .section-banner-float .text-float p {
    font-size: 30px;
    line-height: 2.5rem;
  }

  .product-cat-aboutus-slider .swiper-button-prev {
    top: calc(50% + 50px);
    left: 0;
  }
  .product-cat-aboutus-slider .swiper-button-next {
    top: calc(50% + 50px);
    right: 0;
  }

  .section-banner-float .text-float .section-banner-desc p {
    font-size: 14px;
    line-height: 1.2rem;
  }

  .wn-category-header-alt .title-bg h1 {
    font-size: 2rem;
  }
  .wn-category-header-alt .title-bg {
    height: 350px;
  }

  .product-card {
    flex-direction: column;
    width: 100%;
  }
  .product-card .product-image {
    width: 100%;
    aspect-ratio: 16/10;
  }
  .product-card .product-info {
    width: 100%;
    padding: 20px;
  }

  .wn-book-confidence > .col-inner {
    position: relative;
    margin: 50px -15px 30px -15px !important;
    width: 100vw;
  }
  .wn-book-confidence svg {
    display: block;
    position: absolute;
    top: -60px;
    left: 0;
    width: 100vw;
  }
  .wn-book-confidence .box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
  }
  .wn-book-confidence .box .box-image {
    width: 15% !important;
  }
  .wn-book-confidence .box .box-text {
    padding: 0;
    text-align: left;
  }

  .wn-cart-item {
    flex-direction: column;
    gap: 15px;
  }
  .wn-cart-item .wn-cart-thumbnail {
    width: 100% !important;
    height: 200px !important;
  }
}

/* ANIMATION INITIAL */
[data-animate] {
  transition: filter 1.3s, transform 1s, opacity 0.5s ease-in;
}
.banner-text .text-inner {
  opacity: 0;
}
.banner-fence .img {
  opacity: 0;
}
.banner-cloud-left .img {
  opacity: 0;
  animation-delay: 1s;
}
.banner-cloud-right .img {
  opacity: 0;
  animation-delay: 1s;
}
.banner-like .img {
  opacity: 0;
  animation-delay: 0.5s;
}
.banner-nha-tho .img {
  animation-delay: 1s;
  opacity: 0;
}
.banner-cycle .img {
  animation-delay: 1.2s;
  opacity: 0;
}

/* NTKH Styles */

/* Services Page */
.col.wn-service-content-wrap .col-inner {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  padding: 40px;
}
.col.wn-service-content-wrap:nth-child(even) {
  padding-top: 40px;
}

#content .wn-service-callback {
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0.2%,
    rgb(62, 165, 172)
  );
  padding-bottom: 0px;
  padding-top: 220px;
}

/* Contact Us Page */
.wn-contact-icon-box .icon-box-img svg path[fill="white"] {
  fill: white;
}

.wn-contact-icon-box .icon-box-img svg path:not([fill="white"]) {
  fill: rgb(62, 165, 172);
}

.wn-contact-icon-box {
  display: flex;
  gap: 12px;
}
.wn-contact-icon-box .icon-box-img {
  flex: 1 1 20%;
}

/* Single Product Page */
.product .rank-math-breadcrumb span,
.rank-math-breadcrumb a {
  font-size: 0.875rem;
  font-weight: 500;
}

.product .button {
  border-radius: 5px;
}
