@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
    overflow-y              : scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust    : 100%
}

body {
    line-height             : 1;
    -webkit-font-smoothing  : antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust    : 100%
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    font-family   : inherit;
    font-size     : 100%;
    font-weight   : inherit;
    font-style    : inherit;
    vertical-align: baseline;
    margin        : 0;
    padding       : 0;
    border        : 0;
    outline       : 0;
    background    : transparent
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens   : none;
    -ms-hyphens    : none;
    hyphens        : none;
    quotes         : none
}

figure {
    margin: 0
}

:focus {
    outline: 0
}

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

img {
    border                : 0;
    -ms-interpolation-mode: bicubic;
    vertical-align        : middle
}

legend {
    white-space: normal
}

button,
input,
select,
textarea {
    font-size         : 100%;
    margin            : 0;
    max-width         : 100%;
    vertical-align    : baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
    box-sizing        : border-box
}

button,
input {
    line-height: normal
}

input,
textarea {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0))
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height       : 1;
    cursor            : pointer;
    -webkit-appearance: button;
    border            : none
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border : 0;
    padding: 0
}

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

:root {
    --primary-color: #FA690F;
    --color-text   : #F2F3F3
}

body {
    font      : 15px/1.8 "Roboto Condensed", sans-serif;
    background: #040c1f;
    color     : var(--color-text)
}

a {
    text-decoration   : none;
    color             : #333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out
}

a:focus,
a:hover {
    text-decoration   : none;
    outline           : 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out
}

ol,
ul {
    padding: 0
}

table {
    width: 100%
}

table tr td,
table tr th {
    vertical-align: middle;
    text-align    : left
}

img {
    max-width         : 100%;
    height            : auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out
}

b,
strong {
    font-weight: 700
}

button {
    border: none
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #51B025
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:hover i:before {
    background-color: #52ab28
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="email"],
select,
textarea {
    background        : #2C3339;
    border            : 1px solid #2C3339;
    border-radius     : 4px;
    box-sizing        : border-box;
    font-family       : 'Roboto Condensed';
    font-style        : normal;
    font-weight       : 500;
    font-size         : 13px;
    line-height       : 18px;
    color             : #DADBDB;
    width             : 100%;
    height            : 42px;
    padding           : 12px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
textarea:focus {
    border            : 1px solid #0074E4;
    -webkit-box-shadow: none;
    -moz-box-shadow   : none;
    box-shadow        : none
}

textarea {
    width  : 100%;
    padding: 10px 15px;
    height : 170px
}

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

input[type="checkbox"] {
    display: inline
}

input:-moz-placeholder,
input::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
    color      : #070808;
    font-size  : 13px;
    line-height: 20px;
    opacity    : 0.3
}

input:-ms-input-placeholder {
    color      : #070808;
    font-size  : 13px;
    line-height: 20px;
    opacity    : 0.3
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color      : #070808;
    font-size  : 13px;
    line-height: 20px;
    opacity    : 0.3
}

input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
    -webkit-appearance: none;
    text-shadow       : none;
    -webkit-box-shadow: none;
    -moz-box-shadow   : none;
    -o-box-shadow     : none;
    box-shadow        : none
}

p {
    margin-bottom: 20px
}

p:last-of-type {
    margin-bottom: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color      : var(--color-text)
}

h1 {
    font-size  : 36px;
    line-height: 42px
}

h2 {
    font-size  : 28px;
    line-height: 38px
}

h3 {
    font-size  : 24px;
    line-height: 30px
}

h4 {
    font-size  : 20px;
    line-height: 28px
}

h5 {
    font-size  : 18px;
    line-height: 24px
}

h4 {
    font-size  : 16px;
    line-height: 24px
}

.content_ctn {
    width    : 1307px;
    max-width: 100%;
    margin   : 0 auto;
    padding  : 0 15px
}

.mgt_20 {
    margin-top: 20px !important
}

.only_sp {
    display: none !important
}

header {
    background-color: var(--primary-color)
}

header .header_ctn {
    width      : 1307px;
    max-width  : 100%;
    padding    : 0 15px;
    max-width  : 100%;
    margin     : 0 auto;
    display    : flex;
    align-items: center
}

header .header_ctn #logo a {
    display: flex
}

header .header_ctn #logo a img {
    max-width : 209px;
    object-fit: contain;
    max-height: 100px;
}

header .header_ctn .nav_menu {
    margin-left: auto
}

header .header_ctn .nav_menu .menu {
    display    : flex;
    align-items: center
}

header .header_ctn .nav_menu .menu li a {
    height        : 60px;
    display       : flex;
    align-items   : center;
    text-transform: uppercase;
    padding       : 0 20px;
    color         : #FFFFFF;
    font-size     : 15px;
    font-family   : 'Roboto Condensed', sans-serif
}

@media (max-width: 1150px) {
    header .header_ctn .nav_menu .menu li a {
        padding  : 0 11px;
        font-size: 14px
    }
}

header .header_ctn .nav_menu .menu li a:hover {
    background-color: #ef8e51
}

header .header_ctn .nav_menu .menu li.active a {
    background-color: #ef8e51
}

header .header_ctn .btn_contact {
    margin-left: 30px
}

@media (max-width: 1150px) {
    header .header_ctn .btn_contact {
        margin-left: 20px
    }
}

header .header_ctn .btn_contact a {
    display        : flex;
    align-items    : center;
    justify-content: center;
    width          : 186px;
    height         : 36px;
    background     : #f37b31;
    border-radius  : 3px;
    font-style     : italic;
    font-weight    : 500;
    font-size      : 14px;
    line-height    : 22px;
    text-transform : uppercase;
    color          : #fff
}

header .header_ctn .btn_contact a img {
    margin-right: 10px
}

header .header_ctn .btn_contact a:hover {
    background-color: #D60C5F
}

.mobile-button {
    display: none
}

#main_content {
    margin  : 0 auto;
    position: relative
}

#main_content .banner {
    display      : flex;
    margin-bottom: 30px
}

#main_content .banner .banner_ctn {
    display        : flex;
    flex-wrap      : wrap;
    justify-content: space-between
}

#main_content .banner .banner_ctn.two_cols a {
    width: calc(50% - 10px)
}

#main_content .banner .banner_ctn.two_cols a:nth-child(n+3) {
    /*margin-top: 11px*/
}

#main_content .banner .banner_ctn.three_cols a {
    width: calc(33.3333% - 13.33333px)
}

#main_content .banner .banner_ctn.three_cols a:nth-child(n+4) {
    margin-top: 20px
}

#main_content .banner a {
    display: block
}

#main_content .banner a:hover {
    opacity: 0.8
}

#sec_live_match .top_section {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    margin-bottom  : 20px
}

#sec_live_match .top_section .block_info {
    padding-left: 20px;
    border-left : 2px solid #FA690F;
    width       : 250px;
    flex        : 0 0 auto
}

#sec_live_match .top_section .block_info h5 {
    font-weight  : 400;
    font-size    : 16px;
    line-height  : 24px;
    color        : #FA690F;
    margin-bottom: 5px
}

#sec_live_match .top_section .block_info .name_club {
    font-weight   : 700;
    font-size     : 20px;
    line-height   : 30px;
    text-transform: uppercase;
    color         : #FFFFFF;
    margin-bottom : 5px
}

#sec_live_match .top_section .block_info .name_tour {
    font-weight: 400;
    font-size  : 16px;
    line-height: 24px;
    color      : #FFFFFF
}

#sec_live_match .top_section .block_share {
    /* width          : 250px; */
    flex           : 0 0 auto;
    padding-top    : 15px;
    text-align     : right;
    display        : flex;
    justify-content: flex-end;
    align-items    : flex-end;
    flex-direction : column
}

#sec_live_match .top_section .block_share .share .txt {
    font-weight : 400;
    font-size   : 13px;
    line-height : 25px;
    color       : #F2F3F3;
    margin-right: 16px
}

#sec_live_match .top_section .block_share .records {
    margin-top : 15px;
    font-size  : 16px;
    line-height: 24px;
    color      : #FFFFFF;
    display    : flex;
    align-items: center
}

#sec_live_match .top_section .block_share .records img {
    margin-right: 6px
}

#sec_live_match .live_match {
    display        : flex;
    justify-content: space-between;
    margin-bottom  : 20px
}

#sec_live_match .live_match .box_left {
    width: calc(100% - 454px)
}

#sec_live_match .live_match .box_left .video_match {
    height: 474px
}

#sec_live_match .live_match .box_left .video_match img {
    height: 100%
}

#sec_live_match .live_match .box_left .banner_match {
    position: relative
}

#sec_live_match .live_match .box_left .banner_match>.pic {
    height: 474px
}

#sec_live_match .live_match .box_left .banner_match>.pic img {
    height: 100%;
    width : 100%;
}

#sec_live_match .live_match .box_left .banner_match .content_match {
    position  : absolute;
    width     : 94%;
    min-width : 600px;
    left      : 50%;
    top       : 50%;
    transform : translate(-50%, -50%);
    text-align: center;
    z-index   : 5
}

#sec_live_match .live_match .box_left .banner_match .content_match .datetime {
    margin-bottom: 20px
}

#sec_live_match .live_match .box_left .banner_match .content_match .datetime span {
    display        : flex;
    align-items    : center;
    justify-content: center;
    width          : 132px;
    height         : 32px;
    background     : #FA690F;
    border-radius  : 4px;
    font-weight    : 500;
    font-size      : 16px;
    line-height    : 24px;
    text-align     : center;
    color          : #FFFFFF;
    margin         : 0 auto
}

#sec_live_match .live_match .box_left .banner_match .content_match .info_match {
    display        : flex;
    justify-content: center;
    align-items    : center
}

#sec_live_match .live_match .box_left .banner_match .content_match .info_match .name_club {
    font-weight       : 700;
    font-size         : 44px;
    line-height       : 50px;
    text-transform    : uppercase;
    color             : #FFFFFF;
    width             : calc(50% - 34px);
    text-align        : right;
    display           : -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow          : hidden;
    display           : flex;
    align-items       : center;
    justify-content   : flex-end
}

#sec_live_match .live_match .box_left .banner_match .content_match .info_match .name_club .logo_club {
    margin-right: 28px;
    width       : 60px;
    flex        : 0 0 auto;
}

#sec_live_match .live_match .box_left .banner_match .content_match .info_match .name_club:last-child {
    text-align    : left;
    display       : flex;
    flex-direction: row-reverse
}

#sec_live_match .live_match .box_left .banner_match .content_match .info_match .name_club:last-child .logo_club {
    width       : 60px;
    flex        : 0 0 auto;
    margin-left : 28px;
    margin-right: 0
}

#sec_live_match .live_match .box_left .banner_match .content_match .info_match .vs {
    font-size     : 24px;
    line-height   : 40px;
    text-transform: uppercase;
    color         : #FFFFFF;
    padding       : 0 20px
}

#sec_live_match .live_match .box_left .banner_match .content_match .name_tour {
    margin-top    : 20px;
    font-weight   : 700;
    font-size     : 15px;
    line-height   : 20px;
    text-align    : center;
    text-transform: uppercase;
    color         : #FFFFFF
}

#sec_live_match .live_match .box_left .banner_match .content_match .blv {
    margin-top    : 20px;
    font-weight   : 500;
    font-size     : 15px;
    line-height   : 20px;
    text-align    : center;
    text-transform: uppercase;
    color         : #FFFFFF;
    opacity       : 0.65
}

#sec_live_match .live_match .box_left .banner_match .content_match .js-countdown {
    margin-top: 25px
}

#sec_live_match .live_match .box_left .banner_match .content_match .js-countdown .countdown__timer {
    display        : flex;
    justify-content: center;
    align-items    : center
}

#sec_live_match .live_match .box_left .banner_match .content_match .js-countdown .countdown__timer .countdown__item {
    display: block;
    width  : 80px;
    flex   : 0 0 auto
}

#sec_live_match .live_match .box_left .banner_match .content_match .js-countdown .countdown__timer .countdown__item .countdown__value {
    font-family   : 'Oswald';
    font-style    : normal;
    font-weight   : 700;
    font-size     : 40px;
    line-height   : 50px;
    text-align    : center;
    text-transform: uppercase;
    color         : #FFFFFF
}

#sec_live_match .live_match .box_left .banner_match .content_match .desc {
    display        : flex;
    justify-content: center;
    align-items    : center
}

#sec_live_match .live_match .box_left .banner_match .content_match .desc li {
    display       : block;
    width         : 80px;
    flex          : 0 0 auto;
    font-family   : 'Raleway';
    font-style    : normal;
    font-weight   : 400;
    font-size     : 12px;
    line-height   : 20px;
    text-align    : center;
    text-transform: uppercase;
    color         : #FFFFFF;
    opacity       : 0.7
}

