* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.section_post_detail {
    display: flex;
}

.container_right {
    width: 75%;
}

.container_left {
    width: 25%;
    padding-top: 15px;
    padding-left: 45px;
    min-height: 1px;
    position: relative;
}

.h1-news-detail-head {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: var(--gap10);
    margin-top: var(--gap10);
    font-weight: 700;
    color: #009447
}

.breadcrumb-user {
    margin-left: auto;
}

.news-detail-breadcrumb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    line-height: 16px;
    padding-bottom: 5px;
    border-bottom: solid 1px #eee;
    margin-bottom: 10px;
}

.breadcrumb-user a img {
    width: 15px;
    height: 15px;
}

.breadcrumb-time time img {
    width: 15px;
    height: 15px;
}

.breadcrumb-category a img {
    width: 15px;
    height: 15px;
}

.icon {
    font-size: 14px;
    color: #A38077;
}

.news-detail-breadcrumb li a i {
    font-size: 16px;
    color: black;
}

.content-top {
    font-size: 16px;
    margin: 3px auto 7px;
    line-height: 22px;
}

.content-top3 {
    font-size: 16px;
    margin: 3px auto 7px;
    line-height: 22px;
    font-weight: bold;
}

.content-top li {
    list-style: disc !important;
    margin-left: 30px;
}

.content-top ul {
    margin: 10px 0;
}

.content-top p {
    padding-bottom: 5px;
}

.content-top img {
    padding: 5px 0;
}

#toc {
    border: 1px solid #bba;
    background-color: #f9f9f9;
    padding: 1em 0;
    font-size: 100%;
    margin-bottom: 15px;
}

#toc-header {
    padding: 0 1em;
    font-size: 100%;
    font-weight: 700;
    cursor: pointer;
}

#toc .toc-more-less {
    float: right;
    width: 30px;
    height: 25px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    font-weight: 700;
}


#toc ol li {
    margin-left: 0 !important;
}

.toc-anchor {
    color: #4285f4 !important;
    font-size: 16px;
}

#toc-header::before {
    content: url(https://asset.vuahanghieu.com/assets/images/toc.svg);
    width: 20px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 5px;
}

.content-top-2 {
    margin: 3px auto 7px;
}















.product-related .product-tpl-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 10px;
}

.product-related .product-tpl-wrapper .product-tpl-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}


.container_right .product-tpl-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}


.product-tpl-item.vertical-box {
    display: flex;
    border: 1px solid #f3f4f6;
    align-items: flex-start;
}

.news-image-post img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.news-image-post {
    width: 100%;
    height: 100%;
}

.product-tpl-item.vertical-box {
    display: flex;
    border: 1px solid #f3f4f6;
    padding: 15px 15px;
}

.prod-tpl-title {
    font-size: 19px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 18px;
    height: 36px;
    font-weight: 600;
    color: #000;
}

.prod-tpl-newprice {
    font-weight: 700;
    /* font-size: 13px; */
    font-size: 15px !important;
    color: red;
    margin-right: 3px;
}

.prod-tpl-oldprice {
    text-decoration: line-through;
    font-size: 15px;
}

.prod-tpl-discount {
    color: red;
    font-size: 15px;
    display: block;
}

.product-tpl-box {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 8px;
}

.news-view-product {
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    padding: 10px 7px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    width: 100%;
}

.news-buy-product {
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    padding: 10px 7px;
    font-size: 15px;
    width: 100%;
}

.olMenu {
    padding-left: 34px;
    padding-top: 15px;
}

.toc-more-less-cong {
    float: right;
    width: 30px;
    height: 25px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    font-weight: 700;
    display: none;
}








.social-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
    margin: 15px 0;
    border: 1px solid #bba;
    border-radius: 3px;
}

.social-header {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: var(--gap10);
}

.social-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.share-social-icon.social-facbook-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: var(--gap10);
    cursor: pointer;
}

.share-social-icon.social-facbook-icon img {
    width: 32px;
    height: 32px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.likethis-item {
    display: flex;
    background-color: #1678f7;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 3px;
    margin-left: var(--gap10);
    font-size: 16px;
    margin: 5px;
    padding-left: var(--gap12);
    padding-right: var(--gap12);
    transition: background-color .3s ease-in-out;
}

.likethis-item.likethis-facebook img {
    margin-right: 5px;
    width: var(--gap16);
    height: var(--gap16);
    filter: brightness(0) invert(1);
}

.like-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
}











.tags-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--gap10);
}

.tags-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tags {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: var(--gap10);
    flex-wrap: wrap;
}

.tag {
    background: #f5f5f5;
    border-radius: 3px;
    color: #1a1a1a;
    display: inline-block;
    padding: 0 var(--gap10);
    line-height: 28px;
    position: relative;
    text-decoration: none;
    font-size: var(--fontsize);
    margin: 3px;
}









