/* logo - settings height*/
/* 1.6 - Variable */
.article-loop .article-inner .article-title h3.post-title a {
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
/*===== BLOGS +++ ARTICLE  =================================*/
.layout-blogs .breadcrumb-shop,
.layout-article .breadcrumb-shop {
    margin-bottom: 0;
}
.wrapper-contentArticle,
.wrapper-contentBlogs {
    margin-top: 40px;
    margin-bottom: 40px;
}
.layout-blogs .listBlogs-content {
    margin-bottom: 30px;
    background: #ffffff;
    padding: 20px;
}
.layout-blogs .heading-page h1 {
    font-size: 30px;
    margin: 0 0 15px;
}
.layout-blogs .pagination-shop {
    border-top: 1px solid #ebecf0;
}
.article-loop .article-inner {
    background: #ffffff;
    padding: 20px 0;
    border-top: 1px solid #ebecf0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.article-loop .article-inner .article-image {
    width: 32%;
    position: relative;
    overflow: hidden;
}
.article-loop .article-inner .article-image img {
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
}
.article-loop .article-inner .article-detail {
    width: 68%;
    padding-left: 30px;
}
.article-loop .article-inner .article-title {
    width: 100%;
}
.article-loop .article-inner .article-title h3.post-title {
    font-size: 18px;
    margin: 0px 0 15px;
}
.article-loop .article-inner .article-detail .entry-content {
    font-size: 16px;
}
.article-loop .article-inner:hover .article-image img {
    transform: scale(1.26);
    -webkit-transform: scale(1.26);
    -ms-transform: scale(1.26);
    -o-transform: scale(1.26);
    -moz-transform: scale(1.26);
    opacity: 0.8;
}
.article-post-meta {
    font-size: 13px;
    color: #757575;
    margin: 0 0 5px;
}
.article-post-meta a {
    color: #757575;
}
.article-post-meta a:hover {
    color: #6ec7b3;
}
.article-post-meta span {
    position: relative;
}
.article-post-meta span + span:before {
    content: '';
    margin: 0 5px 0 7px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #dfe3e8;
    display: inline-block;
}
@media (max-width: 991px) {
    .article-post-meta {
        font-size: 10px;
    }
    .article-post-meta span + span:before {
        margin: 0 2px;
    }
    .article-post-meta span.comment {
        display: block;
    }
    .article-post-meta span.comment:before {
        margin-left: 0;
        margin-right: 5px;
    }
}
.wrapper-contentArticle .heading-article {
    background: #ffffff;
    margin: 0px 0;
    padding: 15px 15px 5px;
}
.wrapper-contentArticle .heading-article h1 {
    font-size: 28px;
    margin: 0 0 10px;
}
.wrapper-contentArticle .inforArticle-content .article-content,
.wrapper-contentArticle .inforArticle-content .article-related {
    background: #ffffff;
    padding: 20px 20px;
}
.wrapper-contentArticle .inforArticle-content .article-related {
    border-top: 15px solid #ffffff;
}
.inforArticle-content .article-content > div {
    margin-bottom: 30px;
}
.inforArticle-content .article-content > div:last-child {
    margin-bottom: 0px;
}
.inforArticle-content .post-navigation {
    border-top: 1px solid #e7e7e7;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    padding: 25px 0;
}
.inforArticle-content .post-navigation .flex-row-articleToolbar {
    font-size: 13px;
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.inforArticle-content .post-navigation .flex-row-articleToolbar a {
    color: #252a2b;
}
.inforArticle-content .post-navigation .flex-row-articleToolbar a:hover {
    color: #6ec7b3;
}
.inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p span {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}
.inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav {
    text-align: right;
    font-weight: 600;
}
.inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav > span svg {
    vertical-align: -1px;
    width: 12px;
    color: #252a2b;
    height: 12px;
    margin: 0 4px;
}
.inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav .separator {
    display: inline-block;
    position: relative;
    width: 1px;
    height: 12px;
    margin: 0 18px;
    background: #252a2b;
    opacity: 0.8;
    vertical-align: middle;
}
.inforArticle-content .box-article-detail h2 {
    font-size: 22px;
    color: #252a2b;
}
.inforArticle-content .box-article-detail h3 {
    font-size: 17px;
    color: #252a2b;
}
.inforArticle-content .box-article-detail h4,
.inforArticle-content .box-article-detail h5,
.inforArticle-content .box-article-detail h6 {
    font-size: 15px;
    color: #252a2b;
}
.inforArticle-content .box-article-tags {
    font-size: 16px;
}
.inforArticle-content .box-article-tags a {
    color: red;
}
.inforArticle-content .article-comment {
    padding-top: 20px;
}
.inforArticle-content .article-comment > div {
    margin-bottom: 30px;
}
.inforArticle-content .article-comment .title-bl h3 {
    font-size: 28px;
    color: #252a2b;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.inforArticle-content .article-comment .comment-user {
    margin-bottom: 20px;
}
.inforArticle-content .article-comment .comment-user .author {
    font-size: 16px;
    margin: 0 0 5px;
}
.inforArticle-content .article-comment .comment-user .author span.date {
    font-size: 14px;
    float: right;
}
.inforArticle-content .article-related .title-blog-related {
    position: relative;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    margin-bottom: 35px;
}
.inforArticle-content .article-related .title-blog-related span {
    display: inline-block;
    color: #fff;
    background-color: #a70707;
    margin: auto;
    text-transform: uppercase;
    position: relative;
    padding: 8px 15px;
}
.inforArticle-content .article-related .title-blog-related span:after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #a70707;
    position: absolute;
    bottom: -5px;
    right: 45%;
}
.inforArticle-content .article-related .list-blogs-related .article-post h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    padding: 15px 0px;
    margin: 0;
}
.inforArticle-content .article-related .list-blogs-related .article-post h3 a {
    color: #252a2b;
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.inforArticle-content .article-related .list-blogs-related .article-post .post-image {
    background: #000;
    position: relative;
    overflow: hidden;
}
.inforArticle-content .article-related .list-blogs-related .article-post .post-image img {
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
}
.inforArticle-content .article-related .list-blogs-related .article-post:hover .post-image img {
    opacity: 0.8;
    transform: scale(1.26);
    -webkit-transform: scale(1.26);
    -ms-transform: scale(1.26);
    -o-transform: scale(1.26);
    -moz-transform: scale(1.26);
}
/* Table of Contents Article */
.table-of-contents {
    background: #ffffff;
    border: 1px solid #e0f1e9;
    border-radius: 6px;
    display: block;
    padding: 8px 15px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    position: relative;
    margin: 15px 0 20px;
    width: 100%;
    display: table;
}
.table-of-contents .table-title {
    font-weight: 700;
    font-size: 15px;
    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: #c00113;
    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: 8px 0 0;
}
.table-of-contents ul li::marker {
    color: #c00113;
}
.table-of-contents ul li a {
    text-decoration: none;
    color: #333333;
}
.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: #6ec7b3;
}
.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;
}
.table-content-fixed {
    position: fixed;
    left: 10px;
    z-index: 999;
    max-width: 280px;
    top: 45%;
    background: #ffffff;
    border: 1px solid #e0f1e9;
    -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;
}
.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: scroll;
    max-height: 70vh;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
