@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&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');
@import url('https://fonts.cdnfonts.com/css/sf-pro-display');

/* Reset
-------------------------------------------------------------- */
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,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
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,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
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;
}

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(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
    /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height       : 1;
    cursor            : pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button;
    /* Corrects inability to style clickable 'input' types in iOS */
    border            : none;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border : 0;
    padding: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
    box-sizing        : border-box;
}

/* Repeatable Patterns
-------------------------------------------------------------- */
body {
    font      : 16px/1.8 "Oswald", sans-serif;
    background: #020506;
    color     : #F2F3F3;
}

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:hover,
a:focus {
    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;
}

ul,
ol {
    padding: 0;
}

table {
    width: 100%;
}

table tr th,
table tr td {
    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;
}

select,
textarea,
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"] {
    background        : #2C3339;
    border            : 1px solid #2C3339;
    border-radius     : 4px;
    box-sizing        : border-box;
    font-family       : 'Raleway';
    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;
}

textarea:focus,
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 {
    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;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-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;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color      : #070808;
    font-size  : 13px;
    line-height: 20px;
    opacity    : 0.3;
}

/* bootstrap resetting elements */
textarea,
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"] {
    -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: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    color      : #F2F3F3;
}

h1 {
    font-size  : 15px;
    line-height: 27px;
}

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    : 100%;
    max-width: 100%;
    margin   : 0 auto;
}

.only_sp {
    display: none !important;
}

/* Header
-------------------------------------------------------------- */
header .header_ctn {
    padding    : 0 10px;
    max-width  : 100%;
    margin     : 0 auto;
    display    : flex;
    align-items: center;
}

header #logo a img {
    max-width : 240px;
    object-fit: contain;
}

header #logo a {
    display        : flex;
    text-align     : center;
    justify-content: center;
    align-items    : center;
}

header .nav_menu {
    margin-left: 60px;
}

header .nav_menu .menu {
    display    : flex;
    align-items: center;
}

header .nav_menu .menu li a {
    height        : 60px;
    display       : flex;
    align-items   : center;
    text-transform: uppercase;
    padding       : 0 30px;
    color         : #FFFFFF;
    font-size     : 15px;
    font-family   : 'Oswald', sans-serif;
    border-top    : 3px solid transparent;
}

header .nav_menu .menu li.active a,
header .nav_menu .menu li a:hover {
    border-top: 3px solid #51B025;
    background: linear-gradient(180deg, #51B025 -248.75%, rgba(81, 176, 37, 0) 113.75%);
}

.btn_contact {
    margin-left: auto;
}

.btn_contact a {
    display        : flex;
    align-items    : center;
    justify-content: center;
    width          : 186px;
    height         : 36px;
    background     : #DDF542;
    border-radius  : 3px;
    font-family    : 'SF Pro Display', sans-serif;
    font-style     : italic;
    font-weight    : 600;
    font-size      : 12px;
    line-height    : 18px;
    text-transform : uppercase;
    color          : #020506;
}

.btn_contact a img {
    margin-right: 10px;
}

.mobile-button {
    display: none;
}

.top_bet_header a {
    background     : #ddf542;
    border-radius  : 3px;
    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          : #020506;
    padding        : 8px 5px;
    margin         : 1px;
}

/* slogan
-------------------------------------------------------------- */
#slogan {
    padding      : 12px 0;
    background   : #2C3339;
    text-align   : center;
    border-bottom: 1px solid #51B025;
}

#slogan .content_ctn {
    padding: 0 15px;
}

#slogan p {
    font-family: 'SF Pro Display', sans-serif;
    font-style : normal;
    font-weight: normal;
    font-size  : 14px;
    line-height: 22px;
    color      : #95999C;
}

#slogan p a {
    font-weight: 500;
    color      : #fff;
}

/* Main Content
-------------------------------------------------------------- */
#main_content {
    width    : 100%;
    max-width: 100%;
    margin   : 0 auto;
    padding  : 19px 162px 0;
    position : relative;
}

#main_content>.banner {
    display      : flex;
    margin-bottom: 20px;
}

#main_content>.banner img {
    width: 100%;
}

#main_content>.banner a {
    width: 100%;
}

#main_content>.banner.two_cols {
    justify-content: space-between;
}

#main_content>.banner.two_cols div:nth-child(1) {
    width: 70%;
}

#main_content>.banner.two_cols div:nth-child(2) {
    width: 30%;
}

#main_content>.banner.two_cols div+div {
    margin-left: 20px;
    flex       : 0 0 auto;
}

#main_content>.banner.tw_cols {
    justify-content: space-between;
    flex-wrap      : wrap;
}

#main_content>.banner.tw_cols a {
    display: block;
    width  : calc(50% - 10px);
}

#main_content>.banner .four_cols {
    display        : flex;
    flex-wrap      : wrap;
    justify-content: space-between;
}

#main_content>.banner .four_cols>a {
    width: block;
    width: calc(50% - 10px);
}

#main_content>.banner .four_cols>a:nth-child(n+3) {
    margin-top: 20x;
}

/* sec_top
-------------------------------------------------------------- */
#sec_top {
    margin-bottom: 20px;
}

#sec_top .content_ctn,
#sec_top_bet .content_ctn {
    display        : flex;
    justify-content: space-between;
}

#sec_top .sidebar,
#sec_top_bet .sidebar {
    width: 288px;
}

#sec_top .sidebar .menu_widget {
    background   : #1F252B;
    border       : 1px solid rgba(81, 176, 37, 0.65);
    border-radius: 4px;
    overflow     : hidden;
    margin-bottom: 20px;
}

#sec_top .sidebar .menu_widget .widget_title {
    background   : #2C3339;
    border-radius: 4px;
    padding      : 6px 20px;
}

#sec_top .sidebar .menu_widget .widget_title h3 {
    font-weight   : bold;
    font-size     : 16px;
    line-height   : 36px;
    text-transform: uppercase;
    color         : #51B025;
}

