﻿.defaul-bot-cate-home {
    padding-bottom: 35px;
    padding-top: 35px;
}

    .defaul-bot-cate-home .title-category-home {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 0px 15px 0px;
    }

.leftTitleIconNew {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.defaul-bot-cate-home .grid.wide {
    padding: 0;
}

.leftTitleIconNew h3 {
    position: relative;
    margin: 0;
    font-family: 'Oswald-Medium';
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-left: 21px;
    color: #2686c9;
}

.btn-detail-seller {
    border-radius: 15px;
}

    .btn-detail-seller a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 127px;
        height: 40px;
        margin: 0;
        color: #FFF;
        font-family: 'Inter_24pt-Medium';
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 117.84%;
        transition: all .3s;
        border-radius: 54.288px;
        background: #2686c9;
        transition: all .3s;
    }

        .btn-detail-seller a:hover {
            background: #333;
        }

.r-list-cate-new {
    display: flex;
    align-items: center;
}

.tab-menu-new-h a {
    display: flex;
    width: max-content;
    height: 40px;
    border-radius: 54.288px;
    background: transparent;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    color: #2686c9;
    font-family: 'Inter_24pt-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 117.84%;
    margin: 0 5px;
    border: 1px solid #2686c9;
}

.tab-menu-new-h {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .tab-menu-new-h a:hover {
        background: #2686c9;
        color: #fff;
    }

.list-news {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 24px;
    padding-bottom: 68px;
}

.list-new1 {
    padding-bottom: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}

.news1 {
    overflow: hidden;
    position: relative;
}

.news1-image {
    height: 437px;
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 10px;
}

    .news1-image:before, .newsnth-image 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;
    }

.news1:hover img, .newsnth:hover img {
    transform: scale(1.1);
}

.news1:hover .news1-image:before, .newsnth:hover .newsnth-image a:before {
    opacity: 1;
    top: 50%;
    bottom: 50%;
}

.news1:hover .news1-image:after, .newsnth:hover .newsnth-image a:after {
    opacity: 1;
    left: 50%;
    right: 50%;
}

.list-new1:hover .news1-name h3 {
    color: #009247;
}

.newsnth:hover .newsnth-name a {
    color: #009247;
}

.list-news img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.5s;
    border-radius: 10px;
}

.news1-image:after, .newsnth-image 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;
}

.WDateViewNewHome {
    display: flex;
    margin-top: 12px;
}

.WDateNewItem {
    display: flex;
    align-items: center;
    margin-right: 25px;
}

.decorSvgNewItem {
    display: flex;
    align-items: center;
}

