:root {
    --primary-color: #3858e9;
}
.d-flex {
    display: flex !important;
} 
.flex-row {
    flex-direction: row !important;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.gap-2 {
    gap: 10px;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

/* */
.tienich_bang_xep_hang {
    position: relative;
    overflow: hidden;
}
.tienich_bang_xep_hang-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
@media (min-width: 575px) {
    .tienich_bang_xep_hang-header {
        flex-direction: row;
    }
}
.tienich_bang_xep_hang-header-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 0 0 50%;
}
.tienich_bang_xep_hang-header-logo img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.tienich_bang_xep_hang-header-select {
    flex: 0 0 50%;
}
.tienich_bang_xep_hang-header-select select {
    margin: 0;
    padding: 0;
    border-radius: 4px;
    width: 100%;
    padding: 5px 20px;
    border: 1px solid #ced4da;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
}
.tienich_bang_xep_hang-note {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tienich_bang_xep_hang .aif-W,
.tienich_bang_xep_hang .aif-D,
.tienich_bang_xep_hang .aif-L,
.tienich_bang_xep_hang .aif-U {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #1aa053;
    text-align: center;
    color: #fff;
    font-size: 10px;
    border-radius: 4px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 575px) {
    .tienich_bang_xep_hang .aif-W,
    .tienich_bang_xep_hang .aif-D,
    .tienich_bang_xep_hang .aif-L,
    .tienich_bang_xep_hang .aif-U {
        width: 25px;
        height: 25px;
        font-size: 14px;
    }
}
.tienich_bang_xep_hang .aif-D {
    background-color: #efc26f;
}
.tienich_bang_xep_hang .aif-L {
    background-color: #cc4545;
}
.tienich_bang_xep_hang .aif-U {
    background: #dee2e6;
}
.tienich_bang_xep_hang .aif-team-logo {
    float: left;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
}
@media (min-width: 575px) {
    .tienich_bang_xep_hang .aif-team-logo {
        width: 25px;
        height: 25px;
    }
}
.tienich_bang_xep_hang .aif-team-name {
    float: left;
    margin-top: 4px;
}
.tienich_bang_xep_hang .mr-20px {
    margin-right: 20px;
}
.tienich_bang_xep_hang .tienich_bang_xep_hang-content {
    margin-bottom: 20px;
}
.tienich_bang_xep_hang .tienich_bang_xep_hang-table {
    position: relative;
}
.tienich_bang_xep_hang .tienich_bang_xep_hang-table .d-flex {
    display: flex;
    flex-direction: row;
}
.tienich_bang_xep_hang .tienich_bang_xep_hang-table .tienich_bang_xep_hang-table-loading {
    background-color: rgb(255 255 255 / 50%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.tienich_bang_xep_hang .tienich_bang_xep_hang-table .tienich_bang_xep_hang-table-loading svg {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.tienich_bang_xep_hang .tienich_bang_xep_hang-table.loading .tienich_bang_xep_hang-table-loading {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}
.tienich_bang_xep_hang .tienich_bang_xep_hang-table.loading table {
    z-index: 0;
    position: relative;
}
.tienich_bang_xep_hang .tienich_bang_xep_hang-table table {
    border-collapse: collapse;
    border: 1px solid #ececec;
    border-spacing: 0;
    border-top: 2px solid var(--primary-color);
    font-size: 12px;
    width: 100%;
    max-width: 100%;
}
@media (min-width: 575px) {
    .tienich_bang_xep_hang .tienich_bang_xep_hang-table table {
        font-size: 14px;
    }
}
.tienich_bang_xep_hang .tienich_bang_xep_hang-table tr {
    border-width: 1px 0;
    border-style: solid;
}
.tienich_bang_xep_hang .tienich_bang_xep_hang-table tr th,
.tienich_bang_xep_hang .tienich_bang_xep_hang-table tr td {
    border-width: 0 1px;
    border-style: solid;
    border-color: #ececec;
    padding: 6px;
    background-color: #fff;
    text-transform: none;
    text-align: center;
    vertical-align: top;
    letter-spacing: 0;
}
@media (min-width: 575px) {
    .tienich_bang_xep_hang .tienich_bang_xep_hang-table tr th,
    .tienich_bang_xep_hang .tienich_bang_xep_hang-table tr td {
        padding: 6px 10px;
    }
}
.tienich_bang_xep_hang .tienich_bang_xep_hang-table tr th.text-left,
.tienich_bang_xep_hang .tienich_bang_xep_hang-table tr td.text-left {
    text-align: left;
    width: 50%;
}
.tienich_bang_xep_hang .tienich_bang_xep_hang-table tr th.aif-stt {
    width: 40px;
}
.tienich_bang_xep_hang .tienich_bang_xep_hang-table tr th.aif-last5 {
    width: 160px;
    line-height: 1;
}
.tienich_bang_xep_hang .tienich_bang_xep_hang-table tr th.aif-last5 img {
    width: 65%;
    height: auto;
}
.tienich_bang_xep_hang .tienich_bang_xep_hang-table tr td.aif-last5 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tienich_bang_xep_hang .tienich_bang_xep_hang-table tr td.aif-last5 span {
    margin-right: 2px;
}

/* */
#ckb-iframe {
    background-color: #25292E;
    overflow: hidden;
    border-radius: 4px;
    min-height: 250px;
    margin: 0 auto 20px !important;
    padding: 0 !important;
    line-height: 0 !important;
    position: relative;
    border: 2px solid #ddd;
}
#ckb-iframe iframe::-webkit-scrollbar {
    width: 10px;
}
#ckb-iframe iframe::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
#ckb-iframe iframe::-webkit-scrollbar-thumb {
    background: #888; 
}
#ckb-iframe iframe::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
#ckb-iframe .tienich_bang_xep_hang-table-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#ckb-iframe .tienich_bang_xep_hang-table-loading svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* */
.ckb-table-container {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    margin-bottom: 20px;
    overflow-x: auto;
}
.ckb-table-container table {
    width: 100%;
    border-color: #999;
    background-color: #fafafa;
    border-spacing: 0;
    margin-bottom: 1em;
    border-collapse: collapse;
}
.ckb-table-container table th,
.ckb-table-container table td,
.ckb-table-container table td:first-child, 
.ckb-table-container table th:first-child {
    padding: 6px 10px;
    transition: background-color 0.1s ease;
    font-size: 14px;
    border: 1px solid #999;
}
.ckb-table-container table tr:nth-child(2) td {
    border-top: 0;
}
.ckb-table-container table tbody tr:hover th,
.ckb-table-container table tbody tr:hover td {
    background-color: #555;
    color: #fff !important;
}
.ckb-table-container table th {
    background-image: url('bg-tabnew-scaled.jpg') !important;
    background-size: cover;
    background-position: right center;
    color: #fff;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.section-title-main {
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
}
.ckb-table-container p {
    margin-bottom: 0;
    font-size: 14px;
    font-style: italic;
    text-align: right;
}

/* */
.widget-fixtures {
    border-radius: 10px;
    border: 1px solid #eaeaea;
    overflow: hidden;
    margin-bottom: 20px;
}
.section-category {
    background: #f8f8f8;
    color: #333;
    padding: 6px 10px;
    font-size: 14px;
    border-bottom: 1px solid #dee2e6;
}
.category-title,
.category-title a {
    font-size: 20px;
    color: var(--primary-color) !important;
    text-decoration: none;
}
.category-title strong {
    font-weight: 500;
}
.box_livescore {
    position: relative;
}
ul.list_match {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.list_match a {
    text-decoration: none;
}
ul.list_match li {
    font-size: 14px;
    padding: 6px 10px;
    margin: 0 !important;
}
ul.list_match li:not(:last-child) {
    border-bottom: 1px solid #ececec;
}
.caption-days {
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.caption-days .title {
    position: relative;
    margin-right: -12px;
    padding: 0 12px;
}
.caption-days .title::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -7px;
    left: 0;
    border-bottom: 1px solid var(--primary-color);
}
.box_livescore .list_match li {
    -webkit-box-flex: 1;
    flex: 1 0 0;
    -ms-flex: 1 0 0;
    -webkit-flex: 1 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.box_livescore .list_match li .group {
    -webkit-box-flex: 1;
    flex: 1 0 0;
    -ms-flex: 1 0 0;
    -webkit-flex: 1 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.box_livescore .list_match li .more {
    width: 30px;
    text-align: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    line-height: 24px;
}
span.time {
    color: var(--primary-color);
}
.box_livescore .list_match li .group .team {
    -webkit-box-flex: 1;
    flex: 1 0 0;
    -ms-flex: 1 0 0;
    -webkit-flex: 1 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.box_livescore .list_match li .group .team-a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.box_livescore .list_match li .group .score {
    width: 70px;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.box_livescore .list_match li .group .score a {
    color: var(--primary-color);
    font-weight: 500;
}
.box_livescore .list_match li .group .team img {
    max-width: 25px;
    max-height: 25px;
}
.box_livescore .list_match li .group .team-a img {
    margin-left: 4px;
}
.box_livescore .list_match li .group .team-b img {
    margin-right: 4px;
}
.d-none {
    display: none !important;
}
.section-table.radius-widget {
    border-radius: 10px;
    border: 1px solid #eaeaea;
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 14px;
}
.section-table.radius-widget .p-2 {
    padding: 5px;
}
.section-table.radius-widget a {
    text-decoration: none;
}
.section-table.radius-widget .team-squad .info.text-muted {
    flex: 0 0 36px;
}
.section-table.radius-widget .team-squad .info.flex-grow-1 {
    width: 100%;
}
.team-squad:not(:last-child) {
    border-bottom: 1px solid #ececec;
}
@media (max-width: 650px) {
    .box_livescore .list_match li {
        align-items: center;
        gap: 20px;
    }
    .box_livescore .list_match li .group {
        display: block;
        position: relative;
    }
    .box_livescore .list_match li .group .team-b {
        margin-top: 10px;
    }
    .box_livescore .list_match li .group .team-a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 10px;
    }
    .box_livescore .list_match li .group .score {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100%;
    }
    .box_livescore .list_match li .group .score a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .box_livescore .list_match li .group .team-a img {
        margin-left: 0;
        margin-right: 4px;
    }
    .box_livescore .list_match li .more {
        display: none;
        width: 0;
        visibility: hidden;
    }
}

/* */
.title-giaidau {
    font-size: 22px;
    font-weight: 500;
}
.row-head {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px
}
@media (min-width: 768px) {
    .row-head {
        flex-direction: row;
    }
}
form.form-vbg,
form.form-vbg .sec-option {
    margin-bottom: 0;
}
form.form-vbg {
    margin-bottom: 0;
}
.sec-option {
    width: 100%;
    border-radius: 24px;
    background: url('arow.svg') no-repeat;
    background-position: right 8px top 50%;
    padding: 6px 32px 6px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
}
.box-bxh .form-group {
    width: 100%;
    float: left;
    margin-bottom: 16px;
    position: relative;
}
.box-bxh .form-group .fixleft {
    float: left;
    margin: 0;
}
.form-group .tabnav {
    width: 100%;
    float: left;
    border-bottom: solid 1px #fff;
}
.form-group .tabnav .tablink {
    background: #e5e5e5;
    float: left;
    text-align: center;
    color: #666;
    font-weight: 500;
    cursor: pointer;
    padding: 6px 15px 4px;
    border-right: solid 1px #fff;
}
.form-group .tabnav .tablink:first-child {
    border-radius: 16px 0 0 0;
}
.form-group .tabnav .tablink:last-child {
    border-radius: 0 16px 0 0;
}
.form-group .tabnav .tablink.active {
    background: var(--primary-color);
    color: #fff;
}
.fixleft .linkacb {
    display: none;
}
.table-bxh {
    border-collapse: collapse;
    border: 1px solid #ececec;
    border-spacing: 0;
}
.table-bxh a {
    text-decoration: none;
}
.table-bxh .link-clb {
    display: flex;
    align-items: center;
    gap: 4px;
}
.table-bxh td , 
.table-bxh th {
    text-align: center;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: #ececec;
    white-space: nowrap;
}
.table-bxh td:nth-child(2) {
    text-align: left;
}
.table-bxh .ranknum {
    display: inline-block;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 100%;
    text-align: center;
}
.table-bxh .rank1, .table-bxh .rank2, .table-bxh .rank3, .table-bxh .rank4 {
    background-color: #05b349;
}
.table-bxh .rank5 {
    background-color: #ecb305;
}
.table-bxh .rank18, .table-bxh .rank19, .table-bxh .rank20 {
    background-color: #f61010;
}
.color-info {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 6px;
    color: #666;
    font-size: 13px;
}
.itemcolor {
    display: inline-block;
    position: relative;
    margin-bottom: 6px;
    margin-right: 12px;
}
.itemcolor .bgcolor {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin-right: 5px;
}
.ul-item {
    margin: 0;
    padding: 0;
}
.ul-item li {
    list-style: none;
    display: inline-block;
    margin-right: 24px;
    margin-left: 0 !important;
}
.ul-item li span {
    margin-right: 6px;
}
.bxhclb-icon {
    height: 20px;
    width: 20px;
}
.table-bxh th {
    line-height: 1.3;
    font-weight: normal;
    border: 0;
    border-bottom: solid 1px #eaeaea;
    background: #f0f0f0;
    padding: 12px 6px !important;
}
.table-bxh th:last-child {
    min-width: 120px;
    border-top-right-radius: 4px;
}
.table-bxh td {
    padding: 6px;
}
.w-stt {
    width: 7%;
    min-width: 40px;
}
.table-bxh .w-ten-clb {
    width: 33%;
    text-align: left;
}
.bg-color {
    background: #333;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
}
.bggreen {
    background: var(--fs-color-primary);
}
.bgyelow {
    background: #ffae00;
}
.bgred {
    background: #ed4349;
}
.huongdan {
    font-size: 14px;
    margin-bottom: 10px;
}
.form-group .tabnav .tablink.loading {
    background-image: url('loading.webp');
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
    pointer-events: none;
}
.table-scrol-x {
    overflow-x: auto;
}
#AjaxContent {
    margin-bottom: 20px;
    overflow: hidden;
}
@media (max-width: 575px) {
    .form-vbg {
        width: 100%;
    }
}
.is-layout-flow .fix-left {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.is-layout-flow .fix-left a {
    color: var(--primary-color);
    padding: 4px 10px 2px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    background: #f1f1f1;
    border: solid 1px #e0e0e0;
    text-decoration: none;
}
.row.table-scrol-x {
    overflow-x: auto;
}
table.table {
    border-collapse: collapse;
    border: 1px solid #999;
    border-spacing: 0;
}
table.table th,
table.table td {
    border: 1px solid #999;
    padding: 6px;
    text-align: center;
}
table.table th {
    background-color: #f0f0f0;
}
.wp-container-core-columns-is-layout-1 .wp-block-column-is-layout-flow {
    padding: 0 15px;
    width: 100%;
}
.row.table-scrol-x table.table tr th:last-child {
    width: 160px;
}
.td-ten-doi .link-club {
    text-align: left;
}
.td-ten-doi .link-club a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--primary-color);
}
.w-bang-doi.uppercase {
    font-weight: 500;
    color: #333;
}

/* */
.match-football {
    position: relative;
}
.match-football {
    position: relative;
}
.football-header {
    padding: 5px 10px;
    background-color: #e5e5e5;
}
.football-header.match-football-item .fhead-left {
    font-weight: 500;
    color: #333;
    margin-bottom: 0;
}
.f-row.matchdetail a {
    text-decoration: none;
}
.f-row.matchdetail {
    padding: 10px 5px;
    background: #fff;
}
.f-row.matchdetail .football-match {
    display: flex;
    align-items: center;
}
.f-row.matchdetail .football-match .columns-time {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
@media (max-width: 575px) {
    .f-row.matchdetail .football-match .columns-time {
        width: 50px;
    }
}
.f-row.matchdetail .football-match .columns-match {
    width: 480px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
@media (max-width: 575px) {
    .f-row.matchdetail .football-match .columns-match {
        width: 100%;
    }
}
.f-row.matchdetail .columns-match .row-teams {
    display: flex;
    align-items: center;
}
@media (max-width: 575px) {
    .f-row.matchdetail .columns-match .row-teams {
        flex-direction: column;
    }
}
.f-row.matchdetail .columns-match .row-teams img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}
.f-row.matchdetail .columns-match .row-teams .columns-number p {
    margin: 0 !important;
}
.f-row.matchdetail .columns-match .row-teams .columns-number .soccer-scores {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    width: 48px;
    height: 20px;
    line-height: 18px;
    border-radius: 16px;
    text-align: center;
}
@media (max-width: 575px) {
    .f-row.matchdetail .columns-match .row-teams .columns-number .soccer-scores {
        height: 16px;
        line-height: 14px;
    }
}
.f-row.matchdetail .football-match .columns-match .row-teams .columns-club {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
}
.f-row.matchdetail .football-match .columns-match .row-teams .columns-club:first-child {
    justify-content: flex-end;
}
.f-row.matchdetail .football-match .columns-match .row-teams .columns-number {
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.f-row.matchdetail .football-match .columns-match .row-teams .columns-club .name-club.club1 {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: flex-end;
    padding-right: 25px;
    text-align: right;
    width: 195px;
}
@media (max-width: 575px) {
    .f-row.matchdetail .football-match .columns-match .row-teams .columns-club .name-club.club1 {
        justify-content: center;
        padding-right: 0;
    }
}
@media (min-width: 576px) {
    .f-row.matchdetail .football-match .columns-match .row-teams .columns-club .name-club.club1 img {
        position: absolute;
        right: 0;
    }
}
.f-row.matchdetail .football-match .columns-match .row-teams .columns-club .name-club.club2 {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: flex-start;
    padding-left: 25px;
    text-align: left;
    width: 195px;
}
@media (max-width: 575px) {
    .f-row.matchdetail .football-match .columns-match .row-teams .columns-club .name-club.club2 {
        justify-content: center;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .f-row.matchdetail .football-match .columns-match .row-teams .columns-club .name-club.club2 img {
        position: absolute;
        left: 0;
    }
}
@media (max-width: 750px) {
    .m_hiden {
        display: none;
    }
}
.item_ktv {
    font-size: 14px;
}
.f-row.matchdetail .football-match .columns-other > div {
    display: none;
}
.f-row.matchdetail .football-match .columns-match .row-teams .columns-club .name-club.club2 .thedo {
    position: absolute;
    left: -12px;
    top: 5px;
    background: red;
    height: 15px;
    width: 10px;
    color: white;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    border-radius: 2px;
}
.f-row.matchdetail .football-match .columns-match .row-teams .columns-club .name-club.club1 .thedo {
    position: absolute;
    right: -15px;
    top: 3px;
    background: red;
    height: 15px;
    width: 10px;
    color: white;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    border-radius: 2px;
}
.item_ktv.ic-pgoc img {
    width: 20px;
    margin: 0 10px;
}

/* */
.top-ghi-bang {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media (min-width: 575px) {
    .top-ghi-bang {
        flex-direction: row;
    }
}
.Table__Title {
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
}
.Table__Scroller table  {
    border-collapse: collapse;
    border: 1px solid #999;
    border-spacing: 0;
}
.Table__Scroller table th,
.Table__Scroller table td {
    border: 1px solid #999;
    padding: 6px;
    text-align: left;
}
.Table__Scroller table th {
    background-color: #f0f0f0;
}

/* */
.overflow-x-auto {
	overflow-x: auto;
}
.overflow-x-auto::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.overflow-x-auto::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #F5F5F5;
}
.overflow-x-auto::-webkit-scrollbar-thumb {
	background-color: #000000;
	border: 2px solid #555555;
}
.keochinh ul.odds-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
}
.keochinh ul.odds-menu li {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 6px 12px;
	background-color: #e1e1e1;
	color: #333;
	cursor: pointer;
}
.keochinh ul.odds-menu li:not(:first-child) {
	margin-left: 5px;
}
.keochinh ul.odds-menu li:first-child {
	background-color: #f00;
	color: #fff;
}
.keochinh ul.odds-menu li.active {
	background-color: #666;
	color: #fff;
}
.keochinh ul.odds-menu li:hover {
	background-color: #666;
	color: #fff;
}
.flag {
    display: inline-block;
    width: 16px;
    height: 11px;
    background: url('flags.png') no-repeat;
    vertical-align: baseline;
}
.flag-default {
    background: url('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
}
.box-list-schedule-all .title-schedule-league {
    display: block;
    padding-left: 12px;
    overflow: hidden;
}
.box-list-schedule-all .title-schedule-league .title-schedule-text {
    color: #fff;
    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;
    background-color: #c6d4f1;
    border-bottom: 1px solid #fff;
    overflow: hidden;
}
.box-list-schedule-all .content-odds-item .time-info {
    display: inline-block;
    width: 40px;
    text-align: center;
    border-right: 1px solid #f2f2f2;
    float: left;
}
.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;
    float: left;
    padding: 5px;
}
.box-list-schedule-all .content-odds-item .club-name span,
.box-list-schedule-all .content-odds-item .club-name strong {
    display: block;
    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;
    padding: 0 5px;
    vertical-align: top;
    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: 500;
    color: #444;
    font-size: 12px;
}
.box-list-schedule-all .content-odds-item .odds-content .odds-data .highlight {
    font-weight: 500;
    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: 0;
}
.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;
}
@media only screen and (max-width: 480px) {
    .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: #fff;
        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;
        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% - 225px);
        vertical-align: middle;
        border-right: 1px solid #f2f2f2;
        float: left;
    }
    .box-list-schedule-all .content-odds-item .club-name span,
    .box-list-schedule-all .content-odds-item .club-name strong {
        display: block;
        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;
        padding-right: 5px;
        vertical-align: middle;
        width: 70px;
    }
    .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: 500;
        color: #444;
        font-size: 12px;
    }
    .box-list-schedule-all .content-odds-item .odds-content .odds-data .highlight {
        font-weight: 500;
        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: 30px;
        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;
    }
}
.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;
}
.title-schedule-league {
    background-color: #00603a;
    display: block;
    padding: 5px 0;
}
.league-name {
    float: left;
}
.league-name .h2 {
    line-height: 18px;
    font-size: 16px;
    display: inline;
    color: #fff;
    padding-left: 5px;
}
.keochinh p {
    margin-bottom: 0 !important;
}
.odds-result {
    margin-top: 10px;
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
}
.odds-result::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	background-color: #F5F5F5;
}
.odds-result::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}
.odds-result::-webkit-scrollbar-thumb {
	background-color: var(--primary-color);
	border: 2px solid transparent;
}

