/* font */
@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SF-Pro-Fonts/SF-Pro-Display-Regular.otf") format("truetype"),
        url("../fonts/SF-Pro-Fonts/SF-Pro-Display-BoldItalic.otf") format("truetype"),
        url("../fonts/SF-Pro-Fonts/SF-Pro-Display-BlackItalic.otf") format("truetype"),
        url("../fonts/SF-Pro-Fonts/SF-Pro-Display-Light.otf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

:root {
    --main-font: "SF Pro Display", sans-serif;
    /* --primary-color: #1890FF; */
}

.font-1 {
    font-family: var(--main-font);
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3,
h3.is-large {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p,
ul,
ol,
li {
    font-size: 16px;
    line-height: 1.4;
}

body {
    font-family: var(--main-font);
    font-style: normal;
}

.nav>li>a {
    font-family: var(--main-font);
    font-size: 0.9rem;
    font-weight: bold;
}

.mobile-sidebar-levels-2 .nav>li>ul>li>a {
    font-family: var(--main-font);
}

.mobile-sidebar-levels-2 .nav>li>ul>li>a {
    font-weight: 500;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical>li>a {
    font-family: var(--main-font);
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.banner h1,
.banner h2 {
    font-weight: 700;
    font-style: normal;
}

/* common */
.absolute-footer {
    display: none;
}

html,
.mfp-content {
    background-color: #000 !important;
}

figure {
    margin: 1rem auto !important;
    max-width: 100%;
}

figcaption {
    text-align: center;
    background-color: rgb(240, 240, 240);
    line-height: 2;
}

.a-logo {
    max-width: 200px;
}

.menu-item .nav-dropdown {
    padding: 0 !important;
}

/* .a-search */
.a-search h1 {
    justify-content: center;
}

.rank-math-breadcrumb p {
    margin-bottom: 0;
}

/* .a-heading */
.a-heading b,
.a-heading-left b {
    display: none;
}

.a-heading .section-title,
.a-heading-left .section-title {
    border: unset;
}

.a-heading .section-title {
    justify-content: center;
}

.a-heading-left .section-title {
    justify-content: flex-start;
}

.a-heading .section-title span,
.a-heading-left .section-title span {
    border: unset;
    margin: unset;
    padding: unset;
}

.a-heading-left .section-title span {
    text-align: left;
}

.a-heading .section-title span {
    text-align: center;
}

/* .a-sidebar */

.a-sidebar .is-divider {
    display: none;
}

.a-sidebar>.col-inner .is-divider {
    display: none;
}

.col-inner:has(.a-sidebar) {
    position: sticky;
    top: 110px;
}

.a-sidebar .a-heading {
    margin-bottom: 0.5rem;
}

.a-sidebar .a-heading .section-title {
    margin-bottom: unset;
    font-size: 20px;
}

.a-sidebar .post-item .box {
    display: flex;
    gap: 10px;
    padding: 5px 0;
    align-items: center;
}

.a-sidebar .post-item:first-child .box {
    border-top: unset;
}

.a-sidebar .post-item .box-text {
    padding: unset;
}

.a-sidebar .post-item .post-title {
    font-size: 16px;
}

.a-sidebar .post-item .box-image {
    width: 40% !important;
}

/* .a-cate */
.a-cate .category-page-title .page-title-inner .flex-col:first-child,
.a-cate .category-page-title .page-title-inner .flex-col:last-child {
    display: none;
}

.a-cate .category-page-title .page-title-inner .flex-col {
    margin: unset;
}

.a-cate .category-page-title .page-title-inner {
    padding: unset;
}

/* at_posts_related */
#at_posts_related .text-center {
    text-align: left;
}

#at_posts_related .row {
    margin-left: -5px;
    margin-right: -5px;
}

#at_posts_related .col {
    padding-left: 5px;
    padding-right: 5px;
}

#at_posts_related .is-divider,
#at_posts_related .badge {
    display: none;
}

/* .a-footer */
.a-footer .ux-menu .ux-menu-title {
    color: #fff;
    font-size: 1rem;
}

.a-footer .ux-menu .ux-menu-link__link {
    color: #f1f1f1;
}

.a-footer .ux-menu .ux-menu-link__link:hover {
    color: var(--fs-experimental-link-color-hover);
}

.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
    font-weight: bold;
}

.searchform-wrapper {
    z-index: 999;
}

.single-post figure {
    max-width: 100% !important;
}

.post-item .image-cover {
    padding-top: 50% !important;
}

.h-100 {
    height: 100%;
}

.j-text-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 500px;
}

.j-text-scroll::-webkit-scrollbar {
    width: 7px;
    background: transparent !important;
}

.j-text-scroll::-webkit-scrollbar-thumb {
    background-color: #ff0000;
    border-radius: 6px;
}

blockquote,
table td,
table th {
    color: #f2f3f3;
}

.searchform input {
    border-color: #f2f3f3 !important;
    color: #f2f3f3;
}

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

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

.only_sp {
    display: none !important;
}

#main_content ul,
#sec_top ul {
    list-style: none;
}

#main_content ul li,
.content_ctn ul li,
.content_ctn ul {
    margin: 0;
}

.border-content {
  color: #fff;
  background: #1f252b;
  padding: 10px;
  border-radius: 10px
}

.c-gridposts{
	  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c-gridposts .post-item{
	width: calc(33.33% - 13.333px) !important;
	flex-basis: unset;
	margin-top: 20px;
	background: #111111;
	border-bottom: 1px solid #51B025;
}

.c-gridposts .is-divider{
	display: none;
}

.c-gridposts .post-item .post-title a{
	font-family: 'Oswald';
    font-weight: bold;
    font-size: 20px;
    color: #F2F3F3;
    text-wrap: auto;
}

.c-gridposts .post-item .post-title a:hover{
	color: var(--fs-color-primary);
}

.c-gridposts .post-meta,
.c-gridposts .from_the_blog_excerpt{
	font-family: 'SF Pro Display';
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.5;
}

.c-gridposts .box-text-inner{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.c-gridposts .box-text-inner .button.primary{
	display: flex;
    align-items: center;
    height: 36px;
    font-family: 'SF Pro Display';
    font-weight: 500;
    font-size: 12px;
    background: #51B025;
    border-radius: 2px;
    margin: 0;
}

.nav-pagination .page-number{
	width: 40px;
    height: 40px;
    background: #212428;
    border-radius: 50%;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #989898;
    display: flex;
    align-items: center;
    border: 0;
    justify-content: center;
}

.nav-pagination{
	margin-top: 30px !important;
}

.nav-pagination .page-number:hover,
.nav-pagination .page-number.current{
	background: #DDF542;
    color: #020506;
}

/* ==Main Content== */
.main-section,
#main_content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 19px 162px 0;
    position: relative;
}

#main_content>.banner {
    display: flex;
    margin-bottom: 20px;
    background-color: transparent;
}

#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('/wp-content/uploads/2025/12/bg_match.webp');
    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;
    font-family: oswald;
}

.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;
    font-family: 'Oswald';
}

.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;
    font-family: 'Oswald';
}

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

/* ==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 0;
	font-family: 'Oswald';
}

.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;
    border: 0;
}

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


/* ==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%;
}

#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 p{
    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;
}

.site-url {
    margin: 10px auto
}

.site-url a {
    padding: 8px;
    border: 1px solid green;
    border-radius: 6px;
    color: green;
    margin: 5px;
    display: inline-block
}

/* ==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;
  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%;
}

#sec_top_bet .content_top_bet.single_mains{
    width: calc(100% - 385px);
}

#sec_top_bet .single_sub {
    width: 349px;
}