.UIArticleListContent_content .UIArticleListContent {
        background: none repeat scroll 0 0 #FFFFFF;
        margin-top: 0;
}
.UIArticleListContent_content .UIArticleListContent .WrapAll .Wrap .ModuleTitle .view-more {
        color:#fff;
        /* float: right; */
        /* margin-top: 9px; */
        position: absolute;
        font-size: 13px;
        right: 10px;
        top: 10px;
}
.UIArticleListContent_content .UIArticleListContent .WrapAll {
        /*** box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;***/
        font-family: 'Roboto';
        border-radius: 5px;
        /***  background: linear-gradient(#fffaea, #fff);***/
        border: 1px solid #eee;
        margin-bottom: 20px;
        padding: 0;
}
.UIArticleListContent_content .UIArticleListContent .WrapAll .Wrap{
           display: grid;
    grid-template-areas:         "item1 item1"        "item2 item3"        "item2 item4";
    grid-template-columns: 400px auto;
}
.UIArticleListContent_content .ModuleTitle{
        grid-area: item1;
        box-sizing: border-box;
        position: relative;
        height: 36px;
        line-height:36px;
        margin-bottom: 12px;
            background: linear-gradient(90deg, #116fad 0%, #1884cb 100%);
        border-radius: 5px 5px 0 0;
        padding-left: 10px;
        color: #fff;
}
.UIArticleListContent_content .first-box{
        grid-area: item2;
        padding: 20px;
        box-sizing: border-box;
}
.UIArticleListContent_content .second-box{
        grid-area: item3;
        padding: 20px;
        box-sizing: border-box;
}
.UIArticleListContent_content .third-box{
        grid-area: item4;
        padding: 20px;
        box-sizing: border-box;
}
.UIArticleListContent_content .UIArticleListContent .Wrap ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
}
/***
.UIArticleListContent_content .UIArticleListContent .ModuleTitle:after {
        content: '';
        position: absolute;
           width: 100%;
        height: 2px;
        background-color: var(--color-primary);
        bottom: 0px;
}****/
.UIArticleListContent_content .UIArticleListContent .ModuleTitle .div {
}
.UIArticleListContent_content .UIArticleListContent .ModuleTitle .titletext {
        /***     color: #222;
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        white-space: nowrap;
        padding-left: 0;
        line-height: 38px;
        margin: 0;
        height: 35px;***/
        color: #fff
           font-size: 15px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Inter';
    letter-spacing: -1px;
}
.UIArticleListContent_content .UIArticleListContent .view-more::after {
    content: " »";
}
.UIArticleListContent_content .UIArticleListContent .Wrap .third-box li {
        padding:4px 0;
        line-height: 1.4;
}
.UIArticleListContent_content .UIArticleListContent .Wrap .third-box .item .link {
        color: #282828;
}
.UIArticleListContent_content .UIArticleListContent .Wrap .third-box .item a: hover{
        color: #004370;
}
.UIArticleListContent_content .UIArticleListContent .Wrap .first-box {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
        gap: 16px;
        margin-bottom: 10PX;
        padding-left: 10px;
}
.UIArticleListContent_content .UIArticleListContent .Wrap .first-box .item{
}
.UIArticleListContent_content .UIArticleListContent .Wrap .first-box .item .textlink {
        color: #222;
        display: block;
        /* font: bold 10pt arial; */
        /* margin: 5px 0; */
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.4;
        padding-top: 10px;
        margin-right: 20px;
}
.UIArticleListContent_content .UIArticleListContent .Wrap .first-box .item .textlink:hover {
        color: var(--bg-orrange);
}
.UIArticleListContent_content .UIArticleListContent .Wrap .first-box .item .imagelink {
        display: block;
        /* float: left; */
        margin-right: 20px;
}
.UIArticleListContent_content .UIArticleListContent .Wrap .first-box .item .imagelink .box {
        /* float: right; */
        position: relative;
}
.UIArticleListContent_content .UIArticleListContent .Wrap .first-box .item .imagelink .box img[src='/Images/noimage.png'] {
        background: white url(images/noimage.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        border: 1px solid #cccccc;
        opacity: 0;
        position: relative;
        display: block;
}
.UIArticleListContent_content .UIArticleListContent .Wrap .first-box .item .imagelink  .box:has(img[src='/Images/noimage.png'])::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('images/noimage.png') center/cover no-repeat;
        display: block;
        z-index: 1;
}
.UIArticleListContent_content .UIArticleListContent .Wrap .first-box .item .image {
        height: 250px;
        /* margin: 10px 0; */
        width: 100%;
        object-fit: cover;
        border-radius: var(--border-radius);
}
.UIArticleListContent_content .UIArticleListContent .Wrap .first-box .item p {
        color: #444;
        overflow: hidden;
        /* padding-left: 15px; */
        font-size: 14px;
        font-weight: normal;
        margin-top: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 0;
        display: none;
}
.UIArticleListContent_content .UIArticleListContent .Wrap .second-box {
        /* margin-bottom: 3px; */
        display: grid;
        grid-template-columns: 1fr 1fr;
        /* 2 cột bằng nhau */
        gap: 20px;
        
        padding-right: 10px;
}
.UIArticleListContent_content .UIArticleListContent .Wrap .second-box .item{
}
.UIArticleListContent_content .UIArticleListContent .Wrap .second-box .item .textlink {
        color: #282828;
        display: block;
        /* font: bold 9pt arial; */
        /* margin: 5px 0; */
        text-decoration: none;
        font-weight:bold;
        font-size: 14px;
        line-height: 1.4;
        padding-right: 5px;
}
.UIArticleListContent_content .UIArticleListContent .Wrap .second-box .item .textlink:hover {
        color: var(--bg-orrange);
}
.UIArticleListContent_content .UIArticleListContent .Wrap .second-box .item .imagelink {
        display: inline-block;
        /* float: left; */
        width: 100%;
        margin-bottom: 10px;
}
.UIArticleListContent_content .UIArticleListContent .Wrap .second-box .item .image {
        height: 120px;
        /* margin-right: 4px; */
        width: 100%;
        object-fit: cover;
          border-radius: var(--border-radius);
}
.UIArticleListContent_content .UIArticleListContent .Wrap .second-box .item p {
        margin: 0;
        font-size: 14px;
        font-weight: normal;
        margin-top: 10px;
        color: #5f5f5f;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: none;
}
.UIArticleListContent_content .UIArticleListContent .Wrap .third-box {
        margin: 6px;
        
        padding-right: 10px;
}
.UIArticleListContent .Wrap ul.third-box {
        color:     var(--bg-orrange);
        list-style: square outside none;
        margin: 0;
        padding-left: 15px;
        margin-top:5px;
        padding-right: 10px;
}
.UIArticleListContent_content .UIArticleListContent .Wrap .second-box .item .image[src='/Images/noimage.png'] {
        background: white url(images/noimage.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        border: 1px solid #cccccc;
        opacity: 0;
        position: relative;
        display: block;
}
.UIArticleListContent_content .UIArticleListContent .Wrap .second-box .item .image[src='/Images/noimage.png']::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('images/noimage.png') center/cover no-repeat;
        display: block;
        z-index: 1;
}
.UIArticleListContent_content .UIArticleListContent .Wrap .second-box .item .imagelink .box:has(img[src='/Images/noimage.png'])::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('images/noimage.png') center/cover no-repeat;
        display: block;
        z-index: 1;
}
.UIArticleListContent_content .UIArticleListContent .Wrap .second-box .item .imagelink .box{
        position: relative;
}
@media (min-width:768px) and (max-width: 1023px) {
        .UIArticleListContent_content .UIArticleListContent {
                width: auto!important;
                padding: 0 10px !important;
                margin-bottom: 0px !important;
        }
        .UIArticleListContent_content .UIArticleListContent .WrapAll {
    	padding: 5px!important;
        }
}
@media only screen and (max-width: 768px){
        .UIArticleListContent_content .UIArticleListContent .Wrap .first-box{
                display: inline-block;
                grid-template-columns: repeat(2, 1fr);
                grid-template-rows: repeat(2, 1fr);
                gap: 16px;
        }
        .UIArticleListContent_content div.UIArticleListContent{
                padding: 0 10px;
                margin-bottom: 10px !important;
        }
        .UIArticleListContent_content div.UIArticleListContent .Wrap .first-box .item .imagelink{
                width: 100%;
        }
       .UIArticleListContent_content div.UIArticleListContent .Wrap .first-box .item .imagelink img{
        }
       .UIArticleListContent_content div.UIArticleListContent .Wrap .first-box .item .textlink{
                flex: 1;
                text-align: left;
                width: 100%;
                padding: 10px
        }
        .UIArticleListContent_content div.UIArticleListContent .Wrap .second-box .item .image{
                height: 55vw;
        }
        .UIArticleListContent_content div.UIArticleListContent .Wrap .first-box .item{
                flex-direction: column;
        }
        .UIArticleListContent_content div.UIArticleListContent .Wrap .second-box .item{
                display: flex;
                flex-direction: column;
        }
        .UIArticleListContent_content div.UIArticleListContent .Wrap .second-box .item .imagelink{
                /*  width: 30vw;*/
        }
        .UIArticleListContent_content div.UIArticleListContent .Wrap .second-box .item .imagelink img{
                height: 30vw;
        }
        .UIArticleListContent_content .UIArticleListContent .Wrap .second-box .item .textlink{
                flex: 1;
        }
        .UIArticleListContent_content .UIArticleListContent .WrapAll .Wrap{
                display: block;
        }
}
