﻿.ru-f-1 {
    transform: translateX(-20px) !important;
}

.p-btn-book {
    position: fixed;
    right: 15px;
    bottom: 50px;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.list-cate-img-service-h {
    padding-top: 30px;
    padding-bottom: 10px;
    background: #f2f2f2;
}

.item-img-cate-service a img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.35s ease-in-out;
}

.item-img-cate-service:hover a img {
    transform: scale(1.2) rotate(3deg);
}

.item-title-cate-ser {
    position: absolute;
    left: 0;
    bottom: 17px;
    width: 100%;
    text-align: center;
}

.item-img-cate-service a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}

    .item-img-cate-service a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #ffffff1a;
        opacity: 0;
        z-index: 1;
        transition: all .5s ease-out 0s;
    }

    .item-img-cate-service a:hover::before {
        opacity: 1;
        top: 50%;
        bottom: 50%;
    }

    .item-img-cate-service a:after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: "";
        background: #ffffff1a;
        opacity: 0;
        z-index: 1;
        transition: all .5s ease-out 0s;
    }

    .item-img-cate-service a:hover::after {
        opacity: 1;
        left: 50%;
        right: 50%;
    }

.item-title-cate-ser h3 {
    margin: 0;
    display: inline-flex;
    font-size: 17px;
    color: #151515;
    font-family: 'Montserrat-SemiBold';
    padding: 13px 19px;
    background: rgb(255 255 255 / 80%);
    border-radius: 10px;
}

.item-img-cate-service a:hover .item-title-cate-ser h3 {
    background: #ff000070;
    color: #fff;
}

.p-btn-book::before {
    content: attr(title);
    position: absolute;
    left: calc(100% + 7px);
    white-space: nowrap;
    background-color: var(--default-color-1);
    border-radius: 55px;
    color: #fff;
    font-size: 13px;
    padding: 4px 10px;
    font-family: 'interM';
    pointer-events: none;
    animation: forbook ease alternate 1s infinite;
    display: none;
}

.mini-banner-home img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes forbook {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.p-btn-book img {
    width: 180px;
}

.p-car-img .icon-new {
    position: absolute;
    top: 4px;
    left: 15px;
    width: 20px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-28deg);
    display: none;
}

    .p-car-img .icon-new img {
        width: 46px;
        height: unset;
        transform: scale(1) !important;
        animation: foriconnew 1s alternate infinite;
    }

@keyframes foriconnew {
    0% {
        opacity: 1;
        width: 48px;
    }

    50% {
        opacity: .5;
        width: 46px;
    }

    100% {
        opacity: 1;
        width: 48px;
    }
}

.p-new-list {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: 29px;
    row-gap: 29px;
}

section a {
    display: inline-block;
    color: var(--default-color);
}

.sub-product-wrap {
}

.sub-product-item {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #33333314;
}

.sub-cate-list {
    padding: 12px 12px;
}

    .sub-cate-list .drop {
        /* margin-top: 10px; */
    }

        .sub-cate-list .drop a:hover {
            color: var(--default-color-1);
        }

        .sub-cate-list .drop a {
            display: block;
            color: #333;
            font-size: 15px;
            padding: 6px 19px;
            position: relative;
            display: flex;
            align-items: center;
            line-height: 150%;
            border-bottom: 1px dashed #33333336;
            transition: all .3s;
        }

            .sub-cate-list .drop a span {
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                display: -webkit-box;
            }

            .sub-cate-list .drop a::before {
                content: '';
                position: absolute;
                width: 5px;
                height: 5px;
                border-radius: 50%;
                background-color: #ff000059;
                left: 6px;
                top: 13px;
            }

.sub-cate-item:first-child {
    margin-top: 0;
}

.sub-cate-item {
    display: block;
}

    .sub-cate-item:hover h3 {
        color: var(--default-color-2);
    }

    .sub-cate-item:last-child {
        margin-bottom: 0;
    }

        .sub-cate-item:last-child .text {
            border-bottom: 0;
        }

    .sub-cate-item .text {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #3333330d;
        padding: 10px 6px;
    }

    .sub-cate-item .stt {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: var(--default-color-2);
        font-size: 15px;
        width: 15px;
    }

    .sub-cate-item .title {
        text-transform: capitalize;
        flex: 1;
        color: #333333d4;
        font-family: 'interM';
        font-size: 15px;
        padding-left: 6px;
        margin: 0;
        transition: all .3s;
        font-weight: 100;
    }

.sub-product-item_img {
    height: 97px;
    border-radius: 5px;
    overflow: hidden;
    width: 125px;
}

.sub-product-item_content {
    flex: 1;
    padding: 0 10px;
    padding-right: 0;
}

.sub-product-item:hover .sub-product-item_title {
    color: var(--default-color-1);
}

.sub-product-btn:hover {
    opacity: .7;
}

.sub-product-btn {
    font-size: 13px;
    background-color: var(--default-color-1);
    color: #fff;
    padding: 7px 10px;
    line-height: 100%;
    width: max-content;
    margin-top: 8px;
    display: block;
    text-align: center;
    transition: all .3s;
    border-radius: 50px;
}

.sub-product-item_descript {
    display: block;
    font-family: 'interM';
    font-size: 13px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: left;
    display: none;
}

.sub-product-item_title {
    width: 100%;
    color: var(--default-color-2);
    );
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: all .3s;
    line-height: 148%;
    font-family: 'Montserrat-SemiBold';
}