#sec_live_match .live_match .box_left .bottom {
    display        : flex;
    justify-content: space-between;
    align-items    : center;
    padding        : 23px 20px;
    background     : #011339;
    backdrop-filter: blur(30px);
    border-radius  : 0 0 8px 8px
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    #sec_live_match .live_match .box_left .bottom {
        -webkit-backdrop-filter: blur(2em);
    }
}

#sec_live_match .live_match .box_left .bottom .wrap_link {
    display  : flex;
    flex-wrap: wrap
}

#sec_live_match .live_match .box_left .bottom .wrap_link a {
    background   : #505861;
    border-radius: 6px;
    font-weight  : 500;
    font-size    : 15px;
    line-height  : 18px;
    padding      : 7px 12px 7px 32px;
    color        : #FFFFFF;
    position     : relative;
    display      : flex;
    margin-right : 10px
}

#sec_live_match .live_match .box_left .bottom .wrap_link a.active,
#sec_live_match .live_match .box_left .bottom .wrap_link a:hover {
    background: #fa690f
}

#sec_live_match .live_match .box_left .bottom .wrap_link a:before {
    content          : '';
    position         : absolute;
    width            : 12px;
    height           : 14px;
    background       : url("../img/match/icon_pause.svg");
    background-repeat: no-repeat;
    left             : 12px;
    top              : 50%;
    transform        : translateY(-50%)
}

#sec_live_match .live_match .box_left .bottom .wrap_link a.active {
    background: #fa690f
}

#sec_live_match .live_match .box_left .bottom .wrap_link a.active:before {
    background-image: url("../img/match/icon_play02.svg")
}

#sec_live_match .live_match .box_left .bottom .share {
    display    : flex;
    align-items: center
}

#sec_live_match .live_match .box_left .bottom .share a {
    background    : #1170FF;
    border-radius : 1.75px;
    padding       : 3px 6px 3px 11px;
    font-weight   : normal;
    font-size     : 13px;
    line-height   : 22px;
    text-transform: uppercase;
    color         : #FFFFFF;
    display       : flex;
    align-items   : center
}

#sec_live_match .live_match .box_left .bottom .share a img {
    vertical-align: -1px;
    margin-right  : 5px
}

#sec_live_match .live_match .box_left .bottom .share span {
    font-style  : italic;
    font-weight : normal;
    font-size   : 11px;
    line-height : 16px;
    padding-left: 11px;
    color       : #F2F3F3
}

#sec_live_match .live_match .box_right {
    width: 424px
}

#sec_live_match .live_match .box_right .tab_container {
    /*width: 424px*/
}

#sec_live_match .live_match .box_right .list_tab {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    margin-bottom  : 10px
}

#sec_live_match .live_match .box_right .list_tab li {
    width          : 100px;
    background     : #011339;
    border-radius  : 6px;
    height         : 29px;
    display        : flex;
    align-items    : center;
    justify-content: center;
    font-weight    : 400;
    font-size      : 14px;
    line-height    : 22px;
    color          : #FFFFFF;
    cursor         : pointer;
    flex           : 1;
    margin         : 0 2px;
}

#sec_live_match .live_match .box_right .list_tab li img {
    margin-right: 6px
}

#sec_live_match .live_match .box_right .list_tab li.active,
#sec_live_match .live_match .box_right .list_tab li:hover {
    background: #fa690f
}

#sec_live_match .live_match .box_right .block_scroll {
    padding        : 15px 5px 15px 16px;
    background     : #001546;
    backdrop-filter: blur(30px);
    border-radius  : 8px;
    overflow       : hidden
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    #sec_live_match .live_match .box_right .block_scroll {
        -webkit-backdrop-filter: blur(2em);
    }
}

#sec_live_match .live_match .box_right .block_scroll .scroll {
    height       : 403px;
    overflow-y   : scroll;
    padding-right: 10px
}

#sec_live_match .live_match .box_right .block_scroll .scroll::-webkit-scrollbar {
    width        : 4px;
    height       : 4px;
    border-radius: 5px
}

#sec_live_match .live_match .box_right .block_scroll .scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

#sec_live_match .live_match .box_right .block_scroll .scroll::-webkit-scrollbar-thumb {
    background   : #44494F;
    border-radius: 2.5px
}

#sec_live_match .live_match .box_right .box_statistic {
    background     : #001546;
    backdrop-filter: blur(30px);
    border-radius  : 8px;
    margin-bottom  : 10px
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    #sec_live_match .live_match .box_right .box_statistic {
        -webkit-backdrop-filter: blur(2em);
    }
}

#sec_live_match .live_match .box_right .box_statistic .top_box {
    padding        : 20px 15px 15px;
    display        : flex;
    justify-content: center
}

#sec_live_match .live_match .box_right .box_statistic .top_box>div {
    width      : 110px;
    height     : 35px;
    display    : flex;
    align-items: center;
    margin     : 0 2.5px
}

#sec_live_match .live_match .box_right .box_statistic .top_box>div.img_bet {
    justify-content : center;
    background-color: #fff
}

#sec_live_match .live_match .box_right .box_statistic .top_box>div.bet {
    justify-content: space-between;
    padding        : 8px;
    background     : #252F5A
}

#sec_live_match .live_match .box_right .box_statistic .top_box>div.bet .name_club {
    font-size  : 15px;
    line-height: 20px;
    text-align : center;
    color      : #FFFFFF;
    opacity    : 0.5
}

#sec_live_match .live_match .box_right .box_statistic .top_box>div.bet strong {
    font-size  : 15px;
    line-height: 20px;
    color      : #FFFFFF
}

#sec_live_match .live_match .box_right .box_statistic .bottom_box {
    border-top     : 1px solid rgba(255, 255, 255, 0.1);
    display        : flex;
    align-items    : center;
    justify-content: center;
    padding        : 9px 10px
}

#sec_live_match .live_match .box_right .box_statistic .bottom_box .my_club {
    width          : calc(50% - 15px);
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    padding        : 0 18px 0 38px
}

#sec_live_match .live_match .box_right .box_statistic .bottom_box .my_club img {
    width: 40px;
    flex : 0 0 auto
}

#sec_live_match .live_match .box_right .box_statistic .bottom_box .my_club .txt {
    font-size  : 15px;
    line-height: 20px;
    text-align : center;
    color      : #FFFFFF;
    width      : 70px;
    flex       : 0 0 auto
}

#sec_live_match .live_match .box_right .box_statistic .bottom_box .my_club .score_now {
    font-weight: 700;
    font-size  : 24px;
    line-height: 28px;
    text-align : center;
    color      : #FAFAFA
}

#sec_live_match .live_match .box_right .box_statistic .bottom_box .my_club:last-child {
    padding       : 0 38px 0 18px;
    flex-direction: row-reverse
}

#sec_live_match .live_match .box_right .box_statistic .bottom_box .status {
    width         : 30px;
    flex          : 0 0 auto;
    display       : flex;
    flex-direction: column;
    align-items   : center;
    padding-bottom: 15px
}

#sec_live_match .live_match .box_right .box_statistic .bottom_box .status .txt {
    margin-bottom: 9px;
    font-family  : 'Raleway';
    font-style   : normal;
    font-weight  : 700;
    font-size    : 12px;
    line-height  : 18px;
    color        : #FA690F;
    opacity      : 0.7
}

#sec_live_match .live_match .box_right .box_statistic .bottom_box .status .deco {
    display      : inline-block;
    width        : 9px;
    height       : 9px;
    border-radius: 50%;
    background   : #FA690F
}

#sec_live_match .live_match .box_right .box_statistic02 .list_tab_statistic {
    background     : #001546;
    backdrop-filter: blur(30px);
    border-radius  : 8px;
    padding        : 9px 12px 10px;
    margin-bottom  : 10px;
    display        : flex;
    justify-content: space-between;
    width          : 424px
}


@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    #sec_live_match .live_match .box_right .box_statistic02 .list_tab_statistic {
        -webkit-backdrop-filter: blur(2em);
    }
}


#sec_live_match .live_match .box_right .box_statistic02 .list_tab_statistic li {
    border         : 1px solid #fff;
    border-radius  : 6px;
    width          : 72px;
    height         : 27px;
    display        : flex;
    align-items    : center;
    justify-content: center;
    font-weight    : 500;
    font-size      : 12px;
    line-height    : 18px;
    color          : #FFFFFF;
    opacity        : 0.65;
    transition     : 0.3s;
    cursor         : pointer
}

#sec_live_match .live_match .box_right .box_statistic02 .list_tab_statistic li.active,
#sec_live_match .live_match .box_right .box_statistic02 .list_tab_statistic li:hover {
    background-color: #fa690f;
    opacity         : 1;
    border-color    : #fa690f
}

#sec_live_match .live_match .box_right .box_statistic02 .list_info_statistic {
    background     : #001546;
    backdrop-filter: blur(30px);
    border-radius  : 8px;
    padding        : 11px 15px
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    #sec_live_match .live_match .box_right .box_statistic02 .list_info_statistic {
        -webkit-backdrop-filter: blur(2em);
    }
}

#sec_live_match .live_match .box_right .box_statistic02 .list_info_statistic li {
    background     : rgba(255, 255, 255, 0.2);
    border         : 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    border-radius  : 8px;
    padding        : 12px 15px;
    display        : flex;
    align-items    : center
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    #sec_live_match .live_match .box_right .box_statistic02 .list_info_statistic li {
        -webkit-backdrop-filter: blur(1.5em);
    }
}

#sec_live_match .live_match .box_right .box_statistic02 .list_info_statistic li .ico {
    width           : 36px;
    height          : 36px;
    border-radius   : 50%;
    background-color: rgba(255, 255, 255, 0.2);
    display         : flex;
    align-items     : center;
    justify-content : center;
    flex            : 0 0 auto;
    margin-right    : 10px
}

#sec_live_match .live_match .box_right .box_statistic02 .list_info_statistic li .txt .txt01 {
    font-size  : 12px;
    line-height: 18px;
    color      : #FFFFFF;
    opacity    : 0.85;
    display    : block
}

#sec_live_match .live_match .box_right .box_statistic02 .list_info_statistic li .txt .txt02 {
    font-size  : 12px;
    line-height: 18px;
    color      : #FFFFFF;
    display    : block
}

#sec_live_match .live_match .box_right .box_statistic02 .list_info_statistic li+li {
    margin-top: 12px
}

#sec_live_match .live_match .box_right .chat_container {
    overflow       : hidden;
    background     : #001546;
    backdrop-filter: blur(30px);
    border-radius  : 8px
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    #sec_live_match .live_match .box_right .chat_container {
        -webkit-backdrop-filter: blur(2em);
    }
}

#sec_live_match .live_match .box_right .chat_container .chat_title {
    display        : flex;
    justify-content: space-between;
    align-items    : center;
    padding        : 5px 15px;
    background     : rgba(15, 76, 217, 0.15)
}

#sec_live_match .live_match .box_right .chat_container .chat_title h4 {
    font-family   : 'Oswald';
    font-weight   : bold;
    font-size     : 13px;
    line-height   : 18px;
    text-transform: uppercase;
    color         : #FFFFFF
}

#sec_live_match .live_match .box_right .chat_container .chat_title .wrap_control a+a {
    margin-left: 12px
}

#sec_live_match .live_match .box_right .chat_container .chat_content .list_chat {
    height    : 266px;
    overflow-y: scroll;
    padding   : 15px 15px 15px 11px
}

#sec_live_match .live_match .box_right .chat_container .chat_content .list_chat::-webkit-scrollbar {
    width        : 4px;
    height       : 4px;
    border-radius: 5px
}

#sec_live_match .live_match .box_right .chat_container .chat_content .list_chat::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

#sec_live_match .live_match .box_right .chat_container .chat_content .list_chat::-webkit-scrollbar-thumb {
    background   : #44494F;
    border-radius: 2.5px
}

#sec_live_match .live_match .box_right .chat_container .chat_content .list_chat .chat_item {
    display: flex
}

#sec_live_match .live_match .box_right .chat_container .chat_content .list_chat .chat_item .avatar {
    width       : 26px;
    margin-right: 7px
}

#sec_live_match .live_match .box_right .chat_container .chat_content .list_chat .chat_item .txt_chat {
    background     : rgba(255, 255, 255, 0.2);
    border         : 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    border-radius  : 8px;
    padding        : 8px;
    width          : calc(100% - 33px)
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    #sec_live_match .live_match .box_right .chat_container .chat_content .list_chat .chat_item .txt_chat {
        -webkit-backdrop-filter: blur(1.5em);
    }
}

#sec_live_match .live_match .box_right .chat_container .chat_content .list_chat .chat_item .txt_chat .name_chat {
    margin-bottom: 5px;
    display      : flex;
    align-items  : center
}

#sec_live_match .live_match .box_right .chat_container .chat_content .list_chat .chat_item .txt_chat .name_chat .name {
    font-weight: bold;
    font-size  : 13px;
    line-height: 15px;
    color      : #FFFFFF
}

