.bdr-07 {
  overflow: hidden;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

#article .content-blog-heading .content_blog-title {
  margin-bottom: 12px; }
  #article .content-blog-heading .content_blog-title h1 {
    text-transform: uppercase;
    margin-top: 0;
    font-size: 23px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      #article .content-blog-heading .content_blog-title h1 {
        font-size: 21px; } }

#article .content-blog-heading .article-info-more {
  display: flex;
  margin: 0 0 15px;
  padding: 0;
  flex-wrap: wrap; }

/* Table of Contents Article */
.table-of-contents {
  background: var(--article_main_bg);
  border: 1px dashed #333;
  border-radius: 6px;
  padding: 8px 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 0 0 10px;
  width: 100%;
  display: table; }

.table-of-contents .table-title {
  margin-bottom: 10px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #eceef0; }
  .table-of-contents .table-title .htitle {
    color: var(--color_titlepro_shop);
    font-weight: 600;
    font-size: 15px; }

.table-of-contents .table-title .toc_toggle {
  font-size: 13px;
  color: var(--color_titlepro_shop);
  display: inline-block;
  vertical-align: 2px;
  margin-left: 8px; }

.table-of-contents .table-title .toc_toggle a {
  color: var(--color_titlepro_shop);
  padding: 0 1px; }

.table-of-contents ul {
  list-style: none;
  counter-reset: item;
  margin: 0;
  list-style-type: none; }

.table-of-contents ul li {
  list-style: none;
  margin: 7px 0 0; }

.table-of-contents ul li::before {
  margin-right: 5px;
  font-size: 13px; }

.table-of-contents li a {
  text-decoration: none;
  color: #000; }

.table-of-contents > ul > li a:hover {
  color: var(--colorshophover);
  text-decoration: underline; }

.table-of-contents > ul {
  counter-reset: nav0;
  padding-bottom: 10px; }

.table-of-contents > ul ul {
  padding-left: 14px; }

.table-of-contents > ul > li {
  counter-increment: nav0;
  counter-reset: nav1; }

.table-of-contents > ul > li li {
  counter-increment: nav1;
  counter-reset: nav2; }

.table-of-contents > ul > li li li {
  counter-increment: nav2;
  counter-reset: nav3; }

.table-of-contents > ul > li li li li {
  counter-increment: nav3;
  counter-reset: nav4; }

.table-of-contents > ul > li li li li li {
  counter-increment: nav4;
  counter-reset: nav5; }

.table-of-contents > ul > li li li li li li {
  counter-increment: nav5;
  counter-reset: nav6; }

.table-of-contents > ul > li::before {
  content: counter(nav0) ". "; }

.table-of-contents > ul > li li::before {
  content: counter(nav0) "." counter(nav1) " . "; }

.table-of-contents > ul > li li li::before {
  content: counter(nav0) "." counter(nav1) "." counter(nav2) ".  "; }

.table-of-contents > ul > li li li li::before {
  content: counter(nav0) "." counter(nav1) "." counter(nav2) "." counter(nav3) "  "; }

.table-of-contents > ul > li li li li li::before {
  content: counter(nav0) "." counter(nav1) "." counter(nav2) "." counter(nav3) "." counter(nav4) "  "; }

.table-of-contents > ul > li li li li li li::before {
  content: counter(nav0) "." counter(nav1) "." counter(nav2) "." counter(nav3) "." counter(nav4) "." counter(nav5) "  "; }

.table-of-contents > ul > li li li li li li li::before {
  content: counter(nav0) "." counter(nav1) "." counter(nav2) "." counter(nav3) "." counter(nav4) "." counter(nav5) "." counter(nav6) "  "; }

.table-content-fixed {
  position: fixed;
  top: 20%;
  left: 10px;
  z-index: 10;
  background: #fdf6f3;
  border: 1px dashed var(--colorshop);
  width: 35px;
  height: 35px;
  margin-right: 15px;
  opacity: 0;
  visibility: hidden;
  direction: ltr;
  max-width: 350px;
  max-height: calc(100% - 26%);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 7px;
  box-shadow: 3px 3px 45px 0 rgba(0, 0, 0, 0.17); }

.table-content-fixed .table-of-contents {
  visibility: hidden;
  opacity: 0;
  padding-top: 0;
  margin: 0;
  border: none;
  background: none;
  box-shadow: none; }

.table-content-fixed .table-of-contents .table-title {
  padding-top: 0;
  display: none; }

.table-content-fixed .table-of-header {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.table-content-fixed .table-of-header .btn-icolist {
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  outline: none;
  float: left;
  border: none;
  background: none;
  color: var(--colorshop); }

.table-content-fixed .table-of-header .hTitle {
  display: none;
  margin-left: 10px;
  font-weight: 600;
  font-size: 14px; }

.table-content-fixed .table-of-contents .toc_toggle {
  display: none; }

.table-content-fixed.show {
  opacity: 1;
  visibility: visible; }

.table-content-fixed.show.active .table-of-header .hTitle {
  display: block; }

.table-content-fixed.show.active {
  height: auto;
  width: auto;
  overflow-y: scroll;
  max-height: calc(100% - 26%);
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }

.table-content-fixed.show.active .table-of-contents {
  visibility: visible;
  opacity: 1; }

/* style - scroll */
.table-content-fixed.show.active::-webkit-scrollbar {
  width: 3px;
  height: 30px; }

.table-content-fixed.show.active::-webkit-scrollbar-track {
  -webkit-border-radius: 0px;
  border-radius: 0px; }

.table-content-fixed.show.active::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.table-content-fixed.show.active::-webkit-scrollbar-thumb:window-inactive {
  background: #e1e3e4; }

.table-content-fixed.show.active::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4); }

@media (max-width: 991px) {
  .table-content-fixed {
    display: none !important; } }

/* end */
#article .wrapper-content_article .blpadding-left .sidebar-blog .sidebar-blog-item {
  background: var(--article_main_bg); }

#article .wrapper-content_article .article-container-bg {
  height: 100%;
  /*scroll-behavior: smooth*/
  padding: 10px;
  background: var(--article_main_bg);
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px; }

