.hide {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 14px;
    vertical-align: inherit;
    line-height: 18px;
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
}

a,
p {
    font-size: 14px;
    line-height: 18px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

body {
    line-height: 1;
    padding: 0;
    margin: 0;
    background: #eaeaea;
}

ol,
ul {
    list-style: none;
	padding: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

a:focus,
a:active,
a:hover,
a {
    text-decoration: none;
    outline: none;
}

.end {
    background: none !important;
}

a {
    color: #333;
    text-decoration: none;
}

input {
    padding: 0;
    margin: 0;
}

.clear {
    clear: both;
}

.description {
    line-height: 18px;
    text-align: justify;
    padding: 0px 10px;
}

h3,
h2 {
    line-height: 18px;
    font-size: 16px;
    display: inline;
}

h3 {
    color: #272727;
}
.mt-20 {
    margin-top: 20px;
}
.cursor {
    cursor: pointer;
}

.main-container {
    width: 1024px;
    margin: 5px auto;
    background: #fff;
    display: flow-root;
    border-bottom: 1px solid #ccc;
    min-height: 1000px;
}

.container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.content-page {
    width: 1024px;
    margin: 0 auto;
}

.sprite {
    background: url("../images/sprite.png");
}

header .top-header {
    display: block;
    background-color: #fff;
    height: 25px;
    line-height: 25px;
    border-bottom: 1px solid #ebebeb;
}

header .top-header ul.list-page-top a {
    color: #838383;
    font-size: 12px;
    padding: 0 12px;
    line-height: 13px;
}

.list-page-top {
    position: absolute;
    z-index: 2;
}

header .top-header ul.list-page-top li {
    border-left: 1px solid #d7d7d7;
}

header .top-header ul.list-page-top li.first-page {
    border-left: none;
}

header .top-header ul.list-page-top li.first-page a {
    padding-left: 0px;
}

header .top-header ul.list-page-top .active {
    color: #bacbd9;
}

header .top-header ul.list-page-top li {
    display: inline-block;
    height: 11px;
    line-height: 14px;
    margin-top: 5px;
    vertical-align: super;
}

.logo {
    float: left;
    padding-top: 30px;
}

.button-go-by-logo {
    display: inline-block;
    left: 652px;
    position: relative;
    top: -30px;
}

header .top-header .content-page {
    position: relative;
}

header .top-header .content-page .flag-euro {
    left: -302px;
    position: absolute;
    top: 0px;
}

header {
    background: #1eb848;
}

header .top-logo-header {
    display: block;
    height: 112px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.top-logo-header .content-page {
    height: 112px;
    display: block;
    position: relative;
}

.menu-top-category {
    display: block;
    height: 45px;
    line-height: 45px;
    background-color: #00603a;
}

.menu-top-category ul.list-menu-top li {
    display: inline-block;
    padding: 0 8px;
    line-height: 45px;
    position: relative;
    background: url(../images/li-menu-border.png) right no-repeat;
}

.menu-top-category ul.list-menu-top li:last-child {
    background: none;
}

.bg-top-header-right {
    padding-top: 30px;
    float: right;
}

.menu-top-category ul.list-menu-top li.first-category {
    padding-left: 0px;
}

.menu-top-category ul.list-menu-top li a {
    color: #ffffff;
    /*color: #1d1d1d;*/
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.breadcumbs>div {
    display: inline;
}

.menu-top-category ul.list-menu-top li a:hover {
    color: #1eb848;
    /*color: #010f3e;*/
}

.menu-top-category ul.list-menu-top li:hover>ul.sub-menu {
    display: block;
}

.menu-top-category ul.list-menu-top li ul.sub-menu {
    display: none;
    width: auto;
    background-color: #ebebeb;
    /*background-color: #ccecf9;*/
    border-bottom: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
    left: -1px;
    border-right: 1px solid #c2c2c2;
    position: absolute;
    z-index: 999999;
}

.menu-top-category ul.list-menu-top li.first-category ul.sub-menu {
    left: -17px;
}

.menu-top-category ul.list-menu-top li ul.sub-menu:hover {
    display: block;
}

.menu-top-category ul.list-menu-top li ul.sub-menu li {
    display: block;
    height: 33px;
    line-height: 33px;
    background: none;
}

.menu-top-category ul.list-menu-top li ul.sub-menu li:hover {
    background-color: #159f3a;
}

.menu-top-category ul.list-menu-top li ul.sub-menu li:hover>a {
    color: #ffffff;
}

.menu-top-category ul.list-menu-top li ul.sub-menu li a {
    color: #2e2e2e;
    display: block;
    width: 226px;
    font-size: 14px;
    text-transform: inherit;
    line-height: 33px;
    font-weight: inherit;
}

.backlink-wrap {
    display: table;
    margin: 15px 0px;
    position: relative;
    background: #fff;
    padding: 5px 0 0 15px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #cccccc;
    width: 100%;
}

.backlink-header {
    padding: 5px 0px;
    border-bottom: 1px solid #ccc;
}

.backlink-header strong {
    font-size: 20px;
    float: left;
    margin: 7px 5px 0px 0px;
    color: #666;
    font-weight: 400;
}

.backlink-header a {
    color: #e10250;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.backlink-header h2 {
    font-size: 20px;
    float: left;
    margin: 7px 5px 0px 0px;
    color: #666;
    font-weight: 400;
}

.backlink-item {
    float: left;
    margin-right: 0;
    border-right: 1px solid #e1e1e1;
    width: 201px;
    background: #fff;
    padding: 10px;
    height: 250px;
}

.backlink-item:first-child {
    padding-left: 0;
}

.backlink-item:last-child {
    border-right: none;
}

.img-full-width {
    width: 100%;
}

.author {
    color: #999;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
}

.backlink-item .headline {
    font-weight: bold;
    line-height: 20px;
    color: #616161;
    margin: 5px 0;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.backlink-wrap:after {
    background: #f51c40;
    bottom: 25%;
    content: "";
    height: 2px;
    left: 14px;
    position: absolute;
    top: 0;
    width: 335px;
}

.info {
    background: #2d2d2d;
    padding: 40px 10px;
}

.info .flogo {
    padding-top: 24px;
    padding-right: 25px;
    float: left;
    height: 120px;
}

.info a,
.info p {
    color: #999;
    margin: 5px 0;
}

.phone-menu {
    color: #999;
}

.info .fcopyright {
    padding: 0px 10px 15px;
    float: left;
    width: 720px;
}

.info .fterms {
    padding-left: 25px;
    float: left;
}

.content-logo-emobi {
    border-top: 1px solid #404040;
    padding-top: 12px;
}

.list-link-footer {
    background-color: #ffffff;
    padding: 12px 0;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px;
    overflow: hidden;
}

.list-link-footer ul {
    display: block;
    width: 25%;
    float: left;
    padding-left: 30px;
}

.list-link-footer ul li .high-light {
    font-weight: bold;
    font-size: 16px;
}

.list-link-footer ul li a {
    color: #2e2e2e;
    line-height: 20px;
    font-size: 12px;
}

.geniee-ads {
    margin: 50px 0;
}

.top-link {
    height: 39px;
    line-height: 39px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 5px;
}

.top-link a {
    color: #0b7c29;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    padding: 0 11px;
}

.top-link a span.livescore,
.top-link a span.standing,
.top-link a span.keo-bong-da,
.top-link a span.result,
.top-link a span.data,
.top-link a span.sopcast,
.top-link a span.live-soccer,
.top-link a span.live-tv,
.top-link a span.calendar {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-position: -17px 0;
    margin-bottom: -3px;
    margin-right: 2px;
}

.top-link a span.standing {
    background-position: -4px -244px;
}

.top-link a span.livescore {
    background-position: -10px -264px;
}

.top-link a span.sopcast {
    background-position: -37px 0;
    width: 21px;
    height: 21px;
}

.top-link a span.result {
    background-position: -98px -42px;
    height: 21px;
    width: 25px;
}

.top-link a span.keo-bong-da {
    background-position: -65px -70px;
    height: 21px;
    width: 25px;
}

.top-link a span.live-soccer {
    background-position: -65px -95px;
    height: 21px;
    width: 25px;
}

.top-link a span.live-tv {
    background-position: -82px 0;
    width: 22px;
    height: 22px;
}

.top-link a span.data {
    background-position: 0px -21px;
    width: 23px;
    height: 17px;
}
.top-link a span.nhan-dinh{
    background-position: -63px -46px;
    height: 21px;
    width: 25px;
}
.home-top {
    overflow: hidden;
}

.home-top .block-new-news {
    display: block;
    width: 249px;
    border-right: 1px solid #d7d7d7;
    background-color: #ebebeb;
    height: 859px;
    float: left;
}

.home-top .block-new-news p {
    padding-left: 15px;
    color: #2e2e2e;
}

.home-top .block-new-news .link-news {
    padding-left: 15px;
    padding-right: 10px;
}

.home-top .block-new-news .title-block {
    height: 34px;
    line-height: 34px;
    font-weight: bold;
    font-size: 14px;
    position: relative;
}

.block-live-top .title-live-top {
    display: block;
    height: 39px;
    padding-top: 8px;
    padding-left: 23px;
    background: url('../images/border-title-live-top.png');
    position: relative;
}

.block-live-top .title-live-top .text-right-live-top {
    display: block;
    height: 39px;
    width: 88px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.block-live-top .title-live-top .text-right-live-top .button-go-youtube,
.block-live-top .title-live-top .text-right-live-top .button-go-facebook {
    display: inline-block;
    height: 24px;
    width: 24px;
    margin-bottom: 8px;
    background-position: -33px -211px;
}

.block-live-top .title-live-top .text-right-live-top .border-center {
    display: inline-block;
    width: 2px;
    height: 39px;
    margin: 0 9px;
    background: url('../images/border--left-live-top.png');
}

.block-live-top .list-link-top-live .item-news-live {
    display: block;
    position: relative;
    height: 69px;
    padding-left: 40px;
}

.block-live-top .list-link-top-live .item-news-live .arrow-live-top {
    display: block;
    width: 7px;
    position: absolute;
    height: 8px;
    left: 22px;
    top: 18px;
    background-position: -116px -243px;
}

.block-live-top .list-link-top-live .item-news-live a {
    display: inline-block;
    font-weight: bold;
    height: 36px;
    margin-top: 12px;
    overflow: hidden;
}

.block-live-top .list-link-top-live .item-news-live.even {
    background-color: #ebebeb;
}

.block-live-top .list-link-top-live {
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 22px;
    position: relative;
}

.button-go-live-page {
    display: block;
    width: 102px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-radius: 2px;
    color: #8e8d8d;
    border: 1px solid #ebebeb;
}

.block-live-top .title-live-top .text-right-live-top .button-go-youtube {
    background-position: -5px -211px;
}

.block-live-top {
    margin-bottom: 10px;
}

.block-ads-live-top {
    margin-top: 10px;
}

.block-live-top .title-live-top .text-live-title {
    width: 107px;
    height: 31px;
    line-height: 31px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background: url('../images/button-live-top.png');
    display: block;
}

.home-top .block-new-news .title-block:after {
    background: #00a651;
    bottom: 25%;
    content: "";
    height: 3px;
    left: 14px;
    position: absolute;
    top: 0;
    width: 73px;
}

.home-top .block-new-news .line {
    display: block;
    width: 100%;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #ffffff;
}

.home-top .block-new-news .link-news {
    display: block;
    line-height: 18px;
    margin-bottom: 6px;
    max-height: 63px;
    overflow: hidden;
    padding-top: 10px;
}

.home-top .block-new-news .link-news:hover {
    color: #000000;
    font-weight: bold;
}

.home-top .block-news-hot {
    display: block;
    width: 400px;
    height: 859px;
    float: left;
    margin: 0 15px;
}

.home-top .block-news-hot img {
    width: 100%;
    height: 260px;
    vertical-align: bottom;
}

.home-top .block-news-hot .detail-news-hot {
    display: block;
    height: 227px;
    overflow: hidden;
}

.list-center-news-top {
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 18px 18px 7px;
}

.list-center-news-top .list-news-top .item-news-top {
    display: block;
    padding-top: 15px;
    margin-bottom: 11px;
    border-top: 1px solid #e1e1e1;
    height: 104px;
}

.list-center-news-top .list-news-top .item-news-top .title-news {
    display: block;
    font-weight: bold;
    color: #656565;
    height: 87px;
    padding-left: 11px;
    overflow: hidden;
}

.list-center-news-top .list-news-top .item-news-top img {
    height: 87px;
    float: left;
    width: 134px;
}

.home-top .block-new-news .first-news-top img {
    width: 100%;
    height: 164px;
}

.home-top .block-new-news .first-news-top .title-news {
    font-weight: bold;
    display: block;
    padding: 10px 10px 10px 15px;
    color: #1d943d;
}

.youtube-channel {
    float: left;
}

.text-info {
    font-size: 12px;
    color: #a0a0a0;
}

.article-text-info {
    font-size: 12px;
    color: #a0a0a0;
}

span.people {
    background-position: -26px -23px;
    display: inline-block;
    height: 15px;
    margin-bottom: -2px;
    width: 18px;
}

span.football {
    background-position: -47px -23px;
    display: inline-block;
    height: 14px;
    margin-bottom: -2px;
    margin-left: 10px;
    margin-right: 3px;
    width: 16px;
}

.home-top .block-news-hot .detail-news-hot .title-news-host {
    display: block;
    margin-top: 10px;
}

.home-top .block-news-hot .detail-news-hot .title-news-host a {
    color: #1d943d;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
}

.home-top .block-news-hot .detail-news-hot .description-news {
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 73px;
    margin-top: 20px;
    overflow: hidden;
}

.home-top .block-ads-tag {
    display: block;
    width: 303px;
    float: left;
}

.home-top .block-ads-tag img {
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
}

.home-top .block-ads-tag .block-tag {
    display: block;
    width: 100%;
    height: 272px;
    background-color: #ebebeb;
    overflow: hidden;
}

.home-top .block-ads-tag .block-tag .title-tag {
    display: block;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #cccccc;
    color: #424242;
    font-weight: bold;
    font-size: 14px;
    padding-left: 24px;
    background-color: #e1e1e1;
    margin-bottom: 16px;
    position: relative;
}

.home-top .block-ads-tag .block-tag .title-tag:after {
    background: #00a651;
    bottom: 25%;
    content: "";
    height: 3px;
    left: 24px;
    position: absolute;
    top: 0;
    width: 142px;
}

.home-top .block-ads-tag .block-tag .list-tag {
    height: 204px;
    overflow: hidden;
    padding: 0 16px;
}

.home-top .block-ads-tag .block-tag .list-tag .tag-hot {
    display: inline-block;
    padding: 6px 10px;
    background-color: #0b7c29;
    margin-bottom: 13px;
    margin-right: 7px;
}

.home-top .block-ads-tag .block-tag .list-tag a {
    color: #ffffff;
}

.home-top .block-ads-tag .block-tag .list-tag .tag-hot:hover {
    background-color: #159f3a;
}

.block-video-hot {
    margin-top: 10px;
    margin-bottom: 0px;
}

.block-video-hot .title-all {
    display: block;
    width: 100%;
    border-top: 3px solid #d7d7d7;
    height: 40px;
    line-height: 40px;
    position: relative;
}

.block-video-hot .title-all:after {
    background: #ff0000;
    bottom: 25%;
    content: "";
    height: 3px;
    left: 18px;
    position: absolute;
    top: -3px;
    width: 128px;
}

.block-video-hot .title-all .title-video-hot {
    margin-left: 18px;
    font-size: 14px;
    font-weight: bold;
    color: #0b7c29;
}

.block-video-hot .title-all .list-title {
    display: block;
    float: right;
    margin-top: 10px;
    min-width: 70%;
}

.block-video-hot .title-all .list-title a {
    margin-left: 30px;
    color: #919191;
}

.block-video-hot .title-all .list-title a:hover {
    color: #00603a;
}

.block-video-hot .list-video-hot .video-hot {
    display: block;
    float: left;
    height: 205px;
    margin-left: 11px;
    overflow: hidden;
    width: 191px;
    position: relative;
}

.block-video-hot .list-video-hot .video-hot h4 a {
    color: #5e5e5e;
}

.block-video-hot .list-video-hot .video-hot a:hover {
    color: #0b7c29;
}

.block-video-hot .list-video-hot .video-hot span.icon-play {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    background-position: -3px -69px;
    top: 39px;
    left: 71px;
}

.block-video-hot .list-video-hot .video-hot.first-item {
    margin-left: 0px;
}

.block-video-hot .list-video-hot .video-hot img {
    width: 100%;
    height: 121px;
}

.block-video-hot .list-video-hot .video-hot span.football {
    margin-left: 0px;
}

.block-video-hot .list-video-hot .video-hot .category-video {
    margin-top: 6px;
    color: #a0a0a0;
    font-size: 12px;
}

.home-event-home-block {
    margin: 5px auto;
    width: 1024px;
    background: #fff;
    padding: 5px 12px;
}

.list-event-hot {
    display: block;
    height: 24px;
    line-height: 24px;
    /*background-color: #f00000;*/
    color: #ffffff;
    /*border-bottom: 2px solid #b70303;*/
    overflow: hidden;
}

.list-event-hot .title-fist {
    height: 24px;
    padding-left: 12px;
    line-height: 24px;
    float: left;
    width: 63px;
    background-color: #f00000;
    font-weight: bold;
}

.list-event-hot .title-fist span.star {
    background-position: 0 -40px;
    display: inline-block;
    height: 22px;
    margin-bottom: -5px;
    margin-right: 5px;
    width: 22px;
}

.list-event-hot .list-maxqueen-tag {
    overflow: hidden;
    position: relative;
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    padding-left: 10px;
    width: 936px;
}

.list-event-hot .list-maxqueen-tag div {
    display: block;
    width: 200%;
    height: 38px;
    position: absolute;
    overflow: hidden;
    -moz-animation: marquee 60s linear infinite;
    -o-animation: marquee 60s linear infinite;
    -webkit-animation: marquee 60s linear infinite;
    animation: marquee 60s linear infinite;
}

.list-event-hot .list-maxqueen-tag div:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.list-event-hot .list-maxqueen-tag p a {
    color: #8f8f8f;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 12px;
}

.list-event-hot .list-maxqueen-tag p a span.dot-link {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-position: -107px 0px;
    margin-bottom: 3px;
}

.list-event-hot .list-maxqueen-tag p {
    height: 24px;
    line-height: 24px;
    float: left;
}

@keyframes marquee {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}

.content-home-left {
    display: block;
    width: 685px;
    margin-right: 14px;
    float: left;
}

.content-home-left.home-left {
    width: 698px;
}

.block-league-news.news-related.news-orther .list-news {
    padding: 0 0 12px 0px;
}

.content-home-left .block-league-news {
    margin-bottom: 5px;
}

.content-home-left .block-league-news div.title-league-all {
    display: block;
    width: 100%;
    height: 40px;
    position: relative;
    line-height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    margin-bottom: 12px;
}

.content-home-left .block-league-news div.title-league-all h2:first-child {
    border-left: 5px solid #04903f;
    padding-left: 10px;
}

.content-home-left .block-league-news div.title-league-all span.fist-title {
    font-weight: bold;
    color: #363636;
    font-size: 14px;
}

.content-home-left .block-league-news div.title-league-all .first-border {
    border-left: 5px solid #04903f;
    padding-left: 10px;
}

.content-home-left .block-league-news div.title-league-all .list-link-league {
    float: right;
    height: 40px;
    line-height: 40px;
}

.content-home-left .block-league-news div.title-league-all .list-link-league a {
    color: #919191;
    font-size: 12px;
    margin-right: 12px;
}

.content-home-left .block-league-news div.title-league-all .list-link-league a:hover {
    color: #000000;
}

.content-home-left .block-league-news .first-news-hot-league {
    display: block;
    width: 358px;
    overflow: hidden;
    float: left;
    margin-right: 12px;
    margin-left: 12px;
}

.first-news-hot-league img {
    width: 370px;
}

.content-home-left .block-league-news .text-info {
    margin-top: 11px;
    margin-bottom: 12px;
}

.content-home-left .block-league-news .title-news-host {
    font-size: 18px;
    font-weight: bold;
    color: #5e5e5e;
    line-height: 26px;
}

.content-home-left .block-league-news .list-news .desc {
    margin: 10px 0;
    color: #5e5e5e;
    line-height: 24px;
    height: 95px;
    overflow: hidden;
}

.block-league-news .first-news-hot-league .detail-news-hot {
    margin: 7px 0;
}

.content-home-left .block-league-news .list-all-news-league-home {
    display: block;
    float: left;
    width: 301px;
}

.list-all-news-league-home a {
    font-size: 13px;
    color: #5e5e5e;
    display: block;
    line-height: 18px;
    margin-bottom: 8px;
    text-align: left;
    width: 100%;
}

.content-home-left .block-league-news .list-all-news-league-home .fist-news {
    border-top: none;
}

.content-home-left .block-league-news .list-all-news-league-home .fist-news {
    border-top: none;
    height: auto;
    font-weight: bold;
    color: #5e5e5e;
    font-size: 14px;
    line-height: 20px;
    padding-top: 0;
}

.content-home-left .block-league-news .list-all-news-league-home .fist-news img {
    width: 160px;
    height: 105px;
    float: left;
    margin-right: 10px;
}

.content-home-left .block-league-news .list-all-news-league-home .last-news {
    border-bottom: none;
}

.content-home-left .block-league-news .list-all-news-league-home a:hover {
    color: #0b7c29;
}

.content-home-left .block-league-news.cafe-football div.title-league-all:after {
    background-color: #ffae00;
}

.content-home-left .block-league-news.cafe-football div.title-league-all span.fist-title {
    color: #2e2e2e;
}

i.cafe-football,
.content-home-left .block-league-news.cafe-football div.title-league-all span.fist-title i {
    background-position: -63px -24px;
    display: inline-block;
    height: 21px;
    margin-right: 4px;
    width: 19px;
}

i.cafe-football {
    margin-bottom: -4px;
}

.content-home-right {
    display: block;
    float: left;
    width: 301px;
}

.content-home-right .block-live-sopcast,
.content-home-right .block-prediction {
    background-color: #ebebeb;
    margin-bottom: 10px;
    margin-top: 10px;
}

.block-lottery-today {
    border: 2px solid Red;
}

.block-lottery-yesterday {
    border: 2px solid #ff9019;
}

.content-home-right .block-live-sopcast .title-live-sopcast,
.content-home-right .block-prediction .title-prediction {
    display: block;
    height: 26px;
    line-height: 26px;
    background-color: #fff;
    border-bottom: 1px solid #cccccc;
    font-weight: bold;
    color: #424242;
    padding-left: 0px;
    position: relative;
}

.content-home-right .block-prediction .title-prediction:after {
    /*background: #0b7b29;*/
    bottom: 25%;
    content: "";
    height: 3px;
    left: 24px;
    position: absolute;
    top: 0;
    width: 147px;
}

.content-home-right .block-live-sopcast .item-link-live-sopcast,
.content-home-right .block-prediction a {
    display: block;
    line-height: 20px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.content-home-right .block-prediction .list-right-result a {
    display: block;
    padding-left: 10px;
    line-height: 14px;
    padding: 0;
}

.content-home-right .block-prediction .title-prediction a {
    padding-left: 0px;
    line-height: 18px;
    border-left: 5px solid #0b7b29;
    padding: 0 0 0 12px !important;
    color: #363636;
}

.content-home-right .block-prediction .active,
.content-home-right .block-live-sopcast .active {
    font-weight: bold;
    color: #d10000;
}

.content-home-right .block-prediction h3,
.content-home-right .block-live-sopcast h3 {
    font-weight: normal;
}

.content-home-right .block-live-sopcast a:hover,
.content-home-right .block-prediction a:hover {
    color: #1eb848;
}

.content-home-right .block-live-sopcast .line,
.content-home-right .block-prediction .line {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #e1e1e1;
}

.content-home-right .block-live-sopcast .title-live-sopcast span {
    display: inline-flex;
    height: 32px;
    font-weight: normal;
    cursor: pointer;
}

.content-home-right .block-live-sopcast .title-live-sopcast span.tab-sopcast {
    float: right;
    margin-right: 28px;
    line-height: 34px;
}

.content-home-right .block-live-sopcast .title-live-sopcast span.active {
    font-weight: bold;
    border-top: 3px solid #0b7b29;
    line-height: 28px;
}

.content-home-left .block-league-news.backstage .first-news-hot-league {
    margin-right: 0px;
    width: 358px;
}

.content-home-left .block-league-news.backstage .list-all-news-league-home {
    width: 322px;
}

.block-league-news.backstage .list-all-news-league-home a {
    border-top: medium none;
    border-bottom: medium none;
    display: block;
    float: left;
    height: 190px;
    margin-bottom: 12px;
    overflow: hidden;
    padding-left: 12px;
    padding-top: 0;
    width: 50%;
    line-height: 20px;
}

.block-league-news.backstage .list-all-news-league-home a img {
    width: 159px;
    height: 104px;
}

.content-home-right .block-prediction.read-more a {
    padding-bottom: 8px;
    padding-top: 8px;
    overflow: hidden;
}

.content-home-right .block-prediction.read-more a img {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 7px;
}

.list-tab-news .list-link a {
    display: inline-block;
    padding: 0 7px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #529f45;
    color: #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 4px;
}

.h2-content-club:hover,
.news-content .list-tab-news .list-link a:hover,
.news-content .list-tab-news .list-link .active {
    background-color: #2e2e2e;
}

div.breadcumbs {
    display: block;
    height: 32px;
    line-height: 32px;
    background-color: #f5f5f5;
    margin: 4px 0px;
    overflow: hidden;
}

div.breadcumbs a {
    margin: 0 8px;
}

div.breadcumbs .active {
    font-weight: bold;
}

div.breadcumbs span.arrow-breadcumbs {
    display: inline-block;
    width: 5px;
    height: 8px;
    background-position: -237px -23px;
    margin-bottom: 2px;
}

div.breadcumbs .title-news-league {
    margin-right: 11px;
    float: right;
    margin-top: 10px;
}

div.breadcumbs h1.title-news-league-h1 {
    float: right;
    height: 28px;
    line-height: 37px;
    overflow: hidden;
    text-align: right;
    width: 250px;
}

div.breadcumbs h1.title-news-league-h1 a {
    color: #0b7b29;
    margin: 0px;
}

div.breadcumbs .title-news-league span.news-category-icon {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-position: -26px -43px;
    margin-left: 7px;
    margin-bottom: -2px;
}

.list-tag-league-news {
    display: block;
    width: 100%;
    height: 58px;
    line-height: 58px;
    background-color: #ececec;
    border-bottom: 1px solid #d7d7d7;
}

.list-tag-league-news a {
    display: inline-block;
    margin-top: 14px;
    text-align: center;
    width: 10.4%;
}

.list-tag-league-news img {
    height: 31px;
}

.news-content .list-news-new .news-item {
    display: block;
    width: 100%;
    padding-bottom: 27px;
    margin-bottom: 22px;
    border-bottom: 1px solid #d7d7d7;
    overflow: hidden;
}

.news-content .list-news-new .news-item.last-item {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px;
}

.news-content .list-news-new .news-item .title-news {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 18px;
}

.news-item img {
    float: left;
    margin-right: 15px;
}

.news-content .list-news-new .news-item .detail-news-item .brief-news {
    margin-top: 11px;
    font-size: 12px;
}

.page-pagination a {
    display: inline-block;
    padding: 6px 8px;
    background-color: #d10000;
    margin-right: 12px;
    color: #FFF;
}

.list-all-content-news-category {
    display: block;
    padding-bottom: 22px;
    border-bottom: 1px solid #d7d7d7;
}

.news-content .list-all-content-news-category {
    border-bottom: none;
}

.page-pagination {
    margin-top: 12px;
    margin-bottom: 28px;
}

.news-content .list-promo-news {
    display: block;
    width: 159px;
    float: left;
    margin-left: 13px;
}

.news-content .list-promo-news .title-block {
    display: block;
    height: 34px;
    line-height: 34px;
    background-color: #ebebeb;
    font-weight: bold;
    padding-left: 8px;
    position: relative;
}

.news-content .list-promo-news .title-block:after {
    background: #ff0000;
    bottom: 25%;
    content: "";
    height: 3px;
    left: 8px;
    position: absolute;
    top: 0;
    width: 78px;
}

.list-hot-trend {
    margin-bottom: 25px;
}

.list-hot-trend a {
    display: block;
    height: 25px;
    line-height: 25px;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
}

.list-hot-trend a:hover {
    color: #0b7b29;
}

.list-hot-trend a.tab-active {
    font-weight: bold;
    color: #d10000;
}

.news-content .list-promo-news .list-read-more img {
    width: 159px;
    height: 104px;
    margin-bottom: 9px;
}

.news-content .list-promo-news .list-read-more a {
    display: block;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 9px;
    margin-bottom: 13px;
}

.news-content .list-promo-news .list-read-more a:hover {
    font-weight: bold;
}

.news-content .detail-content-news .title-news {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 10px;
}

.news-content .detail-content-news .content-brief {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
    clear: both;
}

.news-content .detail-content-news .content-article {
    margin-bottom: 15px;
}

.content-article p {
    padding: 8px 0;
    font-size: 17px;
    line-height: 24px;
    text-align: justify;
}

.content-article p * {
    font-size: 17px;
    line-height: 24px;
}

.content-article table {
    width: 100% !important;
    border: 1px solid #717171 !important;
}

.content-article td {
    border: 1px solid #717171 !important;
}

.news-content .detail-content-news .list-tag-article a {
    display: inline-block;
    padding: 3px 17px;
    background-color: #f5f5f5;
    margin-bottom: 3px;
    margin-right: 5px;
}

.content-article img {
    max-width: 100%;
    height: auto !important;
}

.news-content .detail-content-news .list-tag-article {
    margin: 20px 0;
}

.news-content .detail-content-news .list-tag-article a:hover {
    color: #0b7b29;
}

.content-home-left .block-league-news.news-related div.title-league-all::after {
    background-color: #0b7b29;
    width: 102px;
}

.content-home-left .block-league-news.news-related .list-news a {
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
}

.content-home-left .block-league-news.news-related .list-news a span {
    color: #a0a0a0;
    font-weight: normal;
}

.content-home-left .block-league-news.news-related.news-orther div.title-league-all::after {
    width: 67px;
}

.content-home-left .block-league-news.news-related.news-orther .list-news a {
    display: block;
    float: left;
    width: 46%;
    font-weight: normal;
}

.content-home-left .block-league-news.news-related.news-orther .list-news .first-item {
    margin-right: 36px;
}

.content-home-left .block-league-news.news-related .list-news a:hover {
    color: #0b7b29;
}

.content-prediction {
    margin-top: 11px;
}

.predict-by-day {
    border-bottom: 1.2px solid var(--c-8-cdcd, #C8CDCD);
    color: var(--497-f-19, #497F19);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    text-transform: uppercase;
    padding: 4px 8px;
    display: block;
}

.content-list-prediction .predict-by-day a {
    margin: 20px 10px;
    display: block;
    font-weight: bold;
    color: #04903f;
    text-transform: uppercase;
}

.content-list-prediction .predict-by-day a {
    padding-left: 0;
    margin-left: 0;
}

.content-list-prediction .nhan-dinh-title {
    width: 100%;
}
.content-list-prediction a {
    padding-left: 10px;
}
.content-list-prediction .nhan-dinh-title:hover{
    font-weight: bold !important;
}
.title-prediction-category {
    display: block;
    padding: 4px 8px;
    margin-top: 10px;
    background: var(--f-5-f-5-f-5, #F5F5F5);
    color: var(--black, #000);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
}

.one-predict-news {
    display: block;
    line-height: 25px;
    border-bottom: 0.5px solid var(--c-8-cdcd, #C8CDCD);
    font-size: 12px;
    color: #292929;
}

.content-prediction .content-list-prediction h4 span {
    display: inline-block;
    margin-right: 10px;
    color: #858585;
}

.content-prediction .content-list-prediction a:hover {
    color: #1eb848;
}

.content-prediction .content-list-prediction .block-list-prediction {
    margin-bottom: 20px;
}

.note-img {
    display: block;
    width: 100%;
    padding: 10px 17px;
    background-color: #f5f5f5;
}

.menu-top-category ul.list-menu-top li {
    position: relative;
}

.hot-category {
    background-color: #ff0000;
    border-radius: 1px;
    color: #ffffff;
    display: block;
    font-size: 8px;
    font-weight: bold;
    height: 9px;
    line-height: 9px;
    position: absolute;
    right: 13px;
    text-align: center;
    top: 8px;
    width: 25px;
}

.live-stream {
    margin-top: 20px;
}

.live-stream li {
    margin-bottom: 10px;
}

.stream-info {
    position: relative;
    padding: 0px 60px;
    text-align: center;
    background: #e3e3e3;
}

.stream-info .shortInfo {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.stream-info .competeTeams {
    width: 100%;
    color: #1EB848;
    font-weight: bold;
    font-size: 18px;
}

.content-detail-live h2,
.stream-info .competeTeams h2 {
    font-size: 20px;
    color: #1EB848;
    margin: 10px 0px;
    font-weight: bold;
}

.stream-info .shortInfo {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.stream-info .shortInfo h4 {
    margin: 20px 0;
}

.stream-info a:hover {
    color: #1EB848;
}

.livetv-thumbnail {
    position: relative;
    margin-top: 5px;
}

.livetv-thumbnail a {
    font-size: 18px;
}

.stream-odd span {
    font-size: 12px;
    color: #04903f;
}

.stream-info .bageTeamA {
    position: absolute;
    left: 0px;
    top: 0px;
}

.stream-info .bageTeamA img,
.stream-info .bageTeamB img {
    width: 60px;
    height: 60px;
}

.stream-info .bageTeamB {
    position: absolute;
    right: 0px;
    top: 0px;
}

.detail-live.news-content {
    margin-top: 0px;
}

ul.ext-backlinks {
    margin: 10px 10px;
    list-style-type: disc;
}

ul.ext-backlinks li {
    padding: 3px;
    margin-left: 15px;
}

ul.ext-backlinks li a {
    color: #1EB848;
    font-size: 12px;
}

.content-list-live h2 {
    font-size: 20px;
    color: #1EB848;
    margin: 5px 0px;
    font-family: 'Tahoma', sans-serif;
    font-weight: bold;
}

.content-list-live h1 {
    font-size: 22px;
    margin: 10px 0px;
    font-weight: bold;
    line-height: 24px;
}

.img-detail-news {
    margin: 10px 0 10px;
    max-width: 100%;
}

.content-article h2 {
    font-weight: bold;
    margin: 10px 0px;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 18px;
}

.header-border {
    border-bottom: 1px solid #1EB848;
    margin-bottom: 20px;
    margin-top: 10px;
}

.header-border h1 {
    font-size: 20px;
    margin: 5px 0;
    font-weight: bold;
}

.related-news li a {
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #1EB848;
}

.related-news {
    margin-bottom: 20px;
}

.schedule-header {
    background: #1EB848;
    line-height: 34px;
    color: #fff;
    font-weight: bold;
}

.schedule-header td,
.schedule-header tr {
    line-height: 34px;
}

.calendar_tv {
    background: #e6e6e6;
    padding: 3px 5px;
    text-align: center;
    color: #1EB848;
}

.schedule-soccer td,
.schedule-soccer tr,
.schedule-soccer {
    line-height: 22px;
}

.schedule-soccer .bg_h2 {
    background: #d3d3d3;
    padding: 10px;
    font-size: 20px;
    color: #1EB848;
    display: inherit;
    margin: 5px 0px;
    font-weight: bold;
}

.list-video-category .video-hot-first a img {
    width: 100%;
    height: 438px;
}

.list-video-category .video-hot-first {
    position: relative;
}

.list-video-category .video-hot-first .title-news-host {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    display: block;
    margin-bottom: 10px;
}

.list-video-category .video-hot-first .text-info {
    margin: 14px 0 10px;
}

.list-video-category .video-hot-first span.play-big {
    display: block;
    height: 83px;
    width: 83px;
    position: absolute;
    left: 292px;
    top: 177px;
    background-position: 0 -122px;
}

.list-video-category .block-video-content .title-block {
    display: block;
    background-color: #f5f5f5;
    height: 39px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #d8d8d8;
    line-height: 39px;
    padding-left: 21px;
}

.list-video-category .block-video-content .title-block .title,
.list-video-category .block-video-content .title-block .title {
    font-weight: bold;
    border-top: 3px solid #0b7b29;
    display: inline-block;
    line-height: 35px;
}

.block-video-content.block-video-hot .list-video-hot .video-hot {
    width: 158px;
    margin-top: 16px;
    margin-bottom: 20px;
}

.list-video-category .block-video-content .title-block .list-link-league {
    float: right;
    height: 40px;
    line-height: 40px;
}

.list-video-category .block-video-content .title-block .list-link-league a {
    color: #919191;
    font-size: 12px;
    margin-right: 12px;
}

.video-content-category.news-content .list-news-new {
    border-right: none;
    padding-right: 0px;
    width: 100%;
}

.video-content-category .block-video-hot .list-video-hot .video-hot span.icon-play {
    left: 59px;
}

.tab-match {
    margin-bottom: 5px;
}

.tab-match a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    background-color: #989898;
    color: #ffffff;
    padding: 0 8px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 3px;
    margin-top: 3px;
}

.tab-match .active,
.tab-match a:hover {
    background-color: #4e4e4e;
}

.content-match {
    display: block;
    height: 123px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin: 5px 0px;
    position: relative;
}

.info-match {
    display: block;
    position: absolute;
    top: 10px;
    width: 100%;
    text-align: center;
}

.info-match .title-match {
    font-weight: bold;
    font-size: 18px;
}

.info-match .time-info {
    margin-top: 5px;
    color: #989898;
}

.content-match img {
    height: 49px;
    width: 49px;
}

.content-match .content-home-club {
    float: left;
    margin-top: 12px;
    text-align: center;
}

.content-match .content-away-club {
    float: right;
    margin-top: 12px;
    text-align: center;
}

.content-match .text-club {
    display: block;
    text-align: center;
    width: 147px;
    font-weight: bold;
    color: #686868;
}

.no-data {
    padding: 50px;
    color: #d10000;
    text-align: center;
}

#zone-footer-tags {
    padding-left: 10px;
}

#zone-footer-tags a {
    line-height: 24px;
    color: #626161;
    margin-right: 5px;
}

#zone-footer-tags a:hover {
    font-weight: bold;
}

#zone-footer-tags b {
    color: #333;
}

.content-link-footer {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px #e1e1e1 dashed;
}

.list-schedule-all {
    margin-top: 2px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 12px;
}

.content-home-left .odds-content .list-schedule-all {
    margin-top: 2px;
    margin-top: 2px;
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.league-name {
    float: left;
}

.league-name a {
    max-width: 240px;
    overflow: hidden;
    font-size: 12px;
}

.league-links {
    float: right;
}

.league-links a {
    padding-right: 8px;
    font-size: 12px;
}

.title-schedule-league a {
    color: #ffffff;
}

.livescore-league h2 a {
    width: 500px;
}

.list-schedule-all .title-schedule-league span {
    color: #ffffff;
    font-size: 12px;
}

.list-schedule-all .title-schedule-league .home {
    margin-right: 45px;
}

.list-schedule-all .title-schedule-league .away {
    margin-right: 123px;
}

.list-schedule-all .title-schedule-league .ratio {
    margin-right: 65px;
}

.list-schedule-all .item-schedule {
    padding: 7px 5px;
    background-color: #dddddd;
}

.list-schedule-all .item-schedule.even {
    background-color: #ffffff;
}

.time-info {
    color: #606060;
    display: inline-block;
    width: 50px;
}

.away-text,
.home-text {
    color: #5d5d5d;
    display: inline-block;
    font-size: 12px;
    text-align: right;
    width: 170px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.livescore-team {
    width: 200px;
}

.away-text.active,
.home-text.active {
    font-weight: bold;
    color: #2e2e2e;
}

.away-text {
    text-align: left;
}

.scorelink,
.item-schedule .button {
    background-color: #04903f;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    margin: 0 2px;
    padding: 3px 8px;
    width: 55px;
    text-align: center;
}

.htscorelink {
    background-color: #777;
}

.list-schedule-all .item-schedule .total-goal-ratio,
.list-schedule-all .item-schedule .asia-away,
.list-schedule-all .item-schedule .asia-home,
.list-schedule-all .item-schedule .asia-ratio {
    display: inline-block;
    width: 32px;
    font-size: 12px;
    color: #888888;
    margin: -2px;
    text-align: center;
}

.list-schedule-all .item-schedule .total-goal-ratio,
.list-schedule-all .item-schedule .asia-ratio {
    color: #000000;
    width: 40px;
}

.list-schedule-all .item-schedule .total-goal-ratio {
    width: 35px;
}

.result-content .item-schedule .button {
    font-size: 12px;
    padding: 3px 8px;
    cursor: pointer;
}

.zone-notice {
    background: #d5ecab;
    padding: 12px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #d9d9d9;
}

.zone-notice.intro-small h2 {
    font-weight: inherit;
    font-size: 14px;
}

.zone-notice ul {
    list-style: inherit;
    margin-left: 15px;
}

.zone-notice h2 {
    font-weight: bold;
}

.zone-notice a {
    color: #04903f;
}

.zone-notice.link-hot-tructiep24h {
    background: #fff;
    border: none;
    padding: 10px;
}

.zone-notice.link-hot-tructiep24h img {
    vertical-align: bottom;
    margin-right: 10px;
}

.zone-notice.link-hot-tructiep24h a {
    color: #ff0000;
}

.list-schedule-all .title-schedule-league .list-link-odds {
    float: right;
}

.odds-content .list-schedule-all .title-schedule-league h2 a {
    width: 360px;
}

.list-schedule-all .title-schedule-league .list-link-odds a {
    color: #ffffff;
    font-size: 12px;
}

.list-schedule-all .title-schedule-league .list-link-odds .border-link {
    display: inline-block;
    width: 1px;
    height: 11px;
    background-color: #ffffff;
}

.list-schedule-all .title-schedule-league .list-link-odds .button-standing {
    display: inline-block;
    width: 49px;
    height: 19px;
    background-color: #67c158;
    text-align: center;
    border-radius: 4px;
    margin-right: 5px;
    margin-left: 0px;
}

.line-tag-league {
    border-bottom: 1px solid #d7d7d7;
    display: block;
    width: 100%;
}

.standings {
    margin-top: 4px;
    color: #184C6F;
    border-collapse: collapse;
    width: 100%;
    background: #ffffff;
}

.listing-match td,
.standings td {
    padding: 3px;
    color: #2e2e2e;
    vertical-align: middle;
}

.league-odds td {
    padding: 8px;
    color: #464646;
}

.standings td {
    border: 1px solid #999;
}

.standings td a {
    color: #04903f;
}

.standings h2 a {
    font-weight: bold;
    color: #FFF;
}

.standings h3 a {
    font-weight: bold;
}

.loto-heading {
    font-weight: bold;
}

.loto-number {
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    background: #e8e8e8;
}

.award-loto {
    height: 24px;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    background: #FFF;
}

.bg-loto-cell {
    background: #e8e8e8;
    font-weight: bold;
}

.loto-cell {
    background: #FFF;
}

.listing-match td span,
.listing-match td a {
    font-size: 12px;
}

.listing-match td span.bold-text-red {
    color: #fe0000;
    font-weight: bold;
    font-size: 14px;
}

.odds-red {
    color: #d10000;
}

.odds-green {
    color: #04903f;
}

.listing-match tr:nth-child(even),
.standings tr:nth-child(even) {
    background: #DDD;
}

.load-round-data {
    background: #E8D0BA;
    margin: 5px;
    padding: 5px;
    border-radius: 3px;
    display: inline-block;
    color: #000000;
    font-size: 12px;
}

.standing-types {
    list-style: inherit;
    list-style-type: circle;
    margin-left: 10px;
}

.standing-types li {
    font-size: 11px;
}

.list-schedule-all .content-odds-item {
    display: block;
    height: 69px;
    background-color: #dddddd;
}

.list-schedule-all .content-odds-item.even {
    background-color: #ffffff;
}

.list-schedule-all .content-odds-item .time-info {
    padding-top: 20px;
    display: block;
    float: left;
    height: 69px;
    width: 73px;
}

.list-schedule-all .content-odds-item .time-info span {
    margin-left: 14px;
    color: #606060;
    font-size: 12px;
}

.list-schedule-all .content-odds-item .club-name {
    display: block;
    float: left;
    width: 315px;
    height: 69px;
}

.list-schedule-all .content-odds-item .club-name span {
    display: block;
    width: 100%;
    height: 23px;
    font-size: 12px;
    color: #5c5c5c;
    line-height: 23px;
}

.list-schedule-all .content-odds-item .club-name span.active {
    color: #2e2e2e;
}

.list-schedule-all .content-odds-item .odds-content {
    border-right: 1px solid #e8e8e8;
    display: block;
    float: left;
    height: 69px;
    margin-right: 0;
    padding-right: 5px;
    width: 83px;
}

.list-schedule-all .content-odds-item .odds-content.europe-ratio {
    width: 60px;
}

.list-schedule-all .content-odds-item .odds-content p {
    display: block;
    height: 23px;
    line-height: 23px;
    text-align: right;
}

.list-schedule-all .content-odds-item .odds-content span {
    font-size: 12px;
    color: #7d7c7c;
}

.list-schedule-all .content-odds-item .odds-content .highlight {
    color: #04903f;
    font-weight: bold;
}

.list-schedule-all .content-odds-item .link-odds {
    display: block;
    width: 50px;
    float: left;
}

.list-schedule-all .content-odds-item .link-odds p {
    display: block;
    height: 69px;
    line-height: 69px;
    text-align: center;
}

.sopcast-match,
.live-match {
    display: inline-block;
    height: 16px;
    width: 16px;
    background-position: -107px -226px;
}

.live-match {
    background-position: -61px -228px;
}

.listing-match tr:nth-child(even),
.standings tr:nth-child(even) {
    background: #dddddd;
}

.standing-types {
    list-style: inherit;
    list-style-type: circle;
    margin-left: 15px;
}

.standing-types li {
    font-size: 11px;
}

.flag {
    display: inline-block;
    width: 16px;
    height: 11px;
    background: url(../images/flags.png) no-repeat;
    vertical-align: baseline;
}

.flag-default {
    background: url(../images/icon-default.svg) no-repeat right;
    background-size: contain;
}

.flag.flag-ad {
    background-position: -16px 0
}

.flag.flag-ae {
    background-position: -32px 0
}

.flag.flag-af {
    background-position: -48px 0
}

.flag.flag-ag {
    background-position: -64px 0
}

.flag.flag-ai {
    background-position: -80px 0
}

.flag.flag-al {
    background-position: -96px 0
}

.flag.flag-am {
    background-position: -112px 0
}

.flag.flag-an {
    background-position: -128px 0
}

.flag.flag-ao {
    background-position: -144px 0
}

.flag.flag-ar {
    background-position: -160px 0
}

.flag.flag-as {
    background-position: -176px 0
}

.flag.flag-at {
    background-position: -192px 0
}

.flag.flag-au {
    background-position: -208px 0
}

.flag.flag-aw {
    background-position: -224px 0
}

.flag.flag-az {
    background-position: -240px 0
}

.flag.flag-ba {
    background-position: 0 -11px
}

.flag.flag-bb {
    background-position: -16px -11px
}

.flag.flag-bd {
    background-position: -32px -11px
}

.flag.flag-be {
    background-position: -48px -11px
}

.flag.flag-bf {
    background-position: -64px -11px
}

.flag.flag-bg {
    background-position: -80px -11px
}

.flag.flag-bh {
    background-position: -96px -11px
}

.flag.flag-bi {
    background-position: -112px -11px
}

.flag.flag-bj {
    background-position: -128px -11px
}

.flag.flag-bm {
    background-position: -144px -11px
}

.flag.flag-bn {
    background-position: -160px -11px
}

.flag.flag-bo {
    background-position: -176px -11px
}

.flag.flag-br {
    background-position: -192px -11px
}

.flag.flag-bs {
    background-position: -208px -11px
}

.flag.flag-bt {
    background-position: -224px -11px
}

.flag.flag-bv {
    background-position: -240px -11px
}

.flag.flag-bw {
    background-position: 0 -22px
}

.flag.flag-by {
    background-position: -16px -22px
}

.flag.flag-bz {
    background-position: -32px -22px
}

.flag.flag-ca {
    background-position: -48px -22px
}

.flag.flag-catalonia {
    background-position: -64px -22px
}

.flag.flag-cd {
    background-position: -80px -22px
}

.flag.flag-cf {
    background-position: -96px -22px
}

.flag.flag-cg {
    background-position: -112px -22px
}

.flag.flag-ch {
    background-position: -128px -22px
}

.flag.flag-ci {
    background-position: -144px -22px
}

.flag.flag-ck {
    background-position: -160px -22px
}

.flag.flag-cl {
    background-position: -176px -22px
}

.flag.flag-cm {
    background-position: -192px -22px
}

.flag.flag-cn {
    background-position: -208px -22px
}

.flag.flag-co {
    background-position: -224px -22px
}

.flag.flag-cr {
    background-position: -240px -22px
}

.flag.flag-cu {
    background-position: 0 -33px
}

.flag.flag-cv {
    background-position: -16px -33px
}

.flag.flag-cw {
    background-position: -32px -33px
}

.flag.flag-cy {
    background-position: -48px -33px
}

.flag.flag-cz {
    background-position: -64px -33px
}

.flag.flag-de {
    background-position: -80px -33px
}

.flag.flag-dj {
    background-position: -96px -33px
}

.flag.flag-dk {
    background-position: -112px -33px
}

.flag.flag-dm {
    background-position: -128px -33px
}

.flag.flag-do {
    background-position: -144px -33px
}

.flag.flag-dz {
    background-position: -160px -33px
}

.flag.flag-ec {
    background-position: -176px -33px
}

.flag.flag-ee {
    background-position: -192px -33px
}

.flag.flag-eg {
    background-position: -208px -33px
}

.flag.flag-eh {
    background-position: -224px -33px
}

.flag.flag-england {
    background-position: -240px -33px
}

.flag.flag-er {
    background-position: 0 -44px
}

.flag.flag-es {
    background-position: -16px -44px
}

.flag.flag-et {
    background-position: -32px -44px
}

.flag.flag-eu {
    background-position: -48px -44px
}

.flag.flag-fi {
    background-position: -64px -44px
}

.flag.flag-fj {
    background-position: -80px -44px
}

.flag.flag-fk {
    background-position: -96px -44px
}

.flag.flag-fm {
    background-position: -112px -44px
}

.flag.flag-fo {
    background-position: -128px -44px
}

.flag.flag-fr {
    background-position: -144px -44px
}

.flag.flag-ga {
    background-position: -160px -44px
}

.flag.flag-gb {
    background-position: -176px -44px
}

.flag.flag-gd {
    background-position: -192px -44px
}

.flag.flag-ge {
    background-position: -208px -44px
}

.flag.flag-gf {
    background-position: -224px -44px
}

.flag.flag-gg {
    background-position: -240px -44px
}

.flag.flag-gh {
    background-position: 0 -55px
}

.flag.flag-gi {
    background-position: -16px -55px
}

.flag.flag-gl {
    background-position: -32px -55px
}

.flag.flag-gm {
    background-position: -48px -55px
}

.flag.flag-gn {
    background-position: -64px -55px
}

.flag.flag-gp {
    background-position: -80px -55px
}

.flag.flag-gq {
    background-position: -96px -55px
}

.flag.flag-gr {
    background-position: -112px -55px
}

.flag.flag-gs {
    background-position: -128px -55px
}

.flag.flag-gt {
    background-position: -144px -55px
}

.flag.flag-gu {
    background-position: -160px -55px
}

.flag.flag-gw {
    background-position: -176px -55px
}

.flag.flag-gy {
    background-position: -192px -55px
}

.flag.flag-hk {
    background-position: -208px -55px
}

.flag.flag-hm {
    background-position: -224px -55px
}

.flag.flag-hn {
    background-position: -240px -55px
}

.flag.flag-hr {
    background-position: 0 -66px
}

.flag.flag-ht {
    background-position: -16px -66px
}

.flag.flag-hu {
    background-position: -32px -66px
}

.flag.flag-ic {
    background-position: -48px -66px
}

.flag.flag-id {
    background-position: -64px -66px
}

.flag.flag-ie {
    background-position: -80px -66px
}

.flag.flag-il {
    background-position: -96px -66px
}

.flag.flag-im {
    background-position: -112px -66px
}

.flag.flag-in {
    background-position: -128px -66px
}

.flag.flag-io {
    background-position: -144px -66px
}

.flag.flag-iq {
    background-position: -160px -66px
}

.flag.flag-ir {
    background-position: -176px -66px
}

.flag.flag-is {
    background-position: -192px -66px
}

.flag.flag-it {
    background-position: -208px -66px
}

.flag.flag-je {
    background-position: -224px -66px
}

.flag.flag-jm {
    background-position: -240px -66px
}

.flag.flag-jo {
    background-position: 0 -77px
}

.flag.flag-jp {
    background-position: -16px -77px
}

.flag.flag-ke {
    background-position: -32px -77px
}

.flag.flag-kg {
    background-position: -48px -77px
}

.flag.flag-kh {
    background-position: -64px -77px
}

.flag.flag-ki {
    background-position: -80px -77px
}

.flag.flag-km {
    background-position: -96px -77px
}

.flag.flag-kn {
    background-position: -112px -77px
}

.flag.flag-kp {
    background-position: -128px -77px
}

.flag.flag-kr {
    background-position: -144px -77px
}

.flag.flag-kurdistan {
    background-position: -160px -77px
}

.flag.flag-kw {
    background-position: -176px -77px
}

.flag.flag-ky {
    background-position: -192px -77px
}

.flag.flag-kz {
    background-position: -208px -77px
}

.flag.flag-la {
    background-position: -224px -77px
}

.flag.flag-lb {
    background-position: -240px -77px
}

.flag.flag-lc {
    background-position: 0 -88px
}

.flag.flag-li {
    background-position: -16px -88px
}

.flag.flag-lk {
    background-position: -32px -88px
}

.flag.flag-lr {
    background-position: -48px -88px
}

.flag.flag-ls {
    background-position: -64px -88px
}

.flag.flag-lt {
    background-position: -80px -88px
}

.flag.flag-lu {
    background-position: -96px -88px
}

.flag.flag-lv {
    background-position: -112px -88px
}

.flag.flag-ly {
    background-position: -128px -88px
}

.flag.flag-ma {
    background-position: -144px -88px
}

.flag.flag-mc {
    background-position: -160px -88px
}

.flag.flag-md {
    background-position: -176px -88px
}

.flag.flag-me {
    background-position: -192px -88px
}

.flag.flag-mg {
    background-position: -208px -88px
}

.flag.flag-mh {
    background-position: -224px -88px
}

.flag.flag-mk {
    background-position: -240px -88px
}

.flag.flag-ml {
    background-position: 0 -99px
}

.flag.flag-mm {
    background-position: -16px -99px
}

.flag.flag-mn {
    background-position: -32px -99px
}

.flag.flag-mo {
    background-position: -48px -99px
}

.flag.flag-mp {
    background-position: -64px -99px
}

.flag.flag-mq {
    background-position: -80px -99px
}

.flag.flag-mr {
    background-position: -96px -99px
}

.flag.flag-ms {
    background-position: -112px -99px
}

.flag.flag-mt {
    background-position: -128px -99px
}

.flag.flag-mu {
    background-position: -144px -99px
}

.flag.flag-mv {
    background-position: -160px -99px
}

.flag.flag-mw {
    background-position: -176px -99px
}

.flag.flag-mx {
    background-position: -192px -99px
}

.flag.flag-my {
    background-position: -208px -99px
}

.flag.flag-mz {
    background-position: -224px -99px
}

.flag.flag-na {
    background-position: -240px -99px
}

.flag.flag-nc {
    background-position: 0 -110px
}

.flag.flag-ne {
    background-position: -16px -110px
}

.flag.flag-nf {
    background-position: -32px -110px
}

.flag.flag-ng {
    background-position: -48px -110px
}

.flag.flag-ni {
    background-position: -64px -110px
}

.flag.flag-nl {
    background-position: -80px -110px
}

.flag.flag-no {
    background-position: -96px -110px
}

.flag.flag-np {
    background-position: -112px -110px
}

.flag.flag-nr {
    background-position: -128px -110px
}

.flag.flag-nu {
    background-position: -144px -110px
}

.flag.flag-nz {
    background-position: -160px -110px
}

.flag.flag-om {
    background-position: -176px -110px
}

.flag.flag-pa {
    background-position: -192px -110px
}

.flag.flag-pe {
    background-position: -208px -110px
}

.flag.flag-pf {
    background-position: -224px -110px
}

.flag.flag-pg {
    background-position: -240px -110px
}

.flag.flag-ph {
    background-position: 0 -121px
}

.flag.flag-pk {
    background-position: -16px -121px
}

.flag.flag-pl {
    background-position: -32px -121px
}

.flag.flag-pm {
    background-position: -48px -121px
}

.flag.flag-pn {
    background-position: -64px -121px
}

.flag.flag-pr {
    background-position: -80px -121px
}

.flag.flag-ps {
    background-position: -96px -121px
}

.flag.flag-pt {
    background-position: -112px -121px
}

.flag.flag-pw {
    background-position: -128px -121px
}

.flag.flag-py {
    background-position: -144px -121px
}

.flag.flag-qa {
    background-position: -160px -121px
}

.flag.flag-re {
    background-position: -176px -121px
}

.flag.flag-ro {
    background-position: -192px -121px
}

.flag.flag-rs {
    background-position: -208px -121px
}

.flag.flag-ru {
    background-position: -224px -121px
}

.flag.flag-rw {
    background-position: -240px -121px
}

.flag.flag-sa {
    background-position: 0 -132px
}

.flag.flag-sb {
    background-position: -16px -132px
}

.flag.flag-sc {
    background-position: -32px -132px
}

.flag.flag-scotland {
    background-position: -48px -132px
}

.flag.flag-sd {
    background-position: -64px -132px
}

.flag.flag-se {
    background-position: -80px -132px
}

.flag.flag-sg {
    background-position: -96px -132px
}

.flag.flag-sh {
    background-position: -112px -132px
}

.flag.flag-si {
    background-position: -128px -132px
}

.flag.flag-sk {
    background-position: -144px -132px
}

.flag.flag-sl {
    background-position: -160px -132px
}

.flag.flag-sm {
    background-position: -176px -132px
}

.flag.flag-sn {
    background-position: -192px -132px
}

.flag.flag-so {
    background-position: -208px -132px
}

.flag.flag-somaliland {
    background-position: -224px -132px
}

.flag.flag-sr {
    background-position: -240px -132px
}

.flag.flag-ss {
    background-position: 0 -143px
}

.flag.flag-st {
    background-position: -16px -143px
}

.flag.flag-sv {
    background-position: -32px -143px
}

.flag.flag-sx {
    background-position: -48px -143px
}

.flag.flag-sy {
    background-position: -64px -143px
}

.flag.flag-sz {
    background-position: -80px -143px
}

.flag.flag-tc {
    background-position: -96px -143px
}

.flag.flag-td {
    background-position: -112px -143px
}

.flag.flag-tf {
    background-position: -128px -143px
}

.flag.flag-tg {
    background-position: -144px -143px
}

.flag.flag-th {
    background-position: -160px -143px
}

.flag.flag-tibet {
    background-position: -176px -143px
}

.flag.flag-tj {
    background-position: -192px -143px
}

.flag.flag-tk {
    background-position: -208px -143px
}

.flag.flag-tl {
    background-position: -224px -143px
}

.flag.flag-tm {
    background-position: -240px -143px
}

.flag.flag-tn {
    background-position: 0 -154px
}

.flag.flag-to {
    background-position: -16px -154px
}

.flag.flag-tr {
    background-position: -32px -154px
}

.flag.flag-tt {
    background-position: -48px -154px
}

.flag.flag-tv {
    background-position: -64px -154px
}

.flag.flag-tw {
    background-position: -80px -154px
}

.flag.flag-tz {
    background-position: -96px -154px
}

.flag.flag-ua {
    background-position: -112px -154px
}

.flag.flag-ug {
    background-position: -128px -154px
}

.flag.flag-um {
    background-position: -144px -154px
}

.flag.flag-us {
    background-position: -160px -154px
}

.flag.flag-uy {
    background-position: -176px -154px
}

.flag.flag-uz {
    background-position: -192px -154px
}

.flag.flag-va {
    background-position: -208px -154px
}

.flag.flag-vc {
    background-position: -224px -154px
}

.flag.flag-ve {
    background-position: -240px -154px
}

.flag.flag-vg {
    background-position: 0 -165px
}

.flag.flag-vi {
    background-position: -16px -165px
}

.flag.flag-vn {
    background-position: -32px -165px
}

.flag.flag-vu {
    background-position: -48px -165px
}

.flag.flag-wales {
    background-position: -64px -165px
}

.flag.flag-wf {
    background-position: -80px -165px
}

.flag.flag-ws {
    background-position: -96px -165px
}

.flag.flag-xk {
    background-position: -112px -165px
}

.flag.flag-ye {
    background-position: -128px -165px
}

.flag.flag-yt {
    background-position: -144px -165px
}

.flag.flag-za {
    background-position: -160px -165px
}

.flag.flag-zanzibar {
    background-position: -176px -165px
}

.flag.flag-zm {
    background-position: -192px -165px
}

.flag.flag-zw {
    background-position: -208px -165px
}

.flag.flag-european {
    background-position: -224px -165px
}

.flag.flag-south-amer {
    background-position: -240px -176px
}

.flag.flag-world {
    background-position: -240px -165px
}

.flag.flag-northern-i {
    background-position: -223px -176px
}

.listing-match .row-header td,
.standings thead td {
    line-height: 16px;
    background-color: #529f45;
    color: #ffffff;
}

.standings .green-text {
    color: #04903f;
}

.standings .red-text {
    color: #f90000;
}

.standings .button-points {
    display: inline-block;
    background-color: #04903f;
    padding: 3px 5px;
    font-size: 12px;
    color: #ffffff;
    border-radius: 4px;
}

.update-time {
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: right;
    font-size: 12px;
    font-style: italic;
}

.title-round {
    margin-bottom: 15px;
}

.zone-league-season-rounds {
    display: block;
    margin-bottom: 10px;
}

.league-article {
    margin-top: 5px;
    text-align: center;
}

.league-article-image {
    width: 100%;
}

.result-goal-td {
    width: 55px;
    vertical-align: middle;
}

.list-schedule-all .content-odds-item strong.odds-red,
.list-schedule-all .content-odds-item .club-name strong {
    font-size: 12px;
}

.list-schedule-all .content-odds-item .left-text {
    display: inline-block;
    text-align: left;
    width: 35px;
}

.list-schedule-all .content-odds-item .right-text {
    display: inline-block;
    text-align: right;
    width: 33px;
}

.load-round-data-active {
    background: #529f45;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.time-result-text {
    width: 135px;
}

.listing-match strong {
    font-size: 12px;
}

.memo {
    display: inline-block;
    margin-left: 78px;
    text-align: center;
    font-size: 12px;
}

.list-link-top-header {
    float: right;
}

.list-link-top-header .border-center-top,
.list-link-top-header .link-text {
    color: #838383;
    font-size: 12px;
    line-height: 24px;
}

.list-link-top-header .border-center-top {
    margin: 0 11px;
}

.list-link-top-header .search-icon {
    /*display: inline-block;*/
    height: 12px;
    width: 12px;
    /*background-position: -65px -247px;*/
    margin-bottom: -2px;
}

.list-link-top-header .ios-icon {
    background-position: -81px -245px;
    display: inline-block;
    height: 17px;
    margin-bottom: -3px;
    width: 13px;
}

.list-link-top-header .ios-icon:hover {
    background-position: -47px -245px;
}

.list-link-top-header .android-icon {
    background-position: -99px -245px;
    display: inline-block;
    height: 16px;
    margin-bottom: -3px;
    width: 13px;
}

.list-link-top-header .android-icon:hover {
    background-position: -29px -245px;
}

.form-search-header .search-text {
    display: block;
    height: 21px;
    line-height: 21px;
    position: absolute;
    right: 160px;
    top: 2px;
    width: 210px;
}

.red-card-show,
.red-card {
    padding: 0 1px;
    background-color: red;
    margin: 0px 2px;
    font-size: 9px;
    color: #FFF;
    border: 1px solid #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 26px;
    font-weight: normal;
    font-style: inherit;
    vertical-align: baseline;
    font-family: Tahoma;
}

.left {
    float: left;
    width: 153px;
}

.left-menu {
    width: 153px;
}

.left-menu div.label {
    background: #679808;
    border: medium none;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0;
    padding: 5px 12px;
    text-transform: uppercase;
}

.left-menu .list-country {
    background: #f8f1d3;
    list-style: outside none none;
    margin: 0;
}

.hide-menu {
    display: none;
}

.show_hide_country_popular {
    display: block;
    line-height: 19px;
    border-bottom: 1px solid #ffffff;
    font-size: 12px;
}

.show_hide_country_popular .flag {
    margin-right: 3px;
    vertical-align: sub;
}

.active .show_hide_country_popular {
    border-bottom: none;
}

.all-item-country:hover,
.left-menu .active {
    background-color: #323232;
    border: 0 none;
    padding: 3px;
}

.all-item-country a:hover,
.left-menu .active a {
    color: #ffffff;
}

.all-item-country:hover>a {
    border-bottom: none;
}

.show-menu {
    display: block;
    background: #ebebeb;
    padding-bottom: 5px;
}

.league-statistics-menu {
    font-size: 11px;
    color: #323232;
}

.league-item-left-menu {
    color: #323232;
    padding: 2px 0;
    padding-bottom: 2px!important;
    padding-left: 20px;
    padding-right: 12px;
}

.league-item-left-menu:hover {
    background-color: #f0f0f0;
}

.list-link-standing {
    display: block;
    float: left;
    padding-right: 20px;
    width: 524px;
}

.bg_h2 {
    background-color: #0b7c29;
    border-top: 1px solid #b4bba8;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
    padding-left: 10px;
    position: relative;
    text-align: left;
}

.list-link-standing-on-page {
    margin-bottom: 20px;
}

.list-link-standing-seo a {
    display: block;
    padding-left: 0px;
    height: 126px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #cccccc;
}

.list-link-standing-seo a:hover {
    font-weight: normal;
}

.list-link-standing-seo img {
    float: left;
    height: 104px;
    margin-right: 16px;
    width: 159px;
}

.list-link-standing-seo .title {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.content-home-left .block-league-news.odds-content .title-league-all {
    margin-bottom: 0px;
    border-top: 0;
}

.list-link-standing-on-page .lst-normal a {
    display: block;
    line-height: 20px;
}

.list-link-standing-on-page .even {
    background-color: #CCC;
}

.block-tag-schedule-result-odds-right {
    margin-bottom: 5px;
}

.block-tag-schedule-result-odds-right .title-all {
    display: block;
    height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #cccccc;
}

.block-tag-schedule-result-odds-right .title-all a {
    color: #939393;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    margin: 0 18px 0 0;
    padding-left: 10px;
}

.block-tag-schedule-result-odds-right .title-all .active {
    color: #424242;
    border-left: 5px solid #0b7b29;
    line-height: 16px;
    font-weight: bold;
}

.content-block-schedule-result-odds {
    border-top: 1px solid #ffffff;
    background-color: #ebebeb;
}

.content-block-schedule-result-odds .day-info {
    display: block;
    line-height: 27px;
    background-color: #989898;
    color: #ffffff;
    text-align: center;
}

.content-block-schedule-result-odds .title-league {
    display: block;
    line-height: 43px;
    height: 43px;
    overflow: hidden;
    color: #6c6c6c;
    text-align: center;
}

.content-block-schedule-result-odds .arrow-league {
    display: inline-block;
    height: 12px;
    width: 8px;
    background-position: 0 -265px;
}

.content-block-schedule-result-odds .detail-schedule-right span {
    display: inline-block;
    font-size: 12px;
    color: #979797;
    text-align: right;
    vertical-align: middle;
}

.content-block-schedule-result-odds .detail-schedule-right .text-name-club {
    width: 118px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    color: #5d5d5d;
}

.content-block-schedule-result-odds .detail-schedule-right .text-name-club.active {
    font-weight: bold;
}

.content-block-schedule-result-odds .detail-schedule-right .time-info {
    line-height: 24px;
    text-align: center;
    width: 48px;
    color: #0b7b29;
    font-weight: bold;
}

.content-block-schedule-result-odds .detail-schedule-right .away-team {
    text-align: left;
}

.content-block-schedule-result-odds .title-league .button-league {
    display: inline-block;
    padding: 6px 15px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 15px;
}

.content-block-schedule-result-odds .detail-schedule-right {
    border-bottom: 1px solid #d7d7d7;
}

.block-standing-right {
    display: block;
    background-color: #ebebeb;
}

.block-standing-right .title-league svg {
    transform: translateY(4px);
}
.block-standing-right .title-league .calendar-title-item {
    color: var(--8B8B8B, #8B8B8B);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin: 0 3px;
    border-left: none;
    padding-left: 0;
}
.block-standing-right .title-league {
    display: block;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    background-color: #fff;
}

.block-standing-right .title-league a {
    border-left: 5px solid #0b7b29;
    color: #424242;
    display: inline-block;
    font-weight: bold;
    padding-left: 10px;
}

.header-stading {
    display: block;
    background-color: #989898;
    line-height: 27px;
    color: #ffffff;
}

.content-standing .number {
    text-align: center;
    display: inline-block;
    width: 33px;
}

.content-standing .name-club {
    text-align: left;
    display: inline-block;
    width: 140px;
}

.content-standing .number-match,
.content-standing .points {
    text-align: center;
    width: 30px;
    display: inline-block;
}

.content-standing .he-so {
    text-align: center;
    width: 37px;
    display: inline-block;
}

.content-standing .detail-standing span {
    font-size: 12px;
}

.content-standing .detail-standing {
    display: block;
    line-height: 24px;
    font-size: 12px;
    border-bottom: 1px solid #d7d7d7;
}

.content-standing .detail-standing .number {
    color: #979797;
}

.match-score-change {
    font-weight: bold;
    color: #F60;
}

.home-league-links a {
    padding: 0px 4px;
}

.content-lottery {
    margin-top: 30px;
}

.content-lottery .header-text {
    background-color: #0b7c29;
    border-top: 1px solid #b4bba8;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
    padding-left: 10px;
    position: relative;
    text-align: left;
}

.table-data table {
    display: table;
    width: 100%;
}

.table-data table td {
    border: 1px solid #cccccc;
    text-align: center;
}

.table-data .header-table td {
    color: #03C;
    font-size: 12px;
    font-weight: bold;
}

.table-data .header-table {
    background-color: #EEE;
    font-weight: bold;
}

.table-data .detail-result .number-text {
    padding-top: 5px;
    padding-bottom: 5px;
}

.table-data .detail-result .number-text p {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    padding: 0;
    font-weight: bold;
    width: 80px;
}

.table-data .detail-result.g7,
.table-data .detail-result.g5,
.table-data .detail-result.g3,
.table-data .detail-result.g1 {
    background-color: #eeeeee;
}

.table-data .detail-result.gdb .number-text p,
.table-data .detail-result.g8 .number-text p {
    font-size: 28px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #800000;
}

.content-cooldown {
    margin-top: 20px;
}

.content-cooldown .text-note {
    font-size: 12px;
}

.content-cooldown .tip-ads {
    background-color: #FBE3E4;
    border: 1px solid #FBC2C4;
    color: #8A1F11;
    line-height: 15px;
    margin: 5px;
    padding: 5px;
}

.content-cooldown .tip-ads h3 {
    color: #8A1F11;
    line-height: 15px;
    font-weight: bold;
}

#clock-countdown ul li {
    float: left;
    margin: 5px;
}

.table-data .detail-result .number-text p.new-number {
    background-color: #F5E9C3;
}

.yellow-text {
    display: inline-block;
    width: 20px;
    height: 10px;
    background-color: #F5E9C3;
}

.south-content .table-data .detail-result .number-text p {
    display: inline-block;
    width: 108px;
}

.south-content .table-data .detail-result.g4 .number-text p {
    width: 155px;
}

.south-content .table-data .detail-result.g7 .number-text p {
    font-size: 32px;
    color: #800000;
    width: 90px;
}

.articlerelatepannel {
    padding: 6px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #eaf8d2;
}

.articlerelate {
    padding: 6px;
    display: list-item;
    list-style-type: square;
    margin-left: 1.2em;
    border-bottom: dashed 1px #888;
}

div.articlerelate>a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

.articlerelate:last-child {
    border-bottom: 0;
}

.zone-sopcast-links a {
    color: Blue;
}

.match-score {
    font-weight: bold;
    color: Red;
    font-size: 24px;
}

.top-banner-data {
    margin-top: 5px;
    display: block;
    position: relative;
}

.top-banner-data img {
    width: 100%;
    vertical-align: middle;
}

.top-banner-data .content-tab {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 0;
}

.top-banner-data .content-tab a {
    color: #ffffff;
    line-height: 40px;
}

.top-banner-data .content-tab .breadcumbs-block {
    display: block;
    position: relative;
    z-index: 1;
}

.top-banner-data .bg-content-tab {
    display: block;
    width: 100%;
    height: 40px;
    background: #000000;
    opacity: 0.6;
    position: absolute;
}

.top-banner-data .content-tab .breadcumbs-block .item-breadcumb {
    display: inline-block;
    margin: 0 15px;
}

.top-banner-data .content-tab .breadcumbs-block .arrow-breadcumb {
    color: #ffffff;
    display: inline-block;
    font-family: "Comic Sans MS";
    font-size: 25px;
    font-weight: bold;
    vertical-align: sub;
    margin: -3px;
}

.bold-text {
    font-weight: bold;
}

.top-banner-data .content-tab .breadcumbs-block .list-tab {
    float: right;
}

.top-banner-data .content-tab .breadcumbs-block .list-tab .link-tab {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
}

.top-banner-data .content-tab .breadcumbs-block .list-tab .link-tab.active,
.top-banner-data .content-tab .breadcumbs-block .list-tab .link-tab:hover {
    background: #038025;
}

.list-new-league {
    padding: 13px 0;
}

.list-new-league a {
    display: inline-block;
    margin-right: 5px;
    padding: 2px 0;
}

.list-new-league a:hover {
    background: #39b54a;
    padding: 2px 7px;
}

.first-live-streaming {
    display: block;
    width: 400px;
    height: 300px;
    float: left;
    margin-right: 12px;
}

.top-live-streaming {
    font-size: 16px;
    font-weight: bold;
    color: #04903f;
    line-height: 30px;
}

.zone-right-live-streaming a {
    border-bottom: 1px solid #e1e1e1;
    color: #2e2e2e;
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
    padding-bottom: 5px;
    text-align: left;
    font-size: 11px;
}

.zone-right-live-streaming a:hover {
    color: #1d943d;
}

.zone-right-live-streaming a.last-news {
    border: none;
}

.block-left-video-hot {
    display: block;
    float: left;
    width: 371px;
    margin-right: 12px;
    overflow: hidden;
    height: 464px;
}

.list-video-category .video-hot-first .block-left-video-hot .image-video img {
    width: 371px;
    height: 283px;
}

.block-left-video-hot .icon-play {
    background-position: 0 -122px;
    display: block;
    height: 83px;
    left: 144px;
    position: absolute;
    top: 101px;
    width: 83px;
}

.block-right-video-hot .icon-play {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    background-position: -3px -69px;
    left: 45px;
    top: 30px;
}

.block-left-video-hot .title-video {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 14px;
}

.block-right-video-hot {
    display: block;
    float: left;
    width: 284px;
}

.list-video-category .video-hot-first .block-right-video-hot .image-video img {
    width: 138px;
    height: 105px;
}

.list-video-category .video-hot-first .block-right-video-hot .image-video {
    float: left;
    margin-right: 10px;
}

.home-top-video-hot {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.home-top-video-hot .title-video {
    display: block;
    overflow: hidden;
}

.block-video-content .title-video:hover {
    color: #1eb848;
}

.link-go-show-more {
    display: inline-block;
    padding: 10px;
    background: #fff;
    font-size: 14px;
    color: #333;
    border: 1px solid #cccccc;
}

.link-go-show-more:hover {
    background: #cccccc;
    color: #ffffff;
}

.list-video-category .block-video-content .title-block .title:hover,
.list-video-category .block-video-content .title-block .title:hover {
    color: #1eb848;
}

.border-link {
    display: block;
    height: 40px;
    position: relative;
}

.content-link {
    display: inline-block;
    position: absolute;
    left: 0%;
    width: 100%;
    text-align: center;
}

.border-link .line-inside {
    width: 100%;
    height: 1px;
    background: #ebebeb;
    position: absolute;
    top: 50%;
}

.button-link-database-home {
    width: 113px;
    height: 26px;
    line-height: 26px;
    display: block;
    float: right;
    background: #707070;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    margin-top: 5px;
    margin-right: 26px;
}

.block-database-home .title-league-all .link-all:hover {
    color: #1eb848;
}

.list-video-category .video-hot-first .block-right-video-hot .detail-video-hot .title-video:hover,
.block-left-video-hot .title-video:hover {
    color: #1eb848;
}

.league-link {
    color: Blue;
}

.button-link-club-home {
    color: #919191;
    float: right;
    margin-right: 12px;
    margin-top: 7px;
}

.button-link-club-home:hover {
    color: #000000;
}

.list-table-schedule .Header th {
    padding: 5px;
}

.list-table-schedule tr th {
    background: #0060AF;
    color: #fff;
}

.list-table-schedule tr:first-child {
    text-align: left;
}

.list-table-schedule tr td {
    border-bottom: 1px dotted #b5b5b5;
}

.list-table-schedule tr td {
    text-align: left;
}

.list-table-schedule tr.list-table-schedule-sep td {
    background: #cccccc;
}

.list-table-schedule tr td {
    padding: 5px;
}

.info-club .content-image {
    display: block;
    width: 170px;
    height: 250px;
    float: left;
}

.info-club {
    margin-bottom: 10px;
}

.info-club .content-info-club {
    display: block;
    width: 497px;
    height: 249px;
    border-left: 1px solid #cccccc;
    float: left;
}

.info-club .content-info-club .title-block-info {
    padding-left: 10px;
}

.info-club .content-info-club .detail-info {
    display: block;
    line-height: 26px;
    padding-left: 10px;
}

.info-club .content-info-club .detail-info .text-info {
    display: inline-block;
    width: 100px;
    color: #595959;
}

.info-club .content-info-club .detail-info span {
    font-size: 12px;
}

.info-club .content-info-club .detail-info.even {
    background: #ebebeb;
}

.shirt-detail img {
    display: block;
    width: 50px;
    height: 58px;
    margin: 0 auto;
}

.shirt-detail span {
    color: #595959;
    font-size: 12px;
}

.content-shirt {
    display: block;
    width: 100%;
    height: 72px;
    overflow: hidden;
}

.content-shirt .shirt-detail {
    display: block;
    width: 49%;
    float: left;
    text-align: center;
}

.content-image .flag-club {
    display: block;
    max-width: 170px;
    max-height: 177px;
    margin: 0 auto;
}

.zone-notice.content-promo-club {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.zone-notice.content-promo-club p {
    margin-bottom: 10px;
}

.fc-block-schedule {
    margin-bottom: 20px;
}

.h2-content-club,
.news-content .block-club-data .list-tab-news .list-link a {
    font-size: 12px;
}

.block-club-data .zone-league-by-season-round {
    margin-top: 4px;
    margin-bottom: 20px;
}

.standings .curent-club {
    font-weight: bold;
    color: #f90000;
}

.border-database-home {
    background-color: #1eb848;
    display: inline-block;
    height: 20px;
    width: 2px;
    vertical-align: middle;
    margin-left: 15px;
}

.match-form-hidden {
    display: none;
}

.match-B {
    padding: 0 2px;
    background-color: Red;
    margin: 0 3px;
    color: #FFF;
}

.match-T {
    padding: 0 2px;
    background-color: green;
    margin: 0 3px;
    color: #FFF;
}

.match-H {
    padding: 0 2px;
    background-color: #ff9019;
    margin: 0 3px;
    color: #FFF;
}

.block-news-today {
    display: block;
    width: 303px;
    overflow: hidden;
}

.home-top .block-ads-tag .title-news-today img {
    width: 30px;
    height: 30px;
    vertical-align: top;
    margin-top: 4px;
    margin-left: 22px;
    margin-right: 7px;
}

.home-top .block-ads-tag .title-news-today a {
    color: #ffffff;
    font-weight: bold;
    line-height: 39px;
    margin-left: 20px;
}

.block-news-today .list-news-today a:hover {
    font-weight: bold;
}

.title-news-today {
    display: block;
    height: 39px;
    line-height: 39px;
    width: 100%;
    background: url('../images/bg_title_news_today.png');
}

.block-news-today .list-news-today {
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    display: block;
    height: 435px;
    overflow: hidden;
}

.icon-go-live-page {
    display: inline-block;
    width: 9px;
    height: 12px;
    background-position: 0 -281px;
    margin-right: 2px;
}

.block-news-today .list-news-today a {
    display: block;
    color: #2e2e2e;
    width: 100%;
    padding: 6px 20px;
    text-align: left;
    max-height: 53px;
    overflow: hidden;
    line-height: 21px;
}

.block-news-today .list-news-today a:nth-child(2n+0) {
    background: #ebebeb;
}

.info .text-high-light-footer {
    color: #8dc642;
    text-align: center;
}

.list-button-footer {
    display: block;
    text-align: center;
    margin-top: 15px;
}

.list-button-footer .item-footer {
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
}

.button-rule {
    display: inline-block;
    width: 143px;
    height: 30px;
    background: #221e1f;
    color: #888888;
    line-height: 30px;
    border-radius: 2px;
    vertical-align: middle;
    font-style: inherit;
}


/* Giao luu truc tuyen */

#block-live-top {
    font-family: arial;
    position: relative;
    font-weight: bold;
    font-size: 14pt;
}

#block-live-top .title {
    top: 6px;
    display: block;
    position: absolute;
    background: rgba(255, 0, 0, .7);
    border-left: 35px solid rgba(0, 0, 0, .6);
    padding: 8px 8px 8px 5px;
    border-radius: 0 8px 8px 0;
    z-index: 999;
    color: #fff;
}

#block-live-top .title:after {
    background: url('../images/icon.png') no-repeat;
    width: 30px;
    background-position: 10px 8px;
    height: 33px;
    content: "";
    display: block;
    position: absolute;
    left: -35px;
    top: 0px;
}

#block-live-top .list li {
    position: relative;
}

#block-live-top .list ul li a {
    display: block;
    padding-left: 20px;
    color: #858585;
    position: relative;
}

#block-live-top .list ul li {
    padding-bottom: 15px;
}

#block-live-top .list ul li a:before {
    display: inline-block;
    content: "●";
    color: #e1e1e1;
    font-size: 22px;
    position: absolute;
    width: 9px;
    top: 0px;
    left: 5px;
    height: 9px;
}

#block-live-top .list ul li.first .thumb {
    margin-bottom: 8px;
}

#block-live-top .list ul li.first .thumb img {
    margin: 0;
    height: 200px;
}

#block-live-top .list ul li.first .thumb:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

#block-live-top .list ul li.first a:before {
    display: inline-block;
    position: absolute;
    content: "●";
    color: #ff0000;
    font-size: 22px;
    width: 9px;
    height: 12px;
    top: -3px;
    left: 5px;
}

#block-live-top .list li.first a {
    display: block;
    position: absolute;
    color: #f7d203;
    font-size: 15pt;
    line-height: 1.5;
    bottom: 11px;
}

#block-live-top .list li.first {
    padding: 0;
}

.block-result .note-header-result {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #424242;
    margin-top: 5px;
    margin-bottom: 10px;
}

.total-money span {
    background: #ed3838;
    border-radius: 20px;
    color: #fff600;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 15px;
}

.total-money {
    display: block;
    height: 55px;
    line-height: 55px;
    text-align: center;
    margin-bottom: 30px;
}

.mega-result {
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    height: 46px;
    line-height: 46px;
    margin-right: 5px;
    width: 46px;
    text-align: center;
    display: block;
    float: left;
    background-color: #40b5ff;
}

.mega-result.result-2 {
    margin: 0 25px;
    background: #f03268;
}

.mega-result.result-5,
.mega-result.result-4,
.mega-result.result-3 {
    background: #e9b800;
    margin-right: 25px;
}

.mega-result.result-4 {
    background: #69c82a;
}

.mega-result.result-5 {
    background: #db48c2;
}

.mega-result.result-6 {
    background: #ea7702;
}

.list-result-mega {
    display: block;
    padding: 10px;
}

.detail-result-mega {
    display: block;
}

.detail-result-mega .date-info {
    border-bottom: 1px solid #e8e8e8;
    margin-left: 5px;
    margin-top: 5px;
    font-size: 12px;
    color: #252525;
}

.title-block-detail {
    line-height: 34px;
    text-align: center;
    font-weight: bold;
    color: #1bb34a;
}

.block-detail-statistic .child-table {
    display: block;
    float: left;
    text-align: center;
    width: 33%;
    padding: 10px 0;
}

.block-detail-statistic .child-table .number-text {
    font-weight: bold;
    font-size: 16px;
}

.block-detail-statistic .child-table .time-text {
    font-weight: bold;
    color: #d50000;
    margin-left: 20px;
}

.statistic-jackpot-1 .time-text {
    font-weight: bold;
    color: #d50000;
    margin-left: 20px;
}

.statistic-jackpot-2 .day-text {
    display: inline-block;
    width: 150px;
}

.statistic-jackpot-2 .time-text {
    color: #d50000;
    margin-left: 10px;
    margin-right: 25px;
}

.statistic-jackpot-2 .number {
    font-weight: bold;
    font-size: 16px;
    margin: 0 5px;
    width: 48px;
    display: inline-block;
}

.statistic-jackpot-1 p span {
    font-weight: bold;
    font-size: 16px;
    margin: 4px;
}


/*// Css update*/

.pad12 {
    padding: 12px;
}

.news-block-main {
    display: block;
    margin-top: 3px;
}

.news-block-main .news-block-left {
    width: 510px;
    background: #fff;
    float: left;
}

.news-block-main .news-block-left .new-block-hot img {
    height: 330px;
    width: 100%;
    vertical-align: bottom;
}

.news-block-main .news-block-left .new-block-hot h1 {
    line-height: 36px;
    font-weight: bold;
    color: #363636;
}

.news-block-main .news-block-left .new-block-hot h1 a {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    color: #363636;
}

.news-block-main .news-block-left .new-block-hot .new-desc {
    margin: 10px 0;
    color: #5e5e5e;
    line-height: 20px;
}

.news-block-main .news-block-left .new-block-hot .text-info {
    padding: 10px 0;
}

.news-block-main .news-block-left .list-news-hot {
    margin: 10px 0;
    float: left;
}

.news-block-main .news-block-left .list-news-hot a {
    border-bottom: medium none;
    display: block;
    float: left;
    height: 185px;
    margin-bottom: 20px;
    overflow: hidden;
    margin-right: 10px;
    padding-top: 0;
    width: 160px;
    font-size: 16px;
    font-weight: bold;
    color: #5e5e5e;
}

.news-block-main .news-block-left .list-news-hot a:hover {
    color: #0b7c29;
}

.news-block-main .news-block-left .list-news-hot a p {
    padding: 5px 0;
}

.news-block-main .news-block-left .list-news-hot a img {
    width: 160px;
    height: 104px;
}

.news-block-main .news-block-center {
    width: 160px;
    float: left;
    margin: 0px 15px;
}

.news-block-main .news-block-center .new-list-center a {
    color: #5e5e5e;
}

.news-block-main .news-block-center .new-list-center li.first {
    border-bottom: 1px solid #ddd;
    padding-top: 0;
}

.news-block-main .news-block-center .new-list-center li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.news-block-main .news-block-center .new-list-center li:last-child {
    border-bottom: none;
}

.news-block-main .news-block-center .new-list-center a:hover {
    color: #0b7c29;
}

.news-block-main .news-block-center .new-list-center a img {
    width: 100%;
}

.news-block-main .news-block-center .new-list-center a p {
    margin: 5px 0;
}

.news-block-main .news-block-right {
    width: 300px;
    float: right;
}

.news-block-right .block-live-right ul li {
    padding: 10px 0 10px 22px;
    background: url('../images/icon-video-play.png') 0px 14px no-repeat;
}

.news-block-right .block-live-right ul li a {
    color: #5e5e5e;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
}

.news-block-right .block-live-right ul li.first {
    position: relative;
    padding: 0;
}

.news-block-right .block-live-right ul li.first .thumb img {
    margin: 0;
    height: 200px;
    width: 100%;
}

.news-block-right .block-live-right ul li.first .live-new-info {
    display: block;
    position: absolute;
    color: #f7d203;
    bottom: 0px;
    padding: 5px 20px;
    background: #000000;
    opacity: 0.6;
}

.news-block-right .block-live-right ul li.first .live-new-info p.live-cat {
    padding: 5px 0;
}

.news-block-right .block-live-right ul li.first .live-new-info p a {
    color: #fdd103;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

.news-block-right .block-live-right ul li.first .live-new-info p.live-cat a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

ul li.first .live-new-info span.video {
    background-position: -25px -24px;
    display: inline-block;
    height: 18px;
    margin-bottom: -4px;
    margin-right: 5px;
    width: 18px;
    background-size: 25px;
}

.news-block-right .block-star {
    display: block;
}

.news-block-right .block-star .star-head {
    position: relative;
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.news-block-right .block-star .star-head span {
    padding-left: 20px;
    position: relative;
    text-transform: uppercase;
}

.news-block-right .block-star .star-head span.icon-star {
    width: 35px;
    height: 35px;
    background: url('../images/star.png') no-repeat;
    display: inline-block;
    position: absolute;
    left: -20px;
    top: -10px;
}

.news-block-right .block-star .list-star {
    margin: 10px 0;
}

.news-block-right .block-star .star-item {
    width: 145px;
    height: 145px;
    margin: 10px 10px 0px 0;
    float: left;
    position: relative;
}

.news-block-right .block-star .star-item.last {
    margin-right: 0;
}

.news-block-right .block-star .star-item img {
    width: 100%;
    height: 100%;
}

.news-block-right .block-star .star-item .star-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.news-block-right .block-star .star-item:hover .star-title {
    height: 100%;
    background: rgba(74, 82, 93, 0.6);
    display: block;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center align-items: center;
    justify-content: center;
}

.news-block-right .block-star .star-item .star-title p {
    margin-bottom: 5px;
}

.news-block-right .block-star .star-item .view-more {
    background: #ec2327;
    font-size: 12px;
    padding: 3px 10px;
    color: #fff;
    width: 85px;
    margin: 0 auto;
}

.news-block-right .block-star .star-head::before,
.news-block-right .block-star .star-head::after {
    content: '';
    position: absolute;
    top: 30%;
    width: calc(50% - 50px);
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    display: block;
    height: 3px;
    box-sizing: initial;
}

.news-block-right .block-star .star-head::after {
    right: 0;
}

.block-new-home-second {
    margin: 10px 0;
    float: left;
    background: #fff;
    border-bottom: 1px solid #ccc;
    width: 100%
}

.backlink-header .back-link-item-cat {
    float: right;
    padding-right: 5px;
    padding-top: 8px;
}

.backlink-header .back-link-item-cat a {
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    padding-left: 12px;
    color: #e10250;
}

.news-block-right .block-live-right ul li {
    padding: 7px 0 7px 22px;
    background: url('../images/icon-video-play.png') 0px 10px no-repeat;
}

.news-block-right .block-live-right ul li a {
    color: #5e5e5e;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
}

.news-block-right .block-live-right ul li.first {
    position: relative;
    padding: 0;
    background: none;
}

.news-block-right .block-live-right ul li.first .thumb img {
    margin: 0;
    height: 200px;
    width: 100%;
}

.news-block-right .block-live-right ul li.first .live-new-info {
    display: block;
    position: absolute;
    color: #f7d203;
    bottom: 4px;
    padding: 5px 20px;
    background: #000000;
}

.news-block-right .block-live-right ul li.first .live-new-info-overlay {
    display: block;
    position: absolute;
    color: #f7d203;
    bottom: 4px;
    padding: 5px 20px;
    background: #000000;
    opacity: 0.6;
}

.news-block-right .block-live-right ul li.first .live-new-info p.live-cat {
    padding: 5px 0;
}

.news-block-right .block-live-right ul li.first .live-new-info p a {
    color: #fdd103;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

.news-block-right .block-live-right ul li.first .live-new-info p.live-cat a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.award-text {
    font-weight: bold;
    padding: 0px;
    display: inline-block;
    width: 80px;
    font-size: 20px;
    line-height: 28px;
}

.award-text:hover {
    background: #FFEAA5;
}

.award-gdb {
    font-size: 32px;
    color: #800000;
}

.award-g1 {
    font-size: 24px;
    color: #ff9019;
}

.lottery-name {
    font-weight: bold;
}

.lottery-name a {
    color: #800000;
}

#lottery-wd-active {
    font-weight: bold;
    color: #800000;
}

#bs_mobileinpage p {
    padding: 0;
    margin: 0;
}

.league-title-odds {
    color: #FFF;
    font-weight: bold;
}

.fc-above {
    color: #ee6363;
    font-weight: bold;
}

.main-container {
    min-height: 500px !important;
}

#game-member .title-prediction {
    background: #ddd;
    padding: 7px 0;
    height: auto;
    line-height: auto;
}

#game-member .g-content {
    border-radius: 5px;
    border: 1px solid #ccc;
}

.list-schedule-all {
    margin-bottom: 20px;
}

.title-schedule-league {
    background-color: #00603a !important;
    display: block !important;
    padding: 5px 0 !important;
}

.block-page-left {
    width: 69%;
    float: left;
}

.game-sidebar {
    float: right;
}

.game-sidebar .block-prediction {
    margin-top: 0 !important;
}

#zone-content-bet-matches table tr.table-title {
    background: #04903f;
}

