/* V75: bo HTML trinh bay co dinh cho moi noi dung nhap tu admin. */
.news-detail-v71 .news-detail-content {
    --article-green: #075b38;
    --article-soft: #f3f8f5;
    --article-line: #d9e6de;
    --article-gold: #d5aa45;
    color: #243a2f;
}
.news-detail-v71 .news-detail-content > :first-child { margin-top: 0; }
.news-detail-v71 .news-detail-content .fixed-article-section {
    width: 100%;
    margin: 0;
    padding: 1px 0 4px;
}
.news-detail-v71 .news-detail-content .fixed-article-h2 {
    position: relative;
    margin: 27px 0 12px !important;
    padding-left: 15px;
    color: var(--article-green) !important;
    font-family: "Times New Roman", Times, serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
}
.news-detail-v71 .news-detail-content .fixed-article-h2::before {
    content: "";
    position: absolute;
    top: .12em;
    bottom: .12em;
    left: 0;
    width: 4px;
    border-radius: 4px;
    background: var(--article-green);
}
.news-detail-v71 .news-detail-content .fixed-article-h3 {
    margin: 19px 0 9px !important;
    color: #235e42 !important;
    font-family: "Times New Roman", Times, serif !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}
.news-detail-v71 .news-detail-content p {
    margin: 0 0 14px !important;
    color: #344c40 !important;
    font-size: inherit !important;
    line-height: inherit !important;
}
.news-detail-v71 .news-detail-content strong { color: #183f2d; }
.news-detail-v71 .news-detail-content .fixed-article-media {
    margin: 15px 0 18px !important;
    text-align: center;
}
.news-detail-v71 .news-detail-content .fixed-article-media img,
.news-detail-v71 .news-detail-content > img,
.news-detail-v71 .news-detail-content .fixed-article-section > img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 55, 33, .08);
}
.news-detail-v71 .news-detail-content .fixed-article-list {
    margin: 9px 0 16px !important;
    padding-left: 24px !important;
}
.news-detail-v71 .news-detail-content .fixed-article-list li {
    margin: 0 0 7px !important;
    padding-left: 3px;
    color: #344c40;
    line-height: 1.55;
}
.news-detail-v71 .news-detail-content ul.fixed-article-list li::marker { color: var(--article-green); }
.news-detail-v71 .news-detail-content ol.fixed-article-list li::marker {
    color: var(--article-green);
    font-weight: 700;
}
.news-detail-v71 .news-detail-content .fixed-table-scroll {
    width: 100%;
    margin: 18px 0;
    overflow-x: auto;
    border: 1px solid var(--article-line);
    border-radius: 7px;
    -webkit-overflow-scrolling: touch;
}
.news-detail-v71 .news-detail-content .fixed-table-scroll table {
    display: table;
    width: 100% !important;
    min-width: 620px;
    margin: 0 !important;
    border: 0 !important;
    border-collapse: collapse;
}
.news-detail-v71 .news-detail-content .fixed-table-scroll th {
    padding: 10px 12px !important;
    border: 1px solid #2f7757 !important;
    background: var(--article-green) !important;
    color: #fff !important;
    font-weight: 700;
}
.news-detail-v71 .news-detail-content .fixed-table-scroll td {
    padding: 10px 12px !important;
    border: 1px solid var(--article-line) !important;
    background: #fff !important;
    color: #344c40 !important;
}
.news-detail-v71 .news-detail-content .fixed-table-scroll tr:nth-child(even) td { background: #f7faf8 !important; }
.news-detail-v71 .news-detail-content blockquote {
    position: relative;
    margin: 20px 0 !important;
    padding: 17px 19px 17px 54px !important;
    border: 1px solid #d7e2c9 !important;
    border-left: 4px solid var(--article-gold) !important;
    border-radius: 7px;
    background: #fffdf5 !important;
    color: #48603a !important;
    font-style: italic;
}
.news-detail-v71 .news-detail-content blockquote::before {
    content: "“";
    position: absolute;
    top: 2px;
    left: 14px;
    color: var(--article-gold);
    font-size: 50px;
    line-height: 1;
}
.news-detail-v71 .news-detail-content a {
    color: var(--article-green) !important;
    font-weight: 700;
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 2px;
}
.news-detail-v71 .news-detail-content .fixed-external-link::after {
    content: " ↗";
    font-size: .8em;
}
.news-detail-v71 .news-detail-content .fixed-faq-section {
    margin-top: 25px;
    padding: 2px 16px 12px;
    border: 1px solid var(--article-line);
    border-radius: 8px;
    background: #fbfdfc;
}
.news-detail-v71 .news-detail-content hr {
    height: 1px;
    margin: 24px 0;
    border: 0;
    background: var(--article-line);
}

@media (max-width: 767px) {
    .news-detail-v71 .news-detail-content .fixed-article-h2 {
        margin-top: 23px !important;
        padding-left: 12px;
        font-size: 22px !important;
    }
    .news-detail-v71 .news-detail-content .fixed-article-h3 { font-size: 18px !important; }
    .news-detail-v71 .news-detail-content .fixed-article-list { padding-left: 21px !important; }
    .news-detail-v71 .news-detail-content .fixed-table-scroll {
        margin-right: 0;
        margin-left: 0;
    }
    .news-detail-v71 .news-detail-content blockquote { padding: 15px 14px 15px 44px !important; }
    .news-detail-v71 .news-detail-content blockquote::before { left: 10px; font-size: 43px; }
    .news-detail-v71 .news-detail-content .fixed-faq-section { padding-right: 12px; padding-left: 12px; }
}
