.UILastestNews_danhsach .UILastestNews {
        width: 100%;
        margin: 20px 0;
        padding: 10px;
        border-radius: 4px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.UILastestNews_danhsach .UILastestNews .Header{
        width: 100%;
}
.UILastestNews_danhsach .UILastestNews .Wrap .next .news-item:last-child {
        padding-bottom: 0;
}
.UILastestNews_danhsach .UILastestNews .Header .HeaderWrap>span>a:after {
        content: '';
        position: absolute;
        width: 120px;
        height: 1.5px;
        background-color: var(--color-primary);
        bottom: -5px;
        left: 2px;
}
.UILastestNews_danhsach .UILastestNews .Header .HeaderWrap .view-more {
        white-space: nowrap;
        display: table-cell;
        vertical-align: middle;
        color: var(--color-primary);
        font-size: 11px;
        font-family: 'Merriweather';
        font-weight: 700;
        text-align: right;
        padding-right: 10px;
}
.UILastestNews_danhsach .UILastestNews .Header .HeaderWrap .view-more:after {
        font-family: 'Font Awesome 5 Pro';
        content: '\f061';
        padding-left: 5px;
}
.UILastestNews_danhsach .UILastestNews .Header .HeaderWrap {
        display: table;
        width: 100%;
}
.UILastestNews_danhsach .UILastestNews .Header .HeaderWrap>span{
        display: table-cell;
        vertical-align: middle;
}
.UILastestNews_danhsach .UILastestNews .Wrap {
        margin: 10px 0;
}
.UILastestNews_danhsach .UILastestNews .Header .HeaderWrap>span>a {
        font-family: 'Merriweather';
        font-size: 15px;
        font-weight: 700;
        line-height: 40px;
        text-align: left;
        color: #031739;
        text-transform: uppercase;
        background-size: contain;
        background-position-x: 5px;
        position: relative;
}
.UILastestNews_danhsach  .UILastestNews .Wrap .first {
        margin: 10px 0;
}
.UILastestNews_danhsach .UILastestNews .Wrap .first .item-main {
        width: 100%;
        position: relative;
        display: inline-block;
}
.UILastestNews_danhsach .UILastestNews .Wrap .first .item-main .img-news {
        /* height: 228px; */
        float: left;
}
.UILastestNews_danhsach .UILastestNews .Wrap .first .item-main .img-news:has(a.no-img) img{
        display: none;
}
.UILastestNews_danhsach .UILastestNews .Wrap .first .item-main .img-news:has(a.no-img) {
        height: 250px;
}
.UILastestNews_danhsach .UILastestNews .Wrap .first .item-main .img-news img {
        height: 170px;
        width: 275px;
        object-fit: fill;
        border-radius: 4px;
}
.UILastestNews_danhsach .UILastestNews .Wrap .first .item-main .news-info {
        float: right;
        width: calc(100% - 285px);
        margin-left: 10px;
}
.UILastestNews_danhsach .UILastestNews .Wrap .first .item-main .news-info a{
        /*! padding-bottom: 20px; */
        /*! margin: 10px 0; */
        margin: 10px 0;
        display: inline-block;
}
.UILastestNews_danhsach .UILastestNews .Wrap .first .item-main .news-info .news-sapo {
        font-family: Roboto;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        color: #62748D;
        display: block !important;
}
.UILastestNews_danhsach .UILastestNews .Wrap .next .news-item {
        border-top: 1px solid #eeeeee;
}
.UILastestNews_danhsach .UILastestNews .Wrap .first .item-main .news-info a .news-title {
        margin: 0;
        font-family: Merriweather;
        font-size: 18px;
        font-weight: 700;
        line-height: 26px;
        text-align: left;
        color: #031739;
}
.UILastestNews_danhsach .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_danhsach .UILastestNews .Wrap .next .img-news ,
.UILastestNews_danhsach .UILastestNews .Wrap .next .news-sapo{
        display: none;
}
.UILastestNews_danhsach .UILastestNews .Wrap .next .news-item {
        padding: 10px 0;
        min-height: 51px;
}
.UILastestNews_danhsach .UILastestNews .Wrap .next .news-item .news-info a .news-title {
        font-family: Roboto;
        font-size: 15px;
        font-weight: 500;
        line-height: 22px;
        text-align: left;
        color: #182940;
        padding-left: 20px;
        position: relative;
        margin-bottom: 0;
}
.UILastestNews_danhsach .UILastestNews .Wrap .next .news-item .news-info a .news-title:before{
        height: 5px;
        width: 5px;
        background-color: #182940;
        border-radius: 50%;
        display: inline-block;
        content: '';
        position: absolute;
        left: 0;
        top: 7px;
}
.UILastestNews_danhsach .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;
        min-height: 19.5px;
        /* content: ''; */
        display: none;
}
@media only screen and (max-width: 768px) {
        .UILastestNews_danhsach .UILastestNews {
                padding: var(--padding-res);
                border-top: 1px solid #F2F2F2;
                padding-top: 10px;
                height: auto;
                width: 100vw;
                padding: var(--padding-res);
        }
        .UILastestNews_danhsach .UILastestNews .Wrap{
                height: auto;
        }
        .UILastestNews_danhsach .UILastestNews .Header{
                border-bottom: 0;
                position: relative;
                margin-bottom: 10px;
                padding-top: 10px;
        }
        .UILastestNews_danhsach .UILastestNews .Header>.HeaderWrap>span.text>a.text{
                font-family: Merriweather;
                font-size: 18px;
                font-weight: 700;
                line-height: 26px;
                text-align: left;
                color: #2A58A0;
        }
        .UILastestNews_danhsach .UILastestNews .Wrap .first .item-main {
                display: flex;
                flex-direction: column;
        }
        .UILastestNews_danhsach .UILastestNews .Wrap .first .item-main .news-info {
                position: unset;
                background: transparent;
                height: auto;
                padding: 0;
                width: 100%;
        }
        .UILastestNews_danhsach  .UILastestNews .Wrap .first .item-main .news-info a .news-title{ 
                font-family: Merriweather;
                font-size: 20px;
                font-weight: 700;
                line-height: 28px;
                text-align: left;
                color: #000000;
        }
        .UILastestNews_danhsach .UILastestNews .Wrap .first .item-main .news-info span.time{
                display: block;
                color: #6C757D;
                font-family: "Roboto";
                font-size: 13px;
                font-weight: 400;
                line-height: 19.5px;
                text-align: left;
                order: 3;
                display: none;
        }
        .UILastestNews_danhsach  .UILastestNews .Wrap .first .item-main .news-info .news-sapo{
                font-family: Roboto;
                font-size: 15px;
                font-weight: 400;
                line-height: 22px;
                text-align: left;
                color: #62748D;
                margin: 0;
                max-height: 110px;
                overflow: hidden;
        }
        .UILastestNews_danhsach .UILastestNews .Wrap .next .news-item{
                height: auto;
        }
        .UILastestNews_danhsach .UILastestNews .Wrap .next .news-item .news-info{
        }
        .UILastestNews_danhsach .UILastestNews .Wrap .next .news-item .news-info a .news-title{
                font-family: Roboto;
                font-size: 15px;
                font-weight: 500;
                line-height: 22px;
                text-align: left;
                color: #031739;
                margin-bottom: 10px;
        }
        .UILastestNews_danhsach .UILastestNews .Wrap .first .item-main .img-news img {
                width: 100%;
                height: unset;
        }
        .UILastestNews_danhsach  .UILastestNews .Wrap .next .news-item .news-info a .news-title:before{
                width: 6px;
                height: 6px;
                background-color: #DA251C;
                border-radius: 0;
                display: inline-block;
                content: '';
                position: absolute;
                left: -25px;
                top: 7px;
        }
}
