@media (max-width: 1499px) {
    .match_hot .box_middle .info_match {
        width: 140px;
        padding: 28px 10px 0px;
    }

    .match_hot .box_middle .club_host, .match_hot .box_middle .club_guest {
        width: calc(50% - 40px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }


    .match_hot.st2 .box_middle .club_host, .match_hot.st2 .box_middle .club_guest {
        width: calc(50% - 120px);
    }

    .list_match .list li .box_03 {
        display: block;
        width: 100px;
    }

    .list_match .list li .box_03 .btn {
        margin: 0 auto;
    }

    .list_match .list li .box_03 .btn + .btn {
        margin-top: 10px;
        margin-left: auto;
    }
}

@media (max-width: 1280px) {
    #sec_single .content_ctn .single_main {
        width: calc(100% - 280px);
    }

    #sec_single .content_ctn .single_sub {
        width: 260px;
    }

    .match_hot .box_middle .club_host .club,
    .match_hot .box_middle .club {
        display: block;
        text-align: center;
    }

    .match_hot .box_middle .club_host {
        align-items: center;
        justify-content: space-between;
    }

    .match_hot .box_middle .club .img {
        margin: 0 auto;
        width: 90px;
        height: 90px;
    }

    .match_hot .box_middle .club .img img {
        max-width: 50px;
    }

    .match_hot .box_middle .club_host .club .name_club,
    .match_hot .box_middle .club_guest .club .name_club {
        margin-right: 0;
        margin-top: 10px;
        display: block;
        font-size: 18px;
        text-align: center;
    }

    .match_hot .box_middle .club_host a, .match_hot .box_middle .club_guest a {
        margin: 20px auto 0;
    }

    .match_hot .box_middle .club_guest .club .name_club {
        margin-left: 0;
    }

    #sec_top .sidebar, #sec_top_bet .sidebar {
        width: 230px;
    }

    #sec_top .content_top, #sec_top_bet .content_top_bet {
        width: calc(100% - 250px);
    }

    .live_match .bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .live_match .wrap_link {
        margin-bottom: 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1280px) {
    .single_sub .list_post li .image {
        width: 100%;
    }

    .single_sub .list_post li a {
        flex-direction: column;
    }

    .single_sub .list_post li p {
        padding-left: 0;
        margin-top: 15px;
    }
}

@media (max-width: 1199px) {
    header .nav_menu {
        margin-left: 20px;
    }

    header .nav_menu .menu li a {
        padding: 0 20px;
    }

    #sec_single .content_ctn {
        flex-direction: column;
    }

    #sec_single .content_ctn .single_main,
    #sec_single .content_ctn .single_sub {
        width: 100%;
    }

    #sec_single .content_ctn .single_main {
        margin-bottom: 15px;
    }

    .bet_container .inner_box {
        width: 250px;
    }

    .bet_container .club {
        width: calc(50% - 135px);
    }

    .bet_container .club .name {
        font-size: 16px;
    }

    #sec_top .content_ctn, #sec_top_bet .content_ctn {
        flex-direction: column;
    }

    #sec_top .sidebar, #sec_top_bet .sidebar,
    #sec_top .content_top, #sec_top_bet .content_top_bet {
        width: 100%;
    }

    #sec_top .sidebar, #sec_top_bet .sidebar {
        margin-bottom: 20px;
    }

    #sec_top .sidebar .banner_widget,
    #sec_top_bet .sidebar .banner_widget {
        display: flex;
        justify-content: space-between;
    }

    #sec_top .sidebar .banner_widget a + a,
    #sec_top_bet .sidebar .banner_widget a + a {
        margin-left: 10px;
        margin-top: 0;
    }

    .live_match .box_left .top {
        flex-direction: column;
    }

    .live_match .box_left .top .match_info {
        margin-bottom: 10px;
    }

    #bet_single .content_ctn .bet_single_main {
        width: calc(100% - 340px);
    }

    #bet_single .content_ctn .bet_single_sub {
        width: 320px;
    }

    .select_filter select {
        width: 190px;
    }

    .list_match .list li {
        width: 100%;
    }

    /* .list_match .list li:nth-child(n+2) {
      margin-top: 12px;
    } */
    .list_match .list li .box_match .info_match {
        padding: 0 5px;
    }

    .list_match .list li .box_match a.watch, .list_match .list li .box_match a.bet {
        width: 110px;
    }
}

