body{
    margin: 0;
    padding: 0;
    background: #fff;
}


.data-page ul{
    list-style: none;
    padding-left: 0!important;
}
.data-page ul, .data-page li{
    list-style: none;
    margin-bottom: 0!important;
    font-size: 13px!important;
}
.d-flex{
    display: flex!important;
}
.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: .25
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.float-start {
    float: left!important
}

.float-end {
    float: right!important
}

.float-none {
    float: none!important
}

.opacity-0 {
    opacity: 0!important
}

.opacity-25 {
    opacity: .25!important
}

.opacity-50 {
    opacity: .5!important
}

.opacity-75 {
    opacity: .75!important
}

.opacity-100 {
    opacity: 1!important
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.overflow-visible {
    overflow: visible!important
}

.overflow-scroll {
    overflow: scroll!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-grid {
    display: grid!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}


.d-inline-flex {
    display: inline-flex!important
}

.d-none {
    display: none!important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important
}

.shadow-none {
    box-shadow: none!important
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

.top-0 {
    top: 0!important
}

.top-50 {
    top: 50%!important
}

.top-100 {
    top: 100%!important
}

.bottom-0 {
    bottom: 0!important
}

.bottom-50 {
    bottom: 50%!important
}

.bottom-100 {
    bottom: 100%!important
}

.start-0 {
    left: 0!important
}

.start-50 {
    left: 50%!important
}

.start-100 {
    left: 100%!important
}

.end-0 {
    right: 0!important
}

.end-50 {
    right: 50%!important
}

.end-100 {
    right: 100%!important
}

.translate-middle {
    transform: translate(-50%,-50%)!important
}

.translate-middle-x {
    transform: translateX(-50%)!important
}

.translate-middle-y {
    transform: translateY(-50%)!important
}

.border {
    border: 1px solid #dee2e6!important
}

.border-0 {
    border: 0!important
}

.border-top {
    border-top: 1px solid #dee2e6!important
}

.border-top-0 {
    border-top: 0!important
}

.border-end {
    border-right: 1px solid #dee2e6!important
}

.border-end-0 {
    border-right: 0!important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-start {
    border-left: 1px solid #dee2e6!important
}

.border-start-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #0d6efd!important
}

.border-secondary {
    border-color: #6c757d!important
}

.border-success {
    border-color: #198754!important
}

.border-info {
    border-color: #0dcaf0!important
}

.border-warning {
    border-color: #ffc107!important
}

.border-danger {
    border-color: #dc3545!important
}

.border-light {
    border-color: #f8f9fa!important
}

.border-dark {
    border-color: #212529!important
}

.border-white {
    border-color: #fff!important
}

.border-1 {
    border-width: 1px!important
}

.border-2 {
    border-width: 2px!important
}

.border-3 {
    border-width: 3px!important
}

.border-4 {
    border-width: 4px!important
}

.border-5 {
    border-width: 5px!important
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.mw-100 {
    max-width: 100%!important
}

.vw-100 {
    width: 100vw!important
}

.min-vw-100 {
    min-width: 100vw!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mh-100 {
    max-height: 100%!important
}

.vh-100 {
    height: 100vh!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.flex-fill {
    flex: 1 1 auto!important
}

.flex-row {
    flex-direction: row!important
}

.flex-column {
    flex-direction: column!important
}

.flex-row-reverse {
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    flex-direction: column-reverse!important
}

.flex-grow-0 {
    flex-grow: 0!important
}

.flex-grow-1 {
    flex-grow: 1!important
}

.flex-shrink-0 {
    flex-shrink: 0!important
}

.flex-shrink-1 {
    flex-shrink: 1!important
}

.flex-wrap {
    flex-wrap: wrap!important
}

.flex-nowrap {
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse!important
}

.gap-0 {
    gap: 0!important
}

.gap-1 {
    gap: .25rem!important
}

.gap-2 {
    gap: .5rem!important
}

.gap-3 {
    gap: 1rem!important
}

.gap-4 {
    gap: 1.5rem!important
}

.gap-5 {
    gap: 3rem!important
}

.justify-content-start {
    justify-content: flex-start!important
}

.justify-content-end {
    justify-content: flex-end!important
}

.justify-content-center {
    justify-content: center!important
}

.justify-content-between {
    justify-content: space-between!important
}

.justify-content-around {
    justify-content: space-around!important
}

.justify-content-evenly {
    justify-content: space-evenly!important
}

.align-items-start {
    align-items: flex-start!important
}

.align-items-end {
    align-items: flex-end!important
}

.align-items-center {
    align-items: center!important
}

.align-items-baseline {
    align-items: baseline!important
}

.align-items-stretch {
    align-items: stretch!important
}

.align-content-start {
    align-content: flex-start!important
}

.align-content-end {
    align-content: flex-end!important
}

.align-content-center {
    align-content: center!important
}

.align-content-between {
    align-content: space-between!important
}

.align-content-around {
    align-content: space-around!important
}

.align-content-stretch {
    align-content: stretch!important
}

.align-self-auto {
    align-self: auto!important
}

.align-self-start {
    align-self: flex-start!important
}

.align-self-end {
    align-self: flex-end!important
}

.align-self-center {
    align-self: center!important
}

.align-self-baseline {
    align-self: baseline!important
}

.align-self-stretch {
    align-self: stretch!important
}

.order-first {
    order: -1!important
}

.order-0 {
    order: 0!important
}

.order-1 {
    order: 1!important
}

.order-2 {
    order: 2!important
}

.order-3 {
    order: 3!important
}

.order-4 {
    order: 4!important
}

.order-5 {
    order: 5!important
}

.order-last {
    order: 6!important
}
.m-0 {
    margin: 0!important
}

.m-1 {
    margin: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.m-auto {
    margin: auto!important
}

.mx-0 {
    margin-right: 0!important;
    margin-left: 0!important
}

.mx-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
}

.mx-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
}

.mx-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
}

.mx-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
}

.mx-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
}

.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important
}

.my-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.my-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
}

.my-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
}

.my-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
}

.my-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
}

.my-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
}

.my-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
}

.mt-0 {
    margin-top: 0!important
}

.mt-1 {
    margin-top: .25rem!important
}

.mt-2 {
    margin-top: .5rem!important
}

.mt-3 {
    margin-top: 1rem!important
}

.mt-4 {
    margin-top: 1.5rem!important
}

.mt-5 {
    margin-top: 3rem!important
}

.mt-auto {
    margin-top: auto!important
}

.me-0 {
    margin-right: 0!important
}

.me-1 {
    margin-right: .25rem!important
}

.me-2 {
    margin-right: .5rem!important
}

.me-3 {
    margin-right: 1rem!important
}

.me-4 {
    margin-right: 1.5rem!important
}

.me-5 {
    margin-right: 3rem!important
}

.me-auto {
    margin-right: auto!important
}

.mb-0 {
    margin-bottom: 0!important
}

.mb-1 {
    margin-bottom: .25rem!important
}

.mb-2 {
    margin-bottom: .5rem!important
}

.mb-3 {
    margin-bottom: 1rem!important
}

.mb-4 {
    margin-bottom: 1.5rem!important
}

.mb-5 {
    margin-bottom: 3rem!important
}

.mb-auto {
    margin-bottom: auto!important
}

.ms-0 {
    margin-left: 0!important
}

.ms-1 {
    margin-left: .25rem!important
}

.ms-2 {
    margin-left: .5rem!important
}

.ms-3 {
    margin-left: 1rem!important
}

.ms-4 {
    margin-left: 1.5rem!important
}

.ms-5 {
    margin-left: 3rem!important
}

.ms-auto {
    margin-left: auto!important
}

.p-0 {
    padding: 0!important
}

.p-1 {
    padding: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.px-0 {
    padding-right: 0!important;
    padding-left: 0!important
}

.px-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
}

.px-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
}

.px-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
}

.px-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
}

.px-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
}

.py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.py-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
}

.py-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
}

.py-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
}

.py-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
}

.py-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
}

.pt-0 {
    padding-top: 0!important
}

.pt-1 {
    padding-top: .25rem!important
}

.pt-2 {
    padding-top: .5rem!important
}

.pt-3 {
    padding-top: 1rem!important
}

.pt-4 {
    padding-top: 1.5rem!important
}

.pt-5 {
    padding-top: 3rem!important
}

.pe-0 {
    padding-right: 0!important
}

.pe-1 {
    padding-right: .25rem!important
}

.pe-2 {
    padding-right: .5rem!important
}

.pe-3 {
    padding-right: 1rem!important
}

.pe-4 {
    padding-right: 1.5rem!important
}

.pe-5 {
    padding-right: 3rem!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pb-1 {
    padding-bottom: .25rem!important
}

.pb-2 {
    padding-bottom: .5rem!important
}

.pb-3 {
    padding-bottom: 1rem!important
}

.pb-4 {
    padding-bottom: 1.5rem!important
}

.pb-5 {
    padding-bottom: 3rem!important
}

.ps-0 {
    padding-left: 0!important
}

.ps-1 {
    padding-left: .25rem!important
}

.ps-2 {
    padding-left: .5rem!important
}

.ps-3 {
    padding-left: 1rem!important
}

.ps-4 {
    padding-left: 1.5rem!important
}

.ps-5 {
    padding-left: 3rem!important
}

.font-monospace {
    font-family: var(--bs-font-monospace)!important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw)!important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw)!important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw)!important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw)!important
}

.fs-5 {
    font-size: 1.25rem!important
}

.fs-6 {
    font-size: 1rem!important
}

.fst-italic {
    font-style: italic!important
}

.fst-normal {
    font-style: normal!important
}

.fw-light {
    font-weight: 300!important
}

.fw-lighter {
    font-weight: lighter!important
}

.fw-normal {
    font-weight: 400!important
}

.fw-bold {
    font-weight: 700!important
}

.fw-bolder {
    font-weight: bolder!important
}

.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

* html .pkg {
    display: inline-block;
    height: 1%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
    display: inline-block;
}

a.active,
a:active,
a:focus,
a:hover {
    color: #1b95e0;
    text-decoration: none;
}

body {
    background: #fff!important;
}

html {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 100%;
    width: 100%;
    line-height: normal;
}

input[type="submit"],
input[type="button"],
input[type="text"] {
    border: 0 none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
    display: inline;
}

::-moz-selection {
    background-color: #3297FD;
    color: #fff;
}

::selection {
    background-color: #3297FD;
    color: #fff;
}

/**/
/* .container {
  width: 980px;
  margin: 0 auto;
} */

.adv {
    text-align: center;
    margin: 0;
    max-width: 100%;
}

.adv .e {
    max-width: 100%;
}

.adv .e img {
    max-width: 100% !important;
    max-height: 100% !important;
}

.adv .e:empty {
    display: none !important;
}

.exp_qc_share .exp_qc_one {
    display: none;
}

.exp_qc_share .exp_qc_one.active {
    display: block;
}

.m-0 {
    margin: 0;
}

