.ImageCategory {
        margin: 0 0 10px 0;
        position: relative;
        background: #f8f9fa;
        padding: 5px 5px;
}
.ImageCategory .title {
        text-transform: uppercase;
        font-weight: bold;
        padding: 5px 0px;
        color: var(--bg-blue-weight);
        display: inline-block;
        /* background: url(images/huyhieu.gif) no-repeat 0 5px; */
        /* padding-left: 10px; */
        width: 100%;
        margin-bottom: 0;
}
.ImageCategory .LibraryItem > a:hover {
        color: #005f9d;
}
.ImageCategory .LibraryItem > a {
        padding-bottom: 10px;
        display: inline-block;
        font-size: 15px;
        font-weight: 600;
        color: #212529;
        width: 100%;
        text-decoration: none;
}
.ImageCategory .LibraryItem > a>img{
        margin-bottom: 10px;
        height: 120px;
        display: block;
        object-fit: cover;
        /* border: 1px solid #ddd; */
        width: 100%;
        min-width: 190px;
}
.ImageCategory .LibraryList {
        background: #f8f9fa none repeat scroll 0 0;
        border-radius: 0;
        padding: 10px 0;
        text-align: center;
        min-height: 200px;
        /* border: 1px solid #ddd; */
        padding-top: 0;
        margin-top: 10px;
}
.ImageCategory .LibraryCategoryPager {
        cursor: pointer;
        margin: 10px;
        text-align: center;
        padding-bottom: 10px;
        margin-bottom: 0;
}
.ImageCategory .LibraryCategoryPager .CurrentPage {
        cursor: pointer;
        padding: 0 2px;
}
.ImageCategory .LibraryCategoryPager .PageLink {
        font: 12px arial;
        padding: 0 2px;
}
.ImageCategory .LibraryCategoryPager .PagerButton, 
.ImageCategory .LibraryCategoryPager .CurrentPage, 
.ImageCategory .LibraryCategoryPager .PageLink {
        width: 25px;
        height: 25px;
        display: inline-flex;
        background: #dee2e6;
        border-radius: 5px;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        margin-top: 4px;
}
.ImageCategory .LibraryCategoryPager .CurrentPage {
        color: #fff;
        background: #ec1e25;
        font-size: 12px;
}
.ImageCategory .title>span{
        display: inline-block;
        border-bottom: 1px solid;
        font-size: 14px;
}
@media only screen and (max-width: 768px){
        div.ImageCategory {
                padding: 0 10px;
        }
        div.ImageCategory .LibraryList {
                padding-top: 10px;
        }
        div.LibraryList td.LibraryItem {
                width: 100% !important;
        }
        div.LibraryList td.LibraryItem>div {
                padding: 0;
        }
}
