
.ImageCategory {
    border-radius: 2px;
    position: relative;
    text-align: justify;
  	margin-bottom: 20px;
}
.ImageCategory .title {
  display: none;
    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 span {
  display: none;
    color: darkgreen;
	font-size: 45px;
	font-weight: 600;
	font-family: 'Roboto Condensed', sans-serif;
}
.ImageCategory img {
height: 260px;
width: 350px;
	display: block;
	border-radius: 6px;
	margin-top: 35px;
	margin-bottom: 15px;
}
.ImageCategory img:hover {
	transition: ease 0.5s;
	transform: scale(1.1);
}
.ImageCategory .LibraryItem > a:hover {
    color: darkgreen;
}
.ImageCategory .LibraryItem > a {
   	font-size: 16px;
    display: inline-block;
    width: 100%;
    max-width: 300px;
    text-align: center;
    word-wrap: break-word;
    white-space: normal;
}
.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: 35px;
    font-style: italic;
}
