#body {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.tencaothu {
    font-size: 0.6em !important;
}

.nhay {
    margin-top: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 0.8em;
}

.title_thongke {
    font-size: 1.6em;
    font-weight: 700;
}

div#thang {
    display: inline-block;
}

table>tr>th {
    text-align: center;
    border: 1px solid #ccc;
}

.t_bold {
    font-weight: bold;
}

.t_red {
    color: #f00 !important;
}

.t_yellow {
    color: yellow !important;
}

.t_blue {
    color: blue !important;
}

.bg1 {
    color: #fff !important;
    background: #4a86e8;
    text-transform: uppercase;
    font-weight: bold;
}

.bg2 {
    color: #000;
    background: #c9daf8;
}

.bg3 {
    background: #c9daf8;
}

.table td,
.table th {
    border: 1px solid #dee2e6;
    text-align: center;
    color: #000000;
    font-family: 'Arial';
    font-size: 10pt;
    vertical-align: bottom;
    white-space: nowrap;
    direction: ltr;
    padding: 2px 3px 2px 3px !important;
}

.bg_red {
    background-color: #f00;
    color: #fff !important;
}

.bg_yellow {
    background-color: #ffff00;
    color: #000 !important;
}

.bg_pink {
    background-color: #fff2cc;
    color: #000 !important;
}

#my-chart {
    width: 100%;
    --labels-size: 1rem;
    max-width: 1200px;
    margin-bottom: 15px;
padding-top: 170px;
}

#my-chart.bar {
    height: 500px;
    max-width: 1200px;
    margin: 0 auto;
}

.charts-css.column tbody tr th {
    text-align: center;
    padding-top: 20px;
}

.charts-css.bar tbody tr td {
    margin-left: 138px;
}

.charts-css.bar:not(.reverse) tbody tr th {
    width: auto !important;
}

.charts-css.bar:not(.stacked) tbody tr td {
    padding: 0px 10px 0 20px;
    font-weight: bold;
}
td.xx {
    width: 35px;
}

@media (max-width: 768px)  {
    .title_thongke {
        font-size: 1.1em;    
    }
}