.swiper-top .swiper-slide img{
    width: 100%;
    height: 740px;
    object-fit: cover;
}
.ct_img{
    position: relative;
    display: grid;
    grid-gap: 3rem;
    justify-content: space-between;
    grid-template-columns: repeat(3,1fr);
}
.ct_img .ct_imgWrap{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border: 1px solid #ccc;
}
.ct_img .ct_imgWrap img{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
    max-height: 320px;
    object-fit: cover;
    background-color: var(--cpt-main-content-bg);
    transform: scale(1);
    transition: transform .5s;
}
.ct_imgMain{
    overflow: hidden;
}
.ct_img .ct_imgMain:hover img{
    transform: scale(1.05);
    transition: transform .5s;
}
.ct_img .ct_imgWrap img:after{
    content: '';
    position: absolute;
    top: 0; left: 0;
    background: url(https://cdn.campingtalk.net/local/images/sample/campingtalk_logo_png.png) no-repeat center var(--cpt-main-content-bg);
    width: 100%;
    height: 100%;
}
.ct_img .ct_textTitle h5{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}
.ct_img .ct_imgWrap p{
    font-size: .875rem;
    color: var(--cpt-666);
}
/*.ct_imgWrap{*/
/*    position: relative;*/
/*}*/
/*.swiper-thumbs{*/
/*    width: 100%;*/
/*    height: 128px;*/
/*    margin: 2rem;*/
/*}*/
/*.swiper-thumbs .swiper-slide{*/
/*    width: 145px !important;*/
/*    height: 105px;*/
/*}*/
/*.swiper-thumbs .swiper-slide:first-child{*/
/*    margin-left: auto !important;*/
/*}*/
/*.swiper-thumbs .swiper-slide:last-child{*/
/*    margin-right: auto !important;*/
/*}*/
/*.swiper-thumbs img{*/
/*    width:100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/

.ct_info{
    position: absolute;
    top: 50%;
    right: 8rem;
    max-width: 320px;
    transform: translate(0, -62%);
    background-color: var(--white);
    z-index: 100;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.2);
}
.ct_info .top,
.ct_info .bottom{
    padding: 2rem 2rem 0;
}
.ct_info p{
    font-size: .75rem;
    line-height: 20px;
    color: var(--cpt-666);
    padding: 2rem 0;
    text-align: start;
}

/*swiper-pagination test*/
.swiper-top .swiper-pagination span{
    width: 145px;
    height: 105px;
    border-radius: 0;
}
.swiper-top .swiper-pagination span img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-top .swiper-pagination span:after{
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 145px;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
}
.swiper-top .swiper-pagination span p{
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: .75rem;
    transform: translate(0, -50%);
    color: #fff;
    z-index: 2;
}
.swiper-top .swiper-pagination-bullet-active{
    background-color: transparent;
    width: 145px !important;
    border-radius: 0 !important;
}
.swiper-top .swiper-pagination.swiper-wrapper{
    top: 0;
}
.ct_info .btn{
    display: flex;
    gap: 1rem;
    justify-content: center;
    border: 1px solid #000 !important;
    padding: 0.5rem 1rem;
    border-radius: 0;
    margin: 1rem 0 2rem;
}


/*tour-detail*/
.ct_tourDetail .left{
    padding: 2rem;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc
}
.ct_tourDetail .right{
    padding: 2rem;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc
}

.goTours{
    max-width: 1920px;
    margin: 0 auto;
    text-align: center;
    padding: 0 10rem 3rem;
}
.goTours button{
    padding: 0.5rem 1rem;
    border: 1px solid #000;
    background-color: #fff;
    font-size: .875rem;
}

.cpt-tour-link a{
    word-break: break-word;
}
/*------------xl------------*/
@media (max-width: 1199px) {
    .swiper-top .swiper-slide img{
        height: 350px;
    }
    .ct_info{
        position: relative;
        bottom: -280px;
        left: 0;
        height: 100%;
        max-width: 100%;
        margin: 0 1.5rem;
        background-color: var(--white);
        z-index: 100;
    }
    .ct_info .btn{
        font-size: .75rem;
    }
    .ct_img{
        grid-template-columns: repeat(2,1fr);
    }
    .ct_img .ct_imgWrap p{
        font-size: .75rem;
    }
    .ct_tourDetail .left{
        border-bottom: 0;
        border-right: 1px solid #ccc;
    }
    .goTours {
        padding: 0 1rem 2rem !important;
    }
}
/*----------xl----------*/

/*------------lg------------*/
@media (max-width: 767px) {
    .ct_img{
        grid-template-columns: repeat(1,1fr);
    }
    .ct_img .ct_imgWrap{
        border-bottom: 1px solid #ccc;
        padding-bottom: 1rem;
    }

}
/*------------lg------------*/