.abs-anchor {
    position: absolute;
    top: -60px;
    left:0;
}
.thumb_detail img {
    -webkit-filter: grayscale(0.4);
    filter: grayscale(0.4);
    border-right: 1px solid #ddd;
    padding: 0 25px 10px 0;
}

.thumb_detail img:hover {
    filter: none;
}

#news_detail .badge.badge-info.date {
    display: block;
    float: right;
}

#news_detail .preview.panel-tag {
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    text-align: justify;
}
#news_detail .detail-text {
    padding: 10px 40px 0;
    text-align: justify;
}
#news_detail .detail-text p:first-letter {
    font-weight: 500;
}
#news_detail .detail-text img, #news_detail .detail-text p img, #news_detail .detail-text p span img {
    -webkit-filter: grayscale(0.4);
    filter: grayscale(0.4);
    display: block;
    margin: 10px auto;
    border-radius: 10px;
}
#news_detail .detail-text img:hover, #news_detail .detail-text p img:hover, #news_detail .detail-text p span img:hover {
    filter: none;
}
#news_detail .article_date i {
    margin-right: 6px;
}
.link_blocked {
    background: #ec3758;
    color: #fff;
    padding: 2px 10px;
    border-radius: 3px;
    font-size: 0.85rem;
}
.news-detail-props .badge {
    margin: 4px 5px;
}
.primary_source {
    text-align: right;
    position: absolute;
    bottom: -4px;
    right: 54px;
}
.primary_source a {
    color: #bebebe;
    text-decoration: none !important;
}
.primary_source a[target]:not(.btn) {
    text-decoration: none !important;
}

@media (max-width: 575px) {
    #news_detail .date {
        margin-top: 6px;
        margin-bottom: 6px;
    }
    #news_detail .news_cat {
        position: absolute;
        margin-top: 8px !important;
    }
    #news_detail .news_category {
        position: absolute;
        margin-bottom:-100px;
        right: 10px;
        z-index: 1;
        background: green;
        padding: 2px 6px 0px;
    }

    #news_detail .detail-text {
        padding: 10px 0px 0;
        background-color: #fff !important;
    }
    #news_detail .preview.panel-tag {
        font-size: 16px;
        line-height: 20px;
        font-style: italic;
        text-align: justify;
        padding: 0.8rem;
        border-left: 0px;
        border-radius: 0px;
        margin: 20px -15px 0 -15px;
    }
    .thumb_detail {
        margin-left: -15px;
        margin-right: -15px;
    }
    .thumb_detail img {
        border-right: 0px;
        padding: 0px;
    }
    .panel .panel-container .panel-content {
        padding: 0rem 1rem 1rem 1rem !important;
    }
    .detail-text iframe {width:100%;height: 100%}
}
#news_detail .comment-link {
    padding-left: 50px;
}
#news_detail .comment-link a {
    font-weight: 400;
    text-transform: uppercase;
    color: green;
}