﻿.defaul-bot-cate-home {
    padding-top: 70px;
    padding-bottom: 223px;
    position: relative;
    z-index: 1;
}

.leftTitleIconNew h3 {
    margin: 0;
    color: #00a0e3;
    line-height: 121.1%;
    font-size: 35px;
    font-family: 'monSB';
    max-width: 440px;
    font-weight: 100;
}

.title-category-home {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

.btn-detail-seller.new-link-homee a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    color: #e26d38;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'monSB';
    border-radius: 50px;
    border: 1.5px solid #e26d38;
    transition: all .3s;
}

    .btn-detail-seller.new-link-homee a:hover {
        background: #439edc;
        color: #fff;
        border-color: #fff;
    }

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

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

span.link-new-l-home svg path {
    fill: #e26d38;
}

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

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

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

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

.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-image {
    height: 340px;
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 10px;
}

.new-b-item-l-c .news1-name {
    margin-top: 0;
    padding-top: 15px;
}

.new-b-item-l-c {
    padding: 5px 20px 20px 15px;
}

.list-new1 .new1 a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.new-b-item-l-c .news1-name h3 {
    color: #00a0e3;
}

.new-b-item-l-c .desNewItemHome span {
    color: #434343;
}

.news1-name h3 {
    margin: 0;
    color: #1E1E1E;
    font-family: 'monSB';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    text-align: justify;
    line-height: 135%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

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

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

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

.newsnth:hover span.link-new-l-home {
    color: #333;
}

.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%;
}

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

.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;
}

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

    .newsnth-name a {
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #434343;
        font-family: 'monSB';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 135%;
        text-align: justify;
        text-decoration: none;
    }

.desNewItemHomeR {
    margin-top: 5.36px;
}

    .desNewItemHomeR h6 {
        margin: 0;
        color: #434343;
        font-family: 'MonR';
        font-size: 14px;
        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;
    }

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

.list-new1:hover span.link-new-l-home {
    color: #439edc;
}

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

@media(max-width:1023px) {
    .leftTitleIconNew h3 {
        margin: 0;
        line-height: 121.1%;
        font-size: 20px;
        font-family: 'monSB';
        max-width: 100%;
        font-weight: 100;
    }

    .btn-detail-seller.new-link-homee a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 8px 12px;
        color: #e26d38;
        font-size: 14px;
    }

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

    .newsnth-image {
        width: 185px;
        height: 142px;
        float: left;
        margin-right: 10px;
    }

    .desNewItemHome span {
        font-size: 14px;
    }

    .news1-name h3 {
        font-size: 16px;
    }

    span.link-new-l-home {
        font-size: 13px;
    }

    .news1-image {
        height: 100%;
    }

    .new-b-item-l-c {
        padding: 5px 20px 10px 15px;
    }

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

    .desNewItemHomeR h6 {
        font-size: 14px;
    }

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

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