@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: unset !important;
  }
}
main.post {
  overflow: hidden;
}

.post-content__inner .container {
  box-shadow: 0 3.33836px 4.17295px 0 rgba(0, 0, 0, 0.1);
}

.top-post__meta {
  margin-bottom: 1rem;
}

a.top-post--btn-more {
  padding: 10px 13px;
  background: var(--color-blue-2);
  border-radius: 6px;
  color: #fff;
  display: inline-block;
}

.featured-post__title h3 {
  display: inline-block;
  border-bottom: 5px solid var(--color-blue-1);
  padding-bottom: 5px;
}

.featured-post__owl-carousel {
  margin: 16px 0;
}
.featured-post__owl-carousel .owl-nav {
  display: block !important;
}

.featured-post__owl-carousel img {
  height: 150px;
  object-fit: cover;
}

span.featured-post__item--overlay {
  position: absolute;
  top: 30%;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(2, 0, 36, 0.6362920168) 0%, rgba(255, 255, 255, 0) 81%, rgba(255, 255, 255, 0) 100%);
}

.featured-post__item {
  position: relative;
  text-align: center;
}

.featured-post__item--title {
  position: absolute;
  bottom: 15px;
  left: 20px;
  right: 20px;
  text-transform: uppercase;
  color: #fff;
  height: 50px;
}

.category-tabs__post {
  padding: 16px 0;
  border-bottom: 1px solid #DBDBDB;
}

.video-tabs {
  padding: 16px 0;
}

.video-tabs__title {
  background-color: var(--color-blue-2);
  color: #fff;
  padding: 16px 20px;
  display: flex;
  align-items: center;
}

.video-tabs__title i {
  font-size: 30px;
  margin-right: 5px;
}

img.video-tabs__nav-item--img {
  border-radius: 9px;
}

.video-tabs__nav-item {
  padding: 14px;
  cursor: pointer;
}

.video-tabs__nav-item.active {
  background: #E9E9E9;
}

.video-tabs__nav {
  border-right: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
}

.video-tabs__view iframe {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  padding: 0;
}

.video-tabs__view {
  height: 100%;
}

video.top-post--video {
  width: 100%;
  height: 100%;
  background-color: #eee;
}

.top-post__inner {
  padding-bottom: 24px;
  padding-top: 40px;
}

.post-other__post {
  margin-bottom: 16px;
}

h6.post-other__post--title {
  margin: 10px 0;
}

.post-other__list .post-other__post {
  margin-bottom: 0;
  padding: 16px 0;
  border-bottom: 1px solid #DBDBDB;
}

.post-other__list .post-other__post:first-child {
  padding-top: 0;
}

.post-other__more {
  border: 1px solid #DBDBDB;
  margin: 16px 0;
  padding: 14px;
  display: inline-block;
  width: 100%;
}

ul.nav.nav-tabs {
  margin-bottom: 16px;
  border-bottom: 1px solid #DBDBDB;
}

.category-tabs a.nav-link.--text-color-dark-5.active, .category-tabs a.nav-link.--text-color-dark-5:hover {
  color: var(--color-dark-5);
  background-color: transparent;
  border-bottom: 5px solid var(--color-blue-1);
}

.category-tabs a.nav-link.nav-link--sub.--text-color-dark-5.active,
.category-tabs a.nav-link.nav-link--sub.--text-color-dark-5:hover {
  border: 0;
  color: var(--color-blue-1);
}

.category-tabs a.nav-link.--text-color-dark-5 {
  padding-left: 0;
  padding-right: 0;
  margin-right: 24px;
  border-bottom: 5px solid transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.category-tabs__grid-post span {
  display: block;
  margin: 10px 0 16px;
}

.category-tabs__post:first-child {
  padding-top: 0;
}

.post section.banner-carousel {
  position: relative;
}

.post section.banner-carousel div#banner-owl-carousel {
  overflow: initial;
}

.post section.banner-carousel .owl-dots {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
}

.related-posts__title h3 {
  display: inline-block;
  border-bottom: 5px solid var(--color-blue-1);
  padding-bottom: 5px;
}

.related-posts.--sidebar .related-posts__inner {
  border: 1px solid #D8D8D8;
  padding: 16px;
  margin-top: 40px;
}

h6.related-posts__grid-post--title {
  margin: 10px 0 16px;
}

.related-posts__list-post {
  padding: 16px 0;
  border-bottom: 1px solid #DBDBDB;
}

.related-posts__inner {
  padding-bottom: 30px;
}

.related-posts__more a {
  padding: 8px 10px;
  background: var(--color-blue-2);
  border-radius: 6px;
}

h1.post-content--title {
  padding-top: 40px;
}

.content-post__description {
  padding: 16px 0;
}
.content-post__description figure, .content-post__description figure * {
  max-width: 100%;
}
.content-post__description * {
  color: var(--color-dark-6) !important;
}

@media (max-width: 767.98px) {
  h3.top-post--title-2 {
    margin-top: 16px;
  }
  p.top-post--short-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
  }
  a.top-post--btn-more {
    display: none;
  }
  .top-post__inner {
    padding-bottom: 0;
  }
  .featured-post__title h3 {
    font-size: 16px;
  }
  .category-tabs a.nav-link.--text-color-dark-5 {
    font-size: 14px;
    margin-right: 10px;
  }
}

/*# sourceMappingURL=post.css.map */