.p-new-item {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

    .p-new-item:last-child {
        margin-bottom: 0;
    }

.sub-product-wrap {
    height: 496px;
    /* padding: 12px; */
}

.right-sub-form {
    padding-top: 2px;
}

.sub-product-wrap.full {
    height: fit-content;
}

.sub-product-wrap .swiper {
    height: 100%;
}

.sub-product-wrap .swiper-slide {
    height: fit-content;
}

.p-new-img {
    height: 142px;
    position: relative;
    width: 250px;
    border-radius: 10px;
    overflow: hidden;
}

    .p-new-img:hover img {
        transform: scale(1.02);
    }

    .p-new-img img {
        width: 100%;
        height: 100%;
        display: block;
        transition: all .3s;
    }

    .p-new-img .sub-date {
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: var(--default-color);
        width: 125px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        clip-path: path("M0 28L19.4388 1.23698C20.0033 0.459872 20.9057 0 21.8661 0H125V28H0Z");
    }

        .p-new-img .sub-date img {
            width: 14px;
            height: unset;
            margin-left: 16px;
        }

        .p-new-img .sub-date span {
            color: #FFFFFF;
            font-size: 14px;
            margin-left: 7px;
            display: block;
        }

.p-new-content {
    flex: 1;
    padding-left: 17px;
}

    .p-new-content h3 {
        margin: 0;
        position: relative;
        text-align: justify;
    }

        .p-new-content h3 span {
            color: #3A3A39;
            line-height: 138.7%;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            font-size: 16px;
            font-family: 'Montserrat-Bold';
            transition: all .3s;
        }

            .p-new-content h3 span:hover {
                color: var(--default-color-1)
            }

.p-new-options {
    display: flex;
    align-items: center;
    margin-top: 4px;
}

    .p-new-options .options-item img {
    }

    .p-new-options .options-item span {
        color: #797978;
        font-size: 13px;
        font-family: 'interL';
        margin-left: 3px;
        line-height: 138.7%;
    }

    .p-new-options .options-item {
        margin-right: 24px;
    }

        .p-new-options .options-item:last-child {
            margin-right: 0;
        }

.p-new-content .descript {
    color: #434343;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    text-align: justify;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-weight: 100;
    font-family: 'Montserrat-Medium';
    line-height: 135%;
}

.p-car-more {
    width: fit-content;
    border-radius: 43px;
    display: block;
    margin: 0 auto;
    color: #fff;
    background: var(--default-color-1);
    font-size: 16px;
    line-height: 150%;
    padding: 0 22px;
    padding-bottom: 8px;
    padding-top: 7px;
    margin-top: 31px;
    transition: all .3s;
}

    .p-car-more:hover {
        opacity: .7;
    }

    .p-car-more span {
    }

    .p-car-more i {
        font-size: 13px;
        margin-left: 2px;
    }

.video-booking {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000b8;
    z-index: 9999999999999999999999999999999999;
    opacity: 0;
    pointer-events: none;
    transition: all linear .3s;
}

    .video-booking .container {
        padding: 0 !important;
    }

    .video-booking.show {
        opacity: 1;
        pointer-events: all;
    }

    .video-booking .container {
        border: 5px solid var(--default-color);
        box-sizing: border-box;
    }

.icon-header-top-language {
    width: 16px;
    height: 16px;
}

.pro-heading h3 img {
    position: absolute;
    background: url(../Design/img/sp-khac_08.png);
    left: 0;
    background-repeat: no-repeat !important;
    display: none;
}

.mySwiper3 .grid.wide {
    position: absolute;
    top: 0;
}

.mySwiper3 .swiper-button-prev {
    cursor: pointer;
    color: #4f4f4f;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-weight: bold;
    transition: all linear .2s;
    transform: translateX(0px) !important;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #33333370;
    pointer-events: all;
    cursor: pointer;
}

.mySwiper3:hover .swiper-button-prev {
    opacity: 1;
    transform: translateX(70px);
}

    .mySwiper3:hover .swiper-button-prev::after {
        margin-right: 3px;
    }

.mySwiper3:hover .swiper-button-next::after {
    margin-left: 3px;
}

.mySwiper3 .swiper-button-prev:hover {
    color: #fff;
    background-color: var(--default-color);
}

.mySwiper3 .swiper-button-next:hover {
    color: #4f4f4f;
    background-color: var(--default-color);
}

.mySwiper3 .swiper-button-prev:hover::after {
    color: #fff;
}

.mySwiper3 .swiper-button-next:hover::after {
    color: #fff;
}

.mySwiper3:hover .swiper-button-next {
    opacity: 1;
    transform: translateX(-70px);
}

.mySwiper3 .swiper-button-prev:after {
    font-size: 20px;
}

.mySwiper3 .swiper-button-next {
    color: #4f4f4f;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-weight: bold;
    transition: all linear .2s;
    transform: translateX(0px) !important;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #33333370;
    pointer-events: all;
    cursor: pointer;
}

    .mySwiper3 .swiper-button-next:after {
        font-size: 20px;
    }

.no-data {
    font-size: 16px;
    color: #4f4f4f;
    font-weight: bold;
}

    .no-data.show {
        display: block;
        padding: 15px 0;
    }

.no-datas {
    font-size: 16px;
    display: block;
    padding: 10px;
    color: var(--default-color-1);
    opacity: .8;
    font-weight: 100;
    font-family: interSB;
}

.bread-cum {
    width: 100%;
    height: 33px;
    background-color: #1b5451;
    display: none;
}

    .bread-cum .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        flex-wrap: wrap;
    }

        .bread-cum .container p {
            position: relative;
            margin: 0 8px;
            width: 3px;
            height: 3px;
            border-radius: 50%;
            background-color: #fff;
        }

        .bread-cum .container a {
            font-size: 12px;
            color: #fff;
            text-transform: capitalize;
            padding: 4px 10px;
            transition: all .3s;
        }

            .bread-cum .container a:hover {
                background-color: #fff;
                border-radius: 55px;
            }

            .bread-cum .container a:hover {
                color: var(--default-color-2);
            }

        .bread-cum .container i {
            color: #fff;
            font-size: 13px;
            padding: 0 7px;
            transform: translateY(1px);
        }

            .bread-cum .container i:last-child {
                display: none;
            }