#sec_top .sidebar .menu_widget .menu {
    padding: 24px 20px 18px;
}

#sec_top .sidebar .menu_widget .menu li:not(:last-child) {
    margin-bottom: 24px;
}

#sec_top .sidebar .menu_widget .menu li a {
    font-family: 'SF Pro Display', sans-serif;
    font-style : italic;
    font-weight: 600;
    font-size  : 12px;
    line-height: 18px;
    color      : #FFFFFF;
}

#sec_top .sidebar .menu_widget .menu li a .icon {
    width       : 25px;
    display     : inline-block;
    margin-right: 10px;
}

#sec_top .sidebar .menu_widget .menu li a:hover {
    color: #51B025;
}

#sec_top .sidebar .banner_widget a {
    display: block;
}

#sec_top .sidebar .banner_widget a+a {
    margin-top: 12px;
}

#sec_top .content_top,
#sec_top_bet .content_top_bet {
    width: calc(100% - 318px);
}

#sec_top .content_top .banner {
    margin-bottom: 20px;
}

#sec_top .content_top .banner img {
    width: 100%;
}

.match_hot {
    background-image: url('../img/bg_match.png');
    background-size : cover;
    background-color: #040C13;
    border          : 1px solid rgba(225, 154, 0, 0.65);
    box-shadow      : 0px 4px 24px rgba(0, 0, 0, 0.12);
    border-radius   : 2px;
    padding         : 20px 10px 30px;
    overflow        : hidden;
    position        : relative;
    margin-bottom   : 34px;
}

.match_hot .hot {
    font-weight   : 500;
    font-size     : 12px;
    line-height   : 14px;
    text-transform: uppercase;
    color         : #DDF542;
    position      : absolute;
    top           : 10px;
    left          : 10px;
    display       : flex;
    align-items   : center;
}

.match_hot .hot img {
    margin-right: 5px;
}

.match_hot .box_top {
    text-align    : center;
    display       : flex;
    align-items   : center;
    flex-direction: column;
}

.match_hot .box_top .time_match {
    background     : #51B025;
    border-radius  : 2px;
    width          : 150px;
    height         : 32px;
    display        : flex;
    align-items    : center;
    justify-content: center;
    font-family    : 'SF Pro Display', sans-serif;
    font-style     : normal;
    font-weight    : 500;
    font-size      : 16px;
    line-height    : 18px;
    color          : #FFFFFF;
    margin-bottom  : 12px;
}

.match_hot .tournament {
    font-family   : 'SF Pro Display', sans-serif;
    font-style    : normal;
    font-weight   : bold;
    font-size     : 18px;
    line-height   : 26px;
    text-align    : center;
    text-transform: uppercase;
    color         : #F6F6F6;
    margin-bottom : 8px;
}

.match_hot .blv {
    font-weight: 500;
    font-size  : 16px;
    line-height: 24px;
    text-align : center;
    color      : #FFFFFF;
}

.match_hot .box_middle {
    display        : flex;
    justify-content: center;
    margin-top     : 6px;
}

.match_hot .box_middle .info_match {
    text-align: center;
    padding   : 28px 20px 0;
    width     : 200px;

    display        : flex;
    justify-content: space-between;
    flex-direction : column;
}

.match_hot .box_middle .info_match span {
    display: block;
}

.match_hot .box_middle .info_match .score {
    font-weight   : bold;
    font-size     : 30px;
    line-height   : 40px;
    text-transform: uppercase;
    color         : #FFFFFF;
    margin-bottom : 8px;
}

.match_hot .box_middle .info_match .minutes {
    font-weight: 600;
    font-size  : 13px;
    line-height: 18px;
    color      : #E19A00;
}

.match_hot .box_middle .club {
    display    : flex;
    align-items: center;
}

.match_hot .box_middle .club .img {
    background     : rgba(255, 255, 255, 0.1);
    border         : 7px solid rgba(129, 129, 150, 0.3);
    box-sizing     : border-box;
    backdrop-filter: blur(40px);
    width          : 120px;
    height         : 120px;
    display        : flex;
    align-items    : center;
    justify-content: center;
    border-radius  : 50%;
    flex           : 0 0 auto;
}

.match_hot .box_middle .club .name_club {
    font-family: 'Raleway';
    font-style : normal;
    font-weight: bold;
    font-size  : 20px;
    line-height: 30px;
    color      : #FFFFFF;
    white-space: pre-wrap;
}

.match_hot .box_middle .club_host,
.match_hot .box_middle .club_guest {
    width: calc(50% - 100px);
}

.match_hot .box_middle .club_host {
    display       : flex;
    align-items   : flex-end;
    flex-direction: column;
}

.match_hot .box_middle .club_host .club {
    flex-direction: row-reverse;
}

.match_hot .box_middle .club_host .club .name_club {
    margin-right: 30px;
    text-align  : right;
}

.match_hot .box_middle .club_guest .club .name_club {
    margin-left: 30px;
    text-align : left;
}

.match_hot .box_middle .club_host a,
.match_hot .box_middle .club_guest a,
.match_hot .box_middle .info_match .btn_match {
    max-width      : 100%;
    width          : 97px;
    height         : 36px;
    display        : flex;
    align-items    : center;
    justify-content: center;
    background     : #51B025;
    border-radius  : 3px;
    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          : #FFFFFF;
    margin-top     : 30px;
}

.match_hot .box_middle .club_guest a.btn_live {
    background: #E30000;
}

.list_match.hot {
    background   : #200404;
    border       : 1px solid rgba(225, 154, 0, 0.65);
    border-radius: 4px;
    overflow     : hidden;
    margin-bottom: 20px;
}

.match_hot .box_middle .info_match .btn_match {
    margin          : 0 auto;
    background-color: #3f4451;
}

