.post-related-wrap {
    padding: 50px 0;
    background: #14332d;
    border-bottom: 0;
    border-top: solid 1px #728581;
    border-bottom: solid 1px #728581;
}

.post-related-wrap .title-related {
    position: relative;
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 500;
    color: #ab7549;
}

.post-related-wrap .title-related::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    bottom: -6px;
    background: #000;
    width: 90px;
    height: 0;
    z-index: 1;
}
.post-related-wrap .item-news .title {
    color:#01170c;
}
.post-related-wrap .item-news .des {
    color: #333;
}
.post-related-slider .slick-slide {
    margin: 5px 8px;
}

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

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

.tomtatnd {
	padding: 10px;
	background: #c1c5c8;
	margin-bottom: 15px;
	border-radius: 0;
}

.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: 15px;
    line-height: 28px;
    font-weight: 500;
    line-height: 1.5;
}
#toc-list li a {
    color: #01170c;
}

.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: 25px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #ab7549;
    font-weight: 500;
}

.box_news_detail .news_note {
    font-size: 16px;
    padding: 10px 15px;
    background-color: #c1c5c8;
    border-radius: 0;
    line-height: 25px;
    color: #14332d;
    text-align: justify;
    margin-bottom: 15px;
}

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

.author {
    margin-top: 25px;
    display: flex;
}

.author .inner {
    margin: 0 auto;
    text-align: left;
    gap: 0 10px;
    background-color: #FFF;
    /* border-radius: 15px; */
    /* position: relative; */
    /* padding: 45px 15px 15px; */
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
}

.author .inner .avt {
    /* position: absolute; */
    /* top: 0; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* width: 150px; */
    /* height: 150px; */
}

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

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

.sidebar-news .block.tags {
    display: block !important;
}
.post-related-slider:hover .slick-arrow {
    opacity: 1;
}

@media (max-width: 992px) { 
    .sidebar-news {
        display: block !important;
        margin-left: 0px;
        border: 0;
        padding: 0;
    }

    .sidebar-news .block.block-product {
        display: none;
    }
}

@media (max-width: 768px) {
    .box_news_detail h1 {
        font-size: 19px;
    }
    .box_news_detail .news_note {
        font-size: 15px;
    }
    .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;
    }
    .author {
       margin-top: 20px;
       margin-bottom: 20px; 
    }
    .author .inner .avt {
    }
}   