.ImageCategory .title {
  /*background: -moz-linear-gradient(left, #9b0000 0%, #e24f4f 100%);
      background: -webkit-linear-gradient(left, #9b0000 0%,#E03E3E 100%);
      background: linear-gradient(to right, #9b0000 0%,#E03E3EB 100%); 
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b0000', endColorstr='#e24f4f',GradientType=1 );*/
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  height: 32px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 32px;
  padding-top: 1px;
  padding-left: 8px;
  background: url(https://storage-vnportal.vnpt.vn/vass/themes/nxbkhxh/uisteeringdocument/newsteering/images/left-menu-bg.png) no-repeat top right;
}
.ImageCategory {
  position: relative;
}
.ImageCategory img {
  display: block;
  height: 200px;
  --margin-bottom: 5px;
  --width: 90%;
  object-fit: cover;
}
.ImageCategory div.LibraryItem {
  margin: 0;
  padding-top: 10px;
}
.ImageCategory .LibraryItem > a:hover {
  color: #b7091c;
}
.ImageCategory .LibraryItem > a {
  display: inline-block;
  font: 13px arial;
  width: 100%;
}
.ImageCategory .LibraryList {
  background: #fff none repeat scroll 0 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;
}
/*****image category***********/
.LibraryList div table tbody tr {
  display: flex;
  flex-wrap: wrap;
}

.LibraryItem {
  flex: 1;
  flex-basis: 250px;
}