.list_match .box_title {
    display       : flex;
    align-items   : center;
    background    : #2C3339;
    border-radius : 4px;
    padding       : 6px 21px;
    font-style    : normal;
    font-weight   : bold;
    font-size     : 16px;
    line-height   : 36px;
    text-transform: uppercase;
    color         : #DDF542;
}

.list_match .box_title img {
    margin-right: 14px;
}

.list_match .tab_container .list_tab {
    display      : flex;
    flex-wrap    : wrap;
    background   : #2C3339;
    border-radius: 4px;
}

.list_match .tab_container .list_tab li a {
    font-family    : 'SF Pro Display', sans-serif;
    font-style     : italic;
    font-weight    : 500;
    font-size      : 12px;
    line-height    : 18px;
    color          : #FFFFFF;
    opacity        : 0.5;
    display        : flex;
    align-items    : center;
    justify-content: center;
    padding        : 0 20px;
    height         : 36px;
}

.list_match .tab_container .list_tab li.active a,
.list_match .tab_container .list_tab li a:hover {
    background   : #51B025;
    border-radius: 4px;
    font-weight  : 600;
    opacity      : 1;
}

.list_match .list li {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    padding        : 13px 20px;
    border-bottom  : 1px solid rgba(255, 255, 255, 0.1);
}

.list_match .list li:last-child {
    border-bottom: none;
}

.list_match .list li .date {
    font-family: 'SF Pro Display', sans-serif;
    font-style : normal;
    font-weight: normal;
    font-size  : 13px;
    line-height: 22px;
    color      : #FFFFFF;
}

.list_match .list li .tournament {
    font-family: 'SF Pro Display', sans-serif;
    font-style : italic;
    font-weight: normal;
    font-size  : 13px;
    line-height: 22px;
    color      : #AFB4BA;
}

.list_match .list li .box_01 {
    width: 20%;
    flex : 0 0 auto;
}

.list_match .list li .box_02 {
    display    : flex;
    flex       : 0 0 auto;
    width      : 380px;
    align-items: center;
}

.list_match .list li .box_02 a {
    width      : 100%;
    display    : flex;
    flex       : 0 0 auto;
    align-items: center;
}

.list_match .list li .box_02 .club {
    text-align: center;
    width     : 130px;
}

.list_match .list li .box_02 .club .name {
    font-family: 'SF Pro Display', sans-serif;
    font-style : normal;
    font-weight: 600;
    font-size  : 13px;
    line-height: 20px;
    text-align : center;
    color      : #F2F3F3;
    opacity    : 0.85;
    margin-top : 2px;
    word-break : break-word;
}

.list_match .list li .box_02 .club span {
    display: block;
}

.list_match .list li .box_02 .club img {
    max-width: 32px;
}

.list_match .list li .box_02 .live {
    text-align: center;
    width     : 120px;
}

.list_match .list li .box_02 .live .blv {
    font-style : normal;
    font-weight: normal;
    font-size  : 13px;
    line-height: 18px;
    text-align : center;
    color      : #FFFFFF;
}

.list_match .list li .box_02 .live .vs {
    font-family: 'SF Pro Display', sans-serif;
    font-style : normal;
    font-weight: 800;
    font-size  : 18px;
    line-height: 26px;
    text-align : center;
    color      : #DDF542;
}

.list_match .list li .box_02 .live .score span {
    display        : inline-block;
    background     : #0F4CD9;
    width          : 58px;
    height         : 32px;
    display        : flex;
    align-items    : center;
    justify-content: center;
    position       : relative;
    font-family    : 'SF Pro Display', sans-serif;
    font-style     : normal;
    font-weight    : 800;
    font-size      : 16px;
    line-height    : 24px;
    text-align     : center;
    color          : #FFFFFF;
    margin         : 0 auto;
}

.list_match .list li .box_02 .live .score span:before {
    content      : '';
    position     : absolute;
    top          : 0;
    right        : 0;
    border-top   : 4px solid #1F252B;
    border-left  : 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right : 4px solid #1F252B;
}

.list_match .list li .box_02 .live .score span:after {
    content      : '';
    position     : absolute;
    bottom       : 0;
    left         : 0;
    border-bottom: 4px solid #1F252B;
    border-right : 4px solid transparent;
    border-top   : 4px solid transparent;
    border-left  : 4px solid #1F252B;
}

.list_match .list li .box_03 {
    display        : flex;
    justify-content: flex-end;
    flex           : 0 0 auto;
    width          : 300px;
}

.list_match .list li .btn {
    background     : #51B025;
    border-radius  : 3px;
    width          : 90px;
    height         : 32px;
    display        : flex;
    align-items    : center;
    justify-content: center;
    font-family    : 'SF Pro Display', sans-serif;
    font-style     : italic;
    font-weight    : bold;
    font-size      : 12px;
    line-height    : 18px;
    text-align     : center;
    text-transform : uppercase;
    color          : #FFFFFF;
}

.list_match .list li .btn+.btn {
    margin-left: 15px;
}

.list_match .list li .btn_comming {
    background: #0F4CD9;
}

.list_match .list li .btn_live {
    background: #E30000;
}


.list_match .list li .btn_match {
    background: #3f4451;
}

.list_match.all_match {
    background   : #1F252B;
    border       : 1px solid rgba(81, 176, 37, 0.65);
    border-radius: 4px;
}

.load_more {
    margin-top: 20px;
}

.load_more a {
    padding        : 12px 10px;
    background     : #1F252A;
    border         : 1px solid #1F252A;
    border-radius  : 4px;
    font-family    : 'SF Pro Display', sans-serif;
    font-style     : normal;
    font-weight    : normal;
    font-size      : 13px;
    line-height    : 22px;
    text-transform : uppercase;
    color          : #51B025;
    display        : flex;
    align-items    : center;
    justify-content: center;
}

.load_more a img {
    margin-left: 8px;
}

.load_more a:hover {
    background-color: #4c5056;
}