#zone-content-bet-matches table tr.table-title td {
    color: #fff;
    font-size: 12px;
}


/*#zone-content-bet-matches table tr.table-title:hover{background:#ffefa3 !important;}*/

#zone-content-bet-matches table td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    padding: 2px 5px;
    text-align: justify;
    color: #666666;
}

#zone-content-bet-matches table td.td-data {
    width: 100px;
}

#zone-content-bet-matches table tr.old_home {
    background: #E8E8E8;
}

#zone-content-bet-matches table tr.table-title td {
    text-align: center;
    padding: 5px 10px;
    font-weight: normal;
    font-size: 12px;
}

#zone-content-bet-matches .item-gd-2 {
    float: left;
    margin-left: 2px;
    margin-top: 7px;
}

#zone-content-bet-matches .name-gd {
    float: left;
}

#zone-content-bet-matches .season-other-links {
    line-height: 30px;
    text-align: right;
}

#zone-content-bet-matches .table-match-today tr td span {
    font-size: 12px;
    line-height: 18px;
    color: #666;
}

#zone-content-bet-matches .table-match-today tr td .odds-content p {
    display: block;
    height: 18px;
    line-height: 18px;
    text-align: right;
}

.c-read {
    color: #FF0000!important;
    font-weight: bold !important;
}