#sec_live_match .live_match .box_right .chat_container .chat_content .list_chat .chat_item .txt_chat .name_chat .time_chat {
    font-size  : 11px;
    line-height: 14px;
    color      : #F2F3F3;
    opacity    : 0.35;
    margin-left: 8px
}

#sec_live_match .live_match .box_right .chat_container .chat_content .list_chat .chat_item .txt_chat .txt {
    font-size  : 11px;
    line-height: 16px;
    color      : #F2F3F3
}

#sec_live_match .live_match .box_right .chat_container .chat_content .list_chat .chat_item+.chat_item {
    margin-top: 13px
}

#sec_live_match .live_match .box_right .chat_container .form_chat {
    padding   : 15px;
    border-top: 1px solid #2A3038
}

#sec_live_match .live_match .box_right .chat_container .form_chat form {
    display        : flex;
    justify-content: space-between;
    align-items    : center
}

#sec_live_match .live_match .box_right .chat_container .form_chat form .input_chat {
    width   : calc(100% - 40px);
    position: relative
}

#sec_live_match .live_match .box_right .chat_container .form_chat form .input_chat input {
    padding-right: 30px;
    height       : 29px;
    background   : #FFFFFF;
    border       : 1px solid #DADADA;
    border-radius: 2px;
    padding      : 5px 12px
}

#sec_live_match .live_match .box_right .chat_container .form_chat form .input_chat .icon {
    position : absolute;
    top      : 50%;
    right    : 10px;
    transform: translateY(-50%)
}

#sec_live_match .live_match .box_right .chat_container .form_chat form button {
    width          : 31px;
    height         : 29px;
    display        : flex;
    justify-content: center;
    align-items    : center;
    border-radius  : 2px;
    background     : #FA690F
}

#sec_live_match .live_match .box_right .match_item {
    position: relative;
    overflow: hidden
}

#sec_live_match .live_match .box_right .match_item .dot {
    position: absolute;
    top     : 12px;
    right   : 12px;
    cursor  : pointer;
    z-index : 9
}

#sec_live_match .live_match .box_right .match_item a {
    display      : block;
    position     : relative;
    border-radius: 2px;
    overflow     : hidden
}

#sec_live_match .live_match .box_right .match_item a .img {
    position: relative
}

#sec_live_match .live_match .box_right .match_item a .img:after {
    content        : '';
    position       : absolute;
    height         : 51px;
    width          : 93px;
    background     : url("../img/top/deco_match02.png");
    background-size: cover;
    top            : 0;
    left           : 0
}

#sec_live_match .live_match .box_right .match_item a .img:before {
    content   : '';
    position  : absolute;
    height    : 140px;
    width     : 100%;
    background: linear-gradient(360deg, #111 0%, rgba(17, 17, 17, 0) 100%);
    bottom    : 0;
    left      : 0;
    z-index   : 1
}

#sec_live_match .live_match .box_right .match_item a .content_item {
    position: absolute;
    bottom  : 0;
    width   : 100%;
    z-index : 5;
    padding : 10px 20px
}

#sec_live_match .live_match .box_right .match_item a .content_item .img_club {
    margin-bottom: 11px
}

#sec_live_match .live_match .box_right .match_item a .content_item .img_club span {
    display     : inline-block;
    margin-right: 8px
}

#sec_live_match .live_match .box_right .match_item a .content_item .name_club {
    font-weight  : 700;
    font-size    : 16px;
    line-height  : 24px;
    color        : #FFFFFF;
    margin-bottom: 4px
}

#sec_live_match .live_match .box_right .match_item a .content_item .datetime {
    font-style : normal;
    font-weight: 400;
    font-size  : 14px;
    line-height: 22px;
    color      : #FFFFFF;
    opacity    : 0.65
}

#sec_live_match .live_match .box_right .match_item a .live {
    position: absolute;
    bottom  : 12px;
    right   : 12px;
    z-index : 5
}

#sec_live_match .live_match .box_right .match_item .popup_item {
    background     : rgba(113, 111, 107, 0.4);
    backdrop-filter: blur(24px);
    top            : 0;
    left           : 0;
    z-index        : 10;
    padding        : 10px 15px;
    margin-top     : 15px
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    #sec_live_match .live_match .box_right .match_item .popup_item {
        -webkit-backdrop-filter: blur(1.5em);
    }
}

#sec_live_match .live_match .box_right .match_item .popup_item.open {
    transform: translateY(0)
}

#sec_live_match .live_match .box_right .match_item .popup_item .btn_close {
    position: absolute;
    top     : 15px;
    right   : 15px;
    cursor  : pointer;
    display : flex
}

#sec_live_match .live_match .box_right .match_item .popup_item .datetime {
    font-weight  : 400;
    font-size    : 14px;
    line-height  : 22px;
    color        : #FFFFFF;
    margin-bottom: 15px
}

#sec_live_match .live_match .box_right .match_item .popup_item .content_mid .club {
    background   : #2D2B26;
    border-radius: 2px;
    padding      : 5px 10px;
    display      : flex;
    align-items  : center
}

#sec_live_match .live_match .box_right .match_item .popup_item .content_mid .club img {
    width: 26px;
}

#sec_live_match .live_match .box_right .match_item .popup_item .content_mid .club span {
    margin-left       : 10px;
    font-weight       : 700;
    font-size         : 14px;
    line-height       : 24px;
    color             : #FFFFFF;
    display           : -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow          : hidden
}

#sec_live_match .live_match .box_right .match_item .popup_item .content_mid .club+.club {
    margin-top: 8px
}

#sec_live_match .live_match .box_right .match_item .popup_item .content_mid .name_tour {
    font-weight: 400;
    font-size  : 14px;
    line-height: 22px;
    color      : #FFFFFF;
    margin-top : 16px
}

#sec_live_match .live_match .box_right .match_item .popup_item .content_bot {
    display        : flex;
    justify-content: space-between;
    margin-top     : 8px
}

#sec_live_match .live_match .box_right .match_item .popup_item .content_bot .records {
    font-weight: 400;
    font-size  : 12px;
    line-height: 20px;
    color      : #FFFFFF;
    display    : flex;
    align-items: center
}

#sec_live_match .live_match .box_right .match_item .popup_item .content_bot .records span {
    margin-left: 6px
}

#sec_live_match .live_match .box_right .match_item .popup_item .content_bot .watch_now a {
    font-weight: 400;
    font-size  : 14px;
    line-height: 22px;
    color      : #00D130;
    display    : flex;
    align-items: center
}

#sec_live_match .live_match .box_right .match_item .popup_item .content_bot .watch_now a:hover {
    color: #FA690F
}

#sec_live_match .live_match .box_right .match_item .popup_item .content_bot .watch_now a span {
    margin-left: 6px
}

#sec_live_match .live_match .box_right .list_bet .bet_item {
    display      : flex;
    align-items  : center;
    background   : #021D5C;
    border-radius: 2px;
    overflow     : hidden
}

#sec_live_match .live_match .box_right .list_bet .bet_item .pic {
    width  : 150px;
    flex   : 0 0 auto;
    display: block
}

#sec_live_match .live_match .box_right .list_bet .bet_item p {
    padding: 15px
}

#sec_live_match .live_match .box_right .list_bet .bet_item p a {
    font-weight: 700;
    font-size  : 14px;
    line-height: 22px;
    color      : #F2F3F3;
    display    : block
}

#sec_live_match .live_match .box_right .list_bet .bet_item+.bet_item {
    margin-top: 15px
}

#mainvisual {
    /* margin-bottom: 35px */
}

#mainvisual .content_ctn {
    width: 1440px
}

#mainvisual .content_ctn .mv_item {
    position: relative
}

#mainvisual .content_ctn .mv_item:before {
    content   : '';
    position  : absolute;
    height    : 100%;
    width     : 100%;
    top       : 0;
    left      : 0;
    background: linear-gradient(180deg, rgba(4, 12, 31, 0) 0%, #040C1F 100%);
    z-index   : 1
}

#mainvisual .content_ctn .mv_item .content_mv {
    position  : absolute;
    bottom    : 60px;
    left      : 50%;
    transform : translateX(-50%);
    width     : 94%;
    z-index   : 9;
    text-align: center
}

#mainvisual .content_ctn .mv_item .content_mv .datetime {
    margin-bottom: 20px
}

#mainvisual .content_ctn .mv_item .content_mv .datetime span {
    display        : flex;
    align-items    : center;
    justify-content: center;
    width          : 132px;
    height         : 32px;
    background     : #ED0102;
    border-radius  : 4px;
    font-weight    : 500;
    font-size      : 16px;
    line-height    : 24px;
    text-align     : center;
    color          : #FFFFFF;
    margin         : 0 auto
}

#mainvisual .content_ctn .mv_item .content_mv .info_match {
    display        : flex;
    justify-content: center;
    align-items    : flex-end
}

#mainvisual .content_ctn .mv_item .content_mv .info_match .name_club {
    font-weight       : 700;
    font-size         : 25px;
    line-height       : 35px;
    text-transform    : uppercase;
    color             : #FFFFFF;
    width             : calc(50% - 34px);
    text-align        : right;
    /* display        : -webkit-box; */
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow          : hidden;
    display           : flex;
    justify-content   : center;
    align-items       : center;
    text-align        : center;
    flex-direction    : column;
}

#mainvisual .content_ctn .mv_item .content_mv .info_match .name_club:last-child {
    /* text-align: left */
}

#mainvisual .content_ctn .mv_item .content_mv .info_match .vs {
    font-size     : 24px;
    line-height   : 40px;
    text-transform: uppercase;
    color         : #FFFFFF;
    padding       : 0 20px
}

#mainvisual .content_ctn .mv_item .content_mv .name_tour {
    margin-top    : 20px;
    font-weight   : 700;
    font-size     : 15px;
    line-height   : 20px;
    text-align    : center;
    text-transform: uppercase;
    color         : #FFFFFF
}

#mainvisual .content_ctn .mv_item .content_mv .blv {
    margin-top    : 20px;
    font-weight   : 500;
    font-size     : 15px;
    line-height   : 20px;
    text-align    : center;
    text-transform: uppercase;
    color         : #FFFFFF;
    opacity       : 0.65
}

#mainvisual .content_ctn .mv_item .content_mv .btn_wrap {
    margin-top     : 37px;
    display        : flex;
    align-items    : center;
    justify-content: center
}

#mainvisual .content_ctn .mv_item .content_mv .btn_wrap a {
    margin         : 0 10px;
    display        : flex;
    justify-content: center;
    align-items    : center;
    width          : 116px;
    height         : 36px;
    border-radius  : 4px;
    font-style     : italic;
    font-weight    : 700;
    font-size      : 15px;
    line-height    : 24px;
    text-align     : center;
    text-transform : uppercase;
    color          : #FFFFFF
}

#mainvisual .content_ctn .mv_item .content_mv .btn_wrap a.watch_now {
    background-color: #FA690F
}

#mainvisual .content_ctn .mv_item .content_mv .btn_wrap a.bet_now {
    background-color: #0F4CD9
}

#mainvisual .content_ctn .mv_item .content_mv .btn_wrap a:hover {
    background: #f37b31 !important
}

#mainvisual .content_ctn .slick-slider .slick-next,
#mainvisual .content_ctn .slick-slider .slick-prev {
    bottom           : 60px;
    top              : auto;
    -webkit-transform: translate(0, 0);
    -ms-transform    : translate(0, 0);
    transform        : translate(0, 0);
    border-radius    : 6px;
    border           : 1px solid rgba(255, 255, 255, 0.35);
    background-color : transparent
}

#mainvisual .content_ctn .slick-slider .slick-next:hover,
#mainvisual .content_ctn .slick-slider .slick-prev:hover {
    background-color: #FA690F
}

#mainvisual .content_ctn .slick-slider .slick-next.slick-disabled,
#mainvisual .content_ctn .slick-slider .slick-prev.slick-disabled {
    opacity   : 1;
    visibility: visible
}

#mainvisual .content_ctn .slick-slider .slick-next {
    right: 40px
}

#mainvisual .content_ctn .slick-slider .slick-prev {
    right: 100px;
    left : auto
}

#top_match {
    margin-bottom: 40px
}

#top_match .sec_title {
    margin-bottom: 26px
}

#top_match .sec_title .select_box {
    position: absolute;
    right   : 0;
    top     : -6px;
    width   : 348px
}

#top_match .sec_title .select_box select {
    background   : #011339;
    border-radius: 4px;
    border       : none
}

#top_match .match_container {
    display        : flex;
    flex-wrap      : wrap;
    justify-content: flex-start;
}

#top_match .match_container .match_item {
    position: relative;
    overflow: hidden;
    width   : calc(25% - 14px)
}

#top_match .match_container .match_item+.match_item {
    margin-left: 18.6666px;
}

#top_match .match_container .match_item:nth-child(n+5) {
    margin-top: 14px
}

#top_match .match_container .match_item:nth-child(4n+1) {
    margin-left: 0;
}

