@charset "UTF-8";
.section_blogs {
  margin: 30px 0; }
  .section_blogs .title_module_main {
    margin-bottom: 20px; }
    .section_blogs .title_module_main h2 {
      margin: 0;
      font-size: 0;
      font-weight: bold; }
  .section_blogs .owl-nav .owl-prev {
    height: 32px;
    width: 32px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
    position: absolute;
    text-align: center;
    line-height: 32px;
    top: 50%;
    color: #878fa0;
    font-size: 20px;
    margin: 0;
    transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transform: translate(0, -50%);
    left: -50px; }
    .section_blogs .owl-nav .owl-prev:before {
      color: #000;
      line-height: 32px;
      width: 32px; }
    .section_blogs .owl-nav .owl-prev:hover {
      background: #010e11; }
      .section_blogs .owl-nav .owl-prev:hover:before {
        color: #fff; }
  .section_blogs .owl-nav .owl-next {
    height: 32px;
    width: 32px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
    position: absolute;
    text-align: center;
    line-height: 32px;
    top: 50%;
    color: #878fa0;
    font-size: 20px;
    margin: 0;
    right: -50px;
    transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transform: translate(0, -50%); }
    .section_blogs .owl-nav .owl-next:before {
      color: #000;
      line-height: 32px;
      width: 32px; }
    .section_blogs .owl-nav .owl-next:hover {
      background: #010e11; }
      .section_blogs .owl-nav .owl-next:hover:before {
        color: #fff; }
  .section_blogs:hover .owl-nav .owl-prev {
    left: 0;
    opacity: 1;
    visibility: inherit;
    color: #fff; }
  .section_blogs:hover .owl-nav .owl-next {
    right: 0;
    opacity: 1;
    visibility: inherit;
    color: #fff; }
  .section_blogs .list-blogs-link {
    overflow: hidden; }
  .section_blogs .content__ {
    padding-top: 15px; }
    @media (min-width: 991px) {
      .section_blogs .content__ {
        float: left;
        width: calc(100% - 285px); } }
    .section_blogs .content__ .time_post {
      background-color: rgba(0, 0, 0, 0.7);
      position: absolute;
      top: 10px;
      left: 10px;
      color: #fff;
      text-align: center;
      z-index: 99;
      padding: 5px; }
      .section_blogs .content__ .time_post span {
        display: block; }
        .section_blogs .content__ .time_post span.dd {
          font-size: 20px;
          font-weight: bold;
          line-height: initial; }
    .section_blogs .content__ h3 {
      font-size: 16px;
      margin-top: 0;
      color: #000;
      font-weight: bold;
      text-transform: uppercase; }
    .section_blogs .content__ .blog-description p {
      margin-bottom: 0;
      color: #000; }
  .section_blogs .blog-img {
    position: relative; }
    @media (min-width: 991px) {
      .section_blogs .blog-img {
        float: left;
        width: 260px;
        margin-right: 25px; }
        .section_blogs .blog-img:before {
          width: 0;
          height: 0;
          border-top: 7px solid transparent;
          border-bottom: 7px solid transparent;
          border-right: 7px solid #fff;
          position: absolute;
          content: "";
          top: 50%;
          right: 0px;
          z-index: 99; } }
    .section_blogs .blog-img img {
      width: auto;
      max-height: 100%;
      margin: auto; }
    .section_blogs .blog-img .time_post {
      background-color: rgba(0, 0, 0, 0.7);
      position: absolute;
      top: 10px;
      left: 10px;
      color: #fff;
      text-align: center;
      z-index: 99;
      padding: 5px; }
      .section_blogs .blog-img .time_post span {
        display: block; }
        .section_blogs .blog-img .time_post span.dd {
          font-size: 20px;
          font-weight: bold;
          line-height: initial; }
  .section_blogs .item-blg {
    position: relative; }
    .section_blogs .item-blg .kbdt {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 9; }
    .section_blogs .item-blg:hover h3 {
      color: #010e11; }

.title_module_main {
  margin-bottom: 30px; }
  .title_module_main h2 {
    text-align: center;
    margin: 0;
    font-size: 0;
    letter-spacing: 2px;
    text-transform: uppercase; }
    .title_module_main h2 a {
      font-size: 20px;
      letter-spacing: 2px;
      border-top: 1px solid #b83e08;
      border-bottom: 1px solid #b83e08;
      padding: 10px 0;
      display: inline-block; }
      .title_module_main h2 a .t1 {
        font-weight: bold;
        color: #b83e08; }
      .title_module_main h2 a:hover {
        color: #010e11; }

/* Table of Contents Article */
.table-of-contents {
  background: #f9f9f9;
  border: 1px solid #000;
  display: block;
  padding: 8px 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 20px 0;
  width: 100%;
  display: table;
  border-radius: 10px; }

.table-of-contents .table-title {
  font-weight: 700;
  font-size: 17px;
  margin: 0;
  padding: 10px 0; }

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

.table-of-contents .table-title .toc_toggle a {
  color: #bcbdc1;
  padding: 0 1px; }

.table-of-contents ul {
  font-size: 14px;
  list-style-type: disc;
  margin: 0 0 0 16px; }

.table-of-contents ul li {
  list-style-position: outside;
  margin: 5px 0 0; }

.table-of-contents ul li::marker {
  color: #000;
  font-size: 0; }

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

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

.table-of-contents > ul ul ul {
  display: none; }

.table-of-contents ul li a:hover, .table-of-contents ul li a:focus {
  color: var(--shop-color-hover); }

.table-content-button {
  width: 35px;
  height: 35px;
  display: block;
  position: fixed;
  left: 10px;
  z-index: 10;
  opacity: 0;
  top: 45%;
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.table-content-button .btn-icolist {
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  outline: none;
  float: left;
  background: #fcfcfc;
  border: 1px solid #eeeeee;
  border-radius: 4px; }

.table-content-button .btn-icolist svg {
  width: 20px;
  height: 35px;
  vertical-align: initial; }

.table-content-fixed {
  position: fixed;
  left: 10px;
  z-index: 999;
  max-width: 280px;
  top: 45%;
  background: #e06b23;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  -webkit-transform-origin: 0 top;
  transform-origin: 0 top;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }

.table-content-fixed .table-of-header {
  position: relative;
  padding-right: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 12px;
  border-bottom: 1px solid  #eeeeee; }

.table-content-fixed .table-of-header .hTitle {
  max-width: calc(100% - 50px);
  margin-left: 0;
  font-weight: 600;
  font-size: 14px;
  color: #fff; }

.table-content-fixed .table-of-header .hClose {
  position: absolute;
  right: 5px;
  top: 2px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  text-align: center; }

.table-content-fixed .table-of-header .hClose svg {
  width: 32px;
  height: 32px;
  width: 14px; }

.table-content-fixed .table-of-contents {
  border: 0;
  background: #ffffff;
  margin: 0;
  padding: 5px 12px;
  box-shadow: none;
  display: block;
  overflow: hidden;
  overflow-y: auto;
  max-height: 70vh;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  border-radius: 0px; }

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

.table-content-fixed .table-of-contents ul {
  font-size: 13px; }

.table-content-button.active {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1); }

.table-content-fixed.active {
  transform: scale(1) translateY(-45%);
  -webkit-transform: scale(1) translateY(-45%);
  -moz-transform: scale(1) translateY(-45%);
  -ms-transform: scale(1) translateY(-45%);
  -o-transform: scale(1) translateY(-45%); }

/* Reset mặc định danh sách */
.table-of-contents ul {
  list-style: none;
  margin: 0 0 0 16px;
  padding: 0;
  counter-reset: item; }

/* Đánh số từng cấp */
.table-of-contents ul li {
  counter-increment: item; }

.table-of-contents ul li::before {
  content: counters(item, ".") ". ";
  /* hiển thị dạng 1.2.3 */
  color: #000;
  font-weight: 600;
  margin-right: 4px;
  display: none; }

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

.table-of-contents ul li a:hover,
.table-of-contents ul li a:focus {
  color: #e06b23; }

.table-of-contents ul li {
  font-size: 15px; }

.table-of-contents ul li ul li {
  font-size: 14px; }