.ml-0 {
    margin-left: 0;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.ml--15 {
    margin-left: -15px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-0 {
    margin-top: 0;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mr-0 {
    margin-right: 0;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-90 {
    margin-right: 90px;
}

.p-0 {
    padding: 0;
}

.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.p-25 {
    padding: 25px;
}

.p-30 {
    padding: 30px;
}

.p-35 {
    padding: 35px;
}

.p-40 {
    padding: 40px;
}

.p-45 {
    padding: 45px;
}

.p-50 {
    padding: 50px;
}

.pt-0 {
    padding-top: 0;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pl-0 {
    padding-left: 0;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-60 {
    padding-left: 60px;
}

.pr-0 {
    padding-right: 0;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-60 {
    padding-right: 60px;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.p-0-5 {
    padding: 0 5px;
}

.p-0-10 {
    padding: 0 10px;
}

.p-0-15 {
    padding: 0 15px;
}

.p-0-20 {
    padding: 0 20px;
}

.p-0-25 {
    padding: 0 25px;
}

.p-0-30 {
    padding: 0 30px;
}

.p-0-35 {
    padding: 0 35px;
}

.p-0-40 {
    padding: 0 40px;
}

.p-0-45 {
    padding: 0 45px;
}

.p-0-50 {
    padding: 0 50px;
}

.p-5-0 {
    padding: 5px 0;
}

.p-10-0 {
    padding: 10px 0;
}

.p-15-0 {
    padding: 15px 0;
}

.p-20-0 {
    padding: 20px 0;
}

.p-25-0 {
    padding: 25px 0;
}

.p-30-0 {
    padding: 30px 0;
}

.p-35-0 {
    padding: 35px 0;
}

.p-40-0 {
    padding: 40px 0;
}

.p-50-0 {
    padding: 50px 0;
}

.m-0-5 {
    margin: 0 5px;
}

.m-0-10 {
    margin: 0 10px;
}

.m-0-15 {
    margin: 0 15px;
}

.m-0-20 {
    margin: 0 20px;
}

.m-0-25 {
    margin: 0 25px;
}

.m-0-30 {
    margin: 0 30px;
}

.m-0-35 {
    margin: 0 35px;
}

.m-0-40 {
    margin: 0 40px;
}

.m-0-45 {
    margin: 0 45px;
}

.m-0-50 {
    margin: 0 50px;
}

.m-5-0 {
    margin: 5px 0;
}

.m-10-0 {
    margin: 10px 0;
}

.m-15-0 {
    margin: 15px 0;
}

.m-20-0 {
    margin: 20px 0;
}

.m-25-0 {
    margin: 25px 0;
}

.m-30-0 {
    margin: 30px 0;
}

.m-35-0 {
    margin: 35px 0;
}

.m-40-0 {
    margin: 40px 0;
}

.m-50-0 {
    margin: 50px 0;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f17 {
    font-size: 17px;
}

.f18 {
    font-size: 18px;
}

.f19 {
    font-size: 19px;
}

.f20 {
    font-size: 20px;
}

.f21 {
    font-size: 21px;
}

.f22 {
    font-size: 22px;
}

.f23 {
    font-size: 23px;
}

.f24 {
    font-size: 24px;
}

.f25 {
    font-size: 25px;
}

.f26 {
    font-size: 26px;
}

.f27 {
    font-size: 27px;
}

.f28 {
    font-size: 28px;
}

.f29 {
    font-size: 29px;
}

.f30 {
    font-size: 30px;
}

.f31 {
    font-size: 31px;
}

.f32 {
    font-size: 32px;
}

.f33 {
    font-size: 33px;
}

.f34 {
    font-size: 34px;
}

.f36 {
    font-size: 36px;
}

.f38 {
    font-size: 38px;
}

.f40 {
    font-size: 40px;
}

.f42 {
    font-size: 42px;
}

.f46 {
    font-size: 46px;
}

.f50 {
    font-size: 50px;
}

.f-light {
    font-weight: 300;
}

.f-normal {
    font-weight: 500;
}

.f-bold {
    font-weight: 700;
}

.w10 {
    width: 10%;
}

.w15 {
    width: 15%;
}

.w16 {
    width: 16.6666666666667%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w33 {
    width: 33.333333333333%;
}

.w35 {
    width: 35%;
}

.w40 {
    width: 39%;
}

.w45 {
    width: 45%;
}

.w50 {
    width: 50%;
}

.w55 {
    width: 55%;
}

.w60 {
    width: 61%;
}

.w65 {
    width: 65%;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.w85 {
    width: 85%;
}

.w90 {
    width: 90%;
}

.w95 {
    width: 95%;
}

.w100 {
    width: 100%;
}

.content-66 {
    width: calc(100% - 66px);
}

.w100-300 {
    width: calc(100% - 300px);
}

.w100-140 {
    width: calc(100% - 140px);
}

.w300 {
    width: 300px;
}

.w100-360 {
    width: calc(100% - 360px);
}

.w100-375 {
    width: calc(100% - 375px);
}

.w100-200 {
    width: calc(100% - 200px);
}

.w360 {
    width: 360px;
}

.w140 {
    width: 140px;
}

.w200 {
    width: 200px;
}

.w160 {
    width: 160px;
}

.w100-160 {
    width: calc(100% - 160px);
}

.w100-440 {
    width: calc(100% - 440px);
}

.w32 {
    width: 32px;
}

.w100-32 {
    width: calc(100% - 32px);
}

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

.list-none {
    list-style: none;
}

.justify {
    text-align: justify;
}

.upper {
    text-transform: uppercase;
}

.bor-bottom {
    border-bottom: 1px solid #333;
}

.in-bl {
    display: inline-block;
}

.inherit {
    display: inherit;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.clear-both {
    clear: both;
}

.relative {
    position: relative;
}

/* End Libs */
.icon-video-small {
    background: url(../images/icon-video-small.png) no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
}

.icon-video-large {
    background: url(../images/icon-video-larrge.png) no-repeat;
    width: 104px;
    height: 104px;
    position: absolute;
    top: calc(50% - 52px);
    left: calc(50% - 52px);
}

.bg-white {
    background: #fff;
}

.bg-black {
    background: #2b3035;
}

.cl-white {
    color: #fff;
}

.hide, .display-none {
    display: none;
}

.bor-right15 {
    border-right: 15px solid #f1f1f1;
}

.hr {
    width: 100%;
    float: left;
    border-bottom: 1px dashed #ddd;
    height: 1px;
}

.transition {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.d-flex {
    /*  display: inherit;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
         flex-wrap: wrap; */
    position: relative;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-2 {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.j-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 55px;
    z-index: 5;
}

.scroll {
    scrollbar-width: thin !important;
}

.scroll::scrollbar {
    width: 4px;
    height: 0;
    border-radius: 5px;
}

.scroll::-o-scrollbar {
    width: 4px;
    height: 0;
    border-radius: 5px;
}

.scroll::-ms-scrollbar {
    width: 4px;
    height: 0;
    border-radius: 5px;
}

.scroll::-webkit-scrollbar {
    width: 4px;
    height: 0;
    border-radius: 5px;
}

.scroll::scrollbar-thumb {
    background-color: #ddd;
    border-radius: 5px;
}

.scroll::-o-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 5px;
}

.scroll::-ms-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 5px;
}

.scroll::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 5px;
}

.scroll::scrollbar-track-piece {
    background: rgba(229, 229, 229, 0.37);
}

.scroll::-o-scrollbar-track-piece {
    background: rgba(229, 229, 229, 0.37);
}

.scroll::-ms-scrollbar-track-piece {
    background: rgba(229, 229, 229, 0.37);
}

.scroll::-webkit-scrollbar-track-piece {
    background: rgba(229, 229, 229, 0.37);
}

.ads_300x250 {
    background: #fc6a08;
    text-align: center;
    min-height: 200px;
    padding: 10px;
    width: 300px;
    height: 250px;
    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;
}

.ads_300x250 span {
    -webkit-box-flex: 1;
    flex: 1 0 0;
    -ms-flex: 1 0 0;
    -webkit-flex: 1 0 0;
    color: #fff;
    font-size: 14px;
}

@media screen and (max-width: 979px) {
    .ads_300x250 {
        display: none;
    }
}

.ads_300x600 {
    background: #fc6a08;
    text-align: center;
    min-height: 200px;
    padding: 10px;
    width: 300px;
    height: 600px;
    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;
}

.ads_300x600 span {
    -webkit-box-flex: 1;
    flex: 1 0 0;
    -ms-flex: 1 0 0;
    -webkit-flex: 1 0 0;
    color: #fff;
    font-size: 14px;
}

@media screen and (max-width: 979px) {
    .ads_300x600 {
        display: none;
    }
}

.ads_160x600 {
    background: #fc6a08;
    text-align: center;
    min-height: 200px;
    padding: 10px;
    width: 160px;
    height: 600px;
    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;
}

.ads_160x600 span {
    -webkit-box-flex: 1;
    flex: 1 0 0;
    -ms-flex: 1 0 0;
    -webkit-flex: 1 0 0;
    color: #fff;
    font-size: 14px;
}

@media screen and (max-width: 979px) {
    .ads_160x600 {
        display: none;
    }
}

.ads_728x90 {
    background: #fc6a08;
    text-align: center;
    min-height: 200px;
    padding: 10px;
    width: 728px;
    height: 90px;
    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;
}

.ads_728x90 span {
    -webkit-box-flex: 1;
    flex: 1 0 0;
    -ms-flex: 1 0 0;
    -webkit-flex: 1 0 0;
    color: #fff;
    font-size: 14px;
}

@media screen and (max-width: 979px) {
    .ads_728x90 {
        display: none;
    }
}

.ads_970x250 {
    background: #fc6a08;
    text-align: center;
    min-height: 200px;
    padding: 10px;
    width: 970px;
    height: 250px;
    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;
}

.ads_970x250 span {
    -webkit-box-flex: 1;
    flex: 1 0 0;
    -ms-flex: 1 0 0;
    -webkit-flex: 1 0 0;
    color: #fff;
    font-size: 14px;
}

@media screen and (max-width: 979px) {
    .ads_970x250 {
        display: none;
    }
}

.ads_140x600 {
    background: #fc6a08;
    text-align: center;
    min-height: 200px;
    padding: 10px;
    width: 140px;
    height: 600px;
    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;
}

.ads_140x600 span {
    -webkit-box-flex: 1;
    flex: 1 0 0;
    -ms-flex: 1 0 0;
    -webkit-flex: 1 0 0;
    color: #fff;
    font-size: 14px;
}

@media screen and (max-width: 979px) {
    .ads_140x600 {
        display: none;
    }
}


.justify-content-between {
    justify-content: space-between!important;
}
.flex-row {
    flex-direction: row!important;
}
















.data-page .caption-4 {
    background: url("https://xiao.pppab.com/_res_1/frontend/images/bg-min.svg?v=1") right -372px no-repeat;
    font-size: 18px;
    color: #254892;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0;
}

@media screen and (max-width: 480px) {
    .data-page .caption-4 {
        margin: 0 -15px 15px;
        padding-left: 15px;
        text-transform: inherit;
        line-height: 25px;
        font-weight: normal;
        font-size: 21px;
    }
}

.data-page .date-data {
    color: #9a9a9a;
    background: #fff;
    font-size: 13px;
    line-height: 22px;
    text-align: right;
}

.data-page .select_charts {
    margin: 15px 0;
}

.data-page .select_charts .--select-wrapper {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    border-top: 0;
}

.data-page .select_charts .--select-wrapper .--select {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.data-page .select_charts .--select-wrapper .--select .--select__trigger {
    position: relative;
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #f40000;
    background: #ffffff;
    padding: 0 10px;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 3;
    border: 1px solid #efefef;
}

.data-page .select_charts .--select-wrapper .--select .--select__trigger .arrow {
    position: relative;
    height: 10px;
    width: 10px;
}

.data-page .select_charts .--select-wrapper .--select .--select__trigger .arrow::before,
.data-page .select_charts .--select-wrapper .--select .--select__trigger .arrow::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 2px;
    height: 10px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.data-page .select_charts .--select-wrapper .--select .--select__trigger .arrow::before {
    left: -3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #009dfd;
}

.data-page .select_charts .--select-wrapper .--select .--select__trigger .arrow::after {
    left: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #009dfd;
}

.data-page .select_charts .--select-wrapper .--select .--options {
    position: absolute;
    display: block;
    top: -100%;
    right: 25%;
    left: 25%;
    width: 50%;
    background: #fff;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

.data-page .select_charts .--select-wrapper .--select .--options .--option {
    position: relative;
    display: block;
    padding: 0 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #efefef;
    border-top: 0;
}

.data-page .select_charts .--select-wrapper .--select .--options .--option .thumb {
    width: 21px;
    position: absolute;
    top: 0;
    left: 10px;
    height: 36px;
    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;
}

.data-page .select_charts .--select-wrapper .--select .--options .--option .title {
    margin-left: 31px;
    color: #333;
    font-size: 13px;
    line-height: 35px;
}

.data-page .select_charts .--select-wrapper .--select .--options .--option:hover {
    cursor: pointer;
    background-color: #f6f6f6;
}

.data-page .select_charts .--select-wrapper .--select .--options .--option.selected {
    background-color: #f6f6f6;
    font-weight: 500;
}

.data-page .select_charts .--select-wrapper .--select.open .--options {
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.data-page .select_charts .--select-wrapper .--select.open .arrow::before {
    left: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.data-page .select_charts .--select-wrapper .--select.open .arrow::after {
    left: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.box_livescore .caption {
    background: #254892 url("https://xiao.pppab.com/_res_1/frontend/images/bg-min.svg?v=1") right -855px no-repeat;
    position: relative;
    padding: 5px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 10px;
}

.box_livescore .caption .title {
    font-size: 14px;
    color: #fff;
    position: relative;
    display: inline-block;
    line-height: 24px;
    text-transform: none;
    padding-right: 16px;
    padding-left: 0;
    font-weight: 500;
}

.box_livescore .caption .title {
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box_livescore .caption .title img {
    width: 20px;
    margin-right: 4px;
}

.box_livescore .caption .more {
    color: white;
    line-height: 2;
    font-size: 12px;
}

.box_livescore .list_match {
    display: block;
}

.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;
    padding: 10px 15px;
}

.box_livescore .list_match li + li {
    border-top: 1px solid #ececec;
}

.box_livescore .list_match li:nth-child(2n) {
    background-color: #f4f4f4;
}

.box_livescore .list_match li .time {
    /*width: 50px;*/
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
}

.box_livescore .list_match li .time a {
    color: #254892;
    line-height: 24px;
    display: flex;
    gap: 2px;
}

.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;
}

.box_livescore .list_match li.box-event-one-style2 .event-main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    min-width: 0;
    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.box-event-one-style2 .event-main .group {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.box_livescore .list_match li.box-event-one-style2 .event-location {
    font-size: 12px;
    color: #666;
    text-align: center;
    margin-top: 2px;
}

.box_livescore .list_match li.box-event-one-style2 .event-location-mobile {
    display: none;
}

.box_livescore .list_match li.box-event-one-style2 .event-live-channels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 4px;
}

.box_livescore .list_match li.box-event-one-style2 .event-live-channels a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.box_livescore .list_match li.box-event-one-style2 .event-live-channels img {
    border-radius: 4px;
    -o-object-fit: contain;
    object-fit: contain;
    border: 1px solid #eee;
    background: #fff;
}

.box_livescore .list_match li.box-event-one-style2 .event-live-name {
    color: #dc3545;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 1.2;
    display: inline-block;
    max-width: 48px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
}

.box_livescore .list_match li.box-event-one-style2 .event-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0;
}

.box_livescore .list_match li.box-event-one-style2 .event-actions.has-news,
.box_livescore .list_match li.box-event-one-style2 .event-actions.expects-news {
    margin-right: 10px;
}

.box_livescore .list_match li.box-event-one-style2 .event-actions.has-news,
.box_livescore .list_match li.box-event-one-style2 .event-actions.expects-news,
.box_livescore .list_match li.box-event-one-style2 .event-news-action {
    width: 65px;
}

.box_livescore .list_match li.box-event-one-style2 .event-news-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box_livescore .list_match li.box-event-one-style2 .event-live-mobile {
    display: none;
}

.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 {
    font-size: 14px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
    -webkit-box-flex: 1;
    flex: 1 0 0;
    -ms-flex: 1 0 0;
    -webkit-flex: 1 0 0;
}

.box_livescore .list_match li .group .team img {
    max-width: 25px;
    max-height: 25px;
}

.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 .team-a img {
    margin-left: 4px;
}

.box_livescore .list_match li .group .team-a a {
    text-align: right;
}

.box_livescore .list_match li .group .team-b img {
    margin-right: 4px;
}

.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: #254892;
    font-weight: 700;
    line-height: 24px;
}

.box_livescore .list_match li .group .score.active a {
    background: #073776;
    color: #fff;
    padding: 0 6px;
}

.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;
}

.box_livescore .list_match li .more .name {
    display: block;
    width: 10px;
    height: 10px;
    background: url("https://xiao.pppab.com/_res_1/frontend/images/bg-min.svg?v=1") 0 -395px no-repeat;
}

.box_livescore .list_match li.caption-days {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 8px 0 0;
}

.box_livescore .list_match li.caption-days .title {
    color: #3a4e91;
    padding: 0 5px;
    border-bottom: 1px solid red;
    line-height: 30px;
    display: inline-block;
    position: relative;
    top: 1px;
    font-size: 13px;
}

.box_tructiep .caption {
    padding: 15px 0px;
}

.box_tructiep .caption .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box_tructiep .caption .title a {
    font-size: 20px;
    font-weight: 700;
    color: #f40000;
}

.box_tructiep .caption .title i {
    margin-left: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #0070bb;
}

.box_tructiep .list_match li {
    padding: 15px;
    border-top: 1px solid #ececec;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box_tructiep .list_match li:nth-child(2n) {
    background-color: #f4f4f4;
}

.box_tructiep .list_match li .team {
    -webkit-box-flex: 1;
    flex: 1 0 0;
    -ms-flex: 1 0 0;
    -webkit-flex: 1 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.box_tructiep .list_match li .team a {
    font-size: 14px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 40px;
    font-weight: 500;
}

.box_tructiep .list_match li .team img {
    max-width: 40px;
    max-height: 40px;
}

.box_tructiep .list_match li .team-a {
    text-align: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.box_tructiep .list_match li .team-a img {
    margin-left: 4px;
}

.box_tructiep .list_match li .team-b{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box_tructiep .list_match li .team-b img {
    margin-right: 4px;
}

.box_tructiep .list_match li .score {
    width: 90px;
    text-align: center;
}

.box_tructiep .list_match li .score a:first-child {
    display: block;
}

.box_tructiep .list_match li .score strong {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #264892;
}

.box_tructiep .list_match li .score small {
    font-size: 11px;
    color: #999;
}

.list_day_match {
    max-width: 495px;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

.list_day_match ul {
    white-space: nowrap;
    overflow: hidden;
}

.list_day_match ul li {
    width: 65px;
    display: inline-block;
    text-align: center;
}

.list_day_match ul li a {
    width: 100%;
    display: block;
    padding: 5px 0;
    line-height: 1.33;
}

.list_day_match ul li a .month {
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    color: #333;
}

.list_day_match ul li a .day {
    font-size: 16px;
    color: #0070bb;
    text-align: center;
    font-weight: 700;
}

.list_day_match ul li a .weekdays {
    font-size: 12px;
    color: #333;
    text-align: center;
}

.list_day_match ul li:focus, .list_day_match ul li:hover, .list_day_match ul li:active {
    background-color: #efefef;
}

.list_day_match ul li.active {
    background-color: #f40000;
}

.list_day_match ul li.active .month,
.list_day_match ul li.active .day,
.list_day_match ul li.active .weekdays {
    color: #fff;
}

.content_detail p,
.txt_content p {
    font-size: 19px;
    line-height: 1.6;
    margin-bottom: 18px;
    text-align: justify;
}

.content_detail a,
.txt_content a {
    color: #1b95e0;
}

.content_detail .explus_related_1404022217,
.txt_content .explus_related_1404022217 {
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    border-top: 3px solid red;
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.content_detail .explus_related_1404022217 > div:first-child,
.txt_content .explus_related_1404022217 > div:first-child {
    padding: 7px 10px;
    background: #fff;
    color: #254892;
}

.content_detail .explus_related_1404022217 > div:first-child .explus_related_1404022217_letter,
.txt_content .explus_related_1404022217 > div:first-child .explus_related_1404022217_letter {
    font-size: 18px;
    line-height: 1.35;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.content_detail .explus_related_1404022217_title,
.txt_content .explus_related_1404022217_title {
    text-decoration: none;
    font-size: .95em;
    line-height: 1.6;
    margin: 5px 0 15px;
    text-align: left;
    font-weight: 500;
    color: #264992;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.content_detail a.explus_related_1404022217_photo,
.txt_content a.explus_related_1404022217_photo {
    width: 87px;
}

.content_detail .explus_related_1404022217_left,
.txt_content .explus_related_1404022217_left {
    float: left;
    width: 300px;
    margin-right: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content_detail .explus_related_1404022217_left .explus_related_1404022217_item,
.txt_content .explus_related_1404022217_left .explus_related_1404022217_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 10px;
    border-bottom: 1px solid #ddd;
}

.content_detail .explus_related_1404022217_left .explus_related_1404022217_item .explus_related_1404022217_title,
.txt_content .explus_related_1404022217_left .explus_related_1404022217_item .explus_related_1404022217_title {
    font-size: 14px;
    line-height: 1.35;
    margin: 0;
    font-weight: 500;
    color: #333;
    -webkit-box-flex: 1;
    flex: 1 0 0;
    -ms-flex: 1 0 0;
    -webkit-flex: 1 0 0;
    padding-left: 10px;
}

.content_detail .explus_related_1404022217_left .explus_related_1404022217_item:last-child,
.txt_content .explus_related_1404022217_left .explus_related_1404022217_item:last-child {
    border-bottom: 0;
}

.content_detail .explus_related_1404022217_right,
.txt_content .explus_related_1404022217_right {
    float: right;
    width: 300px;
    margin-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content_detail .explus_related_1404022217_right .explus_related_1404022217_item,
.txt_content .explus_related_1404022217_right .explus_related_1404022217_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 10px;
    border-bottom: 1px solid #ddd;
}

.content_detail .explus_related_1404022217_right .explus_related_1404022217_item .explus_related_1404022217_title,
.txt_content .explus_related_1404022217_right .explus_related_1404022217_item .explus_related_1404022217_title {
    font-size: 14px;
    line-height: 1.35;
    margin: 0;
    font-weight: 500;
    color: #333;
    -webkit-box-flex: 1;
    flex: 1 0 0;
    -ms-flex: 1 0 0;
    -webkit-flex: 1 0 0;
    padding-left: 10px;
}

.content_detail .explus_related_1404022217_right .explus_related_1404022217_item:last-child,
.txt_content .explus_related_1404022217_right .explus_related_1404022217_item:last-child {
    border-bottom: 0;
}

.content_detail .explus_related_1404022217_bottom,
.txt_content .explus_related_1404022217_bottom {
    margin-top: 45px;
    background-color: #fff;
    border: 0;
    border-top: 3px solid red;
    padding-top: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content_detail .explus_related_1404022217_bottom > div:first-child,
.txt_content .explus_related_1404022217_bottom > div:first-child {
    position: absolute;
    top: -45px;
    padding: 7px 10px 7px 0;
    background: #fff;
    color: #254892;
}

.content_detail .explus_related_1404022217_bottom > div:first-child .explus_related_1404022217_letter,
.txt_content .explus_related_1404022217_bottom > div:first-child .explus_related_1404022217_letter {
    font-size: 18px;
    line-height: 1.35;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.content_detail .explus_related_1404022217_bottom .explus_related_1404022217_item,
.txt_content .explus_related_1404022217_bottom .explus_related_1404022217_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 23.5%;
    flex: 0 23.5%;
    overflow: hidden;
    border: none;
    padding: 0;
}

.content_detail .explus_related_1404022217_bottom .explus_related_1404022217_item .explus_related_1404022217_title,
.txt_content .explus_related_1404022217_bottom .explus_related_1404022217_item .explus_related_1404022217_title {
    padding: 10px 0;
    display: block !important;
    margin-bottom: 0;
}

.content_detail .explus_related_1404022217_bottom .explus_related_1404022217_item_last,
.txt_content .explus_related_1404022217_bottom .explus_related_1404022217_item_last {
    margin-right: 0;
}

.content_detail .explus_related_1404022217_bottom.three .explus_related_1404022217_item,
.txt_content .explus_related_1404022217_bottom.three .explus_related_1404022217_item {
    width: 32.0%;
}

.content_detail .explus_related_1404022217_photo img,
.txt_content .explus_related_1404022217_photo img {
    max-width: 100%;
    height: auto;
}

.box_widget .caption {
    margin: 10px 0 5px;
    font-weight: 700;
    font-size: 16px;
}

.box_widget textarea {
    width: 100%;
    height: 75px;
    padding: 12px;
    border: 1px solid #cbcaca;
    color: #747474;
}

.box_logo_league .caption {
    margin: 10px 0 5px;
    font-weight: 700;
    font-size: 16px;
}

.box_logo_league ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 7.5px -7.5px 0;
}

.box_logo_league ul li {
    width: 33.3%;
    padding: 0 7.5px;
    margin-bottom: 15px;
}

.box_logo_league ul li .wrap {
    border: 1px solid #ddd;
    text-align: center;
    min-height: 200px;
    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_logo_league ul li .wrap .box {
    width: 100%;
}

.box_logo_league ul li .wrap .box .thumb {
    margin-bottom: 10px;
}

.box_logo_league ul li .wrap .box .thumb img {
    max-height: 100px;
    max-width: 100px;
    margin: 0 auto;
}

.box_logo_league ul li .wrap .box .title {
    font-weight: 700;
    color: #254892;
}

.box_info_league {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box_info_league .logo {
    max-width: 150px;
    margin-right: 25px;
}

.box_info_league .name_player {
    font-size: 20px;
    color: #f40000;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.box_info_league .content {
    -webkit-box-flex: 1;
    flex: 1 0 0;
    -ms-flex: 1 0 0;
    -webkit-flex: 1 0 0;
}

.box_info_league .content ul li {
    color: #254892;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.box_info_league .content ul li .title {
    width: 30%;
}

.box_info_league .content ul li .info {
    -webkit-box-flex: 1;
    flex: 1 0 0;
    -ms-flex: 1 0 0;
    -webkit-flex: 1 0 0;
    font-weight: 700;
}

.box_info_league .content ul li select {
    width: 80px;
    padding: 4px 5px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    color: #747474;
}

@media screen and (max-width: 768px) {
    .box_info_league {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 -15px 15px;
    }
    .box_info_league .logo {
        margin: 0 auto 25px;
    }
    .box_info_league .content {
        max-width: 100%;
        width: 100%;
        background: #f0f0f0;
        padding: 15px;
        border-top: 2px solid #254892;
    }
    .box_info_league .content ul li {
        margin-bottom: 3px;
        color: #333;
    }
    .box_info_league .content ul li .title {
        width: 30%;
        display: inline-block;
    }
}

.box_info_player {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
}

.box_info_player .logo {
    max-width: 150px;
    margin-right: 25px;
}

.box_info_player .name_player {
    font-size: 20px;
    color: #f40000;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.box_info_player .content {
    -webkit-box-flex: 1;
    flex: 1 0 0;
    -ms-flex: 1 0 0;
    -webkit-flex: 1 0 0;
}

.box_info_player .content ul li {
    color: #254892;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.box_info_player .content ul li .title {
    width: 30%;
}

.box_info_player .content ul li .info {
    -webkit-box-flex: 1;
    flex: 1 0 0;
    -ms-flex: 1 0 0;
    -webkit-flex: 1 0 0;
    font-weight: 700;
}

.box_info_player .content ul li select {
    width: 80px;
    padding: 4px 5px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    color: #747474;
}

@media screen and (max-width: 768px) {
    .box_info_player {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 -15px 15px;
    }
    .box_info_player .logo {
        margin: 0 auto 25px;
    }
    .box_info_player .content {
        max-width: 100%;
        width: 100%;
        background: #f0f0f0;
        padding: 15px;
        border-top: 2px solid #254892;
    }
    .box_info_player .content ul li {
        margin-bottom: 3px;
        color: #333;
    }
    .box_info_player .content ul li .title {
        width: 30%;
        display: inline-block;
    }
}

.box_info_player .logo img {
    border-radius: 50%;
}
.box_tabs{
    overflow: auto;
}
.box_tabs ul {
    border-top: 1px solid #f3f3f3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.box_tabs ul li {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    text-align: center;
}

.box_tabs ul li a {
    width: 100%;
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
    padding: 11px;
    border-bottom: 2px solid transparent;
}

.box_tabs ul li.active a, .box_tabs ul li:hover a {
    color: #1b95e0;
    border-bottom: 2px solid #1b95e0;
}

.caption-6-single {
    margin: 20px 0 5px;
}

.caption-6-single .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.caption-6-single .title a {
    font-size: 20px;
    font-weight: 700;
    color: #f40000;
}

.caption-6-single .title i {
    margin-left: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #0070bb;
}

.caption-6-single a {
    text-transform: uppercase;
}

.box_league_bxh table {
    background-color: #fff;
    width: 100%;
    border: 1px solid #ebebeb;
}

.box_league_bxh table .caption_table_bxh {
    background: #254892 url("https://xiao.pppab.com/_res_1/frontend/images/bg-min.svg?v=1") right -855px no-repeat;
}

.box_league_bxh table .caption_table_bxh .th_team {
    text-align: left;
    padding-left: 10px;
}

.box_league_bxh table .caption_table_bxh .th_team .title {
    font-size: 14px;
    color: #fff;
    position: relative;
    display: inline-block;
    line-height: 24px;
    text-transform: none;
    padding-right: 16px;
    font-weight: 500;
}

.box_league_bxh table .caption_table_bxh th {
    color: #fff;
    border: 0;
}

.box_league_bxh table tr {
    border-bottom: 1px solid #ebebeb;
}

.box_league_bxh table tr .th_team {
    width: 70%;
}

.box_league_bxh table tr th {
    padding: 4px 5px;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 10px;
    color: #333;
    text-transform: uppercase;
    font-weight: normal;
}

.box_league_bxh table tr td {
    padding: 4px 5px;
    line-height: 25px;
    white-space: nowrap;
    font-size: 14px;
    color: #000;
    text-align: center;
    max-width: 100px;
    border: 0;
}

.box_league_bxh table tr td .colteam {
    position: relative;
    padding-left: 30px;
    color: #254892;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    width: 100%;
}

.box_league_bxh table tr td .spn_numb_team {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    line-height: 23px;
    text-align: center;
    font-size: 14px;
    color: #000;
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
    background-color: transparent;
}

.box_league_bxh table tr td .tb_numb_team {
    background-color: #ffb400;
    color: #fff;
}

.box_league_bxh table tr td .tbl_numb_team {
    background-color: #ffcf61;
    color: #fff;
}

.box_league_bxh table tr td .botl_numb_team {
    background-color: #a10d02;
    color: #fff;
}

.box_league_bxh table tr td .top_numb_team {
    background-color: #00a651;
    color: #fff;
}

.box_league_bxh table tr td .top_numb_team {
    background-color: #00a651;
    color: #fff;
}

.box_league_bxh table tr td .bot_numb_team {
    background-color: #d20f00;
    color: #fff;
}

.box_league_bxh table tr td .bot_numb_team,
.box_league_bxh table tr td .top_numb_team {
    color: #fff !important;
}

.box_league_bxh table tr:nth-child(2n+1) td {
    background-color: #f4f4f4;
}

.box_league_bxh table tr th:first-child,
.box_league_bxh table tr td:first-child {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box_league_bxh table tr.active td {
    background: #cacfff;
}

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

.box_league_bxh .row_indexcolor .indexcolor {
    display: inline-block;
    text-align: left;
    background-color: #e5e5e5;
    position: relative;
    padding-left: 10px!important;
}

.box_league_bxh .row_indexcolor .indexcolor:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 23px solid transparent;
    border-right: 23px solid #e5e5e5;
    border-top: 23px solid #e5e5e5;
    position: absolute;
    left: -23px;
    top: 0;
}

.box_league_bxh .row_indexcolor .indexcolor li {
    display: block;
    color: #292929;
    font-size: 10px;
    height: auto;
    line-height: 23px;
    padding: 0 15px;
    position: relative;
}

.box_league_bxh .row_indexcolor .indexcolor li span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
}

.box_league_bxh .row_indexcolor .indexcolor li .top_numb_team {
    background-color: #00a651;
    color: #fff;
}

.box_league_bxh .row_indexcolor .indexcolor li .tb_numb_team {
    background-color: #ffb400;
    color: #fff;
}

.box_league_bxh .row_indexcolor .indexcolor li .botl_numb_team {
    background-color: #a10d02;
    color: #fff;
}

.box_league_bxh .row_indexcolor .indexcolor li .tbl_numb_team {
    background-color: #ffcf61;
    color: #fff;
}

.box_league_bxh .row_indexcolor .indexcolor li .bot_numb_team {
    background-color: #d20f00;
    color: #fff;
}

.box_league_bxh .row_indexcolor .indexcolor li .bot_numb_team,
.box_league_bxh .row_indexcolor .indexcolor li .top_numb_team {
    color: #fff !important;
}

.box_league_top_goal table {
    background-color: #fff;
    width: 100%;
    border: 1px solid #ebebeb;
}

.box_league_top_goal table .caption_table_top_goal {
    background: #254892 url("https://xiao.pppab.com/_res_1/frontend/images/bg-min.svg?v=1") right -855px no-repeat;
}

.box_league_top_goal table .caption_table_top_goal .th_team {
    text-align: left;
}

.box_league_top_goal table .caption_table_top_goal .th_team .title {
    font-size: 14px;
    color: #fff;
    position: relative;
    display: inline-block;
    line-height: 24px;
    text-transform: none;
    padding-right: 16px;
    font-weight: 500;
}

.box_league_top_goal table .caption_table_top_goal .th_team .title:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #009eff;
    position: absolute;
    right: 0;
    top: calc(50% - 6px);
}

.box_league_top_goal table .caption_table_top_goal th {
    color: #fff;
}

.box_league_top_goal table tr {
    border-bottom: 1px solid #ebebeb;
    background-color: #f4f4f4;
}

.box_league_top_goal table tr .th_team {
    width: 70%;
    text-align: left;
}

.box_league_top_goal table tr .th_point {
    font-weight: 500;
}

.box_league_top_goal table tr th {
    padding: 8px 10px;
    white-space: nowrap;
    font-weight: normal;
}

.box_league_top_goal table tr th td:first-child {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box_league_top_goal table tr td {
    padding: 4px 5px;
    line-height: 25px;
    white-space: nowrap;
    font-size: 14px;
    color: #000;
    text-align: center;
    max-width: 100px;
}

.box_league_top_goal table tr td a {
    color: #254892;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.box_league_top_goal table tr td.th_team,
.box_league_top_goal table tr td.th_team a,
.box_league_top_goal table tr td:first-child,
.box_league_top_goal table tr td:first-child a {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    max-width: none;
}

.box_league_top_goal table tr td.col_thumb_goal {
    padding: 0;
}

.box_league_top_goal table tr td.col_thumb_goal .head_list {
    background: #f3f3f3 url("https://xiao.pppab.com/_res_1/frontend/images/bg-min.svg?v=1") right -405px no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.box_league_top_goal table tr td.col_thumb_goal .head_list .number_one {
    padding-left: 10px;
    font-size: 90px;
    line-height: 111px;
    color: #e0e0e0;
    font-weight: 400;
}

.box_league_top_goal table tr td.col_thumb_goal .head_list .info {
    -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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box_league_top_goal table tr td.col_thumb_goal .head_list .info .name {
    font-size: 16px;
    color: #c12c2e;
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.4;
}

.box_league_top_goal table tr td.col_thumb_goal .head_list .info .club {
    font-size: 10px;
    color: #292929;
    display: block;
    line-height: normal;
    font-weight: 700;
}

.box_league_top_goal table tr td.col_thumb_goal .head_list .info .score {
    font-size: 14px;
    color: #c12c2e;
    font-weight: 700;
}

.box_league_top_goal table tr td:first-child a {
    color: #333;
}

.box_league_top_goal table tr td .spn_numb_team {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    line-height: 23px;
    text-align: center;
    font-size: 14px;
    color: #292929;
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
    background-color: transparent;
}

.box_league_top_goal table tr td .colteam {
    padding-left: 33px;
    position: relative;
}

.box_league_top_goal table tr td .colteam a {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.4;
}

.box_league_top_goal table tr:nth-child(2n+1) td {
    background-color: #fff;
}

.box_league_clb table {
    width: 100%;
}

.box_league_clb table tr td {
    padding: 8px 10px;
    font-size: 14px;
    color: #000;
    max-width: 100px;
    vertical-align: middle;
}

.box_league_clb table tr td a {
    color: #254892;
}

.box_league_clb table tr td img {
    width: 40px;
}

.box_league_clb table tr:nth-child(2n+1) td {
    background-color: #f4f4f4;
}

.box_league_clb table tr:first-child {
    background: #254892 url("https://xiao.pppab.com/_res_1/frontend/images/bg-min.svg?v=1") right -855px no-repeat;
}

.box_league_clb table tr:first-child th {
    color: #fff;
    font-weight: 500;
    padding: 8px 10px;
    text-align: left;
    white-space: nowrap;
}

.list_statistic_player {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px 15px;
}

.list_statistic_player li {
    -webkit-box-flex: 1;
    flex: 1 0 0;
    -ms-flex: 1 0 0;
    -webkit-flex: 1 0 0;
    padding: 10px 5px;
}

.list_statistic_player li .select-style-1 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1;
    outline: 0;
    padding: 0.65em 2.5em 0.55em 0.75em;
    border-radius: 0;
    background-color: white;
    background-image: linear-gradient(#d8d8d8, #d8d8d8), linear-gradient(-135deg, transparent 50%, #bae1ff 50%), linear-gradient(-225deg, transparent 50%, #bae1ff 50%), linear-gradient(#bae1ff 42%, #006fc2 42%);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 1px 100%, 20px 22px, 20px 22px, 20px 100%;
    background-position: right 20px center, right bottom, right bottom, right bottom;
    border: 1px solid #ddd;
    width: 100%;
}

.list_statistic_player li .select-style-1 option {
    color: #333;
}

.box_statistic_player .caption {
    background: #254892 url("https://xiao.pppab.com/_res_1/frontend/images/bg-min.svg?v=1") right -855px no-repeat;
    padding: 4px 10px;
}

.box_statistic_player .caption .title {
    font-size: 14px;
    color: #fff;
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding-right: 16px;
}

.box_statistic_player .content .list_statistic {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.box_statistic_player .content .list_statistic > li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.box_statistic_player .content .list_statistic > li .title_statistic {
    font-size: 13px;
    color: #333;
    line-height: 35px;
    text-transform: uppercase;
}

.box_statistic_player .content .list_statistic > li .number_statistic {
    color: #009eff;
    font-size: 30px;
}

.box_statistic_player .content .list_statistic > li > ul li {
    font-size: 12px;
    color: #969696;
    padding: 8px 10px 8px 20px;
    border-top: 1px solid #e4e4e4;
}

.box_statistic_player .content .list_statistic > li > ul li:first-child {
    margin-top: 5px;
}

.box_statistic_player .content .list_statistic > li > ul i {
    font-size: 10px;
    font-weight: 400;
    line-height: 17px;
    margin-right: 5px;
}

header.--v2 {
    background: #001e4c url(https://xiao.pppab.com/_res_1/frontend/images/bgl_sec_header_pop.png) center no-repeat;
    background-size: 100%;
}

header.--v2 .container {
    width: 580px;
}

header.--v2 .container .top-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header.--v2 .container .top-header p {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}

header.--v2 .container .top-header .right {
    text-align: right;
}

header.--v2 .container .top-header .right a {
    color: #fff;
    font-size: 13px;
}

header.--v2 .container .middle-header {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.1);
    position: relative;
}

header.--v2 .container .middle-header .fix_team_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

header.--v2 .container .middle-header .fix_team_inner .gen_fix_team_match {
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header.--v2 .container .middle-header .fix_team_inner .gen_fix_team_match .flag_state {
    width: 75px;
}

header.--v2 .container .middle-header .fix_team_inner .gen_fix_team_match .col_namestate {
    -webkit-box-flex: 1;
    flex: 1 0 0;
    -ms-flex: 1 0 0;
    -webkit-flex: 1 0 0;
}

header.--v2 .container .middle-header .fix_team_inner .gen_fix_team_match .col_namestate a {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

header.--v2 .container .middle-header .fix_team_inner .center_fix_team_match {
    width: 80px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

header.--v2 .container .middle-header .fix_team_inner .center_fix_team_match .numbscore {
    font-size: 50px;
    font-weight: 300;
}

header.--v2 .container .middle-header .fix_team_inner .center_fix_team_match .spacescore {
    font-size: 20px;
    font-weight: 500;
    opacity: .6;
}

header.--v2 .container .middle-header .fix_team_inner .left_fix_team_match .flag_state {
    margin-right: 10px;
}

header.--v2 .container .middle-header .fix_team_inner .right_fix_team_match {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

header.--v2 .container .middle-header .fix_team_inner .right_fix_team_match .flag_state {
    margin-left: 10px;
}

header.--v2 .container .middle-header .fix_team_inner .right_fix_team_match .right_namestate {
    text-align: right;
}

header.--v2 .container .bottom-header .box_tabs ul {
    border-top: 0;
    text-align: center;
    display: block;
}

header.--v2 .container .bottom-header .box_tabs ul li {
    display: inline-block;
}

header.--v2 .container .bottom-header .box_tabs ul li.active a, header.--v2 .container .bottom-header .box_tabs ul li:hover a {
    color: #00baff;
    border-bottom: 2px solid #f40000;
}

header.--v2 .container .bottom-header .box_tabs ul li a {
    color: #fff;
    font-size: 11px;
}

main.--v2 .container {
    width: 580px;
}

main.--v2 .container .title-match {
    background: url("https://xiao.pppab.com/_res_1/frontend/images/bg-min.svg?v=1") right -372px no-repeat;
    font-size: 18px;
    color: #254892;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
}

@media screen and (max-width: 480px) {
    main.--v2 .container .title-match {
        margin: 0 -15px 15px;
        padding-left: 15px;
        text-transform: inherit;
        line-height: 25px;
        font-weight: normal;
        font-size: 21px;
    }
}

main.--v2 .container .caption-match {
    background: #254892 url("https://xiao.pppab.com/_res_1/frontend/images/bg-min.svg?v=1") right -855px no-repeat;
    position: relative;
    padding: 5px 16px;
    text-align: center;
}

main.--v2 .container .caption-match .title {
    font-size: 14px;
    color: #fff;
    position: relative;
    display: inline-block;
    line-height: 24px;
    text-transform: none;
    padding-right: 16px;
    padding-left: 0;
    font-weight: 500;
}

main.--v2 .container .caption-match .title {
    font-family: 'Noto Serif', 'Roboto', serif;
    padding-right: 0;
}

main.--v2 .container .caption-match-2 {
    background: #254892 url("https://xiao.pppab.com/_res_1/frontend/images/bg-min.svg?v=1") right -855px no-repeat;
    position: relative;
    padding: 5px 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

main.--v2 .container .caption-match-2 .title {
    font-size: 14px;
    color: #fff;
    position: relative;
    display: inline-block;
    line-height: 24px;
    text-transform: none;
    padding-right: 16px;
    padding-left: 0;
    font-weight: 500;
}

main.--v2 .container .caption-match-2 .title {
    padding-right: 0;
    font-weight: 400;
}

main.--v2 .container .statistic_match ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0;
    font-size: 14px;
    color: #333;
}

main.--v2 .container .statistic_match ul li:nth-child(2n) {
    background-color: #f4f4f4;
}

main.--v2 .container .statistic_match ul li .statis_txt {
    font-weight: 500;
    padding: 0 6px;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    text-align: center;
}

main.--v2 .container .statistic_match ul li .statis {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

main.--v2 .container .statistic_match ul li .statis .progress {
    -webkit-box-flex: 1;
    flex: 1 0 0;
    -ms-flex: 1 0 0;
    -webkit-flex: 1 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

main.--v2 .container .statistic_match ul li .statis .progress .percencolor {
    height: 12px;
    background: #0081db;
    display: inline-block;
}

main.--v2 .container .statistic_match ul li .statis .value {
    width: 42px;
    padding: 0 5px;
}

main.--v2 .container .statistic_match ul li .statis_left .progress {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

main.--v2 .container .statistic_match ul li .statis_left .progress .percencolor {
    background-color: #f40000;
}

main.--v2 .container .statistic_match ul li .statis_left .value {
    text-align: right;
}

main.--v2 .container .adsinfo {
    padding: 0 0 25px 0;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
}

main.--v2 .container .adsinfo a {
    font-weight: 500;
    color: #0070bb;
    display: inline-block;
}

.card.match-detail .match .logo{
    display: flex;
    justify-content: center;
}

#magazine header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
}

#magazine header .top-header {
    -webkit-box-flex: 1;
    flex: 1 0 0;
    -ms-flex: 1 0 0;
    -webkit-flex: 1 0 0;
}

#magazine header .top-header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#magazine header .top-header .logo .back-to-home {
    width: 50px;
    height: 50px;
    background: #ff6d15;
    text-align: center;
}

#magazine header .top-header .logo .back-to-home a {
    width: 50px;
}

#magazine header .top-header .logo .back-to-home a i {
    font-size: 21px;
    line-height: 50px;
    color: #fff;
}

#magazine header .top-header .logo a.img {
    padding-left: 10px;
    width: 190px;
}

#magazine main .big_image {
    width: 100%;
}

#magazine main .detail-mgz .container {
    width: 690px;
}

#magazine main .big_title {
    margin: 30px 0 20px;
}

#magazine main .sapo_detail {
    font-size: 20px;
}

#magazine main .content_detail p, #magazine main .content_detail li, #magazine main .content_detail em, #magazine main .content_detail i, #magazine main .content_detail strong, #magazine main .content_detail b, #magazine main .content_detail font {
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 1.7;
    font-size: 18px;
}

#magazine main .content_detail figure.large {
    margin: 0 -182px 30px;
    width: 1060px;
}

#magazine main .content_detail figure.full {
    width: 100%;
    margin-bottom: 30px;
}

#magazine main .content_detail figure.full img {
    max-width: 100%;
    width: 100%;
}

#magazine main .content_detail .exp_box_3_image,
#magazine main .content_detail .exp_box_2_image {
    margin: 0 -182px 30px;
    width: 1060px;
}

#magazine main .content_detail .exp_box_3_image .exp_wrap,
#magazine main .content_detail .exp_box_2_image .exp_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

#magazine main .content_detail .exp_box_3_image .exp_wrap figure,
#magazine main .content_detail .exp_box_2_image .exp_wrap figure {
    -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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 1px;
}

#magazine main .content_detail .exp_box_3_image .exp_wrap figure img,
#magazine main .content_detail .exp_box_2_image .exp_wrap figure img {
    width: 100%;
    height: 100%;
}

#magazine main .author-source {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#magazine main .author-source .author {
    border-left: solid 5px #254892;
    padding-left: 20px;
}

#magazine main .author-source .author .credit-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.7;
}

#magazine main .author-source .author .credit-item label {
    margin-right: 7px;
}

#magazine main .author-source .source {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
    font-size: 16px;
    line-height: 1.7;
}

#magazine main .author-source .source a {
    color: #254892;
}

#magazine main .tags_article {
    padding-top: 0;
}

#magazine main .news_suggest {
    margin-bottom: 35px;
}

#magazine main .news_suggest .content .list_news li {
    width: 25%;
}

#box_next_up {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
    opacity: 0;
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#box_next_up .content {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#box_next_up .content .thumb {
    width: 85px;
    margin-right: 10px;
}

#box_next_up .content .text {
    width: calc(100% - 110px);
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
}

#box_next_up .content .text .caption {
    text-transform: uppercase;
    font-size: 12px;
    font-style: italic;
    color: #f40000;
    font-weight: 700;
    margin-bottom: 6px;
}

#box_next_up .content .text .title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #254892;
    font-weight: 700;
    font-style: italic;
}

