.main_cate {
    margin-top: 20px;
}

.main_content {
    padding-top: 20PX;
}

.medium-container {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.block.block-main.block-category {
    max-width: 728px;
    margin: auto;
    /* margin-top: 20px; */
}

.card-horizontal {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #414141;
}

.card-horizontal__image img {
    display: block;
}

.card-horizontal__content {
    width: calc(100% - 207px);
}

.title {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
}

.description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 5px auto;
}

.description p,
.description span {
    color: #9e9e9e !important;
    font-weight: 300 !important;
    font-size: 15px !important;
    line-height: 19px;
}

.description strong {
    font-weight: 300 !important;
}

.datetime span {
    color: #9e9e9e !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 19px;
    margin-top: 10px;
}

.hover-image img {
    transition: all .5s ease;
    /* position: absolute; */
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: rotate(.01deg) scale(1);
    border-radius: 3px;
}

.card-horizontal__image {
    width: 197px;
    height: auto;
    display: block;
    position: relative;
}

.hover-image:hover img {
    transition: all .5s ease;
    transform: rotate(.01deg) scale(1.01);
}

.card-horizontal.card-horizontal-highlight {
    background: #e8eaef;
    border-radius: 3px;
    padding-bottom: 0;
}

.card-horizontal.card-horizontal-highlight .card-horizontal__image {
    width: 400px;
}

.card-horizontal.card-horizontal-highlight .card-horizontal__content {
    width: calc(100% - 400px);
    padding: 15px;
}

.card-horizontal.card-horizontal-highlight .title {
    font-size: 24px;
    line-height: 28px;
    color: #000;
}


.card-horizontal-highlight .description p,
.card-horizontal-highlight .description span {
    color: #4f4f4f !important;
    font-weight: 300 !important;
    font-size: 15px !important;
    line-height: 22px;
}

.card-horizontal-highlight .description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 5px auto;
    margin-top: 16px;
}

.breadcrumb {
    display: flex;
    margin-bottom: 15px;
    padding: 0;
    background: unset;
}

