.UILastestNews_chuyenmuc .UILastestNews{
        margin: 20px 0;
        width: 100%;
        border-top: 1px solid #c3d0e0;
        border-bottom: 1px solid #c3d0e0;
}
.UILastestNews_chuyenmuc .UILastestNews .Header{
        width: 100%;
         border-top: 1px solid #c3d0e0;
        /*! margin-top: 3px; */
        height: 45px;
        border-bottom: 1px solid #C3D0E080;
}
.UILastestNews_chuyenmuc .UILastestNews .Header .HeaderWrap
{
        height: 100%;
        display: table;
}
.UILastestNews_chuyenmuc .UILastestNews .Header .HeaderWrap>span{
        display: table-cell;
        vertical-align: middle;
}
.UILastestNews_chuyenmuc .UILastestNews .Header .HeaderWrap>span>a{
        //styleName: Mic Style weband Mobile_Hiep/Merriweather_18px;
       font-family: Merriweather;
        font-size: 16.81px;
        font-weight: 700;
        line-height: 21.13px;
        text-align: left;
        color: #031739;

}
.UILastestNews_chuyenmuc .UILastestNews .Wrap{
        height: 370px;
        overflow-y: auto;
        /* border-bottom: 1px solid #c3d0e0; */
        /* margin-bottom: 3px; */
        margin-bottom: 6px;
}
.UILastestNews_chuyenmuc .UILastestNews .Wrap .first{
        margin: 10px 0;
}
.UILastestNews_chuyenmuc .UILastestNews .Wrap .first .item-main{
        position: relative;
        display: flex;
        gap: 10px;
}
.UILastestNews_chuyenmuc .UILastestNews .Wrap .next .img-news img {
       width: 105px;
       /* height: 50px; */
       aspect-ratio: 16/9;
       border-radius: 3px;
       object-fit: cover;
       display: block;
}
.UILastestNews_chuyenmuc .UILastestNews .Wrap .first .item-main .img-news img{
       width: 120px;
       /* height: 50px; */
       border-radius: 3px;
       aspect-ratio: 16/9;
       object-fit: cover;
       display: block;
}
.UILastestNews_chuyenmuc .UILastestNews .Wrap .first .item-main .news-info{
        bottom: 0;
        /* width: 100%; */
        display: flex;
        flex-direction: column;
        /* margin: 10px 0 20px 0; */
        width: calc(100% - 80px);
} 
.UILastestNews_chuyenmuc .UILastestNews .Wrap .first .item-main .news-info .news-sapo{
        display: none;
}
.UILastestNews_chuyenmuc .UILastestNews .Wrap .first .item-main .news-info a{
        flex: 1;
}
.UILastestNews_chuyenmuc .UILastestNews .Wrap .next .news-item .news-info {flex: 1;}
.UILastestNews_chuyenmuc .UILastestNews .Wrap .first .item-main .news-info a .news-title{
             font-family: Roboto;
        font-size: 15px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
        color: #0A2458;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin: 0;
}
.UILastestNews_chuyenmuc .UILastestNews .Wrap .first .item-main .news-info span.time{
        font-family: "Roboto";
        font-size: 13px;
        font-weight: 400;
        line-height: 19.5px;
        text-align: left;
        color: #ffffff;
        margin-bottom: auto;
        display: none;
}
.UILastestNews_chuyenmuc .UILastestNews .Wrap .next .news-sapo{
        display: none;
}
.UILastestNews_chuyenmuc .UILastestNews .Wrap .next .img-news {
        /* width: 120px; */
        /* height: 100%; */
}
.UILastestNews_chuyenmuc .UILastestNews .Wrap .next .news-item {
        border-top: 1px dashed #dddddd;
        padding: 10px 0;
        /* height: 80px; */
        box-sizing: content-box;
        display: flex;
        flex-direction: row;
        gap: 10px;
}

.UILastestNews_chuyenmuc .UILastestNews .Wrap .next .news-item .news-info a .news-title{
     font-family: Roboto;
        font-size: 15px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
color: #0A2458;
        
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /* number of lines to show */
        line-clamp: 3;
        -webkit-box-orient: vertical;
        margin: 0;
}
.UILastestNews_chuyenmuc .UILastestNews .Wrap .next .news-item .news-info span.time{
        color: #6C757D;
        font-family: "Roboto";
        font-size: 13px;
        font-weight: 400;
        line-height: 19.5px;
        text-align: left;
        display: none;
}

@media only screen and (max-width: 768px){
        .UILastestNews_chuyenmuc .UILastestNews{
                max-width: 100vw;
                padding: 0 16px;
                border: 0;
        }
        .UILastestNews_chuyenmuc .UILastestNews .Wrap{
                height: 400px;
        }
        .UILastestNews_chuyenmuc .UILastestNews .Wrap  .item-main .img-news{
                flex-shrink: 0;
        }
        .UILastestNews_chuyenmuc .UILastestNews .Wrap .first .item-main .img-news img,
        .UILastestNews_chuyenmuc .UILastestNews .Wrap .next .img-news img{
                width: 120px;
                height: 80px;
                object-fit: cover;
        }
}