#box_next_up .content .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
}

#box_next_up.fixed {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 999;
    display: block;
    opacity: 1;
}

.events-wrap {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url("https://xiao.pppab.com/_res_1/frontend/events/euro/img/bg_main.jpg");
}

.events-wrap .events-text {
    color: white;
    font-weight: 700;
}

.events-wrap .events-btn {
    color: #d50036;
    padding: 4px 9px;
    border-radius: 57px;
    background: #fff;
    text-transform: uppercase;
    margin-left: 8px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 13px;
    font-weight: 700;
}

.is_mobile {
    display: none;
}
.match-detail{
    background: #fff!important;
}
.detail_article .news_suggest.tinmoivn_latest .content .list_news {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

#content_detail a,
.txt_content a {
    display: inline;
}

.txt_content table,
.txt_content td,
.txt_content th {
    border: 1px solid black;
    padding: 5px;
}

.txt_content ul {
    list-style: initial;
}

.txt_content table {
    width: 100% !important;
    border-collapse: collapse;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.9;
}

.videomclWrapper {
    margin: 0;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videomclWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#content_detail a.rate-link {
    background: transparent url(https://xiao.pppab.com/_res_1/frontend/images/arr-next-up.png) no-repeat scroll 5px 6px;
    color: #004370 !important;
    background-size: 14px;
    font-weight: bold;
    padding-left: 32px;
    font-family: 'Times New Roman';
    text-decoration: none;
    font-size: 19px !important;
    line-height: 1.5 !important;
    margin: 20px 0 25px !important;
    display: block !important;
}

#content_detail figure figcaption {
    background: #f2f2f2;
    color: #616161;
    text-align: center;
    font-size: 15px;
}

.avatar_mp4 {
    width: 100%;
    height: auto;
}

.status_live p{
    font-size: 10px!important;
    margin-bottom: 0!important;
}

@media screen and (max-width: 979px) {
    .container {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    /* .d-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    } */
    .w100-200,
    .flex-1 {
        width: 100%;
        padding: 0;
    }
    .list_day_match {
        max-width: 100%;
    }
    .w140,
    .w300,
    .w160 {
        width: 100%;
        padding: 0;
    }
    header .top-header {
        padding: 7px 0 6px;
    }
    header .top-header .logo {
        display: none;
    }
    header .top-header .logo-mobile {
        display: block;
        padding-left: 10px;
    }
    header .top-header .submenu_social {
        display: none;
    }
    header .navigation {
        height: auto;
    }
    header .navigation .mobile_nav {
        display: block;
        height: auto;
    }
    header .navigation .main_nav {
        white-space: nowrap;
        overflow-x: auto;
        height: auto;
    }
    header .navigation .main_nav .topsearch {
        display: none;
    }
    header .submenu_social {
        display: none;
    }
    .box-pick {
        padding-bottom: 0;
    }
    .box-pick .w140 {
        margin: -15px -15px 15px;
        width: calc(100% + 30px);
    }
    .box-pick .top-pick .cover {
        margin: -15px -15px 15px;
    }
    .box-pick .top-pick .cover .thumb img {
        width: 100%;
    }
    .box-pick .top-pick .pick_right {
        padding-left: 0;
    }
    .box-pick .top-pick .scroll {
        width: 100%;
        position: static;
        border-bottom: 0;
    }
    .box_schedule {
        width: 100%;
        margin-bottom: 15px;
    }
    .box_schedule .content {
        border-top: 1px solid #efefef;
        border-radius: 0;
    }
    .box_charts .select_charts, .box_charts .content {
        border-radius: 0;
    }
    .box_latest {
        width: 100%;
        margin-bottom: 15px;
    }
    footer .top-footer .top-footer-content {
        background-position: -578px -155px;
        padding: 5px 15px;
    }
    footer .tag-footer {
        padding: 15px;
        border: 0;
    }
    footer .menu-footer {
        padding: 0;
    }
    footer .menu-footer .left, footer .menu-footer .right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px;
    }
    footer .menu-footer .left .title_ver_com, footer .menu-footer .right .title_ver_com {
        display: none;
    }
    footer .menu-footer .list_bot_cat {
        width: 100%;
    }
    footer .info-footer .info-footer-content {
        background-color: #fff;
    }
    footer .info-footer .info-footer-content .col_app_com {
        margin-bottom: 25px;
        padding: 0 15px;
    }
    footer .info-footer .info-footer-content .col_app_com #dowload_footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    footer .info-footer .info-footer-content .col_ver_com {
        margin-bottom: 25px;
        padding: 0 15px;
    }
    footer .info-footer .info-footer-content .col_info_com {
        padding: 0 15px;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
    footer .info-footer .info-footer-content .col_info_com .title_ver_com {
        font-size: 14px;
        color: #254892;
        text-transform: uppercase;
        padding-bottom: 10px;
    }
    .box_latest_more li .thumb {
        width: 124px;
    }
    .box_latest_more li.lazy_thumb .thumb {
        height: 100px;
    }
    .detail_article .news_suggest .content .list_news {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .detail_article .news_suggest .content .list_news li {
        width: 100%;
    }
    .detail_article .category_suggest {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .detail_article .category_suggest .box {
        width: 100%;
    }
    .detail_article .category_suggest .box .list_news li .title {
        font-weight: 700;
    }
    .detail_article #content_detail figure img {
        width: 100%;
    }
    .detail_article #content_detail figure figcaption {
        color: #828282;
        display: block;
        background: #eee;
        padding: 8px 15px;
        text-align: left;
    }
    .w32 {
        display: none;
    }
    .box_league_clb {
        margin: 0 -15px 15px;
    }
    .box_league_top_goal {
        margin-bottom: 15px;
    }
    .box_video .content .left-style {
        margin-bottom: 15px;
    }
    .box_video .content .left-style .first_news .thumb {
        width: 100%;
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
    }
    .box_video .content .right-style li .thumb {
        width: 100%;
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
    }
    .cat-style-1 .content .first_news .thumb img {
        width: 100%;
    }
    .cat-style-1 .content .list_news li .thumb {
        width: 100%;
    }
    .cat-style-1 .content .list_news li .thumb img {
        width: 100%;
    }
    .cat-style-3 .list_news li .thumb img {
        width: 100%;
    }
    .btn_loadmore {
        margin-bottom: 15px;
    }
    .cat-style-2 .content .list_news li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .cat-style-2 .content .list_news li .thumb {
        width: 140px;
        margin-right: 15px;
    }
    .cat-style-2 .content .list_news li .text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .detail_article .news_suggest .content .list_news li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .detail_article .news_suggest .content .list_news li .thumb {
        width: 140px;
        margin-right: 15px;
    }
    .detail_article .news_suggest .content .list_news li .title {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .detail_article .category_suggest .box .list_news li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .detail_article .category_suggest .box .list_news li .thumb {
        width: 140px;
        margin-right: 15px;
    }
    .detail_article .category_suggest .box .list_news li .title {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    #magazine header {
        height: 40px;
        position: static;
    }
    #magazine header .top-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #magazine header .top-header .submenu_social {
        padding-right: 15px;
    }
    #magazine header .top-header .submenu_social .submenu {
        display: none;
    }
    #magazine header .top-header {
        padding: 0;
    }
    #magazine header .top-header .logo a.img {
        width: 146px;
    }
    #magazine header .top-header .logo .back-to-home {
        width: 40px;
        height: 40px;
    }
    #magazine header .top-header .logo .back-to-home a {
        width: 40px;
    }
    #magazine header .top-header .logo .back-to-home a i {
        font-size: 17px;
        line-height: 40px;
    }
    #magazine header .top-header .submenu_social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #magazine main .detail_article {
        padding: 15px;
    }
    #magazine main .detail_article .content_detail figure.large,
    #magazine main .detail_article .content_detail figure.full {
        margin: 0 -15px 20px;
        width: calc(100% + 30px);
    }
    #magazine main .detail_article .content_detail .exp_box_3_image,
    #magazine main .detail_article .content_detail .exp_box_2_image {
        width: 100%;
        margin: 0 0 20px;
    }
    #magazine main .detail_article .content_detail .exp_box_3_image .exp_wrap,
    #magazine main .detail_article .content_detail .exp_box_2_image .exp_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #magazine main .detail_article .news_suggest .content .list_news li {
        width: 100%;
    }
    #magazine main .detail_article .detail-mgz .container {
        width: 100%;
    }
    #magazine main .detail_article .detail-mgz .container .big_title {
        margin: 0 0 15px;
    }
    #magazine main .author-source .source {
        width: 100%;
    }
    #magazine main .author-source .author {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 680px) {
    .is_mobile {
        display: block;
    }
    .w360 {
        width: 100%;
    }
    .box_top_category .cover {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: none;
    }
    .box_top_category .cover .thumb {
        width: 100%;
    }
    .box_top_category .cover .thumb img {
        width: 100%;
    }
    .box_top_category .cover .text {
        padding: 15px 0 0;
        display: block;
    }
    .box_top_category .cover .text .title {
        color: #254892;
    }
    .box_top_category .list_news {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .box_top_category .list_news li {
        margin-bottom: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .box_top_category .list_news li .thumb {
        width: 150px;
        display: inline-table;
        margin-right: 10px;
        margin-bottom: 0;
    }
    .box_top_category .list_news li:last-child {
        margin-bottom: 0;
    }
    .box_latest_more li .text .sapo {
        display: none;
    }
    .content_detail .explus_related_1404022217_right,
    .txt_content .explus_related_1404022217_right,
    .content_detail .explus_related_1404022217_left,
    .txt_content .explus_related_1404022217_left {
        width: 100%;
        float: none;
        margin: 0 0 20px;
    }
}

@media screen and (max-width: 580px) {
    header.--v2 .container {
        width: 100%;
    }
    header.--v2 .container .top-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 15px;
    }
    header.--v2 .container .top-header .right a {
        margin-bottom: 4px;
    }
    header.--v2 .container .middle-header {
        padding: 15px;
    }
    header.--v2 .container .middle-header .fix_team_inner .gen_fix_team_match .flag_state {
        width: 40px;
    }
    header.--v2 .container .middle-header .fix_team_inner .gen_fix_team_match .col_namestate a {
        font-size: 15px;
    }
    header.--v2 .container .middle-header .fix_team_inner .center_fix_team_match {
        width: 65px;
    }
    header.--v2 .container .middle-header .fix_team_inner .center_fix_team_match .numbscore {
        font-size: 35px;
    }
    header.--v2 .container .box_tabs {
        width: 100%;
        margin: 0;
    }
    main.--v2 .container {
        width: 100%;
    }
    .box-pick .top-pick .cover .content .title {
        font-size: 24px;
        margin-bottom: 0;
        color: #254892;
    }
    .box-pick .bot-pick ul {
        margin-top: 0;
    }
    .box-pick .bot-pick ul li {
        margin-bottom: 15px;
        border-right: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 100%;
        flex: 0 100%;
    }
    .box-pick .bot-pick ul li .thumb {
        width: 100%;
    }
    .box-pick .bot-pick ul li .thumb img {
        width: 100%;
    }
    .box_video .content {
        display: block;
    }
    .box_video .content .left-style {
        width: 100%;
    }
    .box_video .content .right-style {
        padding-left: 0;
    }
    .detail_article figure {
        margin: 0 -15px 20px;
    }
    .content_detail .explus_related_1404022217,
    .txt_content .explus_related_1404022217 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .content_detail .explus_related_1404022217_bottom .explus_related_1404022217_item,
    .txt_content .explus_related_1404022217_bottom .explus_related_1404022217_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 48.5%;
        flex: 0 48.5%;
    }
    .content_detail .explus_related_1404022217_bottom .explus_related_1404022217_item .explus_related_1404022217_photo,
    .txt_content .explus_related_1404022217_bottom .explus_related_1404022217_item .explus_related_1404022217_photo {
        width: 100%;
    }
    .content_detail .explus_related_1404022217_bottom .explus_related_1404022217_item .explus_related_1404022217_photo img,
    .txt_content .explus_related_1404022217_bottom .explus_related_1404022217_item .explus_related_1404022217_photo img {
        width: 100%;
    }
    .detail_article #content_detail,
    .content_detail p,
    .txt_content p,
    .detail_article .sapo_detail {
        font-size: 19px;
    }
    .detail_article .title,
    .list_news .title,
    .box_latest_more .title,
    .box_latest .title {
        font-size: 17px !important;
        line-height: 1.45 !important;
    }
    .youth_news.--v2 .content .list_news li .text .title {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-size: 17px;
    }
    footer .menu-footer .menu-footer-content .list_bot_cat li a,
    footer .info-footer .info-footer-content .col_ver_com .list_ver_com > li > a,
    footer .info-footer .info-footer-content .col_info_com p {
        font-size: 13px;
    }
    .videomclWrapper {
        margin: 0 -15px;
    }
}