#top_match .match_container .match_item .dot {
    position: absolute;
    top     : 12px;
    right   : 12px;
    cursor  : pointer;
    z-index : 9
}

#top_match .match_container .match_item a {
    display      : block;
    position     : relative;
    border-radius: 2px;
    overflow     : hidden
}

#top_match .match_container .match_item a .img {
    position: relative
}

#top_match .match_container .match_item a .img:after {
    content        : '';
    position       : absolute;
    height         : 51px;
    width          : 93px;
    background     : url("../img/top/deco_match01.png");
    background-size: cover;
    top            : 0;
    left           : 0
}

#top_match .match_container .match_item a .img:before {
    content   : '';
    position  : absolute;
    height    : 140px;
    width     : 100%;
    background: linear-gradient(360deg, #111 0%, rgba(17, 17, 17, 0) 100%);
    bottom    : 0;
    left      : 0;
    z-index   : 1
}

#top_match .match_container .match_item a .content_item {
    position: absolute;
    bottom  : 0;
    width   : 100%;
    z-index : 5;
    padding : 10px 20px
}

#top_match .match_container .match_item a .content_item .img_club {
    margin-bottom: 11px
}

#top_match .match_container .match_item a .content_item .img_club span {
    display     : inline-block;
    margin-right: 8px;
    width       : 40px;
}

#top_match .match_container .match_item a .content_item .name_club {
    font-weight  : 700;
    font-size    : 16px;
    line-height  : 24px;
    color        : #FFFFFF;
    margin-bottom: 4px
}

#top_match .match_container .match_item a .content_item .datetime {
    font-style : normal;
    font-weight: 400;
    font-size  : 14px;
    line-height: 22px;
    color      : #FFFFFF;
    opacity    : 0.65
}

#top_match .match_container .match_item .popup_item {
    position       : absolute;
    height         : 100%;
    width          : 100%;
    background     : rgba(113, 111, 107, 0.4);
    backdrop-filter: blur(24px);
    top            : 0;
    left           : 0;
    z-index        : 10;
    padding        : 10px 15px;
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    #top_match .match_container .match_item .popup_item {
        -webkit-backdrop-filter: blur(1.5em);
    }
}


#top_match .match_container .match_item .popup_item.open {
    transform: translateY(0)
}

#top_match .match_container .match_item .popup_item .btn_close {
    position: absolute;
    top     : 15px;
    right   : 15px;
    cursor  : pointer;
    display : flex
}

#top_match .match_container .match_item .popup_item .datetime {
    font-weight  : 400;
    font-size    : 14px;
    line-height  : 22px;
    color        : #FFFFFF;
    margin-bottom: 15px
}

#top_match .match_container .match_item .popup_item .content_mid .club {
    background   : #2D2B26;
    border-radius: 2px;
    padding      : 5px 10px;
    display      : flex;
    align-items  : center
}

#top_match .match_container .match_item .popup_item .content_mid .club img {
    height: 26px
}

#top_match .match_container .match_item .popup_item .content_mid .club span {
    margin-left       : 10px;
    font-weight       : 700;
    font-size         : 14px;
    line-height       : 24px;
    color             : #FFFFFF;
    display           : -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow          : hidden
}

#top_match .match_container .match_item .popup_item .content_mid .club+.club {
    margin-top: 8px
}


#top_match .match_container .match_item .popup_item .content_mid .name_tour {
    font-weight  : 400;
    font-size    : 14px;
    line-height  : 22px;
    color        : #FFFFFF;
    margin-top   : 16px;
    overflow     : hidden;
    height       : 24px;
    text-overflow: ellipsis;
    white-space  : nowrap;
}


#top_match .match_container .match_item .popup_item .content_bot {
    display        : flex;
    justify-content: space-between;
    margin-top     : 8px
}

#top_match .match_container .match_item .popup_item .content_bot .records {
    font-weight: 400;
    font-size  : 12px;
    line-height: 20px;
    color      : #FFFFFF;
    display    : flex;
    align-items: center
}

#top_match .match_container .match_item .popup_item .content_bot .records span {
    margin-left: 6px;
    font-size  : 11px;
}

#top_match .match_container .match_item .popup_item .content_bot .watch_now a {
    font-weight: 400;
    font-size  : 14px;
    line-height: 22px;
    color      : #00D130;
    display    : flex;
    align-items: center
}

#top_match .match_container .match_item .popup_item .content_bot .watch_now a:hover {
    color: #FA690F
}

#top_match .match_container .match_item .popup_item .content_bot .watch_now a span {
    margin-left: 6px
}

#top_match.match_playing .sec_title {
    /*padding-left: 0*/
}

#top_match.match_hot .sec_title {
    padding-left: 0
}


/*#top_match.match_playing .sec_title:before {*/
/*  content: none*/
/*}*/

#top_match.match_hot .sec_title:before {
    content: none
}

#top_match.match_playing .sec_title .sub_title {
    color        : #fff;
    background   : #ED0102;
    border-radius: 6px 0;
    display      : inline-block;
    padding      : 0 10px;
    font-weight  : 700;
    font-size    : 20px;
    line-height  : 30px;
    margin-right : 11px
}

#top_match.match_hot .sec_title .sub_title {
    color        : #fff;
    background   : #ED0102;
    border-radius: 6px 0;
    display      : inline-block;
    padding      : 0 10px;
    font-weight  : 700;
    font-size    : 20px;
    line-height  : 30px;
    margin-right : 11px
}

#top_match.match_playing .match_container .match_item a .img:after {
    background: url("../img/top/deco_match02.png")
}

#top_match.match_hot .match_container .match_item a .img:after {
    background: url("../img/top/deco_match02.png")
}

#top_match.match_playing .match_container .match_item a .live {
    position: absolute;
    bottom  : 12px;
    right   : 12px;
    z-index : 5
}

#top_match.match_hot .match_container .match_item a .live {
    position: absolute;
    bottom  : 12px;
    right   : 12px;
    z-index : 5
}

#top_match.match_playing .match_container .match_item .popup_item .content_mid .club {
    position     : relative;
    padding-right: 25px
}

#top_match.match_hot .match_container .match_item .popup_item .content_mid .club {
    position     : relative;
    padding-right: 25px
}

#top_match.match_playing .match_container .match_item .popup_item .content_mid .club .score_live {
    position   : absolute;
    right      : 12px;
    top        : 50%;
    transform  : translateY(-50%);
    font-weight: 700;
    font-size  : 14px;
    line-height: 24px;
    color      : #FFFFFF
}

#top_match.match_hot .match_container .match_item .popup_item .content_mid .club .score_live {
    position   : absolute;
    right      : 12px;
    top        : 50%;
    transform  : translateY(-50%);
    font-weight: 700;
    font-size  : 14px;
    line-height: 24px;
    color      : #FFFFFF
}

#top_result {
    margin-bottom: 40px
}

#top_result .sec_title {
    padding-left: 0
}

#top_result .sec_title:before {
    content: none
}

#top_result .sec_title .sub_title {
    color        : #fff;
    background   : #FA690F;
    border-radius: 6px 0;
    display      : inline-block;
    padding      : 0 10px;
    font-weight  : 700;
    font-size    : 20px;
    line-height  : 30px;
    margin-right : 11px
}

#top_result .list_result {
    margin: 0 -10px
}

#top_result .list_result li .result_item {
    background     : #011339;
    backdrop-filter: blur(30px);
    border-radius  : 8px;
    margin         : 0 10px;
    overflow       : hidden
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    #top_result .list_result li .result_item {
        -webkit-backdrop-filter: blur(1.5em);
    }
}

#top_result .list_result li .result_item .name_tour {
    font-weight  : 400;
    font-size    : 14px;
    line-height  : 20px;
    padding      : 8px;
    color        : #FFFFFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align   : center
}

#top_result .list_result li .result_item .content_item {
    padding: 10px 0
}

#top_result .list_result li .result_item .content_item .info_match {
    display        : flex;
    justify-content: space-between
}

#top_result .list_result li .result_item .content_item .info_match .box {
    display       : flex;
    flex-direction: column;
    align-items   : center;
    width         : calc(50% - 5px)
}

#top_result .list_result li .result_item .content_item .info_match .box .score {
    font-weight  : 700;
    font-size    : 16px;
    line-height  : 24px;
    text-align   : center;
    color        : #FFFFFF;
    margin-bottom: 4px
}

#top_result .list_result li .result_item .content_item .info_match .box .img_club {
    margin-bottom: 6px;
    width        : 32px;
}

/* #top_result .list_result li .result_item .content_item .info_match .box .img_club img {
  height: 32px
} */

#top_result .list_result li .result_item .content_item .info_match .box .name_club {
    font-weight: 400;
    font-size  : 15px;
    line-height: 22px;
    text-align : center;
    color      : #00D130;
    opacity    : 0.85
}

#top_result .list_result li .result_item .content_item .datetime {
    font-weight: 400;
    font-size  : 14px;
    line-height: 20px;
    color      : #FFFFFF;
    opacity    : 0.65;
    text-align : center;
    margin-top : 6px
}

#top_result .list_result li .result_item .btn_detail a {
    display       : block;
    background    : #0F4CD9;
    font-style    : italic;
    font-weight   : 700;
    font-size     : 14px;
    line-height   : 22px;
    text-align    : center;
    text-transform: uppercase;
    color         : #FFFFFF;
    padding       : 5px
}

#top_news .list_news {
    margin: 0 -10px 30px
}

#top_news .list_news li .news_item {
    background     : #011339;
    backdrop-filter: blur(30px);
    border-radius  : 6px;
    display        : flex;
    overflow       : hidden;
    margin         : 0 10px
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    #top_news .list_news li .news_item {
        -webkit-backdrop-filter: blur(2em);
    }
}

#top_news .list_news li .news_item .pic {
    overflow: hidden;
    width   : 210px;
    flex    : 0 0 auto
}

#top_news .list_news li .news_item .pic img {
    transition: 0.3s
}

#top_news .list_news li .news_item .pic:hover img {
    transform: scale(1.05)
}

#top_news .list_news li .news_item .txt {
    padding: 20px
}

#top_news .list_news li .news_item .txt h4 {
    margin-bottom: 8px
}

#top_news .list_news li .news_item .txt h4 a {
    font-weight: 700;
    font-size  : 16px;
    line-height: 24px;
    color      : #FFFFFF;
    opacity    : 0.85
}

#top_news .list_news li .news_item .txt h4 a:hover {
    color: var(--primary-color)
}

#top_news .list_news li .news_item .txt p {
    font-weight       : 400;
    font-size         : 14px;
    line-height       : 22px;
    color             : #FFFFFF;
    opacity           : 0.65;
    display           : -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow          : hidden
}

#sec_top_bet {
    padding: 30px 0 40px
}

#sec_top_bet .table_top_bet {
    margin-bottom: 30px
}

#sec_top_bet .table_top_bet table {
    background     : #011339;
    backdrop-filter: blur(30px);
    border-radius  : 2px;
    overflow       : hidden
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    #sec_top_bet .table_top_bet table {
        -webkit-backdrop-filter: blur(2em);
    }
}

#sec_top_bet .table_top_bet table thead th {
    background : rgba(15, 76, 217, 0.15);
    font-weight: bold;
    font-size  : 13px;
    line-height: 18px;
    padding    : 12px 0;
    color      : #fff
}

#sec_top_bet .table_top_bet table thead th:first-child {
    width       : 100px;
    padding-left: 14px
}

#sec_top_bet .table_top_bet table thead th:nth-child(4) {
    width  : 152px;
    padding: 12px 18px
}

#sec_top_bet .table_top_bet table tbody td {
    border-bottom: 1px solid #2A3038;
    padding      : 12px 0
}

#sec_top_bet .table_top_bet table tbody td:first-child {
    width       : 60px;
    padding-left: 14px;
    font-size   : 13px;
    line-height : 22px;
    color       : #fff
}

#sec_top_bet .table_top_bet table tbody td:nth-child(4) {
    width  : 152px;
    padding: 12px 18px
}

#sec_top_bet .table_top_bet table tbody td .better {
    display: flex
}

#sec_top_bet .table_top_bet table tbody td .better .logo_better {
    width : 130px;
    height: 80px
}

#sec_top_bet .table_top_bet table tbody td .better .info_better {
    margin-left: 22px
}

#sec_top_bet .table_top_bet table tbody td .better .info_better .name_better a {
    font-family  : 'Roboto Condensed', sans-serif;
    font-weight  : bold;
    font-size    : 20px;
    line-height  : 30px;
    color        : var(--color-text);
    margin-bottom: 10px
}

#sec_top_bet .table_top_bet table tbody td ul {
    padding-left: 20px
}

#sec_top_bet .table_top_bet table tbody td .info_bet li {
    font-family    : 'Roboto Condensed', sans-serif;
    font-size      : 13px;
    font-weight    : 400;
    line-height    : 20px;
    list-style-type: disc
}