.block-game {
    margin-bottom: 20px;
}

.singin-block .content-block {
    padding-bottom: 2px;
}

.singin-block .content-block .singin-content-block {
    margin: 10px;
    background: #fff;
    padding: 0 10px;
    border: 1px solid #ddd;
}

.singin-block .content-block .member-info {
    margin: 10px 5px;
    background: #fff;
    display: block;
}

.singin-block .content-block .link {
    width: 48%;
    float: left;
    text-align: center;
}

.singin-block .member-info .item {
    width: 100%;
    padding: 7px 0 5px 0;
    float: left;
    border-bottom: 1px solid #f2f2f2;
}

.singin-block .member-info label {
    width: 50%;
    float: left;
}

.singin-block .member-info span {
    width: 50%;
    float: left;
    text-align: right;
}

.singin-block .member-info a {
    padding: 0;
    margin: 0;
}

.singin-block .member-info .text-right {
    text-align: right;
}

label.error {
    width: 100% !important;
    font-size: 13px;
    color: #fe0000;
    padding: 2px 0 !important;
}

.bxh-game-block .content-block {
    padding: 10px;
    background: #04903f;
}

.bxh-game-block .content-block table {
    border-left: 1px solid #ddd;
}

.bxh-game-block .content-block table .table-title td {
    padding: 7px;
    border: 1px solid #ddd;
    background: #E6EEEE;
}

