.article-editor p {
    color: #111;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.article-editor>h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 1.4;
}

.article-editor>h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 1.4;
}

.article-editor>h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.4;
}

.article-editor>h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.4;
}

.article-editor>h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.4;
}

.article-figure {
    padding-bottom: 16px;
    position: relative;
}

.article-figure img {
    object-position: center top;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.article-figure figcaption {
    color: #808080;
    font-size: 16px;
    margin-top: 8px;
    padding: 0 24px;
}

.article-figure__actions {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    height: auto;

    z-index: 1;
}

.article-editor p a {
    text-decoration: underline;
    color: #C4161C;
    transition: all .3s;
}

.article-figure__btn {
    background: rgba(0, 0, 0, 0.25);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s;
}

.article-figure__btn:hover {
    background: rgba(0, 0, 0, 0.75);
}

.article-figure__btn img {
    opacity: .25;
    transition: all .3s;
}

.article-figure__btn:hover img {
    opacity: 1;
}

.article-figure.article-figure-medium {
    margin: 0 -100px;
    padding-bottom: 32px;
}

.article-figure.article-figure-medium .article-figure__caption {
    margin: 8px 100px 0 100px;
}

.article-figure.article-figure-big {
    margin: 0 -270px;
    padding-bottom: 32px;
}

.article-figure.article-figure-big .article-figure__caption {
    margin: 8px 270px 0 270px;
}

.article-figure.article-figure-w-1000 {
    margin: 0 -170px;
    padding-bottom: 32px;
}

.article-figure.article-figure-w-1000 .article-figure__caption {
    margin: 8px 170px 0 170px;
}

.ab-action-detail {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 2;
}

.ab-action-detail .btn-action-detail {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #1e1e1e;
    opacity: 0.4;
    transition: all 0.3s;
}

.ab-action-detail .btn-action-detail:hover {
    opacity: 1;
}

.box-note {
    border-left: 2px solid #c4161c;
    padding-left: 24px;
    margin-bottom: 32px;
}

.box-note h4 {
    color: #111;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 16px;
}

.detail-dropcap {
    margin: 30px 0;
}

.detail-dropcap__paragraph {
    position: relative;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 24px;
}

.detail-dropcap__letter {
    float: left;
    font-size: 68px;
    font-weight: 700;
    line-height: 46px;
    color: var(--text-title);
    margin-right: 8px;
    margin-top: 6px;
}

.article-editor .detail-dropcap__paragraph.paragraph--small .detail-dropcap__letter {
    font-size: 68px;
    line-height: 46px;
}

.article-editor .detail-dropcap__paragraph.paragraph--medium .detail-dropcap__letter {
    font-size: 113px;
    line-height: 86px;
}

.article-editor .detail-dropcap__paragraph.paragraph--big .detail-dropcap__letter {
    font-size: 150px;
    line-height: 95px;
}

.article-editor .detail-dropcap__paragraph {
    margin-bottom: 32px;
}

.js-figure-gallery {
    cursor: pointer;
}

.article-list h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    font-family: 'VNBDisplay';
}

.article-editor ul {
    margin: 0 0 20px 36px;
    padding: 0;
}

.article-editor ul li {
    font-size: 18px;
    list-style: disc;
    margin-bottom: 16px;
}

.article-editor ol {
    margin: 0 0 20px 36px;
    padding: 0;
}

.article-editor ol li {
    font-size: 18px;
    list-style: decimal;
    margin-bottom: 16px;
}

.article-editor ol ol {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.article-editor p strong {
    font-weight: 700;
}


.article-editor ul li::marker {
    color: rgba(128, 128, 128, 1);
}

.article-editor ol li::marker {
    color: rgba(128, 128, 128, 1);
    font-size: 18px;
    font-weight: 700;
}

.article-editor table:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.article-editor table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    color: var(--text-main);
    background: #fff;
    position: relative;
}

.article-editor thead {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.article-editor thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #E8E8E8;
    font-weight: 600;
    padding: 9px 16px;
    text-align: left;
    border: none;
}

.article-editor tbody {
    display: block;
    max-height: 320px;
    overflow-y: auto;
    border: 1px solid #e5e5e5;
}

.article-editor tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.article-editor td {
    padding: 9px 16px;
    background: #fff;
}

.article-editor tbody tr:nth-child(even) td {
    background: #F5F5F5;
}



.article-editor tbody::-webkit-scrollbar {
    width: 4px;
}

.article-editor tbody::-webkit-scrollbar-track {
    background: transparent;
}