/* hot tt */

.right-sub .hot-tt {
    margin-top: 50px;
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    border-top-left-radius: 0;
    border: 1px solid #33333317;
}

    .right-sub .hot-tt:first-child {
        margin-top: 0;
    }

    .right-sub .hot-tt .heading {
        color: #fff;
        font-size: 14px;
        font-family: 'Montserrat-SemiBold';
        background-color: var(--default-color-1);
        border-radius: 3px;
        padding: 8px 16px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        position: absolute;
        z-index: 3;
        bottom: 100%;
        width: fit-content;
    }

.right-sub .banner-top {
    overflow: hidden;
}

    .right-sub .banner-top a {
        width: 100%;
        height: 100%;
        display: block;
    }

        .right-sub .banner-top a img {
            border-radius: 20px;
        }

.right-sub .hot-tt .content {
    padding: 5px 6px;
    border: 1px solid #dadde12b;
}

    .right-sub .hot-tt .content .item {
        overflow: hidden;
        padding: 8px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #33333321;
    }

        .right-sub .hot-tt .content .item:last-child {
            border-bottom: unset;
        }

    .right-sub .hot-tt .content .item-dv {
        padding: 6px 12px;
        border-bottom: 1px solid #33333321;
        border-radius: unset;
    }

        .right-sub .hot-tt .content .item-dv:last-child {
            border-bottom: 0;
        }

    .right-sub .hot-tt .content .item .img {
        position: relative;
        height: 90px;
        width: 34%;
        overflow: hidden;
    }

        .right-sub .hot-tt .content .item .img img {
            transition: all .3s;
            border-radius: 6px;
        }

        .right-sub .hot-tt .content .item .img:hover img {
            transform: scale(1.1);
        }

        .right-sub .hot-tt .content .item .img .decor {
            position: absolute;
            background-color: rgba(0, 0, 0, 0.534);
            width: 100%;
            height: 100%;
            -webkit-transform: scale(.1);
            -ms-transform: scale(.1);
            transform: scale(.1);
            opacity: 0;
            z-index: 2;
            -webkit-transition: all ease-in-out .4s;
            -o-transition: all ease-in-out .4s;
            transition: all ease-in-out .4s;
            color: #fff;
            font-size: 24px;
        }

        .right-sub .hot-tt .content .item .img:hover .decor {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }

    .right-sub .hot-tt .content .item .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 10px;
    }

    .right-sub .hot-tt .content .item-dv .text {
        padding-left: 0;
    }

    .right-sub .hot-tt .content .item .text .title {
        font-size: 14px;
        line-height: 148%;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        font-family: 'Montserrat-SemiBold';
        -webkit-box-orient: vertical;
        color: #000000;
        display: -webkit-box;
        -webkit-transition: all ease .3s;
        -o-transition: all ease .3s;
        transition: all ease .3s;
        text-transform: capitalize;
    }

    .right-sub .hot-tt .content .item-dv .text .title {
        font-size: 14px;
    }

    .right-sub .hot-tt .content .item .text .title:hover {
        color: var(--default-color-1);
    }

    .right-sub .hot-tt .content .item .text .descrip {
        font-size: 13px;
        color: #616161;
        font-family: 'Montserrat-Medium';
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        padding-top: 7px;
        line-height: 152%;
    }

        .right-sub .hot-tt .content .item .text .descrip p {
            margin: 0;
        }

.pager {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    flex-wrap: wrap;
}

    .pager span {
        color: #fff;
        margin: 0 5px;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        background-color: var(--default-color-2);
        border-radius: 50%;
    }

    .pager a {
        color: var(--default-color);
        margin: 5px;
        opacity: .8;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--default-color-1);
        border-radius: 50%;
        color: #fff;
        font-size: 16px;
    }

        .pager a:hover {
            text-decoration: underline;
            opacity: 1;
        }

.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 45px;
    background-color: var(--default-color);
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    z-index: 99999;
    font-size: 24px;
    opacity: 0;
    transition: all linear .3s;
}

    .back-to-top.show {
        opacity: 1;
    }

.zalo {
    position: fixed;
    right: 25px;
    bottom: 82px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    z-index: 999;
    background-color: #0A7CFF;
}

    .zalo img {
        position: relative;
        z-index: 2;
        width: 71%;
    }

.message .icon {
    position: fixed;
    right: 25px;
    bottom: 154px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0A7CFF;
}

    .message .icon img {
        width: 70%;
        height: 70%;
        pointer-events: none;
    }

.message .content {
    position: fixed;
    right: 15px;
    opacity: 0;
    pointer-events: none;
    z-index: 999;
    bottom: 69px;
    transition: all ease .3s;
}

    .message .content.show {
        opacity: 1;
        pointer-events: all;
        right: 84px;
    }