.bxh-game-block .content-block table tr td {
    padding: 7px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.bxh-game-block .content-block table tr td a {
    padding: 0;
}

.guide-block {}

.guide-block .content-block {
    display: inline-block;
}

.guide-block .content-block .guide-block-content {
    margin: 10px;
    background: #fff;
    padding: 7px;
    border: 1px solid #ddd;
}

.guide-block .content-block .guide-block-content p {
    text-align: center;
    font-size: 16px;
    color: #04903f;
    font-weight: bold;
}

.guide-block ul li {
    padding: 5px 0;
    font-size: 13px;
    border-bottom: none !important;
}

.guide-block ul li.get-reward {
    text-align: center;
    padding-top: 10px;
}

.club-name {
    display: block;
    float: left;
    width: 200px;
}

.club-name span {
    display: block;
    font-weight: bold;
    color: #666;
}

.club-name strong {
    color: #fe0000;
    font-size: 12px;
}

p.odds-data {
    display: block;
    text-align: right;
    clear: both;
}

.odds-data .left-text {
    float: left;
    text-align: left;
    width: 50%;
    font-weight: bold;
    color: #666;
}

.odds-data .left-text.highlight {
    color: #04903f !important;
    font-weight: bold;
}

.odds-data .right-text {
    text-align: right;
    width: 50%;
    float: right;
    color: #666;
}

.odds-data a {
    color: #003399;
    font-size: 12px;
    font-weight: normal;
}

.odds-data a:hover {
    color: #00603a;
}

p.error {
    margin: 0;
    padding: 0;
    color: #fe0000;
}

p.success {
    margin: 0;
    padding: 0;
    color: #0b7c29;
}

.table-match-today .row-ca p span {
    float: right;
    height: 16px;
    line-height: 16px !important;
}

.table-match-today tr.old_home:hover {
    background: #ffefa3 !important;
}

.table-match-today tr.even_home:hover {
    background: #ffefa3 !important;
}

.list-schedule-all .content-odds-item .club-name {
    display: block;
    float: left;
    width: 315px;
    height: 69px;
}

p.odds-data {
    display: block;
    height: 16px;
    line-height: 16px;
    text-align: right;
    margin: 0;
    padding: 0;
}

.sidebar .list-link-for-live .block-prediction {
    padding: 0 !important;
}

.showbet-block {
    padding-bottom: 10px;
}

.showbet-block .result-bet {
    margin: 10px;
    background: #fff;
    border: 1px solid #ddd;
}

.showbet-block .result-bet .title {
    padding: 7px;
    text-align: center;
    background: #E6EEEE;
    border-bottom: 1px solid #ccc;
}

.showbet-block .result-bet .showbet-content {
    padding: 10px;
}

.showbet-block .result-bet .showbet-content ul li {
    padding: 7px 5px;
    border-bottom: 1px solid #f2f2f2;
}

.showbet-block .result-bet .showbet-content ul li:last-child {
    border-bottom: 0;
}

.showbet-block .result-bet .showbet-content ul li label {
    width: 80px;
    float: left;
    height: 20px;
}

.showbet-block .result-bet .no-bet {
    padding: 20px 10px;
    color: #666;
}

.showbet-block .result-bet .point-bet {
    padding: 10px;
    background: #f2f2f2;
}

.showbet-block .point-bet {
    margin: 10px;
}

.showbet-block .point-bet p {
    margin: 10px 0;
}

.showbet-block .point-bet label {
    width: 100%;
    float: left;
    margin: 5px 0;
    color: #666;
}

.showbet-block .point-bet input {
    padding: 5px 3px;
    border: 1px solid #ccc;
    width: 100%;
}

.showbet-block .point-bet input.btn-bet {
    padding: 5px 3px;
    border: 1px solid #04903f;
    width: 80px;
    background: #04903f;
    color: #fff;
    cursor: pointer;
}

.showbet-block .point-bet input.btn-bet:hover {
    background: #04813f;
}

h1.profile-title {
    font-size: 16px;
    margin: 0 10px 10px 0;
    padding: 7px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

h1.profile-title span {
    color: #0b7c29;
    font-size: 20px;
}

.profile-panel {
    width: 30%;
    float: left;
    border: 1px solid #ddd;
}

.profile-panel .avater {
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding: 5px;
}

.profile-panel .action-panel {
    padding: 0 10px;
}

.profile-panel .action-panel ul li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.profile-panel .action-panel ul li:last-child {
    border-bottom: none;
}

.profile-info {
    width: 67%;
    float: left;
    border: 1px solid #ddd;
    margin-left: 12px;
    min-height: 320px;
}

.profile-info ul li {
    padding: 0;
    float: left;
    width: 100%;
}

.profile-info ul li label {
    width: 30%;
    float: left;
    padding: 10px;
    background: #f2f2f2;
}

.profile-info ul li span {
    width: 60%;
    float: left;
    padding: 10px;
}

.profile-info ul li .text-feild {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
}

.profile-info.edit-profile label {
    background: #fff;
}

.btn {
    padding: 5px 10px;
    cursor: pointer;
}

.profile-info .message-info {
    padding: 10px;
    background: #f2f2f2;
    margin-bottom: 5px;
    color: #fe0000;
}

.block-reset-password {
    padding: 20px 0;
    margin-bottom: 20px;
    display: block;
}

.block-reset-password .block-reset-content {
    background: #fff;
    padding: 20px;
}

.block-reset-password .block-reset-content .flash-message {
    margin-bottom: 5px;
    color: #4285f4;
    float: left;
    width: 100%;
}

.block-reset-password h2 {
    font-size: 20px;
    color: #0b7c29;
    font-weight: bold;
    margin-bottom: 20px;
    float: left;
}

.block-reset-password p {
    padding: 10px 0;
}

.block-reset-password .item {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
}

.block-reset-password .item label {
    float: left;
    width: 28%;
    padding-top: 7px;
    color: #666;
}

.block-reset-password .item label.error {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #fe0000;
    padding: 0;
}

.block-reset-password .item span {
    float: left;
    width: 70%;
}

.block-reset-password .item span {
    float: left;
    width: 70%;
}

.block-reset-password .item .text-field {
    height: 32px;
    line-height: 32px;
    width: 280px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.block-history-bet {
    width: 100%;
    float: left;
    margin: 10px 0;
}

.block-history-bet .title {
    padding: 10px;
    background: #333;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.block-history-bet .history-bet-content {
    padding: 0;
}

.block-history-bet .history-bet-content table {
    width: 100%;
    border-left: 1px solid #ddd;
}

.block-history-bet .history-bet-content table thead tr td {
    padding: 10px 5px;
    background: #00603a;
    color: #fff;
    font-size: 14px;
}

.block-history-bet .history-bet-content table tr td {
    padding: 5px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 13px;
}

.item-money-bet-history {
    width: 208px;
    float: left;
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
}

.item-money-bet-history.win {
    background: #333;
    color: #fff;
}

.item-money-bet-history.lose {
    background: #fff0c3;
    color: #333;
}

.item-money-bet-history.total-xu {
    background: #04903f;
    color: #fff;
}

.item-money-bet-history span {
    width: 60px;
    margin-right: 10px;
}

span.icon-calender {
    background: url('/images/calendar.gif') no-repeat;
    width: 40px;
    height: 18px;
    float: right;
}

span.icon-calender:hover {
    cursor: pointer;
}

.calendar-panel {
    position: absolute;
    right: 0;
    top: 38px;
    padding: 0 5px 20px;
    background: #fff;
    box-shadow: 0 3px 10px #333;
}

#content-histbet-player table {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#content-histbet-player table thead tr td {
    background-color: #00603a;
    color: #fff;
}

#content-histbet-player table tr td {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 13px;
}

#content-histbet-player table tr td span.T {
    padding: 2px 5px;
    background: #04903f;
    color: #fff;
}

