.nav-bdw a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #222;
    height: 20px;
    line-height: 20px;
    display: block;
    padding: 0 5px;
    transition: all 0.2s;
    border-bottom: solid 3px #f5f5f5;
}
.nav-bdw {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0 5px 20px;
    display: flex;
    border-bottom: solid 3px #f5f5f5;
    justify-content: space-evenly;
}
.nav-bdw a.active {
    border-bottom: solid 3px #0862bd;
    color: #0862bd;
}
.tbl-bdw tr:nth-child(even) {
    background-color: #f5f5f5;
}
.tbl-bdw td {
    height: 20px;
    vertical-align: middle;
    padding: 5px;
    position: relative;
    z-index: 1;
    width: 30px;
    font-size: 12px;
}

.tbl-bdw .tyso {
    background-color: #e1e1e1;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 55px;
    padding: 5px 0;
}
.tbl-bdw .chu, .tbl-bdw .khach {
    width: 100px;
}
.tbl-bdw {
    width: 100%;
    font-size: 14px;
    vertical-align: middle;
    margin: 0 5px;
    width: calc(100% - 10px);
    text-align: center;
}
.tab-bd {
    max-height: 325px;
    overflow: auto;
}
.tbl-bdw  th {
    font-weight: bold;
    padding: 5px;
    width: 30px;
    font-size: 12px;
    vertical-align: middle;
    vertical-align: middle;
}
.tbl-bdw .chu {
    text-align: right;
}

.tab-content > .tab-bd {
    display: none;
}

.tab-content > .tab-bd.active {
    display: block;
}
.nav-bdw::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}
.tbl-bdw tr.vang {
    background-color: #ffe3da;
    font-weight: bold;
}

.tbl-bdw tr.bac {
    background-color: #fff2da;
    font-weight: bold;
}

.tbl-bdw tr.dong {
    background-color: #fffcda;
    font-weight: bold;
}
.tbl-bdw .icon {
    width: 30px;
    height: 31px;
    background-position: -150px -100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-51%, -55%) scale(0.8);
    z-index: -1;
}
.tbl-bdw .icon {
    display: inline-block;
    background-image: url(bdw_icon.png);
    background-repeat: no-repeat;
    background-size: 500px auto;
}
.tbl-bdw .bac .icon {
    background-position: -200px -100px;
}

.tbl-bdw .vang td:first-child, .tbl-bdw .bac td:first-child, .tbl-bdw .dong td:first-child {
    color: #fff;
}
.tbl-bdw td {
    height: 20px;
    vertical-align: middle;
    padding: 5px;
    position: relative;
    z-index: 1;
    width: 30px;
}