.breadcrumb-item.active span {
  color: red;
}

.main-content {
  background: #fff;
  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;
}
.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;
  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-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 .news-cat-content .news .news-title {
  margin: 10px 0;
}
.main-content .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;
  text-decoration: none;
}
.main-content .page-content .news-category .news-cat-content .news .news-title a:hover {
  color: #e79002;
}
.main-content .page-content .news-category .news-cat-content .news .news-thumb {
  position: relative;
}
.main-content .page-content .news-category .news-cat-content .news .news-thumb a {
  display: block;
}
.main-content .page-content .news-category .news-cat-content .news .news-thumb img {
  transition: all 0.3s linear;
  height: 213px;
  width: 100%;
}
@media (max-width: 786px) {
  .main-content .page-content .news-category .news-cat-content .news .news-thumb img {
    height: auto;
    width: 100%;
  }
}
.main-content .page-content .news-category .news-cat-content .news .news-thumb .video-times {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 4px 5px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: bold;
}
.main-content .page-content .news-category .news-cat-content .news .news-thumb:hover img {
  background-size: 130% !important;
  transition: all 0.3s linear;
}
.main-content .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%;
}
.main-content .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;
}
.main-content .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;
}
.main-content .page-content .news-category .news-cat-content .news .news-shortdesc {
  display: flex;
  justify-content: space-between;
}
.main-content .page-content .news-category .news-cat-content .news .news-shortdesc .news-date {
  color: #fc9f08;
}
.main-content .page-content .news-category .news-cat-content .news .news-shortdesc p {
  margin-bottom: 0;
  max-height: 3rem;
  width: 70%;
  flex-shrink: 1;
  white-space: nowrap;
  overflow: hidden;
  -webkit-line-clamp: 1;
  min-height: inherit;
  text-overflow: ellipsis;
}
.main-content .page-content .news-category .news-cat-content .news .news-shortdesc .readmore {
  display: block;
  text-align: right;
}
.main-content .page-content .news-category .news-cat-content .news .news-shortdesc .readmore:hover {
  color: #444;
  text-decoration: underline !important;
}
.main-content .page-content .news-category .news-cat-content .news .news-shortdesc {
  font-size: 15px;
}
.main-content .page-content .news-category .news-cat-content .news .readmore {
  color: #e79002;
  display: block;
  text-align: right;
  font-weight: normal;
}

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