#THINGTODO {
    display: block;
}

#THINGTOSEE, #THINGTOEAT, #THINGTODRINK, #SIGNATURE {
    display: none;
}

#discoverysection #SIGNATURE{
    display: block;
}


/* #TABDO {
    color: #9815a3;
    font-weight: bold;
} */
/* 
#TABDO,#TABSEE, #TABEAT, #TABDRINK, #TABSIGN {
    color: #000000;
} */

.carousel-fade .carousel-item {
    transition-duration: 1.6s;
}



.tab-things {
    /* padding: 100px 210px; */
    /* margin-top: 50px; */
    webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    overflow: hidden;
}

/* .tab-things .carousel-control-prev {
    margin-left: -210px;
}

.tab-things .carousel-control-next {
    margin-right: -210px;
} */

.div-things-to .title {
    font-size: 35px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #7c2983;
}

/* .div-things-to .sub-title {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #4a4a4a;
    margin-top: 30px;
    margin-bottom: 30px;
} */

.tab-things .sub-title{
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #4a4a4a;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.tab-things .content{
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #4a4a4a;
    /* margin-top: 30px; */
    /* margin-bottom: 30px; */
    font-size: 15px;
    text-align: justify;
    overflow: auto;
}

.tab-things .carousel-item .item-image{
    width: 100%;
    display: flex;
    height: 460px; /* fixed height → switching items/slides no longer shifts the layout */
}

.tab-things .carousel-item .item-image .image-show{
    width: 65%;
    height: 100%;
    overflow: hidden;
}

/* every item's main image fills the same box (no per-image height change) */
.tab-things .carousel-item .item-image .image-show img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tab-things .carousel-item .item-image .content-image{
    width: 35%;
    height: 100%;
    padding: 35px;
    background: #F2F3F4;
    overflow: auto; /* long descriptions scroll instead of growing the section */
}

/* empty-state: shown when a Khám Phá tab has no content — keeps a min height
   so the section doesn't collapse and push the sections below up */
.tab-things .tab-empty-state{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 460px;
    background: #F2F3F4;
    color: #9b9b9b;
    font-size: 16px;
    font-style: italic;
    text-align: center;
    padding: 30px;
}
@media (max-width: 767px){
    .tab-things .tab-empty-state{ min-height: 220px; font-size: 14px; }
}

.tab-things .carousel-arrow{
    width: 65%;
    height: 100%;
    position: absolute;
    top: 0;
}

.tab-things .thumbnail-indicators{
    position: absolute;
    width: 35%;
    height: 100%;
    right: 0;
    height: -webkit-fit-content;
    height: -ms-fit-content;
    height: fit-content;
    bottom: 0;
}

.tab-things .thumbnail-indicators .carousel-indicators{
    margin-bottom: 0;
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    padding: 35px;
    height: -webkit-fit-content;
    height: -ms-fit-content;
    height: fit-content;
    justify-content: left;
}

.tab-things .thumbnail-indicators .carousel-indicators li{
    width: 20%;
    height: -webkit-fit-content;
    height: -ms-fit-content;
    height: fit-content;
    padding: 5px;
    background: #f2f3f4;
}
.tab-things .thumbnail-indicators .carousel-indicators li img{
    opacity: 1;
    cursor: pointer;
}

.tab-things .thumbnail-indicators .carousel-indicators li.active img{
    opacity: 0.2;
    transition-duration: 1.2s;
}

/* .tab-things .carousel-res{
    display: flex;
}

.tab-things .carousel-inner{
    width: 65%;
}

.tab-things .thumbnail-indicators{
    width: 35%;
    padding: 30px;
    background: #f2f3f4;
    position: relative;
}



*/

.tab-things .carousel-indicators{
    position: absolute;
    bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 30px;
}

.tab-things .carousel-indicators .sub-title{
    font-size: 24px;
}

.tab-things .carousel-indicators li{
    width: auto;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    text-indent: 0;
}
.tab-things .carousel-indicators li::before{
    display: none;
}
.tab-things .carousel-indicators li::after{
    display: none;
} 

.div-things-to {
    margin-bottom: 20px;
}

.div-things-to .list-detail {
    padding-left: 15px;
}