.article-editor tbody::-webkit-scrollbar-thumb {
    background: #d9d9d9;
    border-radius: 100px;
}

.article-detail-section--font-sm .article-editor p,
.article-detail-section--font-sm .article-editor li,
.article-detail-section--font-sm .article-editor figcaption {
    font-size: 16px;
}

.article-detail-section--font-md .article-editor p,
.article-detail-section--font-md .article-editor li,
.article-detail-section--font-md .article-editor figcaption {
    font-size: 18px;
}

.article-detail-section--font-lg .article-editor p,
.article-detail-section--font-lg .article-editor li,
.article-detail-section--font-lg .article-editor figcaption {
    font-size: 20px;
}

.article-detail-section--font-xl .article-editor p,
.article-detail-section--font-xl .article-editor li,
.article-detail-section--font-xl .article-editor figcaption {
    font-size: 22px;
}



@media (max-width: 575px) {
    .article-editor table {
        font-size: 14px;
    }

    .article-figure {
        padding-bottom: 32px;
    }

    .article-figure figcaption {
        padding: 0 12px;
    }

    .article-figure.article-figure-medium {
        margin: 0 -12px;
    }

    .article-figure.article-figure-medium .article-figure__caption {
        margin: 8px 0 0 0;
    }

    .article-figure.article-figure-big {
        margin: 0 -12px;
    }

    .article-figure.article-figure-big .article-figure__caption {
        margin: 8px 0 0 0;
    }

    .article-figure.article-figure-w-1000 {
        margin: 0 -12px;
    }

    .article-figure.article-figure-w-1000 .article-figure__caption {
        margin: 8px 0 0 0;
    }

    .article-figure.article-figure-w-1000 .article-figure__img {
        border-radius: 0;
    }

    .article-figure.article-figure-medium .article-figure__img {
        border-radius: 0;
    }

    .article-figure.article-figure-big .article-figure__img {
        border-radius: 0;
    }

    .article-editor .detail-dropcap__paragraph.paragraph--small .detail-dropcap__letter {
        font-size: 52px;
        line-height: 47px;
    }

    .article-editor .detail-dropcap__paragraph.paragraph--medium .detail-dropcap__letter {
        font-size: 76px;
        line-height: 59px;
        margin-top: 4px;
    }

    .article-editor .detail-dropcap__paragraph.paragraph--big .detail-dropcap__letter {
        font-size: 104px;
        line-height: 86px;
        margin-top: 0;
    }
}

@media (min-width: 576px) and (max-width:767px) {
    .article-figure figcaption {
        padding: 0 12px;
    }

    .article-figure.article-figure-medium {
        margin: 0;
    }

    .article-figure.article-figure-medium .article-figure__caption {
        margin: 8px 0 0 0;
    }

    .article-figure.article-figure-big {
        margin: 0;
    }

    .article-figure.article-figure-big .article-figure__caption {
        margin: 8px 0 0 0;
    }

    .article-figure.article-figure-w-1000 {
        margin: 0;
    }

    .article-figure.article-figure-w-1000 .article-figure__caption {
        margin: 8px 0 0 0;
    }

    .article-editor .detail-dropcap__paragraph.paragraph--small .detail-dropcap__letter {
        font-size: 58px;
        line-height: 43px;
    }

    .article-editor .detail-dropcap__paragraph.paragraph--medium .detail-dropcap__letter {
        font-size: 90px;
        line-height: 80px;
        margin-top: 0;
    }

    .article-editor .detail-dropcap__paragraph.paragraph--big .detail-dropcap__letter {
        font-size: 120px;
        line-height: 100px;
        margin-top: 0;
    }
}

@media (min-width: 768px) and (max-width:1199px) {
    .article-figure.article-figure-medium {
        margin: 0;
    }

    .article-figure.article-figure-medium .article-figure__caption {
        margin: 8px 0 0 0;
    }

    .article-figure.article-figure-big {
        margin: 0;
    }

    .article-figure.article-figure-big .article-figure__caption {
        margin: 8px 0 0 0;
    }

    .article-figure.article-figure-w-1000 {
        margin: 0;
    }

    .article-figure.article-figure-w-1000 .article-figure__caption {
        margin: 8px 0 0 0;
    }
}


@media (min-width: 1200px) and (max-width:1399px) {
    .article-figure.article-figure-big {
        margin: 0 -250px;
    }

    .article-figure.article-figure-big .article-figure__caption {
        margin: 8px 250px 0 250px;
    }
}

@media (min-width: 1400px) and (max-width:1599px) {}