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

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

.main-content {
  background: #fff;
  margin-top: 0;
  position: relative;
  z-index: 1;
}
.main-content .news-content .time-breadcrumbs .time {
  font-size: 14px;
  float: right;
  color: #444;
}
.main-content .page-content .bn-detail {
  margin-bottom: 30px;
}
.main-content .page-content .bn-detail .bn-info {
  margin-bottom: 30px;
}
.main-content .page-content .bn-detail .bn-info .post-thumb {
  position: relative;
}
.main-content .page-content .bn-detail .bn-info .post-thumb:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/icon-heart-conner.png) no-repeat top left/100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main-content .page-content .bn-detail .bn-info .post-thumb img {
  display: block;
  max-width: 100%;
  height: auto !important;
}
.main-content .page-content .bn-detail .bn-info .post-title {
  font-weight: bold;
  padding: 8px 15px 6px;
}
.main-content .page-content .bn-detail .bn-info .post-meta p {
  margin-bottom: 5px;
  font-size: 14px;
  padding: 0px 15px;
}
.main-content .page-content .bn-detail figure {
  margin-bottom: 20px;
}
.main-content .page-content .bn-detail figure figcaption {
  text-align: center;
  margin: 8px auto;
}
.main-content .page-content .bn-detail .bn-description tr td:first-child {
  font-weight: bold;
}
.main-content .page-content .bn-detail .bn-description p {
  margin-bottom: 2px;
}
.main-content .page-content .bn-description p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}
.main-content .page-content .bn-description p img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .main-content .page-content .bn-description p img {
    width: 100% !important;
    height: auto !important;
  }
}
.main-content .page-content .bn-description span {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}
.main-content .page-content .bn-description table {
  border: 1px solid #dee2e6;
  width: 100% !important;
}
.main-content .page-content .bn-description table tbody td {
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  padding: 12px;
}
.main-content .page-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 .page-content .frame .feature-news {
  margin-bottom: 30px;
}
.main-content .page-content .frame .feature-news .news .news-thumb {
  position: relative;
}
.main-content .page-content .frame .feature-news .news .news-thumb a {
  display: block;
}
.main-content .page-content .frame .feature-news .news .news-thumb a img {
  transition: all 0.3s linear;
}
.main-content .page-content .frame .feature-news .news .news-thumb a img:hover {
  background-size: 130% !important;
  transition: all 0.3s linear;
}
.main-content .page-content .frame .feature-news .news .news-thumb:after {
  content: "";
  display: block;
  width: 100%;
  height: 55px;
  background: url(../img/mask_bottom.png) no-repeat bottom center/100%;
  position: absolute;
  bottom: -1px;
}
.main-content .page-content .frame .feature-news .news .news-title {
  margin: 10px 0;
}
.main-content .page-content .frame .feature-news .news .news-title a {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 3rem;
  min-height: 3rem;
  text-decoration: none;
}
.main-content .page-content .frame .feature-news .news .news-shortdesc .news-date {
  color: #fc9f08;
}
.main-content .page-content .frame .feature-news .news .news-shortdesc p {
  margin-bottom: 0;
  max-height: 3rem;
  min-height: 3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.main-content .page-content .frame .feature-news .news .news-shortdesc .readmore {
  display: block;
  width: 100%;
  text-align: right;
}
.main-content .page-content .frame .feature-news .news .news-shortdesc {
  font-size: 15px;
}
.main-content .page-content .frame .feature-news .news .readmore {
  color: #e79002;
  display: block;
  text-align: right;
  font-weight: normal;
}
.main-content .page-content .frame .result-content .result-post {
  margin-bottom: 20px;
}
.main-content .page-content .frame .result-content .result-post a {
  color: #111;
  text-decoration: none;
}
.main-content .page-content .frame .result-content .result-post a:hover .post-title {
  color: #ce9800;
}
.main-content .page-content .frame .result-content .post-thumb {
  position: relative;
}
.main-content .page-content .frame .result-content .post-thumb:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/icon-heart-conner.png) no-repeat top left/100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.main-content .page-content .frame .result-content .post-thumb img {
  display: block;
  max-width: 100%;
  height: auto !important;
  transition: all 0.2s linear;
}
.main-content .page-content .frame .result-content .post-thumb img:hover {
  background-size: 110% !important;
  transition: all 0.2s linear;
}
.main-content .page-content .frame .result-content .post-title {
  font-weight: bold;
  padding: 8px 15px 6px;
}
.main-content .page-content .frame .result-content .post-meta p {
  margin-bottom: 5px;
  font-size: 14px;
  padding: 0px 15px;
}

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