#sec_top_bet .table_top_bet table tbody td .bet_single {
    width         : 100px;
    height        : 36px;
    background    : #FA690F;
    border-radius : 2px;
    font-family   : sf pro display, sans-serif;
    font-style    : italic;
    font-weight   : 600;
    font-size     : 12px;
    line-height   : 18px;
    text-align    : center;
    text-transform: uppercase;
    color         : #fff;
    padding       : 9px 0;
    display       : inline-block;
    text-transform: uppercase;
    margin-left   : 0;

    /*width: 116px;*/
    /*height: 36px;*/
    /*background: #FA690F;*/
    /*border-radius: 4px;*/
    /*font-family: 'Roboto Condensed', sans-serif;*/
    /*font-style: italic;*/
    /*font-weight: 700;*/
    /*font-size: 15px;*/
    /*line-height: 18px;*/
    /*text-align: center;*/
    /*text-transform: uppercase;*/
    /*color: #FFFFFF;*/
    /*display: inline-block;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}

#sec_top_bet .table_top_bet table tbody td .bet_single:hover {
    background: #f37b31
}

#sec_top_bet .table_top_bet table tbody tr:last-child td {
    border-bottom: none
}

.pagination .pagination_list {
    display        : flex;
    justify-content: center
}

.pagination .pagination_list li {
    margin: 0 7px
}

.pagination .pagination_list li a {
    width          : 40px;
    height         : 40px;
    background     : #212428;
    border-radius  : 50%;
    font-weight    : 700;
    font-size      : 15px;
    line-height    : 25px;
    color          : #989898;
    display        : flex;
    align-items    : center;
    justify-content: center
}

@media (max-width: 767px) {
    .pagination .pagination_list li a {
        width : 36px;
        height: 36px
    }
}

.pagination .pagination_list li a:hover {
    background: var(--primary-color);
    color     : #fff
}

.pagination .pagination_list li.active a {
    background: var(--primary-color);
    color     : #fff
}

#page_title {
    background-color: rgba(1, 19, 57, 0.5);
    padding         : 12px 0;
    margin-bottom   : 20px
}

#page_title .content_ctn {
    padding: 0 15px
}

#page_title .content_ctn .breadcrumbs ul {
    display  : flex;
    flex-wrap: wrap
}

#page_title .content_ctn .breadcrumbs ul li a {
    font-weight: normal;
    font-size  : 13px;
    line-height: 22px;
    color      : var(--primary-color)
}

#page_title .content_ctn .breadcrumbs ul li .icon {
    display: inline-block;
    margin : 0 8px
}

#page_title .content_ctn .breadcrumbs ul li span {
    color      : #AFB4BA;
    font-size  : 13px;
    line-height: 22px
}

#bet_single {
    padding-bottom: 40px
}

#bet_single .content_ctn {
    display        : flex;
    justify-content: space-between
}

#bet_single .content_ctn .bet_single_main {
    width: calc(100% - 384px)
}

#bet_single .content_ctn .content_single h3.title {
    font-weight  : 700;
    font-size    : 24px;
    line-height  : 36px;
    color        : var(--color-text);
    margin-bottom: 8px
}

#bet_single .content_ctn .content_single .date_post {
    font-weight  : 400;
    font-size    : 15px;
    line-height  : 25px;
    color        : var(--color-text);
    margin-bottom: 15px
}

#bet_single .content_ctn .content_single .box_inner {
    background     : #011339;
    backdrop-filter: blur(30px);
    border-radius  : 2px;
    padding        : 30px
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    #bet_single .content_ctn .content_single .box_inner {
        -webkit-backdrop-filter: blur(2em);
    }
}

#bet_single .content_ctn .content_single .box_inner h4 {
    font-weight  : 700;
    font-size    : 20px;
    line-height  : 30px;
    color        : var(--color-text);
    margin-bottom: 15px
}

#bet_single .content_ctn .content_single .box_inner figure {
    margin-bottom: 15px
}

#bet_single .content_ctn .content_single .box_inner figure img {
    width: 100%
}

#bet_single .content_ctn .content_single .box_inner figure figcaption {
    margin-top: 15px;
    text-align: center;
    font-style: italic
}

#bet_single .content_ctn .content_single .box_inner p {
    font-weight  : normal;
    font-size    : 15px;
    line-height  : 25px;
    color        : var(--color-text);
    margin-bottom: 15px
}

#bet_single .content_ctn .content_single .box_inner p a {
    text-decoration: none;
    font-weight    : 700;
    color          : var(--primary-color)
}

#bet_single .content_ctn .content_single .box_inner p a span {
    color: #fff
}

#bet_single .content_ctn .content_single .box_inner .tags {
    padding-top: 25px;
    border-top : 1px solid rgba(255, 255, 255, 0.35);
    display    : flex
}

#bet_single .content_ctn .content_single .box_inner .tags>span {
    font-weight : 700;
    font-size   : 15px;
    line-height : 25px;
    color       : var(--color-text);
    margin-right: 19px;
    display     : inline-block;
    flex        : 0 0 auto
}

#bet_single .content_ctn .content_single .box_inner .tags .key_tags {
    display  : flex;
    flex-wrap: wrap;
    gap      : 8px
}

#bet_single .content_ctn .content_single .box_inner .tags .key_tags a {
    font-weight    : 400;
    font-size      : 13px;
    line-height    : 20px;
    color          : var(--color-text);
    padding        : 6px 12px;
    background     : #051B4A;
    backdrop-filter: blur(30px);
    border-radius  : 2px
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    #bet_single .content_ctn .content_single .box_inner .tags .key_tags a {
        -webkit-backdrop-filter: blur(2em);
    }
}

#bet_single .content_ctn .content_single .box_inner .tags .key_tags a:hover {
    background-color: var(--primary-color)
}

#bet_single .content_ctn .bet_single_sub {
    width: 349px
}

#bet_single .content_ctn .bet_single_sub .sec_title {
    font-family   : 'Roboto Condensed';
    font-weight   : 700;
    font-size     : 20px;
    line-height   : 30px;
    text-transform: uppercase;
    color         : #FFFFFF;
    padding-left  : 0;
    margin-bottom : 15px
}

#bet_single .content_ctn .bet_single_sub .sec_title:before {
    content: none
}

#bet_single .content_ctn .bet_single_sub .top_bet_sidebar ul.list_bet li {
    background   : #0E172E;
    padding      : 20px 20px 20px 53px;
    height       : 145px;
    position     : relative;
    margin-bottom: 15px
}

#bet_single .content_ctn .bet_single_sub .top_bet_sidebar ul.list_bet li:last-child {
    margin-bottom: 0
}

#bet_single .content_ctn .bet_single_sub .top_bet_sidebar ul.list_bet li .numb {
    position       : absolute;
    top            : 0;
    left           : 0;
    font-family    : 'Roboto Condensed', sans-serif;
    font-weight    : 600;
    color          : #fff;
    width          : 33px;
    height         : 33px;
    display        : flex;
    justify-content: center;
    align-items    : center;
    background     : #0F4CD9;
    border-radius  : 2px
}

#bet_single .content_ctn .bet_single_sub .top_bet_sidebar ul.list_bet li:first-child .numb {
    background-color: #FA690F
}

#bet_single .content_ctn .bet_single_sub .top_bet_sidebar .top_bet_item {
    display        : flex;
    align-items    : center;
    justify-content: flex-start
}

#bet_single .content_ctn .bet_single_sub .top_bet_sidebar .top_bet_item .logo_bet {
    margin-right: 29px;
    width       : 150px;
}

#bet_single .content_ctn .bet_single_sub .top_bet_sidebar .top_bet_item .logo_bet img {
    width: 150px
}

#bet_single .content_ctn .bet_single_sub .top_bet_sidebar .top_bet_item .btn_wrap {
    text-align: center
}

#bet_single .content_ctn .bet_single_sub .top_bet_sidebar .top_bet_item .btn_wrap span {
    font-weight: 400;
    font-size  : 13px;
    line-height: 20px;
    color      : #FFFFFF;
    display    : block
}

#bet_single .content_ctn .bet_single_sub .top_bet_sidebar .top_bet_item .btn_wrap strong {
    font-weight  : 700;
    font-size    : 15px;
    line-height  : 25px;
    color        : #FFFFFF;
    display      : block;
    margin-bottom: 11px
}

#bet_single .content_ctn .bet_single_sub .top_bet_sidebar .top_bet_item .btn_wrap a {
    width             : 96px;
    height            : 36px;
    display           : flex;
    align-items       : center;
    justify-content   : center;
    background        : #FA690F;
    border-radius     : 2px;
    font-family       : 'Roboto Condensed', sans-serif;
    font-style        : italic;
    font-weight       : bold;
    font-size         : 14px;
    line-height       : 18px;
    text-align        : center;
    text-transform    : uppercase;
    color             : #FFFFFF;
    margin            : 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out
}

#bet_single .content_ctn .bet_single_sub .top_bet_sidebar .top_bet_item .btn_wrap a:hover {
    background: #f37b31
}

#bet_single .content_ctn .bet_single_sub .top_bet_sidebar .top_bet_item .btn_wrap a.btn_detail {
    background: #0F4CD9
}

#bet_single .content_ctn .bet_single_sub .top_bet_sidebar .top_bet_item .btn_wrap a+a {
    margin-top: 20px
}

#bet_single .content_ctn .bet_single_sub .top_bet_sidebar .banner_widget a {
    display: block
}

#bet_single .content_ctn .bet_single_sub .top_bet_sidebar .banner_widget a+a {
    margin-top: 20px
}

#bet_single .content_single .title {
    font-family   : 'Roboto Condensed', sans-serif;
    font-weight   : bold;
    font-size     : 24px;
    line-height   : 36px;
    text-transform: uppercase;
    color         : #FFFFFF;
    margin-bottom : 20px
}

#bet_single .content_single h4 {
    font-family  : 'Roboto Condensed', sans-serif;
    font-style   : normal;
    font-weight  : bold;
    font-size    : 15px;
    line-height  : 25px;
    color        : var(--color-text);
    margin-bottom: 20px
}

#bet_single .content_single figure {
    margin-bottom: 20px;
    text-align   : center
}

#bet_single .comment_single {
    margin-top: 30px
}

.sec_title {
    padding-left  : 15px;
    position      : relative;
    font-weight   : 700;
    font-size     : 20px;
    line-height   : 30px;
    text-transform: uppercase;
    color         : #FFFFFF;
    margin-bottom : 20px;
    display       : flex;
    align-items   : center
}

.sec_title:before {
    content         : '';
    position        : absolute;
    height          : 24px;
    width           : 2px;
    background-color: var(--primary-color);
    left            : 0;
    top             : 50%;
    margin-top      : -12px
}

.sec_title img {
    margin-left: 12px
}

#sec_news {
    padding: 30px 0 40px
}

#sec_news .content_ctn {
    margin: 0 auto
}

#sec_news .content_ctn .list_news {
    display        : flex;
    flex-wrap      : wrap;
    justify-content: space-between;
    margin-bottom  : 30px
}

#sec_news .content_ctn .list_news li {
    width: calc(50% - 10px)
}

#sec_news .content_ctn .list_news li:nth-child(n+3) {
    margin-top: 20px
}

#sec_news .content_ctn .list_news li .news_item {
    background     : #011339;
    backdrop-filter: blur(30px);
    border-radius  : 6px;
    display        : flex;
    overflow       : hidden
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    #sec_news .content_ctn .list_news li .news_item {
        -webkit-backdrop-filter: blur(2em);
    }
}

#sec_news .content_ctn .list_news li .news_item .pic {
    overflow: hidden;
    width   : 210px;
    flex    : 0 0 auto
}

#sec_news .content_ctn .list_news li .news_item .pic img {
    transition: 0.3s
}

#sec_news .content_ctn .list_news li .news_item .pic:hover img {
    transform: scale(1.05)
}

#sec_news .content_ctn .list_news li .news_item .txt {
    padding: 20px
}

#sec_news .content_ctn .list_news li .news_item .txt h4 {
    margin-bottom: 8px
}

#sec_news .content_ctn .list_news li .news_item .txt h4 a {
    font-weight: 700;
    font-size  : 16px;
    line-height: 24px;
    color      : #FFFFFF;
    opacity    : 0.85
}

#sec_news .content_ctn .list_news li .news_item .txt h4 a:hover {
    color: var(--primary-color)
}

#sec_news .content_ctn .list_news li .news_item .txt p {
    font-weight       : 400;
    font-size         : 14px;
    line-height       : 22px;
    color             : #FFFFFF;
    opacity           : 0.65;
    display           : -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow          : hidden
}

#sec_single {
    padding-bottom: 40px
}

#sec_single .content_ctn {
    display        : flex;
    justify-content: space-between
}

#sec_single .content_ctn .single_main {
    width: calc(100% - 385px)
}

#sec_single .content_ctn .single_main h3.title {
    font-weight  : 700;
    font-size    : 24px;
    line-height  : 36px;
    color        : var(--color-text);
    margin-bottom: 8px
}

#sec_single .content_ctn .single_main .date_post {
    font-weight  : 400;
    font-size    : 15px;
    line-height  : 25px;
    color        : var(--color-text);
    margin-bottom: 15px
}

#sec_single .content_ctn .single_main .box_inner {
    background     : #011339;
    backdrop-filter: blur(30px);
    border-radius  : 2px;
    padding        : 30px
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    #sec_single .content_ctn .single_main .box_inner {
        -webkit-backdrop-filter: blur(2em);
    }
}

#sec_single .content_ctn .single_main .box_inner h4 {
    font-weight  : 700;
    font-size    : 20px;
    line-height  : 30px;
    color        : var(--color-text);
    margin-bottom: 15px
}

#sec_single .content_ctn .single_main .box_inner figure {
    margin-bottom: 15px
}

#sec_single .content_ctn .single_main .box_inner figure img {
    width: 100%
}

#sec_single .content_ctn .single_main .box_inner figure figcaption {
    margin-top: 15px;
    text-align: center;
    font-style: italic
}

#sec_single .content_ctn .single_main .box_inner p {
    font-weight  : normal;
    font-size    : 15px;
    line-height  : 25px;
    color        : var(--color-text);
    margin-bottom: 15px
}

#sec_single .content_ctn .single_main .box_inner p.choose {
    padding-left: 20px;
    position    : relative
}

#sec_single .content_ctn .single_main .box_inner p.choose:before {
    content        : '';
    position       : absolute;
    width          : 4px;
    height         : 6px;
    background     : url("../img/icon_breadcrumb.svg") center;
    background-size: cover;
    left           : 0;
    top            : 50%;
    margin-top     : -4px
}

#sec_single .content_ctn .single_main .box_inner p a {
    text-decoration: none;
    font-weight    : 700;
    color          : var(--primary-color)
}

#sec_single .content_ctn .single_main .box_inner p a:hover {
    text-decoration: underline
}

#sec_single .content_ctn .single_main .box_inner p a span {
    color: #fff
}

#sec_single .content_ctn .single_main .box_inner p:last-child {
    margin-bottom: 0
}

#sec_single .content_ctn .single_main .box_inner .tags {
    padding-top: 25px;
    border-top : 1px solid rgba(255, 255, 255, 0.35);
    display    : flex
}

#sec_single .content_ctn .single_main .box_inner .tags>span {
    font-weight : 700;
    font-size   : 15px;
    line-height : 25px;
    color       : var(--color-text);
    margin-right: 19px;
    display     : inline-block;
    flex        : 0 0 auto
}

#sec_single .content_ctn .single_main .box_inner .tags .key_tags {
    display  : flex;
    flex-wrap: wrap;
    gap      : 8px
}

#sec_single .content_ctn .single_main .box_inner .tags .key_tags a {
    font-weight    : 400;
    font-size      : 13px;
    line-height    : 20px;
    color          : var(--color-text);
    padding        : 6px 12px;
    background     : #051B4A;
    backdrop-filter: blur(30px);
    border-radius  : 2px
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    #sec_single .content_ctn .single_main .box_inner .tags .key_tags a {
        -webkit-backdrop-filter: blur(2em);
    }
}

#sec_single .content_ctn .single_main .box_inner .tags .key_tags a:hover {
    background-color: var(--primary-color)
}

#sec_single .content_ctn .single_main .box_inner.box_inner {
    margin-top: 15px
}

#sec_single .content_ctn .single_sub {
    width: 345px
}

#sec_single .content_ctn .single_sub .widget_title {
    font-weight   : 700;
    font-size     : 20px;
    line-height   : 30px;
    text-transform: uppercase;
    color         : #FFFFFF;
    margin-bottom : 20px
}

#sec_single .content_ctn .single_sub .list_post li a {
    display      : flex;
    align-items  : center;
    background   : #011339;
    border-radius: 2px;
    overflow     : hidden
}

#sec_single .content_ctn .single_sub .list_post li a .image {
    width: 150px;
    flex : 0 0 auto
}

#sec_single .content_ctn .single_sub .list_post li a p {
    font-size  : 14px;
    line-height: 22px;
    color      : var(--color-text);
    padding    : 15px;
    transition : 0.3s
}

#sec_single .content_ctn .single_sub .list_post li a:hover p {
    color: var(--primary-color)
}

#sec_single .content_ctn .single_sub .list_post li+li {
    margin-top: 15px
}

#sec_highlight {
    padding: 30px 0 40px
}

#sec_highlight .banner {
    margin-bottom: 20px
}

#sec_highlight .sec_title {
    padding-left: 0
}

#sec_highlight .sec_title:before {
    content: none
}

#sec_highlight .sec_title .sub_title {
    color        : #fff;
    background   : #FA690F;
    border-radius: 6px 0;
    display      : inline-block;
    padding      : 0 10px;
    font-weight  : 700;
    font-size    : 20px;
    line-height  : 30px;
    margin-right : 11px
}

#sec_highlight .list_highlight {
    display        : flex;
    flex-wrap      : wrap;
    justify-content: space-between;
    margin-bottom  : 40px
}

#sec_highlight .list_highlight li {
    width        : calc(25% - 14px);
    border-bottom: 1px solid #54C43A
}

#sec_highlight .list_highlight li .highlight_item {
    position: relative
}

#sec_highlight .list_highlight li .highlight_item .image {
    position: relative
}

#sec_highlight .list_highlight li .highlight_item .image:after {
    content   : '';
    position  : absolute;
    height    : 83%;
    width     : 100%;
    bottom    : 0;
    left      : 0;
    z-index   : 1;
    background: linear-gradient(360deg, #111 0%, rgba(17, 17, 17, 0) 100%)
}

#sec_highlight .list_highlight li .highlight_item .txt {
    position: absolute;
    left    : 18px;
    right   : 20px;
    bottom  : 15px;
    z-index : 5
}

#sec_highlight .list_highlight li .highlight_item .txt h4 a {
    font-family: 'Roboto Condensed';
    font-style : normal;
    font-weight: bold;
    font-size  : 15px;
    line-height: 22px;
    color      : var(--color-text);
    display    : flex;
    align-items: center
}

#sec_highlight .list_highlight li .highlight_item .txt h4 a:hover {
    color: #FA690F
}

#sec_highlight .list_highlight li .highlight_item .txt h4 a .icon {
    width       : 36px;
    margin-right: 15px;
    flex        : 0 0 auto
}

#sec_highlight .list_highlight li:nth-child(n+5) {
    margin-top: 25px
}

#sec_highlight_detail {
    padding-bottom: 40px
}

#sec_highlight_detail .content_ctn {
    display        : flex;
    justify-content: space-between
}

#sec_highlight_detail .content_ctn .single_main {
    width: calc(100% - 385px)
}

#sec_highlight_detail .content_ctn .single_main .sec_title {
    padding-left: 0
}

#sec_highlight_detail .content_ctn .single_main .sec_title:before {
    content: none
}

#sec_highlight_detail .content_ctn .single_main .video_match {
    margin-bottom: 30px
}

#sec_highlight_detail .content_ctn .single_main .block_detail {
    padding        : 30px;
    background     : #011339;
    backdrop-filter: blur(30px);
    border-radius  : 2px
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    #sec_highlight_detail .content_ctn .single_main .block_detail {
        -webkit-backdrop-filter: blur(2em);
    }
}

#sec_highlight_detail .content_ctn .single_main .block_detail h4 {
    font-weight  : 700;
    font-size    : 20px;
    line-height  : 30px;
    color        : #F2F3F3;
    margin-bottom: 15px
}

#sec_highlight_detail .content_ctn .single_main .block_detail p {
    font-weight: 400;
    font-size  : 15px;
    line-height: 25px;
    color      : #F2F3F3
}

#sec_highlight_detail .content_ctn .single_main .block_detail figure {
    margin-bottom: 15px
}

#sec_highlight_detail .content_ctn .single_sub {
    width: 345px
}

#sec_highlight_detail .content_ctn .single_sub .widget_title {
    font-weight   : 700;
    font-size     : 20px;
    line-height   : 30px;
    text-transform: uppercase;
    color         : #FFFFFF;
    margin-bottom : 20px
}

#sec_highlight_detail .content_ctn .single_sub .post_widget .list_post li a {
    display      : flex;
    background   : #011339;
    border-radius: 0 2px 2px 0
}

#sec_highlight_detail .content_ctn .single_sub .post_widget .list_post li a .image {
    width   : 150px;
    flex    : 0 0 auto;
    position: relative
}

#sec_highlight_detail .content_ctn .single_sub .post_widget .list_post li a .image .icon {
    position : absolute;
    top      : 50%;
    left     : 50%;
    transform: translate(-50%, -50%)
}

#sec_highlight_detail .content_ctn .single_sub .post_widget .list_post li a p {
    padding    : 15px;
    font-weight: 700;
    font-size  : 14px;
    line-height: 22px;
    color      : #F2F3F3;
    transition : 0.3s
}

#sec_highlight_detail .content_ctn .single_sub .post_widget .list_post li a:hover p {
    color: #FA690F
}

#sec_highlight_detail .content_ctn .single_sub .post_widget .list_post li+li {
    margin-top: 15px
}

#sec_result {
    padding: 30px 0
}

#sec_result.result_football .sec_title {
    padding-left: 0
}

#sec_result.result_football .sec_title:before {
    content: none
}

#sec_result.result_football .sec_title .sub_title {
    color        : #fff;
    background   : #FA690F;
    border-radius: 6px 0;
    display      : inline-block;
    padding      : 0 10px;
    font-weight  : 700;
    font-size    : 20px;
    line-height  : 30px;
    margin-right : 11px
}

#sec_result .menu_tab {
    display      : flex;
    align-items  : center;
    flex-wrap    : wrap;
    margin-bottom: 20px
}

#sec_result .menu_tab li {
    font-weight  : 400;
    font-size    : 13px;
    line-height  : 22px;
    text-align   : center;
    color        : #FFFFFF;
    padding      : 2px 8px;
    background   : #011339;
    border-radius: 6px;
    margin-right : 8px;
    cursor       : pointer;
    transition   : 0.3s;
    margin-top   : 8px
}

#sec_result .menu_tab li.active,
#sec_result .menu_tab li:hover {
    background-color: #0F4CD9
}

#sec_result .menu_tab li:last-child {
    margin-right: 0
}

#sec_result .tab_container .inner_box {
    background     : rgba(1, 19, 57, 0.9);
    backdrop-filter: blur(30px);
    border-radius  : 8px;
    padding-top    : 15px
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    #sec_result .tab_container .inner_box {
        -webkit-backdrop-filter: blur(2em);
    }
}

#sec_result .tab_container .inner_box .list_tour {
    margin-bottom: 13px;
    padding      : 0 14px
}

#sec_result .tab_container .inner_box .list_tour a {
    font-weight : 500;
    font-size   : 13px;
    line-height : 20px;
    color       : #FFFFFF;
    margin-right: 20px
}

#sec_result .tab_container .inner_box .list_tour a.active,
#sec_result .tab_container .inner_box .list_tour a:hover {
    color: #FA690F
}

#sec_result .tab_container .inner_box .list_tour a:last-child {
    margin-right: 0
}

#sec_result .tab_container .inner_box .table_match_tour .name_tour {
    padding    : 9px 15px;
    display    : flex;
    align-items: center;
    background : rgba(15, 76, 217, 0.15);
    font-weight: 700;
    font-size  : 13px;
    line-height: 18px;
    color      : #FFFFFF
}

#sec_result .tab_container .inner_box .table_match_tour .name_tour img {
    margin-right: 10px
}

#sec_result .tab_container .inner_box .table_match_tour .list_match .match_item {
    padding        : 12px 20px 12px 14px;
    border-bottom  : 1px solid rgba(255, 255, 255, 0.2);
    display        : flex;
    align-items    : center;
    justify-content: space-between
}

#sec_result .tab_container .inner_box .table_match_tour .list_match .match_item .box_date_time {
    width: 80px;
    flex : 0 0 auto
}

#sec_result .tab_container .inner_box .table_match_tour .list_match .match_item .box_date_time span {
    font-weight: 400;
    font-size  : 13px;
    line-height: 22px;
    color      : #FFFFFF
}

#sec_result .tab_container .inner_box .table_match_tour .list_match .match_item .box_center {
    display        : flex;
    align-items    : center;
    justify-content: space-between
}

#sec_result .tab_container .inner_box .table_match_tour .list_match .match_item .box_center .club {
    display    : flex;
    align-items: center
}

#sec_result .tab_container .inner_box .table_match_tour .list_match .match_item .box_center .club .name_club {
    font-weight  : 400;
    font-size    : 13px;
    line-height  : 22px;
    text-align   : right;
    color        : #F2F3F3;
    width        : 150px;
    flex         : 0 0 auto;
    padding-right: 12px
}

#sec_result .tab_container .inner_box .table_match_tour .list_match .match_item .box_center .club .img {
    width     : 32px;
    text-align: center
}

/* #sec_result .tab_container .inner_box .table_match_tour .list_match .match_item .box_center .club .img img {
  height: 32px
} */