.div-main {
    height: auto;
    overflow: auto;
}

.tab-things .img-title {
    position: absolute;
    width: 100%;
    padding-right: 30px;
    text-align: center;
    margin-top: 50px;
    font-size: 28px;
    color: white;
    font-weight: bold;
    line-height: 28px;
}

.tab-things .div-image-2-1, .tab-things .div-image-10-9 {
    width: 100%;
    overflow: hidden;
}

.tab-things img {
    width: 100%;
}

.tab-things .icon-next, .tab-things .icon-previous{
    width: 150px;
}

.tab-things .list-destination {
    margin-top: 100px;
}

.breadcrumb-area {
    display: flex;
    align-items: center;
}

.tab-selector {
    display: flex;
    margin-left: auto;
    font-size: 16px;
}

.tab-selector .tab-title.first {
    padding-left: 0;
}

.tab-selector .tab-title {
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #ccc;
    cursor: pointer;
}

.tab-selector .tab-title.last {
    padding-right: 0;
    border-right: none;
}

@media (max-width:767px) {

    .tab-selector {
        display: none;
    }
    .dropdown-tab-toggle {
        display: none;
        position: absolute;
        right: 0;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        text-align: right;
        z-index: 1;
        margin-right: 15px;
    }
    .dropdown-tab-toggle .dropdown-tab-item {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }
    .tab-selector-mobile{
        font-size: 16px;
    }
    .tab-selector-mobile:hover .dropdown-tab-toggle{
        display: block;
    }

    .destination-feature-section{
        padding: 40px 20px;
    }

    .destination-feature-section .div-tab{
        display: block;
        margin: unset;
    }
    .destination-feature-section .div-tab .tab-title{
        text-align: left;
        border: none;
        margin-top: 10px;
    }
    .tab-things{
        padding: 40px 0px;
        margin-left: -20px;
        margin-top: 0;
        margin-right: -20px;
    }
    .tab-things .carousel-item .item-image{
        width: 100%;
        display: block;
        height: auto; /* stacked on mobile — let it flow */
    }

    .tab-things .carousel-item .item-image .image-show{
        width: 100%;
        height: 220px; /* consistent image box on mobile (img uses object-fit:cover) */
    }
    .tab-things .carousel-item .item-image .content-image{
        width: 100%;
        height: auto;
        padding: 35px 20px;
        background: #F2F3F4;
    }
    .tab-things .thumbnail-indicators{
        width: 100%;
        bottom: auto;
        top: 0;
    }
    .tab-things .carousel-arrow{
        width: 100%;
        position: absolute;
    }

    .tab-things .icon-next, .tab-things .icon-previous{
        width: 50px;
    }

    .tab-things .thumbnail-indicators .carousel-indicators{
        padding: 0;
    }
    /* .tab-things .icon-next, .tab-things .icon-previous{
        width: 50px;
    }

    .tab-things .list-destination{
        margin-top: 40px;
        margin-left: -45px;
        margin-right: -45px;
    }
    .image-hover-action{
        padding-right: 30px;
    }
    .tab-things .carousel-control-prev{
        margin-left: 0;
    }
    .tab-things .carousel-control-next{
        margin-right: 0;
    }
    .tab-things .img-title{
        margin-top: 20px;
        z-index: 100;
    } */


    .list-destination img{
        width: 100%;
    }
    .div-image-full-height{
        width: 100%;
        height: 400px;
    }
    .div-image-full-height img{
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: 1;
    }
    .image-hover-action{
        z-index: 110;
    }
}

@media (min-width:992px) and (max-width:1199px) {

    /* .tab-things {
        padding: 60px 15px;
        margin-top: 0px;
    } */
    /* .tab-things .carousel-control-prev {
        margin-left: 0;
    }
    .tab-things .carousel-control-next {
        margin-right: 0;
    } */
}

@media(min-width:1200px) and (max-width:1600px) {
    /* .tab-things .carousel-control-prev {
        margin-left: 0px;
    }
    .tab-things .carousel-control-next {
        margin-right: 0px;
    } */
    /* .tab-things {
        padding: 100px 60px;
        margin-top: 0px;
        overflow: hidden;
    } */

}

@media(min-width:1600px) {}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}