#content-histbet-player table tr td span.B {
    padding: 2px 5px;
    background: #fe0000;
    color: #fff;
}

.chart-infomation {
    min-height: 300px;
}

.statistics {
    width: 600px;
    float: left;
    padding-top: 50px;
}

.statistics p {
    padding: 5px 0;
    margin: 0;
}

.statistics .item-statis {
    width: 580px;
    float: right;
}

.statistics .item-statis label {
    background: #00603a;
    width: 580px;
    float: left;
    padding: 5px;
    color: #fff;
}

.statistics .item-statis .item-statis-content {
    float: left;
    width: 100%;
}

.chart {
    width: 400px;
    min-height: 250px;
    float: left;
    overflow: hidden;
    margin-top: 50px;
}

.item-statis-content ul li {
    float: left;
    width: 193.33px;
    border-left: 1px solid #00603a;
    border-bottom: 1px solid #00603a;
}

.item-statis-content ul li:last-child {
    border-right: 1px solid #00603a;
}

.item-statis-content ul li .stcontent {
    margin: 5px 10px;
}

.item-statis-content ul li .stcontent span {
    color: #666;
    font-size: 13px;
}

.item-statis-content ul li .stcontent p {
    border-bottom: 1px solid #f2f2f2;
    padding: 4px 0 3px;
    margin: 0;
}

.item-statis-content ul li .stcontent p:last-child {
    border-bottom: none;
}

.typebet-title {
    background: #04903f;
    padding-left: 10px !important;
    color: #fff;
}

.total-ratio-bet-member {
    padding: 5px 10px;
    width: 152px !important;
    height: 114px !important;
    background: #f2f2f2 !important;
}

.total-ratio-bet-member span {
    color: #666;
    font-size: 13px;
}

.total-bet-all p {
    float: left;
    width: 150px;
    margin: 0 25px 0 0;
    padding: 0 !important;
}

.total-bet-all span {
    margin: 3px 0;
}

.total-bet-all p span {
    margin: 3px 0;
    padding: 3px;
    border-bottom: 1px solid #f2f2f2;
}

.total-bet-all span i {
    font-size: 13px;
    color: #666;
    font-style: normal;
}

.list-league-bet {
    float: left;
    margin: 20px 0;
}

.list-league-bet .item-league-bet {
    border: 1px solid #ddd;
    width: 250px;
    float: left;
}

.list-league-bet .item-league-bet .title-league-bet {
    padding: 3px;
    text-align: center;
    background: #336699;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    background: #4678aa;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#4678aa, #2c5885);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#4678aa, #2c5885);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#4678aa, #2c5885);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#4678aa, #2c5885);
    /* Standard syntax */
}

.list-league-bet .item-league-bet .div {
    padding: 3px;
    text-align: center;
    background: #336699;
    color: #fff;
}

.list-league-bet .item-league-bet .type-bet {
    padding: 3px;
    background: #2ba82b;
    border-top: 1px solid #ddd;
    color: #fff;
    text-align: center;
}

.list-league-bet .item-league-bet .span {
    font-size: 13px;
    background: #2ba82b;
    float: left;
    padding: 3px;
    width: 47%;
    text-align: center;
    color: #fff;
}

.list-league-bet .item-league-bet .w-d-l {
    padding: 3px 0;
    background: #333333;
    width: 100%;
    float: left;
    color: #f2f2f2;
}

.list-league-bet .item-league-bet .w-d-l span {
    width: 33%;
    float: left;
    text-align: center;
}

.list-league-bet .item-league-bet span.win-percent {
    background: #005500;
    float: left;
    padding: 3px 0;
    width: 33.33%;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

.list-league-bet .item-league-bet span.lost-percent {
    background: #005500;
    float: left;
    padding: 3px 0;
    width: 33.34%;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

.list-league-bet .item-league-bet span.win-number {
    width: 33%;
    float: left;
    text-align: center;
    font-size: 13px;
}

.list-league-bet .item-league-bet span.draw-number {
    width: 33%;
    float: left;
    text-align: center;
    font-size: 13px;
}

.list-league-bet .item-league-bet span.lose-number {
    width: 33%;
    float: left;
    text-align: center;
    font-size: 13px;
}

.infomation-block-member {
    border: 1px solid #ddd;
    padding: 10px;
    float: left;
    width: 580px;
    position: relative;
}

.infomation-block-member .avatar-of-member {
    position: absolute;
    top: 5px;
    right: 5px;
    border: 1px solid #fff;
    height: 150px;
    width: 150px;
    background: #fff;
    text-align: center;
}

.infomation-block-member .avatar-of-member img {
    height: 90px;
    width: 90px;
    border: 1px solid #ddd;
}

.infomation-block-member ul {}

.infomation-block-member ul li {
    padding: 5px 0;
    border-bottom: 1px solid #f2f2f2;
}

.infomation-block-member ul li span {
    color: #666;
}

.infomation-block-member .recentForm {
    padding: 2px 5px;
    font-style: normal;
    color: #fff;
    border-radius: 3px;
}

.infomation-block-member .recentForm.T {
    background: #04903f;
}

.infomation-block-member .recentForm.B {
    background: #c12c2e;
}

.infomation-block-member .recentForm.H {
    background: #ff9900;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: #f2f2f2 !important;
    border-radius: 5px 5px 0 0 !important;
}

ul.tabs li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 8px 20px !important;
    cursor: pointer;
    border-radius: 7px 7px 0 0;
    border-bottom: none !important;
}

ul.tabs li.current {
    background: #fff;
    color: #222;
}

.tab-content {
    display: none;
    background: #fff;
    padding: 5px;
}

.tab-content.current {
    display: inherit;
}

#content-ranking table {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#content-ranking table thead tr td {
    background-color: #00603a;
    color: #fff;
}

