.news-main-wrap{
    margin-top: 80px;
}

.category-sidebar-inner{
    padding: 0 34px;
    background-color: #f0f0f0;
}
.cs-title{
    padding-left: 34px;
}
.category-sidebar-inner li{
    margin-bottom: 5px;
    padding: 8px 40px;
    border-radius: 25px;
}
.category-sidebar-inner li:hover{
    background-color: #fff;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
    cursor: pointer;
}
.new-item-wrap{
    margin-bottom: 20px;
    padding: 0 10px;
}
.new-item-title{
    margin-top: 8px;
}
.new-item-title h3,.new-item-title h2{
    font-size: 20px;
}
.news-main-wrap .row>div{
    padding: 0 8px;
}
.news-detail h1{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.detail-news-img img{
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}
.detail-news-img{
    margin-bottom: 30px;
    border-radius: 6px;
    overflow: hidden;
}
.detail-news-img img.lazyloading{
    object-fit: scale-down;
}
.detail-news-img img.lazyloaded{
    object-fit: cover;
}

.news-detail{
    margin-bottom: 50px;
}
.new-item-img img{
    width: 100%;
    border-radius: 10px;
}
.new-item-img img.lazyloading{
    object-fit: scale-down;
}
/*.new-item-img img.lazyloaded{*/
/*    object-fit: scale-down;*/
/*}*/

/*fix cứng image*/
@media (min-width: 1800px) {
    .news-main-wrap .new-item-wrap .new-item-img img {
        height: 448px;
        object-fit: cover;
    }
}

@media (min-width: 1600px) and (max-width: 1799px) {
    .new-item-wrap .new-item-img img {
        height: 450px;
        object-fit: cover;
    }
}

@media (min-width: 1440px) and (max-width: 1599px) {
    .new-item-img img {
        height: 343px;
        object-fit: cover;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .new-item-img img {
        height: 398px;
        object-fit: cover;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .new-item-img img {
        height: 300px;
        object-fit: cover;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .new-item-img img {
        height: 220px;
        object-fit: cover;
    }
}
@media (min-width: 480px) and (max-width: 768px) {
    .new-item-img img {
        height: 310px;
        object-fit: cover;
    }
}
@media screen and (max-width: 768px) {
    .article-content iframe{
        width: 100% !important;
    }
}

/*end fix cứng image*/

@media (max-width: 1200px) {
    .category-sidebar-inner{
     padding:0;
    }
    .category-sidebar-inner li{
        padding-left:0;
    }
    .cs-title{
        padding-left: 0;
    }
}
@media (max-width: 480px) {
    .news-main-wrap .row>div{
        padding: 0 15px;
    }
    .news-main-wrap{
        margin-top: 12px;
    }

    .new-item-img img {
        height: 280px;
        object-fit: cover;
    }
}

.new-item-title-cus{
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 18px;
}
