/* Sec 1 */
section.sec__banner.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

section.sec__banner .slick-track {
    gap: 0px;
}

.sec__banner .slick-slide>div {
    width: 100%;
}

.sec__banner .slick-dots {
    bottom: 20px;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.sec__banner .slick-dots li {
    background-color: transparent;
    width: auto;
    height: auto;
    margin: 0px;
    border-radius: 99px;
    opacity: 1;
}

.sec__banner .slick-dots li button {
    content: '';
    opacity: 0.5;
    height: 12px;
    width: 12px;
    border-radius: 99px;
    background-color: #ff6100;
    box-shadow: 0 0 4px 0px rgba(255, 255, 255, 0.2);
}

.sec__banner .slick-dots li.slick-active button,
.sec__banner .slick-dots li button:hover {
    opacity: 1;
}

.sec__banner .slick-dots li.slick-active button {
    width: 36px;
}

.sec__banner .slick-dots li button:before {
    display: none;
}

.sec__banner article {
    position: relative;
    display: block !important;
    width: 100% !important;
}

.sec__banner article video,
.sec__banner article img {
    width: 100%;
    height: 42.708vw;
    -o-object-fit: cover;
    object-fit: cover;
}

.sec__banner article .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec__banner article .overlay .sec__banner-title {
    font-size: 2.5vw;
    line-height: 1.2;
    color: white;
    text-align: center;
    max-width: 65vw;
    font-weight: 700;
    margin: 0px;
}

.sec__banner article .overlay .sec__banner-title strong {
    font-size: 5vw;
    display: block;
    font-weight: 900;
}

/* Sec 2 */
.sec2 {
    padding: 4.444vw 0px;
}

.sec2 .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4.444vw;
}

.sec2 .row .col {
    width: 100%;
    height: 100%;
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sec2 .row .col img,
.sec2 .row .col video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.389vw;
}

/* Sec 3 */
.sec3 .cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

.sec3 .cards .card {
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sec3 .cards .card,
.sec3 .cards .card .thumb,
.sec3 .cards .card .thumb img,
.sec3 .cards .card .thumb .badge {
    border-radius: 1.111vw;
}

.sec3 .cards .card .thumb {
    position: relative;
}

.sec3 .cards .card .thumb img {
    aspect-ratio: 360/240;
    object-fit: cover;
}

.sec3 .cards .card .thumb .badge {
    position: absolute;
    top: 1.111vw;
    right: 1.111vw;
    font-size: 0.694vw;
    padding: 6px 8px;
    background-color: #FF6100;
    color: white;
}

.sec3 .cards .card .content {
    padding: 1.458vw;
}

.sec3 .cards .card .content .title {
    font-size: 1.25vw;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0.833vw;
}

.sec3 .cards .card .content .info {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.111vw;
    line-height: 1.4;
    font-weight: 500;
}

.sec3 .cards .card .content .info strong {
    font-weight: 600;
}

.sec3 .cards .card .content .info p {
    margin: 0px;
}

.sec3 .cards .card .content .info.capacity {
    margin-bottom: 8px;
}

.sec3 .cards .card .content .price {
    font-size: 1.111vw;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0px;
    color: #FF6100;
    margin-bottom: 4px;
}

.sec3 .cards .card .content .price strong {
    font-size: 1.389vw;
    font-weight: 700;
}

.sec3 .cards .card .content .note {
    font-style: italic;
    font-size: 0.972vw;
    line-height: 1.4;
    margin-bottom: 0px;
    font-weight: 500;
}

.sec3 .cards .card .content .note strong {
    font-weight: 700;
}
.sec3 .description{
    max-width: 75%;
    margin: 36px auto 0px;
    font-style: italic;
    font-size: 1.11vw;
}
section.sec3 .button.center{
    margin: 16px auto 0;
}
/* Sec 4 */
.sec4 {
    padding: 4.444vw 0px;
}

.sec4 .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3.472vw;
}

.sec4 .list .item,
.sec5 .list .item {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 24px;
}

.sec4 .list .item img,
.sec5 .list .item img {
    object-fit: cover;
    margin: 4px auto 0;
}

.sec4 .list .item .item-info p,
.sec5 .list .item .item-info p {
    margin: 0px;
}

.sec4 .list .item .item-info .name,
.sec5 .list .item .item-info .name {
    font-size: 1.25vw;
    font-weight: 700;
}

.sec4 .list .item .item-info .desc,
.sec5 .list .item .item-info .desc {
    font-size: 1.111vw;
    line-height: 1.4;
}

/* Sec5 */
.sec5 {
    background-image: url('/wp-content/uploads/2025/07/bg-list-tours.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4.444vw 0px;
}

.sec5 .title {
    width: 50%;
    padding-right: 1.667vw;
}

.sec5 .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.667vw;
}