/* sec_about
-------------------------------------------------------------- */
#sec_about {
    margin-bottom: 60px;
}

#sec_about .inner_box {
    padding      : 20px;
    background   : #1F252B;
    border-radius: 4px;
}

#sec_about .box_about {
    height    : 228px;
    overflow  : hidden;
    position  : relative;
    transition: all 0.5s;
}

#sec_about .box_about.open {
    height: auto;
}

#sec_about .box_about.open:before {
    content: none;
}

#sec_about .box_about:before {
    content   : '';
    position  : absolute;
    height    : 172px;
    width     : 100%;
    left      : 0;
    bottom    : 0;
    background: linear-gradient(0deg, #1F252A 0%, rgba(31, 37, 42, 0) 100%);
    transition: 0.3s;
}

#sec_about .box_about h3 {
    font-family  : 'SF Pro Display', sans-serif;
    font-style   : normal;
    font-weight  : bold;
    font-size    : 24px;
    line-height  : 36px;
    color        : #F2F3F3;
    margin-bottom: 20px;
}

#sec_about .box_about p {
    font-family: 'SF Pro Display', sans-serif;
    font-style : normal;
    font-weight: normal;
    font-size  : 15px;
    line-height: 25px;
    color      : #F2F3F3;
}

.more {
    text-align: center;
}

.more a {
    font-family   : 'SF Pro Display', sans-serif;
    font-style    : normal;
    font-weight   : normal;
    font-size     : 13px;
    line-height   : 22px;
    text-align    : right;
    text-transform: uppercase;
    color         : #51B025;
}

.more a .hide {
    display: none;
}

.more.close a .hide {
    display: inline-block;
}

.more.close a .show {
    display: none;
}

.more.close a img {
    transform: rotate(180deg);
}

.more a img {
    margin-left: 8px;
    transition : 0.3s;
}

/* live_match
-------------------------------------------------------------- */
.live_match {
    display        : flex;
    justify-content: space-between;
    margin-bottom  : 20px;
}

.live_match .box_left {
    width: calc(100% - 350px);
}

.live_match .box_right {
    width: 328px;
}

.video_match {
    height: 463px;
}

.video_match img {
    height: 100%;
    width : 100%;
}

.live_match .bottom {
    display        : flex;
    justify-content: space-between;
    align-items    : center;
    margin-top     : 15px;
}

.live_match .wrap_link {
    display  : flex;
    flex-wrap: wrap;
}

.live_match .wrap_link a {
    font-family  : 'SF Pro Display', sans-serif;
    font-style   : italic;
    font-weight  : 600;
    font-size    : 12px;
    line-height  : 18px;
    color        : rgba(255, 255, 255, 0.5);
    border       : 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    display      : flex;
    padding      : 8px 15px 8px 30px;
    position     : relative;
    margin-bottom: 4px;
}

.live_match .wrap_link a:hover,
.live_match .wrap_link a.active {
    color     : #FFFFFF;
    background: #51B025;
    border    : 1px solid #51B025;
}

.live_match .wrap_link a:before {
    content          : '';
    position         : absolute;
    width            : 12px;
    height           : 14px;
    background       : url('../img/icon_pause.svg');
    background-repeat: no-repeat;
    left             : 12px;
    top              : 50%;
    transform        : translateY(-50%);
    opacity          : 0.5;
}

.live_match .wrap_link a.active:before {
    background-image: url('../img/icon_play02.svg');
    opacity         : 1;
}

.live_match .wrap_link a:not(:last-child) {
    margin-right: 10px;
}

.live_match .share a {
    background    : #1170FF;
    border-radius : 1.75px;
    padding       : 3px 17px;
    font-family   : 'Oswald';
    font-weight   : normal;
    font-size     : 13px;
    line-height   : 22px;
    text-transform: uppercase;
    color         : #FFFFFF;
    display       : inline-block;
    vertical-align: middle;
}

.live_match .share a img {
    vertical-align: -1px;
    margin-right  : 5px;
}

.live_match .share span {
    font-family: 'SF Pro Display';
    font-style : italic;
    font-weight: normal;
    font-size  : 11px;
    line-height: 16px;
    color      : #F2F3F3;
}

.live_match .bet_link {
    display        : flex;
    justify-content: space-between;
    margin-bottom  : 16px;
}

.live_match .bet_link a {
    background     : #0F4CD9;
    border-radius  : 2px;
    width          : 87px;
    height         : 32px;
    display        : flex;
    align-items    : center;
    justify-content: center;
    font-weight    : bold;
    font-size      : 13px;
    line-height    : 18px;
    color          : #FFFFFF;
}

.live_match .bet_link a.green {
    background: #51B025;
}

.live_match .bet_link a.red {
    background: #E11D23;
}

.live_match .bet_link a:hover {
    opacity: 0.7;
}

.chat_container {
    background   : #1B2024;
    border-radius: 2px;
    overflow     : hidden;
}

.chat_container .chat_title {
    display        : flex;
    justify-content: space-between;
    align-items    : center;
    padding        : 6.5px 15px;
    background     : #14203D;
}

.chat_container .chat_title h4 {
    font-family   : 'Oswald';
    font-weight   : bold;
    font-size     : 13px;
    line-height   : 18px;
    text-transform: uppercase;
    color         : #FFFFFF;
}

.chat_container .chat_title .wrap_control a+a {
    margin-left: 12px;
}

.chat_container {
    margin-bottom: 15px;
}

.chat_container .chat_content .list_chat {
    height    : 386px;
    overflow-y: scroll;
    padding   : 15px 15px 15px 11px;
}

.chat_container .chat_content .list_chat::-webkit-scrollbar {
    width        : 4px;
    height       : 4px;
    border-radius: 5px;
}

.chat_container .chat_content .list_chat::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.chat_container .chat_content .list_chat::-webkit-scrollbar-thumb {
    background   : #44494F;
    border-radius: 2.5px;
}

