<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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&gt;a&gt;.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&gt;a&gt;.home-team {
    text-align: right;
}
.detail-calendar-today&gt;a&gt;.time-info {
    text-align: center;
    color: var(--Black, #000);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.detail-calendar-today&gt;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&gt;li {
    flex: 0 1 100%;
    width: 100%;
    display: flex;
}

.nav-tabs&gt;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&gt;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&gt;img {
    float: right;
}
.listing-match .away-event&gt;span {
    float: right;
    text-align: right;
}
.listing-match-note-wrap {
    padding: 16px;
}
.listing-match-note&gt;.wrap-note-item:last-of-type {
    margin-top: 8px;
}
.listing-match-note&gt;.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&gt;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&gt;span, .lineup-header-away&gt;span {
    display: inline-block;
    vertical-align: super;
    margin: 0 16px;
}
.lineup-header-home&gt;.formation, .lineup-header-away&gt;.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&gt;* {
    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;
    text-align: center;
}
.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&gt;input {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0 !important;
}
.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: 0;
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}
.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 10px;
    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 16px;
    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&gt;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&gt;div&gt;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&gt;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;
}</pre></body></html>