@media screen and (max-width: 480px) {
    .box_livescore {
        margin: 0 -15px 15px;
    }
    .list_day_match {
        margin: 0 -15px 15px;
        max-width: calc(100% + 30px);
    }
    .box_latest,
    .box_trending,
    .btn_loadmore {
        margin-bottom: 15px;
    }
    .box_tabs {
        margin: 0 -15px 15px;
    }
    .table-standings{
        overflow: auto;
    }
}

@media screen and (max-width: 414px) {
    .box_livescore .list_match li {
        padding: 0 15px 0 0;
    }
    .box_livescore .list_match li .group {
        display: block;
        position: relative;
    }
    .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 .score a span {
        padding: 5px;
    }
    .box_livescore .list_match li .group .score small {
        display: none;
    }
    .box_livescore .list_match li .group .team {
        margin: 10px 0;
    }
    .box_livescore .list_match li .group .team-a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .box_livescore .list_match li .group .team-a img {
        margin-left: 0;
        margin-right: 4px;
    }
    .box_livescore .list_match li .group .team-a a {
        text-align: left;
    }
    .box_livescore .list_match li.box-event-one-style2 .event-live-desktop {
        display: none;
    }
    .box_livescore .list_match li.box-event-one-style2 .event-location-desktop {
        display: none;
    }
    .box_livescore .list_match li.box-event-one-style2 .event-actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-item-align: center;
        align-self: center;
        gap: 4px;
        width: 65px;
        min-width: 65px;
        margin-right: 10px;
    }
    .box_livescore .list_match li.box-event-one-style2 .event-live-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0;
    }
    .box_livescore .list_match li.box-event-one-style2 .event-location-mobile {
        display: block;
    }
    .summary-data{
        margin: 0;
    }
    .box_tabs, .widget-fixtures{
        margin: 0 0 15px!important;
    }
}







