@media (min-width: 768px) and (max-width: 1024px) {
  .cat-breadcrumbs {
    margin-bottom: 30px;
  }
}

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

.image_bg {
  background-color: #f0f5f8;
}
.image_bg .main-content {
  background-color: #f0f5f8;
}
.image_bg .news-cat-title {
  text-transform: uppercase;
  height: 36px;
  font-size: 18px;
  background: url(/modules/news/assets/img/bg-title-lg.png) no-repeat bottom left/100%;
  font-weight: bold;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 320px;
}
.image_bg .news-cat-title .image-mode {
  float: right;
  margin-top: 2px;
}
.image_bg .news-cat-title .image-mode ul {
  padding-left: 0;
  margin-bottom: 0;
}
.image_bg .news-cat-title .image-mode ul li {
  display: inline-block;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
}
.image_bg .news-cat-title .image-mode ul li.ic-grid {
  background: url(../img/icon-grid.png) no-repeat top left/100%;
}
.image_bg .news-cat-title .image-mode ul li.ic-list {
  background: url(../img/icon-list.png) no-repeat top left/100%;
}
.image_bg .news-cat-title .image-mode ul li.active.ic-grid, .image_bg .news-cat-title .image-mode ul li:hover.ic-grid {
  background: url(../img/icon-grid-active.png) no-repeat top left/100%;
}
.image_bg .news-cat-title .image-mode ul li.active.ic-list, .image_bg .news-cat-title .image-mode ul li:hover.ic-list {
  background: url(../img/icon-list-active.png) no-repeat top left/100%;
}
.image_bg .search_result {
  padding-top: 20px;
}
.image_bg .search_result .list-images.images-grid {
  overflow: hidden;
  background: #fff;
  padding: 5px;
}
.image_bg .search_result .list-images.images-grid .image {
  width: 33.3%;
  float: left;
  padding: 6px 7px;
}
@media (max-width: 768px) {
  .image_bg .search_result .list-images.images-grid .image {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .image_bg .search_result .list-images.images-grid .image {
    width: 100%;
  }
}
.image_bg .search_result .list-images.images-grid .image.rtl {
  float: right;
}
.image_bg .search_result .list-images.images-grid .image:nth-child(6n+1) {
  width: 66.7%;
}
@media (max-width: 768px) {
  .image_bg .search_result .list-images.images-grid .image:nth-child(6n+1) {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .image_bg .search_result .list-images.images-grid .image:nth-child(6n+1) {
    width: 100%;
  }
}
.image_bg .search_result .list-images.images-grid .image a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.image_bg .search_result .list-images.images-grid .image a img {
  width: 100%;
  display: block;
}
.image_bg .search_result .list-images.images-grid .image a: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;
}
.image_bg .search_result .list-images.images-grid .image a: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) {
  .image_bg .search_result .list-images.images-grid .image a:after {
    top: calc(50% - 30px);
  }
}
.image_bg .search_result .list-images.images-grid .image a .image-info {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s linear;
}
.image_bg .search_result .list-images.images-grid .image a .image-info .image-info-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 4px 0;
}
@media (max-width: 768px) {
  .image_bg .search_result .list-images.images-grid .image a .image-info .image-info-title {
    font-size: 14px;
  }
}
.image_bg .search_result .list-images.images-grid .image a .image-info .image-info-date {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  float: left;
}
@media (max-width: 768px) {
  .image_bg .search_result .list-images.images-grid .image a .image-info .image-info-date {
    font-size: 12px;
  }
}
.image_bg .search_result .list-images.images-grid .image a .image-info .image-info-num {
  float: right;
  color: #fff;
  margin-bottom: 0;
}
.image_bg .search_result .list-images.images-grid .image a:hover .image-info, .image_bg .search_result .list-images.images-grid .image a:hover:after, .image_bg .search_result .list-images.images-grid .image a:hover:before {
  display: block;
  transition: all 0.2s linear;
}
.image_bg .search_result .list-images.images-list {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}
.image_bg .search_result .list-images.images-list .image {
  width: calc(50% - 30px);
  float: left;
  margin: 15px;
  position: relative;
  background: #fff;
  border: 1px solid #e5e5e5;
}
@media (max-width: 576px) {
  .image_bg .search_result .list-images.images-list .image {
    margin: 7px;
    width: calc(50% - 14px);
  }
}
@media (max-width: 384px) {
  .image_bg .search_result .list-images.images-list .image {
    width: calc(100% - 14px);
  }
}
.image_bg .search_result .list-images.images-list .image a {
  text-decoration: none;
}
.image_bg .search_result .list-images.images-list .image a .thumb {
  position: relative;
  display: block;
  width: 100%;
}
.image_bg .search_result .list-images.images-list .image a .thumb img {
  display: block;
  max-width: 100%;
  height: 337px;
}
@media (max-width: 768px) {
  .image_bg .search_result .list-images.images-list .image a .thumb img {
    height: auto;
  }
}
.image_bg .search_result .list-images.images-list .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;
}
.image_bg .search_result .list-images.images-list .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) {
  .image_bg .search_result .list-images.images-list .image a .thumb:after {
    top: calc(50% - 30px);
  }
}
.image_bg .search_result .list-images.images-list .image a .thumb:hover:after, .image_bg .search_result .list-images.images-list .image a .thumb:hover:before {
  display: block;
  transition: all 0.2s linear;
}
.image_bg .search_result .list-images.images-list .image .image-info {
  display: block;
  padding: 15px;
  color: #222;
  text-decoration: none;
  transition: all 0.2s linear;
}
.image_bg .search_result .list-images.images-list .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;
}
.image_bg .search_result .list-images.images-list .image .image-info .image-info-title:hover {
  color: #e79002;
}
@media (max-width: 768px) {
  .image_bg .search_result .list-images.images-list .image .image-info .image-info-title {
    font-size: 14px;
  }
}
.image_bg .search_result .list-images.images-list .image .image-info .image-info-date {
  text-decoration: none;
  margin-bottom: 0;
  font-size: 14px;
  color: #e79002;
  float: left;
}
@media (max-width: 768px) {
  .image_bg .search_result .list-images.images-list .image .image-info .image-info-date {
    font-size: 12px;
  }
}
.image_bg .search_result .list-images.images-list .image .image-info .image-info-num {
  float: right;
  color: #999;
  margin-bottom: 10px;
}

