﻿.thankyou_detail {
    background: #ffffff;
    box-shadow: 0px 0px 8px rgb(0,0,0,0.1);
    border-radius: 5px;
    padding: 20px;
}

.thankyou_img img {
    margin: 0 auto;
    padding-bottom: 20px;
}

.career_in_word h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 39px;
    text-align: center;
    padding-bottom: 20px;
}

.career_in_word p {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 20px;
    margin: 0;
}

.career_in_word a {
    margin: 0 auto;
    background: var(--btn-bg);
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

.date_news {
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 26px;
    color: rgba(0,0,0,.5);
}

.news_img_div {
    position: relative;
    margin-bottom: 35px;
    max-height: 500px;
    overflow: hidden;
}

    .news_img_div img {
        object-fit: cover;
        max-height: 500px;
        width: 100%;
    }

news_desctip_p {
    border-bottom: 1px solid #c3d4eb;
    padding-bottom: 24px;
    margin-bottom: 41px;
}

.news_desctip_p h2 {
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    color: #000;
    margin-bottom: 14px;
}

ul.related_tags {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 10px;
    overflow: auto;
}

    ul.related_tags li.active, ul.related_tags li:hover, ul.related_tags li a:hover {
        background: var(--btn-bg);
        color: #fff;
    }

    ul.related_tags li a {
        color: var(--active-menu);
        border: 1px solid var(--active-menu);
        line-height: 30px;
        display: block;
        padding: 0 15px;
        white-space: nowrap;
    }



.popular-post-selction img {
    height: 230px;
    object-fit: cover;
    width: 100% !important;
}

.popular-posts {
    padding: 20px 15px 16px 20px;
    background: #fff;
    box-shadow: 0 7px 8px rgb(0 0 0 / 11%);
    height: 140px;
    margin: -75px auto 0;
    position: relative;
    width: calc(100% - 55px);
    color: #000;
    margin-bottom: 35px;
}

    .popular-posts .popular-posts-trip-link {
        font-size: 12px;
        font-weight: 700;
        line-height: 18px;
        color: var(--active-menu);
        text-decoration-line: underline;
    }

p.popular-posts-info {
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    overflow: hidden;
    padding-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.image_s_block {
    width: 100%;
    max-height: calc(100vh - 275px);
    /*min-height: 550px;*/
    object-fit: cover;
    object-position: center;
    filter: brightness(0.8);
    animation: scale 40s linear infinite;
}


@keyframes scale {
    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.search-heading {
    text-align: center;
    position: absolute;
    margin: 0 auto;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    width: calc(100% - 20px);
    text-transform: capitalize;
}

    .search-heading .db-text {
        color: #fff;
        font-size: 35px;
        line-height: 56px;
        font-weight: 600;
        margin: 0;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .search-heading .sub-title {
        color: #fff;
        font-size: 20px;
        line-height: 56px;
        font-weight: 500;
    }


/*banner title*/
.banner_block {
    overflow: hidden;
    padding: 40px 0;
}

.banner_name h2 {
    font-size: 36px;
    margin: 0;
    line-height: 44px;
    font-weight: 600;
    color: var(--all-text-main);
}

.banner_name p {
    color: var(--all-text-sub);
}

.banner_name {
    margin-bottom: 25px;
}

.owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
}

.angle-left {
    width: 38px;
    height: 38px;
    background-position: -2px -84px;
    display: block;
    margin-right: 10px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
    border-radius: 50%;
}

.angle-right {
    width: 38px;
    height: 38px;
    background-position: -56px -84px;
    display: block;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
    border-radius: 50%;
}

/*news banner*/
a.news_block {
    display: flex;
    column-gap: 10px;
    border: 1px solid var(--border-color);
    padding: 10px;
}

.news_img img {
    min-width: 100px;
    height: 95px;
    object-fit: cover;
    max-width: 100px;
}

.news_img {
    flex-shrink: 0;
    overflow: hidden;
}

.news_con h4 {
    color: var(--all-text-main);
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_con {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.news_des {
    display: flex;
    justify-content: space-between;
}

.tag {
    line-height: 23px;
    padding: 0 15px;
    background: #BADDE7;
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
    max-width: 115px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: var(--other-bg);
}

.news_date {
    display: flex;
    align-items: center;
    padding-left: 25px;
    position: relative;
    color: var(--all-text-main);
    font-weight: 600;
    font-size: 14px;
}

.news_date_i {
    width: 18px;
    height: 19px;
    background-position: -207px -42px;
    position: absolute;
    left: 0;
}

/*covid*/
.covid_block {
    display: flex;
    justify-content: space-between;
    background: var(--other-bg-light);
    padding: 0px 0px 0px 50px;
    align-items: center;
    column-gap: 10px;
}

    .covid_block img {
        width: 100%;
        height: 100%;
        max-width: 275px;
        max-height: 171px;
    }

.covide_text h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: var(--all-text-main);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.covide_text a {
    background: var(--btn-bg);
    color: #fff;
    line-height: 30px;
    display: inline-block;
    padding: 0 15px;
    font-weight: 600;
    font-size: 14px;
}


/*best*/
.best-bg-light {
    background: var(--other-bg-light);
    padding: 50px 0;
}

a.best_block {
    display: block;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #CCEEF9;
    position: relative;
}

    a.best_block img {
        width: 100%;
        height: 295px;
        object-fit: cover;
    }

    a.best_block .best_text {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        min-height: 62px;
        padding: 10px 5px;
        width: calc(100% - 40px);
        top: 50%;
        transform: translate(-0%, -50%);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    a.best_block div > span {
        color: #fff;
        z-index: 1;
        font-weight: bold;
        font-size: 18px;
        line-height: 22px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    a.best_block .best_text:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        backdrop-filter: blur(16px);
        opacity: 0.8;
        background-color: var(--btn-bg);
        z-index: -1;
    }

/*temes*/
a.theme_block {
    display: block;
    overflow: hidden;
}

    a.theme_block img {
        width: 100%;
        height: 190px;
        object-fit: cover;
    }

    a.theme_block .theme_text {
        line-height: 50px;
        text-align: center;
        font-weight: 600;
        font-size: 18px;
        color: var(--all-text-main);
        background: var(--other-bg-light);
        white-space: nowrap;
        padding: 0 10px;
        overflow: hidden;
    }

        a.theme_block .theme_text span {
            max-width: 100%;
            white-space: nowrap;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
        }

/*trending*/
.trending_block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.trending_img img {
    width: 100%;
    min-height: 500px;
    max-height: 500px;
    object-fit: cover;
}

.trending_text {
    width: 27%;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    flex: auto;
    z-index: 1;
    margin-left: 5px;
    padding: 32px 25px;
    overflow: hidden;
    position: relative;
}

.trending_img {
    width: 73%;
    margin-left: -100px;
}

.trending_text h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    margin-top: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.trending_text p {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.trending_text:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    backdrop-filter: blur(20px);
    opacity: 0.8;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: -1;
}

.trending_text a {
    background: var(--btn-bg);
    color: #fff;
    line-height: 30px;
    display: inline-block;
    padding: 0 15px;
    font-weight: 600;
    font-size: 14px;
}

.trending_nav .owl-nav {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
}


/*hotel product*/
a.hotel_p_block {
    display: block;
}

    a.hotel_p_block img {
        height: 190px;
        object-fit: cover;
    }

.hotel_d_text {
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 15px 10px 15px 10px;
}

    .hotel_d_text h4 {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: var(--all-text-main);
        margin-top: 0;
        white-space: nowrap;
        max-width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.hotel_s_d {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

span.hotel_star {
    color: #FFB433;
    font-size: 14px;
}

.hotel_date {
    display: flex;
    align-items: center;
    padding-left: 25px;
    position: relative;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: var(--all-text-main);
    display:none;
}

span.common_icon.hotel_d_icon {
    width: 18px;
    height: 19px;
    background-position: -207px -42px;
    position: absolute;
    left: 0;
}

.fa-star:before {
    content: "\f005";
}

#hotel_p_pattern .item {
    max-height: 265px;
    min-height: 265px;
}

    #hotel_p_pattern .item img {
        max-height: 175px;
        min-height: 175px;
    }


/* tour product */
a.tour_p_block img {
    height: 225px;
    object-fit: cover;
}

a.tour_p_block {
    display: block;
    position: relative;
    margin: 10px;
}



    #tour_p_pattern_v1 .item img, #tour_p_pattern_v2 .item img, #tour_p_pattern_v3 .item img, #tour_p_pattern_v4 .item img, #tour_p_pattern_v5 .item img, #tour_p_pattern_v6 .item img, #tour_p_pattern_v7 .item img, #tour_p_pattern_v8 .item img, #tour_p_pattern_v9 .item img, #tour_p_pattern_v10 .item img, #tour_p_pattern_v11 .item img, #tour_p_pattern_v12 .item img, #tour_p_pattern_v13 .item img, #tour_p_pattern_v14 .item img, #tour_p_pattern_v15 .item img {
        max-height: 175px;
        min-height: 175px;
    }

.tour_d_text {
    position: relative;
    padding: 10px;
    background: #fff;
    color: #fff;
    min-height: 65px;
}

    .tour_d_text h4 {
        font-weight: bold;
        font-size: 18px;
        line-height: 22px;
        color: #000;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin: 0;
    }

.tour_avail {
    position: absolute;
    top: 5px;
    padding: 5px 15px;
    background: var(--btn-bg);
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    left: -10px;
    z-index: 1;
    display:none;
}

    .tour_avail::after {
        content: "";
        border-top: 10px solid var(--btn-bg);
        border-left: 10px solid transparent;
        position: absolute;
        bottom: -10px;
        left: 0;
    }

/*package banner*/
a.package_block {
    overflow: hidden;
    display: block;
    position: relative;
}

    a.package_block img {
        width: 100%;
        height: 260px;
        object-fit: cover;
    }

.p_detail {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    color: #fff;
    margin: 0 auto;
    padding: 65px 15px 10px 15px;
    text-align: center;
    height: 150px;
}

    .p_detail h3 {
        white-space: nowrap;
        overflow: hidden;
        max-width: 100%;
        text-overflow: ellipsis;
        margin-top: 0;
    }

.p_date {
    background: var(--btn-bg);
    color: #fff;
    line-height: 30px;
    display: inline-block;
    padding: 0 15px;
    font-weight: 600;
    font-size: 14px;
}

.pkg_banner .owl-nav {
    right: 15%;
}

/*transfer banner*/
a.tranfer_block {
    display: flex;
    column-gap: 10px;
    border: 1px solid var(--border-color);
}

.car_img img {
    height: 125px;
    width: 120px;
    object-fit: cover;
}

.transfer_d {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    padding: 10px 10px 0px 0;
}

.from_to b {
    text-decoration: underline;
    color: var(--btn-bg);
}

.from_to span {
    color: var(--all-text-main);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
    font-size: 16px;
}

.from_to {
    line-height: 22px;
}


/* rent car */
a.rent_block {
    display: block;
    position: relative;
}

    a.rent_block img {
        width: 100%;
        height: 270px;
        object-fit: cover;
    }

.rent_text {
    position: relative;
    bottom: 20px;
    width: calc(100% - 35px);
    margin: 0 auto;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
    line-height: 40px;
    font-weight: 600;
    font-size: 18px;
    color: var(--all-text-main);
    overflow: hidden;
    padding: 0 10px;
}

    .rent_text span {
        white-space: nowrap;
        overflow: hidden;
        max-width: 100%;
        text-overflow: ellipsis;
        display: block;
    }

/*quick banner*/
a.quick_block {
    display: block;
    margin: 0 auto;
}

.quick_circle {
    width: 122px;
    height: 122px;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
}

.img-hover.quick_circle img {
    margin: 0 auto;
    object-fit: contain;
    border: 5px solid white;
}

.quick_text {
    position: relative;
    width: calc(100%);
    margin: 0 auto;
    text-align: center;
    background: #fff;
    line-height: 40px;
    font-weight: 600;
    font-size: 18px;
    color: var(--all-text-main);
    overflow: hidden;
    padding: 0px;
}

    .quick_text span {
        white-space: nowrap;
        overflow: hidden;
        max-width: 100%;
        text-overflow: ellipsis;
        display: block;
    }
/* blog banner */
a.blog_block {
    display: flex;
    align-items: center;
}

.blog_img img {
    width: 200px;
    height: 152px;
    object-fit: cover;
    max-width: 200px;
}

.blog_img {
    flex-shrink: 0;
    z-index: 1;
}

.blog_con {
    background: #FFFFFF;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
    padding: 25px 10px 18px 95px;
    margin-left: -80px;
    flex: 1;
    z-index: 0;
    display: flex;
    flex-direction: column;
    /* row-gap: 8px; */
}

    .blog_con h4 {
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        color: var(--all-text-main);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 0;
        min-height: 44px;
    }

    .blog_con p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: var(--all-text-sub);
        font-size: 14px;
        line-height: 17px;
        min-height: 50px;
    }

.blog_des {
    display: flex;
    justify-content: flex-start;
    column-gap: 20px;
}

.blog_tag {
    line-height: 23px;
    padding: 0 15px;
    background: #BADDE7;
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
    max-width: 115px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: var(--other-bg);
}

.blog_date {
    display: flex;
    align-items: center;
    padding-left: 25px;
    position: relative;
    color: var(--all-text-main);
    font-weight: 600;
    font-size: 14px;
}

.blog_date_i {
    width: 18px;
    height: 19px;
    background-position: -207px -42px;
    position: absolute;
    left: 0;
}


/*img hover*/
.img-hover {
    overflow: hidden;
}

    .img-hover img {
        transition: all 0.4s;
    }

.best_block:hover img, .theme_block:hover img, .hotel_p_block:hover img, .tour_p_block:hover img, .package_block:hover img, .tranfer_block:hover img, .rent_block:hover img, .blog_block:hover img {
    transform: scale(1.1);
    filter: brightness(0.7);
}

@media (max-width:1199px) {
    .search-heading .sub-title {
        line-height: 26px;
    }
}

@media (max-width:991px) {

    /*.banner_block {
        padding: 10px 0;
    }*/
}

@media (max-width:767px) {

    .image_s_block {
        /*max-height: 150px;*/
        min-height: 150px;
    }

    .search-heading .db-text {
        font-size: 18px;
        line-height: normal;
    }

    .search-heading .sub-title {
        font-size: 14px;
        line-height: normal;
    }

    .search-heading {
        top: 40%;
    }

    .best-bg-light {
        padding: 20px 0;
    }

    .banner_name {
        margin-bottom: 10px;
        max-width: 85%;
    }

        .banner_name h2 {
            font-size: 16px;
            line-height: 25px;
        }

        .banner_name p {
            font-size: 12px;
        }

    .owl-nav, .pkg_banner .owl-nav {
        top: -70px;
        right: -15px;
        transform: scale(0.7);
    }

    .news_con h4, a.best_block div > span, .hotel_d_text h4, a.theme_block .theme_text, .tour_d_text h4, .p_detail h3, .rent_text, .quick_text, .blog_con h4, .from_to span, .trending_text h3 {
        font-size: 14px;
    }

    .news_date, .blog_con p, .p_date, .trending_text p {
        font-size: 12px;
    }

    .covid_block {
        padding: 0px 0px 10px 10px;
        flex-direction: column;
    }

    .covide_text h3 {
        font-size: 16px;
        line-height: 25px;
        margin-top: 10px;
    }

    .covid_block img {
        display: none;
    }

    .trending_img img {
        min-height: auto;
        max-height: 500px;
        object-fit: cover;
    }

    .trending_block {
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
    }

    .trending_text h3 {
        line-height: 25px;
    }

    .trending_text {
        width: calc(100% - 18px);
        padding-left: 10px;
        margin-left: 0;
        margin-top: 10px;
    }

    .trending_img {
        width: 100%;
        margin-top: -115px;
        margin-left: 0px;
    }

    .blog_img {
        flex-shrink: inherit;
    }
}