.widget-leagues li:hover{
    background: none;
}
.widget-leagues a{
    display: block;
    border-radius: 4px;
    margin-bottom: 2px;
}
.widget-leagues a:hover,
.widget-leagues a.active
{
    background: #e4ecff;
    color: #264792;
}
.widget-leagues li{
    padding: 0;
}

#searchSections{
    border: 1px solid #ddd;
}
.btn-country-more{
    font-weight: 500;
    margin-left: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.list_day_match{
    max-width: 100%;
    margin: 0;
}
.list_day_match ul {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    overflow: auto;
}
.list_day_match ul li,
.list_day_match ul li a{
    width: 79px;
}
.list_day_match ul li.active{
    background-color: #c62127;
}
.match-description .description-table li{
    display: flex;
    align-items: center;
}
.align-items-center{
    align-items: center;
}
.section-category .category-title {
    display: flex;
    align-items: center;
    gap: 5px;
}

.box_livescore .list_match li,
.box_tructiep .list_match li{
    cursor: pointer;
}
.box_livescore .list_match li:nth-child(2n){
    background-color: #ffffff;
}
.box_livescore .list_match li + li,
{
    border-top: .5px solid #efefef;
}
.text-primary{
    color: #254892!important;
}
.box_tructiep .list_match li{
    padding: 5px;
    border-top: 0;
}
.status_live-vip{
    display: block;
    width: 30px;
    margin: 0 auto;
    line-height: 11px;
}
.status_live{
    padding: 1px 4px 0;
}
.box_tructiep .list_match li .team a{
    white-space: initial;
    line-height: 1.35;
}
.match-detail{
    background: #fff;
}

.match-detail .logo img{
    border: 1px solid #ddd;
    padding: 10px;
    width: 90px;
    border-radius: 12px;
}

.match-detail .match-scores .scores{
    font-size: 50px;
    line-height: 1.4;
}
.card-header{
    background: #fff;
    border-bottom: 0;
}
/* .match-content div:last-child{
    border-radius: 0;
} */

.box_info_league .logo{
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 5px;
}
.box_info_league .logo img{
    border-radius: 7px;
}
.box_logo_league ul li .wrap .box .thumb img{
    border-radius: 7px;
}
.box_logo_league ul li .wrap{
    border-radius: 10px;
    background: #f6f6f6;
    border: 0;
}
.Spinner_spinner__3KXYn:after{
    background: #fff;
}

.box_info_league .content ul li .title{
    display: inline-block;
    margin-right: 10px;
    width: auto;
}
.team-squad{
    border-bottom: 1px solid #f2f2f3;
}
.team-squad:last-child{
    border-bottom: 0;
}
.caption-6-single .title{
    padding-left: 3px;
    display: block;
    line-height: 1.4;
}
.caption-6-single .title span {
    font-size: 20px;
    font-weight: 700;
    color: #f40000;
    text-transform: uppercase;
}
.caption-6-single .title i{
    display: inline-block;
    line-height: 1.8;
}
/* btn default */
.tabs-stage{
    white-space: nowrap;
    overflow: auto;
}
.tabs-stage .btn{
    border: 0;
    padding: 5px 10px;
    font-weight: bold;
}
.tabs-stage .btn.active,
.tabs-stage .btn:hover,
.tabs-stage .btn:focus,
.tabs-stage .btn:active
{
    background: #e4ecff;
    color: #264792;
}
.tabs-stage .btn:hover,
.tabs-stage .btn:focus
{
    box-shadow: none;
}

/* btn danger */
.tabs-stage .btn.btn-danger{
    border: 0;
    padding: 5px 10px;
    font-weight: bold;
    background: none;
    color: #cf0010;
}
.tabs-stage .btn.btn-danger.active,
.tabs-stage .btn.btn-danger:hover,
.tabs-stage .btn.btn-danger:focus,
.tabs-stage .btn.btn-danger:active
{
    background: #f3d8db;
    color: #cf0010;
}
.tabs-stage .btn.btn-danger:hover,
.tabs-stage .btn.btn-danger:focus
{
    box-shadow: none;
}

.custom-model-main {
    font: normal 14px/100% "Arial", monospace;
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
    color: #777777;
}

.custom-model-main .big_title_asd {
    font-size: 30pt;
}

.custom-model-main p {
    margin: 0 0 15px;
}

.custom-model-main.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-main .custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 620px;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-main .custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px;
    overflow: hidden;
}