.cat .tab-audio {
  display: inline-flex;
  float: right;
  position: relative;
}
.cat .tab-audio .nav-item .nav-link {
  border-radius: 0;
  border: none;
  border-right: 1px solid #495057;
  padding: 0 0.6rem;
  color: #535353;
  font-size: 14px;
  text-transform: uppercase;
}
.cat .tab-audio .nav-item .active {
  color: #fc9f08;
}
.cat .tab-audio .nav-item:last-child .nav-link {
  border-right: none;
}

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

.main-content {
  background: #fff;
  margin-top: 0;
  position: relative;
  z-index: 1;
}
.main-content .feature-news {
  margin-bottom: 30px;
}
.main-content .feature-news .news .news-thumb {
  position: relative;
}
.main-content .feature-news .news .news-thumb a {
  display: block;
}
.main-content .feature-news .news .news-thumb a img {
  transition: all 0.3s linear;
}
.main-content .feature-news .news .news-thumb a img:hover {
  background-size: 130% !important;
  transition: all 0.3s linear;
}
.main-content .feature-news .news .news-thumb:after {
  content: "";
  display: block;
  width: 100%;
  height: 55px;
  background: url(../img/mask_bottom.png) no-repeat bottom center/100%;
  position: absolute;
  bottom: -1px;
}
.main-content .feature-news .news .news-title {
  margin: 10px 0;
}
.main-content .feature-news .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;
}
.main-content .feature-news .news .news-shortdesc .news-date {
  color: #fc9f08;
}
.main-content .feature-news .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;
}
.main-content .feature-news .news .news-shortdesc .readmore {
  display: block;
  width: 100%;
  text-align: right;
}
.main-content .feature-news .news .news-shortdesc {
  font-size: 15px;
}
.main-content .feature-news .news .readmore {
  color: #e79002;
  display: block;
  text-align: right;
  font-weight: normal;
}
.main-content .hot-news {
  position: relative;
}
.main-content .hot-news.frame .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;
  width: 320px;
}
.main-content .hot-news.frame .hot-news-tinhnguoi .news .news-thumb img {
  transition: all 0.3s linear;
}
.main-content .hot-news.frame .hot-news-tinhnguoi .news .news-thumb img:hover {
  background-size: 130% !important;
  transition: all 0.3s linear;
}
.main-content .hot-news.frame .hot-news-tinhnguoi .news .news-title {
  margin: 10px 0;
}
.main-content .hot-news.frame .hot-news-tinhnguoi .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;
}
.main-content .hot-news .owl-dots {
  position: absolute;
  top: -30px;
  right: 0;
}
.main-content .hot-news .owl-dots .owl-dot {
  width: 20px;
  height: 6px;
  border-radius: 3px;
  background: #999;
  margin-left: 5px;
  border: 0;
}
.main-content .hot-news .owl-dots .owl-dot.active {
  background: #fc9f08;
}
.main-content .title-sort {
  font-size: 15px;
  margin-bottom: 30px;
  overflow: hidden;
}
.main-content .title-sort form {
  float: right;
  display: flex;
  align-items: center;
}
.main-content .title-sort form label {
  display: flex;
  white-space: nowrap;
  flex-wrap: inherit;
}
.main-content .title-sort form .button_search {
  width: 76px;
  height: 100%;
  background: url(../img/search_btn.png) no-repeat top left/100%;
  text-indent: -9999px;
  text-indent: -9999px;
  border: none;
  border-radius: 0;
}