.chat_container .chat_content .chat_item {
    display: flex;
}

.chat_container .chat_content .chat_item+.chat_item {
    margin-top: 12px;
}

.chat_item .avatar {
    width       : 26px;
    margin-right: 7px;
}

.chat_item .txt_chat {
    background   : #2C3339;
    border-radius: 4px;
    padding      : 8px 12px;
    width        : calc(100% - 33px);
}

.chat_item .txt_chat .name_chat {
    margin-bottom: 5px;
    display      : flex;
}

.chat_item .txt_chat .name_chat .name {
    font-weight: bold;
    font-size  : 13px;
    line-height: 15px;
    color      : #FFFFFF;
    font-family: 'SF Pro Display', sans-serif;
}

.chat_item .txt_chat .name_chat .time_chat {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 300;
    font-size  : 11px;
    line-height: 14px;
    color      : #717983;
    margin-left: 8px;
}

.chat_item .txt_chat .txt {
    font-size  : 11px;
    line-height: 16px;
    font-family: 'SF Pro Display', sans-serif;
    color      : #F2F3F3;
    opacity    : 0.65;
}

.form_chat {
    padding   : 15px 16px 20px;
    border-top: 1px solid #2A3038;
}

.form_chat form {
    position: relative;
}

.form_chat form .input_chat {
    width: 100%;
}

.form_chat form .input_chat input {
    padding-right: 35px;
    background   : #FFFFFF;
    border-radius: 4px;
    padding      : 8px 12px;
    font-family  : 'SF Pro Display', sans-serif;
    font-style   : normal;
    font-weight  : normal;
    font-size    : 13px;
    line-height  : 20px;
    color        : #020506;
}

.form_chat form button {
    position        : absolute;
    right           : 13px;
    top             : 50%;
    transform       : translateY(-50%);
    background-color: transparent;
    padding         : 0;
}

.box_control {
    display        : flex;
    justify-content: space-between;
}

.box_control .full_chat,
.box_control .close_chat {
    width          : calc(50% - 6px);
    background     : #1F252A;
    border-radius  : 2px;
    height         : 32px;
    font-family    : 'SF Pro Display', sans-serif;
    font-size      : 12px;
    line-height    : 18px;
    color          : rgba(255, 255, 255, 0.5);
    display        : flex;
    align-items    : center;
    justify-content: center;
    position       : relative;
}

.close_chat.active {
    animation: color 3s infinite;
}

@keyframes color {
    0% {
        background-color: #505861;
    }

    25% {
        background-color: #1F252A;
    }

    50% {
        background-color: #505861;
    }

    75% {
        background-color: #1F252A;
    }

    100% {
        background-color: #505861;
    }
}

.box_control .full_chat .icon,
.close_chat .icon {
    position : absolute;
    left     : 15px;
    top      : 50%;
    transform: translateY(-50%);
}

.close_chat .icon {
    opacity: 0.5;
}

.close_chat.active .icon {
    display: none;
}

.close_chat .on,
.close_chat.active .off {
    display: none;
}

.close_chat.active .on {
    display: inline-block;
}

/* Top Bet
-------------------------------------------------------------- */
#sec_top_bet .content_ctn {
    flex-direction: row-reverse;
}

.sec_title {
    background    : #2C3339;
    border-radius : 4px;
    font-style    : normal;
    font-weight   : bold;
    font-size     : 20px;
    line-height   : 30px;
    text-transform: uppercase;
    color         : #DDF542;
    display       : flex;
    align-items   : center;
    margin-bottom : 20px;
    padding       : 9px 20px;
}

.sec_title img {
    margin-right: 10px;
}

.table_top_bet table {
    background   : #1F252B;
    box-shadow   : 0px 4px 12px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    overflow     : hidden;
}

.table_top_bet table thead th {
    background : #2C3339;
    font-weight: bold;
    font-size  : 13px;
    line-height: 18px;
    padding    : 12px 0;
    color      : #fff;
}

.table_top_bet table thead th:first-child,
.table_top_bet table tbody td:first-child {
    width       : 60px;
    padding-left: 14px;
}

.table_top_bet table thead th:nth-child(4),
.table_top_bet table tbody td:nth-child(4) {
    width  : 260px;
    padding: 12px 18px;
}

.table_top_bet table tbody td:first-child {
    font-size  : 13px;
    line-height: 22px;
    color      : #717983;
}

.table_top_bet table tbody td {
    border-bottom: 1px solid #2A3038;
    padding      : 12px 0;
}

.table_top_bet table tbody tr:last-child td {
    border-bottom: none;
}

.table_top_bet table tbody td .better {
    display: flex;
}

.table_top_bet table tbody td .better .logo_better {
    width : 130px;
    height: 80px;
}

.table_top_bet table tbody td .better .info_better {
    margin-left: 22px;
}

.table_top_bet table tbody td .better .info_better .name_better a {
    font-family  : 'Oswald', sans-serif;
    font-weight  : bold;
    font-size    : 20px;
    line-height  : 30px;
    color        : #F2F3F3;
    margin-bottom: 10px;
}

.table_top_bet table tbody td ul {
    padding-left: 20px;
}

.table_top_bet table tbody td .info_bet li {
    font-family    : 'Oswald', sans-serif;
    font-size      : 13px;
    font-weight    : 400;
    line-height    : 20px;
    list-style-type: disc;
}

.table_top_bet table tbody td .bet_now,
.table_top_bet table tbody td .bet_single {
    width         : 100px;
    height        : 36px;
    background    : #51B025;
    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         : #FFFFFF;
    padding       : 9px 0;
    display       : inline-block;
    text-transform: uppercase;
    margin-left   : 16px;
}

.table_top_bet table tbody td .bet_single {
    background : #0F4CD9;
    margin-left: 0;
}

.table_top_bet table tbody td .bet_single:hover {
    background: #0135af;
}