#content-ranking table tr td {
    padding: 7px 5px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 13px;
}

#content-ranking table tr td .bold {
    font-weight: bold !important;
}

#content-ranking table tr td .win {
    color: #04903f !important;
}

#content-ranking table tr td .lose {
    color: #c12c2e !important;
}

#content-ranking table tr td span.T {
    padding: 2px 5px;
    background: #04903f;
    color: #fff;
    border-radius: 3px;
    float: left;
    margin: 1px 2px;
}

#content-ranking table tr td span.B {
    padding: 2px 5px;
    background: #c12c2e;
    color: #fff;
    border-radius: 3px;
    float: left;
    margin: 1px 2px;
}

#content-ranking table tr td span.H {
    padding: 2px 5px;
    background: #ff9900;
    color: #fff;
    border-radius: 3px;
    float: left;
    margin: 1px 2px;
}

#ranking-block-right .ranking-content-block-right.g-content {
    border-radius: 0;
}

#ranking-block-right .ranking-content-block-right ul {
    margin: 0;
}

#ranking-block-right .ranking-content-block-right ul li {
    padding: 5px;
    border: none;
}

#ranking-block-right .ranking-content-block-right ul li a {
    color: #365899;
}

#ranking-block-right .ranking-content-block-right ul li:nth-child(odd) {
    background: #ffffff;
}

#ranking-block-right .ranking-content-block-right ul li:nth-child(even) {
    background: #f2f2f2;
}

.sub-menu-calendars ul li a {
    display: inline-block;
    margin-right: 2px;
    border-radius: 2px;
    padding: 5px 6px;
    background: var(--f-5-f-5-f-5, #F5F5F5);
    margin-top: 2px;
    margin-bottom: 2px;
    float: left;
    color: var(--black, #000);
    font-size: 11px;
}

.sub-menu-calendars ul li:hover a {
    color: #fff;
    background: #666;
}

.sub-menu-calendars ul li.sub-menu-active a {
    background: var(--43951-e, #43951E);
    color: #fff;
}
.sub-menu ul li a {
    display: inline-block;
    margin-right: 2px;
    border-radius: 2px;
    padding: 5px 9px;
    background: #e1e1e1;
    margin-top: 2px;
    margin-bottom: 2px;
    float: left;
    color: #212121;
    font-size: 11px;
}

.sub-menu ul li:hover a {
    color: #fff;
    background: #666;
}

.sub-menu ul li.sub-menu-active a {
    background: #666;
    color: #fff;
}

.detail-calendar-today img {
    width: 20px;
    height: 20px;
}
.detail-calendar-today>a>.text-name-club {
    word-break: break-word;
    color: var(--Black, #000);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.detail-calendar-today>a>.home-team {
    text-align: right;
}
.detail-calendar-today>a>.time-info {
    text-align: center;
    color: var(--Black, #000);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.detail-calendar-today>a {
    display: grid;
    grid-template-columns: 5fr 1fr 1fr 1fr 5fr;
    gap: 8px;
}
.detail-calendar-today {
    padding: 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.content-article blockquote {
    background: #ffffcc;
    padding: 5px 10px;
    margin: 5px;
}

.article-data h4 {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.article-data table.matches thead {
    background: #4F4F4F;
    color: #FFF;
    font-weight: bold;
}

.article-data table.matches td {
    padding: 5px;
}

.article-data table.matches td.fc-center {
    text-align: center;
}

.article-data table.matches td.team-home {
    text-align: right;
    padding-right: 5px;
}

.article-data table.matches td.team-away {
    padding-left: 10px;
}

.article-data table.matches td.score {
    width: 75px;
    background-color: #dadada;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.article-data table.matches td {
    font-size: 14px;
}

.article-data table tr:nth-child(even) {
    background: #eee;
}

.zone-notice p {
    padding: 8px 0;
    line-height: 22px;
    font-size: 16px;
}

.inner-article {
    min-height: 115px;
    background: #F2F2F2;
    padding: 10px;
    clear: both;
}

.inner-article h2 {
    font-weight: bold;
}

.inner-article h4 {
    text-align: left;
    font-weight: bold;
}

.inner-article img {
    padding: 0px;
    margin-right: 10px;
    float: left;
    width: 150px;
}

.inner-article p {
    margin: 10px 0px 0px 0px;
    display: table;
}


/* ====CSS Cho vùng livescore trận đấu ===*/

td.fc-right {
    text-align: right;
}

.match-event {
    width: 13px;
    background: url("/themes/default/images/ls-13.png") 0 50% no-repeat;
    display: inline-block;
}

.match-goal {
    background-position: -59px 50%;
}

.match-yellow-card {
    background-position: -2px 50%;
}

.match-substitution {
    background-position: -151px 50%;
}

.match-own-goal {
    background-position: -801px 50%;
}

.match-red-card {
    background-position: -30px 50%;
}

.match-penalty-off {
    background-position: -1220px 50%;
    width: 14px;
}

.match-two-yellows {
    background-position: -240px 50%;
}


/* Mobile */

#header-mobile {
    display: none;
}

#header-mobile .bottom-tab {
    width: 100%;
    height: 42px;
    line-height: 1.1;
    z-index: 99999999;
    background: #ebebeb;
    font-size: 0;
}

#header-mobile .bottom-tab a {
    display: inline-block;
    width: 13.88%;
    height: 100%;
    color: #000;
    padding-top: 5px;
    font-size: 11px;
    text-align: center;
}

#header-mobile .bottom-tab a:last-child {
    border-right: none;
}

#header-mobile .bottom-tab a span {
    font-size: 12px;
    /*font-weight: bold;*/
    color: #000;
}

#header-mobile .list-link-after-top {
    display: block;
    height: 31px;
    line-height: 31px;
    background-color: #6abf59;
}

#header-mobile .list-link-after-top a {
    color: #ffffff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 24%;
    font-size: 14px;
}

#header-mobile .list-link-after-top .button-center {
    border-left: 1px solid #86cf77;
}

#header-mobile .list-link-after-top .button-right {
    border-left: 1px solid #86cf77 !important;
}

#header-mobile .top-link-header {
    display: block;
    height: 49px;
    background: #159f3a;
    border-bottom: 1px solid #024128;
}

#header-mobile .bg-top-link-header {
    display: block;
    height: 49px;
    width: 100%;
}

#header-mobile .top-link-header.scroll {
    position: fixed;
    width: 100%;
    top: -49px;
    z-index: 10;
    -webkit-transition: top 1s ease-in-out;
    -moz-transition: top 1s ease-in-out;
    -o-transition: top 1s ease-in-out;
    -ms-transition: top 1s ease-in-out;
    transition: top 1s ease-in-out;
}

#header-mobile .top-link-header.hide-pro {
    top: 0;
}

#header-mobile .top-link-header a {
    display: block;
    float: left;
    width: 20%;
    height: 49px;
    text-align: center;
    color: #ffffff;
}

#header-mobile .top-link-header a:hover {
    color: #8dc20d;
}

#header-mobile .top-link-header a span.logo {
    display: inline-block;
    width: 39px;
    height: 39px;
    background-position: 0 -21px;
    margin-top: 5px;
}

#header-mobile .top-link-header .liverscore,
#header-mobile .top-link-header .video,
#header-mobile .top-link-header .search {
    background-color: #00603a;
}

#header-mobile .top-link-header .liverscore {
    border-right: 1px solid #024128;
}

#header-mobile .top-link-header .search {
    border-left: 1px solid #007236;
}

#header-mobile .top-link-header .video {
    border-left: 1px solid #007236;
    border-right: 1px solid #024128;
}

#header-mobile .top-link-header a span.video-icon,
#header-mobile .top-link-header a span.search-icon,
#header-mobile .top-link-header a span.livescore-icon {
    display: block;
    width: 19px;
    height: 19px;
    background-position: 0 0;
    margin: 8px auto 2px;
}

#header-mobile .top-link-header a span.video-icon {
    background-position: -22px 0;
}

#header-mobile .top-link-header a span.search-icon {
    background-position: -42px 0;
    height: 14px;
    margin-bottom: 4px;
    margin-top: 12px;
}

#header-mobile .top-link-header .item-close-menu,
#header-mobile .top-link-header .item-menu {
    width: calc(20% - 4px);
}

#header-mobile span.menu {
    background-position: -61px 0;
    display: inline-block;
    height: 23px;
    margin-top: 13px;
    width: 25px;
}

#header-mobile .menu-top-category {
    margin-top: 5px;
    display: block;
    height: 35px;
    background: url('../images/bg_title.png');
    overflow-x: scroll;
    overflow-y: hidden;
}

#header-mobile .menu-top-category ul {
    width: 686px;
    border-bottom: 1px solid #c2c2c2;
}

#header-mobile .menu-top-category ul li {
    display: inline-block;
}

#header-mobile .menu-top-category ul li a {
    margin: 0 13px;
    line-height: 34px;
    vertical-align: top;
    display: inline-block;
}

#header-mobile .menu-top-category ul li.active {
    background: url('../images/bg_hover_title.png');
}


/* //Mobile */

.box-list-schedule-all .title-schedule-league {
    display: block;
    padding-left: 12px;
    overflow: hidden;
    height: 31px;
    line-height: 31px;
}

.box-list-schedule-all .title-schedule-league .title-schedule-text {
    color: #ffffff;
    width: auto;
}

.box-list-schedule-all .title-schedule-league .show-hide-list-news {
    color: #989898;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 31px;
    line-height: 25px;
    text-align: center;
    width: 64px;
}

.box-list-schedule-all .title-schedule-league .border-title {
    display: inline-block;
    height: 30px;
    margin-left: -1px;
    margin-right: -2px;
    vertical-align: top;
    background: #555555;
    float: left;
    width: 1px;
}

.box-list-schedule-all .title-schedule-league .arrow-up,
.box-list-schedule-all .title-schedule-league .arrow-show {
    background-position: -87px -56px;
    display: inline-block;
    height: 6px;
    margin-left: 5px;
    width: 13px;
}

.box-list-schedule-all .content-odds-item {
    display: block;
    height: 56px;
    background-color: #c6d4f1;
    border-bottom: 1px solid #fff;
}

.box-list-schedule-all .content-odds-item .time-info {
    display: inline-block;
    width: 40px;
    text-align: center;
    border-right: 1px solid #f2f2f2;
}

.box-list-schedule-all .content-odds-item .time-info span {
    color: #EE6363;
    font-size: 11px;
}

.box-list-schedule-all .content-odds-item .club-name {
    display: inline-block;
    width: calc(100% - 300px);
    vertical-align: middle;
    border-right: 1px solid #f2f2f2;
    height: 54px;
    float: none;
}

.box-list-schedule-all .content-odds-item .club-name span,
.box-list-schedule-all .content-odds-item .club-name strong {
    display: block;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    width: 100%;
    font-size: 12px;
}

.box-list-schedule-all .content-odds-item .club-name span {
    font-weight: 500;
    color: #333;
}

.box-list-schedule-all .content-odds-item .club-name strong {
    color: #333;
}

.box-list-schedule-all .club-name span.hafttime {
    color: #159f3a;
}

.box-list-schedule-all .content-odds-item .odds-content {
    border-right: 1px solid #f2f2f2;
    display: inline-block;
    height: 56px;
    padding-right: 5px;
    vertical-align: middle;
    width: 100px;
}

.box-list-schedule-all .content-odds-item .odds-content .odds-data {
    display: block;
    height: 18px;
    font-size: 12px;
}

.box-list-schedule-all .content-odds-item .odds-content .odds-data span {
    display: block;
    float: left;
    width: 50%;
    height: 18px;
    font-weight: bold;
    color: #444;
    font-size: 12px;
}

.box-list-schedule-all .content-odds-item .odds-content .odds-data .highlight {
    font-weight: bold;
    color: #159f3a;
}

.box-list-schedule-all .content-odds-item .odds-content .odds-data .right-text {
    text-align: right;
}

.box-list-schedule-all .hafttime-data {
    background: #EEE8CD;
    width: 100%;
    display: none;
}

.box-list-schedule-all .content-list-schedule {
    margin-bottom: 5px;
}

.box-list-schedule-all .content-odds-item.even {
    background-color: #e4e4e4;
}

.box-list-schedule-all .content-odds-item .odds-content.europe-ratio {
    width: 35px;
    border-right: none;
    overflow: hidden;
}

.box-list-schedule-all .hafttime-data .time-info {
    display: inline-block;
    width: 40px;
    line-height: 45px;
    text-align: center;
    border-right: 1px solid #f2f2f2;
    font-size: 11px;
}

.box-list-schedule-all .hafttime-data .time-info span {
    font-size: 11px;
}

.box-list-schedule-all .hafttime-data .club-name {
    display: inline-block;
    width: calc(100% - 210px);
    vertical-align: middle;
    border-right: 1px solid #f2f2f2;
    height: 40px;
    float: none;
}

.box-list-schedule-all .hafttime-data .club-name span,
.box-list-schedule-all .hafttime-data .club-name strong {
    display: block;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    font-size: 12px;
    width: 100%;
    color: #333333;
}

.box-list-schedule-all .hafttime-data .club-name strong {
    color: #333333;
}

.box-list-schedule-all .hafttime-data .club-name span {
    font-weight: 500;
}

.box-list-schedule-all .hafttime-data .odds-content {
    border-right: 1px solid #f2f2f2;
    display: inline-block;
    height: 40px;
    padding-right: 5px;
    vertical-align: middle;
    width: 65px;
}

.box-list-schedule-all .hafttime-data .odds-content.europe-ratio {
    width: 23px;
    border-right: none;
    overflow: hidden;
}

.box-list-schedule-all .hafttime-data .odds-content.europe-ratio p {
    vertical-align: middle;
    margin-top: 10px;
    text-align: center;
}

.match-info-block .content-home-club {
    float: left;
    margin-top: 12px;
    text-align: center;
}

.match-info-block .content-away-club {
    float: right;
    margin-top: 12px;
    text-align: center;
}

.match-info-block .info-match {
    text-align: center;
    font-weight: bold;
    position: relative;
}

.match-info-block .match-odds {
    color: #B8002F;
}

.mb5 {
    margin-bottom: 5px;
}

.mega-result.result-7 {
    background-color: #000000;
    margin-left: 25px;
}

.award-text.award-gdb {
    width: auto;
}

.content-home-top {
    display: none;
    padding: 10px 10px 10px;
}

.content-home-top a {
    padding: 5px 12px;
    color: #00603a;
    background: #f2f2f2;
}

.ads-predict-league {
    display: none;
}

.div_footer_banner {
    position: fixed;
    bottom: -7px;
    left: 0;
    right: 0;
    z-index: 99;
    display: none;
}

.div_footer_banner .banner-catfish_1 {
    bottom: 0;
    left: 0;
    right: 0;
    height: 49px;
}

.div_footer_banner .banner-close {
    display: block;
    font-size: 18px;
    padding: 0 3px;
    cursor: pointer;
    position: absolute;
    right: 0;
    background: rgba(169, 169, 169, .51);
    text-align: center;
}

.div_footer_banner .img-fluid {
    max-width: 100%;
    height: auto;
}

.tab-match a {
    margin-right: 0px;
}


/*
custom bxh
*/

.list-link-standing-seo a {
    padding-bottom: 0;
    padding-top: 0;
    height: auto;
}

.list-link-standing-seo.custom-bxh-bdn {
    margin: 20px 0 48px 0;
}

.list-link-standing-seo.custom-bxh-bdn a {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #fff;
    background: #e6e6e6;
}

.list-link-standing-seo.custom-bxh-bdn .title {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    width: 82%;
}

.list-link-standing-seo.custom-bxh-bdn .standing-logo {
    width: 12%;
    text-align: center;
}

.list-link-standing-seo.custom-bxh-bdn .standing-image-more {
    width: 6%;
    text-align: center;
}

.flag-default {
    background: url(../images/icon-default.svg) no-repeat right;
    background-size: contain;
}

.list-link-standing-seo.custom-bxh-bdn img {
    float: unset;
    height: auto;
    margin-right: 0;
    max-width: 40px;
    width: auto;
}

.list-link-standing-seo.custom-bxh-bdn a {
    height: auto;
}


/* //End Mobile */

