

.ImageCategory .title {
    /* background: url(images/anh.png) no-repeat scroll 5px center, #002664; */
    background: #002664;
    color: #fff;
    font: bold 13px/32px arial;
    text-transform: uppercase;
    white-space: nowrap;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /* border-bottom: 2px solid #FF8000; */
}
.ImageCategory {
        margin: 0 0 10px 0;
        position: relative;
        background: #fff;
}

.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;
        width: 100%;
        height: 190px;
        display: block;
        object-fit: cover;
        /* border: 1px solid #ddd; */
}
.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: 20px;
        height: 20px;
        display: inline-flex;
        background: #dee2e6;
        border-radius: 5px;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        margin-top: 4px;
}
.ImageCategory .LibraryCategoryPager .CurrentPage {
        color: #fff;
        background: #002664;
        font-size: 12px;
}
.ImageCategory .title>span{
      color: #fff !important;
      font: bold 13px/20px arial;
      text-shadow: 0 1px 0 #000;
      text-transform: uppercase;
      white-space: nowrap;
      /* border: 1px solid; */
      border-left: none;
      border-right: none;
      display: inline-block;
      width: 100%;
      /* padding-left: 50px; */
      text-align: center;
}
@media only screen and (max-width: 1023px){
        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;
        }
}