.sec5 .list .item {
    margin-bottom: 1.667vw;
}

.sec5 .list .item:last-child {
    margin-bottom: 0px;
}

/* Sec6 */
.sec6 {
    padding: 4.444vw 0px;
}

.sec6 .title {
    margin-bottom: 8px;
}

.sec6 .description {
    margin-bottom: 2.222vw;
}

.sec6 .accordions {
    max-width: 60%;
    margin: auto;
}

.sec6 .accordions .accordion-item {
    background-color: #f9f9f9;
    margin-bottom: 1.111vw;
    border-radius: 1.111vw;
}

.sec6 .accordions .accordion-header {
    width: 100%;
    background-color: #f9f9f9;
    color: black;
    border: none;
    border-radius: 1.111vw;
    text-align: left;
    font-weight: 600;
    cursor: pointer;
    font-size: 1.25vw;
    line-height: 1.2;
    padding: 1.111vw 1.667vw;
    white-space: wrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec6 .accordions .accordion-header h3{
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

.sec6 .accordions .accordion-header.active .fa-angle-down {
    transform: rotate(180deg);
}

.sec6 .accordions .accordion-content {
    padding: 0 1.667vw 1.111vw;
    font-size: 1.111vw;
    line-height: 1.4;
}

.sec6 .accordions .accordion-content p:last-child {
    margin-bottom: 0px;
}


/* Sec 3 */
.sec7 {
    padding: 0px 0px 4.444vw;
}

.sec7 .title {
    margin-bottom: 16px;
}

.sec7 .sec3_tours {
    margin-bottom: 0px;
}

.sec7 .sec3_tours .slick-track {
    display: flex;
    gap: 20px;
}

.sec7 .sec3_tours .slick-track .slick-slide {
    height: inherit;
    display: flex;
    float: none !important;
    padding-bottom: 5px;
}

.sec7 .sec3_tours .tour-item {
    background-color: white;
    border-radius: 1.389vw;
    height: 100%;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sec7 .sec3_tours .tour-item a {
    color: black;
}

.sec7 .sec3_tours .tour-item .item__head {
    height: 270px;
    position: relative;
}

.sec7 .sec3_tours .tour-item .item__head .badge {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 0.972vw;
    line-height: 1.2;
    border-radius: 1.389vw;
    padding: 6px 12px;
    background-color: #FF6100;
    color: white;
}

.sec7 .sec3_tours .tour-item .item__head .badge.badge--date {
    top: auto;
    bottom: -12px;
    background-color: #101A3B;
}

.sec7 .sec3_tours .tour-item .item__head img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

.sec7 .sec3_tours .tour-item .item__main {
    padding: 32px 32px 0px;
}

.sec7 .sec3_tours .tour-item .item__main .title {
    font-size: 1.5vw;
    line-height: 1.2;
    margin: 0px 0px 16px;
    text-align: left;
}

.sec7 .sec3_tours .tour-item .item__main .info {
    display: flex;
    gap: 4px;
    font-size: 1.111vw;
    line-height: 1.4;
    margin-bottom: 10px;
}

.sec7 .sec3_tours .tour-item .item__main .info svg {
    margin-right: 4px;
    flex-basis: 20px;
}

.sec7 .sec3_tours .tour-item .item__main .info p {
    margin: 0px;
    flex-basis: calc(100% - 20px);
}

.sec7 .sec3_tours .tour-item .item__main .info strong {
    font-weight: 500;
}

.sec7 .sec3_tours .tour-item .item_foot {
    padding: 0px 32px 24px;
}

.sec7 .sec3_tours .tour-item .item_foot .price,
.sec7 .sec3_tours .tour-item .item_foot .note {
    font-size: 1.111vw;
    line-height: 1.4;
    margin: 8px 0px;
    font-weight: 500;
    color: #101A3B;
}

.sec7 .sec3_tours .tour-item .item_foot .price strong {
    font-size: 1.389vw;
    line-height: 1.4;
    color: #FF6100;
    font-weight: 700;
}

.sec7 .sec3_tours .tour-item .item_foot .note strong {
    font-size: 1.2vw;
    line-height: 1.4;
    font-weight: 700;
}

.sec7 .sec3_tours .swiper-pagination {
    position: unset;
    margin-top: 20px;
}

.sec7 .sec3_tours .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 16px;
    background-color: white;
    opacity: 1;
}

.sec7 .sec3_tours .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 36px;
    background-color: #FF6100;
    transition: 0.3s width ease-in;
}

.sec7 .sec3_tours .swiper-button-prev {
    left: 0px;
}

.sec7 .sec3_tours .swiper-button-next {
    right: 0px;
}

.sec7 .sec3_tours .swiper-button-prev::after,
.sec7 .sec3_tours .swiper-button-next::after {
    font-size: 1.875vw;
    font-weight: 900;
    color: #FF6100;
}

.sec7 .sec3_tours .tour-item .button-booknow {
    color: white !important;
    margin: 8px auto 20px;
}

/* Popup */
#warning-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

#warning-popup .popup-content {
    position: relative;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 13px;
}