#sec_result .tab_container .inner_box .table_match_tour .list_match .match_item .box_center .club:last-child {
    flex-direction: row-reverse
}

#sec_result .tab_container .inner_box .table_match_tour .list_match .match_item .box_center .club:last-child .name_club {
    text-align   : left;
    padding-left : 12px;
    padding-right: 0
}

#sec_result .tab_container .inner_box .table_match_tour .list_match .match_item .box_center .score {
    width     : 88px;
    flex      : 0 0 auto;
    text-align: center
}

#sec_result .tab_container .inner_box .table_match_tour .list_match .match_item .box_center .score span {
    font-weight: 700;
    font-size  : 15px;
    line-height: 25px;
    text-align : center;
    color      : #FFFFFF;
    display    : block
}

#sec_result .tab_container .inner_box .table_match_tour .list_match .match_item .box_right {
    width     : 50px;
    text-align: right;
    flex      : 0 0 auto
}

#sec_result .tab_container .inner_box .table_match_tour .list_match .match_item .box_right span {
    font-size  : 13px;
    line-height: 22px;
    text-align : right;
    color      : #FFFFFF;
    display    : block
}

#sec_result .tab_container .inner_box .table_match_tour .list_match .match_item:last-child {
    border-bottom: none
}

#sec_football_ranking {
    padding: 30px 0
}