.custom-model-main.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.custom-model-main.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.custom-model-main .bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.custom-model-main .pop-up-content-wrap {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
}

.custom-model-main .pop-up-content-wrap .logo-pop-up {
    display: flex;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
}

.custom-model-main .pop-up-content-wrap .title_quote {
    border: 1px solid #264991;
    padding: 3px;
    display: inline-block;
    margin-bottom: 20px;
}

.custom-model-main .pop-up-content-wrap .title_quote .title {
    background: #264991;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    text-decoration: none;
}

.custom-model-main .divider {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin: 1rem 0;
}

.custom-model-main .divider .divider-text:after,
.custom-model-main .divider .divider-text:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    border-top: 1px solid #ebe9f1;
}

.custom-model-main .divider .divider-text:after {
    left: 100%;
}

.custom-model-main .divider .divider-text:before {
    right: 100%;
}

.custom-model-main .divider .divider-text {
    position: relative;
    display: inline-block;
    font-size: 0.9375rem;
    padding: 0 1rem;
}

.custom-model-main .divider.divider-danger .divider-text:after,
.custom-model-main .divider.divider-danger .divider-text:before {
    border-color: #ea5455 !important;
}

.custom-model-main .divider.divider-dotted .divider-text:after,
.custom-model-main .divider.divider-dotted .divider-text:before {
    border-style: dotted;
    border-width: 1px;
    border-top-width: 0;
    border-color: #ebe9f1;
}

