@media only screen and (max-width: 768px) {
.content table th:nth-last-child(1), .content table th:nth-last-child(2), .content table td:nth-last-child(1), .content table td:nth-last-child(2) {
    display: none;
    visibility: hidden;
}
th, td {
    font-size: .55em!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;
}