#sec_football_ranking .block_football_ranking {
    background     : rgba(1, 19, 57, 0.9);
    backdrop-filter: blur(30px);
    border-radius  : 8px;
    padding-top    : 15px
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    #sec_football_ranking .block_football_ranking {
        -webkit-backdrop-filter: blur(2em);
    }
}

#sec_football_ranking .block_football_ranking .list_tour {
    margin-bottom: 13px;
    padding      : 0 14px
}

#sec_football_ranking .block_football_ranking .list_tour a {
    font-weight : 500;
    font-size   : 13px;
    line-height : 20px;
    color       : #FFFFFF;
    margin-right: 20px
}

#sec_football_ranking .block_football_ranking .list_tour a.active,
#sec_football_ranking .block_football_ranking .list_tour a:hover {
    color: #FA690F
}

#sec_football_ranking .block_football_ranking .list_tour a:last-child {
    margin-right: 0
}

#sec_football_ranking .block_football_ranking .table_football_ranking table thead tr th {
    background : rgba(15, 76, 217, 0.15);
    font-size  : 13px;
    line-height: 18px
}

#sec_football_ranking .block_football_ranking .table_football_ranking table tr td,
#sec_football_ranking .block_football_ranking .table_football_ranking table tr th {
    text-align: center;
    color     : #FFFFFF;
    width     : 60px;
    padding   : 12px 3px
}

#sec_football_ranking .block_football_ranking .table_football_ranking table tr td:first-child,
#sec_football_ranking .block_football_ranking .table_football_ranking table tr th:first-child {
    width: 48px
}

#sec_football_ranking .block_football_ranking .table_football_ranking table tr td:nth-child(2),
#sec_football_ranking .block_football_ranking .table_football_ranking table tr th:nth-child(2) {
    width     : 363px;
    text-align: left
}

#sec_football_ranking .block_football_ranking .table_football_ranking table tr td:last-child,
#sec_football_ranking .block_football_ranking .table_football_ranking table tr th:last-child {
    width     : 163px;
    text-align: left
}

#sec_football_ranking .block_football_ranking .table_football_ranking table tr td {
    font-weight  : 400;
    font-size    : 13px;
    line-height  : 22px;
    text-align   : center;
    color        : #CDCDCD;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position     : relative
}

#sec_football_ranking .block_football_ranking .table_football_ranking table tr td strong {
    color: #fff
}

#sec_football_ranking .block_football_ranking .table_football_ranking table tr td .club {
    display    : flex;
    align-items: center
}

#sec_football_ranking .block_football_ranking .table_football_ranking table tr td .club img {
    width: 32px;
}

#sec_football_ranking .block_football_ranking .table_football_ranking table tr td .club .name_club {
    padding-left: 12px
}

#sec_football_ranking .block_football_ranking .table_football_ranking table tr td .match_last {
    display    : flex;
    align-items: center
}

#sec_football_ranking .block_football_ranking .table_football_ranking table tr td .match_last span {
    display        : flex;
    align-items    : center;
    justify-content: center;
    width          : 24px;
    height         : 24px;
    font-family    : 'Oswald';
    font-style     : normal;
    font-weight    : 400;
    font-size      : 13px;
    line-height    : 22px;
    color          : #FFFFFF;
    border-radius  : 50%
}

#sec_football_ranking .block_football_ranking .table_football_ranking table tr td .match_last span.win {
    background-color: #00BD47
}

#sec_football_ranking .block_football_ranking .table_football_ranking table tr td .match_last span.lost {
    background-color: #BD0000
}

#sec_football_ranking .block_football_ranking .table_football_ranking table tr td .match_last span.draw {
    background-color: #0F4CD9
}

#sec_football_ranking .block_football_ranking .table_football_ranking table tr td .match_last span+span {
    margin-left: 6px
}

#sec_football_ranking .block_football_ranking .table_football_ranking table.ranking_premier_league tr:nth-child(-n+4) td:nth-child(1):before {
    content         : '';
    position        : absolute;
    bottom          : -1px;
    left            : 50%;
    margin-left     : -10px;
    height          : 4px;
    width           : 20px;
    border-radius   : 5px 5px 0 0;
    background-color: #3CB200
}

#sec_football_ranking .block_football_ranking .table_football_ranking table.ranking_premier_league tr:nth-child(5) td:nth-child(1):before {
    content         : '';
    position        : absolute;
    bottom          : -1px;
    left            : 50%;
    margin-left     : -10px;
    height          : 4px;
    width           : 20px;
    border-radius   : 5px 5px 0 0;
    background-color: #FFBA00
}

#sec_football_ranking .block_football_ranking .table_football_ranking table.ranking_premier_league tr:nth-child(6) td:nth-child(1):before {
    content         : '';
    position        : absolute;
    bottom          : -1px;
    left            : 50%;
    margin-left     : -10px;
    height          : 4px;
    width           : 20px;
    border-radius   : 5px 5px 0 0;
    background-color: #0A7FD0
}

#sec_football_ranking .block_football_ranking .table_football_ranking table.ranking_premier_league tr:nth-child(18) td:nth-child(1):before,
#sec_football_ranking .block_football_ranking .table_football_ranking table.ranking_premier_league tr:nth-child(19) td:nth-child(1):before,
#sec_football_ranking .block_football_ranking .table_football_ranking table.ranking_premier_league tr:nth-child(20) td:nth-child(1):before {
    content         : '';
    position        : absolute;
    bottom          : -1px;
    left            : 50%;
    margin-left     : -10px;
    height          : 4px;
    width           : 20px;
    border-radius   : 5px 5px 0 0;
    background-color: #E11D23
}

#sec_football_ranking .block_football_ranking .table_football_ranking table+table {
    margin-top: 20px
}

#sec_football_ranking .block_football_ranking .table_football_ranking table:last-child tr:last-child td {
    border-bottom: none
}

#sec_football_ranking .block_football_ranking .table_football_ranking .notes {
    padding: 16px 16px 15px
}

#sec_football_ranking .block_football_ranking .table_football_ranking .notes>.txt_note {
    font-weight : 300;
    font-size   : 12px;
    line-height : 22px;
    color       : #F2F3F3;
    padding-left: 21px;
    position    : relative
}

#sec_football_ranking .block_football_ranking .table_football_ranking .notes>.txt_note:before {
    content      : '';
    position     : absolute;
    height       : 8px;
    width        : 8px;
    border-radius: 50%;
    left         : 0;
    top          : 50%;
    transform    : translateY(-50%)
}

#sec_football_ranking .block_football_ranking .table_football_ranking .notes>.txt_note.c1:before {
    background-color: #3CB200
}

#sec_football_ranking .block_football_ranking .table_football_ranking .notes>.txt_note.c2:before {
    background-color: #FFBA00
}

#sec_football_ranking .block_football_ranking .table_football_ranking .notes>.txt_note.c3:before {
    background-color: #0A7FD0
}

#sec_football_ranking .block_football_ranking .table_football_ranking .notes>.txt_note.out_tour:before {
    background-color: #E11D23
}

#sec_football_ranking .block_football_ranking .table_football_ranking .notes>.txt_note+.txt_note {
    margin-top: 4px
}

#sec_livescore {
    padding: 30px 0 50px
}

#sec_livescore .tab_container {
    background     : rgba(1, 19, 57, 0.9);
    backdrop-filter: blur(30px);
    border-radius  : 8px
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    #sec_livescore .tab_container {
        -webkit-backdrop-filter: blur(2em);
    }
}

#sec_livescore .tab_container .list_tab {
    display    : flex;
    align-items: center;
    padding    : 20px 15px
}

#sec_livescore .tab_container .list_tab li a {
    font-weight: 500;
    font-size  : 12px;
    line-height: 18px;
    color      : #FFFFFF
}

#sec_livescore .tab_container .list_tab li+li {
    margin-left: 25px
}

#sec_livescore .tab_container .list_tab li.active a {
    color: #FA690F
}

#sec_livescore .tab_container .content_tab .block_livescore h4 {
    text-align : center;
    font-family: 'Oswald';
    font-weight: 700;
    font-size  : 13px;
    line-height: 18px;
    color      : #FFFFFF;
    padding    : 12px;
    background : rgba(15, 76, 217, 0.15)
}

#sec_livescore .tab_container .content_tab .block_livescore .livescore_container .item {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    padding        : 15px 0;
    border-bottom  : 1px solid rgba(255, 255, 255, 0.2)
}

#sec_livescore .tab_container .content_tab .block_livescore .livescore_container .item:last-child {
    border-bottom: none
}

#sec_livescore .tab_container .content_tab .block_livescore .livescore_container .item .checkbox {
    width       : 60px;
    flex        : 0 0 auto;
    padding-left: 15px
}

#sec_livescore .tab_container .content_tab .block_livescore .livescore_container .item .checkbox label {
    position: relative;
    cursor  : pointer
}

#sec_livescore .tab_container .content_tab .block_livescore .livescore_container .item .checkbox label input[type="checkbox"] {
    position: absolute;
    opacity : 0
}

#sec_livescore .tab_container .content_tab .block_livescore .livescore_container .item .checkbox label input[type="checkbox"]:checked+.checked {
    background-color: #54C43A;
    border-color    : #54C43A
}

#sec_livescore .tab_container .content_tab .block_livescore .livescore_container .item .checkbox label .checked {
    display        : block;
    width          : 16px;
    height         : 16px;
    background     : #031B4E;
    backdrop-filter: blur(30px);
    border         : 1px solid rgba(84, 196, 58, 0.4);
    border-radius  : 2px
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    #sec_livescore .tab_container .content_tab .block_livescore .livescore_container .item .checkbox label .checked {
        -webkit-backdrop-filter: blur(2em);
    }
}

#sec_livescore .tab_container .content_tab .block_livescore .livescore_container .item .tour {
    width: 110px;
    flex : 0 0 auto
}

#sec_livescore .tab_container .content_tab .block_livescore .livescore_container .item .tour span {
    display      : block;
    border-radius: 2px;
    font-family  : 'Oswald';
    font-style   : normal;
    font-weight  : 700;
    font-size    : 15px;
    line-height  : 25px;
    text-align   : center;
    color        : #FFFFFF
}

#sec_livescore .tab_container .content_tab .block_livescore .livescore_container .item .tour span.green {
    background: #01AF41
}

#sec_livescore .tab_container .content_tab .block_livescore .livescore_container .item .tour span.blue {
    background: #0F4CD9
}

#sec_livescore .tab_container .content_tab .block_livescore .livescore_container .item .tour span.red {
    background: #E11D23
}

#sec_livescore .tab_container .content_tab .block_livescore .livescore_container .item .time {
    width     : 60px;
    flex      : 0 0 auto;
    text-align: center
}

#sec_livescore .tab_container .content_tab .block_livescore .livescore_container .item .time span {
    font-family: 'Oswald';
    font-style : normal;
    font-weight: 400;
    font-size  : 13px;
    line-height: 22px;
    text-align : center;
    color      : #CDCDCD
}

#sec_livescore .tab_container .content_tab .block_livescore .livescore_container .item .status {
    width       : 120px;
    flex        : 0 0 auto;
    padding-left: 8px
}

#sec_livescore .tab_container .content_tab .block_livescore .livescore_container .item .status span {
    font-family: 'Oswald';
    font-style : normal;
    font-weight: 400;
    font-size  : 13px;
    line-height: 22px;
    color      : #F9E914
}