.bang-xep-hang-24h .section {
    display: block !important;
}
.bang-xep-hang-24h .box-bxh .form-group .item-fright {
    display: none !important;
}
.bang-xep-hang-24h .section .sec-option {
    min-width: 200px;
}

/* */
.content-left {
    width: 70.6%;
    position: relative;
    padding-right: 40px;
    float: left;
}
.content-right {
    float: left;
    width: 80%;
    padding-left: 34px;
}
/* .header {
    background: #fff;
    float: left;
    width: 100%;
    position: relative;
    border-bottom: solid 1px #e0e0e0;
} */
.header-logo {
    float: left;
    position: relative;
    top: 8px;
}
.header-logo img {
    height: 48px;
}
.header-time {
    float: left;
    font-size: 14px;
    color: #7e7e7e;
    position: relative;
    left: 36px;
    top: 26px;
}
.header-time::before {
    position: absolute;
    width: 1px;
    height: 32px;
    background: #e0e0e0;
    content: "";
    left: -16px;
    top: -7px;
}
.header-right {
    float: right;
    padding-top: 16px;
}
.header-item {
    float: left;
    margin-left: 48px;
    position: relative;
}
.text-all {
    color: #333;
    float: left;
    font-size: 15px;
}
@media only screen and (max-width: 1080px) {
    /* .header {
        padding: 0 16px;
    } */
}
@media only screen and (max-width: 960px) {
    /* .header {
        height: 56px;
        text-align: center;
    } */
    .header-logo {
        top: 4px;
        float: none;
        display: inline-block;
    }
    .header-logo img {
        height: 45px;
    }
    .header-time {
        display: none;
    }
    .header-right {
        display: none;
    }
    .content-left {
        width: 100%;
        padding: 0;
    }
    .content-right {
        width: 100%;
        padding-left: 0;
    }
}
.fix_hiden {
    display: none;
}
.section {
    float: left;
    width: 100%;
    margin-bottom: 24px;
    position: relative;
}
.section:last-child {
    margin-bottom: 0;
}
.section-header {
    float: left;
    width: 100%;
    position: relative;
}
.section-content {
    float: left;
    width: 100%;
    position: relative;
}
.text-center {
    text-align: center;
}
.image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@keyframes animatezoom {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
.header-item tr {
    border: none;
}
.header-item table th {
    border: none;
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .calc {
        margin-left: -16px !important;
        margin-right: -16px !important;
        width: calc(100% + 32px) !important;
    }
}
.title-date {
    background: #f1f1f1;
    color: #0a7a1a;
    font-weight: 500;
    font-size: 15px;
}
.name-club1 {
    display: block;
    padding-right: 24px;
    text-align: right;
    font-size: 13px;
    line-height: 1.6;
    position: relative;
}
.name-club2 {
    display: block;
    padding-left: 24px;
    font-size: 13px;
    line-height: 1.6;
    position: relative;
}
.img_club2 {
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.img_club1 {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0;
    top: 0;
}
.text-number {
    display: inline-block;
    background: #e1e1e1;
    color: #0a7a1a;
    font-size: 13px;
    font-weight: 500;
    min-width: 44px;
    padding: 1px 5px;
    border-radius: 3px;
}
.block {
    width: 100%;
    float: left;
    margin-bottom: 16px;
}
.form-right {
    position: absolute;
    right: 0;
    top: 5px;
}
.table-content {
    width: 100%;
    float: left;
    position: relative;
}
.ltd-title {
    font-size: 28px;
    position: relative;
    margin-bottom: 24px;
    padding-left: 16px;
    border-top: solid 1px #eaeaea;
    padding-top: 16px;
}
.ltd-title::before {
    position: absolute;
    height: 24px;
    width: 5px;
    content: "";
    background: #97c94b;
    left: 0;
    top: 23px;
}
.sec-option {
    width: 100%;
    border-radius: 24px;
}
@media only screen and (max-width: 960px) {
    .th-data::before {
        content: attr(data-name) "";
        display: block;
    }
    .hi_m {
        display: none;
    }
    .ltd-title {
        font-size: 24px;
        margin-bottom: 16px;
        padding-right: 70px;
    }
    .ltd-title::before {
        top: 20px;
        margin-bottom: 12px;
    }
}
.select-mobi {
    width: 100%;
    float: left;
    margin-bottom: 16px;
    display: none;
}
.p-date {
    display: block;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}
@media only screen and (max-width: 800px) {
    .select-mobi {
        display: block;
    }
}
.m-content {
    display: none;
    width: 100%;
    float: left;
}
.m-title {
    float: left;
    padding: 12px;
    width: 100%;
    padding-right: 36px;
    border-bottom: solid 1px #fff;
    font-weight: 500;
}
.m-icon {
    background: url(down3.svg?v=20220816svg) no-repeat;
    cursor: pointer;
    background-size: 12px;
    background-position: right 8px top 50%;
}
.live-result {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 12px;
}
.c1-result {
    position: relative;
    float: left;
    width: 40%;
}
.c2-result {
    float: left;
    position: relative;
    width: 20%;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
    color: var(--fs-color-primary);
    line-height: 64px;
}
.c3-result {
    float: left;
    position: relative;
    width: 40%;
}
@media only screen and (max-width: 960px) {
    .hiden-mobi {
        display: none !important;
    }
    .c2-result {
        width: 20%;
        font-size: 28px;
        line-height: 60px;
        height: 60px;
    }
}
.time-live {
    background: var(--fs-color-primary);
    color: #fff;
    border-radius: 100%;
    padding: 5px;
    width: 30px;
    display: inline-block;
    text-align: center;
}
.color-info {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 6px;
    font-size: 14px;
    color: #666;
}
.m-title {
    float: left;
    padding: 12px;
    width: 100%;
    padding-right: 36px;
    border-bottom: solid 1px #fff;
    font-weight: 500;
    background-color: #e5e5e5 !important;
}
.m-content a {
    padding: 10px 16px;
    float: left;
    position: relative;
    width: 100%;
    border-bottom: solid 1px #fff;
}
.m-content a.active {
    color: #0a7a1a;
}
.s-date {
    display: block;
    font-weight: 500;
}
select {
    background: url(arow.svg?v=20220816svg) no-repeat;
    background-position: right 8px top 50%;
    padding-right: 24px;
}
.sec-match {
    background: url(arow2-wiht.svg?v=20220816svg) no-repeat;
    background-position: right 4px top 50%;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    background-color: #aeaeae;
    color: #fff;
    border: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 13px;
    padding: 0 6px;
    padding-right: 24px;
}
.title-vbg {
    float: left;
    font-size: 16px;
    font-weight: 500;
}
.form-vbg {
    float: right;
}
.sec-head-item {
    float: left;
    margin-left: 10px;
}
.sec-option {
    width: 100%;
    border-radius: 24px;
}
.row-head {
    float: left;
    width: 100%;
    margin-bottom: 12px;
}
.block-vongbang {
    float: left;
    width: 100%;
    margin-bottom: 16px;
}
.block-vongbang a {
    float: left;
    height: 36px;
    min-width: 36px;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
    background: #f2f2f2;
    font-weight: 500;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0 9px;
    color: #000;
}
.block-vongbang a.active {
    background: var(--fs-color-primary);
    color: #fff;
}
.table-headering {
    float: left;
    width: 100%;
    margin-bottom: 16px;
}
.table-headering h2 {
    margin-bottom: 0;
}
.table-header {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 16px;
}
.s-date {
    display: block;
    font-weight: 500;
}
.match-football {
    width: 100%;
    float: left;
}
.football-header {
    font-size: 16px;
    background: #f2f2f2;
    padding: 10px 12px;
    font-weight: 500;
    width: 100%;
    float: left;
}
.fhead-left {
    float: left;
    font-size: 16px;
    margin: 0;
}
.fhead-right {
    float: right;
    color: #666;
    font-weight: 400;
}
.fhead-right a {
    color: #666;
    font-size: 14px;
    margin: 0 6px;
    text-transform: uppercase;
}
.fhead-right a.active {
    color: var(--fs-color-primary);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.football-match {
    font-size: 14px;
    position: relative;
    width: 100%;
    float: left;
    display: table;
}
.football-match > div {
    display: table-cell;
    position: relative;
    vertical-align: top;
}
.columns-time {
    width: 27%;
}
.columns-club {
    width: 22%;
}
.columns-number {
    text-align: center;
    padding: 0 6px;
    width: 14%;
}
.football-kenh {
    width: 10%;
    text-align: right;
}
.row-teams {
    display: table;
    width: 100%;
}
.row_match_info {
    font-size: 12px;
    width: 100%;
    text-align: center;
    float: left;
}
.row-teams > div {
    display: table-cell;
    position: relative;
    vertical-align: top;
}
.soccer-scores {
    display: inline-block;
    background: var(--fs-color-primary);
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    width: 48px;
    height: 24px;
    line-height: 24px;
    border-radius: 16px;
    text-align: center;
}
.name-club {
    display: block;
    position: relative;
}
.club1 {
    text-align: right;
    padding-right: 26px;
}
.club2 {
    text-align: left;
    padding-left: 26px;
}
.club1 .logo-club {
    right: 0;
}
.club2 .logo-club {
    left: 0;
}
.logo-club {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 0;
    border-radius: 100%;
}
.club1 .thedo {
    right: -12%;
}
.club2 .thedo {
    left: -12%;
}
.thedo {
    height: 14px;
    width: 10px;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    background: #ed1c24;
    line-height: 14px;
    font-size: 11px;
    top: 3px;
    display: inline-block;
    z-index: 1;
    position: absolute;
    font-weight: 500;
}
.live {
    margin-left: 24px;
    font-size: 12px;
    color: var(--fs-color-primary);
    padding-left: 16px !important;
}
.live img {
    height: 12px;
    width: 12px;
    display: inline-block;
    position: relative;
    top: 1px;
}
.vongbang {
    padding-left: 16px !important;
}
.vongbang2 {
    margin-left: 12px;
}
.f-hiepphu {
    font-size: 14px;
    padding-top: 6px;
    font-weight: 500;
    margin-bottom: 0 !important;
}
.text-thedo {
    height: 14px;
    padding: 0 3px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    background: #ed1c24;
    line-height: 14px;
    font-size: 10px;
    display: inline-block;
    position: relative;
    margin-right: 8px;
    font-weight: 500;
    top: -2px;
}
.color-red {
    color: red;
}
.sec-item2 {
    float: left;
    margin-left: 5px;
}
.c-thedo {
    height: 14px;
    width: 10px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    background: #ed1c24;
    line-height: 14px;
    font-size: 10px;
    display: inline-block;
    position: relative;
    margin-right: 8px;
    font-weight: 500;
    top: -2px;
}
.sec-match {
    background: url(arow2-wiht.svg) no-repeat;
    background-position: right 8px top 50%;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    background-color: #aeaeae;
    color: #fff;
    border: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 3px;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 13px;
    width: 130px;
}
.sec-match:focus {
    border: none;
}
@media only screen and (max-width: 960px) {
    .columns-time {
        width: 15%;
        padding-left: 12px;
    }
    .columns-club {
        width: 25%;
    }
    .columns-number {
        text-align: center;
        padding: 0 6px;
        width: 22%;
    }
    .vongbang {
        display: none;
    }
    .vongbang2 {
        display: none;
    }
    .live {
        margin-left: 3px;
    }
    .separator {
        display: none;
    }
    .time {
        display: block;
    }
    .club1 .thedo {
        right: -14%;
    }
    .club2 .thedo {
        left: -14%;
    }
    .s-date {
        font-weight: 400;
    }
}
@media only screen and (max-width: 960px) {
    .row-head {
        margin-bottom: 0;
    }
    .form-vbg {
        float: left;
        width: 100%;
    }
    .sec-head-item {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-bottom: 12px;
    }
    .title-vbg {
        width: 100%;
        margin-bottom: 12px;
    }
}
.vong-hientai {
    margin-bottom: 12px;
    float: left;
    width: 100%;
}
.fix-time {
    text-align: right;
    font-weight: 400;
    text-transform: none;
    font-size: 12px;
}
.tabnav {
    width: 100%;
    float: left;
    border-bottom: solid 1px #fff;
}
.tablink {
    background: #e5e5e5;
    float: left;
    text-align: center;
    color: #666;
    font-weight: 500;
    cursor: pointer;
    padding: 10px 16px;
    border-right: solid 1px #fff;
}
.tablink:hover {
    background: var(--fs-color-primary);
    color: #fff;
}
.tablink:first-child {
    border-radius: 16px 0 0 0;
}
.tablink:last-child {
    border-radius: 0 16px 0 0;
}
.tablink.active {
    background: var(--fs-color-primary);
    color: #fff;
}
.tabnav-content {
    width: 100%;
    float: left;
}
.cred {
    color: red;
}
.ic-pgoc {
    font-weight: 500;
}
.ic-pgoc img {
    height: 16px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 3px;
}
.item_ktv {
    color: #666;
    display: inline-block;
    margin: 0 3px;
}
.right {
    float: right;
}
.f-row {
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: solid 1px #eaeaea;
}
.row_match {
    padding: 0 8px;
    font-size: 12px;
    width: 100%;
    display: none;
    float: left;
    margin-bottom: 12px;
}
.item_kenh {
    color: #999;
    display: inline-block;
    float: left;
}
.row-text {
    width: 100%;
    float: left;
    color: #666;
    font-size: 14px;
    margin-top: 6px;
}
.div-row {
    width: 50%;
    float: left;
    margin: 2px 0;
    position: relative;
}
.r1 {
    text-align: right;
    padding-right: 26px;
}
.l1 {
    text-align: left;
    padding-left: 26px;
}
.icon-th1 {
    height: 12px;
    width: 12px;
    top: 2px;
    position: absolute;
    right: 6px;
}
.icon-th2 {
    height: 12px;
    top: 2px;
    width: 12px;
    position: absolute;
    left: 6px;
}
.row-0 {
    text-align: center;
    color: #666;
    border-bottom: solid 1px #eaeaea;
    padding-bottom: 12px;
    font-size: 14px;
    margin-bottom: 6px;
    margin-top: 12px;
}
.form-match {
    width: 100%;
    float: left;
    margin-bottom: 16px;
    padding: 0 16px;
}
#ltd_byleague .columns-time {
    width: 24%;
}
#ltd_byleague .columns-match {
    width: 44%;
}
#ltd_byleague .columns-club {
    width: 37%;
}
#ltd_byleague .columns-number {
    text-align: center;
    padding: 0 6px;
    width: 26%;
}
@media only screen and (max-width: 960px) {
    .r1 {
        text-align: left;
        padding-right: 0;
        padding-left: 18px;
    }
    .l1 {
        text-align: left;
        padding-left: 18px;
    }
    .icon-th1 {
        left: 0;
        right: auto;
    }
    .icon-th2 {
        left: 0;
    }
    .item_kenh {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        width: 45%;
    }
    .row_match {
        display: block;
    }
    .tabnav {
        display: table;
        width: 100%;
    }
    #ltd_byleague .columns-match,
    .columns-match {
        width: 80%;
    }
    .tablink {
        display: table-cell;
        padding: 8px;
        float: none;
        font-size: 13px;
    }
    #ltd_byleague .columns-time,
    .columns-time {
        width: 20%;
        padding-left: 5px;
    }
    #ltd_byleague .columns-number,
    .columns-number {
        text-align: center;
        padding: 0 6px;
        width: 30%;
    }
    #ltd_byleague .columns-club,
    .columns-club {
        width: 60%;
    }
    .m_hiden {
        display: none !important;
    }
    .vongbang {
        display: none;
    }
    .live {
        margin-left: auto;
        position: absolute;
        right: -3px;
        top: 4px;
    }
    .live img {
        height: 10px;
        width: 10px;
    }
    .separator {
        display: none !important;
    }
    .time {
        display: block !important;
    }
    .club1 .thedo {
        right: -14%;
    }
    .club2 .thedo {
        left: -14%;
    }
    .s-date {
        font-weight: 400;
    }
    .color-info {
        padding: 0 16px;
    }
    .columns-time span {
        font-size: 12px;
    }
}
.row-head {
    float: left;
    width: 100%;
    margin-bottom: 12px;
}
.form-vbg {
    float: right;
}
.title-vbg {
    float: left;
    font-size: 16px;
    font-weight: 500;
}
.sec-head-item {
    float: left;
    margin-left: 10px;
}
.item-vongbang-2 {
    float: left;
    width: 100%;
    margin-bottom: 16px;
}
.item-vongbang-2 a {
    float: left;
    height: 36px;
    padding: 0 10px;
    text-align: center;
    line-height: 36px;
    background: #f2f2f2;
    font-weight: 500;
    margin-right: 5px;
    margin-bottom: 5px;
}
.item-vongbang-2 a.active {
    background: var(--fs-color-primary);
    color: #fff;
}
.vong-hientai {
    margin-bottom: 12px;
    float: left;
    width: 100%;
}
.sec-item2 {
    float: left;
    margin-left: 5px;
}
.text-info {
    background: #e0e0e0;
    padding: 8px 16px;
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}
.text-info-item1 {
    width: 12%;
    float: left;
}
.text-info-item2 {
    width: 10%;
    float: left;
}
.text-info-item3 {
    width: 68%;
    float: left;
    text-align: center;
}
.text-info-item4 {
    width: 10%;
    float: left;
    text-align: right;
}
.m-content a.active {
    color: var(--fs-color-primary);
}
.fhead-title {
    width: 100%;
    float: left;
    margin-top: 10px;
    font-weight: 500;
    font-size: 13px;
}
.fhead-title a {
    color: var(--fs-color-primary);
}
@media only screen and (max-width: 960px) {
    .sec-item2 {
        float: left;
        margin-left: 0;
        margin-right: 6px;
        margin-bottom: 12px;
    }
    .text-info {
        display: none;
    }
    .text-info-item2 {
        display: none;
    }
    .text-info-item1 {
        width: 20%;
    }
    .text-info-item4 {
        width: 12%;
    }
    .row-head {
        margin-bottom: 0;
    }
    .form-vbg {
        float: left;
        width: 100%;
    }
    .sec-head-item {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-bottom: 12px;
    }
    .title-vbg {
        width: 100%;
        margin-bottom: 12px;
    }
}
.live-content h2 {
    font-size: 24px;
}
.live-content {
    float: left;
    width: 100%;
    margin-bottom: 24px;
    border-bottom: solid 2px #eaeaea;
    padding-bottom: 24px;
    font-size: 18px;
    line-height: 1.6;
}
.live-content > p {
    padding: 8px 0;
}
.live-content a {
    color: #2b7faf;
}
.match-content-text a {
    color: #4285f4;
    position: relative;
}
.live-row {
    width: 100%;
    float: left;
    position: relative;
    border-bottom: solid 1px #eaeaea;
    padding: 16px 0;
    padding-left: 100px;
}
.live-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.live-left {
    position: absolute;
    left: 0;
    top: 16px;
    width: 90px;
}
.live-right {
    font-size: 18px;
    line-height: 1.6;
}
.live-text {
    width: 100%;
    float: left;
    margin-bottom: 16px;
    font-size: 16px;
}
.f-text {
    color: #222;
    float: left;
    width: 70%;
    font-size: 16px;
}
.ic-video {
    position: absolute;
    right: 44px;
    height: 20px;
    width: 20px;
    cursor: pointer;
    top: 12px;
}
.ic-video img {
    height: 20px;
    display: inline-block;
    width: 20px;
}
.live-content > h3 {
    padding: 4px 0;
}
.live-content > h2 {
    padding: 4px 0;
}
.item-center {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
.club-logo-img {
    float: left;
    height: 24px;
    width: 24px;
    margin-right: 16px;
}
.club-logo-text {
    display: grid;
    font-size: 16px;
    font-weight: 500;
}
.f-right-text {
    float: right;
}
@media only screen and (max-width: 800px) {
    .live-left {
        position: relative;
        left: auto;
        top: inherit;
        width: 100%;
        margin-bottom: 12px;
    }
    .live-row {
        padding: 16px 0;
        padding-left: 0;
    }
}
@media only screen and (max-width: 960px) {
    .fix_hiden {
        display: inline-block !important;
    }
}
.p18 {
    font-size: 18px;
    font-weight: 500;
}
.p16 {
    font-size: 16px;
}
.f-right {
    float: right;
    margin-top: 8px;
}
.text-name {
    display: flex;
    justify-content: center;
    margin-top: 0.25rem;
    padding: 0 3px;
    text-align: center;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.text-form {
    color: #666;
    padding-top: 12px;
}
.img-qua-bong {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.row-kqbd {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 16px;
}
.img-logo-club {
    display: inline-block;
    width: 70px;
    height: 70px;
}
.p-c66 {
    color: #666;
    font-size: 13px;
}
.logo-bongda24h {
    height: 36px;
}
.fix-right {
    float: right;
}
.content-kqbd {
    width: 100%;
    float: left;
}
.row-kqbd:last-child {
    margin-bottom: 0;
}
.icon_f {
    position: absolute;
    width: 14px;
    right: -7px;
    bottom: -4px;
}
.icon_f.ic_bong {
    left: -5px;
    top: -5px;
}
.icon_f.ic_bong {
    left: -5px;
    top: -5px;
}
.icon_f.ic_bong .icon_number {
    position: absolute;
    left: -7px;
    font-size: 12px;
}
.columns-time span {
    display: table-cell;
}
@media only screen and (max-width: 640px) {
    .p18 {
        font-size: 16px;
    }
    .p16 {
        font-size: 14px;
    }
    .img-logo-club {
        width: 60px;
        height: 60px;
    }
    .p18 {
        font-size: 16px;
        font-weight: 500;
    }
}
@media only screen and (max-width: 420px) {
    .text-name {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
}
.separator {
    padding: 0 4px !important;
}
.fhead-right {
    float: right;
    color: #666;
    font-weight: 400;
}
.fhead-right a {
    color: #666;
    font-size: 14px;
    margin: 0 6px;
    text-transform: uppercase;
}
.match-football .f-row {
    content-visibility: auto;
}
.ket-qua-24h .form-match,
.ket-qua-24h .item-fright,
.ket-qua-24h .block,
.ket-qua-24h .form-vbg .sec-item2:not(:last-child),
.title-vbg.hiden-pc {
    display: none !important;
}
.nrclub1 {
    margin-right: 3px;
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
}
.nrclub1 img {
    position: absolute;
    right: 0;
    top: 0;
    top: 5px;
}
.fas.fa-bolt {
    width: 15px;
    height: 15px;
    position: absolute;
    background-image: url('flash.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}