header {
    position: unset;
    height: auto;
}

    header.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5;
    }

/*New*/

.top-travel-guide {
    padding-top: 64px;
    padding-bottom: 35px;
}

h2.title-travel-guide {
    font-size: 18px;
    color: #fec962;
    font-family: 'MonR';
    margin-bottom: 15px;
}

h6.des-travel-guide {
    font-size: 36px;
    font-family: playSM;
    color: #009bd5;
    padding-left: 56px;
    margin-top: -18px;
}

ul.list-bottom-travel-guide {
    margin: auto;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: 19px;
    row-gap: 19px;
}

.img-bottom-travel-guide a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.list-bottom-travel-guide.listHandbookHome li.item-bottom-travel-guide:last-child {
    display: none;
}

a.title-travel-guide-bottom {
    font-family: InterSB;
    font-size: 20px;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    font-weight: 500;
}

span.content-travel-guide-bottom {
    font-size: 14.07px;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    padding-top: 16px;
    /* padding-bottom: 15px; */
}

span.detail-travel-guide-bottom a {
    font-size: 12.19px;
    color: #009bd5;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 27px;
    border: 1px solid #009bd5;
    border-radius: 50px;
}

    span.detail-travel-guide-bottom a i {
        font-size: 11px;
    }

.content-bottom-travel-guide {
    padding-left: 13px;
    padding-top: 17px;
    padding-bottom: 11px;
}

span.detail-travel-guide-bottom {
    margin-top: 36px;
    display: block;
}

.wp-travel-guide {
    padding: 50px 0;
    background: #F2FBFF;
}

    .wp-travel-guide .p-descript {
        color: #333;
        z-index: 0;
    }

.detail-view-travel-guide a {
    font-family: MonM;
    font-size: 16px;
    color: #565656;
    text-decoration: underline;
}

    .detail-view-travel-guide a:hover {
        color: #a37358;
    }

.detail-view-travel-guide {
    text-align: center;
    display: block;
    padding-top: 23px;
    padding-bottom: 53px;
}

.img-bottom-travel-guide a {
    overflow: hidden;
    height: 246px;
}

    .img-bottom-travel-guide a img {
        transition: all linear 0.2s;
    }

li.item-bottom-travel-guide:hover .img-bottom-travel-guide a img {
    transform: scale(1.1);
}

li.item-bottom-travel-guide:hover span.detail-travel-guide-bottom a {
    background: #009bd5;
    color: #fff;
    border: 1px solid #009bd5;
}

.img-bottom-travel-guide {
    overflow: hidden;
    height: 246px;
}

.p-news-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: 37px;
}

.rs {
    margin: 0;
    padding: 0;
    list-style: none;
}

.p-news-item {
    transition: all linear .3s;
    transition: 1s cubic-bezier(.3,2,.3,1);
}

.p-news-img {
    height: 272px;
    border-radius: 7px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-items: center;
    position: relative;
    z-index: 2;
}

    .p-news-img::before {
        content: '';
        background: rgba(var(--villoz-white-rgb, 255, 255, 255), 0.3);
        bottom: 50%;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 50%;
        opacity: 1;
        z-index: 3;
        pointer-events: none;
        transition: all 600ms linear;
    }

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

.p-news-content {
    padding: 0 20px 0 7px;
    padding-top: 16px;
    border-top: none;
    border-radius: 7px;
    border-color: transparent;
    padding-bottom: 25px;
    transition: all linear .2s;
    text-align: left;
}

.p-news-title {
    color: #1e1e1e;
    font-family: 'Montserrat-SemiBold';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: left;
    margin-top: 10px;
}

    .p-news-title span {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

.p-news-descript {
    margin-top: 12px;
    text-align: left;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #6A6A6A;
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

span.p-news-descript p {
    margin: 0;
}

.p-news-item .btn {
    letter-spacing: 1.2px;
    position: relative;
    width: fit-content;
    text-align: left;
    margin-top: 13px;
    overflow: unset;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
    outline: none;
    background-color: transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 5px;
    color: #EB0009;
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

    .p-news-item .btn span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        position: relative;
        /* width: 13px; */
    }

        .p-news-item .btn span i {
            -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
            -webkit-transition: -webkit-transform 0.4s;
            transition: -webkit-transform 0.4s;
            transition: transform 0.4s;
            transition: transform 0.4s, -webkit-transform 0.4s;
            color: inherit;
        }

            .p-news-item .btn span i:last-child {
                position: absolute;
                font-family: "Font Awesome 6 Free";
                font-weight: 900;
                left: -19px;
                bottom: -21px;
                -webkit-transform: translate(0, 0) rotate(-45deg);
                transform: translate(0, 0) rotate(-45deg);
                opacity: 0;
                visibility: hidden;
                -webkit-transition: -webkit-transform 0.4s;
                transition: -webkit-transform 0.4s;
                transition: transform 0.4s;
                transition: transform 0.4s, -webkit-transform 0.4s;
                color: currentColor;
            }

.p-news-item:hover .p-news-img::before {
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 600ms linear;
}

.p-news-item:hover .p-news-img img {
    transform: scale(1.04);
}

.p-news-item:hover a.btn {
    color: var(--default-color-1);
}

.p-news-item:hover .btn span i:first-child {
    -webkit-transform: translate(20px, -20px) rotate(-45deg);
    transform: translate(20px, -21px) rotate(-45deg);
}

.p-news-item:hover .btn span i:last-child {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(20px, -21px) rotate(-7deg);
    transform: translate(19px, -21px) rotate(-8deg);
}

.wp-travel-guide h1.p-title {
    margin: 0;
    margin-top: 0;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    color: var(--default-color-1);
    font-family: 'Montserrat-Bold';
    text-transform: capitalize;
}

.bottom-travel-guide {
    margin-top: 45px;
}
/*End*/
/* Mobile & tablet */
@media (max-width: 1023px) {
}

/* Tablet */
@media (min-width: 740px) and (max-width: 1023px) {
}

/* Mobile */
@media (max-width: 739px) {
}