.hotline-phone-ring-wrap {
    position: fixed;
    bottom: -20px;
    right: -6px;
    z-index: 9999999;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    display: flex;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-circle {
    width: 70px;
    height: 70px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 60px;
    height: 60px;
    /* top: 25px; */
    /* left: 25px; */
    position: absolute;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

/*hot line*/

.hotline-phone-ring-img-circle {
    background-color: #e60808;
    width: 45px;
    height: 45px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .hotline-phone-ring-img-circle .pps-btn-img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        color: #fff;
        display: flex;
    }

        .hotline-phone-ring-img-circle .pps-btn-img img {
            width: 20px;
            height: 20px;
        }

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

/*for list product*/
.pro-heading {
    position: relative;
    background-color: #fff;
    display: flex;
    height: 49px;
    align-items: center;
    border-bottom: 2px solid var(--default-color-1);
    );
    justify-content: space-between;
    margin-bottom: 20px;
}

    .pro-heading h3 {
        background-color: var(--default-color-1);
        height: 100%;
        );
        font-size: 18px;
        font-family: interSB;
        border-top-right-radius: 10px;
        color: #fff;
        padding: 0 22px;
        margin: 0;
    }

    .pro-heading .cate {
        position: relative;
        height: 100%;
        font-size: 15px;
        overflow: hidden;
        font-family: interSB;
    }

        .pro-heading .cate .decor {
            position: absolute;
            border-width: 5px 6px;
            border-style: solid;
            border-color: transparent transparent #fff transparent;
            z-index: 3;
            left: 0;
            bottom: -100%;
            opacity: 0;
            transition: all ease .3s;
            pointer-events: none;
        }

        .pro-heading .cate:hover .decor.end {
            bottom: -100%;
            opacity: 0;
        }

        .pro-heading .cate:hover .decor {
            bottom: 0;
            opacity: 1;
        }

        .pro-heading .cate a:hover {
            color: #fff;
        }

        .pro-heading .cate a {
            position: relative;
            color: #333333b8;
            display: inline-block;
            height: 100%;
            padding: 15px 15px;
            float: left;
            overflow: hidden;
        }

            .pro-heading .cate a span {
                position: relative;
                z-index: 1;
            }

            .pro-heading .cate a:hover::before {
                bottom: 0;
            }

            .pro-heading .cate a::before {
                content: '';
                position: absolute;
                background-color: var(--default-color-1);
                width: 100%;
                height: 100%;
                bottom: 100%;
                left: 0;
                transition: all ease .3s;
            }

            .pro-heading .cate a.more::before {
                display: none;
            }

            .pro-heading .cate a.more {
                position: relative;
                color: transparent;
            }

                .pro-heading .cate a.more:hover {
                    transform: scale(1.1);
                }

                .pro-heading .cate a.more:before {
                    content: '';
                }

                .pro-heading .cate a.more span {
                    transition: all ease .3s;
                }

                .pro-heading .cate a.more:hover span:nth-child(1) {
                    transform: skewX(10deg) translateX(-2px);
                }

                .pro-heading .cate a.more:hover span:nth-child(2) {
                    transform: skewX(10deg) translateX(2px);
                }

                .pro-heading .cate a.more span:nth-child(1) {
                    position: absolute;
                    color: #4f4f4f;
                    height: calc(11px);
                    overflow: hidden;
                    display: block;
                    width: 100%;
                    top: 15px;
                    z-index: 3;
                    background-color: var(--default-color);
                    background-color: #fff;
                }

                .pro-heading .cate a.more .decor-arrow {
                    position: absolute;
                    width: 66%;
                    height: 2px;
                    left: -30%;
                    top: 25px;
                    z-index: 4;
                    background-color: #4f4f4f;
                    opacity: 0;
                    transition: all ease .2s;
                }

                    .pro-heading .cate a.more .decor-arrow::after {
                        content: '\f0da';
                        font-family: FontAwesome;
                        position: absolute;
                        left: 47px;
                        color: #4f4f4f;
                        font-size: 14px;
                        top: -6px;
                        transition: all ease .2s;
                    }

                .pro-heading .cate a.more:hover .decor-arrow {
                    left: 15px;
                    opacity: 1;
                }

                .pro-heading .cate a.more span:nth-child(2) {
                    position: absolute;
                    color: #4f4f4f;
                    overflow: hidden;
                    display: block;
                    bottom: 13px;
                }

.gm {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: fixed;
    right: 25px;
    background-color: green;
    bottom: 261px;
    z-index: 999;
}

.icon-fix {
    z-index: 99999999;
    position: fixed;
}

.gm img {
    width: 75%;
    height: 75%;
    position: absolute;
    z-index: 2;
    border-radius: 50%;
}

.gm .decor-1 {
    background-color: green;
}

.gm .decor-2 {
    border-color: green;
}

.icon-fix .decor-1 {
    position: absolute;
    width: 140%;
    height: 140%;
    border-radius: 50%;
    background-color: #0A7CFF;
    opacity: .4;
    animation: forDecor-1 linear 1s infinite;
    pointer-events: none;
}

.gm .decor-1 {
    background-color: green;
}

.icon-fix .decor-2 {
    position: absolute;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #0A7CFF;
    animation: forDecor-2 linear 1s infinite;
    transition-delay: 1s;
    pointer-events: none;
}

.gm .decor-2 {
    border-color: green !important;
}

.sub-name {
    position: absolute;
    left: 188px;
    color: #fff;
    font-family: plusB;
    font-size: 30px;
    text-transform: uppercase;
}

@keyframes forDecor-2 {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    100% {
        transform: scale(1.4);
        opacity: 1;
    }
}

@keyframes forDecor-1 {
    0% {
        transform: scale(1)
    }

    80% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1);
    }
}

.bookings {
    position: fixed;
    left: 18px;
    right: unset;
    background-color: var(--color-bg-dat-xe);
    opacity: 0;
    transform: translateX(-100%);
    transition: all linear .3s;
}

    .bookings.show {
        opacity: 1;
        transform: translateX(0);
    }

    .bookings .decor-1 {
        background-color: var(--color-bg-dat-xe);
    }

    .bookings .decor-2 {
        border-color: var(--color-bg-dat-xe);
    }

    .bookings .note {
        position: absolute;
        white-space: nowrap;
        left: 50%;
        color: #fff;
        background-color: var(--color-bg-dat-xe);
        padding-left: 40px;
        padding-right: 15px;
        height: 70%;
        opacity: 0;
        pointer-events: none;
        display: flex;
        align-items: center;
        justify-content: center;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        transition: all linear .2s;
    }

    .bookings:hover .note {
        opacity: 1;
        pointer-events: all;
    }