@media (max-width: 1023px) {
    #main_content > .banner .four_cols > a {
        width: 100%;
    }

    #main_content > .banner .four_cols > a + a {
        margin-top: 2px !important;
    }

    #sec_news .list_news li {
        width: 100%;
    }

    #sec_news .list_news li + li,
    #sec_news .list_news li:nth-child(n+4) {
        margin-top: 20px;
    }

    .list_match .list li {
        padding: 10px;
    }

    .list_match .list li .box_02 .live {
        width: 70px;
        flex: 0 0 auto;
    }

    .list_match .list li .box_02 {
        width: 50%;
    }

    #sec_banner .list_banner li,
    #sec_banner .list_banner.col_2 li {
        width: 100%;
        text-align: center;
    }

    .banner_livescore .list_banner {
        flex-direction: column;
    }

    #sec_banner .list_banner li:nth-child(n+2),
    .banner_livescore .list_banner li:nth-child(n+2) {
        margin-top: 10px;
    }

    #bet_single .content_ctn .bet_single_main,
    #bet_single .content_ctn .bet_single_sub {
        width: 100%;
    }

    #bet_single .content_ctn {
        flex-direction: column;
    }

    #sec_about .tab_container .list_tab {
        width: 200px;
    }

    #sec_about .tab_container .content_tab {
        width: calc(100% - 200px);
    }

    #bet_single .content_ctn .bet_single_main {
        margin-bottom: 20px;
    }

    .menu_tab {
        overflow-x: scroll;
        margin-bottom: 20px;
        padding-bottom: 2px;
    }

    .menu_tab .list_tab {
        margin-bottom: 0;
    }

    .menu_tab::-webkit-scrollbar {
        width: 4px;
        height: 4px;
        border-radius: 5px;
    }

    .menu_tab::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    .menu_tab::-webkit-scrollbar-thumb {
        background-color: #202D4D;
    }

    .select_filter {
        position: static;
        margin-bottom: 20px;
    }

    .select_filter select {
        width: 100%;
    }

    #sec_top02 .list_tab {
        max-width: 100%;
        min-width: 500px;
    }

    #footer {
        padding: 45px 0 40px;
    }
}

@media (max-width: 991px) {
    .btn_contact a {
        width: 165px;
    }

    .table_top_bet table thead th:nth-child(3), .table_top_bet table tbody td:nth-child(3) {
        display: none;
    }

    .table_top_bet table tbody td .bet_now {
        margin-top: 10px;
    }

    .live_match {
        flex-direction: column;
    }

    .live_match .box_left,
    .live_match .box_right {
        width: 100%;
    }

    .live_match .box_left {
        margin-bottom: 12px;
    }

    #main_content > .banner.two_cols {
        margin: 0 0 20px;
    }

    #main_content > .banner.two_cols a:nth-child(1) {
        width: 100%;
    }

    .live_match .banner {
        margin-bottom: 12px;
    }

    .live_match .banner img {
        width: 100%;
    }

    .box_transfer {
        flex-wrap: wrap;
    }

    .box_highlight .highlight_item,
    .box_transfer .transfer_item {
        width: 100%;
    }

    .owl-carousel .owl-nav .owl-prev {
        left: 10px;
    }

    .owl-carousel .owl-nav .owl-next {
        right: 10px;
    }

    #sec_about .tab_container {
        flex-direction: column;
    }

    #sec_about .tab_container .list_tab,
    #sec_about .tab_container .content_tab {
        width: 100%;
    }

    #sec_about .tab_container .content_tab {
        padding: 15px;
    }

    #sec_about .tab_container .list_tab li.active a, #sec_about .tab_container .list_tab li a:hover {
        font-weight: bold;
    }

    #sec_about .tab_container .list_tab li a {
        padding: 16px 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header .nav_menu .menu li a {
        font-size: 14px;
        padding: 0 10px;
    }

    .bet_container .inner_box {
        width: 200px;
    }

    .bet_container .bet_detail .bet_item span {
        width: 30px;
    }

    .bet_container .club {
        width: calc(50% - 105px);
    }

    .table_top_bet table thead th:nth-child(4), .table_top_bet table tbody td:nth-child(4) {
        width: 120px;
        padding: 10px;
    }

    .table_top_bet table tbody td .bet_now, .table_top_bet table tbody td .bet_single {
        margin-left: 0;
    }

    .list_match .tab_container .list_tab li a {
        padding: 0 18px;
    }

    .live_match .box_left {
        margin-bottom: 20px;
    }

    .live_match .bet_link a + a {
        margin-left: 10px;
    }

    .live_match .bet_link {
        justify-content: flex-start;
    }

    .box_parameter .match_hot .box_middle {
        flex-direction: column;
        align-items: center;
    }

    .box_parameter .match_hot .parameter_detail {
        padding: 20px 0;
    }

    .box_parameter .match_hot .club:nth-child(1) {
        padding-bottom: 20px;
        border-bottom: 1px solid #fff;
    }

    .box_parameter .match_hot .club:nth-child(3) {
        padding-top: 20px;
        border-top: 1px solid #fff;
    }
}