.table_top_bet table tbody td .bet_now:hover {
    background-color: #398915;
}

/* Pagination */
.pagination .pagination_list {
    display        : flex;
    justify-content: center;
    margin         : 40px 0;
}

.pagination .pagination_list li {
    margin: 0 7px;
}

.pagination .pagination_list li a {
    width          : 40px;
    height         : 40px;
    background     : #212428;
    border-radius  : 50%;
    font-family    : 'Oswald', sans-serif;
    font-weight    : 600;
    font-size      : 15px;
    line-height    : 25px;
    color          : #989898;
    display        : flex;
    align-items    : center;
    justify-content: center;
}

.pagination .pagination_list li.active a,
.pagination .pagination_list li a:hover {
    background: #DDF542;
    ;
    color: #020506;
}

/* Page Title
-------------------------------------------------------------- */
#page_title {
    margin-bottom: 20px;
}

#page_title .breadcrumbs ul {
    display  : flex;
    flex-wrap: wrap;
}

#page_title .breadcrumbs ul li a {
    font-family: 'SF Pro Display', sans-serif;
    font-style : normal;
    font-weight: normal;
    font-size  : 13px;
    line-height: 22px;
    color      : #51B025;
}

#page_title .breadcrumbs ul li .icon {
    display: inline-block;
    margin : 0 8px;
}

#page_title .breadcrumbs ul li span {
    color      : #AFB4BA;
    font-family: 'SF Pro Display', sans-serif;
    font-style : normal;
    font-weight: normal;
    font-size  : 13px;
    line-height: 22px;
}

/* Bet Single
-------------------------------------------------------------- */
#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 {
    background   : #1F252B;
    box-shadow   : 0px 4px 12px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    padding      : 20px 39px 20px 20px;
}

#bet_single .content_single .title {
    font-family   : 'Oswald', sans-serif;
    font-weight   : bold;
    font-size     : 24px;
    line-height   : 36px;
    text-transform: uppercase;
    color         : #FFFFFF;
    margin-bottom : 20px;
}

#bet_single .content_ctn .content_single p {
    font-family: 'SF Pro Display', sans-serif;
    font-style : normal;
    font-weight: bold;
    font-size  : 15px;
    line-height: 25px;
    color      : #F2F3F3;
}

#bet_single .content_single h4 {
    font-family  : 'SF Pro Display', sans-serif;
    font-style   : normal;
    font-weight  : bold;
    font-size    : 15px;
    line-height  : 25px;
    color        : #F2F3F3;
    margin-bottom: 20px;
}

#bet_single .content_single figure {
    margin-bottom: 20px;
    text-align   : center;
}

#bet_single .comment_single {
    margin-top: 30px;
}

#bet_single .content_ctn .bet_single_sub {
    width: 349px;
}

#bet_single .content_ctn .bet_single_sub .sec_title {
    background    : #1F252B;
    box-shadow    : 0px 4px 12px rgba(0, 0, 0, 0.12);
    border-radius : 4px;
    font-family   : 'Oswald';
    font-style    : normal;
    font-weight   : bold;
    font-size     : 20px;
    line-height   : 30px;
    text-transform: uppercase;
    color         : #DDF542;
    padding       : 21px 20px 25px;
    display       : flex;
    align-items   : center;
    margin-bottom : 15px;
}

#bet_single .content_ctn .bet_single_sub .sec_title img {
    margin-right: 10px;
}

.top_bet_sidebar ul.list_bet {
    margin-bottom: 20px;
}

.top_bet_sidebar ul.list_bet li {
    background   : #1F252B;
    box-shadow   : 0px 4px 12px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    padding      : 20px 20px 20px 53px;
    height       : 145px;
    position     : relative;
    margin-bottom: 15px;
}

.top_bet_sidebar ul.list_bet li:last-child {
    margin-bottom: 0;
}

.top_bet_sidebar ul.list_bet li .numb {
    position       : absolute;
    top            : 0;
    left           : 0;
    font-family    : 'Oswald', sans-serif;
    font-weight    : 600;
    color          : #020506;
    width          : 33px;
    height         : 33px;
    display        : flex;
    justify-content: center;
    align-items    : center;
    background     : #DDF542;
    border-radius  : 2px;
}

.top_bet_sidebar ul.list_bet li:first-child .numb {
    background-color: #E11D23;
    color           : #fff;
}

.top_bet_sidebar .top_bet_item {
    display        : flex;
    align-items    : center;
    justify-content: flex-start;
}

.top_bet_sidebar .top_bet_item .logo_bet {
    margin-right: 29px;
}

.top_bet_sidebar .top_bet_item .logo_bet img {
    width: 150px;
}

.top_bet_sidebar .top_bet_item .btn_wrap a {
    width             : 96px;
    height            : 36px;
    display           : flex;
    align-items       : center;
    justify-content   : center;
    background        : #51B025;
    border-radius     : 2px;
    font-family       : 'SF Pro Display', sans-serif;
    font-style        : italic;
    font-weight       : bold;
    font-size         : 12px;
    line-height       : 18px;
    text-align        : center;
    text-transform    : uppercase;
    color             : #FFFFFF;
    -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;
}

.top_bet_sidebar .top_bet_item .btn_wrap a.btn_detail {
    background: #0F4CD9;
}

.top_bet_sidebar .top_bet_item .btn_wrap a+a {
    margin-top: 20px;
}

.top_bet_sidebar .top_bet_item .btn_wrap a:hover {
    background: #939b8f;
}

.top_bet_sidebar .banner_widget a {
    display: block;
}

.top_bet_sidebar .banner_widget a+a {
    margin-top: 20px;
}

.banner_widget a img {
    width: 100%;
}

/* News
-------------------------------------------------------------- */
#sec_news .list_news {
    display        : flex;
    flex-wrap      : wrap;
    justify-content: space-between;
    margin-bottom  : 20px;
}

