/* code 27/11/2023 - blog-detail- by -ngocbich85hd*/
.blog-detail-headline{
    position: relative;
    justify-content: center!important;
    min-height: 280px;
    overflow: hidden;
    background-size: 100% !important;
}
.main-list-blogs{
    background: #eff0f2;
}

.blog-detail-headline:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: #000;
    opacity: .7;
    height: 100%;
    z-index: 1;
}
.blog-detail-headline .breadcrumb{
    padding-top:60px;
    padding-left: 0px;
}
.blog-detail-headline .breadcrumbs,
.blog-detail-headline .headline{
    position: relative;
    flex: 0 0 50%;
    width: 50%;
    z-index: 10;
    margin: 0px auto;
}
.blog-detail-headline .headline{
    padding-left: 12px;
}
.blog-detail-headline .breadcrumb > li > a{
    color: #fff !important;
    font-size: 17px !important;
}
.blog-detail-headline .headline .title-about-shop {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    color: #fff;
    padding: 0px 12px;
    margin-top: 6px;
    margin-bottom: 0px;
    position: relative;
}
#wrapper {
    background: #eff0f2;
    padding: 25px 0 0;
}
.banner-header {
    background: url(../images/bg-banner-blog.jpg) no-repeat center center;
    padding: 80px 0;
    color: #fff;
    background-position: left top;
}
.banner-header h1, .banner-header .title {
    font-size: 44px;
    font-weight: 700;
    margin: 0 0 12px;
    color: #fff;
    line-height: 1.5;
}
.post-content-new.index {
    background: #fff;
    border: 1px solid #e6e5e5;
    position: relative;
    margin-top: 30px;
}
.post-content-new.index .interested-post .title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    padding: 22px 20px 0;
}
.post-content-new.index .interested-post .swiper-slide a, .post-content-new.index .interested-post .swiper-slide a:hover,
.post-content-new.index .interested-post .swiper-slide button, .post-content-new.index .interested-post .swiper-slide button:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.post-content-new.index .interested-post .swiper-container {
    padding-top: 20px;
    margin-left: 20px;
    padding-bottom: 20px;
    width: 94.555%;
}
.post-content-new.index .interested-post .swiper-pagination {
    position: absolute;
    right: 20px;
    top: 34px;
    bottom: auto;
    left: auto;
    width: auto;
}
.post-content-new.index .interested-post .swiper-slide .thumb-image {
    /* border-radius: 5px; */
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 0 10px;
    height: 205px;
}
.post-content-new.index .interested-post .swiper-slide .thumb-image div {
    position: absolute;
    z-index: 9;
    background: rgba(0, 0, 0, 0.72);
    left: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
    border-radius: 0 0 6px 6px;
}
.post-content-new.index .interested-post .swiper-slide .post-title {
    font-size: 16px;
    color: #3e3d3c;
    line-height: 28px;
    display: block;
}
.post-content-new.index .interested-post .swiper-slide .thumb-image img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.post-content-new.index .interested-post .title .icon-line-chart {
    width: 29px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background: url('https://salekit.io/assets/landing/images/icon-line-chart.png') no-repeat center center;
    margin-right: 3px;
}
.post-content-new.index .interested-post .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #48add2;
}
.post-content-new.index .interested-post .swiper-pagination .swiper-pagination-bullet {
    background: #5c5c5c;
    opacity: 1;
    margin-left: 6px;
    cursor: pointer;
}
.post-content-new.index .interested-post .swiper-button-prev, .post-content-new.index .interested-post .swiper-button-next {
    width: 33px;
    height: 68px;
    background: #fff;
}
.post-content-new.index .interested-post .swiper-button-prev.swiper-button-disabled, .post-content-new.index .interested-post .swiper-button-next.swiper-button-disabled {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
}
.post-content-new.index .interested-post .swiper-button-prev {
    background: url('https://salekit.io/assets/landing/images/long-arrow-left.png') no-repeat center center;
    left: 0;
    top: 98px;
}
.post-content-new.index .interested-post .swiper-button-next {
    background: url('https://salekit.io/assets/landing/images/long-arrow-right.png') no-repeat center center;
    right: 0;
    top: 98px;
}
.post-content-new.index .interested-post .swiper-button-prev:hover {
    background: url('https://salekit.io/assets/landing/images/long-arrow-left-hv.png') no-repeat center center;
}
.post-content-new.index .interested-post .swiper-button-next:hover {
    background: url('https://salekit.io/assets/landing/images/long-arrow-right-hv.png') no-repeat center center;
}

