.cat-breadcrumbs {
  margin-bottom: 30px;
}
.cat-breadcrumbs .breadcrumbs .breadcrumb-item.active a {
  color: red;
}
.cat-breadcrumbs .breadcrumbs .breadcrumb-item.active a:hover {
  text-decoration: underline !important;
}
.cat-breadcrumbs .tab-audio {
  display: inline-flex;
  float: right;
  position: relative;
}
@media (max-width: 768px) {
  .cat-breadcrumbs .tab-audio {
    display: block;
    float: none;
  }
}
.cat-breadcrumbs .nav-tabs {
  border: 0;
}
.cat-breadcrumbs .nav-tabs .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-breadcrumbs .nav-tabs .nav-link.active {
  color: #fc9f08;
}
.cat-breadcrumbs .nav-tabs .nav-link:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  .cat-breadcrumbs .nav-tabs {
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}

.main-content {
  background: #fff;
  padding: 30px;
  margin-top: 0;
  position: relative;
  z-index: 1;
}
.main-content .title-sort {
  font-size: 15px;
  margin-bottom: 43px;
  overflow: hidden;
}
.main-content .title-sort .form-inline {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.main-content .title-sort form {
  float: right;
}
.main-content .title-sort label {
  text-transform: none;
  font-size: 13px;
  font-weight: normal;
  margin-right: 10px;
  color: #333;
}
.main-content .title-sort select {
  height: 28px !important;
  margin: 0 !important;
  padding: 0 5px !important;
}
.main-content .title-sort input {
  height: 38px;
  border: 1px solid #3583ea;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.main-content .title-sort a {
  width: 40px;
  height: 38px;
  background: url(/images/search_btn.png) no-repeat top left/100%;
  text-indent: -9999px;
  text-indent: -9999px;
  border: none;
  border-radius: 0;
}
.main-content .title-sort a span {
  display: none;
}

.ic {
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
}
.ic.ic-home {
  background: url(../images/ic-home.svg) no-repeat top left/100%;
  margin-left: 20px;
}
.ic.ic-search {
  width: 16px;
  height: 16px;
  background: url(/images/ic-search.svg) no-repeat top left/100%;
}
.ic.ic-play {
  background: url(../images/ic-video.svg) no-repeat top left/100%;
  opacity: 0.6;
}
.ic.ic-play:hover {
  opacity: 1;
}

@media (max-width: 992px) {
  .ic.ic-home {
    margin-left: 0;
  }
}
body.image {
  background: #f0f5f8;
}
body.image .main-content {
  background: #f0f5f8;
}

@media (max-width: 576px) {
  body {
    padding-bottom: 40px;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  padding-left: 10px;
  padding-right: 10px;
}

.text-yellow {
  color: #ce9800 !important;
}

.tophead {
  background: #e5e5e5;
}
.tophead ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  height: 36px;
}
.tophead ul li {
  display: inline-block;
  overflow: hidden;
}
.tophead ul li a {
  padding: 7px 15px;
  display: flex;
  font-weight: bold;
  color: #666;
  font-size: 14px;
  height: 36px;
  line-height: 21px;
}
.tophead ul li a .site-logo {
  width: 20px;
  height: 20px;
  display: block;
}
.tophead ul li a .site-logo.site-ctd {
  background: url(../images/logo-chuthapdo-gray.png) no-repeat top left/100%;
}
.tophead ul li a .site-logo.site-tn {
  background: url(../images/logo-clb-gray.png) no-repeat top left/100%;
}
.tophead ul li a .site-name {
  font-weight: bold;
  margin-left: 10px;
}
.tophead ul li a.active {
  background: #fff;
}
.tophead ul li a.active .site-logo.site-ctd {
  background: url(../images/logo-chuthapdo.png) no-repeat top left/100%;
}
.tophead ul li a.active .site-logo.site-tn {
  background: url(../images/logo-clb-tinhnguoi.png) no-repeat top left/100%;
}
.tophead ul li a.active .site-name.site-text-ctd {
  color: #fc9f08;
}
.tophead ul li a.active .site-name.site-text-tn {
  color: #f1b50c;
}

@media (max-width: 767px) {
  .tophead ul li a .site-name {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .tophead ul li a.active .site-name {
    display: none;
  }
}
header {
  background: #fff;
}
header .nav-top {
  display: flex;
  padding: 5px 15px;
}
header .nav-top .navbar-brand {
  width: 60%;
  padding: 0;
}
header .nav-top .nav-top-right {
  width: 40%;
  text-align: right;
  display: flex;
  align-content: right;
  justify-content: flex-end;
}
header .nav-top .nav-top-right .lang {
  margin-right: 30px;
  margin-top: 32px;
}
header .nav-top .nav-top-right .lang a {
  display: inline-block;
  padding: 0 3px;
}
header .nav-top .nav-top-right .lang img {
  width: 30px;
}
header .nav-top .nav-top-right .logo-chihoi {
  width: 78px;
}

@media (max-width: 576px) {
  header .nav-top {
    padding: 10px 0;
  }
}
@media (max-width: 1200px) {
  header .nav-top .navbar-brand {
    width: 100%;
  }
}
@media (max-width: 576px) {
  header .nav-top .navbar-brand {
    width: auto;
  }
}
@media (max-width: 992px) {
  header .nav-top .nav-top-right .lang {
    margin-top: 15px;
    display: none;
  }
  header .nav-top .nav-top-right .lang img {
    width: 25px;
  }
}
@media (max-width: 576px) {
  header .nav-top .nav-top-right .lang {
    display: none;
  }
}
@media (max-width: 768px) {
  header .nav-top .nav-top-right .lang {
    margin-top: 8px;
  }
  header .nav-top .nav-top-right .lang img {
    width: 20px;
  }
}
@media (max-width: 992px) {
  header .nav-top .nav-top-right .logo-chihoi {
    width: 57px;
  }
}
@media (max-width: 768px) {
  header .nav-top .nav-top-right .logo-chihoi {
    width: 40px;
  }
}
@media (max-width: 576px) {
  header .nav-top .nav-top-right .logo-chihoi {
    margin-left: 35px;
    width: 38px;
  }
}
@media (max-width: 375px) {
  header .nav-top .nav-top-right .logo-chihoi {
    margin-left: 35px;
    width: 34px;
  }
}
@media (max-width: 320px) {
  header .nav-top .nav-top-right .logo-chihoi {
    margin-left: 12px;
  }
}
.navbar {
  background: url(../images/bg-nav.png) repeat-x top left/auto 100%;
  height: 50px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 2;
}
.navbar.navbar-yellow {
  background: #f1b50e;
  border-bottom: 2px solid #ce9800;
  border-top: 1px solid #ffdf99;
}
.navbar.navbar-yellow .navbar-nav li a.nav-link:before {
  background: #ffdf99;
  top: 10px;
  right: 0;
  width: 1px;
  height: 26px;
}
.navbar.navbar-yellow .navbar-nav li a.nav-link:hover {
  background: #ce9800;
}
.navbar.navbar-yellow .navbar-nav li .dropdown-menu {
  background: #f1b50e;
}
.navbar.navbar-yellow .navbar-nav li .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #ce9800;
}
.navbar.navbar-yellow .navbar-nav li .dropdown-menu .dropdown-item:hover {
  background: #ce9800;
}
.navbar .navbar-toggler {
  position: absolute;
  right: 0;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.navbar .navbar-nav li a.nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.75rem 1.2rem;
  position: relative;
  font-size: 14px;
}
.navbar .navbar-nav li a.nav-link:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 0;
  width: 1px;
  height: 36px;
  background: url(../images/bg-seperator.png) no-repeat right center/auto 30px;
}
.navbar .navbar-nav li a.nav-link:hover {
  background: #fbc019;
}
.navbar .navbar-nav li .dropdown-menu {
  background: #fbc019;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.navbar .navbar-nav li .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #fbc019;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
}
.navbar .navbar-nav li .dropdown-menu .dropdown-item:hover {
  background: url(../images/bg-menu-hover.jpg) repeat-x left center/auto 100%;
}
.navbar .navbar-nav li .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}
.navbar .navbar-collapse.show {
  background: #fbc019;
  margin-top: 10px;
}
.navbar .navbar-collapse.show .navbar-nav li a.nav-link {
  background: none;
}
.navbar .form-inline {
  padding-right: 15px;
  position: absolute;
  right: 0;
}
.navbar .form-inline .btn-search {
  background: none;
  height: 36px;
  border-radius: 0;
}
.navbar .form-inline input {
  border-radius: 0;
  border: none;
  height: 36px;
  display: none;
  margin-right: 0 !important;
}
.navbar .form-inline.active input {
  display: block;
}
.navbar .form-inline.active .btn-search {
  background: rgba(0, 0, 0, 0.2);
}