@media only screen and (max-width: 769px) {
    .main-container,
    .content-page {
        width: 100%;
    }
    .news-block-right {
        display: none;
    }
    .menu-top-category,
    .home-event-home-block,
    .top-link,
    .top-header {
        display: none !important;
    }
    .block-video-hot,
    .ads-box {
        display: none;
    }
    .news-block-main .news-block-left {
        width: 100%;
    }
    .content-home-left .block-league-news .first-news-hot-league,
    .content-home-left .block-league-news .list-all-news-league-home {
        width: 100% !important;
    }
    .content-home-left.home-left,
    .info .fcopyright {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .pad12 {
        padding: 0;
    }
    #header-pc {
        display: none;
    }
    #header-mobile {
        display: block;
    }
    .m-hide {
        display: none;
    }
    table td,
    table td b,
    table td strong {
        font-size: 11px;
    }
    .news-block-main .news-block-left .new-block-hot {
        padding: 0 10px;
    }
    .news-block-main .news-block-left .new-block-hot img {
        height: auto;
    }
    .news-block-main .news-block-left .list-news-hot a {
        width: 100%;
        height: auto;
        margin-bottom: 12px;
    }
    .news-block-main .news-block-left .list-news-hot a:nth-child(2n) {
        margin-right: 0;
    }
    .news-block-main .news-block-left .list-news-hot a img {
        width: 150px;
        height: 100px;
        float: left;
        margin-right: 12px;
    }
    .news-block-main .news-block-center {
        width: 100%;
        margin: 0;
        height: auto;
    }
    .news-block-main .news-block-center ul li {
        padding: 7px 10px !important;
    }
    .news-block-main .news-block-left .new-block-hot h1 {
        line-height: 30px;
    }
    .news-block-main .new-list-center .first a img {
        display: none;
    }
    .content-home-left .block-league-news .first-news-hot-league {
        margin: 0;
        padding: 0 10px;
    }
    .block-league-news.backstage .list-all-news-league-home a {
        padding-left: 0;
        padding-right: 10px;
    }
    .block-league-news.backstage .list-all-news-league-home a:nth-child(2n) {
        padding-right: 0px;
    }
    .block-league-news.backstage .list-all-news-league-home a img {
        width: 100%;
        height: 120px;
    }
    .content-home-left .block-league-news .list-all-news-league-home {
        padding: 0 10px;
    }
    .news-block-main .news-block-left .list-news-hot {
        padding: 0 10px;
    }
    .news-block-main .news-block-center .new-list-center a,
    .news-block-main .news-block-center .new-list-center a p {
        font-size: 14px;
        line-height: 24px;
        font-weight: bold;
    }
    .news-block-main .news-block-left .new-block-hot .new-desc,
    .content-home-left .block-league-news .list-news .desc {
        font-size: 16px;
    }
    .content-home-left .block-league-news .title-news-host {
        color: #333;
    }
    .content-home-left .block-league-news div.title-league-all {
        background: #04903f;
    }
    .content-home-left .block-league-news div.title-league-all span.fist-title {
        color: #fff;
    }
    .block-league-news.backstage .list-all-news-league-home a {
        font-size: 14px;
        font-weight: bold;
        height: 200px;
        color: #333;
    }
    .content-home-left .block-league-news div.title-league-all .list-link-league {
        float: left;
        padding: 0 15px;
        background: #f2f2f2;
        margin-bottom: 10px;
        width: 100%;
    }
    .content-home-left .block-league-news .list-all-news-league-home .fist-news img {
        display: none;
    }
    .content-home-left .block-league-news .list-all-news-league-home .fist-news {
        font-size: 14px;
        font-weight: 600;
        color: #333;
    }
    .content-home-left .block-league-news div.title-league-all h2:first-child {
        padding-left: 0;
    }
    .content-home-right {
        display: block;
        width: 100%;
    }
    .content-standing .name-club {
        width: 40%;
    }
    .content-standing .he-so {
        width: 15%;
    }
    .content-standing .number-match,
    .content-standing .points {
        width: 15%;
    }
    .content-block-schedule-result-odds .detail-schedule-right .text-name-club {
        width: 42%;
    }
    .content-home-right .block-live-sopcast .title-live-sopcast,
    .content-home-right .block-prediction .title-prediction {
        height: auto;
        padding: 7px 0;
        color: #fff;
        background-color: #04903f;
    }
    .content-home-right .block-prediction .title-prediction a {
        color: #fff;
    }
    .block-standing-right .title-league {
        background-color: #04903f;
    }
    .block-standing-right .title-league a {
        color: #fff;
    }
    .first-news-hot-league img {
        width: 100%;
    }
    .list-all-news-league-home a {
        font-size: 14px;
        color: #333;
        padding: 5px 0;
        border-bottom: 1px solid #ddd;
        margin: 0;
        line-height: 24px;
        font-weight: 600;
    }
    .list-all-news-league-home a:last-child {
        border-bottom: none;
    }
    .list-all-news-league-home .clear {
        display: none;
    }
    .content-home-left {
        width: 100%;
        margin: 0;
        line-height: 18px;
        font-size: 10px;
    }
    .away-text.active,
    .home-text.active {
        font-size: 11px;
    }
    .red-card-show,
    .red-card {
        line-height: 18px;
    }
    .time-info {
        font-size: 11px;
        width: 35px;
    }
    .content-home-left .block-league-news.news-related.news-orther .list-news a {
        width: 100%;
    }
    .livescore-team {
        width: 35%;
        overflow: hidden;
    }
    .scorelink,
    .item-schedule .button {
        width: auto;
    }
    .list-schedule-all .title-schedule-league span {
        float: left;
        margin-top: 3px;
    }
    .list-schedule-all .title-schedule-league {
        height: 30px;
        line-height: 30px;
    }
    .title-schedule-league a {
        width: auto;
        float: left;
    }
    .list-schedule-all .title-schedule-league .ratio,
    .list-schedule-all .title-schedule-league span.goal {
        display: none;
    }
    .content-page .content-home-left .block-league-news .first-news-hot-league,
    .content-page .content-home-left .block-league-news .list-all-news-league-home {
        padding: 0 10px;
    }
    .content-page .content-home-left .list-all-news-league-home h3 a {
        border-bottom: 1px solid #dddddd;
    }
    .news-content .list-news-new .news-item .detail-news-item .brief-news,
    .news-content .list-news-new .news-item .detail-news-item .text-info {
        display: none;
    }
    .news-content .list-news-new .news-item {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .fc-above {
        font-size: 11px;
    }
    .listing-match td,
    .standings td,
    .standings td span,
    .standings td strong,
    .standings td b,
    .listing-match td b {
        font-size: 11px !important;
    }
    .list-schedule-all .item-schedule .total-goal-ratio,
    .list-schedule-all .item-schedule .asia-ratio {
        display: none;
    }
    .list-schedule-all .item-schedule {
        vertical-align: middle;
        padding: 3px 5px;
    }
    .memo {
        color: red;
        width: 100%;
        margin-left: 0;
    }
    .list-tab-news .list-link a {
        margin-bottom: 5px;
        height: 30px;
        line-height: 30px;
        border-radius: 5px;
    }
    .one-ads {
        width: 100%;
        overflow: hidden;
    }
    .content-home-left .block-league-news div.title-league-all .list-link-league a:last-child {
        display: none;
    }
    .htscorelink {
        display: none;
    }
    .content-list-live {
        padding: 0 10px;
    }
    .list-all-content-news-category .list-news-new {
        padding: 0;
    }
    .content-page.news-content .content-home-left .detail-news-content {
        padding: 0 10px;
    }
    .news-related .fist-title {
        padding-left: 10px;
    }
    .block-league-news.news-related.news-orther .list-news {
        padding: 0 10px;
    }
    .page-intro {
        padding: 10px;
        display: none;
    }
    .list-all-content-news-category {
        padding: 0 10px;
    }
    .info .fterms {
        padding-left: 10px;
    }
    .away-text {
        padding-left: 5px;
    }
    .home-text {
        padding-right: 5px;
    }
    div.breadcumbs {
        overflow: hidden;
    }
    div.breadcumbs a {
        padding: 0 2px;
    }
    div.breadcumbs,
    div.breadcumbs a,
    div.breadcumbs a span {
        font-size: 11px;
    }
    div.breadcumbs span.arrow-breadcumbs {
        margin: 0;
    }
    .content-list-live h1 {
        line-height: 32px;
    }
    .time-result-text {
        width: 30px;
    }
    .listing-match td,
    .standings td {
        vertical-align: middle;
    }
    .listing-match td.round-name {
        text-align: center;
    }
    .news-content {
        margin-top: 0;
    }
    .list-schedule-all .away-text,
    .list-schedule-all .home-text {
        width: 37%;
    }
    .list-schedule-all .item-schedule .total-goal-ratio,
    .list-schedule-all .item-schedule .asia-away,
    .list-schedule-all .item-schedule .asia-home,
    .list-schedule-all .item-schedule .asia-ratio {
        display: none;
    }
    .menu-list-item {
        display: block;
        width: 100%;
        background-color: #159f3a;
        padding: 10px 0;
    }
    .menu-list-item a {
        display: block;
        width: 25%;
        text-align: center;
        color: #ffffff;
        height: 88px;
        float: left;
        margin-bottom: 19px;
    }
    .menu-list-item a span.fixtures-icon {
        background-position: 0px -57px;
    }
    .menu-list-item a span.sprite_menu {
        display: inline-block;
        width: 55px;
        height: 55px;
        background-position: 0 0;
    }
    .menu-list-item a span.text {
        display: block;
        line-height: 13px;
        font-size: 12px;
    }
    .menu-list-item a span.livescore-icon {
        background-position: -58px 0;
    }
    .menu-list-item a span.result-icon {
        background-position: -116px 0;
    }
    .menu-list-item a span.fixtures-icon {
        background-position: 0px -57px;
    }
    .menu-list-item a span.video-icon {
        background-position: -57px -57px;
    }
    .menu-list-item a span.sopcast-icon {
        background-position: -117px -57px;
    }
    .menu-list-item a span.standing-icon {
        background-position: 0px -113px;
    }
    .menu-list-item a span.newspaper-icon {
        background-position: -57px -113px;
    }
    .menu-list-item a span.news-short-icon {
        background-position: -116px -113px;
    }
    .menu-list-item a span.odds-icon {
        background-position: 0 -288px;
    }
    .menu-list-item a span.newspaper-euro-icon {
        background-position: 0 -346px;
    }
    .menu-list-item a span.replay-icon {
        background-position: 0 -406px;
    }
    .menu-list-item a span.lottery-icon {
        background-position: -59px -406px;
    }
    .menu-list-item a span.schedule-film-icon {
        background-position: -117px -406px;
    }
    .menu-list-item a span.tv-show-icon {
        background-position: 0 -465px;
    }
    .menu-list-item a span.database-icon {
        background-position: -58px -465px;
    }
    .menu-list-item a span.film-new-icon {
        background-position: -117px -465px;
    }
    .menu-list-item a span.computer-icon {
        background-position: -57px -288px;
    }
    .menu-list-item a span.game-icon {
        background-position: -58px -346px;
    }
    .menu-list-item a span.soi-keo-icon {
        background-position: -116px -346px;
    }
    .menu-list-item a span.live-icon {
        background-position: 0px -171px;
    }
    .menu-list-item a span.news-buy-icon {
        background-position: -57px -171px;
    }
    .menu-list-item a span.news-before-icon {
        background-position: -116px -171px;
    }
    .menu-list-item a span.fixtures-tv-icon {
        background-position: 0 -230px;
    }
    .menu-list-item a span.live-tv-icon {
        background-position: -57px -230px;
    }
    .menu-list-item a span.cafe-buy-icon {
        background-position: -117px -230px;
    }
    .top-link-header a span.close-menu {
        background-position: -176px 0px;
        display: inline-block;
        height: 24px;
        margin-top: 13px;
        width: 24px;
    }
    .box-list-schedule-all .title-schedule-league {
        display: block;
        padding-left: 12px;
        overflow: hidden;
        height: 31px;
        line-height: 22px;
    }
    .box-list-schedule-all .title-schedule-league .title-schedule-text {
        color: #ffffff;
        width: auto;
    }
    .box-list-schedule-all .title-schedule-league .show-hide-list-news {
        color: #989898;
        cursor: pointer;
        display: inline-block;
        float: right;
        height: 31px;
        line-height: 25px;
        text-align: center;
        width: 64px;
    }
    .box-list-schedule-all .title-schedule-league .border-title {
        display: inline-block;
        height: 30px;
        margin-left: -1px;
        margin-right: -2px;
        vertical-align: top;
        background: #555555;
        float: left;
        width: 1px;
    }
    .box-list-schedule-all .title-schedule-league .arrow-up,
    .box-list-schedule-all .title-schedule-league .arrow-show {
        background-position: -87px -56px;
        display: inline-block;
        height: 6px;
        margin-left: 5px;
        width: 13px;
    }
    .box-list-schedule-all .content-odds-item {
        display: block;
        height: 56px;
        background-color: #c6d4f1;
        border-bottom: 1px solid #fff;
    }
    .box-list-schedule-all .content-odds-item .time-info {
        display: inline-block;
        width: 40px;
        text-align: center;
        border-right: 1px solid #f2f2f2;
    }
    .box-list-schedule-all .content-odds-item .time-info span {
        color: #EE6363;
        font-size: 11px;
    }
    .box-list-schedule-all .content-odds-item .club-name {
        display: inline-block;
        width: calc(100% - 210px);
        vertical-align: middle;
        border-right: 1px solid #f2f2f2;
        height: 54px;
        float: none;
    }
    .box-list-schedule-all .content-odds-item .club-name span,
    .box-list-schedule-all .content-odds-item .club-name strong {
        display: block;
        height: 18px;
        line-height: 18px;
        overflow: hidden;
        width: 100%;
        font-size: 12px;
    }
    .box-list-schedule-all .content-odds-item .club-name span {
        font-weight: 500;
        color: #333;
    }
    .box-list-schedule-all .content-odds-item .club-name strong {
        color: #333;
    }
    .box-list-schedule-all .club-name span.hafttime {
        color: #159f3a;
    }
    .box-list-schedule-all .content-odds-item .odds-content {
        border-right: 1px solid #f2f2f2;
        display: inline-block;
        height: 56px;
        padding-right: 5px;
        vertical-align: middle;
        width: 65px;
    }
    .box-list-schedule-all .content-odds-item .odds-content .odds-data {
        display: block;
        height: 18px;
        font-size: 12px;
    }
    .box-list-schedule-all .content-odds-item .odds-content .odds-data span {
        display: block;
        float: left;
        width: 50%;
        height: 18px;
        font-weight: bold;
        color: #444;
        font-size: 12px;
    }
    .box-list-schedule-all .content-odds-item .odds-content .odds-data .highlight {
        font-weight: bold;
        color: #159f3a;
    }
    .box-list-schedule-all .content-odds-item .odds-content .odds-data .right-text {
        text-align: right;
    }
    .box-list-schedule-all .hafttime-data {
        background: #EEE8CD;
        width: 100%;
        display: none;
    }
    .box-list-schedule-all .content-list-schedule {
        margin-bottom: 5px;
    }
    .box-list-schedule-all .content-odds-item.even {
        background-color: #e4e4e4;
    }
    .box-list-schedule-all .content-odds-item .odds-content.europe-ratio {
        width: 23px;
        border-right: none;
        overflow: hidden;
    }
    .box-list-schedule-all .hafttime-data .time-info {
        display: inline-block;
        width: 40px;
        line-height: 45px;
        text-align: center;
        border-right: 1px solid #f2f2f2;
        font-size: 11px;
    }
    .box-list-schedule-all .hafttime-data .time-info span {
        font-size: 11px;
    }
    .box-list-schedule-all .hafttime-data .club-name {
        display: inline-block;
        width: calc(100% - 210px);
        vertical-align: middle;
        border-right: 1px solid #f2f2f2;
        height: 40px;
        float: none;
    }
    .box-list-schedule-all .hafttime-data .club-name span,
    .box-list-schedule-all .hafttime-data .club-name strong {
        display: block;
        height: 18px;
        line-height: 18px;
        overflow: hidden;
        font-size: 12px;
        width: 100%;
        color: #333333;
    }
    .box-list-schedule-all .hafttime-data .club-name strong {
        color: #333333;
    }
    .box-list-schedule-all .hafttime-data .club-name span {
        font-weight: 500;
    }
    .box-list-schedule-all .hafttime-data .odds-content {
        border-right: 1px solid #f2f2f2;
        display: inline-block;
        height: 40px;
        padding-right: 5px;
        vertical-align: middle;
        width: 65px;
    }
    .box-list-schedule-all .hafttime-data .odds-content.europe-ratio {
        width: 23px;
        border-right: none;
        overflow: hidden;
    }
    .box-list-schedule-all .hafttime-data .odds-content.europe-ratio p {
        vertical-align: middle;
        margin-top: 10px;
        text-align: center;
    }
    .logo {
        float: none;
    }
    .news-block-main .news-block-left .new-block-hot h1 a {
        font-size: 26px;
        line-height: 32px;
    }
    .news-content .detail-content-news .title-news {
        padding: 10px 0;
    }
    .sopcast-match,
    .live-match {
        display: none;
    }
    .news-block-main .news-block-right {
        width: 100%;
    }
    .left {
        display: none;
    }
    .list-link-standing {
        width: 100%;
        padding: 10px;
    }
    .list-link-standing-seo a {
        height: 128px;
        overflow: hidden;
    }
    .list-link-standing-on-page .lst-normal a {
        padding: 5px 10px;
    }
    .list-link-standing .content-list-live {
        padding: 0 !important;
    }
    .list-link-standing-seo img {
        width: 150px;
        height: 100px;
    }
    .video-content-category .list-link {
        padding: 0 10px;
    }
    .video-hot-first {
        padding: 10px;
    }
    .block-left-video-hot {
        width: 100%;
        height: auto;
        margin: 0;
    }
    .block-right-video-hot {
        width: 100%;
    }
    .home-top-video-hot {
        border-bottom: 1px solid #ddd;
        padding: 10px 0;
        margin-bottom: 0;
    }
    .home-top-video-hot:last-child {
        border-bottom: none;
    }
    .home-top-video-hot .title-video {
        font-weight: bold;
        font-size: 14px;
    }
    .video-content-category .content-home-left .sub-menu {
        padding: 5px;
    }
    .video-content-category .content-home-left .detail-content-news h1.title-news,
    .video-content-category .content-home-left .detail-content-news .content-brief {
        padding: 10px;
    }
    .video-content-category .content-home-left .content-article.article-body {
        padding: 0 10px;
    }
    /* //End Mobile */
    .lottery-body {
        font-size: inherit;
    }
    .lottery-body .main-container {
        width: 100%;
    }
    .kqxs-box {
        padding: 0;
        border: none;
    }
    .award-text {
        font-size: 18px;
    }
    .standings td .mega-result {
        font-size: 20px !important;
        margin: 10px 2px;
    }
    .mega-result.result-1 {
        margin-left: 25px;
    }
    .mega-result.result-4 {
        margin-left: 25px;
    }
    .mega-result.result-5 {
        margin-left: 5px;
    }
    .award-text.award-gdb {
        width: auto;
    }
    .mega-result.result-7 {
        margin-left: 40% !important;
        background-color: #000;
        margin-top: 0 !important;
    }
    .content-home-top {
        display: block;
    }
    #zone-league-by-season-round .listing-match tr td {
        vertical-align: top;
    }
    .div_footer_banner {
        display: block;
    }
}

.magazine-home-fix {
    position: relative;
}

