.post-related-wrap {
    padding: 30px 0;
}

.post-related-slider .slick-slide {
    margin: 5px 8px;
}

.post-related-slider .slick-list {
    margin: 0 -8px;
}

/* .sidebar-product ul li.active {
    background-color: rgb(162, 97, 97, .6);
} */

.sidebar-product ul li.active a {
    color: #ED1A36;
}

.sidebar-product {
    position: sticky;
    top: 65px;
}

.sidebar-product .block {
    background-color: #f7f7f7;
}

.detail-page {
    padding: 15px 0 30px;
}

.tomtatnd {
    padding: 10px;
    background: #eee;
    margin-bottom: 15px;
}

.header-tomtat {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#toc-list {
    margin-left: 25px;
    margin-top: 8px;
}

#toc-list li {
    list-style: none;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
}

.header-left-tomtat {
    display: flex;
    align-items: center;
}

.header-tomtat svg {
    width: 15px;
    height: 15px;
    margin-top: 5px;
}

.header-left-tomtat p {
    padding-left: 10px;
    font-weight: 700 !important;
    font-size: 18px;
}

.header-right-tomtat {
    cursor: pointer;
}

.tomtatnd .table-content {
    display: none;
}

.tomtatnd.active-scroll .table-content {
    display: block;
}

#myTabContent.active-scroll .header-right-tomtat svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.box_news_detail h1 {
    font-size: 24px;
    margin-bottom: 15px;
}

.box_news_detail .news_note {
    font-size: 15px;
    padding: 10px 15px;
    background-color: #eee;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 15px;
    line-height: 1.5;
}

.sidebar-news {
    margin-left: 20px;
    position: sticky;
    top: 85px;
}

.sidebar-news .block {
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    margin-top: 20px;
}

.sidebar-news .title-block {
    font-weight: 500;
    background: #7b5734;
    color: #FFF;
    padding: 15px 20px;
    font-size: 19px;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.block-news .item {
    display: grid;
    grid-template-columns: 75px auto;
    gap: 10px;
    padding: 0 15px 15px;
}

.block-news .item .wrap-img {
    width: 75px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
}

.block-news .item h3 {
    font-weight: 500;
    font-size: 15px;
}

.banner-sidebar {
    margin-top: 20px;
}

.tag-link {
    padding: 0 15px 15px;
}

.tag-link ul li {
    list-style: none;
}

.tag-link ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag-link ul li a {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 10px;
    background-color: #eee;
}

.author {
    margin-top: 65px;
}

.author .inner {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    background-color: #eee;
    border-radius: 15px;
    position: relative;
    padding: 45px 15px 15px;
}

.author .inner .avt {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.author .inner .avt img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.author .inner .name {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.date-view {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-bottom: 15px;
}

.date-view svg {
    width: 22px;
    height: 22px;
}

.date-view .item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.block-news .item .wrap-img img {
    border-radius: 5px;
}

.content-tour-detail {
    font-size: 15px;
}

.content-tour-detail p {
    font-size: 15px;
}

.content-tour-detail ul li {
    font-size: 15px;
}

/* .content-tour-detail h2,
.content-tour-detail h3,
.content-tour-detail h4 {
    scroll-margin-top: 200px;
}

html {
    scroll-behavior: smooth;
} */

.blog-wrapper {
    padding: 30px 0;
}

.sidebar-product .block:not(:last-child) {
    margin-bottom: 24px;
}

.sidebar-product .title {
    font-size: 15px;
    line-height: 25px;
    background-color: #ED1A36;
    color: #FFF;
    text-transform: uppercase;
    padding: 10px 15px;
    font-weight: bold;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.sidebar-product .block ul li {
    list-style: none;
    padding: 10px 15px;
    border-bottom: solid 1px #dddddd;
    font-weight: 500;
}

.blog-right {
    margin-left: 20px;
}

.blog-right .cate a {
    font-size: 11px;
    color: #ED1A36;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    display: inline-block;
}

.name-blog {
    font-size: 26px;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: solid 4px #f2f2f2;
    position: relative;
    margin-bottom: 15px;
}

.name-blog::before {
    content: "";
    position: absolute;
    bottom: -4px;
    border-bottom: 4px solid #c3002a;
    width: 50px;
}

.news-bottom {
    margin-top: 10px;
}

.news-bottom .item-post {
    margin-top: 20px;
}

@media (max-width: 992px) {
    .sidebar-news {
        margin-left: 0px;
        display: flex;
        flex-direction: column;
    }

    .sidebar-news .block.tags {
        order: -1;
    }

    .blog-right {
        margin-left: 0;
    }

    .blog-wrapper .right-content {
        order: -1;
    }

    .sidebar-product {
        margin-top: 25px;
    }
}

@media (max-width: 768px) {
    .box_news_detail h1 {
        font-size: 21px;
    }

    .detail-page {
        padding: 15px 0;
    }

    .post-related-wrap {
        padding: 20px 0;
    }

    .post-related-slider .slick-slide {
        margin: 5px 4px;
    }

    .post-related-slider .slick-list {
        margin: 0 -4px;
    }

    .name-blog {
        font-size: 22px;
    }
}