.mt48 {
  margin-top: 48px;
}

.mt24 {
  margin-top: 24px;
}

.mb6 {
  margin-bottom: 6px;
}

.mb48 {
  margin-bottom: 48px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb16 {
  margin-bottom: 16px;
}

.banner__img {
  min-height: 274px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 375px) {
  .banner__img {
    min-height: 80px;
  }
}
@media (min-width: 376px) and (max-width: 450px) {
  .banner__img {
    min-height: 100px;
  }
}
@media (min-width: 451px) and (max-width: 767px) {
  .banner__img {
    min-height: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner__img {
    min-height: 200px;
  }
}

.h188 {
  min-height: 188px;
}

.fb-like {
  margin-left: 7px;
}

.blog-list .blog-item {
  margin-bottom: 23px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .blog-list .blog-item {
    border-bottom: 1px solid #CFCFCF;
  }
}
.blog-list .blog-item .thumb-nail {
  min-height: 200px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 15px;
}
.blog-list .blog-item .info .title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .blog-list .blog-item .info .title {
    font-size: 18px;
  }
}
.blog-list .blog-item .info .title a:hover {
  color: #0F648D;
}
.blog-list .blog-item .meta {
  margin-bottom: 4px;
}
.blog-list .blog-item .meta span {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #696969;
}
.blog-list .blog-item .meta .comment {
  float: right;
  margin-right: 20px;
}
.blog-list .blog-item .des {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.blog-list .blog-item .des p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}

.widget_media_image,
.widget_categories,
.widget_stsk_new_posts {
  margin-bottom: 32px;
}
.widget_media_image:last-child,
.widget_categories:last-child,
.widget_stsk_new_posts:last-child {
  margin-bottom: 0;
}
.widget_media_image h3,
.widget_categories h3,
.widget_stsk_new_posts h3 {
  color: #333333;
}

.blog-sidebar .widgettitle {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 1rem;
}
.blog-sidebar .widget_categories ul {
  padding: 0;
  list-style: none;
}
.blog-sidebar .widget_categories li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4px 0;
  text-align: right;
  color: #333333;
}
.blog-sidebar .widget_categories li a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  float: left;
}
.blog-sidebar .widget_categories li a:hover {
  color: #FCC000;
}
.blog-sidebar .widget-newpost__content .item {
  margin-bottom: 16px;
}
.blog-sidebar .widget-newpost__content .img {
  width: 98px;
  height: 98px;
  float: left;
  margin-right: 12px;
  background-size: cover;
  background-position: center center;
}
.blog-sidebar .widget-newpost__content .title {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #333333;
  flex: none;
  order: 0;
  align-self: center;
  margin: 0px 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-sidebar .widget-newpost__content .date {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  color: #696969;
  flex: none;
  order: 1;
  align-self: flex-start;
  margin: 0px 4px;
}
.blog-sidebar .widget-newpost__content a:hover {
  color: #0F648D;
}

.news-detail-head .meta {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #696969;
}
.news-detail-head .author {
  margin-right: 30px;
}

.news-related-post {
  padding: 1rem 1rem 0;
  background-size: cover;
  background-position: center center;
}
.news-related-post .item {
  margin-bottom: 16px;
}
.news-related-post .img {
  width: 98px;
  height: 98px;
  float: left;
  margin-right: 12px;
  background-size: cover;
  background-position: center center;
}
.news-related-post .title {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #333333;
  flex: none;
  order: 0;
  align-self: center;
  margin: 0px 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-related-post .date {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  color: #696969;
  flex: none;
  order: 1;
  align-self: flex-start;
  margin: 0px 4px;
}
.news-related-post a:hover {
  color: #0F648D;
}

#toc_container {
  padding: 32px;
  font-style: italic;
}

.toc_depth_1:after {
  content: ".";
}

.cursor-pointer {
  cursor: pointer;
  margin: 7px;
}

.btn-zalo {
  width: auto !important;
  height: auto !important;
}
.btn-zalo iframe {
  display: none;
}

@media screen and (max-width: 768.5px) {
  .blog-sidebar .search {
    margin-right: 0;
  }
  .blog-sidebar .search__content {
    position: relative;
    visibility: visible;
    opacity: 1;
    transform: unset;
  }
  .blog-sidebar .search__content .btn-b {
    min-width: 60px;
  }
}
@media screen and (max-width: 991px) {
  .widget_media_image {
    text-align: center;
  }
}

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