.icon-magazine-home-fix {
    position: absolute;
    width: 90px;
    height: 17px;
    background: url('/img/emagazine-icon.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    left: 0;
}

@media only screen and (max-width: 376px) {
    .mega-result {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .m-hide {
        display: none;
    }
    .standings td .mega-result {
        font-size: 16px !important;
    }
}

.block-pagination {
    display: block;
    width: 100%;
    padding: 20px 0
}

.pagination {
    display: inline-block;
    display: block;
    margin: 0 auto;
    text-align: center
}

.pagination li {
    display: inline
}

.pagination li a,
.pagination li span {
    display: inline;
    cursor: pointer;
    position: relative;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination li a:hover,
.pagination li.active a {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.title-block-child {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.result-vietlott {
    width: 100%;
    background: #ffffff;
    margin-top: 4px;
}

.result-vietlott td,
.result-vietlott th {
    padding: 5px;
}

.result-vietlott p {
    font-weight: 700;
    padding: 0;
    margin: 1rem 0 0;
    font-size: 14px;
    text-align: center;
}

.result-vietlott strong {
    color: #ed1c25;
    font-size: 1.25rem;
}

.txt-center {
    text-align: center;
}

.result-vietlott td i {
    box-sizing: content-box;
    display: block;
    margin: 0 auto;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    border-radius: 100%;
    font-style: normal;
    font-size: 1.43rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, .5);
}

.result-vietlott td:nth-child(1) i {
    background-color: #1ea6ec;
    background: linear-gradient(to bottom, #2eb6fc 0, #1066bc 100%);
}

.result-vietlott td:nth-child(2) i {
    border-color: #f03268;
    background: linear-gradient(to bottom, #fa5288 0, #bb002a 100%);
}

.result-vietlott td:nth-child(3) i {
    border-color: #e9b800;
    background: linear-gradient(to bottom, #e4c420 0, #b06800 100%);
}

.result-vietlott td:nth-child(4) i {
    border-color: #69c82a;
    background: linear-gradient(to bottom, #79c82a 0, #297800 100%);
}

.result-vietlott td:nth-child(5) i {
    border-color: #db48c2;
    background: linear-gradient(to bottom, #f04aac 0, #b0108a 100%);
}

.result-vietlott td:nth-child(6) i {
    border-color: #ea7702;
    background: linear-gradient(to bottom, #f09742 0, #da380a 100%);
}

.result-vietlott2 td i {
    font-style: normal;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #000;
    display: inline-block;
    margin: 0 2px 0 0;
}

.result-vietlott2 td {
    vertical-align: middle;
}

.clnote,
.clred {
    color: #ed1c25 !important;
}

.tit-mien {
    padding: 10px 3px;
    display: block;
    text-align: center;
    font-weight: 700;
}

.s18 {
    font-size: 18px;
}

.bold {
    font-weight: 700;
}

.power-655 .results td:not(:last-child) i {
    background: #fff;
    color: #ed1c25;
    text-shadow: none;
    border: 2px solid #ccc;
}

.power-655 .results td:nth-child(7) {
    border-left: 2px solid #d9d3cb;
    padding-left: 3px;
}

.power-655 .results td:nth-child(7) i {
    background: #f60;
    color: #fff;
    border: none;
}

.power-655 .result-vietlott p {
    margin: 0;
}

.result-vietlott2 i.clnote {
    border-color: #ed1c25;
}

.keno-result {
    width: 100%;
    background: #ffffff;
}

.keno-result td i {
    background: #fff;
    text-shadow: none;
    border: 2px solid #ccc;
    box-sizing: content-box;
    display: block;
    margin: 0 auto;
    width: 3.2rem;
    height: 3.2rem;
    line-height: 3.2rem;
    text-align: center;
    border-radius: 100%;
    font-style: normal;
    font-size: 1.3rem;
    font-weight: 700;
    color: red;
    text-shadow: none;
}

@media (max-width: 648px) {
    .keno-result td i {
        width: 2.2rem;
        height: 2.2rem;
        line-height: 2.2rem;
    }
}

@media (max-width: 400px) {
    .keno-result td i {
        width: 1.7rem;
        height: 1.7rem;
        line-height: 1.7rem;
    }
}

.nav-tabs>li {
    flex: 0 1 100%;
    width: 100%;
    display: flex;
}

.nav-tabs>li a {
    margin-bottom: -1px;
    border: 1px solid #ddd;
    border-radius: 10px 10px 0 0;
    background-color: #989898;
    color: #fff;
    display: block;
    font-size: 15px;
    padding-top: .5em;
    padding-bottom: .5em;
    text-align: center;
    /* font-weight: 700; */
    width: 100%;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
    display: flex;
}

li.active a {
    background: #4e4e4e;
}

.keno .tab {
    display: none;
}

.keno .tab.active {
    display: block;
}

.form-horizontal .control-label {
    padding-top: 3px;
    margin-bottom: 0;
    text-align: left;
    width: 30%;
    float: left;
    font-weight: 700;
}

.form-horizontal .form-group {
    overflow: hidden;
    margin-left: initial;
    margin-right: initial;
    margin-bottom: 10px;
}

.form-horizontal .form-control,
.form-horizontal .hint-block,
.form-horizontal div[role=radiogroup] {
    width: calc(70% - 1rem);
    float: right;
}

.form-horizontal input.form-control {
    text-indent: 5px;
    padding: 6px 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d9d3cb;
    border-radius: 3px;
    outline: 0;
}

.form-horizontal select.form-control {
    padding: 5px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #d9d3cb;
    border-radius: 3px;
    outline: 0;
}

.drp-calendar.left {
    width: auto;
}

.keno-result td i.match-number {
    color: #fff;
    background-color: #529f45;
}

ul.pagination {
    margin-top: 15px;
}

figure.expNoEdit {
    margin: 0;
}

figcaption {
    text-align: center;
    font-style: italic;
}

.banner_ads-bdn {
    position: relative;
	margin-bottom: 5px !important;
}

.banner_ads-bdn-button {
    position: absolute;
    z-index: 100;
    right: 1px;
    top: 1px;
}

.banner_ads-bdn-button span {
    background-color: rgba(0,0,0,.7);
    margin-left: -2px;
    width: 15px;
    height: 15px;
    line-height: 13px;
    display: block;
    color: #9bdff6;
    cursor: pointer;
}

.banner_ads-bdn-button span svg {
    height: 15px;
    width: 15px;
    fill: #00aecd;
}

.banner_ads-bdn-button span.cbb svg {
    stroke-width: 1.25;
    stroke: #00aecd;
}

.banner_ads-bdn-button span:hover {
    background-color: #58585a;
}

.banner_ads-bdn .banner_ads-bdn-button span:hover svg {
    stroke: #ffffff;
}

.banner_ads-bdn .w-banner_ads-bd a {
    padding: 0;
}

.static-banner-right-bottom {
    position: absolute;
    bottom: 0;
    display: block;
    right: -320px;
}

.box-list-schedule-all .content-odd-live .content-odds-item {
    background-color: #f3a6a6;
}

.box-list-schedule-all .content-odd-live .content-odds-item.even {
    background-color: #e4cece;
}

#link-return-top {
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 9;
    background: rgba(255, 255, 255, .9);
    text-align: center;
    -webkit-box-shadow: 1px 3px 8px rgb(0 0 0 / 20%);
    box-shadow: 1px 3px 8px rgb(0 0 0 / 20%);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 5px 5px 10px 5px;
    color: #999;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zone-notice img{
    max-width: 100%;
    height: auto;
}

/*Match detail*/
.content_box_detail {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 16px;
    padding: 16px;
}
.match-detail-boxinfo {
    background: #005533;
    border: 1px solid #30AF4A;
    border-radius: 8px;
    padding: 16px;
}
.boxinfo-row:nth-child(2), .boxinfo-row:nth-child(3) {
    margin-top: 20px;
}
.boxinfo-row {
    display: grid;
    grid-template-columns: 5fr 2fr 5fr;
}
.boxinfo-center {
    text-align: center;
}
.first-row-item {
    font-size: 18px;
    line-height: 130%;
    text-transform: capitalize;
    color: #F18A10;
}
.first-row-center {
    font-size: 18px;
    line-height: 130%;
    text-transform: capitalize;
    color: #FFFFFF;
}
.second-row-item {
    position: relative;
}
.teamName.team-name-home {
    right: 5%;
}
.teamName.team-name-away {
    left: 5%;
}
.teamName {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #FFFFFF;
    max-width: 65%;
}
.team-logo {
    width: 70px;
    height: 70px;
}
.team-logo-home {
    margin-left: 10%;
}
.team-logo-away {
    margin-right: 10%;
}
.boxinfo-minute {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #30AF4A;
}
.match-score {
    display: block;
    letter-spacing: 5px;
}
.match-score, .match-score>span {
    font-weight: 700;
    font-size: 42px;
    line-height: 130%;
    color: #4C5EFF;
    background: #FFFFFF;
    border-radius: 40px;
}
.match-score-half {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #FFFFFF;
    display: block;
}
.third-row-item {
    font-size: 14px;
    line-height: 130%;
    text-transform: capitalize;
    color: #FFFFFF;
}

.match-tabs {
    margin-top: 20px;
    background: #FFFFFF;
    box-shadow: inset 0px -2px 0px #30AF4A;
    border-radius: 16px 16px 0px 0px;
    text-align: center;
    padding-bottom: 2px;
}
.match-tab-link.active {
    color: #FFFFFF;
    font-weight: 700;
    background: #00603A;
}
.match-tab-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
    color: #626262;
    padding: 12px 16px;
    background: #F5F5F5;
    border-radius: 8px 8px 0px 0px;
    display: inline-block;
}

.listing-match {
    border: none;
}
.listing-match .team-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}
.listing-match .row-header {
    background: #626262;
    color: #FFFFFF;
}

.listing-match td.no-border-bottom {
    border-bottom: none
}

.listing-match td.text-event-minute {
    border-bottom: none
}
.listing-match .td {
    border: none;
    padding: 10px !important;
    border-bottom: 1px solid #f1f1f1;
    vertical-align: middle;
    line-height: 1 !important;
}

.listing-match .td.no-border-bottom {
    border-bottom: none
}

.listing-match .td.text-event-minute {
    border-bottom: none
}

.listing-match .td.text-event-goal {
    background: #ef4123;
    color: #fff
}
.listing-match .minute-event {
    background: #EDF2F7;
}
.listing-match .home-event>img {
    float: right;
}
.listing-match .away-event>span {
    float: right;
    text-align: right;
}
.listing-match-note-wrap {
    padding: 16px;
}
.listing-match-note>.wrap-note-item:last-of-type {
    margin-top: 8px;
}
.listing-match-note>.wrap-note-item {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.listing-match-note {
    padding: 16px;
    background: #F7F7F7;
    border-radius: 8px;
}
.listing-match-note-item>img {
    width: 14px;
    height: 14px;
}
.listing-match-note-item {
    font-size: 12px;
    line-height: 18px;
    color: #5F6368;
}

.table {
    width: 100%;
    display: table;
    border-collapse: collapse;
}
.table .tr {
    display: table-row;
}
.table .td {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    line-height: 1.42857;
    padding: 8px 5px;
}

.section-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #333333;
    padding: 7px 10px;
    display: block;
}

.lineup-header-info {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
}
.lineup-header-home, .lineup-header-away {
    padding: 8px 16px;
}
.lineup-header-home>span, .lineup-header-away>span {
    display: inline-block;
    vertical-align: super;
    margin: 0 16px;
}
.lineup-header-home>.formation, .lineup-header-away>.formation {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 3px;
}
.lineup-header-away {
    text-align: right;
    background: #FF6600;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}
.lineup-header-home {
    text-align: left;
    background: #05903F;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    /*color: #333333;*/
}

.lineup-sub-wrap {
    width: 100%;
    color: #333333;
    background-color: #FFFFFF;
}
.sub-header {
    background: #F2F2F2;
    border-bottom: 1px solid #E0E0E0;
    box-shadow: inset 0px -1px 0px #EEEEEE;
    text-align: center;
    padding: 8px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.sub-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.sub-header-home, .sub-header-away {
    padding: 8px 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    box-shadow: inset 0px -1px 0px #EBEBEB;
}
.lineup-team-name {
    display: inline-block;
    vertical-align: super;
    margin: 0 8px;
}
.player-name-wrap {
    box-shadow: inset 0px -1px 0px #F5F5F5;
    padding: 8px 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: #000000;
}
.player-no {
    margin: 0 8px;
    width: 20px;
    display: inline-block;
}
.sub-detail {
    border: 1px solid #E0E0E0;
}
.substitutes-list-home {
    border-right: 1px solid #E0E0E0;
}

.match-team-stats-wrap {
    border: 1px solid #E0E0E0;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.match-team-stats {

}
.team-stats-header {
    background: #626262;
    padding: 8px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}
.team-stats-home {
    width: 28%;
    display: inline-block;
}
.team-stats-away {
    width: 28%;
    display: inline-block;

}
.team-stats-center {
    width: 42%;
    display: inline-block;

}
.team-stats-item:last-of-type {
    border-bottom: none;
}
.team-stats-item .team-stats-center {
    font-weight: 600;
}
.team-stats-item {
    padding: 8px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #E0E0E0;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    color: #333333;
    font-weight: 500;
}

.seasons-stats-wrap {
    text-align: center;
    background: #626262;
    color: #FFFFFF;
}
.header-empty {
    border-right: 1px solid #B3B3B3;
}
.season-stats-header {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    display: grid;
    grid-template-columns: 1fr 4fr 4fr;
}
.stats-team-name.home-stats {
    padding: 3px;
    /*color: #333333;*/
    background: #05903F;
    box-shadow: inset 0px -1px 0px #B3B3B3;
    display: block;
}
.stats-team-name.away-stats {
    padding: 3px;
    color: #FFFFFF;
    background: #FF6600;
    box-shadow: inset 0px -1px 0px #B3B3B3;
    display: block;
}
.stats-team-ha-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.stats-team-ha {
    border-right: 1px solid #B3B3B3;
    padding: 3px;
}
.season-stats-body {
    background: #FFFFFF;
    color: #333333;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
}
.season-stats-item {
    display: grid;
    grid-template-columns: 1fr 2fr 2fr 2fr 2fr;
}
.stats-key {
    border-right: 1px solid #B3B3B3;
    border-left: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
    padding: 8px;
}
.stats-val {
    border-right: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
    padding: 8px;
}

.match-standing-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 16px;
    text-align: center;
}
.match-standing-name {
    padding: 14px;
}
.standing-team-name {
    display: inline-block;
    vertical-align: super;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}
.standing-team-position {
    display: inline-block;
    vertical-align: super;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}
.match-standing-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding: 8px;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #E0E0E0;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #333333;
}
.standing-header {
    background: #626262 !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    line-height: 22px !important;
    color: #FFFFFF !important;
}
.standing-text-red {
    color: #EB5757;
}

.match-next-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 24px;
    text-align: center;
}
.match-next-name {
    padding: 14px;
}
.next-team-name {
    display: inline-block;
    vertical-align: super;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}
.next-team-position {
    display: inline-block;
    vertical-align: super;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}
.match-next-row {
    display: grid;
    grid-template-columns: 3fr 2fr 2fr 2fr 2fr;
    padding: 8px;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #E0E0E0;
    font-weight: 500;
    font-size: 12px !important;
    line-height: 22px !important;
    color: #333333;
}
.next-header {
    background: #F2F2F2;
    font-weight: 700 !important;
    font-size: 12px !important;
    line-height: 22px !important;
    color: #333333;
}
.next-text-red {
    color: #EB5757;
}

.next-header-lineup {
    background: rgba(48, 175, 74, 0.16);
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}
.next-header-lineup-sub {
    background: #F2F2F2;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}
.match-next-row-lineup {
    padding: 8px;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #E0E0E0;
    text-align: left;
}
.match-last-lineup {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    border: 1px solid #E0E0E0;
}
.lineup-player-wrap {
    padding: 8px;
}
.lineup-player-position {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #005533;
}
.lineup-player-number {
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #333333;
    margin: 0 5px;
    padding: 6px 10px;
    background: #F2F2F2;
    border-radius: 40px;
}
.lineup-player-name {
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #333333;
    max-width: 60%;
    display: inline-block;
    vertical-align: middle;
}
.match-result-stats-header {
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    color: #333333;
    padding: 7px;
    display: grid;
    grid-template-columns: 6fr 2fr 6fr;
    background: #F2F2F2;
    border-bottom: 1px solid #E0E0E0;
}
.match-result-stats-header-side, .match-result-stats-header-center {
    text-align: center;
}
.match-result-stats-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #E0E0E0;
}
.match-result-stats-body-total {
    display: grid;
    grid-template-columns: 3fr 1fr 3fr;
}
.team-stats-item-wrap.home-team {
    display: grid;
    grid-template-columns: 3fr 6fr;
    padding: 8px 0;
}
.team-stats-item-wrap.away-team {
    display: grid;
    grid-template-columns: 6fr 3fr;
    padding: 8px 0;
}
.team-stats-showbar-center {
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
    background: #EBF1EF;
    padding: 7px;
    border-bottom: 1px solid #E0E0E0;
}
.team-stats-percent {
    font-weight: 600;
}
.team-stats-count {
    font-weight: 400;
}

.match-next-row-current-stats {
    display: grid;
    grid-template-columns: 3fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr;
    padding: 8px;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #E0E0E0;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #333333;
}

.live-odds-title>* {
    display: inline-block;
}
.select-bet-company {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #333333;
    appearance: auto;
    padding: 7px;
    width: 125px;
    border: 1px solid #969696;
    border-radius: 4px;
}
.odds-data-type-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #333333;
}
.odds-data-type {
    border: 1px solid #E0E0E0;
    width: 24px;
    height: 16px;
    display: inline-block;
}
.oddsTable {
    border-collapse: collapse;
    width: 100%;
}
.oddsTable thead{
    background: #626262;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    color: #FFFFFF;
}
.oddsTable td, .oddsTable th {
    border: 1px solid #B3B3B3;
    vertical-align: middle;
}
.oddsTable .fx-blue {
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    color: #005533;
}
.oddsTable tbody td {
    padding: 3px 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #333333;
    text-align: center;
}
.border-right {
    border-left: none !important;
    border-right: 1px solid #B3B3B3;
}
.border-none {
    border-left: none !important;
    border-right: none !important;
}
.bg-odds-live {
    background: #ECF9EE;
}
.bg-odds-live-lastest {
    background: #FAFCCD;
}

.bet365-corner-table {
    text-align: center;
}
.bet-corner-header {
    background: #539F45;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 8px;
}
.bet-corner-body {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #E0E0E0;
}
.bet-corner-value-title {
    font-weight: 700 !important;
    background: #F7F7F7;
}
.bet-corner-value {
    padding: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #333333;
}

.match-goal-detail-desc {
    text-align: center;
    padding: 8px;
}
.match-goal-detail-img {
    display: inline-block;
    width: 24px;
    height: 16px;
}
.match-goal-detail-detail {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #333333;
    margin-left: 10px;
}
.goal-detail-number-match {
    background: #F5F5F5;
    border-radius: 40px;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 16px;
}
.choose-number-match.active {
    color: #FFFFFF;
    background: #005533;
}
.choose-number-match {
    padding: 12px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #333333;
    border-radius: 40px;
    display: inline-block;
}

.dropdown {
    width: 155px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 4px;
    position: relative;
    display: inline-block;
}
.dropdown .dropbtn {
    height: 32px;
    width: 100%;
    color: #000;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
}
.dropdown .dropbtn svg {
    margin-left: 5px;
}
.dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100px;
    width: 100%;
    z-index: 1;
    /*max-height: 300px;*/
    border: 1px solid #E0E0E0;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 8px;
    padding: 16px;
}
.dropdown .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown .dropdown-content a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: rgba(229, 230, 232, 0.2);
}
.bet-company-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    margin-left: 10px;
}
.bg-gray {
    background: #F9F9F9;
}

.match-h2h-header {
    padding: 6px 16px;
    background: #F2F2F2;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
}
.h2h-select-top {
    appearance: auto;
    padding: 7px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #333333;
    background: #FFFFFF;
    border-radius: 4px;
    border: none;
}
.h2h-team {
    margin-top: 5px;
}
.h2h-team .teamLogo, .h2h-team .h2h-team-name, .h2h-checkbox-wrap>input {
    display: inline-block;
    vertical-align: middle;
}
.h2h-team .h2h-team-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}
.h2h-checkbox-wrap {
    text-align: center;
    margin-top: 7px;
}
.h2h-checkbox-wrap label {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    margin-left: 5px;
    margin-right: 16px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}
.h2h-title {
    display: grid;
    grid-template-columns: repeat(6, 2fr) 6fr 6fr repeat(3, 1fr);
    background: #626262;
    padding: 10px;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
    text-align: center;
    gap: 5px;
}
.h2h-title-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px;
}
.h2h-title-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 4px;
}
.h2h-select {
    appearance: auto;
    padding: 3px 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #333333;
    background: #FFFFFF;
    border-radius: 4px;
    border: none;
}
.h2h-title-text {
    margin-top: 20%;
    display: inline-block;
}
.h2h-row-data {
    display: grid;
    grid-template-columns: repeat(12, 2fr) repeat(3, 1fr);
    background: #FFFFFF;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #E0E0E0;
    padding: 8px 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #333333;
    text-align: center;
}
.h2h-draw, .h2h-lose, .h2h-win {
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
    display: inline-block;
    padding: 2px 9px;
    border-radius: 2px;
    height: 24px;
    align-self: center;
}
.h2h-draw {
    background: #0B71F9;
}
.h2h-lose {
    background: #EF5350;
}
.h2h-win {
    background: #30AF4A;
}
.h2h-data-text {
    display: inline-block;
    vertical-align: middle;
}
.mb-20 {
    margin-bottom: 20px;
}

.compare-data-select-number-match {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #333333;
    appearance: auto;
    padding: 7px;
    border: 1px solid #BDBDBD;
    border-radius: 4px;
}
.compare-data-header {
    background: #539F45;
    padding: 3px 0;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    display: grid;
    grid-template-columns: 5fr repeat(15, 2fr);
}
.compare-data-title {
    align-self: center;
}
.compare-data-row {
    display: grid;
    grid-template-columns: 5fr repeat(15, 2fr);
    background: #FFFFFF;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #E0E0E0;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #333333;
}
.compare-data-value {
    padding: 8px 0;
}
.compare-data-value-team-home {
    background: #05903F;
    font-weight: 700;
}
.compare-data-value-team-away {
    background: #FF6600;
    font-weight: 700;
    color: #FFFFFF;
}

.match-statistic-row {
    display: grid;
    grid-template-columns: 2fr 1fr 5fr 5fr;
    padding: 8px;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #E0E0E0;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #333333;
}
.match-standing-title {
    align-self: center;
}
.statistic-header-bottom, .statistic-data-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.match-odds-history-row {
    display: grid;
    grid-template-columns: 2fr 3fr 3fr 2fr 3fr 2fr 2fr;
    padding: 8px;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #E0E0E0;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #333333;
}

.match-goal-h1h2-row {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    padding: 8px;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #E0E0E0;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #333333;
}

.match-taixiu-chanle-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 8px;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #E0E0E0;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #333333;
}

.match-goal-time-row {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    padding: 8px;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #E0E0E0;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #333333;
}

.match-miss-player-row {
    padding: 8px;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #E0E0E0;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #333333;
}
.match-miss-player-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.match-goal-diff {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #E0E0E0;
    border-radius: 8px;
    padding: 10px 0;
}
.match-goal-diff-body-total {
    display: grid;
    grid-template-columns: 3fr 3fr;
}
.match-goal-diff-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    color: #333333;
    padding-top: 5px;
}

.btn-player-statistic.active, .btn-player-statistic-away.active {
    font-weight: 700;
    color: #FFFFFF;
    background: #30AF4A;
}
.btn-player-statistic:first-of-type, .btn-player-statistic-away:first-of-type {
    border-radius: 8px 0px 0px 8px;
}
.btn-player-statistic:last-of-type, .btn-player-statistic-away:last-of-type {
    border-radius: 0px 8px 8px 0px;
}
.btn-player-statistic, .btn-player-statistic-away {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    text-transform: capitalize;
    color: #626262;
    display: table-cell;
    padding: 10px 16px;
    background: #F2F2F2;
    cursor: pointer;
}
.player-statistic-table td, .player-statistic-table th,
.player-statistic-table-away td, .player-statistic-table-away th {
    padding: 11px 5px;
}

.btn-odds-type.active {
    color: #FFFFFF;
    background: #30AF4A;
}
.btn-odds-type {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #626262;
    text-align: center;
    display: inline-block;
    padding: 10px 16px;
    background: #F2F2F2;
    cursor: pointer;
    border-radius: 4px;
}
.btn-odds-bet-company.active {
    color: #FFFFFF;
    background: #30AF4A;
}
.btn-odds-bet-company {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #626262;
    text-align: center;
    display: table-cell;
    padding: 10px 16px;
    background: #F2F2F2;
    cursor: pointer;
}
.btn-odds-bet-company:first-of-type {
    border-radius: 8px 0px 0px 8px;
}
.btn-odds-bet-company:last-of-type {
    border-radius: 0px 8px 8px 0px;
}
.btn-odds-ftht.active {
    color: #FFFFFF;
    background: #30AF4A;
}
.btn-odds-ftht {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #626262;
    text-align: center;
    display: table-cell;
    padding: 10px 20px;
    background: #F2F2F2;
    cursor: pointer;
}
.btn-odds-ftht:first-of-type {
    border-radius: 8px 0px 0px 8px;
}
.btn-odds-ftht:last-of-type {
    border-radius: 0px 8px 8px 0px;
}
.odds-3in1-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 16px;
}
.odds-3in1-header {
    background: #626262;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    padding: 8px;
}
.odds-3in1-data-row {
    display: grid;
    grid-template-columns: 2fr 3fr 9fr 5fr;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #333333;
    padding: 8px 0;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #E0E0E0;
}
.text-red {
    color: #EB5757;
}
.text-up {
    color: #30AF4A !important;
}
.text-up::after {
    content: url("../../../img/Vector-up.png");
}
.text-down {
    color: #EB5757 !important;
}
.text-down::after {
    content: url("../../../img/Vector-down.png");
}
.odds-asia-detail {
    border-collapse: collapse;
    width: 100%;
}
.odds-asia-detail thead th {
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 8px 0;
    background: #539F45;
}
.odds-asia-detail tbody td {
    border: 1px solid #E0E0E0;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #333333;
    padding: 8px 0;
}
.text-bglive {
    background: #FAFCCD;
}
.text-bgrunning {
    background: #ECF5EE;
}
.text-bginitial {
    background: #FAF0EE;
}
.btn-odds-type-1x2.active {
    color: #FFFFFF;
    background: #30AF4A;
}
.btn-odds-type-1x2 {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #626262;
    text-align: center;
    display: table-cell;
    padding: 10px 20px;
    background: #F2F2F2;
    cursor: pointer;
}
.btn-odds-type-1x2:first-of-type {
    border-radius: 8px 0px 0px 8px;
}
.btn-odds-type-1x2:last-of-type {
    border-radius: 0px 8px 8px 0px;
}

.bet-company-name {
    font-weight: 600 !important;
    font-size: 13px !important;
    line-height: 22px !important;
    color: #005533 !important;
}

.box-odds-header {
    width: 50%;
    margin: 0 auto;
    margin-top: 20px;
}
.box-odds-title.title-top {
    display: grid;
    grid-template-columns: 2fr 3fr 3fr 3fr;
}
.box-odds-title.title-bottom {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.box-odds-title>div {
    padding: 6px;
    height: 100%;
    font-size: 12px;
}
.box-odds-title {
    background: #626262;
    box-shadow: inset 0px -1px 0px #B3B3B3;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}
.box-odds-body {
    width: 50%;
    margin: 0 auto;
}
.box-odds-body-row {
    display: grid;
    grid-template-columns: 2fr 3fr 3fr 3fr;
    border-bottom: 1px solid #B3B3B3;
}
.box-body-item>div>span {
    margin: 2px 0;
    font-size: 12px;
}
.box-body-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    border-right: 1px solid #B3B3B3;
    padding: 2px;
}
.box-odds-body-header {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    color: #FFFFFF;
    background: #626262;
}
.odds-value-wrap>div {
    border-bottom: 1px solid #E0E0E0;
    padding: 4px;
}
.odds-value-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    border-width: 0px 1px 0 1px;
    border-style: solid;
    border-color: #E0E0E0;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #333333;
}
.btn-time-nhandinh {
    color: var(--43951-e, #43951E);
    /* 12/reg */
    padding: 2px 8px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    border-radius: 50px;
    border: 1px solid var(--43951-e, #43951E);
    margin-left: 10px;
}

.btn-live-m {
    border: solid 1px #fd3b3b;
    background: #fd3b3b;
    color: #fff;
    font-weight: bold;
    position: relative;
    width: 72px;
}

.btn-live-m::before {
    position: absolute;
    left: 2px;
    height: 5px;
    width: 5px;
    background: #fff;
    content: "";
    border-radius: 100%;
    top: 50%;
    margin-top: -2px;
}
.btn-time-nhandinh.btn-time-live{
    color: #fd3b3b;
}
.content-list-prediction .one-predict-news{
    padding: 3px 0;
    display: flex;
    align-items: center;
}
.du-doan-page .listing-match td{
    border-right: 1px solid #ededed;
}