/*.content_style_list h2.hTitle {text-transform: uppercase;}*/
.meta-article-tags .tags-title {
  font-weight: bold; }

.meta-article-tags a.tag {
  border: 1px dashed var(--bg_button);
  background: var(--bg_button);
  padding: 2px 4px;
  margin-right: 2px;
  border-radius: 7px;
  color: var(--color_button); }

.article-comment .form-group input {
  border: 1px dashed var(--colorshop_titlte);
  background: #fff;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  margin-bottom: 0; }

.article-comment .form-group textarea {
  border: 1px dashed var(--colorshop_titlte);
  background: #fff;
  padding: 10px 20px 0;
  line-height: 40px;
  margin-bottom: 0; }

.article-comment .button-comment {
  width: auto;
  margin: 10px 0; }

.article-comment .notice {
  font-style: italic;
  font-size: 13px;
  color: #f00; }

.article-comment .form-list-comment {
  margin-top: 15px; }
  .article-comment .form-list-comment .author {
    margin-bottom: 7px; }
  .article-comment .form-list-comment .author strong {
    color: var(--colorshop_titlte);
    margin-right: 5px; }
  .article-comment .form-list-comment .author span.date {
    font-size: 12px;
    color: #777; }
  .article-comment .form-list-comment .comment-content {
    color: #333; }

.wrap-article-related {
  margin-top: 15px; }

.list-article-content .item-blog {
  margin-bottom: 20px; }
  .list-article-content .item-blog .image-blog {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding-top: 50%; }
    .list-article-content .item-blog .image-blog img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .list-article-content .item-blog .content_blog {
    margin: 10px 0; }
    .list-article-content .item-blog .content_blog .title-blog {
      margin-bottom: 7px;
      font-size: 15px;
      line-height: 1.5;
      color: #000;
      font-weight: bold; }
      .list-article-content .item-blog .content_blog .title-blog a {
        display: inline-block;
        line-height: 1.3;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 39px; }
    .list-article-content .item-blog .content_blog .art-info {
      font-size: 13px;
      display: flex;
      align-items: center;
      gap: 10px;
      margin: 5px 0;
      color: var(--colorshop); }
      @media (min-width: 992px) {
        .list-article-content .item-blog .content_blog .art-info {
          margin: 10px 0; } }
      .list-article-content .item-blog .content_blog .art-info.d-block-mb {
        display: inline-block;
        /*span.author {display: block;}*/ }
    .list-article-content .item-blog .content_blog .content-justify {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      color: var(--colorshop); }
