/*****  ty-le-keo-ngoai-hang-anh  ******/

table,
th,
td {
    font-size: 13px;
}

.taixiu thead {
    background: #434343;
}

.taixiu thead tr th {
    text-align: center;
    color: #fff;
}

.taixiu .doibong {
    text-align: left;
    padding: 0px 0px 0px 40px;
}


#table_match tr:nth-child(odd) {
    background-color: #f5f5f5;
}

#table_match tr {
    background-color: #fff;
}

.doibong .capdau {
    position: relative;
    display: inline-block;
    line-height: normal;
    color: #222229;
    font-weight: bold;
    text-align: left;
}

.capdau .doi1 {
    color: #d9232f;
    font-weight: bold;
}

.taixiu .doibong .icon.vs {
    width: 16px;
    height: 35px;
    background-position: -100px -200px;
    position: absolute;
    left: -30px;
    top: 0;
    border: none;
    background-image: url(../images/bdw_icon.png);
    background-repeat: no-repeat;
    background-size: 500px auto;
}

.doibong .capdau i {
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: solid 2px #ff0000;
    padding: 1px;
    border-top: solid 2px #000;
    margin: 3px 0px;
}

.nd2cot .left {
    width: 40%;
    display: inline-flex;
    text-align: left;
    color: #d9232f;
    justify-content: space-around;
}

.nd2cot .left.right {
    text-align: right;
    color: #222;
}

/*********** bang-xep-hang-bong-da/ ************/

.bxh {
    font-size: 14px;
    margin-top: 0;
}

.tableHeading h3 {
    text-align: center;
    margin: 0;
    padding: 10px 0;
}

.tableHeading img {
    background-image: url(../images/flag-list.25-v1.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 338px;
    left: 338px;
    background-size: 100%;
}

.fl_46 {
    background-position: 0 -480px !important;
}

table tr:nth-child(odd) {
    background-color: #f5f5f5;
}

table.bxh th {
    width: 45px;
    text-align: center;
}

table.bxh th:nth-child(1) {
    width: 35px;
}

table .khach {
    text-align: left !important;
}

table th {
    background-color: #434343 !important;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 25px;
    color: #fff;
    font-weight: normal !important;
    border-right: solid 1px #333;
    padding: 0 5px;
    vertical-align: middle;
}

table.bxh td {
    min-width: 20px;
    position: relative;
    z-index: 1;
}

.hightlight {
    color: #ef2020;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {

    .taixiu tr th:nth-child(3),
    tr th:nth-child(4),
    .tieudedong2 th:nth-child(1),
    .tieudedong2 th:nth-child(2),
    .tieudedong2 th:nth-child(3),
    #table_match tr td:nth-child(3),
    #table_match tr td:nth-child(4),
    #table_match tr td:nth-child(5),
    #table_match .ads {
        display: none;
    }

    .tieudedong2 th:nth-child(4) {
        display: table-cell !important;
    }

    #table_match tr td:nth-child(1) {
        padding-left: 5px !important;
    }

    #table_match tr td:nth-child(7) {
        padding-right: 5px !important;
    }

    .taixiu .doibong {
        padding: 0px 0px 0px 36px;
    }

}

@media screen and (max-width: 549px) {
    table.bxh td:nth-child(4) {
        display: none;
    }

    table th {
        font-size: 12px;
    }

    .tableHeading img {
        top: 623px;
        left: 5px;
    }
}