.ImageCategory {
        border-radius: 2px;
        position: relative;
        text-align: justify;
        margin-bottom: 20px;
}
.ImageCategory .title {
        /* height: 45px; */
        padding: 30px 0px;
        padding-left: 35px;
        position: relative;
        padding-left: 125px;
        /* margin-bottom: 20px; */
        background-image: linear-gradient(to right bottom, #e1dede, #e6e4e5, #eceaeb, #f1f1f1, #f7f7f7, #fafafa, #fcfcfc, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff);
}
.ImageCategory .title::after {
        content: '';
        background-image: url('https://storage-vnportal.vnpt.vn/sme-g6/sitefolders/ditichrungkienan/green-flag.png');
        height: 70px;
        width: 100px;
        display: block;
        background-size: 100% 100%;
        position: absolute;
        top: 40px;
        left: 0px;
}
.ImageCategory .title span {
        color: darkgreen;
        font-size: 45px;
        font-weight: 600;
        font-family: 'Roboto Condensed', sans-serif;
}
.ImageCategory img {
        height: 340px;
        width: 440px;
        display: block;
        border-radius: 6px;
        margin-top: 35px;
        margin-bottom: 15px;
        padding: 10px;
}
.ImageCategory img:hover {
        transition: ease 0.5s;
        transform: scale(1.1);
}
.ImageCategory .LibraryItem > a:hover {
        color: darkgreen;
}
.ImageCategory .LibraryItem > a {
        font-size: 18px;
}
.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;
}
.ImageCategory .title span::after {
        /*content: "\A Dấu ấn không phai nơi rừng thiêng hùng vĩ"; */
        white-space: pre-wrap;
        font-size: 21px;
        line-height: -11px;
        font-style: italic;
}
@media only screen and (max-width: 768px){
        .ImageCategory .title span {
                font-size: 24px;
        }
        .ImageCategory .title span::after { 
                font-size: 16px;
                line-height: 22px;
        }
}
