/*
Bóng đá
 */
.row-full{
    width:100%;
    clear: both;
}
.Box_BetSports{
    overflow: scroll;
    position: relative;
}
.Box_BetSports table{
    min-width:700px;
}
.Box_BetSports *{
    font-size:13px;
}
.Box_BetSports .table td{
    border-bottom: solid 1px #ebebeb;
    border-right: solid 1px #ebebeb;
    padding: 5px;
    vertical-align: middle;
    position: relative;
    text-align: center;
}

.Box_BetSports .table td.tennho{
    color: #222;
    background-color: #ddd;
    border: none;
    height: 20px;
    font-weight: 700;
}
.Box_BetSports h2,
.Box_BetSports h1,
.Box_BetSports h3,
.Box_BetSports h4{
    margin:0px;
}
.Box_BetSports .table td.daketthuc{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    background-image: url(../images/bg_tableHeading.png);
    background-repeat: no-repeat;
    background-position: center;
}
.Box_BetSports table th{
    background-color: #434343!important;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 25px;
    color: #fff;
    font-weight: 700!important;
    border-right: solid 1px;
    padding: 0 5px;
    vertical-align: middle;
    border-color:#333;
    text-align: center !important;
}
.Box_BetSports .permalink-old{
    display: none !important;
}
.Box_BetSports .nd2cot{
    display: flex;
    flex-direction: row;
}
.Box_BetSports .left{
    width: 50%;
    vertical-align: top;
    display: inline-block;
    text-align: left;
    font-size: 12px;
    color: #d9232f;
}
.Box_BetSports .left.right{
    text-align: right;
    color: #222;
}
.Box_BetSports p{
    margin-bottom:0px;
}
.Box_BetSports .icon.vs{
    width: 16px;
    height: 35px;
    background-position: -100px -200px;
    position: absolute;
    left: 8px;
    top: 7px;
    border: none;
    margin: 0 0 3px;
    display: inline-block;
    background-image: url(../images/bdw_icon.png);
    background-repeat: no-repeat;
    background-size: 500px auto;
}
.Box_BetSports table .capdau i {
    display: block;
    width: 100%;
    height: 3px;
    border-bottom: solid 1px #222;
    border-top: solid 1px #222;
    margin: 0 0 3px;
}
.Box_BetSports table .capdau a{
    color:#333;
}
.Box_BetSports table a .doi1{
    color:#FF0000;
}
.Box_BetSports table .capdau{
    display: inline-block;
}
.Box_BetSports .table td.doibong{
    font-size:0px;
}
.Box_BetSports .tran1:nth-child(odd),
.Box_BetSports table tr:nth-child(odd) {
    background-color: #f5f5f5;
}
.Content_BetSports .SelectBetSports{
    border-bottom: solid 3px #e8e8e8;
    border-top: solid 1px #e8e8e8;
    margin: 0 0 10px;
    background-color: #f8f8f8;
    position: relative;
    z-index: 2;
    padding:0px;
    display: flex;
    flex-direction: row;
    overflow: auto;
}
.Content_BetSports .SelectBetSports li{
    display: inline-block;
}
.Content_BetSports .SelectBetSports li a{
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    height: 30px;
    line-height: 30px;
    padding: 0 13px;
    transform: skew(16deg);
    position: relative;
    transition: all .2s;
    white-space: nowrap;
}
.Content_BetSports .SelectBetSports li:first-child a {
    padding: 0 13px 0 8px;
}
.Content_BetSports .SelectBetSports li a.active {
    background-color: #d9232f;
    color: #fff;
}
.Content_BetSports .SelectBetSports li span{
    transform: skew(-16deg);
    display: inline-block;
}
.Content_BetSports .SelectBetSports li:first-child a:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: -5px;
    height: 100%;
    width: 15px;
    transform: skew(-16deg);
}
.Content_BetSports .SelectBetSports li:first-child a.active:before {
    background-color: #d9232f;
}
.Content_BetSports select#country_new{
    display: none;
}
.Result_BetSports *{
    color:#333;
}
.BetSports-NoData{
    border: 1px dashed #b80000;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 14px;
}