.custom-model-main .text-warning {
    color: #ff9f43;
}

.custom-model-main .pop-up-content-wrap-header .close-btn {
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    display: inline-block;
    width: 52px;
    height: 42px;
    text-align: center;
    line-height: 42px;
}
.custom-model-main .pop-up-content-wrap-header .pop-up-content-wrap-header-title{
    color: white;
    line-height: 41px;
    padding-left: 20px;
    font-size: 13px;
}

.pop-up-content-wrap-header {
    background: #254791;
    height: 42px;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.pop-up-content-wrap-body {
    padding: 15px;
    overflow-y: auto;
    max-height: calc(100vh - 120px);
}

.pop-up-content-wrap-body .box_info_league_popup .name_player {
    font-size: 20px;
    color: #f40000;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}
.pop-up-content-wrap-body .box_info_league_popup .content {
    flex: 1 0 0;
    -ms-flex: 1 0 0;
    -webkit-flex: 1 0 0;
    padding-bottom: 0;
}
.pop-up-content-wrap-body .box_info_league_popup li .info {
    flex: 1 0 0; -ms-flex: 1 0 0; -webkit-flex: 1 0 0;
    font-weight: 700;
}

.pop-up-content-wrap-body .box_info_league_popup li .title {
    width: 30%;
}

.pop-up-content-wrap-body .box_info_league_popup li {
    color: #254892;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
}
.pop-up-content-wrap-body .box_info_league_popup{
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    align-items: center;
    padding: 10px;
    border-top: 1px dashed #f2f2f3;
    border-radius: 10px;
}
.pop-up-content-wrap-body .box_info_league_popup:last-child{
    border-bottom: 1px dashed #f2f2f3;
}
.pop-up-content-wrap-body .box_info_league_popup .logo{
    max-width: 60px;
    margin-right: 25px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 5px;
}

.pop-up-content-wrap-body .box_info_league_popup .logo-team{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    border: 1px solid #ddd;
    border-radius: 7px;
    padding: 10px 0;
    font-size: 11px;
    background: #fff;
    gap: 8px;
}

.pop-up-content-wrap-body .notifi-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pop-up-content-wrap-body .notifi-body {
    flex: 1;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
}

.pop-up-content-wrap-body .notifi-body .notifi-text {
    color: #254791;
    margin-bottom: 6px;
}

.pop-up-content-wrap-body .notifi-body .notifi-btn {
    background: #c52127;
    display: inline-block;
    border-radius: 5px;
    padding: 0px 30px;
    color: #fff;
    margin-bottom: 15px;
}

.pop-up-content-wrap-body .notifi-body .line {
    width: 120px;
    height: 2px;
    display: inline-block;
    background: #254791;
}

.pop-up-content-wrap-body .notifi-body .link {
    font-weight: 400;
    font-size: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.pop-up-content-wrap-body .notifi-body .link i {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #333;
    color: #fff;
    font-size: 10px;
    line-height: 22px;
    padding-left: 1px;
}
.modal_loading {
    display: none;
    transition: all .4s;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, .36) url(https://xiao.pppab.com/frontend/images/loading.svg) 50% 50% no-repeat;
    background-size: 70px;
}
body.loading .modal_loading{
    display: block;
}

.box_league_bxh table{
    border-radius: 10px;
    overflow: hidden;
}
.box_league_bxh .row_indexcolor .indexcolor{
    border-radius: 8px;
}

.ad-label {
    color: #aaa;
    font-size: 10px;
    letter-spacing: 2.5px;
    line-height: 1;
    padding: 6px 0 3px;
    text-align: center;
    text-transform: uppercase;
    display: block;
}
.box_tabs ul li.active a, .box_tabs ul li:hover a{
    font-weight: bold;
}
.navbar-fixed,
.navbar-fixed.active{
    top: 132px;
}
.radius-widget{
    border-radius: 10px;
    border: 1px solid #eaeaea;
    overflow: hidden;
    margin-bottom: 20px;
}

.box_tructiep .list_match li .score small{
    display: inline-block;
    line-height: 1.35;
}


.box_livescore .list_match li.caption-days .big-title{
    color: #254893;
    padding: 0 5px 0 15px;
    line-height: 30px;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
}
.box_livescore .list_match li.caption-days .big-title i{
    line-height: 30px;
    font-size: 8px;
    color: #fb0116;
}
.empty-match .nmf__icon{
    width: 80px;
    height: 80px;
    opacity: .3;
}
.empty-match{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    background: #f6f6f6;
    padding: 23px;
    border-radius: 15px;
}
.box_tabs ul{
    padding-left: 0;
}
@media screen and (min-width: 800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

@media only screen and (max-width: 1199px){
    .main-content {
        margin-top: 0px !important;
    }
    .navigation .container .nav_content{
        width: calc(100% - 60px);
        overflow: auto;
    }
    .navigation .container .nav_content::-webkit-scrollbar {
        display: none;
    }
    header .top-header{
        padding: 0;
    }
}
@media screen and (max-width: 900px) {
    .navbar-fixed,
    .navbar-fixed.active{
        top: 56px;
    }
    .w100-300{
        width: 100%;
        padding-right: 0;
    }
    .livescore_247 .d-flex{
        flex-direction: column;
    }
    .box_league_bxh table tr .th_team .d-flex,
    .main-content .section-table .team-squad .info.d-flex,
    .player-detail .d-flex
    {
        flex-direction: row;
    }
}


@media screen and (max-width: 799px) {
    .custom-model-main .custom-model-inner {
        margin-top: 45px;
    }

    .pop-up-content-wrap-body {
        padding: 10px;
        gap: 10px;
    }

    .pop-up-content-wrap-body .notifi-body {
        font-size: 15px;
    }
}
@media only screen and (max-width: 768px){
    .data-page .caption-4{
        padding-left: 0;
        background: none;
        margin: 0 0 15px;
        padding-bottom: 5px;
    }
    .navbar-fixed,
    .navbar-fixed.active{
        top: 40px;
    }
    .list_day_match ul li,
    .list_day_match ul li a{
        width: 72px;
    }

    .w100-300{
        width: 100%;
        padding-right: 0;
    }
    .box_info_league{
        margin: 0 -10px 10px;
        flex-direction: row;
        padding: 10px;
    }
    .box_info_league .logo{
        margin-bottom: 0;
    }
    .box_info_league .content{
        border: 0;
        background: none;
    }
}

@media only screen and (max-width: 480px){
    /* .box_livescore,
    .box_tructiep{
        margin: 0;
    } */
    .box_logo_league ul li {
        width: 50%;
    }
    .box_tabs ul{
        white-space: nowrap;
        overflow: auto;
    }
    .box_tabs,
    .widget-fixtures{
        margin: 0 -10px 10px;
    }
    .list_day_match {
        max-width: fit-content;
        margin: 0 -10px 0;
    }

    .list-leagues .league-wrap{
        padding: 6px 2px;
    }
    #searchSections{
        padding: 10px;
    }
    .box_tructiep .caption{
        padding: 15px 10px;
    }
    /*     .content_detail{
            padding: 0 10px;
        } */
    .radius-widget{
        border-radius: 0;
        border: 0;
        margin-bottom: 0;
    }
    .caption-6-single{
        margin-top: 0;
    }
}
@media only screen and (max-width: 360px){
    .match-detail .match-scores .scores{
        font-size: 35px;
    }
    .match-detail .match{
        padding: 10px!important;
    }
    .match-detail .logo img{
        width: 60px;
    }
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}
