* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Roboto;
}

.bao_cao,
.tde_slbc {
    width: 100%;
}

.bcao_ctn {
    max-width: 1200px;
    margin: 10px auto;
    padding: 0px 10px;
}

.baocao_kq,
.table_bc,
.ctn_table {
    width: 100%;
}

.tieude_bcao {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 15px;
}

.thoigian_bc {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    font-style: italic;
}

.tde_ngan {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    font-style: italic;
}

.ctn_table table {
    width: 100%;
    border: 1px solid #474747;
    border-collapse: collapse;
}

.ctn_table table tr {
    border-bottom: 1px solid #474747;
}

.ctn_table table thead th {
    padding: 10px;
    font-size: 15px;
    line-height: 18px;
    border-left: 1px solid #474747;
    width: 20%;
}

.ctn_table table tbody td {
    font-size: 15px;
    line-height: 18px;
    border-left: 1px solid #474747;
    width: 20%;
}

.ctn_table table tbody td p {
    font-size: 15px;
    line-height: 18px;
}

.ctn_table table thead th:first-child {
    width: 45%;
}

.sh_pad {
    padding: 10px;
}

.ctn_table table thead th:last-child {
    width: 35%;
}

.tbl_tdbc {
    width: 45%;
}

.tde_ngbc {
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.sl_bcao {
    text-align: center;
}

.tad_one {
    width: 35%;
}

.tad_two {
    width: 65%;
    border-left: 1px solid #474747;
}

.chung {
    width: 100%;
    display: flex;
    justify-content: center;
}

.ass_bc,
.tde_slbc {
    padding: 10px;
    border-bottom: 1px solid #474747;
}

.ass_bc:last-child,
.tde_slbc:last-child {
    border-bottom: 0;
}

.sl_bcao .tad_two {
    width: 100%;
    height: 100%;
    border-left: 0;
}

.ctn_table table tbody tr:nth-child(2) td,
.chung,
.ctn_table table tbody tr:nth-child(3) td,
.ctn_table table tbody tr:nth-child(4) td {
    height: 280px;
}

.ctn_table table tbody tr:nth-child(2) td .ass_bc,
.ctn_table table tbody tr:nth-child(2) td:nth-child(2) .tde_slbc,
.ctn_table table tbody tr:nth-child(3) td .ass_bc,
.ctn_table table tbody tr:nth-child(3) td:nth-child(2) .tde_slbc {
    height: 88px;
}

.ctn_table table tbody tr:nth-child(4) td .ass_bc,
.ctn_table table tbody tr:nth-child(4) td:nth-child(2) .tde_slbc {
    height: 88px;
}

.bc_tdt p {
    margin-bottom: 5px;
}

.sl_bcao {
    width: 100%!important;
}

@media(max-width: 1366px) {
    .ctn_table {
        overflow-y: auto;
    }
    .ctn_table table {
        min-width: 1180px;
    }
}