.author-area {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #eeee;
    margin: 15px auto;
}

.author-avatar {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
}

.author-desc {
    width: calc(100% - 70px);
    padding-left: 15px;
}

.author-name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.author-description {
    font-size: var(--fontsize);
    color: var(--darkness);
    margin-top: 7px;
    text-align: justify;
}

.social-icon.icon-facebook a img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: var(--gap10);
    margin-bottom: 0;
}

.article-related-list {
    display: grid;
    grid-template-columns: calc(100% / 3) calc(100% / 3) calc(100% / 3);
    margin: 0 -15px;
}

.article-related-item {
    padding: 10px;
}

.article-related-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 185px;
    overflow: hidden;
    margin-bottom: 7px;
}

.article-related-image img {
    width: 100%;
    height: 215px;
    /* -o-object-fit: contain;
    object-fit: contain; */
}

.article-related-title {
    font-size: 17px;
    line-height: 1.3em;
    font-weight: 700;
    min-height: 40px;
}

.article-content {
    display: flex;
    justify-content: space-between;
    margin: 5px 0 10px;
    font-size: 14px;
}

.article-related-heading {
    font-size: 25px;
    font-weight: 700;
    display: block;
    padding: 7px 15px;
    margin: 15px auto;
    position: relative;
    border-left: 3px solid #009447;
}

.article-related-heading span {
    display: block;
    position: relative;
    color: #009447
}











.comment-list {
    margin-top: 35px;
    margin-bottom: 20px;
}

.comment-list-heading {
    font-size: 23px;
    font-weight: 700;
    display: block;
    padding: 2px 15px;
    margin: 15px auto;
    position: relative;
    border-left: 3px solid #000;
}

.full.rating-col {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 5px 0;
}

textarea.form-control.ng-untouched.ng-pristine.ng-valid {
    height: 65px;
}

.rating-results {
    font-style: italic;
    font-size: var(--gap12);
}

