/* FIX TOÀN BỘ BẢNG TRONG BÀI VIẾT TRÊN MOBILE */
@media screen and (max-width: 768px) {
    .bodytext,
    .detail-content,
    .news-body,
    article {
        width: 100% !important;
        max-width: 100% !important;
    }

    .bodytext table,
    .detail-content table,
    .news-body table,
    article table {
        display: table !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        table-layout: fixed !important;
        border-collapse: collapse !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .bodytext table col,
    .bodytext table colgroup,
    .detail-content table col,
    .detail-content table colgroup,
    .news-body table col,
    .news-body table colgroup,
    article table col,
    article table colgroup {
        width: auto !important;
    }

    .bodytext table th,
    .bodytext table td,
    .detail-content table th,
    .detail-content table td,
    .news-body table th,
    .news-body table td,
    article table th,
    article table td {
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        padding: 6px 3px !important;
        font-size: 11px !important;
        line-height: 1.35 !important;
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: anywhere !important;
        vertical-align: middle !important;
    }

    .bodytext table th:first-child,
    .bodytext table td:first-child,
    .detail-content table th:first-child,
    .detail-content table td:first-child,
    .news-body table th:first-child,
    .news-body table td:first-child,
    article table th:first-child,
    article table td:first-child {
        width: 34px !important;
        text-align: center !important;
    }
}