.UIMostViewCountNews{
    margin: 20px 0;
    border: 0;
    padding: 0;
}
.UIMostViewCountNews .next .img-news img {
    width: 120px;
    height: 80px;
    object-fit: contain;
}
.UIMostViewCountNews .Header{
    width: 100%;
    margin-bottom: 5px;
    height: 45px;
}
.UIMostViewCountNews .Header .HeaderWrap
{
    height: 100%;
    display: table;

}
.UIMostViewCountNews .Header .HeaderWrap>span{
        display: table-cell;
    vertical-align: middle;
}
.UIMostViewCountNews .Header .HeaderWrap>span{
    font-family: Merriweather;
    font-size: 16.81px;
    font-weight: 700;
    line-height: 21.13px;
    text-align: left;
    color: #031739;
    text-transform: uppercase;
}

.UIMostViewCountNews .list{
    counter-reset: item;
}

.UIMostViewCountNews .list .news-title{
  //styleName: Mic Style weband Mobile_Hiep/Merriweather_14px;
font-family: "Merriweather";
font-size: 14px;
font-weight: 700;
line-height: 23px;
text-align: left;

    max-height: 42px;
      overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; 
           line-clamp: 2; 
   -webkit-box-orient: vertical;
    margin: 0;
}
.UIMostViewCountNews .list .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;
}

.UIMostViewCountNews .list .news-info{
    display: block;
    float: right;
    width: 59%;
    padding-left: 35px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Merriweather';
}
.UIMostViewCountNews .list .img-news {
    display: block;
    float: right;
    width: 40%;
}
.UIMostViewCountNews .list .news-info .news-sapo{
    display:none;
}

.UIMostViewCountNews .list .news-item{
    border-top: 1px solid #eeeeee;
    padding: 10px 0;
    display: inline-block;
    counter-increment: item;
    position: relative;
}
.UIMostViewCountNews .list .news-item:before{
     content: counter(item, decimal-leading-zero)".       ";
     position: absolute;
     width: 25px;
     display:block;
     top: 8px;
     color: #CE1126;
     font-size: 18px;
     font-family: 'Merriweather';
    height: 0;
}
.UIMostViewCountNews .Wrap .next .news-item .news-info a .news-title {
    color: #212529;
    height: 42px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    font-family: Merriweather;
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
    text-align: left;
}
.UIMostViewCountNews.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;
}