.stats-block {
  background: #f6f4f4;
  position: relative;
  margin: 50px 0;
}
.stats-block .main-content {
  background-color: transparent;
}
.stats-block:before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  top: -50px;
  background: url(../img/bg-top-cor.png) no-repeat top center/100% 100%;
  z-index: 3;
}
.stats-block:after {
  z-index: 3;
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: -50px;
  background: url(../img/bg-bot-cor.png) no-repeat bottom center/100% 100%;
}
.stats-block .stats-title {
  text-align: center;
  color: #f1b50e;
  margin-top: 15px;
  margin-bottom: 15px;
}
.stats-block .stats-title h4 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold;
  color: #f1b50e;
}
.stats-block .stats-title h5 {
  color: #f1b50e;
}
.stats-block .stats-title .icon-heart-lotus {
  background: url(../img/icon-heart-lotus.png) no-repeat top center/100%;
  display: block;
  max-width: 140px;
  height: 140px;
  margin: 0 auto 10px;
}
@media (max-width: 768px) {
  .stats-block .stats-title .icon-heart-lotus {
    max-width: 100px;
    height: 100px;
  }
}
.stats-block .stats-summary .stats-list {
  display: flex;
  font-size: 36px;
  color: #ee9800;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px 0px 10px;
  align-items: center;
}
.stats-block .stats-summary .stats-list .icon-heart {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/icon-heart-red.png) no-repeat top left/100%;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .stats-block .stats-summary .stats-list {
    font-size: 28px;
  }
  .stats-block .stats-summary .stats-list .icon-heart {
    max-width: 40px;
    height: 40px;
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  .stats-block .stats-summary .stats-list {
    font-size: 24px;
    padding: 15px 0;
    width: 220px;
    margin: 0 auto;
  }
  .stats-block .stats-summary .stats-list .icon-heart {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 768px) {
  .stats-block {
    padding: 25px 0;
  }
}

.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;
  width: 320px;
}

.result-block .result-content .result-post {
  margin-bottom: 20px;
}
.result-block .result-content .result-post a {
  color: #111;
  text-decoration: none;
}
.result-block .result-content .result-post a:hover .post-title {
  color: #ce9800;
}
.result-block .result-content .post-thumb {
  position: relative;
}
.result-block .result-content .post-thumb:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/icon-heart-conner.png) no-repeat top left/100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.result-block .result-content .post-thumb img {
  display: block;
  max-width: 100%;
  height: auto !important;
  transition: all 0.2s linear;
}
.result-block .result-content .post-thumb img:hover {
  background-size: 110% !important;
  transition: all 0.2s linear;
}
.result-block .result-content .post-title {
  font-weight: bold;
  padding: 8px 15px 6px;
}
.result-block .result-content .post-meta p {
  margin-bottom: 5px;
  font-size: 14px;
  padding: 0px 15px;
}