#warning-popup .popup-content img {
    width: 100%;
    height: 100%;
    max-width: 600px;
    aspect-ratio: 1/1;
    object-fit: contain;
    border-radius: 5px;
}

#warning-popup .popup-close {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .sec2 .row .col img,
    .sec2 .row .col video {
        border-radius: 16px;
    }

    .sec3 .cards .card,
    .sec3 .cards .card .thumb,
    .sec3 .cards .card .thumb img,
    .sec3 .cards .card .thumb .badge,
    .sec7 .sec3_tours .tour-item .item__head .badge {
        border-radius: 16px;
    }

    .sec3 .cards .card .content .title,
    .sec3 .cards .card .content .price strong,
    .sec4 .list .item .item-info .name,
    .sec5 .list .item .item-info .name,
    .sec7 .sec3_tours .tour-item .item__main .title {
        font-size: 16px;
    }

    .sec3 .cards .card .content .price,
    .sec6 .accordions .accordion-header,
    .sec7 .sec3_tours .tour-item .item_foot .price strong {
        font-size: 14px;
    }

    .sec3 .cards .card .content .info,
    .sec3 .cards .card .content .note,
    .sec3 .cards .card .thumb .badge,
    .sec4 .list .item .item-info .desc,
    .sec5 .list .item .item-info .desc,
    .sec6 .accordions .accordion-content,
    .sec7 .sec3_tours .tour-item .item__main .info,
    .sec7 .sec3_tours .tour-item .item_foot .price,
    .sec7 .sec3_tours .tour-item .item_foot .note,
    .sec7 .sec3_tours .tour-item .item_foot .note strong,
    .sec7 .sec3_tours .tour-item .item__head .badge {
        font-size: 12px;
    }

    .sec4 .list {
        gap: 20px;
    }

    .sec5 .title {
        width: 100%;
        text-align: center;
    }

    .sec6 .accordions {
        max-width: 100%;
    }

    .sec6 .accordions .accordion-item {
        margin-bottom: 16px;
    }

    .sec6 .accordions .accordion-item:last-child {
        margin-bottom: 0px;
    }

    .sec6 .accordions .accordion-item,
    .sec6 .accordions .accordion-header,
    .sec7 .sec3_tours .tour-item,
    .sec7 .sec3_tours .tour-item .item__head img {
        border-radius: 16px;
    }

    .sec6 .accordions .accordion-header {
        padding: 16px;
    }

    .sec6 .accordions .accordion-content {
        padding: 0 16px 16px;
    }

    .sec7 .sec3_tours .tour-item .item_foot .note {
        margin: 0px;
    }
    .sec3 .description{
        max-width: 100%;
        margin: 16px auto 0;
        font-size: 13px;
    }
}

@media (max-width: 576px) {

    .sec2,
    .sec4,
    .sec5,
    .sec6 {
        padding: 32px 0px;
    }

    .sec__banner .slick-dots {
        gap: 8px;
    }

    .sec__banner .slick-dots li button {
        height: 8px;
        width: 8px;
    }

    .sec__banner .slick-dots li.slick-active button {
        width: 24px;
    }

    .sec__banner article video,
    .sec__banner article img {
        height: 320px;
    }

    .sec__banner article .overlay .sec__banner-title {
        font-size: 14px;
        max-width: 100%;
        text-align: center;
    }

    .sec__banner article .overlay .sec__banner-title strong {
        font-size: 24px;
    }

    .sec2 .row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .sec2 .row .col img,
    .sec2 .row .col video {
        min-height: 200px;
        border-radius: 16px;
    }

    .sec3 .cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .sec3 .cards .card .content {
        padding: 16px;
    }

    .sec4 .list {
        grid-template-columns: 1fr 1fr;
    }

    .sec4 .list .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .sec4 .list .item .item-info .name,
    .sec4 .list .item .item-info .desc {
        text-align: center;
    }

    .sec5 .row {
        grid-template-columns: 1fr;
    }

    .sec5 .list .item,
    .sec5 .list .item:last-child {
        grid-template-columns: 24px 1fr;
        margin-bottom: 16px;
    }

    .sec7 {
        padding-bottom: 32px;
    }

    .sec7 .sec3_tours .tour-item .item__main {
        padding: 30px 20px 0px;
    }

    .sec7 .sec3_tours .tour-item .item_foot {
        padding: 0px 20px 20px;
    }
}