.WDateNewItem span {
    margin-left: 6px;
    color: #797978;
    font-family: 'Inter_24pt-Regular';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.news1-name {
    margin-top: 11px;
}

    .news1-name h3 {
        margin: 0;
        color: #1E1E1E;
        font-family: 'Inter_24pt-SemiBold';
        font-size: 20px;
        font-style: normal;
        font-weight: normal;
        line-height: 135%; /* 27px */
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.desNewItemHome {
    margin-top: 6px;
    padding-right: 0;
}

    .desNewItemHome span {
        color: #434343;
        font-family: 'Inter_24pt-Regular';
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 135%;
        text-align: justify;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

span.link-new-l-home {
    display: block;
    margin-top: 9px;
    color: #009247;
    font-family: 'Inter_24pt-SemiBold';
    font-size: 15.201px;
    font-style: normal;
    font-weight: normal;
    line-height: 135%;
    text-transform: uppercase;
}

    span.link-new-l-home svg {
        position: relative;
        right: -4px;
    }

.newsnth {
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.newsnth-image {
    width: 254px;
    height: 142px;
    flex-shrink: 0;
    float: left;
    margin-right: 16px;
    overflow: hidden;
    position: relative;
}

.newsnth-name {
    overflow: hidden;
    margin-top: 2px;
}

.news1 .news1-image a, .newsnth .newsnth-image a {
    position: relative;
    height: 100%;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.list-news img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.5s;
    border-radius: 10px;
}

.newsnth-name a {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1E1E1E;
    font-family: 'Inter_24pt-SemiBold';
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 135%;
    text-align: justify;
}

.desNewItemHomeR {
    margin-top: 2.36px;
}

    .desNewItemHomeR h6 {
        margin: 0;
        color: #434343;
        font-family: 'Inter_24pt-Regular';
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 135%;
        text-align: justify;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.WDateViewNewHome.view-r-date-new-h {
    margin-top: 5px;
}

.newsnth:nth-child(n+2) {
    margin-top: 14px;
}

@media only screen and (max-width: 1023px) {
    .leftTitleIconNew h3 {
        font-size: 20px;
    }

    .tab-menu-new-h {
        display: none;
    }

    .icon-new-title svg {
        width: 40px;
        height: 40px;
    }

    .btn-detail-seller a, .list-child-link a {
        font-size: 12px;
        width: 105px;
        height: 35px;
    }

    .desNewItemHome {
        padding-right: 4px;
    }

    .newsnth:nth-child(n+2) {
        margin-top: 15px;
    }

    .list-news {
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 15px;
        row-gap: 15px;
        padding-bottom: 43px;
    }
}

@media only screen and (max-width: 767px) {
    .defaul-bot-cate-home .leftTitleIconNew h3 {
        font-size: 18px;
        margin-left: 10px;
    }

    .newsnth-name {
        overflow: hidden;
        margin-top: 0;
    }

    .take-news {
        width: 100%;
        margin-top: 20px;
    }

    .newsnth-image {
        width: 175px;
        height: 105px;
        margin-right: 8px;
    }

    .newsnth-name a {
        font-size: 15px;
    }

    .WDateViewNewHome.view-r-date-new-h {
        display: none;
    }

    .news1-image {
        height: 100%;
    }

    .WDateViewNewHome {
        display: flex;
        align-items: center;
    }

    .WDateNewItem {
        margin-right: 9px;
    }

    .news1-name h3 {
        margin: 0;
        font-size: 16px;
        font-style: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: auto;
    }

    .WDateNewItem span {
        font-size: 14px;
        display: flex;
        align-items: center;
        line-height: normal;
    }

    .news1-name {
        padding-top: 0;
        margin-top: 9px;
    }

    .list-new1 {
        padding-bottom: 0;
    }

    .list-news {
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

/*New*/

.top-travel-guide {
    padding-top: 52px;
    padding-bottom: 37px;
}

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

.date-cate span.date {
    color: #797978;
    font-family: 'Inter_24pt-Medium';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; /* 16.643px */
    margin-left: 4px;
}

.date-cate {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

h6.des-travel-guide {
    margin: 0;
    text-align: center;
    font-family: 'BeVietnamPro-Medium';
    font-size: 34px;
    font-style: normal;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 50.5px;
    background: linear-gradient(180deg, #18BFF0 0%, #1C3984 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bottom-travel-guide {
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 8px;
}

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

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

a.title-travel-guide-bottom {
    /* 26.24px */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #434343;
    font-family: 'Inter_24pt-SemiBold';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%; /* 21.6px */
    transition: all ease 0.2s;
}

span.content-travel-guide-bottom {
    color: #6D6B6B;
    font-family: 'Inter_24pt-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 145%; /* 18.93px */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 13px;
}

li.item-bottom-travel-guide {
    list-style: none;
    border-radius: 10px;
    border: 1px solid #D6D6D6;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(176, 176, 176, 0.25);
}

.list-bottom-travel li.item-bottom-travel-guide::nth-child(4) {
    width: 100% !important;
}

li.item-bottom-travel-guide:hover a.title-travel-guide-bottom {
    color: #2686c9;
}

span.detail-travel-guide-bottom a {
    display: flex;
    align-items: center;
}

    span.detail-travel-guide-bottom a svg {
        margin-left: 7px;
    }

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

.content-bottom-travel-guide {
    padding-left: 23px;
    padding-top: 17px;
    padding-bottom: 27px;
    padding-right: 34px;
}

span.detail-travel-guide-bottom {
    margin-top: 20px;
    display: inline-block;
    color: #D11627;
    font-family: 'Inter_24pt-SemiBold';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 20.25px */
    text-transform: uppercase;
    transition: all ease .3s;
}

.wp-travel-guide {
    position: relative;
    padding-bottom: 55px;
    background-size: cover;
}

.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: 245px;
    border-radius: 10px;
    display: block;
    width: 100%;
}

    .img-bottom-travel-guide a img {
        transition: all ease 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 {
}

    li.item-bottom-travel-guide:hover span.detail-travel-guide-bottom a {
        /* color: #fff; */
    }

.img-bottom-travel-guide {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 245px;
    border-radius: 10px;
}

.top-travel-guide span {
    padding: 0 42px;
    display: block;
    margin-top: 7px;
    color: #6D6B6B;
    text-align: center;
    font-family: 'NEUEPLAKTEXT-REGULAR';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 134.2%;
}

/*End*/

/*RS*/

@media(max-width:1023px) {
    h6.des-travel-guide {
        font-size: 20px;
    }

    .top-travel-guide span {
        padding: 0;
        font-size: 15px;
    }

    .img-bottom-travel-guide {
        height: auto;
    }

        .img-bottom-travel-guide a {
            height: 240px;
        }

    .content-bottom-travel-guide {
        padding-left: 8px;
        padding-right: 12px;
        padding-bottom: 12px;
    }

    span.detail-travel-guide-bottom {
        font-size: 11px;
        margin-top: 12px;
    }

    .date-cate svg {
        width: 13px;
        height: auto;
    }

    span.detail-travel-guide-bottom a svg {
        width: 13px;
        height: auto;
    }

    a.title-travel-guide-bottom {
        font-size: 14px;
    }

    .defaul-bot-cate-home {
        padding-bottom: 23px;
        padding-top: 23px;
    }

        .defaul-bot-cate-home .grid.wide {
            padding: 0 10px;
        }

    span.content-travel-guide-bottom {
        font-size: 14px;
        padding-top: 8px;
    }
}

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

@media(max-width:739px) {
    .img-bottom-travel-guide {
        height: 135px;
    }

        .img-bottom-travel-guide a {
            height: 135px;
        }
}