/*Bengin article */
.the-article {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 24px;
    border: solid 1px #e0e0e0;
    padding: 12px;
    border-radius: 3px;
}

.the-article-title {
    font-size: 23px;
    padding-bottom: 8px;
}

.the-article-meta {
    padding-bottom: 8px;
    font-size: 12px;
    color: #666;
}

.the-article-body {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 24px;
}

    .the-article-body h2, .the-article-body h3, .the-article-body h4 {
        padding: 6px 0;
    }

    .the-article-body p {
        padding: 6px 0;
    }

    .the-article-body a {
        color: #0029ad;
    }

.the-article-image {
    padding: 12px 0;
    text-align: center;
    position: relative;
}

    .the-article-image img {
        max-width: 640px;
        width: 100%;
    }

.caption-image {
    font-size: 14px;
    color: #666;
    font-style: italic;
}

.section-related {
    float: left;
    width: 100%;
}

.related-header {
    float: left;
    width: 100%;
    padding-bottom: 16px;
    font-weight: bold;
    border-top: solid 1px #e0e0e0;
    padding-top: 16px;
}

.related-links {
    margin: 0;
    padding: 0;
}

    .related-links li {
        padding: 6px 0;
        position: relative;
        list-style: none;
    }

        .related-links li a {
            color: #0029ad
        }

.toc-content {
    background: #e1f5fe;
    padding: 12px;
    padding-left: 36px;
    margin: 12px 0;
    border-radius: 3px;
    font-size: 15px
}

    .toc-content > ul {
        margin: 0;
        padding: 0
    }

    .toc-content li {
        font-weight: 600;
        list-style: none;
        padding: 3px 0
    }

    .toc-content > ul ul {
        margin: 0;
        padding: 0;
        padding-left: 16px;
    }

        .toc-content > ul ul > li {
            font-weight: 400
        }

.toc-title {
    font-weight: 600;
    position: relative;
}

    .toc-title .ic-star {
        position: absolute;
        left: -24px;
    }

    .toc-title span {
        text-decoration: underline
    }

.toc-content a {
    color: #0029ad
}

.td-rbk {
    font-size: 24px;
    padding: 24px 0;
    color: #E13737
}

.the-article-body table {
    margin: 12px 0
}

.statis-loto {
    display: flex;
    width: 100%;
}

    .statis-loto .column2 {
        width: 50%;
        padding: 0 8px;
    }

        .statis-loto .column2:first-child {
            padding-left: 0;
        }

        .statis-loto .column2:last-child {
            padding-right: 0;
        }

.cau-lo-item2 {
    display: inline-block;
    border: solid 1px #eaeaea;
    height: 40px;
    min-width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    margin-right: 8px;
    margin-bottom: 5px;
    cursor: pointer;
}

.btn-soicau {
    border: solid 1px #e0e0e0;
    border-radius: 24px;
    padding: 4px 12px;
    font-size: 14px;
    color: #666 !important;
    display: inline-block;
}

@media only screen and (max-width:800px) {
    .td-rbk {
        font-size: 20px;
    }
}
.the-article-title {
    font-size: 23px;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.the-article-body h2 {
    padding: 6px 0;
    text-transform: uppercase;
    font-size: 20px;
}

.the-article-body h3 {
    padding: 6px 0;
    text-transform: uppercase;
    font-size: 18px;
}

.the-article-body table {
    max-width: 100%;
    text-align: center;
}

    .the-article-body table th {
        border: 1px solid #e0e0e0;
        padding: 5px 0;
        background: #ededed;
    }

    .the-article-body table td {
        border: 1px solid #e0e0e0;
        padding: 5px 0;
    }
.vh-100 {
    min-height: calc(100vh - 482px);
}