.btn-langs {
    position: fixed;
    width: 50px;
    display: none;
    height: 50px;
    border: 3px solid var(--default-color);
    border-radius: 50%;
    z-index: 9999;
    bottom: 5px;
    background-color: #ffffff96;
    left: 50%;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: all ease .3s;
}

    .btn-langs.active {
        opacity: 1;
        pointer-events: all;
    }

    .btn-langs::before {
        content: '';
        position: absolute;
        width: 135px;
        height: 135px;
        display: none;
    }

    .btn-langs:hover::before {
        display: block;
    }

    .btn-langs img {
        width: 80%;
        height: 80%;
    }

    .btn-langs .item {
        position: absolute;
        width: 40px;
        height: 40px;
        border: 1px solid var(--color-bg-dat-xe);
        border-radius: 50%;
        background-color: #ffffff96;
        transition: all linear .2s;
    }

        .btn-langs .item img {
            width: 80%;
            height: 80%;
        }

        .btn-langs .item:nth-child(2) {
            left: -45px;
            top: -30px;
            transform: translateX(-10px) translateY(-10px);
            opacity: 0;
            pointer-events: none;
        }

        .btn-langs .item:nth-child(3) {
            right: -45px;
            top: -30px;
            opacity: 0;
            transform: translateX(10px) translateY(-10px);
            pointer-events: none;
        }

        .btn-langs .item:nth-child(4) {
            top: -44px;
            width: 35px;
            height: 35px;
            opacity: 0;
            pointer-events: none;
            transform: translateY(-10px);
        }

    .btn-langs:hover .item {
        transform: translateX(0) translateY(0);
        opacity: .6;
        pointer-events: all;
    }

        .btn-langs:hover .item:nth-child(4) {
            opacity: 1;
        }

    .btn-langs .item:hover {
        opacity: 1;
    }

.whatsapp {
    bottom: 90px;
    background-color: green;
}

    .whatsapp .decor-1 {
        background-color: green;
    }

    .whatsapp .decor-2 {
        border-color: green;
    }

.p-cate {
    text-align: center;
    margin: 0;
    font-weight: 100;
    color: #fff;
    font-family: 'Montserrat-Medium';
    font-size: 20px;
    font-style: italic;
    margin-bottom: 24px;
}

.news.tour-list-child:before {
    content: "";
    position: absolute;
    background-image: url(/Design/img/AmiTaxi/3.png);
    background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 510px;
    pointer-events: none;
    z-index: -1;
}

.news.tour-list-child {
    position: relative;
    padding-top: 137px;
    padding-bottom: 65px;
}

    .news.tour-list-child .p-title {
        font-size: 36px;
    }

.p-title {
    font-family: 'Montserrat-ExtraBold';
    font-size: 50px;
    text-align: center;
    margin: 0;
    margin-bottom: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 16px;
    text-transform: uppercase;
    color: #fff;
}

.news.tour-list-child .p-title {
    font-family: 'Montserrat-ExtraBold';
    font-size: 50px;
    text-align: center;
    margin: 0;
    margin-bottom: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 16px;
    text-transform: uppercase;
    color: #fff;
}

.p-descript {
    display: block;
    max-width: 828px;
    margin: 0 auto;
    line-height: 150%;
    position: relative;
    z-index: 99;
    text-align: center;
    font-weight: 100;
    color: #fff;
    font-family: 'Montserrat-Medium';
    font-size: 20px;
    font-style: italic;
}

.p-trip-list {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 20px;
    row-gap: 20px;
}

.p-trip-item {
}

.p-trip-link {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 354px;
    display: block;
}

.p-trip-img {
    width: 100%;
    height: 100%;
}

    .p-trip-img img {
    }

.p-trip-content {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgb(255 255 255 / 80%);
    border-top-left-radius: 20px;
    padding: 20px 19px;
    padding-top: 16px;
    transition: all linear .2s;
}

    .p-trip-content h3 {
        margin: 0;
        font-family: 'plusB';
        font-size: 18px;
        color: #067BB4;
    }

    .p-trip-content section {
        color: #fff;
        font-family: 'plusM';
    }

        .p-trip-content section p {
            margin: 10px 0;
            font-size: 15px;
            color: #3A454C;
            transition: all linear .2s;
        }

            .p-trip-content section p:last-child {
                margin-bottom: 0;
            }

.p-trip-btn {
    position: absolute;
    right: 16px;
    width: 33px;
    height: 33px;
    background-color: #fff;
    border-radius: 50%;
    color: var(--default-color-1);
    bottom: 28px;
    transform: translateX(-30px);
    opacity: 0;
    transition: 0.6s cubic-bezier(.3,2,.3,1);
}

.p-trip-item:hover .p-trip-content {
    background-color: rgb(243 25 48 / 80%);
}

    .p-trip-item:hover .p-trip-content h3 {
        color: #fff;
    }

    .p-trip-item:hover .p-trip-content section p {
        color: #fff;
    }

.p-trip-item:hover .p-trip-btn {
    transform: translateX(0);
    opacity: 1;
}

.p-trip-btn i {
}

.p-car-list {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(4,minmax(0,1fr));
    column-gap: 29px;
    row-gap: 29px;
}

.p-car-item {
}

    .p-car-item:hover .p-car-img img {
        transform: scale(1.02);
    }

.p-car-img {
    height: 219.95px;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
    display: block;
    position: relative;
}

    .p-car-img img {
        width: 100%;
        height: 100%;
        transition: all .3s;
    }

.p-car-content {
    border-bottom-left-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4px 16.9px 0px rgba(125, 125, 125, 0.25);
    padding: 0 9px;
    padding-bottom: 14px;
    padding-top: 19px;
    border-bottom-right-radius: 5px;
}

.p-car-title {
    text-align: center;
    margin: 0;
    color: #4D4D4D;
    font-size: 20px;
    font-family: 'interSB';
    line-height: 158%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: all .3s;
    text-transform: uppercase;
}

    .p-car-title:hover {
        color: var(--default-color-1);
    }