/*với bố cục dạng lưới*/
.main-content .block-3 .post-item {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 6px;
    height: 315px; 
    overflow: hidden;
}
.main-content .block-3 .post-item .post-publish, .main-content .block-3 .post-item .post-view{
    color: #aaa;
}
.main-content .block-3 .post-item .post-thumb {
    position: relative;
}
.main-content .block-3 .post-item .post-thumb img {
    width: 100%;
    height: 100%;
}
.main-content .block-3 .post-item .post-thumb a.img-thumb {
    display: block;
    aspect-ratio: 16 / 9;
}
.main-content .block-3 .post-item .post-thumb img {
    width: 100%;
    height: 100%;
}
.main-content .block-3 .post-item .post-thumb .cate-post {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.cate-post ul {
    margin: 0 0;
    padding: 0 0;
    list-style: none;
}
.cate-post ul li {
    margin: 0 0;
    padding: 0 0;
}
.cate-post a {
    display: inline-block;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    font-size: 11px;
    padding: 2px 5px;
}
.post-content-row .blog-item-preview{
    display: flex;
    font-size: 14px;
}
.post-content-row .blog-item-preview .cate-post-col a {
    color: #888;
    font-weight: 400;
}
.post-content-row .blog-item-preview .date {
    margin-bottom: 0px;
}
.post-content-row .right-item-blog a.list-blog-name {
    font-size: 21px;
    line-height: 26px;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}
.main-content .block-3 .post-item .post-info {
    font-size: 12px;
    color: #aaa;
    padding: 15px 15px 10px;
}
.main-content .block-3 .post-item a.title {
    display: block;
    font-size: 16px;
    color: #3e3d3c;
    padding: 0px 15px;
    overflow: hidden;
}
.main-content .block-3 .post-item .post-description {
    font-size: 14px;
    padding: 0px 15px;
    color: #333;
    line-height: 1.5rem;
}

/*Bố cục trang chi tiết*/
.blog-detail-main .right-item-blog {
    margin-left: 0px !important;
}
.post-publish,.post-view{
    color: #fff;
}
.blog-detail-main .blog_detail {
    background: #fff;
    padding: 15px;
}
.blog-detail-main .blog_detail, .blog-detail-main .blog_author{
    margin-bottom: 15px;
}

.blog-detail-main .blog_detail img{
    width: 100% ;
    height: auto;
}
.blog-detail-main .product-viewed .item_product img {
    object-fit: unset;
}
.blog_author {
    background: #fff;
    padding: 15px;
    display: flex;
    gap: 20px;
}
.blog_author .author_box_left {
    float:  left;
}
.blog_author .author_box_left .author_avatar img {
    border-radius: 50%;
    width: 125px;
    height: 125px;
}
.blog_author .author_box_right {
    float: right;
}
.blog_author .author_box_right .author_name {
    font-size: 16px;
    font-weight: bold;
}
.detail_blog_image-show img {
    aspect-ratio: 16 / 9;
}
/*với bố cục dạnh 1 cột dọc*/
.post-content-row, .right-item-blog {
    font-style: normal;
}
.post-content-row .post-description{
    font-size: 14px;
    color: #333;
    line-height: 1.5rem;
    font-weight: normal;
}
.img-blog-list-new {
    width: 244px;
    margin-right: 10px;
}
.img-blog-list-new img {
    width: 100%;
    aspect-ratio: 2 / 1;
}
.breadcrumb > li > a {
    color: #fff;
}
.page-news .news-main {
    margin: 20px 0px;
}
@media screen and (max-width: 990px) {
    .left-product-detail .gallery .full {
         height: auto !important; 
    }
}
@media screen and (min-width: 768px) {
    .home-main .container {
        max-width: 720px;
    }
}
@media screen and (max-width: 768px) {
    .banner-header {
        padding: 25px 0 20px;
        background-size: auto;
    }

    .page-content.page-news {
        margin: 0px;
    }
    .breadcrumb{
        padding: 0 15px;
    }
    .banner-header h1, .banner-header .title{
        padding: 0 15px;
    }
    .post-content-new.index .interested-post .swiper-slide .post-title {
        padding: 0;
        font-size: 15px;
        line-height: 22px;
    }
    .main-content .block-3 .post-item {
        height: auto;
        padding-bottom: 10px;
    }
    .main-content .block-3 .post-item .post-info {
        padding: 20px 15px 10px;
    }
    .main-content .block-3 .post-item a.title {
        font-size: 18px;
        font-weight: 500;
        padding-left: 15px;
        padding-right: 15px;
    }
    .post-content-new.index .interested-post .swiper-slide .thumb-image {
        height: auto;
        aspect-ratio: 16 / 9;
    }
    .post-content-new.index .interested-post .swiper-button-prev, .post-content-new.index .interested-post .swiper-button-next {
        top: 70px;
    }
    .blog_author {
        display: block;
    }
    .blog_author .author_box_right, .blog_author .author_box_left{
        float:  unset;
    }
    .blog_author .author_box_left .author_avatar, .blog_author .author_box_right .author_name{
        text-align: center;
    }
    
    .blog-detail-main .owl-blog-style .owl-stage{
        left: 0px;
    }
    .blog-detail-main .product-viewed .owl-product .owl-stage{
        padding-left: 0px !important;
    }
}
@media screen and (max-width: 600px) {
    .blog-detail-headline .breadcrumbs, .blog-detail-headline .headline {
        width: 100%;
    }
    .blog-detail-headline .headline .title-about-shop {
        font-size: 20px;
        line-height: 35px;
    }
    .blog-detail-headline .breadcrumb > li > a {
        font-size: 15px !important;
    }
    .blog-detail-headline {
        min-height: 210px;
    }
    .nav-page-link {
        /*display: inherit !important;*/

    }
    .next_blog_content_hint span {
        font-size: 12px !important;
        color: #9DAAB6 !important;
    }
    .next_blog_url {
        align-items: normal !important;
        display: inherit !important;
    }
    .next_blog_arrow, .previous_blog_arrow {
        display: none !important;
    }
}