.ImageCategory {
        border: 1px solid #ddd;
        border-radius: 2px;
        margin: 0 0 10px;
        position: relative;
        text-align: justify;
}
.ImageCategory .title {
        height: 23px;
        width: 100%;
        background: rgba(0, 0, 0, 0) url("https://storage-vnportal.vnpt.vn/sme-g6/themes/benhvienphuchoi/uimediacontrols/youtubeplayer/images/bg_block_center.png") no-repeat scroll 0 0;
}
.ImageCategory .title span {
        color: #fff;
        font: bold 12px/23px arial;
        padding: 0 30px;
        text-transform: none;
        background: #308157;
        height: 100%;
        display: inline-block;
}
.ImageCategory img {
        height: 120px;
        margin-bottom: 10px;
        width: 170px;
        display: block;
        object-fit: cover;
}
.ImageCategory .LibraryItem > a:hover {
        color: #004d98;
}
.ImageCategory .LibraryItem > a {
        font: bold 13px arial;
        color: #333;
}
.ImageCategory .LibraryList {
        margin: 0;
        padding: 0;
        text-align: center;
}
.ImageCategory .LibraryCategoryPager {
        cursor: pointer;
        margin: 10px;
        text-align: right;
}
.ImageCategory .LibraryCategoryPager .CurrentPage {
        cursor: pointer;
        font: bold 14px arial;
        padding: 0 2px;
}
.ImageCategory .LibraryCategoryPager .PageLink {
        font: 12px arial;
        padding: 0 2px;
}
