﻿.article-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.article-sapo {
    font-size: 18px;
    margin-bottom: 15px;
}

.article-content p, .article-content span, .article-content strong, .article-content div, .article-content b, .article-content hr, .article-content h4, .article-content h2, .article-content h3 {
    font-size: 17px;
}

.article-content h3 {
    font-size: 20px;
}

.breadcrumb {
    width: calc(100% - 220px);
}

.article-post-date {
    margin-top: 12px;
    text-align: right;
    /*    font-weight: bold;
*/
}

.nva-breadcrumb {
    display: flex;
    justify-content: space-between;
}


/*tin bài liên quan*/

.article-reference {
    padding: 15px;
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: overlay;
    clear: both;
}

    .article-reference ul li {
        width: 100%;
        float: left;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #e5e5e5;
    }

        .article-reference ul li:last-child {
            border: none;
            padding-bottom: 0px;
            margin-bottom: 0px;
        }

.article-reference-img {
    width: 145px;
    margin-right: 10px;
    float: left;
}

    .article-reference-img a {
        display: block;
        overflow: hidden;
        height: auto;
        position: relative;
        width: 100%;
        background: #f4f4f4;
        max-height: 160px;
    }

    .article-reference-img img {
        object-fit: cover;
        width: 100%;
        max-width: 100%;
    }

.article-reference-title {
    line-height: 160%;
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: bold;
}

    .article-reference-title a {
        color: #222;
        text-decoration: none !important;
    }

.article-reference-mota {
    line-height: 160%;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}

    .article-reference-mota a {
        text-decoration: none !important;
        color: #222 !important;
    }

/*tag tin bài*/
.article-tag {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    font-size: 0;
    /*border-bottom: 1px solid #E5E5E5;*/
    position: relative;
    padding-left: 50px;
}

    .article-tag .txt {
        font-size: 15px;
        line-height: 17px;
        color: #bdbdbd;
        display: inline-block;
        margin-right: 15px;
        position: absolute;
        top: 0;
        left: 0;
    }

.article-tag-item {
    display: inline-block;
    font-size: 15px;
    line-height: 17px;
    margin: 0 30px 10px 0;
    position: relative;
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    font-weight: bold;
}

/*page tin tức*/
article-page {
    width: 100%;
    float: left;
}

.article-page-item {
    width: 100%;
    float: left;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ddd;
}

.article-page-item-img {
    position: relative;
    float: left;
    width: 240px;
    margin: 0 20px 0 0;
}

    .article-page-item-img a {
        display: block;
        overflow: hidden;
        height: 0;
        position: relative;
        width: 100%;
        background: #f4f4f4;
        padding-bottom: 60%;
    }

        .article-page-item-img a img {
            -o-object-fit: cover;
            object-fit: cover;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
            transform: translateX(-50%);
            left: 50%;
        }

.article-page-item-title {
    line-height: 22px;
    margin-bottom: 5px;
    font-size: 16px;
}

    .article-page-item-title a {
        line-height: 22px;
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: bold;
    }

.article-page-item-date {
    font-size: 14px;
    color: #807a7a;
    margin: 10px 0;
}


.article-page-item-mota {
    font-size: 14px;
    line-height: 20px;
    color: #4f4f4f !important;
}

    .article-page-item-mota a {
        font-size: 14px;
        line-height: 140%;
    }

/*tin bài cùng chuyên mục*/
.article-box {
    width: 100%;
    float: left;
}

.article-box-head {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 12px;
    font-family: "Merriweather", serif;
    color: #222;
    font-weight: bold;
}

    .article-box-head span {
        position: relative;
        display: inline-block;
        font-size: 18px;
    }

        .article-box-head span:before {
            content: "";
            width: 100%;
            height: 1px;
            background: var(--color-primary);
            position: absolute;
            left: 0;
            bottom: 0;
        }

.article-box-item {
    width: 100%;
    float: left;
    border-bottom: none;
    margin-bottom: 20px;
    padding-bottom: 0;
    border-top: none;
    padding-top: 0;
    padding-right: 20px;
}

.article-box-img {
    float: left;
    width: 240px;
    margin: 0 20px 0 0;
}

    .article-box-img a {
        display: block;
        overflow: hidden;
        height: 0;
        position: relative;
        width: 100%;
        background: #f4f4f4;
        padding-bottom: 60%;
    }

        .article-box-img a img {
            -o-object-fit: cover;
            object-fit: cover;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
        }

.article-box-title {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    line-height: 160%;
}

    .article-box-title a {
        transition-property: all;
        transition-timing-function: cubic-bezier(.7,1,.7,1);
    }

.article-box-mota {
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 140%;
    color: #4f4f4f !important;
}

.article-content {
    font-size: 16px;
}

.article-top {
    width: 100%;
    float: left;
    background: #f3f1f2;
    margin-bottom: 20px;
}

.article-top1-img {
    width: 60%;
    float: left;
}

    .article-top1-img img {
        max-width: 100%;
    }

.article-top1-content {
    width: 40%;
    float: left;
    padding: 10px;
    padding-left: 15px;
}

.article-list-item {
    width: 100%;
    float: left;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.article-top1-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
}

.article-top1-date {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #807a7a;
    margin: 10px 0;
}

.article-top1-des {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
}

.box-article {
    background: var(--color-gray);
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.box-article-header {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    float: left;
    width: 100%;
}

    .box-article-header span {
        display: inline-block;
        /*color: #b91521;*/
        color: var(--color-primary);
        padding: 5px 15px;
        font-weight: 700;
        /*font-family: Source Serif Pro;*/
        position: relative;
        background: #e7eef4;
        background: transparent;
        border-top: 2px solid #00698b;
        font-size: 18px;
    }


.box-article-content {
    padding: 0 15px 15px 15px;
    float: left;
    width: 100%;
}

.box-article-item {
    width: 100%;
    float: left;
    position: relative;
    padding: 5px 0 5px 0px;
    border-bottom: 1px dotted #ddd;
}

.box-article-top img {
    width: 100%;
    float: left;
}

.box-article-top h4 {
    width: 100%;
    float: left;
    color: #111;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0;
}

.box-article-item a {
    padding-left: 5px;
    font-size: 14px;
    line-height: 20px;
}

.article-option {
    width: 100%;
    float: left;
    background-color: var(--color-gray);
    padding: 5px;
    font-weight: bold;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.article-option-date {
    float: left;
    line-height: 29px;
    margin-right: 20px;
    font-style: italic;
    font-weight: normal;
}

.article-option-size {
    float: right;
}

    .article-option-size button {
        border-radius: 10px;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        float: left;
        border: 1px solid transparent;
        padding: 3px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: white;
        padding-bottom: 5px;
    }

    .article-option-size span {
        float: left;
        line-height: 29px;
        padding-right: 10px;
        font-weight: normal;
    }

    .no-italic{
        font-style:normal;
    }

.article-option-bg {
    float: right;
}

    .article-option-bg span {
        float: left;
        line-height: 29px;
        padding-left: 15px;
        padding-right: 10px;
        font-weight: normal;
    }

.article-content img {
    float: left;
    overflow: hidden;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
}

.box-article-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.cocauphuong {
    padding: 10px 15px;
    border: 1px solid #bbdbf7;
    margin-bottom: 15px !important;
    margin: auto;
    background: aliceblue;
}

    .cocauphuong table td {
        line-height: 26px;
    }
.wrap_button {
    margin-top: 20px;
    text-align: center;
    float: left;
    width: 100%;
}
.share-save-btns {
    width: 100%;
    float: left;
}