<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Tour Box vdl*/
.single-tour-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  max-width: 700px;
}

.banner-page .tour-name {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.slider-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
  box-sizing: border-box;
}

.price-box {
  background: #fff;
  display: inline-block;
  padding: 5px 23px;
  height: 35px;
  border-radius: 20px;
  font-style: italic;
  margin: 20px auto;
}

.single.single-post .banner-page.single {
  height: 74vh !important;
}

.single .banner-page .breadcrumbs {
  padding: 20px 30px;
  color: #fff;
  z-index: 999999;
}

@media only screen and (max-width: 568px) {
  .single.single-post .banner-page.single {
    height: 50vh !important;
    background-size: cover !important;
  }
}

@media (max-width: 767px) {
  .tour-info__toggle {
    display: none !important;
  }
}
.title_slide {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.title_slide_h3 {
    text-align: center;
    font-size: 2rem;
    color: #333;
}

/*slider chinh*/
.swiper {
    width: 100%;
    position: relative;
}

.swiper-wrapper {
    align-items: center;
}

.swiper-slide {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    transition: all 0.4s ease;
    margin: auto;
    width: 100%;
    height: 500px;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.swiper-slide:not(.swiper-slide-active)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    /* MÃ&nbsp;u Ä‘en vá»›i Ä‘á»™ má» 50% */
    z-index: 1;
    border-radius: 7px;
    /* CÃ¹ng border-radius vá»›i slide */
}

/*title slider*/
.slide-caption {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    color: white;
    padding: 10px;
    font-size: 1rem;
    font-weight: bold;
    /* In Ä‘áº­m */
    max-width: calc(100% - 20px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    /* Äá»• bÃ³ng chá»¯ */
    z-index: 2;
}

/* NÃºt Ä‘iá»u hÆ°á»›ng*/
.swiper-button-next,
.swiper-button-prev {
    color: white;
    background: rgba(0, 0, 0, 0.7);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
    backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: scale(1.05);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}


/* Tráº¡ng thÃ¡i loading */
.swiper-container.loading {
    visibility: hidden;
}

/* Desktop (â‰¥1024px) */
@media (min-width: 1024px) {
    .swiper {
        height: 600px;
        padding: 0 60px;
    }

    .swiper-wrapper {
        align-items: center;
        padding: 20px 0;
        /* ThÃªm padding Ä‘á»ƒ Ä‘áº£m báº£o khÃ´ng bá»‹ cáº¯t */
    }
    .swiper-slide {
        height: 510px;
        width: 770px;
        transform: scale(0.5);
        opacity: 0.7;
        transition: all 0.4s ease;
    }

    .swiper-slide-active {
        transform: scale(1.1);
        height: 550px;
        opacity: 1;
        z-index: 10;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 50px;
        height: 50px;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 1.5rem;
    }

    .swiper-button-prev {
        left: calc(50% - 28% - 37px);
    }

    .swiper-button-next {
        right: calc(50% - 28% - 37px);
    }
}

/* Tablet (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .swiper {
        height: 400px;
        padding: 0 40px;
    }

    .swiper-slide {
        height: 360px;
        width: 85% !important;
        transform: scale(0.9);
        opacity: 0.7;
    }

    .swiper-slide-active {
        height: 400px;
        transform: scale(1);
        opacity: 1;
    }

    .title_slide_h3 {
        font-size: 1.8rem;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .swiper-button-prev {
        left: 15px;
    }

    .swiper-button-next {
        right: 15px;
    }
}

/* Mobile (â‰¤767px) */
@media (max-width: 767px) {
    .slider-container {
        padding: 0 10px;
    }

    .swiper {
        height: 250px;
        padding: 0;
    }

    .swiper-slide {
        height: 250px;
        width: 100% !important;
        margin: 0;
        transform: scale(1);
        opacity: 1;
    }

    .swiper-slide img {
        width: 100% !important;
        height: 100%;
    }

    .title_slide_h3 {
        font-size: 1.5rem;
    }

    .slide-caption {
        font-size: 0.8rem;
        padding: 8px;
        bottom: 10px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 30px;
        height: 30px;
        background: rgba(0, 0, 0, 0.6);
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 1.1rem;
    }

    .swiper-button-prev {
        left: 10px;
    }

    .swiper-button-next {
        right: 10px;
    }
}
</pre></body></html>