.main-content {
  background: #fff;
  padding: 30px;
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.page-content .news-category .news-cat-title {
  text-transform: uppercase;
  height: 36px;
  font-size: 18px;
  font-weight: bold;
  background: url(/modules/news/assets/img/bg-title.png) no-repeat bottom left/100%;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 320px;
}
.page-content .news-category .news-cat-content .news .news-title {
  margin: 10px 0;
}
.page-content .news-category .news-cat-content .news .news-title a {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 3rem;
  min-height: 3rem;
  text-decoration: none;
}
.page-content .news-category .news-cat-content .news .news-title a:hover {
  color: #e79002;
}
.page-content .news-category .news-cat-content .news .news-thumb {
  position: relative;
}
.page-content .news-category .news-cat-content .news .news-thumb a {
  display: block;
}
.page-content .news-category .news-cat-content .news .news-thumb img {
  transition: all 0.3s linear;
  height: 213px;
  width: 100%;
}
@media (max-width: 786px) {
  .page-content .news-category .news-cat-content .news .news-thumb img {
    height: auto;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-content .news-category .news-cat-content .news .news-thumb img {
    height: 180px;
    width: 100%;
  }
}
.page-content .news-category .news-cat-content .news .news-thumb:hover img {
  background-size: 130% !important;
  transition: all 0.3s linear;
}
.page-content .news-category .news-cat-content .news .news-thumb:hover:after {
  background: url(/modules/news/assets/img/img-hoasen.png) no-repeat top left/100%;
}
.page-content .news-category .news-cat-content .news .news-thumb:before {
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  width: 100%;
  height: 50px;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-content .news-category .news-cat-content .news .news-thumb:after {
  content: "";
  display: block;
  width: 60px;
  height: 48px;
  background: url(/modules/news/assets/img/ic-hoasen-white.png) no-repeat top left/100%;
  position: absolute;
  left: calc(50% - 30px);
  bottom: 0;
}
.page-content .news-category .news-cat-content .news .news-shortdesc .news-date {
  color: #fc9f08;
}
.page-content .news-category .news-cat-content .news .news-shortdesc p {
  margin-bottom: 0;
  max-height: 3rem;
  min-height: 3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.page-content .news-category .news-cat-content .news .news-shortdesc .readmore {
  display: block;
  width: 100%;
  text-align: right;
}
.page-content .news-category .news-cat-content .news .news-shortdesc {
  font-size: 15px;
}
.page-content .news-category .news-cat-content .news .readmore {
  color: #e79002;
  display: block;
  text-align: right;
  font-weight: normal;
}

.page-content.inner-content .news-category .news-cat-title {
  background: url(/modules/news/assets/img/bg-title-lg.png) no-repeat bottom left/100%;
}/*# sourceMappingURL=tinchuyenmuc.css.map */