#sec_news .list_news li {
    width: calc(33.33% - 13.333px);
}

#sec_news .list_news li:nth-child(n+4) {
    margin-top: 30px;
}

#sec_news .list_news li .news_item {
    background: #111111;
}

#sec_news .sec_title {
    background-color: transparent;
    padding         : 0;
}

.news_item .img {
    overflow: hidden;
}

.news_item .img img {
    transition: 0.3s;
    object-fit: cover;
    width     : 100%;
}

.news_item .img:hover img {
    transform: scale(1.05);
}

.news_item .txt {
    border-bottom: 1px solid #51B025;
    padding      : 20px 18px 25px 20px;
}

.news_item .txt h4 {
    margin-bottom: 12px;
}

.news_item .txt h4 a {
    font-family: 'Oswald';
    font-style : normal;
    font-weight: bold;
    font-size  : 20px;
    line-height: 30px;
    color      : #F2F3F3;
}

.news_item .txt h4 a:hover {
    color: #51B025;
}

.news_item .txt p {
    font-family: 'SF Pro Display';
    font-style : normal;
    font-weight: normal;
    font-size  : 14px;
    line-height: 22px;
    color      : #FFFFFF;
    opacity    : 0.5;
}

.news_item .txt .more_news {
    margin-top: 20px;
}

.news_item .txt .more_news a {
    display        : flex;
    align-items    : center;
    justify-content: center;
    width          : 91px;
    height         : 36px;
    font-family    : 'SF Pro Display';
    font-style     : normal;
    font-weight    : 500;
    font-size      : 12px;
    line-height    : 18px;
    text-align     : center;
    text-transform : uppercase;
    color          : #FFFFFF;
    background     : #51B025;
    border-radius  : 2px;
}

.news_item .txt .more_news a:hover {
    background: #2f8706;
}

/* sec_single
-------------------------------------------------------------- */
#sec_single {
    margin-bottom: 20px;
}

#sec_single .content_ctn {
    display        : flex;
    justify-content: space-between;
}

#sec_single .content_ctn .single_main {
    width        : calc(100% - 385px);
    background   : #1F252B;
    box-shadow   : 0px 4px 12px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    padding      : 20px;
}

#sec_single .content_ctn .banner {
    margin-bottom: 15px;
}

.single_main h3 {
    font-family   : 'Oswald';
    font-style    : normal;
    font-weight   : bold;
    font-size     : 24px;
    line-height   : 36px;
    text-transform: uppercase;
    color         : #FFFFFF;
    margin-bottom : 20px;
}

.single_main h4 {
    font-family  : 'SF Pro Display';
    font-style   : normal;
    font-weight  : bold;
    font-size    : 18px;
    line-height  : 24px;
    color        : #FFFFFF;
    margin-bottom: 12px;
}

.single_main figure {
    margin-bottom: 20px;
}

.single_main figure img {
    width: 100%;
}

.single_main p {
    font-family: 'SF Pro Display';
    font-style : normal;
    font-weight: normal;
    font-size  : 15px;
    line-height: 25px;
    color      : #F2F3F3;
}

.single_main a {
    font-family         : 'SF Pro Display';
    font-style          : normal;
    font-weight         : bold;
    font-size           : 15px;
    line-height         : 25px;
    text-decoration-line: underline;
    color               : #51B025;
}

.bet_container {
    background-color: #000;
    border-radius   : 11px;
    position        : relative;
    z-index         : 5;
    display         : flex;
    justify-content : space-between;
    align-items     : center;
    overflow        : hidden;
    padding         : 30px 15px 20px;
    margin-bottom   : 15px;
}

.bet_container:before {
    content        : '';
    position       : absolute;
    left           : 0;
    top            : 0;
    width          : 100%;
    height         : 100%;
    background     : url('../img/bg_bet.png');
    background-size: cover;
    opacity        : 0.25;
    z-index        : -1;
}

.bet_container .inner_box {
    width     : 270px;
    flex      : 0 0 auto;
    text-align: center;
}

.bet_container .box_tournament {
    text-align   : center;
    margin-bottom: 10px;
}

.bet_container .box_tournament .date {
    font-family  : 'Oswald';
    font-style   : normal;
    font-weight  : normal;
    font-size    : 13px;
    line-height  : 18px;
    color        : #FFFFFF;
    opacity      : 0.85;
    margin-bottom: 6px;
}

.bet_container .box_tournament .tournament {
    font-family: 'Raleway';
    font-style : normal;
    font-weight: bold;
    font-size  : 15px;
    line-height: 20px;
    color      : #FFFFFF;
}

.bet_container .bet_detail {
    margin-bottom: 20px;
}

.bet_container .bet_detail .bet_item {
    background     : rgb(31, 37, 43, 0.2);
    border         : 1px solid rgba(255, 255, 255, 0.2);
    border-radius  : 4px;
    display        : flex;
    justify-content: space-around;
    align-items    : center;
    height         : 28px;
}

.bet_container .bet_detail .bet_item+.bet_item {
    margin-top: 6px;
}

.bet_container .bet_detail .bet_item span {
    font-family: 'Oswald';
    font-style : normal;
    font-weight: normal;
    font-size  : 13px;
    line-height: 22px;
    text-align : center;
    color      : #AFB4BA;
    width      : 45px;
}

.bet_container .bet_detail .bet_item .bet_house {
    font-family   : 'Oswald';
    font-style    : normal;
    font-weight   : normal;
    font-size     : 13px;
    line-height   : 22px;
    text-align    : right;
    text-transform: uppercase;
    color         : #51B025;
    width         : 50px;
    text-align    : right;
}

.bet_container .bet_now {
    text-decoration: none;
    font-family    : 'Raleway';
    font-style     : italic;
    font-weight    : 800;
    font-size      : 14px;
    line-height    : 18px;
    text-transform : uppercase;
    color          : #51B025;
}