@media (max-width: 576px) {
  .navbar {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 1200px) {
  .navbar .navbar-nav li a.nav-link {
    font-size: 14px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .navbar .form-inline {
    right: 40px;
  }
}
@media (max-width: 567px) {
  .navbar .form-inline input {
    width: 190px;
  }
}
.carousel-indicators {
  bottom: 60px;
}
.carousel-indicators li {
  width: 20px;
  height: 6px;
  background: #fff;
  border-radius: 3px;
  list-style: none;
}
.carousel-indicators li.active {
  background: #fc9f08;
}

.slider {
  height: 600px;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
.slider.slide-video {
  overflow: hidden;
}
.slider.slide-video:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.slider.slide-video:hover:before {
  display: block;
}
.slider.slide-video:hover .video_control {
  display: block;
  cursor: pointer;
}
.slider.slide-video .video_control {
  display: none;
}
.slider.slide-video button {
  width: 48px;
  height: 48px;
  position: absolute;
  top: calc(46% - 24px);
  left: calc(50% - 24px);
  border: none;
  text-indent: -9999px;
  display: none;
}
.slider.slide-video button#play {
  background: url(../images/ic_play_vid.png) no-repeat top left/100%;
  display: none;
}
.slider.slide-video button#pause {
  display: block;
  background: url(../images/ic_pause_vid.png) no-repeat top left/100%;
}
.slider.slide-video video {
  position: absolute;
  top: 0%;
  left: 0%;
  bottom: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  transition: 1s opacity;
}
.slider .slide-top {
  height: 600px;
  width: 100%;
}
.slider .slide-top .carousel-inner {
  height: 100%;
}
.slider .slide-top .carousel-item {
  height: 100%;
}
.slider .slide-top .carousel-item .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.slider .quote {
  padding-top: 40%;
  max-width: 50%;
  background: #fc9f08;
  color: #fff;
  padding: 15px;
  margin-left: auto;
  margin-right: 40px;
}
.slider .quote .quote-author {
  font-weight: bold;
  text-align: right;
}
.slider.slider-love .quote {
  max-width: 40%;
  padding-top: 0;
  margin-top: -40px;
}

@media (max-width: 768px) {
  .slider .slide-top {
    height: 460px;
  }
}
@media (max-width: 992px) {
  .slider .quote {
    max-width: 80%;
  }
}
@media (max-width: 576px) {
  .slider .quote {
    max-width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .slider {
    height: 480px;
  }
}
@media (max-width: 768px) {
  .slider.slider-love .quote {
    margin-right: 0;
    max-width: 70%;
  }
}
@media (max-width: 375px) {
  .slider.slider-love .quote {
    max-width: 100%;
  }
}
.main-content {
  background: #fff;
  padding: 30px;
  margin-top: 0;
  position: relative;
  z-index: 1;
}
.main-content.gray {
  background: #f6f7fb;
  padding-bottom: 0;
  margin-top: -50px;
}
.main-content.gray .breadcrumb {
  margin-bottom: 0;
}
.main-content .feature-content {
  margin-bottom: 30px;
}
.main-content .feature-content .news .news-thumb img {
  transition: all 0.3s linear;
}
.main-content .feature-content .news .news-thumb img:hover {
  background-size: 130% !important;
  transition: all 0.3s linear;
}
.main-content .feature-content .news .news-title {
  margin: 10px 0;
}
.main-content .feature-content .news .news-title a {
  max-height: inherit !important;
  min-height: inherit !important;
  -webkit-line-clamp: inherit !important;
}
.main-content .feature-content .list-video .video-feature {
  position: relative;
}
.main-content .feature-content .list-video .video-feature .ic-play {
  width: 50px;
  height: 44px;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 22px);
}
.main-content .feature-content .list-video .video-list-thumb {
  display: flex;
  margin-top: 2px;
}
.main-content .feature-content .list-video .video-list-thumb .video-thumb {
  position: relative;
  padding: 2px;
}
.main-content .feature-content .list-video .video-list-thumb .video-thumb a {
  display: block;
}
.main-content .feature-content .list-video .video-list-thumb .video-thumb a .ic-play {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
}
.main-content .frame {
  margin-bottom: 20px;
}
.main-content .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 .frame .news-cat-title a {
  color: #222;
}
.main-content .frame .news-cat-title a:hover {
  text-decoration: none;
}
.main-content .frame nav {
  position: relative;
  float: right;
  margin-top: -35px;
}
.main-content .frame nav .nav-tabs {
  border-bottom: none;
  margin-bottom: 25px;
}
.main-content .frame nav a {
  border-radius: 0;
  border: none;
  border-right: 1px solid #495057;
  padding: 0 0.6rem;
  background-color: #fff;
  color: #495057;
  font-size: 15px;
}
.main-content .frame nav a:last-child {
  border-right: none;
}
.main-content .frame nav a.active {
  color: #fc9f08;
}
.main-content .hot-news {
  position: relative;
}
.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, .main-content .hot-news .owl-dots .owl-dot:focus, .main-content .hot-news .owl-dots .owl-dot:hover {
  outline: none;
}
.main-content .hot-news .owl-dots .owl-dot.active {
  background: #fc9f08;
}
.main-content .hot-news ul {
  list-style: none;
  padding-left: 0;
}
.main-content .hot-news ul li a {
  display: block;
  background: #f4f4f4;
  padding: 10px;
  margin-bottom: 2px;
  color: #e79002;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.main-content .hot-news ul li a:before {
  width: 6px;
  height: 6px;
  background: #e79002;
  border-radius: 50%;
  content: "";
  float: left;
  margin-right: 10px;
  margin-top: 9px;
}
.main-content .hot-news ul li a:hover {
  color: #222;
  text-decoration: none;
}
.main-content .hot-news .news .news-title a {
  font-size: 16px;
  max-height: 3.2rem;
  min-height: 3.2rem;
}
@media (max-width: 768px) {
  .main-content .hot-news .news .news-title a {
    max-height: 3rem;
    min-height: 3rem;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.main-content .hot-news .news .news-thumb img {
  transition: all 0.3s linear;
}
.main-content .hot-news .news .news-thumb img:hover {
  background-size: 130% !important;
  transition: all 0.3s linear;
}
.main-content .video-block .video-content .video-feature .video-title {
  font-size: 22px;
  font-weight: bold;
  margin: 10px 0;
}
.main-content .video-block .video-content .video-feature .video_title {
  font-size: 22px;
  font-weight: bold;
  margin: 10px 0 0;
}
.main-content .video-block .video-content .video_title_owl {
  font-size: 16px !important;
  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 .video-block .video-content .video-list {
  margin-top: 20px;
}
.main-content .video-block .video-content .video-list .video-item a {
  font-weight: bold;
  color: #222;
  display: block;
}
.main-content .video-block .video-content .video-list .video-item a .video-title {
  margin-top: 10px;
}
.main-content .video-block .video-content .video-list .video-item a:hover {
  text-decoration: none;
  color: #fc9f08;
}
.main-content .video-block .video-content .video-list .owl-nav .owl-next {
  position: absolute;
  border: 0;
  top: 30%;
  width: 35px;
  height: 60px;
  display: block;
  right: 0;
  background: url(/modules/home/assets/images/icon-v-next.png) no-repeat top left/100%;
  text-indent: -9999px;
}
.main-content .video-block .video-content .video-list .owl-nav .owl-prev {
  position: absolute;
  border: 0;
  top: 30%;
  width: 35px;
  height: 60px;
  display: block;
  left: 0;
  text-indent: -9999px;
  background: url(/modules/home/assets/images/icon-v-prev.png) no-repeat top left/100%;
}
.main-content .audio-block .audio-content .audio-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.main-content .audio-block .audio-content .audio-list .audio {
  position: relative;
  width: calc(25% - 20px);
  margin-bottom: 20px;
  margin-right: 20px;
}
.main-content .audio-block .audio-content .audio-list .audio .audio-thumb {
  position: relative;
}
.main-content .audio-block .audio-content .audio-list .audio .audio-thumb .audio-info {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 15px;
  color: #ccc;
  background: rgba(0, 0, 0, 0.3);
}
.main-content .audio-block .audio-content .audio-list .audio .audio-thumb .audio-info:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(/images/icon-headphone.png) no-repeat top left/100%;
  float: left;
  margin-top: 5px;
  margin-right: 8px;
}
.main-content .audio-block .audio-content .audio-list .audio .audio-thumb:hover {
  cursor: pointer;
}
.main-content .audio-block .audio-content .audio-list .audio .audio-thumb:hover:before {
  width: 56px;
  height: 56px;
  content: "";
  display: block;
  background: url(/images/icon-play.png) no-repeat top left/100%;
  position: absolute;
  top: calc(50% - 28px);
  left: calc(50% - 28px);
  z-index: 1;
}
.main-content .audio-block .audio-content .audio-list .audio .audio-title {
  font-size: 15px;
  margin-top: 10px;
  color: #484848;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.main-content .audio-block .audio-content .audio-list .audio .audio-title a {
  color: #0d6efd;
}
.main-content .audio-block .audio-content .audio-list .audio .audio-title a:hover {
  color: #0a58ca;
  text-decoration: underline !important;
}
.main-content .audio-block .audio-content .audio-list .audio:nth-child(4n) {
  margin-right: 0;
}
.main-content .news-block .tab-content {
  width: 100%;
}
.main-content .news-block .tab-content .row {
  width: calc(100% + 10px);
}
.main-content .news-block .tab-content .news-thumb img {
  transition: all 0.3s linear;
}
.main-content .news-block .tab-content .news-thumb img:hover {
  background-size: 130% !important;
  transition: all 0.3s linear;
}
.main-content .news-block .tab-content .news-feature .news-thumb {
  position: relative;
}
.main-content .news-block .tab-content .news-feature .news-thumb a {
  display: block;
}
.main-content .news-block .tab-content .news-feature .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;
  z-index: 1;
}
.main-content .news-block .tab-content .news-feature .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 .news-block .tab-content .news-feature .news-thumb:hover:after {
  content: "";
  display: block;
  width: 60px;
  height: 48px;
  background: url(/modules/news/assets/img/img-hoasen.png) no-repeat top left/100%;
  position: absolute;
  left: calc(50% - 30px);
  bottom: 0;
}
.main-content .news-block .tab-content .news-feature .news-title a {
  font-size: 20px;
  min-height: 3.5rem;
  max-height: 3.5rem;
}
.main-content .news-block .tab-content .news-feature .news-title a:hover {
  color: #fc9f08;
}
@media (max-width: 768px) {
  .main-content .news-block .tab-content .news-feature .news-title a {
    min-height: 3.5rem;
    max-height: 3.5rem;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.main-content .news-block .tab-content .news-list .news {
  margin-bottom: 20px;
  display: flex;
  align-items: top;
}
.main-content .news-block .tab-content .news-list .news .news-thumb {
  width: 40%;
}
.main-content .news-block .tab-content .news-list .news .news-title {
  margin-top: 0;
}
.main-content .news-block .tab-content .news-list .news .news-title a {
  font-size: 16px;
  max-height: 3rem;
  min-height: 3rem;
}
.main-content .news-block .tab-content .news-list .news .news-title a:hover {
  color: #fc9f08;
}
@media (max-width: 768px) {
  .main-content .news-block .tab-content .news-list .news .news-title a {
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.main-content .news-block .tab-content .news-list .news .news-date {
  color: #fc9f08;
  font-size: 14px;
}
.main-content .news-block .tab-content .news-list .news .news-meta {
  width: 60%;
  padding-left: 15px;
}
.main-content .report-block {
  margin-top: 30px;
}
.main-content .report-block .report-content .title-hs {
  clear: both;
}
.main-content .report-block .report-content .title-hs img {
  margin: 20px auto 10px;
}
.main-content .report-block .report-content .report-summary {
  margin: 30px 0;
}
.main-content .report-block .report-content .report-summary .report-summary-list {
  padding-left: 0;
  margin: 0 auto;
  max-width: 85%;
}
.main-content .report-block .report-content .report-summary .report-summary-list li {
  display: inline-block;
  width: calc(33.3333% - 12px);
  padding: 6px;
  position: relative;
  color: #fc9f08;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.main-content .report-block .report-content .report-summary .report-summary-list li:before {
  content: "";
  width: 24px;
  height: 22px;
  background: url(/modules/news/assets/img/img-hoasen.png) no-repeat top left/100%;
  float: left;
  display: block;
  margin-right: 5px;
  margin-top: 3px;
}
.main-content .news .news-title {
  margin: 10px 0;
}
.main-content .news .news-title a {
  font-weight: bold;
  font-size: 24px;
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 4.5rem;
  min-height: 4.5rem;
  text-decoration: none;
}
.main-content .news .news-shortdesc .news-date {
  color: #fc9f08;
}
.main-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;
}
.main-content .news .news-shortdesc .readmore {
  display: block;
  width: 100%;
  text-align: right;
}
.main-content .news .news-shortdesc.continue_read p,
.main-content .news .news-shortdesc.continue_read .readmore {
  display: inline;
}
.main-content .news .news-related ul {
  margin-left: 0;
  padding-left: 0;
}
.main-content .news .news-related ul li {
  list-style: none;
  padding-left: 13px;
  position: relative;
}
.main-content .news .news-related ul li:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0px;
  background: #e79002;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 4px;
}
.main-content .news .news-related ul li a {
  color: #111;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  font-size: 15px;
  display: block;
  line-height: 1.5;
  padding: 5px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main-content .news .news-related ul li a:hover {
  color: #e79002;
}

@media (max-width: 576px) {
  .main-content {
    padding: 15px 0;
  }
}
@media (max-width: 768px) {
  .main-content .feature-content .list-video {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .main-content .feature-content .hot-news {
    display: flex;
    margin-top: 15px;
  }
  .main-content .feature-content .hot-news .news {
    width: calc(50% - 7px);
    margin-right: 15px;
  }
  .main-content .feature-content .hot-news .news:last-child {
    margin-right: 0;
  }
  .main-content .feature-content .hot-news .news .news-title a {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .main-content .frame nav {
    float: none;
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .main-content .hot-news .owl-dots {
    top: -39px;
  }
}
@media (max-width: 600px) {
  .main-content .hot-news .news .news-title a {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .main-content .video-block .video-content .video-list .video-item a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .main-content .video-block .video-content .video-list .owl-nav .owl-next {
    width: 24px;
    height: 40px;
    top: 20%;
  }
}
@media (max-width: 768px) {
  .main-content .video-block .video-content .video-list .owl-nav .owl-prev {
    width: 24px;
    height: 40px;
    top: 20%;
  }
}
@media (max-width: 576px) {
  .main-content .audio-block .audio-content .audio-list .audio {
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .main-content .news-block .tab-content .news-feature {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .main-content .report-block .report-content .report-summary .report-summary-list {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .main-content .report-block .report-content .report-summary .report-summary-list li {
    font-size: 16px;
    width: calc(50% - 12px);
  }
}
@media (max-width: 768px) {
  .main-content .report-block .report-content .report-summary .report-summary-list li {
    width: 100%;
    font-size: 14px;
    padding: 3px 0;
  }
  .main-content .report-block .report-content .report-summary .report-summary-list li:before {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .main-content .news .news-title a {
    -webkit-line-clamp: inherit;
    max-height: inherit;
    min-height: inherit;
    overflow: inherit;
  }
}
.readmore {
  color: #e79002;
  font-weight: bold;
  font-size: 15px;
}
.readmore:hover {
  color: #222;
}

.page-content .news-category .news-cat {
  margin-bottom: 30px;
}
.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;
  width: 320px;
}
.page-content .news-category .news-cat-title a {
  color: #222;
}
.page-content .news-category .news-cat-title a:hover {
  text-decoration: none;
}
.page-content .news-category .news-cat-content .news .a_activity_title {
  max-height: 3rem;
  min-height: 3rem;
}
@media (max-width: 768px) {
  .page-content .news-category .news-cat-content .news .a_activity_title {
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.page-content .news-category .news-cat-content .news .news-title a {
  font-size: 16px;
}
.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;
}
.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: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-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-shortdesc {
  font-size: 15px;
}
.page-content .news-category .news-cat-content .news .news-shortdesc p {
  max-height: 2.5rem;
  -webkit-line-clamp: 2;
  min-height: 2.5rem;
}
.page-content .news-category .news-cat-content .news .readmore {
  display: block;
  text-align: right;
  font-weight: normal;
}
.page-content .news-category .news-cat-relate .news {
  display: flex;
  margin-top: 20px;
}
.page-content .news-category .news-cat-relate .news .news-thumb {
  width: 30%;
}
.page-content .news-category .news-cat-relate .news .news-meta {
  width: 70%;
  padding-left: 15px;
}
.page-content .news-category .news-cat-relate .news .news-meta .news-title {
  margin-top: 0;
}
.page-content .news-category .news-cat-relate .news .news-meta .news-title a {
  font-size: 16px;
  max-height: 3rem;
  min-height: 3rem;
}
.page-content .news-category .news-cat-relate .news .news-meta .news-title a:hover {
  color: #fc9f08;
}
@media (max-width: 768px) {
  .page-content .news-category .news-cat-relate .news .news-meta .news-title a {
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.page-content .news-category .news-cat-relate .news .news-meta .news-date {
  color: #fc9f08;
  font-size: 14px;
}
.page-content.inner-content .news-category .news-cat-title {
  background: url(/modules/news/assets/img/bg-title-lg.png) no-repeat bottom left/100%;
}
.page-content.inner-content .news-category .news {
  margin-bottom: 30px;
}

.gallery .gallery-header,
.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;
}

.quicklink .gallery-header,
.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;
}

.gallery .gallery-header .title,
.gallery .quicklink-header .title {
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

.quicklink .gallery-header .title,
.quicklink .quicklink-header .title {
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

.gallery .gallery_list a .cot_1_img {
  height: 368px !important;
}
.gallery .gallery_list a .cot_2_img {
  height: 182px;
}

.gallery .gallery_list a,
.quicklink .gallery_list a {
  float: left;
  padding: 3px 4px;
}

@media (max-width: 768px) {
  .gallery .gallery_list .mb_img a {
    width: 100%;
  }
  .gallery .gallery_list a,
  .quicklink .gallery_list a {
    width: 100%;
    padding: 4px;
  }
}
.gallery .gallery_list a img,
.quicklink .gallery_list a img {
  transition: all 0.3s linear;
}

.gallery .gallery_list a img:hover,
.quicklink .gallery_list a img:hover {
  background-size: 130% !important;
  transition: all 0.3s linear;
}

.gallery .carousel-indicators,
.quicklink .carousel-indicators {
  position: absolute;
  top: -35px;
  right: 0;
  left: auto;
  margin-left: 0;
  margin-right: 0;
}

.gallery .carousel-indicators li,
.quicklink .carousel-indicators li {
  width: 20px;
  height: 6px;
  background: #999;
  border-radius: 3px;
}

.gallery .carousel-indicators li.active,
.quicklink .carousel-indicators li.active {
  background: #f1b50e;
}

.slogan-bottom {
  background: url(../images/bg-slogan-inner03.jpg) no-repeat center center/cover;
  padding: 130px 0 80px;
  margin-top: -60px;
}
.slogan-bottom.slogan-bottom-love {
  background: url(../images/bg-slogan-bot-inner.jpg) no-repeat center center/cover;
}
.slogan-bottom.slogan-trai-tim {
  background: url(../images/bg-slogan-inner03.jpg) no-repeat center center/cover !important;
}
.slogan-bottom.slogan-inner {
  background: url(../images/bg-slogan-inner.jpg) no-repeat center center/cover;
  margin-top: -20px;
  padding: 85px 0 75px;
}
.slogan-bottom.slogan-inner .slogan-text {
  font-size: 36px;
}
.slogan-bottom.slogan-inner.slogan-lover {
  background: url(../images/bg-slider-yt-detail.jpg) no-repeat center center/cover;
}
.slogan-bottom .slogan-text {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 46px;
  color: #fff;
  text-shadow: 10px 10px 20px black;
  text-align: center;
}
.slogan-bottom .slogan-text p {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .slogan-bottom.slogan-inner .slogan-text {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .slogan-bottom.slogan-inner .slogan-text {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .slogan-bottom.slogan-inner .slogan-text {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .slogan-bottom.slogan-inner .slogan-text {
    font-size: 26px;
  }
}
@media (max-width: 420px) {
  .slogan-bottom.slogan-inner .slogan-text {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .slogan-bottom .slogan-text {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .slogan-bottom .slogan-text {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .slogan-bottom .slogan-text {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .slogan-bottom .slogan-text {
    font-size: 22px;
  }
}
footer {
  color: #fff;
  background: #fc9f08;
  font-size: 14px;
  text-align: center;
}
footer p {
  margin-bottom: 0;
}
footer .navbar {
  background: none;
  text-align: center;
}
footer .navbar .navbar-nav li a.nav-link {
  text-align: left;
}
footer .navbar .navbar-nav li a.nav-link:hover {
  background: #faa73f;
}
footer .navbar .navbar-collapse.show {
  position: absolute;
  bottom: 50px;
  width: 100%;
}
footer.bg-yellow .navbar-nav li a.nav-link {
  text-align: left;
}
footer.bg-yellow .navbar-nav li a.nav-link:before {
  height: 26px;
  top: 9px;
  background: #ce9800;
}
footer.bg-yellow .navbar-nav li a.nav-link:hover {
  background: transparent;
  color: #ce9800;
}
footer .footer-bottom {
  background: #e79002;
  margin-top: 15px;
  padding: 10px 0;
}

@media (max-width: 768px) {
  footer .navbar .navbar-nav li a.nav-link {
    padding: 0.6rem;
  }
  footer .navbar .navbar-nav li a.nav-link:before {
    display: none;
  }
}
.scroll-left {
  position: fixed;
  top: 30%;
  left: 0;
  z-index: 20;
}
.scroll-left ul {
  list-style: none;
  padding-left: 0;
  width: 48px;
}
.scroll-left ul li a {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
}
.scroll-left ul li a.ic-facebook {
  background: #3b5999;
}
.scroll-left ul li a.ic-youtube {
  background: #cd201f;
}
.scroll-left ul li a.ic-twitter {
  background: #55acee;
}
.scroll-left ul li a.ic-google {
  background: #dd4b39;
}
.scroll-left ul li a img {
  width: 24px;
  height: 24px;
  display: block;
}

@media (max-width: 576px) {
  .scroll-left {
    bottom: 0;
    right: 0;
    top: auto;
    width: 100%;
    background: #e79002;
    box-shadow: -4px 0 6px rgba(0, 0, 0, 0.6);
  }
  .scroll-left ul {
    width: 100% !important;
  }
  .scroll-left ul li {
    display: inline-block;
    width: 25%;
    float: left;
  }
  .scroll-left ul li a {
    width: 100%;
    height: 40px;
  }
}
.p-50 {
  height: 50px;
}

.breadcrumb {
  background: none;
  padding: 0;
}
.breadcrumb li {
  font-size: 14px;
}
.breadcrumb li a {
  font-size: 13px;
  color: #222;
}
.breadcrumb li.active {
  color: #e79002;
}

.content-news p img {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin: 15px 0;
}

.news-content .news-detail-top {
  overflow: hidden;
}
.news-content .news-detail-top .breadcrumb {
  float: left;
}
.news-content .news-detail-top .content-posted {
  font-size: 14px;
  float: right;
  color: #444;
}
.news-content .content-news h1.content-title {
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 2rem;
}
.news-content .content-news .content-focus {
  font-weight: bold;
  color: #222;
}
.news-content .content-news p img {
  max-width: 100%;
  height: auto;
}
.news-content .content-news img {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin: 15px 0;
}
.news-content .content-news .content-author {
  text-align: right;
}
.news-content .content-relate {
  margin-top: 20px;
}
.news-content .content-relate a {
  color: #e79002;
  font-weight: 500;
  font-size: 1.15rem;
}
.news-content .content-share {
  margin-top: 20px;
}
.news-content .content-share ul {
  list-style: none;
  padding-left: 0;
}
.news-content .content-share ul li {
  display: inline-block;
}

.sidebar .news-cat-content {
  margin-bottom: 30px;
}
.sidebar .list-images .image {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.sidebar .list-images .image a {
  text-decoration: none;
}
.sidebar .list-images .image .thumb {
  position: relative;
  display: block;
  width: 100%;
}
.sidebar .list-images .image .thumb img {
  display: block;
  max-width: 100%;
  height: auto;
}
.sidebar .list-images .image .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;
}
.sidebar .list-images .image .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;
}
.sidebar .list-images .image .thumb:hover:after, .sidebar .list-images .image .thumb:hover:before {
  display: block;
  transition: all 0.2s linear;
}
.sidebar .list-images .image .image-info {
  display: block;
  padding: 15px;
  color: #222;
  text-decoration: none;
  transition: all 0.2s linear;
}
.sidebar .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;
}
.sidebar .list-images .image .image-info .image-info-title:hover {
  color: #e79002;
}
.sidebar .list-images .image .image-info .image-info-date {
  text-decoration: none;
  margin-bottom: 0;
  font-size: 14px;
  color: #e79002;
  float: left;
}
.sidebar .list-images .image .image-info .image-info-num {
  float: right;
  color: #999;
}

@media (max-width: 576px) {
  .sidebar .list-images .image {
    margin: 7px;
    width: calc(50% - 14px);
  }
}
@media (max-width: 384px) {
  .sidebar .list-images .image {
    width: calc(100% - 14px);
  }
}
@media (max-width: 768px) {
  .sidebar .list-images .image .thumb:after {
    top: calc(50% - 30px);
  }
}
@media (max-width: 768px) {
  .sidebar .list-images .image .image-info .image-info-title {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .sidebar .list-images .image .image-info .image-info-date {
    font-size: 12px;
  }
}
.page-item.active .page-link {
  background: #e79002;
  color: #fff;
  font-weight: bold;
  border-color: #e79002;
}

.page-link {
  color: #e79002;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.scrolltotop {
  position: fixed;
  right: 10px;
  display: none;
  z-index: 10;
  bottom: 60px;
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 7px;
  text-align: center;
}
.scrolltotop:hover {
  background: rgba(0, 0, 0, 0.9);
}

.collapsing {
  transition: none;
  display: none;
}

.navbar-social {
  padding: 15px 0;
  display: none;
  margin-bottom: 0;
  background: #e79002;
}

@media (max-width: 768px) {
  .navbar-social {
    display: block;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
    text-align: center;
  }
  .navbar-social li {
    display: inline;
  }
  .navbar-social li a {
    display: inline-block;
    max-width: 30px;
  }
}
.news-love {
  background: #fff;
  border-radius: 5px;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.05);
}
.news-love .thumb-love {
  position: relative;
}
.news-love .thumb-love:before {
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.news-love .thumb-love:after {
  content: "";
  display: block;
  width: 56px;
  height: 50px;
  background: url(/modules/news/assets/img/ic-hoasen-white.png) no-repeat top left/100%;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 28px);
}
.news-love .news-love-content {
  padding: 40px 22px;
  text-align: center;
}
.news-love .news-love-content .title-feature-love {
  text-align: center;
  margin-bottom: 10px;
}
.news-love .news-love-content .title-feature-love a {
  color: #111;
  font-size: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-love .news-love-content .title-feature-love a:hover {
  color: #e79002;
}
.news-love .news-love-content .short-news-love {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 5.8rem;
  min-height: 5.8rem;
}
.news-love .news-love-content .readmore {
  background: #fc9f08;
  color: #fff;
  padding: 10px 40px;
  display: inline-block;
  margin-top: 20px;
  border-radius: 5px;
}
.news-love .news-love-content .readmore:hover {
  background: #e79002;
  text-decoration: none;
}

.content-love {
  background: #f6f7fb;
  padding: 30px 0;
  position: relative;
  z-index: 10;
}
.content-love .content-love-inner {
  padding: 0 30px;
}
.content-love .content-love-inner .owl-nav {
  display: none;
}
.content-love .content-love-inner .owl-dots {
  position: absolute;
  top: -30px;
  right: 0;
}
.content-love .content-love-inner .owl-dots button {
  margin-left: 4px;
}
.content-love .content-love-inner .owl-dots button span {
  display: inline-block;
  width: 20px;
  height: 6px;
  background: #ccc;
  border-radius: 4px;
}
.content-love .content-love-inner .owl-dots button.active span {
  background: #e79002;
}
.content-love .content-love-inner .carousel-indicators {
  bottom: auto;
  top: -20px;
  right: 0;
  left: auto;
  margin-right: 0;
}

h2.title-hs {
  width: 100%;
  color: #e79002;
  text-transform: uppercase;
  text-align: center;
}
h2.title-hs p {
  color: #e79002;
}
h2.title-hs img {
  max-width: 80px;
}
h2.title-hs p {
  margin-top: 10px;
}

@media (max-width: 375px) {
  h2.title-hs p {
    font-size: 1.5rem;
  }
}
.list-content-love {
  background: #fff;
  padding: 30px 0;
}
.list-content-love .list-love-inner {
  padding: 0px 30px 30px;
  position: relative;
  background: #fff;
}
.list-content-love .title-list-love {
  margin-bottom: 30px;
  position: relative;
}
.list-content-love .title-list-love .title-sort {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.9rem;
}
.list-content-love .title-list-love .title-sort label {
  margin-right: 10px;
}

@media (max-width: 992px) {
  .list-content-love .title-list-love .title-sort {
    position: relative;
    text-align: center;
  }
  .list-content-love .title-list-love .title-sort select {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.list-news-love .news-love {
  margin-bottom: 20px;
  box-shadow: inherit;
}
.list-news-love .news-love .thumb-love {
  position: relative;
}
.list-news-love .news-love .thumb-love:before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: -1px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.list-news-love .news-love .thumb-love:after {
  content: "";
  display: block;
  width: 56px;
  height: 50px;
  background: url(/modules/news/assets/img/ic-hoasen-white.png) no-repeat top left/100%;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 28px);
}
.list-news-love .news-love .news-love-content {
  padding: 20px;
  text-align: center;
}
.list-news-love .news-love .news-love-content .date-posted {
  color: #e79002;
  font-size: 0.9rem;
}
.list-news-love .news-love .news-love-content .title-feature-love a {
  color: #111;
  font-size: 1.3rem;
  padding: 10px 0 10px;
  display: block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 3.9rem;
  min-height: 3.9rem;
}
.list-news-love .news-love .news-love-content .title-feature-love a:hover {
  color: #e79002;
  text-decoration: none;
}
.list-news-love .news-love .news-love-content .short-news-love {
  font-size: 0.9rem;
  color: #787878;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 5.5rem;
  min-height: 5.5rem;
}

.p--60 {
  margin-top: -90px;
}

@media (max-width: 1200px) {
  .hidden-sm {
    display: none !important;
  }
}
.gray {
  background: #f6f7fb;
}

.fb_iframe_widget {
  float: left;
}

.lang_mob {
  display: none;
}

@media (max-width: 992px) {
  .lang_mob {
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 10;
  }
  .lang_mob a {
    border: 2px solid #fff;
    display: inline-block;
    width: 27px;
  }
  .lang_mob a img {
    max-width: 100%;
    display: block;
  }
}
nav[aria-label=breadcrumb] {
  position: relative;
}
nav[aria-label=breadcrumb] .breadcrumb {
  display: inline-flex;
}
nav[aria-label=breadcrumb] .search_mob {
  display: none;
}
nav[aria-label=breadcrumb] .tab-audio {
  display: inline-flex;
  float: right;
  position: relative;
}
nav[aria-label=breadcrumb] .tab-audio .btn-group {
  display: none;
}
nav[aria-label=breadcrumb] .tab-audio .nav-tabs {
  border-bottom: none;
}
nav[aria-label=breadcrumb] .tab-audio .nav-tabs .nav-tabs {
  border-bottom: none;
}
nav[aria-label=breadcrumb] .tab-audio .nav-tabs > a {
  border-radius: 0;
  border: none;
  border-right: 1px solid #495057;
  padding: 0 0.6rem;
  color: #535353;
  font-size: 14px;
  text-transform: uppercase;
}
nav[aria-label=breadcrumb] .tab-audio .nav-tabs > a:last-child {
  border-right: none;
}
nav[aria-label=breadcrumb] .tab-audio .nav-tabs > a.active {
  color: #fc9f08;
}

@media (max-width: 600px) {
  nav[aria-label=breadcrumb] .breadcrumb {
    margin-top: 14px;
  }
}
@media (max-width: 414px) {
  nav[aria-label=breadcrumb] .breadcrumb {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  nav[aria-label=breadcrumb] .search_mob {
    display: block;
  }
}
@media (max-width: 768px) {
  nav[aria-label=breadcrumb] .tab-audio {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    margin-top: 0 !important;
  }
  nav[aria-label=breadcrumb] .tab-audio:after {
    content: "";
    clear: both;
    display: table;
  }
  nav[aria-label=breadcrumb] .tab-audio .btn-group {
    display: block;
    padding: 0;
    border: none;
    float: right;
    background: none;
    position: absolute;
    right: 0;
  }
  nav[aria-label=breadcrumb] .tab-audio .btn-group button {
    padding: 0;
    border: none;
    float: right;
    background: none;
  }
  nav[aria-label=breadcrumb] .tab-audio .btn-group button:after {
    display: none;
  }
  nav[aria-label=breadcrumb] .tab-audio .btn-group .dropdown-menu a {
    padding: 0 0.6rem;
    color: #535353;
    font-size: 14px;
    text-transform: uppercase;
  }
}
@media (max-width: 768px) {
  nav[aria-label=breadcrumb] .tab-audio .nav-tabs {
    float: left;
  }
}
@media (max-width: 767px) {
  nav[aria-label=breadcrumb] .tab-audio .nav-tabs > a {
    padding-left: 0;
    padding-right: 1.2rem;
    border-right: none;
  }
}
@media (max-width: 768px) {
  nav[aria-label=breadcrumb] .tab-audio {
    display: block;
    margin-top: 20px;
    margin-left: 0;
  }
}
@media (max-width: 414px) {
  nav[aria-label=breadcrumb] .tab-audio {
    margin-top: 10px;
  }
}
.title-sort {
  font-size: 15px;
  margin-bottom: 30px;
  overflow: hidden;
}
.title-sort form {
  float: right;
}
.title-sort label {
  text-transform: none;
  font-size: 13px;
  font-weight: normal;
  margin-right: 10px;
  color: #333;
}
.title-sort select {
  height: 28px !important;
  margin: 0 !important;
  padding: 0 5px !important;
}
.title-sort input {
  height: 38px;
  border: 1px solid #3583ea;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.title-sort button {
  width: 40px;
  height: 38px;
  background: url(../images/search_btn.png) no-repeat top left/100%;
  text-indent: -9999px;
  text-indent: -9999px;
  border: none;
  border-radius: 0;
}
.title-sort button span {
  display: none;
}

@media (max-width: 768px) {
  .title-sort {
    margin-bottom: 0;
  }
  .title-sort form {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .title-sort .form-inline {
    flex-flow: inherit;
  }
  .title-sort .form-inline input,
  .title-sort .form-inline button {
    height: 36px;
  }
}
@media (max-width: 414px) {
  .title-sort {
    position: relative;
    top: auto;
    width: 100%;
  }
}
input,
select,
textarea {
  font-size: 14px;
}

@media (max-width: 768px) {
  input:focus,
  select:focus,
  textarea:focus {
    font-size: 14px !important;
  }
}
.sidebar .news-love {
  box-shadow: inherit;
}

.tab_report {
  text-align: center;
}
.tab_report .nav-pills {
  justify-content: center;
  align-items: center;
}
.tab_report .nav-pills .nav-item {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.tab_report .nav-pills .nav-item .nav-link {
  border: 3px solid #fc9f08;
  border-radius: 0;
  color: #222;
  text-transform: uppercase;
  display: block;
  padding: 12px 10px;
}
.tab_report .nav-pills .nav-item .nav-link:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/modules/news/assets/img/img-hoasen.png) no-repeat top left/100%;
  float: left;
}
.tab_report .nav-pills .nav-item .nav-link.active {
  background: #fc9f08;
  color: #fff;
}
.tab_report .nav-pills .nav-item .nav-link.active:before {
  background: url(/modules/news/assets/img/ic-hoasen-white.png) no-repeat top left/100%;
}

.filter_month {
  margin-top: 15px;
}
.filter_month .list-group .list-group-item {
  border-color: #eb1d5d;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 15px;
}
.filter_month .list-group .list-group-item a {
  color: #111;
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.filter_month .list-group .list-group-item a:hover {
  color: #eb1d5d;
  text-decoration: none;
}
.filter_month .list-group .list-group-item.active {
  background: #eb1d5d;
  border-color: #eb1d5d;
}
.filter_month .list-group .list-group-item.active a {
  color: #fff;
}
.filter_month .filter-mob {
  display: none;
}

@media (max-width: 768px) {
  .filter_month .list-group {
    display: none;
  }
}
@media (max-width: 768px) {
  .filter_month .filter-mob {
    display: block;
  }
  .filter_month .filter-mob .dropdown {
    width: 100%;
  }
  .filter_month .filter-mob .dropdown .dropdown-menu {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .filter_month .filter-mob .dropdown .dropdown-menu a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
    padding: 8px 15px;
    text-align: center;
  }
  .filter_month .filter-mob .dropdown .dropdown-menu a:hover {
    background: #eb1d5d;
    color: #fff;
    border-color: #eb1d5d;
  }
  .filter_month .filter-mob .dropdown .dropdown-menu a:last-child {
    border: none;
  }
  .filter_month .filter-mob .btn-filter {
    border: 1px solid #eb1d5d !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    padding: 8px 15px;
  }
  .filter_month .filter-mob .btn-filter:after {
    float: right;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .stats_report .tab-content {
    margin-top: 30px;
  }
  .stats_report .tab-content h2.title-hs {
    font-size: 1.3rem;
  }
}
.stats_report .tab-content .report-sort {
  font-size: 15px;
}
.stats_report .tab-content .report-sort label {
  margin-right: 10px;
}
.stats_report .tab-content .report-summary {
  margin: 30px 0;
}
.stats_report .tab-content .report-summary .report-summary-list {
  padding-left: 0;
  max-width: 80%;
  margin: 0 auto;
}
.stats_report .tab-content .report-summary .report-summary-list li {
  display: inline-block;
  width: calc(50% - 12px);
  padding: 6px;
  position: relative;
  color: #fc9f08;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.stats_report .tab-content .report-summary .report-summary-list li:before {
  content: "";
  width: 24px;
  height: 22px;
  background: url(/modules/news/assets/img/img-hoasen.png) no-repeat top left/100%;
  float: left;
  display: block;
  margin-right: 5px;
  margin-top: 3px;
}
.stats_report .tab-content #map {
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background: #f6f7f8;
  padding: 20px;
  width: 100% !important;
}
.stats_report .tab-content .tt_sm {
  padding: 10px;
  position: inherit;
  width: 250px;
}
.stats_report .tab-content .tt_sm .tt_name_sm {
  font-size: 16px;
  margin-bottom: 15px;
}
.stats_report .tab-content .tt_sm .tt_custom_sm .list-data p {
  margin-bottom: 0;
  font-size: 14px;
}
.stats_report .tab-content .tt_sm .tt_custom_sm .list-img {
  position: absolute;
  right: -210px;
  top: 0;
}
.stats_report .tab-content .tt_sm .tt_custom_sm .list-img img {
  max-width: 200px;
  display: block;
  height: auto;
  margin-bottom: 10px;
  border-radius: 5px;
}
.stats_report .tab-content .report-city {
  margin-top: 30px;
}
.stats_report .tab-content .report-city p {
  font-size: 14px;
}
.stats_report .tab-content .report-city ul {
  list-style: none;
  padding-left: 0;
}
.stats_report .tab-content .report-city ul li {
  display: inline-block;
  background: #f2f2f2;
  font-weight: bold;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  font-size: 14px;
  padding: 4px 8px;
}
.stats_report .tab-content .report-city ul li.active {
  color: #fff;
  background: #e79002;
}
.stats_report .report-pag {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  justify-content: center;
}
.stats_report .report-pag button {
  background: none;
  border: none;
  height: 24px;
  line-height: 24px;
  font-weight: bold;
}

@media (max-width: 992px) {
  .stats_report .tab-content .report-summary .report-summary-list {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .stats_report .tab-content .report-summary .report-summary-list li {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .stats_report .tab-content .report-summary .report-summary-list li {
    width: 100%;
    font-size: 14px;
    padding: 3px 0;
  }
  .stats_report .tab-content .report-summary .report-summary-list li:before {
    margin-top: 0;
  }
}
.quicklink {
  margin-top: 40px;
}
.quicklink .quick_link {
  margin-top: 20px;
}
.quicklink .quick_link a {
  border: 3px solid #f1b50e;
  display: block;
}
.quicklink .quick_link .owl-nav {
  display: none;
}
.quicklink .quick_link .owl-dots {
  position: absolute;
  top: -60px;
  right: 0;
}
.quicklink .quick_link .owl-dots button {
  margin-left: 4px;
}
.quicklink .quick_link .owl-dots button span {
  display: inline-block;
  width: 20px;
  height: 6px;
  background: #ccc;
  border-radius: 4px;
}
.quicklink .quick_link .owl-dots button.active span {
  background: #e79002;
}

.tab_intro .nav-pills .nav-item .nav-link {
  text-align: left;
  position: relative;
  padding: 5px 15px 5px 60px;
  display: flex;
  align-items: center;
  min-height: 64px;
}
.tab_intro .nav-pills .nav-item .nav-link:before {
  position: absolute;
  left: 8px;
  top: 10px;
  width: 44px;
  height: 44px;
}

@media (max-width: 768px) {
  .tab_intro .nav-pills .nav-item .nav-link {
    padding: 8px 15px 8px 60px;
    min-height: 78px;
  }
  .tab_intro .nav-pills .nav-item .nav-link:before {
    top: 14px;
  }
}
.intro-header {
  height: 36px;
  background: url(/modules/news/assets/img/bg-title-lg.png) no-repeat bottom left/100%;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 4px 0;
}
.intro-header .title {
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

@media (max-width: 768px) {
  .intro-header {
    margin-top: 20px;
  }
}
.text_red {
  color: #fc9f08 !important;
}
.text_red p {
  color: #fc9f08 !important;
}

.video-frame .news .news-thumb,
.video-list .news .news-thumb {
  position: relative;
}

.video-frame .news .news-thumb .video-times,
.video-list .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;
}

.video-frame .news .news-shortdesc,
.video-list .news .news-shortdesc {
  display: flex;
}

.video-frame .news .news-shortdesc p,
.video-list .news .news-shortdesc p {
  width: 70%;
  flex-shrink: 1;
  white-space: nowrap;
  overflow: hidden;
  -webkit-line-clamp: 1;
  min-height: inherit;
}

.video-frame .news .news-shortdesc a,
.video-list .news .news-shortdesc a {
  flex-shrink: 12;
  width: 30%;
  font-weight: normal;
}

.video-frame .news .news-shortdesc p {
  white-space: normal;
  overflow: inherit;
  max-height: inherit;
  -webkit-line-clamp: inherit;
  width: 90%;
}
.video-frame .news .news-title a {
  -webkit-line-clamp: inherit;
  max-height: inherit;
  min-height: inherit;
  overflow: inherit;
}

@media (max-width: 768px) {
  .video-frame .news .news-shortdesc {
    display: block;
  }
  .video-frame .news .news-shortdesc a,
  .video-frame .news .news-shortdesc p {
    width: 100%;
    display: block !important;
    text-align: left !important;
    margin-bottom: 10px;
  }
}
.images-list {
  margin-top: 10px;
}
.images-list .list-images.images-grid {
  overflow: hidden;
  background: #fff;
  padding: 5px;
}
.images-list .list-images.images-grid .image {
  width: 33.3%;
  float: left;
  padding: 6px 7px;
}
.images-list .list-images.images-grid .image.rtl {
  float: right;
}
.images-list .list-images.images-grid .image:nth-child(6n+1) {
  width: 66.7%;
}
.images-list .list-images.images-grid .image a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.images-list .list-images.images-grid .image a img {
  width: 100%;
  display: block;
}
.images-list .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;
}
.images-list .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;
}
.images-list .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;
}
.images-list .list-images.images-grid .image a .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;
}
.images-list .list-images.images-grid .image a .image-info .image-info-date {
  margin-bottom: 0;
  font-size: 14px;
  float: left;
}
.images-list .list-images.images-grid .image a .image-info .image-info-num {
  float: right;
  color: #fff;
  margin-bottom: 0;
}
.images-list .list-images.images-grid .image a:hover .image-info, .images-list .list-images.images-grid .image a:hover:after, .images-list .list-images.images-grid .image a:hover:before {
  display: block;
  transition: all 0.2s linear;
}
.images-list .list-images.images-list {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}
.images-list .list-images.images-list .image {
  width: calc(50% - 30px);
  float: left;
  margin: 15px;
  position: relative;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.images-list .list-images.images-list .image a {
  text-decoration: none;
}
.images-list .list-images.images-list .image .thumb {
  position: relative;
  display: block;
  width: 100%;
}
.images-list .list-images.images-list .image .thumb img {
  display: block;
  max-width: 100%;
  height: auto;
}
.images-list .list-images.images-list .image .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;
}
.images-list .list-images.images-list .image .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;
}
.images-list .list-images.images-list .image .thumb:hover:after, .images-list .list-images.images-list .image .thumb:hover:before {
  display: block;
  transition: all 0.2s linear;
}
.images-list .list-images.images-list .image .image-info {
  display: block;
  padding: 15px;
  color: #222;
  text-decoration: none;
  transition: all 0.2s linear;
}
.images-list .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;
}
.images-list .list-images.images-list .image .image-info .image-info-title:hover {
  color: #e79002;
}
.images-list .list-images.images-list .image .image-info .image-info-date {
  text-decoration: none;
  margin-bottom: 0;
  font-size: 14px;
  color: #e79002;
  float: left;
}
.images-list .list-images.images-list .image .image-info .image-info-num {
  float: right;
  color: #999;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .images-list .list-images.images-grid .image {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .images-list .list-images.images-grid .image {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .images-list .list-images.images-grid .image:nth-child(6n+1) {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .images-list .list-images.images-grid .image:nth-child(6n+1) {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .images-list .list-images.images-grid .image a:after {
    top: calc(50% - 30px);
  }
}
@media (max-width: 768px) {
  .images-list .list-images.images-grid .image a .image-info .image-info-title {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .images-list .list-images.images-grid .image a .image-info .image-info-date {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .images-list .list-images.images-list .image {
    margin: 7px;
    width: calc(50% - 14px);
  }
}
@media (max-width: 384px) {
  .images-list .list-images.images-list .image {
    width: calc(100% - 14px);
  }
}
@media (max-width: 768px) {
  .images-list .list-images.images-list .image .thumb:after {
    top: calc(50% - 30px);
  }
}
@media (max-width: 768px) {
  .images-list .list-images.images-list .image .image-info .image-info-title {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .images-list .list-images.images-list .image .image-info .image-info-date {
    font-size: 12px;
  }
}
.image-mode {
  float: right;
  margin-top: 2px;
}
.image-mode ul {
  padding-left: 0;
  margin-bottom: 0;
}
.image-mode ul li {
  display: inline-block;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
}
.image-mode ul li.ic-grid {
  background: url(../images/icon-grid.png) no-repeat top left/100%;
}
.image-mode ul li.ic-list {
  background: url(../images/icon-list.png) no-repeat top left/100%;
}
.image-mode ul li.active.ic-grid, .image-mode ul li:hover.ic-grid {
  background: url(../images/icon-grid-active.png) no-repeat top left/100%;
}
.image-mode ul li.active.ic-list, .image-mode ul li:hover.ic-list {
  background: url(../images/icon-list-active.png) no-repeat top left/100%;
}

.content-tag {
  font-size: 14px;
  margin-top: 20px;
}
.content-tag .tags {
  color: #e79002;
  padding: 3px 6px;
  background: #f2f2f2;
  border-radius: 3px;
  display: inline-block;
  margin: 0 2px 3px;
  font-weight: 500;
}

.images-list .content-tag,
.list-content-love .content-tag {
  margin-bottom: 20px;
}

.images-list .content-tag .tags-pc,
.list-content-love .content-tag .tags-pc {
  display: inline;
}

.images-list .content-tag .tags,
.list-content-love .content-tag .tags {
  background: #fff;
  border: 1px solid #ccc;
  color: #555;
  margin: 0 4px 4px;
}

.images-list .content-tag .tags.active, .images-list .content-tag .tags:hover {
  background: #fc9f08;
  color: #fff;
  border-color: #fc9f08;
  cursor: pointer;
}

.list-content-love .content-tag .tags.active, .list-content-love .content-tag .tags:hover {
  background: #fc9f08;
  color: #fff;
  border-color: #fc9f08;
  cursor: pointer;
}

.images-list .content-tag .tags.tag-collapse,
.list-content-love .content-tag .tags.tag-collapse {
  color: #e79002;
}

.images-list .content-tag .tags.tag-collapse:hover,
.list-content-love .content-tag .tags.tag-collapse:hover {
  color: #fff;
}

.images-list .content-tag .tags.hidden,
.list-content-love .content-tag .tags.hidden,
.images-list .content-tag .tags-mob,
.list-content-love .content-tag .tags-mob {
  display: none;
}

@media (max-width: 768px) {
  .images-list .content-tag .tag-collapse,
  .list-content-love .content-tag .tag-collapse,
  .images-list .content-tag .tags-pc,
  .list-content-love .content-tag .tags-pc {
    display: none;
  }
}
@media (max-width: 768px) {
  .images-list .content-tag .tags-mob,
  .list-content-love .content-tag .tags-mob {
    display: block;
  }
}
#map_contact {
  height: 600px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #map_contact {
    height: 450px;
  }
}
.contact_image .ct_images {
  margin-bottom: 20px;
}

.key_search {
  text-transform: uppercase;
  margin: 15px 0;
}

.audio-page .audio-feature .audio-big {
  margin-bottom: 10px;
}
.audio-page .audio-feature .slide-cont .owl-dots {
  display: flex;
  margin-top: 10px;
}
.audio-page .audio-feature .slide-cont .owl-dots button {
  margin-right: 10px;
  position: relative;
  border: 0;
}
.audio-page .audio-feature .slide-cont .owl-dots button span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.audio-page .audio-feature .slide-cont .owl-dots button.active span {
  border: 4px solid #eb1d20;
}
.audio-page .audio-feature .slide-cont .owl-dots button:last-child {
  margin-right: 0;
}
.audio-page .audio-feature .audio-main-list {
  display: flex;
  flex-wrap: wrap;
}
.audio-page .audio-feature .audio-main-list a {
  width: 20%;
  padding-right: 10px;
  display: block;
}
.audio-page .audio-feature .audio-main-list a:last-child {
  padding-right: 0;
}
.audio-page .audio-feature .audio-type-list .row {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #e5e5e5;
  width: 100%;
}
.audio-page .audio-feature .audio-type-list .row .title-list {
  font-weight: bold;
}
.audio-page .audio-feature .audio-type-list .content-list {
  display: flex;
  flex-wrap: wrap;
}
.audio-page .audio-feature .audio-type-list a {
  display: block;
  width: 33.3333%;
  color: #565656;
  padding-bottom: 5px;
  display: inline-block;
  font-size: 15px;
  white-space: wrap;
}
.audio-page .audio-feature .audio-type-list a:hover {
  color: #fc9f08;
  text-decoration: none;
}
.audio-page .audio-feature .audio-type-list a:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #000000;
  display: block;
  float: left;
  content: "";
  margin-top: 8px;
  margin-right: 5px;
}
.audio-page .audio-block {
  margin-top: 30px;
}
.audio-page .audio-block.mt-20 {
  margin-top: -20px;
}
.audio-page .audio-block .audio-content .audio-list .audio {
  width: calc(25% - 15px);
}
.audio-page .audio-block .audio-content .audio-list .audio:nth-child(4n) {
  margin-right: 0;
}
.audio-page .audio-block .audio-content .audio-list .audio-title {
  white-space: normal !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 44px;
}
.audio-page .video-block .video-content .video-feature .video-thumb,
.audio-page .video-block .video-content .video-list-inner .video-thumb {
  position: relative;
}
.audio-page .video-block .video-content .video-feature .video-thumb .video-view,
.audio-page .video-block .video-content .video-list-inner .video-thumb .video-view {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 5px;
  background: rgba(0, 0, 0, 0.4);
  color: #ccc;
  font-size: 13px;
}
.audio-page .video-block .video-content .video-feature .video-thumb .video-view:before,
.audio-page .video-block .video-content .video-list-inner .video-thumb .video-view:before {
  content: "";
  display: block;
  width: 18px;
  height: 14px;
  float: left;
  background: url(../images/icon-view.png) no-repeat top left/100%;
  margin-right: 6px;
  margin-top: 4px;
}
.audio-page .video-block .video-content .video-feature .video-thumb .video-view:hover,
.audio-page .video-block .video-content .video-list-inner .video-thumb .video-view:hover {
  color: #fff;
  cursor: pointer;
}
.audio-page .video-block .video-content .video-feature .video-thumb .video-duration,
.audio-page .video-block .video-content .video-list-inner .video-thumb .video-duration {
  background: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 3px 5px;
  color: #ccc;
}
.audio-page .video-block .video-content .video-feature .video-thumb .video-duration:hover,
.audio-page .video-block .video-content .video-list-inner .video-thumb .video-duration:hover {
  color: #fff;
  cursor: pointer;
}
.audio-page .video-block .video-content .video-feature {
  position: relative;
  margin-bottom: 20px;
}
.audio-page .video-block .video-content .video-feature .video-title {
  position: absolute;
  bottom: 0;
  margin: 10px 15px;
}
.audio-page .video-block .video-content .video-feature .video-title a {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 10px #000;
  font-weight: normal;
  text-decoration: none;
}
.audio-page .video-block .video-content .video-list-inner {
  display: flex;
  flex-wrap: wrap;
}
.audio-page .video-block .video-content .video-list-inner .video-item {
  width: calc(33.3333% - 14px);
  margin-right: 20px;
}
.audio-page .video-block .video-content .video-list-inner .video-item .video-title {
  margin-top: 8px;
}
.audio-page .video-block .video-content .video-list-inner .video-item .video-title a {
  color: #535353;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 44px;
  display: block;
}
.audio-page .video-block .video-content .video-list-inner .video-item .video-title a:hover {
  color: #eb1d20;
  text-decoration: none;
}
.audio-page .video-block .video-content .video-list-inner .video-item:nth-child(3n) {
  margin-right: 0;
}
.audio-page .video-playlist {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.audio-page .video-playlist .v-playlist {
  flex: 0 0 50%;
  padding: 0px 10px;
  border-right: 1px solid #f0f0f0;
}
.audio-page .video-playlist .v-playlist:last-child {
  border-right: none;
}
.audio-page .video-playlist .playlist ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.audio-page .video-playlist .playlist ul li a {
  display: block;
  padding: 8px 0;
  display: flex;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
}
.audio-page .video-playlist .playlist ul li a .audio-thumb {
  width: 50px;
}
.audio-page .video-playlist .playlist ul li a .audio-meta {
  width: calc(100% - 50px);
  padding-left: 10px;
}
.audio-page .video-playlist .playlist ul li a .audio-meta .audio-title {
  display: block;
  font-size: 15px;
  color: #333;
}
.audio-page .video-playlist .playlist ul li a .audio-meta .audio-singer {
  color: #999;
  font-size: 13px;
}
.audio-page .video-playlist .playlist ul li:last-child a {
  border-bottom: none;
}
.audio-page .video-time .video-item {
  width: calc(33.3333% - 14px) !important;
  margin-bottom: 20px;
}
.audio-page .video-time .video-item:last-child {
  display: none;
}
.audio-page .sidebar.right .audio-promo .audio-promo-title {
  background: #eb1d20;
}
.audio-page .sidebar.right .audio-promo .audio-promo-title a {
  color: #fff;
  padding: 0px 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  height: 64px;
  line-height: 64px;
  text-decoration: none;
}
.audio-page .sidebar.right .widget {
  margin-top: 30px;
}
.audio-page .sidebar.right .widget .a-topic .widget-content a {
  display: block;
  margin-top: 15px;
}
.audio-page .sidebar.right .widget .a-topic .widget-content a.view-more-topic {
  color: #737373;
  font-size: 14px;
}
.audio-page .sidebar.right .widget .a-topic .widget-content a.view-more-topic:hover {
  color: #fc9f08;
}
.audio-page .sidebar.right .widget .tags a {
  display: inline-block;
  padding: 3px 6px;
  color: #fff;
  background: #fc9f08;
  border-radius: 3px;
  margin-bottom: 4px;
}
.audio-page .sidebar.right .widget .tags a:hover {
  background: #e79002;
  text-decoration: none;
}
.audio-page .sidebar.right .widget .tags.tags-outline a {
  background: none;
  border: 1px solid #fc9f08;
  color: #fc9f08;
}
.audio-page .sidebar.right .widget .tags.tags-outline a:hover {
  background: #e79002;
  border-color: #e79002;
  color: #fff;
}

@media (max-width: 767px) {
  .audio-page .audio-feature .slide-cont .owl-carousel {
    float: left;
  }
}
@media (max-width: 576px) {
  .audio-page .audio-feature .audio-main-list .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
  }
  .audio-page .audio-feature .audio-main-list .owl-dots .owl-dot {
    text-align: center;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    margin: 0 2px;
  }
  .audio-page .audio-feature .audio-main-list .owl-dots .owl-dot.active {
    background: #fff;
  }
}
@media (max-width: 767px) {
  .audio-page .audio-feature .audio-type-list {
    display: none;
  }
}
@media (max-width: 576px) {
  .audio-page .audio-feature .audio-type-list .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
  }
  .audio-page .audio-feature .audio-type-list .owl-dots .owl-dot {
    text-align: center;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    margin: 0 2px;
  }
  .audio-page .audio-feature .audio-type-list .owl-dots .owl-dot.active {
    background: #fff;
  }
}
@media (max-width: 576px) {
  .audio-page .audio-block .audio-content .audio-list .audio {
    width: calc(50% - 10px);
  }
  .audio-page .audio-block .audio-content .audio-list .audio:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .audio-page .video-playlist {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .audio-page .video-playlist .v-playlist {
    flex: 0 0 100%;
    border-right: none;
  }
}
@media (max-width: 576px) {
  .audio-page .video-time .video-item {
    width: calc(50% - 14px) !important;
  }
  .audio-page .video-time .video-item:nth-child(3n) {
    margin-right: 20px !important;
  }
  .audio-page .video-time .video-item:nth-child(2n) {
    margin-right: 0px !important;
  }
}
@media (max-width: 767px) {
  .audio-page .sidebar.right .widget .tags {
    padding: 0px 10px;
  }
}
@media (max-width: 576px) {
  .slogan-audio {
    display: none;
  }
}
.audio-detail {
  margin-top: 15px;
}
.audio-detail .title-detail h2 {
  font-size: 22px;
}
.audio-detail .title-detail .audio-info {
  font-size: 14px;
  color: #767676;
  display: flex;
}
.audio-detail .title-detail .audio-info span {
  color: #222;
  display: inline-block;
  padding: 0 20px 0 10px;
}
.audio-detail .title-detail .audio-info .audio-author {
  padding-right: 20px;
}
.audio-detail .audio-play {
  margin: 15px 0;
}
.audio-detail .audio-play .playlist {
  background: #111;
  max-height: 350px;
  overflow-y: scroll;
}
.audio-detail .audio-play .playlist ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.audio-detail .audio-play .playlist ul li {
  display: block;
}
.audio-detail .audio-play .playlist ul li a {
  padding: 6px 25px;
  display: block;
  overflow: hidden;
  font-size: 14px;
  border-bottom: 1px solid #444;
  color: #ccc;
  text-decoration: none;
}
.audio-detail .audio-play .playlist ul li a.playing {
  font-weight: bold;
  background: url(/modules/audio/assets/img/icon_status.gif) no-repeat 5px center, #333;
}
.audio-detail .audio-play .playlist ul li a:hover {
  color: #fff;
}
.audio-detail .audio-play .playlist ul li a .song_title {
  width: 80%;
  display: block;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.audio-detail .audio-play .playlist ul li a .song_view {
  float: right;
  font-size: 13px;
  font-weight: normal;
  text-align: right;
  padding-left: 20px;
  padding-top: 2px;
  background: url(/images/icon-headphone.png) no-repeat left center/10px 10px;
}
.audio-detail .audio-play .playlist ul li:last-child a {
  border-bottom: none;
}
.audio-detail .audio-play .embed-responsive-21by9:before {
  padding-top: 45%;
}
.audio-detail .audio-box-menu {
  overflow: hidden;
}
.audio-detail .audio-box-menu .box-menu {
  float: left;
}
.audio-detail .audio-box-menu .box-menu ul {
  padding-left: 0;
}
.audio-detail .audio-box-menu .box-menu ul li {
  display: inline-block;
  margin-right: 10px;
}
.audio-detail .audio-box-menu .box-menu ul li a {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 6px 15px;
  display: block;
  font-size: 15px;
  color: #666;
}
.audio-detail .audio-box-menu .box-menu ul li a:hover {
  text-decoration: underline !important;
  color: #fc9f08;
}
.audio-detail .audio-box-menu .box-menu ul li span.icon_add_to_heart {
  background: url(/modules/audio/assets/img/icon-heart.png) no-repeat center center/100%;
  width: 24px;
  display: block;
  float: left;
  height: 20px;
  margin-right: 10px;
  margin-top: 2px;
}
.audio-detail .audio-box-menu .box-menu ul li span.icon_download {
  background: url(/modules/audio/assets/img/icon-download.png) no-repeat center center/100%;
  display: block;
  float: left;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-top: 2px;
}
.audio-detail .audio-box-menu .box-menu ul li span.icon_share {
  background: url(/modules/audio/assets/img/icon-share.png) no-repeat center center/100%;
  display: block;
  float: left;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-top: 2px;
}
.audio-detail .audio-box-menu .box-menu ul li span.icon_flag {
  background: url(../images/icon-flag.png) no-repeat center center/100%;
  display: block;
  float: left;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-top: 2px;
}
.audio-detail .audio-box-menu .box-count {
  float: right;
  color: #999;
  font-size: 19px;
}
.audio-detail .audio-box-menu .box-count .icon_headphone {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/images/icon-headphone.png) no-repeat top left/100%;
}
.audio-detail .lyric {
  position: relative;
  padding: 5px 0px;
  border: #e3e3e3 solid 1px;
  padding: 10px 20px;
  margin: 0 0 20px 0;
}
.audio-detail .lyric .pd_name_lyric {
  border-bottom: #dbdbdb solid 1px;
  padding: 0px 0px 5px 0px;
  margin-bottom: 8px;
}
.audio-detail .lyric .pd_name_lyric .name_lyric {
  font-size: 18px;
  margin: 0px;
  font-weight: 500;
}
.audio-detail .lyric .pd_name_lyric .name_post {
  font-size: 14px;
  color: #9a9a9a;
  margin: 2px 0 0 0;
}
.audio-detail .lyric .pd_name_lyric .name_post a {
  color: #666;
}
.audio-detail .lyric .pd_lyric {
  line-height: 28px;
  background: transparent url(https://stc-id.nixcdn.com/v11/images/line_lyric.png) left -5px;
  font-size: 14px;
  font-weight: 300;
  color: #333;
  width: 100%;
  max-height: 350px;
  overflow-y: auto;
}
.audio-detail .lyric .more_add {
  width: 100%;
  padding: 5px 0px;
}
.audio-detail .lyric .more_add a {
  font-size: 13px;
}
.audio-detail .lyric .more_add a.hide {
  display: none;
}
.audio-detail .lyric .more_add .btn_view_more {
  color: #2582be;
  height: 25px;
  float: left;
  line-height: 25px;
}

@media (max-width: 576px) {
  .audio-detail .title-detail .audio-info {
    display: block;
  }
}
@media (max-width: 767px) {
  .audio-detail .audio-box-menu .box-menu ul li a {
    padding: 5px;
    border: none;
  }
}
@media (max-width: 767px) {
  .audio-detail .audio-box-menu .box-menu ul li span {
    float: none !important;
    margin-right: 0 !important;
    height: 16px !important;
    background-size: auto 100% !important;
  }
  .audio-detail .audio-box-menu .box-menu ul li span.hidden-xs {
    display: none;
  }
}
@media (max-width: 767px) {
  .audio-detail .audio-box-menu .box-count {
    font-size: 16px;
  }
  .audio-detail .audio-box-menu .box-count .icon_headphone {
    width: 16px;
    height: 15px;
  }
}
.topic-page .a-topic .topic-content {
  display: flex;
  flex-wrap: wrap;
}
.topic-page .a-topic .topic-content .topic-cat {
  width: calc(33.3333% - 14px);
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin-right: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.topic-page .a-topic .topic-content .topic-cat:nth-child(3n) {
  margin-right: 0;
}
.topic-page .a-topic .topic-content .topic-cat .topic-list {
  padding: 10px;
}
.topic-page .a-topic .topic-content .topic-cat .topic-list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.topic-page .a-topic .topic-content .topic-cat .topic-list ul a {
  display: block;
  padding-bottom: 6px;
  color: #666;
  text-decoration: none;
  font-size: 15px;
  padding-left: 20px;
  background: url(/images/icon-arrow-news.svg) no-repeat left 6px/12px;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
}
.topic-page .a-topic .topic-content .topic-cat .topic-list ul a:hover {
  color: #fc9f08;
}

@media (max-width: 800px) {
  .topic-page .a-topic .topic-content .topic-cat {
    width: calc(50% - 10px);
  }
  .topic-page .a-topic .topic-content .topic-cat:nth-child(3n) {
    margin-right: 20px;
  }
  .topic-page .a-topic .topic-content .topic-cat:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .topic-page .a-topic .topic-content .topic-cat {
    width: 100%;
    margin-right: 0 !important;
  }
}
.chude_sort {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .chude_sort {
    margin-bottom: 0px;
  }
}
.qc_block {
  margin: 25px 0;
}

.feature-news {
  margin-bottom: 30px;
}
.feature-news .news .news-thumb {
  position: relative;
}
.feature-news .news .news-thumb a {
  display: block;
}
.feature-news .news .news-thumb a img {
  transition: all 0.3s linear;
}
.feature-news .news .news-thumb a:hover img {
  background-size: 130% !important;
  transition: all 0.3s linear;
}
.feature-news .news .news-thumb:after {
  content: "";
  display: block;
  width: 100%;
  height: 55px;
  background: url(../images/mask_bottom.png) no-repeat bottom center/100%;
  position: absolute;
  bottom: -1px;
}

.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(/modules/livetolove/assets/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(/modules/livetolove/assets/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;
}
.stats-block .stats-title .icon-heart-lotus {
  background: url(../images/icon-heart-lotus.png) no-repeat top center/100%;
  display: block;
  max-width: 140px;
  height: 140px;
  margin: 0 auto 10px;
}
.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(../images/icon-heart-red.png) no-repeat top left/100%;
  margin-right: 15px;
}

@media (max-width: 768px) {
  .stats-block {
    padding: 25px 0;
  }
}
@media (max-width: 768px) {
  .stats-block .stats-title .icon-heart-lotus {
    max-width: 100px;
    height: 100px;
  }
}
@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;
  }
}
.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(../images/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:hover img {
  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;
  background-color: #f6f4f4;
  margin: 40px 0 50px;
}
.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:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/logo-clb-tinhnguoi.png) no-repeat top left/100%;
  position: absolute;
  top: 10px;
  right: 15px;
}
.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:hover .video-thumb: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 .owl-nav button {
  position: absolute;
  width: 30px;
  height: 60px;
  text-indent: -9999px;
  top: 32%;
}
.video-block .video-list .owl-nav button.owl-prev {
  left: 10px;
  background: url(../images/icon-arrow-left.png) no-repeat top left/100%;
}
.video-block .video-list .owl-nav button.owl-next {
  right: 10px;
  background: url(../images/icon-arrow-right.png) no-repeat top left/100%;
}
.video-block:before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  top: -50px;
  background: url(/modules/livetolove/assets/img/bg-top-cor.png) no-repeat top center/100% 100%;
  z-index: 3;
}
.video-block:after {
  z-index: 3;
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: -50px;
  background: url(/modules/livetolove/assets/img/bg-bot-cor.png) no-repeat bottom center/100% 100%;
}
@media (max-width: 768px) {
  .video-block {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .feature-news .news-feature {
    margin-bottom: 20px;
  }
}
.bg-yellow {
  background: #f1b50e !important;
}

.bg-yellow-1 {
  background: #ce9800 !important;
}

.pagination {
  overflow: hidden;
  margin-top: 20px;
}
.pagination.just-center {
  justify-content: center;
}
.pagination nav {
  float: none !important;
  margin-top: 0 !important;
}
.pagination nav a.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-top-color: #dee2e6;
  border-right-color: #dee2e6;
  border-bottom-color: #dee2e6;
  border-left-color: #dee2e6;
  color: #333;
}
.pagination nav a.page-link:last-child {
  border-right: 1px solid #dee2e6;
}
.pagination nav li.active a {
  z-index: 3;
  color: #fff;
  background-color: #fc9f08;
  border-color: #fc9f08;
}

.img-responsive {
  max-width: 100%;
  display: block;
  height: auto !important;
}

.bn-detail {
  margin-bottom: 30px;
}
.bn-detail .bn-info {
  margin-bottom: 30px;
}
.bn-detail .bn-info .post-thumb {
  position: relative;
}
.bn-detail .bn-info .post-thumb:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../images/icon-heart-conner.png) no-repeat top left/100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bn-detail .bn-info .post-thumb img {
  display: block;
  max-width: 100%;
  height: auto !important;
}
.bn-detail .bn-info .post-title {
  font-weight: bold;
  padding: 8px 15px 6px;
}
.bn-detail .bn-info .post-meta p {
  margin-bottom: 5px;
  font-size: 14px;
  padding: 0px 15px;
}
.bn-detail figure {
  margin-bottom: 20px;
}
.bn-detail figure figcaption {
  text-align: center;
  margin: 8px auto;
}
.bn-detail .bn-description tr td:first-child {
  font-weight: bold;
}
.bn-detail .bn-description p {
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .feature-news-slide .owl-nav button {
    position: absolute;
    width: 30px;
    height: 60px;
    text-indent: -9999px;
    top: 32%;
  }
  .feature-news-slide .owl-nav button.owl-prev {
    left: 10px;
    background: url(../images/icon-arrow-left.png) no-repeat top left/100%;
  }
  .feature-news-slide .owl-nav button.owl-next {
    right: 10px;
    background: url(../images/icon-arrow-right.png) no-repeat top left/100%;
  }
}
.carousel-indicators [data-bs-target] {
  border: 0;
}

ul#nav-tab {
  position: relative;
  float: right;
  margin-top: -35px;
  border-bottom: 0;
}
@media (max-width: 768px) {
  ul#nav-tab {
    margin-top: 0;
    float: unset;
  }
}

.nav-tabs .nav-item.show .nav-link {
  border-color: transparent;
  color: #fc9f08;
}
.nav-tabs .nav-item:last-child .nav-link {
  border-right: 0;
}
.nav-tabs .nav-link.nav-link-tb {
  border-radius: 0;
  border: none;
  border-right: 1px solid #495057;
  padding: 0 0.6rem;
  background-color: #fff;
  color: #495057;
  font-size: 15px;
}

@media (max-width: 768px) {
  .main-content .frame .nav {
    border-bottom: none;
    margin-bottom: 25px;
  }
}/*# sourceMappingURL=audio.css.map */