.p-car-price {
    text-align: center;
    color: #EE512D;
    line-height: 150%;
    font-size: 20px;
    margin-top: 4px;
    font-family: 'interSB';
}

.p-car-hotline {
    display: block;
    text-align: center;
    color: #008F4F;
    font-family: interB;
    font-size: 20px;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 4px;
    padding-top: 3px;
    transition: all .3s;
}

    .p-car-hotline:hover {
        /* text-decoration: underline; */
        color: var(--default-color-1);
    }

.p-car-open:hover {
    opacity: .7;
}

.p-car-open {
    width: fit-content;
    margin: 0 auto;
    background-color: var(--default-color-3);
    font-family: interB;
    color: #fff;
    font-size: 15px;
    border-radius: 55px;
    padding: 5px 30px;
    margin-top: 14px;
    cursor: pointer;
    user-select: none;
    transition: all .3s;
    display: block;
}

.btn-booking {
    position: fixed;
    right: 18px;
    bottom: 354px;
    width: 66px;
    height: 66px;
    background-color: var(--swiper-theme-color);
    z-index: 999999999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-family: 'plusB';
    display: none;
}

    .btn-booking span {
        position: relative;
    }

.flatpickr-calendar {
    z-index: 9999999999999999999999999999999999999999999999999999 !important;
}

.banner-right.rs.show {
    opacity: 1;
    pointer-events: all;
}

.banner-right.rs {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 36%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999999999999999999;
    opacity: 0;
    transition: .2s;
    pointer-events: none;
}

/*list tag*/
.list-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

    .list-tag i {
        padding-right: 3px;
    }

    .list-tag a {
        white-space: nowrap;
        background-color: transparent;
        border: 1px solid var(--default-color);
        color: var(--default-color);
        padding: 6px 10px;
        border-radius: 3px;
        margin: 5px 4px;
        font-size: 13px;
        transition: all .3s;
    }

        .list-tag a:hover {
            background-color: var(--default-color);
            color: #fff;
        }

.p-service-swiper {
    overflow: hidden;
    padding: 15px;
    margin-top: 34px;
}

    .p-service-swiper .swiper {
        overflow: unset;
    }

.p-service-item {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    width: 100%;
    box-shadow: 0 0 10px #3333333b;
}

    .p-service-item:hover .p-service-img h3 {
        background-color: rgb(243 25 48 / 80%);
    }

.p-service-link {
    display: block;
    position: relative;
}

.p-service-img {
    overflow: hidden;
    height: 306px;
    position: relative;
    width: 100%;
}

.p-service-link:hover .p-service-img img {
    transform: scale(1.2);
}

.p-service-img img {
    transition: all linear .2s;
}

