.news-img {
    position: relative;
}

.news-cat.shadow-sm {
    margin-left: -3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100%;
    font-size: 13px;
    letter-spacing: .135rem;
    background-color: #fff;
    color: var(--color-1);
    width: 3rem;
    z-index: 1;
    box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
}

.news-cat.shadow-sm strong {
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    text-transform: uppercase;
    font-weight: 700;
}

.news-date {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: #ffffffd9;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    padding: .5rem;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    color: var(--color-1);
}

.news-date span:last-child {
    border-top: 1px solid #000;
}

.news-content.shadow-sm {
    padding: 1.5rem;
    background: linear-gradient(135deg, #252525, #7a7a7a);
    box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
}

figure.image-hover.image-hover-overlay img {
    display: block;
    width: 100%;
    height: 265px;
}

.news-link svg {
    width: 25px;
    height: 25px;
    margin-left: 10px;
}

.news-link {
    display: inline-flex;
    align-items: center;
	color: var(--color-2);
}

.comment-view {
    color: var(--color-2);
    padding-top: 10px;
    text-shadow: rgb(0, 0, 0) 1px 1px 0px;
}

.news.hover-effect {
    /* padding-left: 50px; */
    transition: 0.5s ease;
}

.hover-effect:hover {
    transform: translateY(-.5rem);
}

.velora-hedding {
	color: var(--color-2);
    font-size: 16px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
	height: 42px;
    text-shadow: rgb(0, 0, 0) 1px 1px 0px;
}

.comment-view p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    font-weight: 500;
	height: 59px;
}

.post-column {
    row-gap: 30px;
}

.post-column .clm {
    padding: 0 12px;
}

.section-bycate {
    padding: 30px 0;
}

.post-related-wrap {
    background: linear-gradient(90deg, #282828, #020202);
    padding: 30px 0;
}

.post-related-wrap .title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

.post-related-wrap .title::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    bottom: -6px;
    background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #FFF 47.87%, rgba(217, 217, 217, 0) 101%);
    width: 150px;
    height: 1px;
    z-index: 1;
}

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

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

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

.tomtatnd {
	padding: 10px;
	background: #292929;
    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: 14px;
    line-height: 28px;
}

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

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

.header-tomtat svg path {
    fill: var(--color-2);
}

.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: 14px;
    padding: 10px 22px;
    background-color: #292929;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 15px;
}

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

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

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

    .news-date {
        width: 50px;
        height: 50px;
    }
}