@media (max-width: 767px) {
    .only_sp {
        display: block !important;
    }

    .only_pc {
        display: none !important;
    }

    header .header_ctn {
        padding: 0 5px;
        justify-content: space-between;
    }

    header #logo a img {
        width: 110px;
    }

    #slogan {
        border-bottom: none;
    }

    #sec_single .content_ctn {
        margin: 0 -15px;
        max-width: none;
        width: auto;
    }

    #sec_single .content_ctn .single_main {
        padding: 20px 15px;
    }

    #sec_news .list_news li .news_item {
        display: flex;
    }

    #main_content > .banner.tw_cols a + a {
        margin-top: 15px;
    }

    #main_content > .banner.tw_cols a {
        width: 100%;
    }

    .news_item .img {
        width: 154px;
        flex: 0 0 auto;
    }

    .news_item .txt {
        padding: 0;
        padding-left: 15px;
        display: flex;
        align-items: center;
    }

    .news_item .txt h4 {
        margin-bottom: 0;
    }

    .news_item .txt h4 a {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
    }

    .news_item .txt p,
    .news_item .txt .more_news {
        display: none;
    }

    .bet_container {
        padding: 20px 15px;
        margin: 0 -15px;
        border-radius: 0;
    }

    .bet_container .inner_box {
        width: 100%;
    }

    .bet_container .box_tournament {
        display: flex;
        justify-content: space-between;
    }

    .bet_container .box_tournament .box02 {
        padding-top: 15px;
    }

    .bet_container .box_tournament .club {
        width: calc(50% - 90px);
    }

    .bet_container .box_tournament .club img {
        height: 42px;
    }

    .bet_container .box_tournament .club .name {
        font-family: 'SF Pro Display';
        font-style: normal;
        font-weight: bold;
        font-size: 10px;
        line-height: 16px;
        text-align: center;
        color: #FFFFFF;
        margin-top: 2px;
    }

    .bet_container .bet_detail {
        margin-bottom: 15px;
    }

    #sec_single .content_ctn .single_main figure {
        margin: 0 -15px 20px;
    }

    .single_sub .list_post li .image {
        width: 155px;
    }

    .content_top_bet .sec_title {
        font-size: 16px;
        line-height: 24px;
        padding: 0;
        background-color: transparent;
        margin-bottom: 15px;
    }

    .select_tournament {
        margin-bottom: 15px;
    }

    .table_top_bet table {
        border-radius: 12px;
    }

    .table_top_bet table thead th:nth-child(4) {
        display: none;
    }

    .table_top_bet table tbody tr {
        position: relative;
    }

    .table_top_bet table tbody td {
        padding: 12px 0 12px;
    }

    .table_top_bet table tbody td:nth-child(1) {
        width: 65px;
    }

    .table_top_bet table tbody td:nth-child(4) {
        /* position: absolute;
        left: 0;
        bottom: 0;
        padding: 15px 15px 15px 65px;
        width: 100%; */
        display: none;
    }

    .match_hot .box_middle .club .img {
        margin: 0 auto;
        width: 80px;
        height: 80px;
        border: 4px solid rgba(129, 129, 150, 0.3);
    }

    .match_hot .box_middle .club .img img {
        max-width: 45px;
    }

    .match_hot .box_middle .club_host .club .name_club, .match_hot .box_middle .club_guest .club .name_club {
        font-family: 'SF Pro Display';
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 24px;
    }

    .list_match .list li {
        flex-direction: column;
        padding: 12px 15px;
    }

    .list_match .list li .box_01 {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 10px;
    }

    .list_match .list li .date {
        width: 150px;
    }

    .list_match .list li .box_02 {
        width: 100%;
    }

    .list_match .list li .box_02 .live {
        width: calc(100% - 188px);
    }

    .list_match .list li .box_02 .club {
        width: 45%;
    }

    .list_match .list li .box_03 .btn {
        margin: 0;
    }

    .list_match .list li .box_03 {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 12px;
    }

    .list_match .list li .box_03 .btn + .btn {
        margin-top: 0;
    }

    .live_match .bet_link a {
        width: 111px;
    }

    .video_match {
        height: auto;
    }

    .live_match .box_left .top {
        flex-direction: row;
        display: flex;
        justify-content: space-between;
    }

    .live_match .share a {
        padding: 5px 12px;
    }

    .live_match .strong_bet {
        width: 100%;
    }

    .bet_single_sub {
        margin-top: 20px;
    }

    .info_web {
        height: 56px;
        padding-left: 51px;
    }

    .info_web h4 {
        font-size: 12px;
    }

    #sec_comment .sec_content {
        margin: 0 -15px;
        border-radius: 0;
    }

    .slider .box_item .box_txt .club .name_club {
        font-size: 24px;
        line-height: 40px;
    }

    .slider .box_item .box_txt .club {
        margin-bottom: 15px;
    }

    .slider .box_item .box_txt .tournament {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .slider .box_item .box_txt .blv {
        font-size: 13px;
    }

    .slider .box_item .box_txt hr {
        margin: 11px auto 15px;
    }

    .slider .box_item .box_txt .time_match p {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .mobile-button {
        display: block;
        position: relative;
        width: 25px;
        height: 18px;
        float: right;
        margin: 19px 0 19px 20px;
        background-color: transparent;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .mobile-button:before,
    .mobile-button:after,
    .mobile-button span {
        background-color: #fff;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .mobile-button:before,
    .mobile-button:after {
        content: '';
        position: absolute;
        top: 0;
        height: 2px;
        width: 100%;
        right: 0;
        top: 50%;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    .mobile-button span {
        position: absolute;
        width: 100%;
        height: 2px;
        right: 0;
        top: 50%;
        overflow: hidden;
        text-indent: 200%;
    }

    .mobile-button:before {
        -webkit-transform: translate3d(0, -7px, 0);
        -moz-transform: translate3d(0, -7px, 0);
        transform: translate3d(0, -7px, 0);
    }

    .mobile-button:after {
        width: 100%;
        -webkit-transform: translate3d(0, 7px, 0);
        -moz-transform: translate3d(0, 7px, 0);
        transform: translate3d(0, 7px, 0);
    }

    .mobile-button.active span {
        opacity: 0;
    }

    .mobile-button.active:before {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -moz-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }

    .mobile-button.active:after {
        width: 100%;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }

    #nav_mobi {
        position: absolute;
        top: 56px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #020506;
        border-top: 1px solid #51B025;
        z-index: 99;
        overflow-y: scroll;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #nav_mobi nav {
        padding: 50px;
    }

    #nav_mobi ul li:nth-child(n+2) {
        margin-top: 50px;
    }

    #nav_mobi ul li a {
        font-family: 'Oswald';
        font-weight: normal;
        font-size: 15px;
        line-height: 24px;
        text-transform: uppercase;
        color: #AFB4BA;
        display: flex;
        align-items: center;
    }

    #nav_mobi ul li.active a,
    #nav_mobi ul li a:hover {
        color: #51B025;
    }

    #nav_mobi ul li a span {
        display: flex;
        margin-right: 30px;
    }

    #nav_mobi .banner_sp {
        padding: 15px;
    }

    #nav_mobi .banner_sp a {
        display: block;
    }

    #nav_mobi .banner_sp a + a {
        margin-top: 10px;
    }

    .banner_left,
    .banner_right,
    #page_title,
    .nav_menu {
        display: none;
    }

    #main_content {
        padding: 15px;
    }

    .sec_title {
        font-size: 16px;
    }

    #sec_top02 {
        padding: 30px 0 15px;
    }

    .list_match .list li .box_match .info_match {
        position: relative;
        width: calc(100% - 220px);
    }

    .list_match .list li .box_match .hot {
        min-width: 70px;
    }

    .list_match .list li .box_match .club {
        width: 110px;
    }

    .list_match .list li .box_match .club .name_club {
        font-size: 14px;
        line-height: 20px;
    }

    .list_match .list li .box_match .info_match .score {
        font-size: 30px;
        white-space: nowrap;
    }

    .list_match .list li .box_match a.watch, .list_match .list li .box_match a.bet {
        font-size: 12px;
        width: 106px;
    }

    .box_transfer .transfer_item a .txt {
        left: 10px;
        bottom: 10px;
    }

    .box_transfer .transfer_item:nth-child(n+2),
    .list_highlight li:nth-child(2),
    .list_highlight li:nth-child(3) {
        display: none;
    }

    .box_highlight .highlight_item {
        margin-top: 15px;
    }

    .box_highlight .highlight_item a .desc {
        padding: 10px 15px;
        background: none;
    }

    .box_highlight .highlight_item a .desc .line {
        width: 80px;
        height: 3px;
        margin-bottom: 15px;
    }

    .list_highlight li:nth-child(n+2) {
        margin-top: 15px;
    }

    .list_highlight li a .images .icon {
        left: 15px;
        bottom: 15px;
    }

    .list_highlight li a .txt {
        padding: 10px 0;
        background: none;
        font-size: 16px;
        line-height: 24px;
    }

    .list_highlight li:nth-child(n+4) {
        width: 100%;
    }

    .list_highlight li:nth-child(n+4) a {
        display: flex;
        align-items: center;
    }

    .list_highlight li:nth-child(n+4) a .images {
        width: 192px;
    }

    .list_highlight li:nth-child(n+4) a .txt {
        width: calc(100% - 192px);
        padding: 0 0 0 15px;
        font-size: 16px;
        line-height: 26px;
    }

    .more {
        display: block;
    }

    #bet_single {
        padding-bottom: 0;
    }

    #bet_single .content_ctn .content_single {
        padding: 20px 15px;
        margin: 0 -15px;
    }

    #bet_single .content_ctn .content_single figure {
        margin: 0 -15px 20px;
    }

    #bet_single .content_ctn .bet_single_sub .sec_title {
        margin: 0 -15px 15px;
    }

    .pagination .pagination_list {
        margin: 30px 0 15px;
    }

    #main_content > .banner {
        margin: 0 -15px 20px;
    }

    .match_hot {
        padding: 25px 30px 25px;
        margin-bottom: 20px;
    }

    #sec_about {
        margin-bottom: 15px;
    }

    #sec_about .box_about {
        height: 600px;
    }

    #footer .footer_ctn .title {
        font-size: 16px;
        line-height: 24px;
    }

    #footer .footer_ctn .sub_title {
        font-size: 14px;
        line-height: 24px;
    }

    #footer .footer_ctn .about_ft {
        font-size: 13px;
        line-height: 20px;
    }

    #footer .footer_ctn .copyright {
        font-family: 'Raleway';
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 20px;
        text-align: center;
        color: #FFFFFF;
        opacity: 0.5;
    }
}