.p-service-img h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    background-color: rgb(0 125 198 / 80%);
    width: 100%;
    font-size: 17px;
    font-family: plusEB;
    color: #fff;
    padding: 17px 0;
    transition: all linear .2s;
}

    .p-service-img h3 span {
        padding: 0 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

.p-service-content {
    padding: 15px;
    padding-bottom: 7px;
}

    .p-service-content span {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        width: 100%;
        height: 52px;
        font-size: 16px;
        color: #5e5e5e;
        line-height: 26px;
    }

.p-service-btn {
    width: fit-content;
    font-size: 16px;
    color: #fff;
    background-color: var(--default-color-1);
    font-family: 'plusM';
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid var(--default-color-1);
    transition: all linear .2s;
    margin-top: 23px;
}

    .p-service-btn:hover {
        color: var(--default-color-1);
        background-color: transparent;
    }

.right-sub {
    width: 320px;
    float: left;
    height: fit-content;
}

.right-sub {
    margin-top: 33px;
}

    .right-sub .form-item {
        padding: 0 10px;
    }

        .right-sub .form-item .choice-drop.show {
            display: block;
        }
        /* width */
        .right-sub .form-item .choice-drop::-webkit-scrollbar {
            width: 5px;
        }

        /* Track */
        .right-sub .form-item .choice-drop::-webkit-scrollbar-track {
            background: transparent;
        }

        /* Handle */
        .right-sub .form-item .choice-drop::-webkit-scrollbar-thumb {
            background-color: var(--default-color-1);
            border-radius: 55px;
        }

        /* Handle on hover */

        .right-sub .form-item .choice-drop {
            position: absolute;
            top: 100%;
            z-index: 2;
            width: 100%;
            background-color: #fff;
            border: 1px solid #3333331a;
            box-shadow: 0 0 10px 0 #33333321;
            max-height: 250px;
            overflow-x: hidden;
            overflow-y: auto;
            display: none;
        }

        .right-sub .form-item .choice-item {
            transition: all .3s;
            cursor: pointer;
            font-size: 14px;
            color: #333;
            padding: 8px 12px;
            line-height: 162%;
        }

            .right-sub .form-item .choice-item:hover {
                background-color: var(--default-color-1);
                color: #fff;
            }

        .right-sub .form-item.choice input {
            pointer-events: none;
        }

        .right-sub .form-item.choice {
            cursor: pointer;
            position: relative;
            user-select: none;
        }

            .right-sub .form-item.choice .form-content {
                pointer-events: none;
            }

    .right-sub .form-content img {
        position: absolute;
        right: 0;
    }

    .right-sub .form-content {
        position: relative;
        height: 40px;
        margin: 8px 0;
        border: 1px solid #3333331a;
        display: flex;
        align-items: center;
        border-radius: 55px;
    }

        .right-sub .form-content .span {
        }

        .right-sub .form-content input {
            border: none;
            outline: none;
            width: 100%;
            height: 100%;
            padding: 0 16px;
            color: #333;
            font-size: 14px;
            background-color: transparent;
        }

        .right-sub .form-content .error-contact {
            position: absolute;
            color: transparent !important;
            !i;
            !;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none;
            border-bottom: 1px solid #ff00004f;
            border-radius: 55px;
            box-shadow: 0 0 5px 0 #ff00001f;
        }

        .right-sub .form-content .choice-drop {
        }

        .right-sub .form-content .choice-item {
        }

    .right-sub .form-captcha {
    }

        .right-sub .form-captcha input {
            border: none;
            outline: none;
            width: 100%;
            height: 100%;
            padding: 0 11px;
            color: #333;
            font-size: 14px;
        }

        .right-sub .form-captcha .tops {
        }

        .right-sub .form-captcha img {
        }

    .right-sub .form-capcha-title {
    }

    .right-sub .form-item.full {
    }

    .right-sub .sidebar-btn {
        background-color: var(--default-color-2);
        color: #fff;
        font-size: 17px;
        font-family: 'interSB';
        padding: 12px 0px;
        transition: all .3s;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

        .right-sub .sidebar-btn:hover {
            opacity: .6;
        }

.right-sub-hotline {
    border-radius: 5px;
    padding: 15px;
    position: relative;
    margin: 15px 0;
    background-image: url(../../Design/img/home-contact.png);
    background-size: cover;
}

    .right-sub-hotline::before {
        z-index: 0;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: var(--default-color-2);
        border-radius: 10px;
    }

    .right-sub-hotline h3 {
        margin: 0;
        color: #fff;
        font-weight: 100;
        font-family: interSB;
        font-size: 21px;
        text-align: center;
        position: relative;
        z-index: 2;
    }

.news-top h2.p-descript {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0;
    font-weight: 100;
    color: #000;
    font-family: 'Montserrat-Medium';
    font-size: 20px;
    font-style: italic;
    margin-bottom: 24px;
}

.news.tour-list-child h2.p-descript {
    display: block;
    max-width: 828px;
    margin: 0 auto;
    line-height: 150%;
    position: relative;
    z-index: 99;
    text-align: center;
    font-weight: 100;
    color: #fff;
    font-family: 'Montserrat-Medium';
    font-size: 20px;
    font-style: italic;
}

.right-sub-hotline .contact-hotline {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    position: relative;
    z-index: 2;
}

.news-top h1.p-title {
    margin: 0;
    margin-top: 0;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    color: #0b7874;
    font-family: 'Montserrat-Bold';
    text-transform: capitalize;
}

.right-sub-hotline .contact-hotline a {
    color: #fff;
    font-size: 20px;
    font-family: interSB;
    display: flex;
    align-items: center;
    transition: all .3s;
}

    .right-sub-hotline .contact-hotline a:hover {
        color: var(--default-color-1);
    }

.right-sub-hotline .contact-hotline i {
    margin-right: 7px;
    font-size: 18px;
}

.right-sub-hotline .contact-hotline span.up-case {
    color: #fff;
    font-family: interSB;
    font-size: 14px;
    margin-bottom: 7px;
}

.right-sub-hotline .contact-email {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 20px 0;
    position: relative;
    z-index: 2;
}

    .right-sub-hotline .contact-email:hover span {
        text-decoration: underline;
        color: var(--default-color-1);
    }

    .right-sub-hotline .contact-email img {
    }

    .right-sub-hotline .contact-email span {
        color: #fff;
        font-size: 16px;
        margin-left: 10px;
        transition: all .3s;
    }

.right-sub-hotline .contact-social {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.right-sub-hotline .social-item {
    margin: 0 7px;
}

    .right-sub-hotline .social-item img {
        width: 44px;
    }

.p-tour-list {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 68px;
}

.p-tour-item {
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    padding: 0;
    position: relative;
    border: 1px solid #eaeaea;
}

.p-tour-img {
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    height: 290px;
    display: block;
}

a.p-tour-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff1a;
    opacity: 0;
    z-index: 1;
    transition: all .5s ease-out 0s;
}

a.p-tour-img:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: #ffffff1a;
    opacity: 0;
    z-index: 1;
    transition: all .5s ease-out 0s;
}

.p-tour-item:hover a.p-tour-img::before {
    opacity: 1;
    top: 50%;
    bottom: 50%;
}

.p-tour-item:hover a.p-tour-img::after {
    opacity: 1;
    left: 50%;
    right: 50%;
}

.p-tour-img img {
    display: block;
    overflow: hidden;
    transition: all .3s;
}

.p-tour-item:hover .p-tour-img img {
    transform: scale(1.05);
}

.p-tour-content {
    padding: 12px;
}

.p-tour-title {
    font-size: 18px;
    color: #151515;
    font-family: Montserrat-Bold;
    line-height: 140%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.p-tour-item:hover .p-tour-title {
    color: var(--default-color-1);
}

.p-tour-options {
    display: flex;
    Selection colors Hex #100C08 20%;
    padding-bottom: 9px;
    margin-top: 6px;
    flex-direction: column;
    padding-top: 11px;
    border-top: 1px solid #eaeaea;
}

    .p-tour-options .place {
        display: flex;
        align-items: center;
    }

        .p-tour-options .place:nth-child(2) {
            margin: 3px 0;
        }

        .p-tour-options .place p {
            color: #888888;
            font-size: 14px;
            margin: 0 7px;
        }

.place-item-svg {
    display: flex;
    align-items: center;
}

.p-tour-options .place:nth-child(3) .place-item-svg svg {
    width: 20px;
    height: auto;
}

.p-tour-options .place-item {
    color: #888888;
    font-family: 'interM';
    font-size: 14px;
    margin-left: 3px;
}

svg path {
    fill: var(--default-color-3)
}

.star-five-tour {
    margin-top: 4px;
}

.p-tour-btn {
    border-radius: 10px;
    background: linear-gradient(180deg, #00AA6C 0%, #195452 100%);
    text-transform: capitalize;
    color: #fff;
    font-family: 'interM';
    font-size: 15px;
    letter-spacing: 0.48px;
    line-height: 93.333%;
    padding: 0 13px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.p-tour-bottom {
}

.p-tour-price {
}

    .p-tour-price span {
        color: #333333;
        font-family: 'Montserrat-SemiBold';
        font-size: 14px;
        margin-right: 4px;
    }

    .p-tour-price strong {
        font-size: 23px;
        color: var(--default-color-2);
        font-family: 'Montserrat-SemiBold';
    }

.p-tour-book {
    text-transform: uppercase;
    font-family: 'interB';
    color: #fff;
    font-size: 18px;
    line-height: 77.778%;
    letter-spacing: 0.48px;
    border-radius: 5px;
    background: linear-gradient(0deg, #EE4F2C 0%, #FFCE85 100%);
    padding: 14px 23px;
}

.bookingcar-wrap-left .item-content-img .p-tour-posi {
    bottom: 0;
    top: unset;
}

.p-tour-posi {
    position: absolute;
    left: 0;
    top: 25px;
    display: none;
    pointer-events: unset;
}

    .p-tour-posi .item {
    }

        .p-tour-posi .item:first-child {
            background-color: var(--default-color-1);
            font-family: 'interSB';
            font-size: 11px;
            line-height: 140%;
            letter-spacing: 0.6px;
            color: #FFF;
            padding: 0 11px;
            padding-bottom: 8px;
            padding-top: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .p-tour-posi .item:last-child img {
            margin-right: 3px;
        }

        .p-tour-posi .item:last-child {
            border: 1px solid rgba(238, 79, 44, 0.50);
            background: #FFF;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #100C08;
            font-family: 'interM';
            font-size: 11px;
            text-transform: uppercase;
            padding: 0 6px;
            padding-top: 5px;
            padding-bottom: 6px;
        }

.p-new-list_page {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 20px;
    row-gap: 20px;
}

.p-new-item_page {
    display: flex;
    align-items: center;
}

.p-new-img_page:hover img {
    transform: scale(1.02);
}

.p-new-img_page {
    position: relative;
    width: 194px;
    height: 128px;
    border-radius: 5px;
    overflow: hidden;
}

.p-new-item_page img {
    transition: all .3s;
}

.p-new-item_page .sub-date {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: #fff;
    color: var(--default-color-1);
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 55px;
}

    .p-new-item_page .sub-date span {
    }

.p-new-content_page {
    padding-left: 15px;
    flex: 1;
}

    .p-new-content_page .btn:hover {
        opacity: .6;
    }

    .p-new-content_page .btn {
        width: fit-content;
        background-color: var(--default-color-3);
        color: #fff;
        border-radius: 55px;
        font-size: 12px;
        margin-top: 5px;
        padding: 6px 15px;
        transition: all .3s;
    }

    .p-new-content_page h3 {
        margin: 0;
    }

        .p-new-content_page h3 span:hover {
            color: var(--default-color-1);
        }

        .p-new-content_page h3 span {
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            font-family: 'interSB';
            line-height: 151%;
            color: #333;
            font-size: 16px;
            transition: all .3s;
        }

.list-cate-b-service {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    column-gap: 17px;
    row-gap: 17px;
    /* margin-top: 17px; */
}

.aslodj {
    display: flex;
    gap: 32px;
}

.list-cate-t-service {
    display: grid;
    row-gap: 17px;
    width: 300%;
}

.p-new-content_page .descript {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 160%;
    font-size: 14px;
    color: #333;
    margin-top: 6px;
}

.mySwiper3 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.list-content-taxi-home h5 {
    margin: 0;
    font-size: 50px;
    font-family: 'Montserrat-ExtraBold';
    color: #0b7874;
}

.list-content-taxi-home section {
    color: #434343;
    font-size: 16px;
    line-height: 160%;
    font-family: 'Montserrat-Medium';
    margin: 0;
    text-align: justify;
    margin-top: 15px;
}

.mini-banner-home .grid.wide {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: end;
}

.mini-banner-home {
    position: relative;
}

.list-content-taxi-home {
    background: rgb(255 255 255 / 90%);
    padding: 25px 35px;
    border-radius: 12px;
    width: 44%;
    float: right;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    /* Đồng bộ với speed 1200ms */
    transition: transform 0.5s ease-in-out, width 0.5s ease-in-out;
}

    .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Đảm bảo hình ảnh không bị méo */
        transition: transform 1.2s ease, opacity 1.2s ease;
    }

/* Hiệu ứng cho slide đang hoạt động */
.swiper-slide-active.header-banner-item img {
    animation: bgZoomIn 4s ease-in-out forwards;
    opacity: 1;
}

/* Hiệu ứng cho slide tiếp theo */
.swiper-slide-next.header-banner-item img {
    animation: bgZoomOut 4s ease-in-out forwards;
    opacity: 0.7;
}

/* Hiệu ứng zoom in */
@keyframes bgZoomIn {
    0% {
        transform: scale(1.3);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Hiệu ứng zoom out */
@keyframes bgZoomOut {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0.7;
    }
}

/* Responsive */
@media (max-width: 768px) {
    @keyframes bgZoomIn {
        0% {
            transform: scale(1.2);
            opacity: 0.7;
        }

        100% {
            transform: scale(1);
            opacity: 1;
        }
    }

    .aslodj {
        flex-direction: column;
        gap: 0px;
    }

    @keyframes bgZoomOut {
        0% {
            transform: scale(1);
            opacity: 1;
        }

        100% {
            transform: scale(1.3);
            opacity: 0.7;
        }
    }
}

@media (max-width: 576px) {
    @keyframes bgZoomIn {
        0% {
            transform: scale(1.1);
            opacity: 0.7;
        }

        100% {
            transform: scale(1);
            opacity: 1;
        }
    }

    @keyframes bgZoomOut {
        0% {
            transform: scale(1);
            opacity: 1;
        }

        100% {
            transform: scale(1.2);
            opacity: 0.7;
        }
    }
}
