.post-related-wrap {
    padding: 30px 0;
    background-color: #f2f3f5;
}

.post-related-wrap .title {
    font-size: clamp(26px, 4vw, 40px);
}

.post-related-slider {
    margin-top: 30px;
}

.post-related-slider .blog-item {
    box-shadow: none;
}

.post-related-slider .slick-slide {
    margin: 0 12px;
}

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

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

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

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

.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;
    color: #000;
}

.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: #FDA31B;
    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: 20px;
    height: 20px;
}

.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: #fda31b;
    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-slider .slick-slide {
        margin: 5px 4px;
    }

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

    .name-blog {
        font-size: 22px;
    }
}
section.box-main-post-details .widget .news-item:last-child {
    padding-bottom: 0
}

.box-post-detail-dates-member .post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 30px
}

.box-post-detail-dates-member .posted-in {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666;
    font-size: 14px
}

.box-post-detail-dates-member .tag {
    background: #FDA31B!important;
    color: #ffffff !important;
    padding: 7px 12px!important;
    border-radius: 4px!important;
    font-size: 12px;
    font-weight: 500
}

.box-post-detail-dates-member .tags-section {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666;
    font-size: 14px
}

.box-post-detail-dates-member .tag-outline {
    background: transparent;
    color: #FDA31B;
    border: 1px solid #FDA31B;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    text-decoration: none
}

.box-post-detail-dates-member .comments-header {
    margin-bottom: 6px
}

.box-post-detail-dates-member .comments-header h2 {
    color: #2c3e50;
    font-size: 14px;
    font-weight: 600
}

.box-post-detail-dates-member .comment {
    display: flex;
    gap: 15px;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 10px;
    margin-bottom: 30px
}

.box-post-detail-dates-member .comment-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(45deg,#3498db,#2980b9);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    flex-shrink: 0
}

.box-post-detail-dates-member .comment-content {
    flex: 1
}

.box-post-detail-dates-member .comment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px
}

.box-post-detail-dates-member .comment-author {
    font-weight: 600;
    color: #2c3e50;
    font-size: 16px
}

.box-post-detail-dates-member .comment-date {
    color: #999;
    font-size: 14px
}

.box-post-detail-dates-member .reply-btn {
    background: #FDA31B;
    color: #fff;
    border: none;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 12px;
    cursor: pointer;
    font-weight: 500
}

.box-post-detail-dates-member .comment-text {
    color: #666;
    line-height: 1.6;
    margin-bottom: 10px
}

.box-post-detail-dates-member .comment-footer {
    color: #999;
    font-size: 14px
}

.box-post-detail-dates-member .comment-footer a {
    color: #3498db;
    text-decoration: none
}

.box-post-detail-dates-member .leave-comment {
    margin-top: 15px
}

.box-post-detail-dates-member .leave-comment h3 {
    color: #2c3e50;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600
}

.box-post-detail-dates-member .form-notice {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5
}

.box-post-detail-dates-member .required {
    color: #e74c3c
}

.box-post-detail-dates-member .form-group {
    margin-bottom: 20px
}

.box-post-detail-dates-member .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px
}

.box-post-detail-dates-member input[type="text"],.box-post-detail-dates-member input[type="email"],.box-post-detail-dates-member textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    background: #f8f9fa;
    outline: none;
    transition: border-color .3s
}

.box-post-detail-dates-member input[type="text"]:focus,.box-post-detail-dates-member input[type="email"]:focus,.box-post-detail-dates-member textarea:focus {
    border-color: #FDA31B;
    background: #fff
}

.box-post-detail-dates-member textarea {
    min-height: 105px;
    resize: vertical
}

.box-post-detail-dates-member .checkbox-group {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 20px 0
}

.box-post-detail-dates-member .checkbox-group input[type="checkbox"] {
    width: auto
}

.box-post-detail-dates-member .checkbox-group label {
    color: #666;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 0
}

.box-post-detail-dates-member .submit-btn {
    background: #FDA31B;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .5px;
    transition: background-color .3s
}

.box-post-detail-dates-member .submit-btn:hover {
    background: #e69500
}

@media (max-width: 768px) {
    .box-post-detail-dates-member .form-group {
        margin-bottom: 20px !important;
    }
}