.star {
    background-color: #f2c619;
    display: inline-block;
    width: var(--gap16);
    height: var(--gap16);
    -webkit-mask: url(https://asset.vuahanghieu.com/assets/images/star.svg);
    mask: url(https://asset.vuahanghieu.com/assets/images/star.svg);
    -webkit-mask-box-image: url(https://asset.vuahanghieu.com/assets/images/star.svg);
}

.full {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 5px 0;
}

.form-control {
    display: block;
    width: 100%;
    padding: 8px var(--gap12);
    line-height: 22px;
    font-size: var(--fontsize);
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 3px;
    overflow: auto;
    resize: vertical;
    margin-bottom: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.comment-form label em {
    color: #D80D0D;
    font-size: 13px;
}

.comment-form label {
    font-weight: 600;
    margin-top: 15px;
}

.customer-info.noflex {
    display: block;
}

.form-control.ng-untouched.ng-pristine.ng-valid {
    display: block;
    width: 100%;
    padding: 8px var(--gap12);
    line-height: 22px;
    font-size: var(--fontsize);
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 3px;
    margin-bottom: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.customer-info.noflex span i {
    font-size: 80%;
    font-style: italic;
    color: #888;
}

.full.customer-info {
    width: 100%;
    padding: 5px 0;
    justify-content: space-between;
}

.half {
    width: 49%;
}

.half span i {
    font-size: 80%;
    font-style: italic;
    color: #888;
}

.full .btn-cancel {
    display: flex;
    background-color: #dc3545;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: #fff;
    text-align: center;
    /* background-color: transparent; */
    border: 1px solid transparent;
    padding: 8px var(--gap16);
    font-size: var(--fontsize);
    border-radius: 3px;
    cursor: pointer;
    min-width: 100px;
}

.btn-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: #fff;
    text-align: center;
    /* background-color: transparent; */
    border: 1px solid transparent;
    padding: 8px var(--gap16);
    font-size: var(--fontsize);
    margin-left: 15px;
    border-radius: 3px;
    background-color: #007bff;
    cursor: pointer;
    min-width: 100px;
}











/* left  */

.col-3-grid-layout {
    margin-left: 0px;
    margin-right: 0px;
}

.box-title-new-col-con-sliderbar-right {
    margin: 0px;
}

.bv_nb {
    padding: 10px 0px;
}

.box-content-grid-layout {
    padding: 20px 0px;
}

.box-grid-sale {
    margin-top: 6px;
    margin-bottom: 7px;
}

.sale_con_layout_news {
    color: #126db3;
}

.box-grid-sale a {
    font-size: 17px;
    line-height: 1.3;
    font-weight: 600;
    color: black;
}

.box-grid-date {
    margin-bottom: 10px;
}

.date-time::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    /* top: 0; */
    left: 0;
    bottom: 0;
    /* background: black; */
    background-color: #126db3;
}

.date-time {
    position: relative;
}

.grid-news-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box-con-4-grid-grid-layout img {
    width: 100%;
}

.h3-news-sidebar-feature-title {
    font-size: 15px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 20px;
    color: #000;
}

.title-news-slidebar {
    display: block;
    padding-bottom: 10px;
    font-size: 23px;
    font-weight: 700;
    border-bottom: 2px solid #000;
}

.col-6-news-slidebar {
    padding-left: 16px;
    padding-right: 0px;
}

.img-news-sidebar {
    margin-right: 10px;
}

.qr_coder {
    margin-left: 0px;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid black;
    padding: 10px 0px;
    margin-top: 20px;
}

.content_qr_coder {
    font-size: 16px;
}

.article_title {
    width: 86%;
    /* width: 100%; */
    display: inline-block;
}

.icon_qr_qua img {
    width: 50px;
    height: 50px;
    align-items: center;
}

.list-dm-tag li ul {
    margin-left: 20px;
}

.qr_coder {
    margin-left: 0px;
    position: sticky;
    width: 100%;
    left: 0;
    top: 95px;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #e1e1e1;
    padding: 10px 0px;
    z-index: 9999;
    background: #fff;
}

.qr_qua {
    padding-top: 8px;
    border-top: 1px solid #e1e1e1;
    margin-top: 10px;
    text-align: center;
}

.xem-them-qr {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.h2-title-news-slidebar {
    font-size: 23px;
    font-weight: 700;
    display: block;
    color: #009447
}












.thumbnail {
    width: 170px;
    padding: 0 var(--gap10);
    text-align: center;
}

.avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f1f1f1;
    color: var(--darkness);
    margin: 0 auto 15px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 19px;
    line-height: 19px;
    width: 65px;
    height: 65px;
}

figcaption {
    text-transform: capitalize;
    font-weight: 700;
    display: block;
    text-align: center !important;
}

.comment-date {
    display: block;
    font-size: 90%;
    font-style: italic;
}

.comment-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 10px 0px;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

span.start {
    background-color: #f2c619;
    display: inline-block;
    width: var(--gap16);
    height: var(--gap16);
    -webkit-mask: url(https://asset.vuahanghieu.com/assets/images/star.svg);
    mask: url(https://asset.vuahanghieu.com/assets/images/star.svg);
    -webkit-mask-box-image: url(https://asset.vuahanghieu.com/assets/images/star.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.like-area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
}

.like-area button {
    display: inline-block;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px var(--gap10);
    background: #009447;
    text-decoration: none;
    color: #fff;
    margin-left: 7px;
    font-size: 13px;
    border: none;
    cursor: pointer;
}

.more-trending {
    border: none;
    padding: var(--gap10) var(--gap16);
    background-color: #009447;
    color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
    display: block;
}

.col-6-news-slidebar {
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
}





.product-related {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 111;
    user-select: none;
    height: 90% !important;
}

.nosto-product-brand {
    text-transform: uppercase;
    font-weight: 700;
}

.related-content-title a {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.product-related .sidebar-right-header {
    background-color: #fff;
    color: var(--black) !important;
    display: block;
    padding: 35px 0 6px;
    border-bottom: 2px solid black;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px;
}

.product-related .related-content-title {
    font-size: 14px;
    font-weight: 600;
}

.sidebar-prod-tpl-newprice {
    text-align: center;
    color: #fe302e !important;
    font-size: 15px;
    font-weight: 700 !important;
    display: none;
}

.name-p span {
    font-size: 22px;
    font-weight: 800;
}




.article-related-title a {
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}















@media screen and (max-width: 1200px) {}

@media screen and (max-width: 991px) {
    .container_left {
        display: none;
    }

    .article-related-image {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
        overflow: hidden;
        margin-bottom: 7px;
    }

    .article-related-list {
        display: grid;
        grid-template-columns: auto auto a;
        margin: 0 -15px;
        height: auto;
        grid-template-rows: 1fr;
    }

    .container-mobile {
        max-width: 100% !important;
        padding: 0px 20px;
    }

    .section_post_detail {
        display: block;
    }

    .container_left {
        width: 100%;
        padding-top: 15px;
        padding-left: 45px;
        min-height: 1px;
        position: relative;
    }

    .container_right {
        width: 100%;
    }

    .product-tpl-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding-bottom: 20px;
    }

    .product-related .product-tpl-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding-bottom: 20px;
        gap: 10px;
    }

    .qr_coder {
        display: none;
    }

    .product-tpl-item.vertical-box {
        position: relative;
        display: flex;
        border: 1px solid #f3f4f6;
        padding: 15px 15px;
        /* justify-content: left; */
    }

    .product-tpl-item.vertical-box::before {
        position: absolute;
        content: "giảm 29%";
        /* padding: 10px 10px; */
        background: red;
        text-align: center;
        display: inline-block;
        width: 9%;
        height: 32%;
        color: #fff;
        font-size: 12px;
    }

    .comment-item {
        display: block;
    }

    .thumbnail {
        width: 245px;
        padding: 0 var(--gap10);
        text-align: center;
        display: flex;
    }

    figcaption {
        text-transform: capitalize;
        font-weight: 700;
        text-align: left !important;
        display: block;
        /* text-align: center!important; */
    }

    .text-center {
        text-align: left !important;
    }

    .container_left {
        /* max-width: 100% !important; */
        width: 100%;
        padding-top: 15px;
        padding-left: 10px;
        min-height: 1px;
        position: relative;
    }
}

@media screen and (max-width: 768px) {
    .product-related .product-tpl-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding-bottom: 20px;
        gap: 10px;
    }

    .product-tpl-item.vertical-box::before {
        position: absolute;
        content: "giảm 29%";
        /* padding: 10px 10px; */
        background: red;
        text-align: center;
        display: inline-block;
        width: 9%;
        height: 32%;
        color: #fff;
        font-size: 12px;
    }

    .container-mobile {
        max-width: 100% !important;
    }

    .section_post_detail {
        display: block;
    }

    .container_left {
        width: 100%;
        padding-top: 15px;
        padding-left: 45px;
        min-height: 1px;
        position: relative;
    }

    .container_right {
        width: 100%;
    }

    .product-tpl-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding-bottom: 20px;
    }

    .product-tpl-item.vertical-box {
        position: relative;
        display: flex;
        border: 1px solid #f3f4f6;
        padding: 15px 15px;
        /* justify-content: left; */
    }

    .news-image-post {
        width: 100%;
        height: 100%;
        display: contents;
    }

    .news-image-post img {
        width: 30%;
        height: 100%;
        object-fit: contain;
    }

    .qr_coder {
        display: none;
    }

    .comment-item {
        display: block;
    }

    .thumbnail {
        width: 245px;
        padding: 0 var(--gap10);
        text-align: center;
        display: flex;
    }

    figcaption {
        text-transform: capitalize;
        font-weight: 700;
        text-align: left !important;
        display: block;
        /* text-align: center!important; */
    }

    .text-center {
        text-align: left !important;
    }

    .container_left {
        /* max-width: 100% !important; */
        width: 100%;
        padding-top: 15px;
        padding-left: 10px;
        min-height: 1px;
        position: relative;
        display: none;
    }

    .article-related-list {
        display: grid;
        grid-template-columns: calc(50% - 0px) calc(50% - 0px);
        margin: 0 -15px;
    }
}

@media screen and (max-width: 576px) {
    .product-related {
        height: auto !important
    }

    .container_right .product-tpl-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .article-related-list {
        display: grid;
        /* grid-template-columns: calc(50% - 0px) calc(50% - 0px); */
        margin: 0 0px;
    }

    .box-title-new-col-con-sliderbar-right {
        display: flex;
        justify-content: space-between;
    }


    .container-mobile {
        max-width: 100% !important;
    }

    .qr_coder {
        display: none;
    }

    .row.box-bvnd {
        width: 54%;

    }

    .col-3-grid-layout {
        margin-left: -12px;
        margin-right: -8px;
        width: 100%;
    }

    .more-trending {
        border: none;
        padding: var(--gap10) var(--gap16);
        background-color: #009447;
        color: #fff;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        width: 103%;
        display: block;
    }

    .full.customer-info {
        width: 100%;
        padding: 5px 0;
        justify-content: space-between;
    }

    .half {
        width: 49%;
        padding-left: 0px;
        margin: 0px 0px;
        padding-right: 0px !important;
    }

    .full.rating-col {
        display: block;
    }

    .customer-rating {
        display: block;
    }
}

@media screen and (max-width: 400px) {
    .product-tpl-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding-bottom: 20px;
        gap: 10px;
    }

    .article-related-list {
        display: grid;
        /* grid-template-columns: calc(50% - 0px) calc(50% - 0px); */
        margin: 0 -15px;
    }

    .article-related-list {
        display: grid;
        /* grid-template-columns: calc(100% / 2) calc(100% / 2) calc(100% / 2); */
        margin: 0 -15px;
    }

    .qr_coder {
        display: none;
    }

    .product-related .product-tpl-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding-bottom: 20px;
        gap: 10px;
    }
}