#sec_livescore .tab_container .content_tab .block_livescore .livescore_container .item .status span.stop {
    color: #FFFFFF
}

#sec_livescore .tab_container .content_tab .block_livescore .livescore_container .item .info_match {
    width          : calc(100% - 475px);
    flex           : 0 0 auto;
    display        : flex;
    align-items    : center;
    justify-content: center
}

#sec_livescore .tab_container .content_tab .block_livescore .livescore_container .item .info_match .name_club {
    font-family: 'Oswald';
    font-style : normal;
    font-weight: 400;
    font-size  : 13px;
    line-height: 22px;
    text-align : right;
    color      : #F2F3F3;
    width      : 200px;
    flex       : 0 0 auto
}

#sec_livescore .tab_container .content_tab .block_livescore .livescore_container .item .info_match .name_club:last-child {
    text-align: left
}

#sec_livescore .tab_container .content_tab .block_livescore .livescore_container .item .info_match .score {
    width : 55px;
    flex  : 0 0 auto;
    margin: 0 15px
}

#sec_livescore .tab_container .content_tab .block_livescore .livescore_container .item .info_match .score span {
    display      : block;
    background   : #0F4CD9;
    border-radius: 2px;
    font-family  : 'Oswald';
    font-style   : normal;
    font-weight  : 700;
    font-size    : 15px;
    line-height  : 25px;
    text-align   : center;
    color        : #FFFFFF
}

#sec_livescore .tab_container .content_tab .block_livescore .livescore_container .item .detail_match {
    width          : 125px;
    flex           : 0 0 auto;
    display        : flex;
    align-items    : center;
    justify-content: flex-end;
    padding-right  : 20px
}

#sec_livescore .tab_container .content_tab .block_livescore .livescore_container .item .detail_match .score {
    margin-right: 20px;
    font-family : 'Oswald';
    font-style  : normal;
    font-weight : 700;
    font-size   : 13px;
    line-height : 22px;
    text-align  : right;
    color       : #FFFFFF
}

#sec_livescore .tab_container .content_tab .block_livescore .livescore_container .item .detail_match .schedule {
    margin-right: 16px
}

#footer {
    background     : url("../img/bg_footer.png") center top;
    background-size: cover;
    padding-bottom : 44px
}

#footer .footer_ctn {
    width    : 1307px;
    padding  : 0 15px;
    max-width: 100%;
    margin   : 0 auto
}

#footer .footer_ctn .footer_top {
    padding      : 40px 0;
    margin-bottom: 44px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

#footer .footer_ctn .footer_top .list_tour {
    display        : flex;
    justify-content: space-between;
    flex-wrap      : wrap
}

#footer .footer_ctn .footer_top .list_tour li a {
    display: block;
}

#footer .footer_ctn .footer_top .list_tour li a img {
    max-height: 55px;
}

#footer .footer_ctn .logo_ft {
    margin-bottom: 11px
}

#footer .footer_ctn .footer_bottom {
    display    : flex;
    align-items: flex-start;
    flex-wrap  : wrap
}

#footer .footer_ctn .footer_bottom .widget_about {
    flex: 0 0 370px
}

#footer .footer_ctn .footer_bottom .widget_about p {
    line-height: 21px;
    color      : #fff;
    opacity    : 0.85
}

#footer .footer_ctn .footer_bottom .widget_menu {
    display  : flex;
    flex-wrap: wrap;
    width    : 528px;
    flex     : 0 0 auto;
    max-width: 100%;
    padding  : 0 28px 0 20px
}

#footer .footer_ctn .footer_bottom .widget_menu .menu_ft {
    flex       : 0 0 160px;
    padding    : 0 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.1)
}

#footer .footer_ctn .footer_bottom .widget_menu .menu_ft:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.1)
}

#footer .footer_ctn .footer_bottom .widget_menu .menu_ft li+li {
    margin-top: 25px
}

#footer .footer_ctn .footer_bottom .widget_menu .menu_ft li a {
    display       : block;
    font-weight   : 400;
    font-size     : 15px;
    line-height   : 18px;
    text-transform: uppercase;
    color         : #FFFFFF;
    opacity       : 0.65
}

#footer .footer_ctn .footer_bottom .widget_menu .menu_ft li a:hover {
    opacity: 1;
    color  : var(--primary-color)
}

#footer .footer_ctn .footer_bottom .widget_contact {
    flex: 0 0 305px
}

#footer .footer_ctn .footer_bottom .widget_contact p {
    font-size    : 13px;
    line-height  : 22px;
    margin-bottom: 20px
}

#footer .footer_ctn .footer_bottom .widget_contact .social_ft {
    margin-bottom: 21px
}

#footer .footer_ctn .footer_bottom .widget_contact .social_ft a {
    display    : inline-block;
    margin-left: 3px
}

#footer .footer_ctn .footer_bottom .widget_contact .copyright {
    font-size  : 13px;
    line-height: 22px
}

.banner_fixed {
    position: absolute;
    top     : 10px;
    left    : 10px;
    width   : 122px;
    bottom  : 0
}

.banner_fixed .sticky {
    position : absolute;
    z-index  : 15;
    max-width: 1260px;
}

.banner_fixed .sticky a {
    display: block
}

.banner_fixed.banner_right {
    left : auto;
    right: 10px
}

.banner_fixed.banner_center {
    top        : 20px;
    width      : 1260px;
    left       : 50%;
    margin-left: -630px
}

.banner_fixed.banner_bottom {
    bottom  : 0px;
    top     : auto;
    width   : 100%;
    left    : 0;
    position: fixed;
    z-index : 9;
}

.banner_fixed.banner_bottom a {
    padding: 0 10px;
}

.banner_fixed.banner_bottom .banner_ctn {
    display        : flex;
    justify-content: space-between;
    margin         : 0 150px;
    position       : relative;
}

.banner_fixed .close_popup {
    position        : absolute;
    width           : 24px;
    height          : 24px;
    display         : flex;
    align-items     : center;
    justify-content : center;
    background-color: #000;
    right           : -12px;
    top             : -12px;
    margin-left     : -12px;
    z-index         : 99999;
    cursor          : pointer;
    border-radius   : 50%;
    border          : 1px solid #a3aab1;
}

.banner_fixed .close_popup img {
    width: 12px;
}

.banner_fixed.banner_right .close_popup {
    right: auto;
    left : 0;
}

.popup {
    position       : fixed;
    top            : 50%;
    left           : 50%;
    transform      : translate(-50%, -50%);
    z-index        : 9999999999;
    display        : flex;
    align-items    : center;
    justify-content: center;
    width          : 100%
}

.popup .img_popup {
    max-width: 90%;
    position : relative
}

.popup .img_popup a {
    display: block
}

.popup .img_popup .close_popup {
    position        : absolute;
    width           : 32px;
    height          : 32px;
    display         : flex;
    align-items     : center;
    justify-content : center;
    background-color: #000;
    right           : -16px;
    top             : -16px;
    margin-left     : -17px;
    z-index         : 5;
    cursor          : pointer;
    border-radius   : 50%;
    border          : 2px solid #a3aab1
}

.popup .img_popup .close_popup img {
    width: 12px
}

.popup_bottom {
    position       : fixed;
    bottom         : 0;
    left           : 50%;
    transform      : translateX(-50%);
    z-index        : 999;
    display        : flex;
    align-items    : flex-end;
    justify-content: center;
    width          : 100%
}

.popup_bottom .img_popup {
    max-width: 90%;
    position : relative;
    position : relative
}

.popup_bottom .img_popup .close_popup {
    position        : absolute;
    width           : 32px;
    height          : 32px;
    display         : flex;
    align-items     : center;
    justify-content : center;
    background-color: #000;
    right           : -16px;
    top             : -16px;
    margin-left     : -17px;
    z-index         : 5;
    cursor          : pointer;
    border-radius   : 50%;
    border          : 2px solid #a3aab1
}

.popup_bottom .img_popup .close_popup img {
    width: 12px
}

#preloader {
    position  : fixed;
    left      : 0;
    top       : 0;
    z-index   : 9999;
    width     : 100%;
    height    : 100%;
    overflow  : visible;
    background: #fff;
    display   : table;
    text-align: center
}

.loader {
    display       : table-cell;
    vertical-align: middle;
    height        : 100%;
    width         : 100%;
    position      : relative;
    width         : 200px;
    height        : 200px
}

.loader-icon {
    width             : 80px;
    height            : 80px;
    border            : 2px solid #FA690F;
    border-right-color: #eee;
    border-radius     : 50%;
    position          : relative;
    animation         : loader-rotate 1s linear infinite;
    margin            : 0 auto
}

@keyframes loader-rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}




.banner_match {
    position: relative
}

.banner_match>.pic {
    height: 474px
}

.banner_match>.pic img {
    height: 100%;
    width : 100%;
}

.banner_match .content_match {
    position  : absolute;
    width     : 94%;
    min-width : 600px;
    left      : 50%;
    top       : 50%;
    transform : translate(-50%, -50%);
    text-align: center;
    z-index   : 5
}

.banner_match .content_match .datetime {
    margin-bottom: 5px;
}

.banner_match .content_match .datetime span {
    display        : flex;
    align-items    : center;
    justify-content: center;
    width          : 132px;
    height         : 32px;
    background     : #FA690F;
    border-radius  : 4px;
    font-weight    : 500;
    font-size      : 16px;
    line-height    : 24px;
    text-align     : center;
    color          : #FFFFFF;
    margin         : 0 auto
}

.banner_match .content_match .info_match {
    display        : flex;
    justify-content: center;
    align-items    : center
}

.banner_match .content_match .info_match .name_club {
    font-weight       : 700;
    font-size         : 44px;
    line-height       : 50px;
    text-transform    : uppercase;
    color             : #FFFFFF;
    width             : calc(50% - 34px);
    text-align        : right;
    display           : -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow          : hidden;
    display           : flex;
    align-items       : center;
    justify-content   : flex-end
}

.banner_match .content_match .info_match .name_club .logo_club {
    margin-right: 28px;
    width       : 60px;
    flex        : 0 0 auto;
}

.banner_match .content_match .info_match .name_club:last-child {
    text-align    : left;
    display       : flex;
    flex-direction: row-reverse
}

.banner_match .content_match .info_match .name_club:last-child .logo_club {
    width       : 60px;
    flex        : 0 0 auto;
    margin-left : 28px;
    margin-right: 0
}

.banner_match .content_match .info_match .vs {
    font-size     : 24px;
    line-height   : 40px;
    text-transform: uppercase;
    color         : #FFFFFF;
    padding       : 0 20px
}

.banner_match .content_match .name_tour {
    margin-top    : 5px;
    font-weight   : 700;
    font-size     : 15px;
    line-height   : 20px;
    text-align    : center;
    text-transform: uppercase;
    color         : #FFFFFF
}

.banner_match .content_match .blv {
    margin-top    : 5px;
    font-weight   : 500;
    font-size     : 15px;
    line-height   : 20px;
    text-align    : center;
    text-transform: uppercase;
    color         : #FFFFFF;
    opacity       : 0.65
}

.banner_match .content_match .js-countdown {
    margin-top: 5px;
}

.banner_match .content_match .js-countdown .countdown__timer {
    display        : flex;
    justify-content: center;
    align-items    : center
}

.banner_match .content_match .js-countdown .countdown__timer .countdown__item {
    display: block;
    width  : 80px;
    flex   : 0 0 auto
}

.banner_match .content_match .js-countdown .countdown__timer .countdown__item .countdown__value {
    font-family   : 'Oswald';
    font-style    : normal;
    font-weight   : 700;
    font-size     : 40px;
    line-height   : 50px;
    text-align    : center;
    text-transform: uppercase;
    color         : #FFFFFF
}

.banner_match .content_match .desc {
    display        : flex;
    justify-content: center;
    align-items    : center
}

.banner_match .content_match .desc li {
    display       : block;
    width         : 80px;
    flex          : 0 0 auto;
    font-family   : 'Raleway';
    font-style    : normal;
    font-weight   : 400;
    font-size     : 12px;
    line-height   : 20px;
    text-align    : center;
    text-transform: uppercase;
    color         : #FFFFFF;
    opacity       : 0.7
}

.top_bet_header a {
    background     : #fff;
    border-radius  : 5px;
    height         : 32px;
    display        : inline-block;
    align-items    : center;
    justify-content: center;
    font-family    : sf pro display, sans-serif;
    font-style     : italic;
    font-weight    : 600;
    font-size      : 12px;
    line-height    : 18px;
    text-align     : center;
    text-transform : uppercase;
    color          : #fb690e;
    padding        : 8px 10px;
    margin         : 1px;
}

@media (max-width: 767px) {
    header #logo a img {
        width        : 200px;
        border       : 0.5px solid #fff;
        border-radius: 10px;
    }
}