.UILastestNews_customFullWidth .Wrap {
        display: flex;
        justify-content: center;
        align-items: start;
        /* height: 570px; */
        overflow:hidden;
        padding-bottom: 10px;
}
.UILastestNews_customFullWidth .UILastestNews .Wrap .first{
        flex: 1;
        padding: 0 10px;
        border-right: 2px solid #DADCE0;
        height:100%;
}
.UILastestNews_customFullWidth .UILastestNews .Wrap .first .item-main .img-news{
        height: 240px;
        width: 100%;
} 
.UILastestNews_customFullWidth .UILastestNews .Wrap .first .item-main .img-news .image-wrapper{
        height: 100%;
        width: 100%;
}
.UILastestNews_customFullWidth .UILastestNews .Wrap .first .item-main .img-news .image-wrapper img{
        width: 100%;
        height: 100%;
        object-fit: cover;
}
.UILastestNews_customFullWidth .UILastestNews .Wrap .next {
        position: unset !important;
        opacity: 1 !important;
        /* flex:1; */
        background-color: white;
        display: flex;
        /* grid-template-columns: repeat(2, 1fr); */
        height:100%;
        padding: 0 10px;
        overflow:auto;
        gap: 16px;
        flex-direction: column;
        width: 50%;
}
.UILastestNews_customFullWidth .UILastestNews .Wrap .next .news-item{
        overflow:hidden;
        /* height:270px; */
}
.UILastestNews_customFullWidth .UILastestNews .Wrap .next .news-item .img-news {
        height: 120px;
        float: left;
        overflow: hidden;
        width: 200px;
}
.UILastestNews_customFullWidth .UILastestNews .Wrap .next .news-item .news-info{
        width: calc(100% - 210px);
        float: right;
}
.UILastestNews_customFullWidth .UILastestNews .Wrap .next .news-item .news-info .news-sapo{
        display: none;
}
.UILastestNews_customFullWidth .UILastestNews .Wrap .next .news-item .img-news .image-wrapper{
        height: 100%;
        width: 100%;
        border: 1px solid #ededed;
        
}
.UILastestNews_customFullWidth .UILastestNews .Wrap .next .news-item .img-news a img {
        height: 100%;
        width: 100%;
        aspect-ratio: 4/3;
        object-fit: cover;
}
.UILastestNews_customFullWidth .Wrap .first .item-main .news-title {
       font-family: "Roboto";
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    text-align: justify;
    color: #212529;
    margin: 0;
}
.UILastestNews_customFullWidth .time {
        display: none;
}
.UILastestNews_customFullWidth  .news-item .news-info .news-title {
        font-size: 16px;
        /* margin-top: 10px; */
        font-weight: 400;
        line-height: 24px;
        color: #212529;
        font-family: 'Roboto';
}
.UILastestNews_customFullWidth  .Wrap .first .item-main .news-sapo {
          font-family: 'Roboto';
          font-size: 14px;
          line-height: 22px;
          color: #3B4E68;
          margin-top: 10px;
}
.UILastestNews_customFullWidth  .item-main .js-shave-char {
        display: none;
}
.UILastestNews_customFullWidth  .item-main .content-hide {
        /* display: -webkit-box !important; */
        /* -webkit-line-clamp: 2; */
        line-clamp: 2;
        /* -webkit-box-orient: vertical; */
        /* overflow:hidden; */
}
.UILastestNews_customFullWidth  .item-main .news-info{
        margin-top: 10px;
}
.UILastestNews_customFullWidth  .Header .HeaderWrap .text .text {
    padding: 0 8px;
    position: relative;
    font-family: "Merriweather";
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    text-align: left;
    color: #031739;
    text-transform: uppercase;
}
.UILastestNews_customFullWidth  .news-item:nth-child(odd) {
        /* padding: 0 8px 8px 0; */
        /* border-right:1px solid #e1e1e1; */
        /* border-bottom: 1px solid #e1e1e1; */
}
.UILastestNews_customFullWidth .Header .HeaderWrap .text .text::after {
    display: block;
    content: ' ';
    width: 100px;
    height: 2px;
    background: var(--color-primary);
    position: absolute;
    left: 7px;
    bottom: -7px;
}
.UILastestNews_customFullWidth  .news-item:nth-child(2n) {
        /* padding: 0 0px 8px 8px; */
        /* border-bottom: 1px solid #e1e1e1; */
}
.UILastestNews_customFullWidth  .HeaderWrap {
        border-top: 2px solid var(--color-primary);
        padding: 12px 4px 16px 4px;
        border-radius: 8px;
}
.UILastestNews_customFullWidth .UILastestNews{
        box-shadow: var(--box-category);
        margin: 20px 0;
}
@media (max-width: 767px) {
        .UILastestNews_customFullWidth .Wrap {
                display:block !important;
                justify-content: center;
                align-items: start;
                height:auto;
                overflow: hidden;
                box-shadow:none;
        }
        .UILastestNews_customFullWidth  .news-item .news-info .news-title {
                font-size: 13px;
        }
        .UILastestNews_customFullWidth  .news-title {
                font-size: 20px;
                font-weight: 600;
        }
        .UILastestNews_customFullWidth .UILastestNews .Wrap .next .news-item .img-news a img {
                width: 100%;
                object-fit: fill;
                aspect-ratio: 16 / 9;
        }
        .UILastestNews_customFullWidth .UILastestNews .Wrap .next .news-item .img-news {
                overflow: hidden;
                height: 116px;
        }
        .UILastestNews_customFullWidth .UILastestNews .Wrap .next .news-item {
                overflow: hidden;
                height: 230px;
                padding: 4px !important;
                /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
        }
        .UILastestNews_customFullWidth  .news-item{
                border:none !important;
        }
        .UILastestNews_customFullWidth .UILastestNews .Wrap .next {
                position: unset !important;
                opacity: 1 !important;
                flex: 1;
                background-color: white;
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                height: 100%;
                padding: 8px;
                overflow: auto;
                gap: 16px;
        }
        .UILastestNews_customFullWidth .next  .news-info .news-sapo {
                font-size: 12px;
        }
        .UILastestNews_customFullWidth  .news-item .news-info .news-title {
                font-size: 13px;
                display: -webkit-box !important;
                -webkit-line-clamp: 2;
                line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
        }
        .UILastestNews_customFullWidth .UILastestNews .Wrap .first {
                flex: 1;
                padding: 8px;
                border-right: none !important;
                height: 100%;
        }
}