.video-block {
  padding: 20px 0;
  position: relative;
  margin: 50px 0 10px;
}
.video-block .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;
  width: 320px;
}
.video-block .news-cat-title a {
  color: #222;
}
.video-block .news-cat-title a:hover {
  text-decoration: none;
}
.video-block .main-content {
  background-color: transparent;
}
.video-block .video-list .videos .video-thumb {
  position: relative;
}
.video-block .video-list .videos .video-thumb:after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(/modules/news/assets/img/ic-hoasen-white.png) no-repeat top left/100%;
  position: absolute;
  bottom: -5px;
  left: calc(50% - 26px);
}
.video-block .video-list .videos .video-thumb:hover:after {
  background: url(/modules/news/assets/img/img-hoasen.png) no-repeat top left/100%;
}
.video-block .video-list .videos .video-title {
  font-weight: bold;
  font-size: 20px;
  margin: 10px 0;
}
.video-block .video-list .videos .video-title a {
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 3.5rem;
  min-height: 3rem;
}
.video-block .video-list .videos .video-title a:hover {
  color: #ce9800;
  text-decoration: none;
}
.video-block .video-list .videos .video-date {
  font-size: 14px;
}
.video-block .video-list .videos .news-shortdesc {
  display: flex;
  justify-content: space-between;
}
.video-block .video-list .videos .news-shortdesc .news-date {
  color: #fc9f08;
}
.video-block .video-list .videos .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;
}
.video-block .video-list .videos .news-shortdesc .readmore {
  color: #fc9f08;
  display: block;
  text-align: right;
}
.video-block .video-list .videos .owl-nav button {
  position: absolute;
  width: 30px;
  height: 60px;
  text-indent: -9999px;
  top: 32%;
}
.video-block .video-list .videos .owl-nav button.owl-prev {
  left: 10px;
  background: url(../img/icon-arrow-left.png) no-repeat top left/100%;
}
.video-block .video-list .videos .owl-nav button.owl-next {
  right: 10px;
  background: url(../img/icon-arrow-right.png) no-repeat top left/100%;
}

.gallery .gallery-header {
  height: 36px;
  background: url(/modules/news/assets/img/bg-title-lg.png) no-repeat bottom left/100%;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 4px 0px;
}
.gallery .gallery-header .title {
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.gallery .quicklink-header {
  height: 36px;
  background: url(/modules/news/assets/img/bg-title-lg.png) no-repeat bottom left/100%;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 4px 0px;
}
.gallery .quicklink-header .title {
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.gallery .gallery_list a {
  width: 25%;
  float: left;
  padding: 3px 4px;
}
.gallery .gallery_list a img {
  transition: all 0.3s linear;
}
.gallery .gallery_list a img:hover {
  background-size: 130% !important;
  transition: all 0.3s linear;
}
.gallery .carousel-indicators {
  position: absolute;
  top: -45px;
  right: 0;
  left: auto;
  margin-left: 0;
  margin-right: 0;
}
.gallery .carousel-indicators li {
  width: 20px;
  height: 6px;
  background: #999;
  list-style: none;
  margin-right: 10px;
  border-radius: 3px;
  border: 0;
}
.gallery .carousel-indicators li.active {
  background: #f1b50e;
}
.gallery .carousel-indicatorss {
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  position: absolute;
  top: -45px;
  right: 0;
  left: auto;
  margin-left: 0;
  margin-right: 0;
}
.gallery .carousel-indicatorss li {
  width: 20px;
  height: 6px;
  background: #999;
  list-style: none;
  margin-right: 10px;
  border-radius: 3px;
  border: 0;
}
.gallery .carousel-indicatorss li.active {
  background: #f1b50e;
}

.quicklink .gallery-header {
  height: 36px;
  background: url(/modules/news/assets/img/bg-title-lg.png) no-repeat bottom left/100%;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 4px 0px;
}
.quicklink .gallery-header .title {
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.quicklink .quicklink-header {
  height: 36px;
  background: url(/modules/news/assets/img/bg-title-lg.png) no-repeat bottom left/100%;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 4px 0px;
}
.quicklink .quicklink-header .title {
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.quicklink .gallery_list a {
  width: 25%;
  float: left;
  padding: 3px 4px;
}
.quicklink .gallery_list a img {
  transition: all 0.3s linear;
}
.quicklink .gallery_list a img:hover {
  background-size: 130% !important;
  transition: all 0.3s linear;
}
.quicklink .carousel-indicators {
  position: absolute;
  top: -45px;
  right: 0;
  left: auto;
  margin-left: 0;
  margin-right: 0;
}
.quicklink .carousel-indicators li {
  width: 20px;
  height: 6px;
  background: #999;
  list-style: none;
  border-radius: 3px;
}
.quicklink .carousel-indicators li.active {
  background: #f1b50e;
}

@media (max-width: 768px) {
  .gallery .gallery_list a {
    width: 50%;
    padding: 4px;
  }
  .quicklink .gallery_list a {
    width: 50%;
    padding: 4px;
  }
}
#click_search {
  padding: 30px 30px 0;
}

.video-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;
}/*# sourceMappingURL=cat.css.map */