.breadcrumb_cate {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.breadcrumb_home {
    display: flex;
    align-items: center;
    height: 36px;
    position: relative;
    padding: 0 20px;
    transition: .3s ease;
    background-color: #a9a9a9;
}

.this_breadcrumb {
    color: #161616;
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
}

.breadcrumb_home a {
    color: #f2761c;
}


.breadcrumb_page {
    background-color: rgb(213, 213, 213);
}

._4q7jo {
    display: flex;
    align-items: center;
    height: 36px;
    position: relative;
    padding: 0 20px;
    transition: .3s ease;
}

.breadcrumb_page .this_breadcrumb {
    color: rgb(22, 22, 22);
}

.breadcrumb_after,
.breadcrumb_after:after {
    position: absolute;
    transition: .3s ease;
}

.breadcrumb_after {
    height: 36px;
    /* background-color: #d5d5d5; */
    width: 2px;
    right: -1px;
    top: 0px;
}

.breadcrumb_after.breadcrumb_after_home:before {
    border-left-color: #a9a9a9;
}

.breadcrumb_after:before {
    content: "";
    position: absolute;
    top: -1px;
    width: 10px;
    height: 1px;
    z-index: 3;
    right: -9px;
    border-left: 10px solid #d5d5d5;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    transition: .3s ease;
}

.breadcrumb_after:after {
    content: "";
    top: 0px;
    width: 12px;
    height: 1px;
    z-index: 2;
    right: -10px;
    /* border-left: 10px solid #d5d5d5; */
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

.home-content {
    margin-bottom: 30px;
    margin-top: 0;
    padding: 50px;
    background-color: #fff;
    border-radius: 10px;
}

.h2_content_home {
    font-size: 11px;
    color: #999;
    font-weight: 700;
}

.home-content-title p {
    font-size: 25px;
    line-height: 1.5;
    font-weight: 700;
    color: #000;
}

.single-content {
    font-size: 16px;
    line-height: 1.7;
}

.home-content-intro {
    margin-top: 15px;
}

.single-content {
    padding: 8px 0;
    line-height: 1.7;
    max-height: 500px;
    text-align: justify;
    overflow: auto;
    color: #000;
}

.single-content p,
.single-content span {
    padding: 8px 0;
    line-height: 1.7;
    color: #000;
    font-size: 18px;
}

.single-content a,
.single-content a span,
.single-content a p {
    color: #009cff;
}

a:link {
    text-decoration: none;
}

.single-content h2,
.single-content h2 span,
.single-content h2 p {
    font-size: 26px !important;
    font-weight: 700;
}

.single-content h3,
.single-content h3 span,
.single-content h3 p {
    font-size: 19px !important;
    font-weight: 700;
}


.single-content ul {
    padding: 0 !important;
    padding-left: 30px !important;
    list-style: disc;
    color: #fff;
}

.single-content figure,
.single-content img {
    width: 100%;
    margin: auto;
}

figcaption {
    font-size: 16px;
    text-align: center;
    font-style: italic;
    background: #ccc;
    line-height: 28px;
}

.single-content figure {
    margin-bottom: 10pt;
}

.single-content::-webkit-scrollbar {
    border-radius: 5px;
    /* height: 131px; */
    width: 10px;
}

.single-content::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 30px;
}

.single-content a:hover span,
.single-content a:hover p,
.single-content a:hover {
    color: #ff9800;
}
   .box_content {
      max-width: 750px;
      margin: auto;
      width: -webkit-fill-available;
      padding: 15px;
      box-sizing: unset;
   }

   .content_page {
      margin: auto;
      margin-top: 40px;
      color: #000;
      border: 1px solid #000;
      border-radius: 4px;
      padding: 16px;
      position: relative;
      cursor: pointer;
      margin-bottom: 16px;
      max-width: 728px;
   }

   .box_content h2,
   .box_content h2 span,
   .box_content h2 p {
      font-weight: 700 !IMPORTANT;
      font-size: 24px !important;
      line-height: 32px !important;
      color: #000 !important;
      text-align: left !important;
      margin: 12px 0 !important;
   }

   .box_content h3 span,
   .box_content h3 {
      font-size: 23px !important;
      line-height: 32px !important;
      font-weight: 600 !important;
      margin-bottom: 12px !important;
      color: #000 !important;
      text-align: left !important;
   }

   .box_content h4 span,
   .box_content h4 p,
   .box_content h4 {
      font-size: 18px !important;
      line-height: 30px !important;
      font-weight: 500 !important;
      margin-bottom: 12px !important;
      color: #000 !important;
      text-align: left !important;
   }

   .box_content h5,
   .box_content h6,
   .box_content h5 span,
   .box_content h6 span,
   .box_content h5 p,
   .box_content h6 p {
      font-weight: 500 !important;
      color: #000 !important;
      text-align: left !important;
   }

   .box_content th,
   .box_content td {
      border: none !important;
      border-bottom: 1px solid #000 !important;
      border-left: 1px solid #000 !important;
      text-align: center !important;
      padding: 10px;
   }

   .box_content table {
      width: 100% !important;
      border-spacing: 0px !important;
      border: 1px solid #000 !important;
      border-bottom: none !important;
      border-color: black !important;
   }

   .box_content th:first-child,
   .box_content td:first-child {
      border-left: none !important;
   }

   .box_content table p,
   .box_content table span {
      margin-bottom: 0 !important;
      font-size: 17px !important;
      line-height: 1.5 !important;
   }

   .box_content table th p {
      text-align: center !important;
      font-weight: 700;
   }

   .box_content a {
      font-weight: bold;
      font-size: 17px;
      color: #009cff;
   }

   .box_content p,
   .box_content span {
      margin-bottom: 10px !important;
      font-size: 16px !important;
      line-height: 1.5 !important;
      text-align: justify !important;
      white-space: unset !important;
      word-wrap: break-word;
   }

   .box_content a p,
   .box_content a span {
      color: unset !important;
   }

   .box_content ul {
      padding: 0 !important;
      padding-left: 30px !important;
      list-style: disc;
   }

   .box_content ul li {
      line-height: 1.5 !important;
      white-space: unset !important;
      margin: 0 0 10px 0 !important;
   }

   .box_content img {
      width: 100%;
      height: auto;
   }

   figcaption {
      font-size: 16px;
      text-align: center;
      font-style: italic;
      background: #ccc;
      line-height: 28px;
   }

   figure {
      margin: auto;
      width: 100%;
      margin-bottom: 10pt;
   }

   .title_h1 {
      line-height: 1.3;
      color: #000;
      font-size: 27px;
      font-weight: 700;
      margin: 0;
      margin-bottom: 10pt;
   }

   .box_author {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 18px;
      flex-wrap: wrap;
   }

   .box_date {
      display: flex;
      align-items: center;
   }

   .mucluc_blog {
      background: #ebebeb;
      padding: 10px 15px;
      text-align: left !important;
      margin-bottom: 10pt;
   }


   .box_title_ml {
      display: flex;
      align-items: center;
      justify-content: space-between;
   }

   .img_show_ml {
      margin-left: 10px;
      rotate: 90deg;
      width: unset !important;
   }

   .img_ml {
      width: 16px !important;
      margin-right: 5px;
      margin-top: -1px;
   }

   .title_mucluc {
      margin-bottom: 0;
      font-weight: 700;
      font-size: 16px;
      line-height: 24px;
      text-transform: capitalize;
      color: #131736;
      text-align: center;
      display: flex;
      align-items: center;
   }


   .box_content .list_mucluc li {
      padding: 3px 0;
      margin: 0 !important;
   }

   .box_content .list_mucluc {
      margin-bottom: 8px;
      padding: 0 !important;
   }

   .list_mucluc ul {
      list-style: none;
      padding: 0 !important;
   }

   .list_mucluc a {
      font-weight: 500;
      font-size: 15px;
      line-height: 24px;
      text-align: center;
      color: #131736;
   }

   li .toc-ul {
      padding-left: 15px;
   }

   .toc-link-1 {
      font-weight: 600;
   }.toc-list ul.toc-list {
    padding-left: 20px !important;
}

a.toc-link.node-name--H3 {
    font-weight: 400;
}

@media only screen and (max-width: 768px) {
    .container.medium-container {
        flex-direction: column;
    }

    .block.block-main.block-category {
        max-width: 100%;
    }

    .card-horizontal.card-horizontal-highlight {
        flex-direction: column;
    }

    .card-horizontal.card-horizontal-highlight .card-horizontal__image {
        width: 100%;
    }

    .card-horizontal.card-horizontal-highlight .card-horizontal__content {
        width: -webkit-fill-available;
    }

    .card-horizontal-highlight .description {
        -webkit-line-clamp: 4;
    }

    .card-horizontal__image {
        width: 135px;
    }

    .description {
        display: none;
    }

    .card-horizontal__content {
        width: calc(100% - 145px);
    }

    .home-content {
        padding: 15px 10px;
    }

    .single-content {
        margin-top: 0;
    }

    .title {
        font-size: 16px;
        line-height: 22px;
    }

    .card-horizontal.card-horizontal-highlight .title {
        font-size: 19px;
    }
}