﻿/* bài viết start */
.news-detail {
    clear: both;
}

    .news-detail > h1,
    .news-detail > .h1,
    .news-detail > h2,
    .news-detail > .h2,
    .news-detail > h3,
    .news-detail > .h3 {
        font-size: 1.3rem;
        color: #000;
    }

    .news-detail .news-image {
        max-width: 40rem;
        width: 100%;
        margin: 0;
    }

    .news-detail .summary {
        text-align: justify;
        font-weight: bold
    }

    .news-detail .detail .easy_toc_list ol,
    .news-detail .detail .easy_toc_list ol ol {
        padding-left: 0;
    }

        .news-detail .detail .easy_toc_list ol > li {
            list-style: none;
        }

    .news-detail .posted-date {
        border-bottom: 1px dashed #ddd;
        padding-bottom: 10px;
        margin: 8px 0 15px;
        color: #999;
    }

        .news-detail .posted-date > span {
            display: inline-block;
            margin-right: 1.5rem;
            margin-top: 0.25rem;
        }

            .news-detail .posted-date > span > i {
                margin-right: .5rem;
            }

        .news-detail .posted-date a {
            font-weight: normal;
            color: #999;
            display: inline-block;
        }

            .news-detail .posted-date a:hover {
                color: #8778ff;
            }

    .news-detail .detail-ckeditor p {
        /*text-align: justify;*/
    }

/* bài viết end */

/*bài viết liên quan start */

.other-news {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

    .other-news p.title {
        font-size: 1.14rem;
        text-transform: uppercase;
        font-weight: bold;
    }

        .other-news p.title i {
            margin-right: 8px;
        }

    .other-news .news-vertical .title {
        border: none;
        padding: 20px 0 10px 0;
        font-size: 1rem;
        transition: all 0.3s;
    }

/*bài viết liên quan end */