.breadcrumb-item.active a {
  color: red !important;
}
.breadcrumb-item.active a:hover {
  text-decoration: underline !important;
}

#image_page {
  background-color: #f0f5f8;
}
@media (max-width: 768px) {
  #image_page .main-content {
    background-color: #f0f5f8;
  }
  #image_page .container {
    padding: 0 20px !important;
  }
}

.main-content {
  background: #f0f5f8;
  margin-top: 0;
  position: relative;
  z-index: 1;
}
.main-content .news-content .time-breadcrumbs .time {
  font-size: 14px;
  float: right;
  color: #444;
}
.main-content .news-content .content-news .content-title {
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 2rem;
}
.main-content .news-content .content-news .content-detail blockquote {
  border-left: 5px solid #eee;
  padding-left: 10px !important;
}
.main-content .news-content .content-news .content-detail p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: justify;
}
.main-content .news-content .content-news .content-detail p img {
  width: 100% !important;
  height: auto !important;
}
.main-content .news-content .content-news .content-detail span {
  font-size: 1rem;
  text-align: justify;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}
.main-content .news-content .content-news .content-detail ul {
  color: #d82826;
}
.main-content .news-content .content-news .content-detail ul a {
  color: #d82826;
  font-size: 18px;
}
.main-content .news-content .content-news .content-detail ul a p,
.main-content .news-content .content-news .content-detail ul a span {
  color: #d82826;
  font-size: 18px;
}
.main-content .news-content .content-news .content-detail ul a:hover {
  text-decoration: underline !important;
}
.main-content .news-content .content-news .content-detail .content-detail-image img {
  display: block;
  width: 100%;
  height: auto !important;
  margin: 15px 0;
}
.main-content .news-content .related_new ul li a {
  color: #d82826;
  font-size: 18px;
}
.main-content .news-content .related_new ul li a:hover {
  text-decoration: underline !important;
}
.main-content .news-content .content-share {
  margin-top: 20px;
}
.main-content .news-content .content-share li {
  background-color: #1877f2;
  padding: 0 10px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
}
.main-content .news-content .content-share li p {
  font-size: 11px;
  font-weight: 400;
  color: #fff;
}
.main-content .news-content .content-share li p span {
  font-weight: 700;
}
.main-content .news-content .content-share li a {
  font-size: 11px;
  font-weight: 400;
  color: #fff;
}
.main-content .news-content .content-share .share-fb a {
  font-weight: 700;
}
.main-content .news-content .content-share .share-zalo {
  display: block;
  background-color: #03a5fa;
  color: #fff;
  line-height: 20px;
  text-decoration: none;
  font-size: 11px;
  border-radius: 3px;
  text-align: center;
}
.main-content .news-content .content-share .share-zalo img {
  margin-right: 2px;
}
.main-content .page-content.inner-content .news-category .news-cat-title {
  background: url(/modules/news/assets/img/bg-title-lg.png) no-repeat bottom left/100%;
  width: 320px;
}
.main-content .page-content .news-category .news-cat {
  margin-bottom: 30px;
}
.main-content .page-content .news-category .news-cat-title {
  text-transform: uppercase;
  height: 36px;
  font-size: 18px;
  background: url(/modules/news/assets/img/bg-title.png) no-repeat bottom left/auto 5px;
  font-weight: bold;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.main-content .page-content .news-category .news-cat-title a {
  color: #222;
}
.main-content .page-content .news-category .news-cat-title a:hover {
  text-decoration: none;
}
.main-content .page-content .news-category .list-images .image {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .main-content .page-content .news-category .list-images .image {
    margin: 7px;
    width: calc(50% - 14px);
  }
}
@media (max-width: 384px) {
  .main-content .page-content .news-category .list-images .image {
    width: calc(100% - 14px);
  }
}
.main-content .page-content .news-category .list-images .image a {
  text-decoration: none;
}
.main-content .page-content .news-category .list-images .image a .thumb {
  position: relative;
  display: block;
  width: 100%;
}
.main-content .page-content .news-category .list-images .image a .thumb img {
  display: block;
  max-width: 100%;
  height: auto;
}
.main-content .page-content .news-category .list-images .image a .thumb:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  display: none;
  transition: all 0.2s linear;
}
.main-content .page-content .news-category .list-images .image a .thumb:after {
  content: "";
  display: none;
  width: 50px;
  height: 50px;
  background: url(/modules/news/assets/img/ic-hoasen-white.png) no-repeat top left/100%;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  z-index: 1;
  transition: all 0.2s linear;
}
@media (max-width: 768px) {
  .main-content .page-content .news-category .list-images .image a .thumb:after {
    top: calc(50% - 30px);
  }
}
.main-content .page-content .news-category .list-images .image a .thumb:hover:after, .main-content .page-content .news-category .list-images .image a .thumb:hover:before {
  display: block;
  transition: all 0.2s linear;
}
.main-content .page-content .news-category .list-images .image .image-info {
  display: block;
  padding: 15px;
  color: #222;
  text-decoration: none;
  transition: all 0.2s linear;
}
.main-content .page-content .news-category .list-images .image .image-info .image-info-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 4px 0;
  text-decoration: none;
}
.main-content .page-content .news-category .list-images .image .image-info .image-info-title:hover {
  color: #e79002;
}
@media (max-width: 768px) {
  .main-content .page-content .news-category .list-images .image .image-info .image-info-title {
    font-size: 14px;
  }
}
.main-content .page-content .news-category .list-images .image .image-info .image-info-date {
  text-decoration: none;
  margin-bottom: 0;
  font-size: 14px;
  color: #e79002;
  float: left;
}
@media (max-width: 768px) {
  .main-content .page-content .news-category .list-images .image .image-info .image-info-date {
    font-size: 12px;
  }
}
.main-content .page-content .news-category .list-images .image .image-info .image-info-num {
  float: right;
  color: #999;
  margin-bottom: 10px;
}

.readmore {
  color: #e79002;
  text-align: right;
  font-weight: bold;
}
.readmore:hover {
  color: #444;
  text-decoration: underline !important;
}/*# sourceMappingURL=image.css.map */