﻿.home-top-left {
    width: 45.1%;
}

.home-top-right {
    width: 52.6%;
}

h6.WCateNewHotRightHomeWrap {
    margin: 0;
    color: #D99E21;
    font-family: 'InterSB';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 18px */
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 18px;
    margin-top: 13px;
}

.home-top-container .p-side-left {
    width: 100%;
    float: unset;
}

.home-top-container {
    padding-bottom: 0;
}

.RightLinkNewInfoHome a:hover {
    background-color: #fbcf72;
    color: #c51010;
}

.WDateSVGNewHome svg {
    width: 14px;
    height: auto;
}

.WDateSVGNewHome {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15px;
}

.home-top-container .p-side-left .container {
    border-radius: 10px 0px 10px 10px;
    background: #FAFFEE;
    box-shadow: 0px 4px 13px 0px #E7E0D1;
    padding-top: 3px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
}

.home-top-container .wrap:first-child {
    padding-top: 16px;
}

.home-top-left a:nth-child(2) {
    display: flex;
    flex-direction: row-reverse;
    padding-top: 18px;
    justify-content: space-between;
}

.contentNewRight {
    flex: 1 1 0;
}

.home-top-left a:nth-child(2) .imgNewRightItem img {
    width: 136px;
    height: 162px;
    flex-shrink: 0;
    border-radius: 5px;
}

.home-top .grid.wide {
    max-width: 1289px;
}
/*RS*/

@media(min-width:1024px) and (max-width:1230px) {
    .p-side-read .title {
        font-size: 14px;
    }

    .home-top-left {
        width: 49.1%;
    }

    .home-top-right {
        width: 48.6%;
    }

    .p-side-left .wrap:last-child {
        padding-top: 33.86px;
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

        .p-side-left .wrap:last-child .p-news-type_2 .img {
            height: 225px;
        }
}

@media(max-width:1023px) {
    .home-top-left {
        width: 48.1%;
    }

    .home-top-right {
        width: 49.6%;
    }

    .home-top-left a:nth-child(2) .contentNewRight {
        margin-right: 10px;
    }

    .home-top .grid.wide {
        max-width: 100%;
        padding: 0;
    }

    .p-side-left .wrap:last-child {
        padding-top: 5px;
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(2,minmax(0,1fr));
        column-gap: 18px;
        row-gap: 18px;
        align-items: unset;
    }

        .p-side-left .wrap:last-child .p-news-type_2 .img {
            height: 215px;
        }
}

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

@media(max-width:739px) {
    .home-top-container .wrap:first-child {
        flex-direction: column-reverse;
    }

    .p-side-left .wrap:last-child .p-news-type_2 .img {
        height: 125px;
    }

    .WDateViewNewHome {
        display: block;
    }

    .p-side-title::before {
    }

    .p-side-read .title {
        font-size: 14px;
    }

    .WViewNewHome {
        margin-left: 0;
    }

    .LeftInfoSideNewHome {
        width: 100%;
    }

    .WSideNewTopInfor {
        width: 100%;
    }

    .title-side-new-home h4 {
        display: block;
        margin: 0;
        position: unset;
        right: -1px;
        color: #E0FB72;
        text-shadow: 0px 1px 4px rgba(2, 81, 49, 0.50);
        font-family: VNMSansStd;
        font-size: 23px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        text-transform: capitalize;
    }

    .LeftInfoSideNewHome:before {
        content: "";
        position: absolute;
        width: 35px;
        height: 30px;
        top: 7px;
    }

    .WSideNewTopInfor .heading-right {
        display: none;
    }

    .title-side-new-home {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 45px;
        position: relative;
        z-index: 1;
        bottom: -1px;
    }

    .DecorSvgBack {
        position: absolute;
        left: 173px;
        bottom: -5px;
        z-index: 0;
        display: none;
    }

    .RightLinkNewInfoHome {
        display: none;
    }

    .home-top-left a:nth-child(2) .contentNewRight .WViewNewHome {
        display: none;
    }

    .home-top-right,
    .home-top-left {
        width: 100%;
    }

    .home-top-right {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .home-top-container {
        padding-top: 0;
        padding-bottom: 0;
    }
}