.service_content_title{
    margin-bottom: 2rem;
}
.home_news_inner  {
    margin-bottom: 4rem;
}
.home_news_list{
    display: flex;
    flex-wrap: wrap;
    gap: 2.4rem;
}
.home_news_list_item{
    width: calc(33.33% - 1.6rem);
}
.home_news_list_item_img_wrap{
    overflow: hidden;
}
.home_news_list_item_time{
    color: #787878;
    position: relative;
    padding-left: 2rem;
    display: flex;
     align-items: center;
    &::before{
        left: 0;
        position: absolute;
        content: '';
        width: 1.6rem;
        height: 1.6rem;
        background-image: url(https://suacuasat.vn/wp-content/themes/chloe_pallete/css/../images/date-news.png);
        background-size: 100% 100%;
        
    }
}
.home_news_list_item_info{
    padding: 1.5rem 2rem 0;
    border: 1px solid #cacaca;
}
.home_news_list_item_title{
    color: #111;
    margin-block: 1.2rem;
    transition: color .4s ease;
    &:hover{
        color: #fc0000;
    }
}
.home_news_list_item_des{
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 6.3rem;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    margin-bottom: 1.6rem;
}
.home_news_list_item_img{
    position: relative;
}
.home_news_list_item_img_lay{
    padding-top: 75.12%;

}
.home_news_list_item_img_wrap{
    position: relative;
}
/* .home_news_list_item_img_overlay{
    position: absolute;
    z-index: 11;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    top: 0;
    left: 0;
    width: 4rem;
    height: 4rem;
    background: #fff;
} */
.home_news_list_item_link{
    height: 5rem;
    width: 14.2rem;
    margin-left: auto;
    margin-right: -2.1rem;
    transition: all .4s ease;
    display: flex;
    align-items: center;
    position: relative;
    &:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: -2px;
        right: -1px;
        width: 14.2rem;
        background: url(../images/btn-news.jpg) no-repeat right center;

    }
    &:hover{
        color: #fc0000;
    }
}
.home_news_list_item{
    clip-path: polygon(3rem 0, 100% 0, 100% calc(100% - 2rem), calc(100% - 2rem) 100%, 0% 100%, 0rem 3rem);
}


.service_content{
    padding-top: 2.5rem;
}
.home_news_list_item_title{
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.8rem;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-bottom: 1.6rem;
} 
@media screen and (max-width:767px) {
    .home_news_list_item_title {
            margin-block: 0.6rem;
    }
    .home_news_list_item_info {
            padding: 1rem;
        }
    .home_news_list_item{
        width: calc( 50% - .7rem);
        clip-path: polygon(2rem 0, 100% 0, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 0% 100%, 0rem 2rem);
    }
    .home_news_list{
        gap: 1.4rem;
    }
    .home_news_list_item_time {
        padding-left: 2.4rem;
    }
}