.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%);
}
/* style - scroll */
.table-content-fixed .table-of-contents::-webkit-scrollbar {
    width: 3px;
    height: 30px;
}
.table-content-fixed .table-of-contents::-webkit-scrollbar-track {
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.table-content-fixed .table-of-contents::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.table-content-fixed .table-of-contents::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4;
}
.table-content-fixed .table-of-contents::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}
@media (max-width: 991px) {
    .table-content-button,
    .table-content-fixed {
        left: 3px;
    }
    .table-content-fixed .table-of-contents {
        max-height: 50vh;
    }
}
/* Toolbar article */
@media (min-width: 768px) {
    .blogs-aside--sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 85px;
    }
    .layout-article .blogs-aside--sticky {
        top: 85px;
    }
    .quickview-product {
        display: none;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .layout-blogs .listBlogs-content {
        padding: 20px 15px;
    }
    .article-loop .article-inner .article-detail {
        padding-left: 15px;
    }
    .article-loop .article-inner .article-image {
        background: transparent;
    }
    .article-loop .article-inner .article-title h3.post-title {
        font-size: 15px;
        margin: 0px 0 6px;
    }
    .article-loop .article-inner .article-detail .entry-content {
        font-size: 14px;
        margin-bottom: 7px;
    }
    .inforArticle-content .article-related .list-blogs-related .article-post {
        margin-bottom: 15px;
    }
    .inforArticle-content .article-related .list-blogs-related .article-post:nth-of-type(2n+1) {
        clear: both;
    }
    .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav,
    .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
        text-align: center;
    }
    .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .wrapper-contentArticle,
    .wrapper-contentBlogs {
        margin-top: 0;
    }
    .layout-blogs .listBlogs-content {
        padding: 20px 0;
    }
    .layout-blogs .heading-page h1 {
        font-size: 28px;
        text-align: center;
        margin-bottom: 30px;
    }
    .layout-blogs .blogs-main--detail,
    .layout-blogs .blogs-aside--sticky,
    .layout-article .blogs-main--detail,
    .layout-article .blogs-aside--sticky {
        padding-left: 0;
        padding-right: 0;
    }
    .article-loop .article-inner {
        -webkit-align-items: normal;
        -ms-align-items: normal;
        align-items: normal;
    }
    .article-loop .article-inner .article-image {
        background: transparent;
        margin-top: 3px;
    }
    .article-loop .article-inner .article-detail {
        padding-left: 15px;
    }
    .article-loop .article-inner {
        padding: 15px 10px;
    }
    .article-loop .article-inner .article-detail .entry-content {
        font-size: 13px;
        margin: 0 0 5px;
    }
    .article-loop .article-inner .article-title h3.post-title {
        font-size: 14px;
        margin: 0px 0 6px;
    }
    .article-loop.article_loopfirst .article-inner {
        padding: 0;
        overflow: hidden;
    }
    .article-loop.article_loopfirst .article-title h3.post-title {
        font-size: 15px;
    }
    .article-loop.article_loopfirst .article-inner .article-title {
        -webkit-order: 2;
        order: 2;
    }
    .article-loop.article_loopfirst .article-inner .article-detail {
        -webkit-order: 3;
        order: 3;
        width: 100%;
        padding: 0 15px 15px;
    }
    .article-loop.article_loopfirst .article-inner .article-image {
        -webkit-order: 1;
        order: 1;
        width: 100%;
        margin-bottom: 15px;
    }
    .wrapper-contentArticle .heading-article h1 {
        font-size: 22px;
    }
    .inforArticle-content .article-related {
        margin-bottom: 10px;
    }
    .inforArticle-content .article-related .content-blogs-related {
        position: relative;
        overflow: hidden;
        margin: 0 -15px;
    }
    .inforArticle-content .article-related .content-blogs-related .list-blogs-related {
        padding-left: 10px;
        white-space: nowrap;
        margin-left: 0;
        margin-right: 0;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 50px;
        margin-bottom: -50px;
        transition: transform 0.25s ease 0s;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .inforArticle-content .article-related .list-blogs-related .article-post {
        width: 65%;
        float: none;
        display: inline-block;
        vertical-align: top;
        padding-left: 0;
        white-space: normal;
    }
    .inforArticle-content .article-comment {
        padding-top: 0;
        margin-bottom: 70px;
    }
    .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav,
    .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
        text-align: center;
    }
    .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
        margin-bottom: 20px;
    }
}