.UIListArticleOfSite {
        position: relative;
        background: #fff none repeat scroll 0 0;
        border-color: #dbeece #c2e3ab #c2e3ab;
        border-image: none;
        border-radius: 15px;
        border-style: dashed;
        border-width: 2px;
        margin-bottom: 10px;
}
.UIListArticleOfSite .header-title {
        background: rgba(0, 0, 0, 0) url('https://storage-vnportal.vnpt.vn/cmu-khdn/5882/HinhAnh/thbar.png') no-repeat scroll left 10px center;
        height: 45px;
        padding: 0 8px;
        position: relative;
        z-index: 2;
}
.UIListArticleOfSite .header-title .title {
        border-bottom: 2px dashed #c2e3ab;
        display: inline-block;
        padding: 0 0 0 66px;
        white-space: nowrap;
        width: 82%;
        color: #bd251e;
        font: 22px/44px 'Coiny', cursive;
        padding-left: 75px;
        text-shadow: 1px 1px #fff;
}
.UIListArticleOfSite > div:nth-child(2) {
        height: 218px;
}
.UIListArticleOfSite .lvwContent {
}
.UIListArticleOfSite .tb-content {
        padding: 5px;
}
.UIListArticleOfSite .lvwContent .tb-content .td-item {
        /* background: rgba(0, 0, 0, 0) url("images/i.gif") no-repeat scroll left center; */
        padding: 4px 0;
}
.UIListArticleOfSite .lvwContent .tb-content .td-item .item img {
        border-radius: 15px;
        float: left;
        height: 110px;
        margin-right: 10px;
        width: 150px;
}
.UIListArticleOfSite .lvwContent .tb-content .td-item .item a {
        color: #555;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        vertical-align: middle;
}
.UIListArticleOfSite .lvwContent .tb-content .td-item .item:hover a {
        color: #fb3c01;
}
.UIListArticleOfSite .lvwContent .a-item:hover {
        color: #da1c1c;
}
.UIListArticleOfSite div:nth-child(3) {
        padding: 10px;
        text-align: right;
}
.UIListArticleOfSite .div-pager {
        bottom: 0;
        position: absolute;
        right: 0;
}
.UIListArticleOfSite .CurrentPage {
        background: #33B59B none repeat scroll 0 0;
        color: #da1c1c;
        cursor: pointer;
        display: inline-block;
        font: bold 0 arial;
        height: 8px;
        margin-right: 5px;
        vertical-align: top;
        width: 8px;
}
.UIListArticleOfSite .ButtonPage {
        background: #33B59B none repeat scroll 0 0;
        display: inline-block;
        font: 0 arial;
        height: 8px;
        margin-right: 5px;
        opacity: 0.6;
        vertical-align: top;
        width: 8px;
}
@media only screen and (max-width: 768px){
        .UIListArticleOfSite {
                padding: 0 15px;
                width: 100vw;
        }
}
