.UIListArticleOfSite {
        margin-bottom: 15px;
        margin-top: 15px;
}
.UIListArticleOfSite .header-title {
        padding: 12px 0px;
        border-top: 2px solid #DA251C;
        border-bottom: 1px solid #eeeeee;
        margin-bottom: 0;
        line-height: unset;
        border-radius: 2px 2px 0 0;
}
.UIListArticleOfSite .header-title .title {
        text-transform: uppercase;
        white-space: nowrap;
        font-size: 17px;
        font-family: 'Merriweather';
        color: #1a237e;
        font-weight: 700;
        display: inline-block;
        line-height: 21px;
        /* background: url(https://datafiles.nghean.gov.vn/nan-ubnd/themes/maunannew/uisteeringdocument/simplesteeringlist/images/logonan2.png) no-repeat; */
        /* padding-left: 36px; */
}
.UIListArticleOfSite > div:nth-child(2) {
        /* border: 1px solid #ddd; */
        /* height: 189px; */
        /* overflow-y: scroll; */
        /* border-radius: 0 0 5px 5px; */
}
div.UIListArticleOfSite .lvwContent {
        padding: 0;
}
.UIListArticleOfSite .tb-content {
        padding: 5px;
}
.UIListArticleOfSite .lvwContent .tb-content .td-item {
        background: rgba(0, 0, 0, 0) url("https://storage-vnportal.vnpt.vn/cto-chinhquyen/themes/cantho/uitabarticle/singletab/images/arrow2.png") no-repeat scroll left center;
        padding: 8px 15px;
        padding-left: 20px;
}
.UIListArticleOfSite div:nth-child(3) {
        padding: 10px;
        text-align: right;
}
.UIListArticleOfSite .div-pager {
        text-align: right;
}
.UIListArticleOfSite .div-pager>span{
        display: flex;
        align-items: center;
        justify-content: flex-end;
}
.UIListArticleOfSite .CurrentPage {
        background: #ea0c77 none repeat scroll 0 0;
        color: #0099d6;
        cursor: pointer;
        display: inline-block;
        font: bold 0 arial;
        height: 10px;
        margin-right: 5px;
        vertical-align: top;
        width: 10px;
}
.UIListArticleOfSite .ButtonPage {
        background: #f67700 none repeat scroll 0 0;
        display: inline-block;
        font: 0 arial;
        height: 10px;
        margin-right: 5px;
        opacity: 0.5;
        vertical-align: top;
        width: 10px;
}
@media only screen and (max-width: 768px){
        div.UIListArticleOfSite{
                padding: 5px 10px;
        }
}
