@media only screen and (max-width: 768px) {
.content table.taixiu .capdau {
    padding: 5px!important;
}
.content table td {
    padding: 2px!important;
}
th, td {
    font-size: .6em!important;
}
.content table.taixiu .left {
    font-size: 8px!important;
}
.content table.bxh td.doibong, .content table.taixiu td.doibong {
    width: 100px!important;
}
}
.content {
    background-color: #fff;
    margin: 0 0 10px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    padding: 0 0 10px;
}
.content .heading {
    min-height: 67px;
    background-image: url(../images/heading_bg.png);
    background-repeat: no-repeat;
    position: relative;
}
.content .heading h2 {
    font-size: 20px;
    padding: 25px 0 0 15px;
    display: inline-block;
}
.content .heading img {
    position: absolute;
    top: 0;
    right: 15px;
}
.content table {
    width: 100%;
    position: relative;
    z-index: 1;
}
.content table tr:nth-child(odd) {
    background-color: #f5f5f5;
}
.content table tr.highlight {
    background-color: #fffabc;
}
.content table th {
    background-color: #434343 !important;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 25px;
    color: #fff;
    font-weight: 400 !important;
    border-right: solid 1px #333;
    padding: 0 5px;
    vertical-align: middle;
}
.content table th:last-child {
    border: none;
}
.content table td {
    border-bottom: solid 1px #ebebeb;
    border-right: solid 1px #ebebeb;
    padding: 5px;
    vertical-align: middle;
    position: relative;
    height: 19px;
    text-align: center;
}
.content table a.tendoi {
    color: #222;
    line-height: 16px;
}
.content table td:last-child {
    border-right: none;
}
.content table .doibong {
    width: 160px;
}
.content table .chu {
    text-align: right;
}
.content table .tiso {
    font-weight: 700;
    background-color: #f5f5f5;
    width: 45px;
    padding: 0;
}
.content table .tiso a {
    color: #222;
}
.content table tr:nth-child(odd) .tiso {
    background-color: #e1e1e1;
}
.content table tr.highlight .tiso {
    background-color: #ffd3ab;
}
.content table .khach {
    text-align: left;
}
.content table td .tengiai {
    margin: 0 -5px;
    padding: 0 3px;
    position: relative;
    top: 2px;
}
.content table td .tengiai a {
    color: #fff;
}
.content table td .liveIcon {
    height: 6px;
    width: 6px;
    border-radius: 3px;
    background-color: #d9232f;
    display: inline-block;
    position: relative;
    top: -2px;
    left: -2px;
    animation: liveIcon 1s linear infinite;
}
@keyframes liveIcon {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.content table td .redcard {
    background-color: #d9232f;
    display: inline-block;
    font-size: 8px;
    font-weight: 700;
    color: #fff;
    padding: 1px 1px 0;
    margin: 0 0.5px;
    position: relative;
    top: -5px;
}
.content table td .redcard.yellow {
    background-color: #e59c0f;
}
.content table td .hang {
    color: #0862bd;
    font-size: 9px;
    display: inline-block;
    padding: 0 2px;
    position: relative;
    top: -5px;
}
.content table td .hang:hover {
    text-decoration: underline;
}
.content table td .icon {
    height: 16px;
    margin: 0 2px;
}
.content table td .phongdo {
    width: 12px;
    background-position: 0 -45px;
}
.content table td .live {
    width: 16px;
    background-position: -48px -45px;
}
.content table td .live.active {
    background-position: -98px -45px;
}
.content table td .fav {
    width: 14px;
    background-position: -149px -45px;
}
.content table td .fav.active {
    background-position: -199px -45px;
}
.content table td.daketthuc {
    font-size: 13px;
    color: #d9232f;
    text-transform: uppercase;
    font-weight: 700;
    margin: -8px 0 -5px;
    //background-image: url(../images/bg_tableHeading.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 45px;
    background-color: #fff;
}
.content table td.daketthuc a {
    color: #d9232f;
}
.content table td.hiepphu {
    padding: 0;
    height: auto;
}
.content table td.hiepphu p {
    padding: 0 0 5px;
}
.content table td.hiepphu span {
    display: inline-block;
    padding: 2px 5px;
    font-size: 10px;
    border: solid 1px #e8e8e8;
}
.thongtinkqbd {
    background-color: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    padding: 25px 15px 35px;
}
.thongtinkqbd h2 {
    font-size: 18px;
    margin: 0 0 10px;
}
.thongtinkqbd .noidung {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}
.thongtinkqbd .noidung a {
    color: #0862bd;
}
.thongtinkqbd .noidung a:hover {
    text-decoration: underline;
}
.content table td.tengiai,
.content table td.tennho {
    color: #222;
    background-color: #ddd;
    border: none;
    height: 20px;
}
.content table td.tengiai h2 a {
    color: #222;
}
.content table td.tengiai h2 span {
    display: inline-block;
}
.content table td.tengiai h2 img {
    width: auto;
    max-height: 15px;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.content .heading .filter {
    display: inline-block;
    padding: 0 0 0 5px;
    position: relative;
    top: 6px;
}
.content .heading .filter .filter1 {
    margin: 0 3px 0 0;
    width: 95px;
    height: 25px;
}
.content .heading .filter .filter1 select {
    text-indent: 0;
    font-size: 12px;
}
.content .heading .filter .filter1 .arrow {
    right: 8px;
}
.content .submenuLv2 {
    border-bottom: solid 3px #e8e8e8;
    border-top: solid 1px #e8e8e8;
    height: 26px;
    margin: 0 0 10px;
    background-color: #f8f8f8;
    position: relative;
    z-index: 2;
}
.content .submenuLv2 ul {
    font-size: 0;
    position: relative;
    top: -1px;
    left: 5px;
}
.content .submenuLv2 ul li {
    display: inline-block;
}
.content .submenuLv2 ul 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 0.2s;
}
.content .submenuLv2 ul li:first-child a {
    padding: 0 13px 0 8px;
}
.content .submenuLv2 ul li:first-child a:before {
    content: " ";
    position: absolute;
    top: 0;
    left: -5px;
    height: 100%;
    width: 15px;
    transform: skew(-16deg);
}
.content .submenuLv2 ul li a:hover {
    color: #d9232f;
}
.content .submenuLv2 ul li a.active {
    background-color: #d9232f;
    color: #fff;
}
.content .submenuLv2 ul li:first-child a.active:before {
    background-color: #d9232f;
}
.content .submenuLv2 ul li a span {
    transform: skew(-16deg);
    display: inline-block;
}
.content .quocgiakhac {
    padding: 25px 15px;
}
.content .quocgiakhac h5 {
    font-size: 18px;
    margin: 0 0 10px;
}
.content .quocgiakhac ul {
}
.content .quocgiakhac ul li {
}
.content .quocgiakhac ul li a {
    display: block;
    font-size: 12px;
    color: #0862bd;
    padding: 5px 0 5px 12px;
    transition: all 0.2s;
}
.content .quocgiakhac ul li a:hover {
    color: #2a88e6;
    text-indent: 3px;
    background-color: #f5f5f5;
}
.content .quocgiakhac ul li a .icon {
    width: 8px;
    height: 8px;
    background-position: -400px -100px;
    margin: 0 5px 0 0;
}
.content .tableHeading {
    text-align: center;
    height: 30px;
    padding: 3px 0 0;
}
.content .tableHeading h2 {
    display: inline-block;
    font-size: 16px;
}
.content .tableHeading h2 a {
    color: #222;
}
.content .tableHeading h2 a:hover {
    text-decoration: underline;
}
.content .tableHeading span {
    display: inline-block;
    margin: 0 8px 0 0;
    vertical-align: middle;
}
.content .tableHeading span img {
    width: auto;
    height: 20px;
}
.content table.bxh {
    margin: 0 0 10px;
}
.content table.bxh th {
    width: 45px;
}
.content table.bxh th.last5 {
    width: 150px;
}
.content table.bxh th:nth-child(1) {
    width: 35px;
}
.content table.bxh td {
    min-width: 20px;
    position: relative;
    z-index: 1;
}
.content table.bxh td.doibong,
.content table.taixiu td.doibong {
    width: 220px;
}
.content table.bxh td.doibong a {
    color: #222;
}
.content table.bxh td.hightlight {
    font-weight: 700;
    color: #d9232f;
    font-size: 13px;
}
.content table.bxh tr.vang {
    background-color: #ffe3da;
    font-weight: 700;
}
.content table.bxh tr.bac {
    background-color: #fff2da;
    font-weight: 700;
}
.content table.bxh tr.dong {
    background-color: #fffcda;
    font-weight: 700;
}
.content .bxhtrongngay {
    padding: 25px 15px;
}
.content .bxhtrongngay h2 {
    font-size: 18px;
    margin: 0 0 10px;
}
.content .bxhtrongngay ul {
    width: 45%;
    float: left;
    padding: 0 0 0 5px;
}
.content .bxhtrongngay ul.right {
    float: right;
    padding: 0 5px 0 0;
}
.content .bxhtrongngay ul li {
    display: block;
    font-size: 0;
}
.content .bxhtrongngay ul a {
    display: block;
    color: #0862bd;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    border-bottom: solid 1px #ebebeb;
    font-size: 12px;
    position: relative;
    padding: 0 0 0 60px;
    transition: all 0.2s;
}
.content .bxhtrongngay ul li:last-child a {
    border: none;
}
.content .bxhtrongngay ul a:hover {
    background-color: #f5f5f5;
    text-indent: 5px;
}
.content .bxhtrongngay ul span {
    display: block;
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 5px;
}
.content .bxhtrongngay ul img {
    width: auto;
    height: auto;
    max-height: 15px;
    max-width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.content .bxhBox table td:nth-child(1) {
    width: 35px;
}
.content .bxhBox#bxhFF table img {
    max-height: 20px;
    width: auto;
    margin-right: 5px;
    vertical-align: middle;
}
.content .bxhBox#bxhFF table .doibong {
    width: 350px;
}
.content table.bxh .last5List {
}
.content table.bxh .last5List span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    border: solid 1px #434343;
    background-color: #fff;
    margin: 0 2.5px;
    position: relative;
    top: 1px;
}
.content table.bxh .last5List span.thang {
    border-color: #719a19;
    background-color: #719a19;
}
.content table.bxh .last5List span.thua {
    border-color: #d9232f;
    background-color: #d9232f;
}
.content table.bxh .tableSubmenu td {
    padding: 15px 0 10px;
}
.content table.bxh .tableSubmenu ul {
    font-size: 0;
    height: 23px;
    border: solid 1px #434343;
    display: inline-block;
}
.content table.bxh .tableSubmenu li {
    display: inline-block;
}
.content table.bxh .tableSubmenu a {
    display: block;
    text-transform: uppercase;
    height: 25px;
    line-height: 26px;
    position: relative;
    top: -1px;
    padding: 0 12px;
    transition: all 0.2s;
    font-size: 12px;
    color: #222;
}
.content table.bxh .tableSubmenu li:first-child a {
    left: -1px;
}
.content table.bxh .tableSubmenu li:last-child a {
    left: 1px;
}
.content table.bxh .tableSubmenu a:hover {
    color: #0862bd;
}
.content table.bxh .tableSubmenu a.active {
    background-color: #0862bd;
    color: #fff;
}
.content table.bxh .hang {
    transform: scale(1);
    top: auto;
    left: auto;
    bottom: 5px;
    right: 2px;
    width: 8px;
    height: 9px;
    background-position: 0 -200px;
    margin: 0;
    padding: 0;
    position: absolute;
}
.content table.bxh .hang.xuong,
.content .chuthich li .hang.xuong {
    background-position: -50px -200px;
}
.content table.bxh .omau {
    position: absolute;
    bottom: 5px;
    right: 2px;
    width: 8px;
    height: 8px;
    display: block;
    background-color: #98c2ec;
}
.content table.bxh .omau.VLCL,
.content .chuthich li .omau.VLCL {
    background-color: #e5bf75;
}
.content table.bxh .omau.CL,
.content .chuthich li .omau.CL {
    background-color: #ed783e;
}
.content .chuthich {
    font-size: 0;
    text-align: center;
    padding: 20px 0 0;
    max-width: 450px;
    margin: 0 auto;
}
.content .chuthich li {
    display: inline-block;
    font-size: 11px;
    color: #999;
    margin: 0 10px 15px;
}
.content .chuthich li b {
    color: #222;
    display: inline-block;
    margin: 0 5px 0 0;
}
.content .chuthich li .hang {
    width: 8px;
    height: 9px;
    background-position: 0 -200px;
    margin: 0 5px 0 0;
    position: relative;
    top: 1px;
}
.content .chuthich li .omau {
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #98c2ec;
    margin: 0 5px 0 0;
}
.content table .tieudedong2 th {
    border-top: solid 1px #333;
}
.content .bxhkhac {
    padding: 20px 0 0;
}
.subMenuLv3 {
    font-size: 0;
    padding: 0 15px;
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 3px #e8e8e8;
    margin: 0 0 10px;
    height: 22px;
}
.subMenuLv3 li {
    display: inline-block;
}
.subMenuLv3 li a {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    color: #222;
    font-weight: 700;
    height: 22px;
    line-height: 27px;
    margin: 0 20px 0 0;
    transition: all 0.2s;
    border-bottom: solid 3px #e8e8e8;
}
.subMenuLv3 li a:hover {
    color: #d9232f;
}
.subMenuLv3 li a.active {
    color: #d9232f;
    border-bottom: solid 3px #d9232f;
}
.content .bxhkhac table {
    display: none;
}
.content .bxhkhac table#bxhchaua {
    display: table;
}
.content table td.tengiai .bxhBtn {
    position: absolute;
    bottom: 8px;
    right: 15px;
    color: #0862bd;
    font-weight: 400;
    font-size: 12px;
}
.content table.taixiu .capdau {
    position: relative;
    padding: 10px 0 5px 30px;
    display: inline-block;
    line-height: normal;
}
.content table.taixiu .capdau .vs {
    width: 16px;
    height: 35px;
    background-position: -100px -200px;
    position: absolute;
    left: 8px;
    top: 7px;
    border: none;
}
.content table.taixiu .capdau a {
    color: #222;
}
.content table.taixiu .capdau b {
    text-transform: uppercase;
}
.content table.taixiu .capdau b.doi1 {
    color: #d9232f;
}
.content table.taixiu .capdau i {
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: solid 1px #222;
    border-top: solid 1px #222;
    margin: 0 0 3px;
}
.content table.taixiu .phongdoBtn {
    display: block;
    color: #0862bd;
    padding: 0 0 5px 30px;
}
.content table.taixiu .phongdoBtn:hover,
.content table td.tengiai .bxhBtn:hover {
    text-decoration: underline;
}
.content table.taixiu .nd2cot {
    font-size: 0;
}
.content table.taixiu .left {
    width: 50%;
    vertical-align: top;
    display: inline-block;
    text-align: left;
    font-size: 12px;
    color: #d9232f;
}
.content table.taixiu .left.right {
    text-align: right;
    color: #222;
}
.content table.taixiu p {
    line-height: 20px;
}
.content table.taixiu td {
}
.content table th.highlight {
    background-color: #d9232f !important;
}
.content table.taixiu .keogiai .left {
    color: #222;
}
.content table.taixiu .nd1cot {
    border-bottom: solid 1px #ebebeb;
    margin: 0 0 3px;
}
.content table.taixiu .highlight p {
    color: #d9232f;
}