.bet_container .bet_now:hover {
    text-decoration: underline;
}

.bet_container .club {
    width     : calc(50% - 145px);
    text-align: center;
}

.bet_container .club .image img {
    height: 80px;
}

.bet_container .club .name {
    display    : block;
    font-family: 'Raleway';
    font-style : normal;
    font-weight: bold;
    font-size  : 18px;
    line-height: 24px;
    text-align : center;
    color      : #FFFFFF;
    margin-top : 12px;
}

#sec_single .content_ctn .single_sub {
    width: 349px;
}

.post_widget {
    background   : #1F252B;
    box-shadow   : 0px 4px 12px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    padding      : 20px;
}

.single_sub .widget_title {
    font-family   : 'Oswald';
    font-style    : normal;
    font-weight   : bold;
    font-size     : 20px;
    line-height   : 30px;
    text-transform: uppercase;
    color         : #DDF542;
    margin-bottom : 25px;
    display       : flex;
    align-items   : center;
}

.single_sub .widget_title img {
    margin-right: 10px;
}

.single_sub .list_post li+li {
    margin-top: 20px;
}

.single_sub .list_post li a {
    display    : flex;
    align-items: center;
}

.single_sub .list_post li .image {
    width: 120px;
    flex : 0 0 auto;
}

.single_sub .list_post li p {
    font-style  : normal;
    font-weight : normal;
    font-size   : 14px;
    line-height : 24px;
    color       : #F2F3F3;
    padding-left: 20px;
}

.single_sub .banner_widget a {
    display   : block;
    margin-top: 20px;
}

/* Footer
-------------------------------------------------------------- */
#footer {
    padding   : 70px 0;
    border-top: 1px solid rgb(81, 176, 37, 0.5);
}

#footer .footer_ctn {
    text-align: center;
    width     : 1160px;
    padding   : 0 15px;
    max-width : 100%;
    margin    : 0 auto;
}

#footer .footer_ctn .logo_ft {
    margin-bottom: 27px;
}

#footer .footer_ctn .title {
    font-family   : 'Oswald', sans-serif;
    font-weight   : bold;
    font-size     : 20px;
    line-height   : 30px;
    text-transform: uppercase;
    color         : #51B025;
    margin-bottom : 15px;
}

#footer .footer_ctn .sub_title {
    font-family  : 'Oswald', sans-serif;
    font-weight  : bold;
    font-size    : 16px;
    line-height  : 24px;
    margin-bottom: 12px;
}

#footer .footer_ctn .about_ft {
    font-family: 'SF Pro Display', sans-serif;
    font-style : normal;
    font-weight: normal;
    font-size  : 14px;
    line-height: 23px;
    text-align : center;
    color      : #FFFFFF;
    opacity    : 0.5;
}

#footer .footer_ctn .copyright {
    opacity: 0.65;
}

/* Banner Left */
.banner_left {
    position: absolute;
    top     : 20px;
    left    : 22px;
    width   : 120px;
    z-index : 3;
    bottom  : 0;
}

.banner_right {
    position: absolute;
    top     : 20px;
    right   : 22px;
    width   : 120px;
    z-index : 3;
    bottom  : 0;
}

.banner_left a:hover,
.banner_right a:hover {
    opacity: 0.7;
}

.banner_right .sticky,
.banner_left .sticky {
    position: absolute;
    z-index : 1;
}

.banner_right .sticky a,
.banner_left .sticky a {
    display: block;
}

.banner_right .sticky a+a,
.banner_left .sticky a+a {
    margin-top: 10px;
}

.popup {
    position        : fixed;
    top             : 0;
    left            : 0;
    z-index         : 999;
    background-color: rgba(0, 0, 0, 0.5);
    width           : 100%;
    height          : 100%;
    display         : flex;
    align-items     : center;
    justify-content : center;
}

.popup {
    position       : fixed;
    top            : 50%;
    left           : 50%;
    transform      : translate(-50%, -50%);
    z-index        : 9999999999;
    display        : flex;
    align-items    : center;
    justify-content: center;
    background     : #000000db;
}

.popup_bottom .img_popup,
.popup .img_popup {
    max-width: 90%;
    position : relative;
}

.popup .img_popup a {
    display: block;
}

.popup_bottom .img_popup .close_popup,
.popup .img_popup .close_popup {
    position        : absolute;
    width           : 32px;
    height          : 32px;
    display         : flex;
    align-items     : center;
    justify-content : center;
    background-color: #000;
    right           : calc(50% - 16px);
    top             : -16px;
    z-index         : 5;
    cursor          : pointer;
    border-radius   : 50%;
    border          : 2px solid #a3aab1;
}

.popup_bottom .img_popup .close_popup img,
.popup .img_popup .close_popup img {
    width: 12px;
}

.popup_bottom {
    position       : fixed;
    bottom         : 0;
    left           : 50%;
    transform      : translateX(-50%);
    z-index        : 9999999;
    display        : flex;
    align-items    : flex-end;
    justify-content: center;

    /* Cho popup bên dưới nằm ngang */
    width: 100%;
}

@media (max-width: 991px) {
    .popup_bottom {
        width: 100%;
    }
}

.popup_bottom .img_popup {
    position: relative;
    bottom  : 0;
    height  : unset;
}

/* Preloader
-------------------------------------------------------------- */
#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 #14BF1B;
    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);
    }
}

.img_popup.bottom a {
    display   : inline-block;
    width     : 49%;
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .img_popup.bottom a {
        display   : inline-block;
        width     : 100%;
        box-sizing: border-box;
    }

    .popup_bottom .img_popup {
        max-width: 100%;
    }
}

@media (min-width: 600px) {
    .popup_bottom .img_popup {
        max-width: 100%;
    }
}


@media (min-width: 768px) {
    .popup_bottom .img_popup {
        max-width: calc(100% - 280px);
    }
}