@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/Inter-Light.ttf) format('ttf')
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Inter-Regular.ttf) format('ttf')
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/Inter-Medium.ttf) format('ttf')
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/Inter-SemiBold.ttf) format('ttf')
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Inter-Bold.ttf) format('ttf')
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/Inter-ExtraBold.ttf) format('ttf')
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/Inter-Black.ttf) format('ttf')
}

@font-face {
    font-family: UTMHelvetIns;
    src: url(../fonts/UTMHelvetIns.ttf)
}

@font-face {
    font-family: SFProDisplay;
    src: url(../fonts/SFProDisplay-Black.ttf)
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
}
.nano {
    position: relative;
    width: 100%;
    overflow: hidden
}

.nano>.nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

.nano>.nano-content:focus {
    outline: thin dotted
}

.nano>.nano-content::-webkit-scrollbar {
    display: none
}

.has-scrollbar>.nano-content::-webkit-scrollbar {
    display: block
}

.nano>.nano-pane {
    background: rgba(0,0,0,.25);
    position: absolute;
    width: 5px;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    border-radius: 2.5px
}

.nano>.nano-pane>.nano-slider {
    background: #444;
    background: rgba(255,255,0,.5);
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 1.5px;
    -webkit-border-radius: 1.5px;
    border-radius: 1.5px
}

.nano-pane.active,.nano-pane.flashed,.nano:hover>.nano-pane {
    opacity: .99
}

.nano>.nano-content::-webkit-scrollbar {
    width: 0
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

* {
    margin: 0;
    padding: 0
}

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

html {
    height: 100%;
    font-size: 62.5%
}

body {
    position: relative;
    min-width: 320px;
    min-height: 100%;
    line-height: 1.4;
    background: #1c1e22
}

body * {
    padding: 0;
    margin: 0
}

body,td,th {
    line-height: 1.4;
    color: #efefef;
    font-family: Inter,sans-serif;
    font-size: 1.4rem
}

td,th {
    vertical-align: baseline
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto
}

li {
    list-style: none
}

a {
    cursor: pointer;
    color: #efefef;
    text-decoration: underline
}

a:hover {
    color: #fff;
    text-decoration: none
}

.clearfix:after,.clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

::selection {
    background: #a8d1ff;
    text-shadow: none
}

::-moz-selection {
    background: #a8d1ff;
    text-shadow: none
}

.boxlink {
    cursor: pointer
}

.container {
    max-width: 1415px;
    padding-left: 10px;
    padding-right: 10px
}

.header {
    background: url(../images/bg-header.webp) bottom center no-repeat;
    background-size: cover;
    padding-top: 2.2rem;
    padding-bottom: 6.5rem;
    z-index: 1;
}

.header .container {
    max-width: 1450px
}

.bh1 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 7.8rem;
    padding-bottom: 1.5rem;
    font-family: UTMHelvetIns,sans-serif
}

.liverank_ttl {
    color: #ffe400;
    text-transform: uppercase;
    font-size: 4rem;
    font-weight: 700;
    display: inline-block;
    background: url(../images/icon-live.svg) right top no-repeat;
    background-size: auto 80%;
    padding: 0 50px;
    font-family: SFProDisplay,sans-serif;
    margin-bottom: 1.4rem
}

.liverank_lst-wrap {
    position: relative
}

.liverank_slide {
    padding: 10px 20px;
    width: 477px
}

.liverank_lst_box {
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.7);
    background: #fffae7;
    color: #161616;
    padding-top: 10px
}

.liverank_league {
    display: inline-block;
    font-size: 1.6rem;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    padding: 5px 0 0 35px
}

.liverank_match {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: linear-gradient(to bottom,#fffae7 0,#ffea89 100%);
    padding: 8px 10px 12px
}

.liverank_match_info {
    width: 26%
}

.liverank_match_away,.liverank_match_home {
    display: flex;
    align-items: center;
    width: 37%;
    padding-top: 5px
}

.liverank_match_home {
    justify-content: flex-end
}

.liverank_match_lg {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    overflow: hidden;
    border-radius: 100%;
    background: url(../images/bg-team.png) center no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.liverank_match_lg span {
    display: inline-block;
    width: 80%;
    height: 80%;
    border-radius: 100%;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat
}

.liverank_match_name {
    font-size: 1.4rem;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-line-clamp: 1
}

.liverank_match_home .liverank_match_name {
    padding-right: 6%
}

.liverank_match_away .liverank_match_name {
    padding-left: 6%
}

.liverank_match_info {
    padding-top: 10px
}

.liverank_match_time {
    color: #008aff;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1
}

.liverank_lst-wrap .slick-arrow {
    position: absolute;
    font-size: 0;
    padding: 0;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    border: none;
    outline: 0
}

.slick-prev {
    background-image: url(../images/icon-left.svg);
    right: 100%
}

.slick-next {
    background-image: url(../images/icon-right.svg);
    left: 100%
}

.liverank_point {
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.liverank_btn {
    width: 30%
}

.liverank_away,.liverank_home {
    padding: 8px 10px 15px;
    width: 35%
}

.liverank_btn_txt {
    display: inline-block;
    background: red;
    color: #fff;
    background: url(../images/btn-live.png) top center no-repeat;
    background-size: 100% 100%;
    padding: 6px;
    width: 100%;
    cursor: pointer
}

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

.liverank_point_lst li {
    line-height: 2.1;
    width: 30%
}

.liverank_home .liverank_lbl {
    text-align: left;
    padding-left: 5%
}

.liverank_away .liverank_lbl {
    text-align: right;
    padding-right: 5%
}

.topwatch {
    background: url(../images/bg2.jpg) 50% 4.5rem no-repeat;
    background-size: cover
}

.topwatch_top {
    background: linear-gradient(to bottom,#004706 0,#004706 15%,#298a32 100%);
    border-radius: 10px;
    padding: 8px 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-top: -4.5rem */
}

.topwatch_sc a {
    display: inline-block;
    width: 63px;
    height: 63px;
    border-radius: 100%;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 26px
}

.topwatch_sc a.fb {
    background-image: url(../images/icon-fb.png)
}

.topwatch_sc a.tl {
    background-image: url(../images/icon-tele.png)
}

.topwatch_sc a.ins {
    background-image: url(../images/icon-ins.png)
}

.topwatch_ttl {
    color: #ffe508;
    text-transform: uppercase;
    font-size: 2.8rem
}

.topwatch_lbl {
    font-size: 2.1rem
}

.topwatch_lst {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 6.8rem 0 13rem
}

.topwatch_lst_box {
    text-align: center;
    background: url(../images/bg-viewlive.png) top center no-repeat;
    background-size: 100% 100%;
    width: 16.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3.8rem 2.5rem 1.5rem;
    border: 2px solid #206f61;
    border-radius: 20px
}

.topwatch_lst_box.nb1 {
    background: url(../images/icon-number1.png) 6% 0 no-repeat,url(../images/bg-viewlive2.png) top center no-repeat;
    background-size: 16% auto,100% 100%;
    min-width: 20%;
    margin: -4rem 0 -7rem;
    border: 2px solid #ffc64b
}

.topwatch_lst_lg {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center
}

.topwatch_lst_btn {
    padding-top: 2rem
}

.topwatch_lst_btn a {
    background: url(../images/btn-viewlive.png) top center no-repeat;
    background-size: 100% 100%;
    color: #10bf8a;
    padding: 10px;
    font-weight: 700;
    display: block;
    text-decoration: none
}

.topwatch_lst_btn a:focus,.topwatch_lst_btn a:hover {
    background: url(../images/btn-viewlive-active.png) top center no-repeat;
    background-size: 100% 100%
}

.topwatch_lst_box.nb1 .topwatch_lst_btn a {
    background: #ffec00;
    color: #ff4a05;
    border-radius: 6px;
    font-size: 1.8rem
}

.watchtoday {
    background: url(../images/bg3.jpg) top center no-repeat;
    background-size: cover;
    padding: 3.5rem 0
}

.cmn_ttl {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 2.5rem;
    border-bottom: 4px solid #00b00f;
    background: linear-gradient(to bottom,rgba(18,186,127,0) 0,rgba(18,186,127,.4) 100%);
    padding: 0 10px 4px 35px;
    position: relative
}

.cmn_ttl::before {
    content: "";
    width: 15px;
    height: 100%;
    position: absolute;
    left: 10px;
    top: 40%;
    transform: translateY(-50%);
    display: inline-block;
    background: url(../images/icon-ttl.png) left center no-repeat;
    background-size: contain
}

.watchtoday_lst {
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
    padding-top: 4rem;
    padding-bottom: 6rem
}

.watchtoday_lst .liverank_slide {
    width: 424px;
    padding: 10px
}

.watchtoday_lst .liverank_lst_box {
    background: url(../images/bg-boxlive.png) top center no-repeat;
    background-size: 100% 100%;
    padding: 0 0 16px;
    color: #fff;
    border-radius: 0
}

.watchtoday_lst .liverank_match {
    background: 0 0;
    padding: 8px 20px 0
}

.watchtoday_lst .liverank_league {
    color: #fff;
    padding: 10px 0 10px 35px;
    background-size: auto 66%
}

.watchtoday_lst .liverank_match_away,.watchtoday_lst .liverank_match_home {
    flex-direction: column;
    padding: 4.2rem 0 2.4rem;
    justify-content: center
}

.watchtoday_lst .liverank_match_lg {
    margin-bottom: 5px
}

.watchtoday_lst .liverank_match_name {
    padding: 0;
    line-height: 1;
    min-height: 28px
}

.watchtoday_lst .liverank_match_info {
    padding-top: 1.8rem
}

.watchtoday_lst .liverank_match_info .liverank_match_time {
    color: #ffd800;
    line-height: 1.1
}

.watchtoday_lst .liverank_match_info .liverank_match_live {
    font-size: 1.6rem
}

.watchtoday_lst_btn span {
    display: inline-block;
    background: url(../images/btn-live2.png) top center no-repeat;
    background-size: 100% 100%;
    padding: 5px;
    cursor: pointer;
    width: 44%;
    font-size: 1.6rem;
    font-weight: 600
}

.content {
    background: #151517;
    padding-bottom: 5rem
}

.content_wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative
}

.content_table {
    /* width: 41.5%; */
    background: #1c1e22;
    border-radius: 20px;
    overflow: hidden;
    margin-top: -2rem;
    padding-top: 2rem
}

.content_head li a {
    padding: 18px 10px 18px 58px;
    border-bottom: 2px solid #24262b;
    color: #7c7c7c;
    text-decoration: none;
    font-size: 1.6rem;
    display: block;
    position: relative
}

.content_head li a.active,.content_head li a:hover {
    font-weight: 700;
    color: #fada46;
    background: #2d3035
}

.content_head li a::before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-image: url(../images/icon-listnav.png);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.content_head li a.active::before,.content_head li a:hover::before {
    background-image: url(../images/icon-listnav-active.png)
}

.content_box {
    position: relative;
    padding-top: 1rem;
    /* width: 54% */
    height: 100%;
}

.content_box.nano>.nano-content {
    padding-top: 2rem;
    padding-right: 15px
}

.content_box h3 {
    font-weight: 700;
    color: #fada46;
    font-size: 1.9rem
}

.content_box p {
    margin-bottom: 22px;
    line-height: 1.8;
    text-align: justify
}

.content_box .aligncenter {
    display: block;
    margin: 0 auto
}

.content_box .alignleft {
    display: block;
    margin: 0 auto 0 0
}

.content_box .alignright {
    display: block;
    margin: 0 0 0 auto
}

.footer {
    padding-top: 4.2rem;
    padding-bottom: 5rem
}

.footer .ft_ttl {
    font-size: 1.6rem;
    padding-bottom: 2rem
}

.footer p {
    line-height: 1.6;
    margin-bottom: 3rem
}

.footer a {
    text-decoration: none;
    font-size: 1.6rem;
    margin-bottom: 1.3rem;
    display: block
}

.ft-icon {
    width: 32px;
    height: 32px;
    display: inline-block;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    border-radius: 100%
}

.ft-tele {
    background-image: url(../images/icon-tele-ft.png)
}

.ft-yb {
    background-image: url(../images/icon-yb-ft.png)
}

.ft-fb {
    background-image: url(../images/icon-fb-ft.png)
}

.ft-tw {
    background-image: url(../images/twitter.webp)
}

.ft-lk {
    background-image: url(../images/linkedin.webp)
}

.ft-pin {
    background-image: url(../images/pinterest.webp)
}

.ft-red {
    background-image: url(../images/reddit.webp)
}

.copyright {
    font-size: 1.2rem;
    color: #8697a2
}

.btnmore {
    max-width: 300px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    background: #012c22;
    border: 1px solid #4d992a;
    border-radius: 10px;
    font-size: 1.6rem;
    padding: 10px;
    width: 100%;
    margin: 3rem auto 0;
    cursor: pointer
}

.btnmore::before {
    content: "Xem Thêm"
}

.btnmore.active::before {
    content: "Thu Gọn"
}

.navbar_tbl,.topageup {
    display: none
}

.navbar_tbl {
    width: 40px;
    height: 40px;
    background: url(../images/bars-solid.svg) center no-repeat;
    background-size: 70%;
    background-color: #ccc;
    outline: 0;
    position: absolute;
    top: 40%;
    right: 0;
    z-index: 2
}

.point_cl1 {
    color: #0da62d
}

.point_cl2 {
    color: #484848
}

.point_cl3 {
    color: red
}

@media (max-height: 850px) {
    .header {
        padding-top:1.5rem
    }

    .bh1 {
        font-size: 6rem
    }

    .liverank_ttl {
        font-size: 3.5rem;
        margin-bottom: 1rem
    }

    .topwatch_sc a {
        width: 45px;
        height: 45px;
        margin-left: 10px
    }

    .topwatch_ttl {
        font-size: 2rem
    }

    .topwatch_lbl {
        font-size: 1.6rem
    }

    .topwatch_lst {
        padding: 3.5rem 0 6rem
    }

    .topwatch_lst_box.nb1 {
        margin: -2rem 0 -4rem
    }
}

@media (max-height: 750px) and (min-width:1200px) {
    .header {
        padding-bottom:5rem;
        padding-top: 1rem
    }

    .topwatch_lst_box {
        padding: 1rem 2.5rem 1rem
    }

    .header .bh1 {
        font-size: 5rem
    }

    .header .liverank_ttl {
        font-size: 3rem;
        margin-bottom: .5rem
    }

    .liverank_away,.liverank_home {
        padding-bottom: 0
    }

    .topwatch_lst_btn {
        padding-top: 1rem
    }

    .liverank_match {
        padding-bottom: 5px
    }
}

@media (max-width: 1500px) {
    .header .container {
        max-width:1350px
    }

    .liverank_slide {
        padding: 10px;
        width: 442px
    }
}

@media (max-width: 1360px) {
    .header .container {
        max-width:1200px
    }

    .bh1 {
        font-size: 7rem
    }

    .liverank_btn_txt {
        font-size: 1.2rem
    }

    .liverank_slide {
        width: 394px
    }
}

@media (max-width: 1300px) {
    .header .container {
        max-width:1160px
    }

    .bh1 {
        font-size: 6rem
    }

    .topwatch_ttl {
        font-size: 2.5rem
    }

    .topwatch_lbl {
        font-size: 1.9rem
    }

    .watchtoday_lst {
        max-width: 1100px
    }
}

@media (max-width: 1200px) {
    .liverank_lst-wrap {
        max-width:95%;
        margin: 0 auto
    }

    .liverank_league,.liverank_match_name {
        font-size: 1.4rem
    }

    .liverank_match_time {
        font-size: 2.5rem
    }

    .liverank_point {
        font-size: 1.2rem
    }

    .liverank_btn_txt {
        font-size: 1.1rem
    }

    .liverank_btn {
        width: 26%
    }

    .liverank_away {
        padding: 8px 10px 15px 0;
        width: 37%
    }

    .liverank_home {
        padding: 8px 0 15px 10px;
        width: 37%
    }

    .liverank_match_info {
        width: 20%
    }

    .watchtoday_lst .liverank_match_info {
        width: 26%
    }

    .liverank_match_away,.liverank_match_home {
        width: 40%
    }

    .watchtoday_lst .liverank_match_away,.watchtoday_lst .liverank_match_home {
        width: 37%;
        padding-top: 2.2rem
    }

    .cmn_ttl {
        font-size: 2rem
    }

    .content_head li a {
        font-size: 1.4rem
    }

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

    .navft li {
        width: 49%
    }

    .topwatch_lst_box {
        width: 19%
    }

    .topwatch_lst_btn a {
        font-size: 1.3rem
    }

    .topwatch_lst_box.nb1 .topwatch_lst_btn a {
        font-size: 1.6rem
    }
}

@media (max-width: 1025px) {
    .liverank_slide {
        width:380px
    }

    .watchtoday_lst .liverank_slide {
        width: 368px
    }

    .topwatch_ttl {
        font-size: 2rem
    }

    .topwatch_lbl {
        font-size: 1.6rem
    }

    .content_table {
        width: 38%
    }

    .content_box {
        width: 59%
    }

    .slick-prev {
        right: 102%
    }

    .slick-next {
        left: 102%
    }
}

@media (max-width: 911px) {
    .bh1 {
        font-size:5rem
    }

    .liverank_ttl {
        font-size: 3.5rem
    }

    .liverank_lst-wrap {
        max-width: 88%
    }

    .topwatch {
        background-position: top center
    }

    .topwatch_top {
        background: 0 0;
        margin-top: 0;
        flex-direction: column;
        padding: 2rem 0
    }

    .topwatch_info {
        padding-bottom: 10px;
        width: 100%;
        text-align: center
    }

    .topwatch_sc {
        width: 100%;
        text-align: center
    }

    .topwatch_lst {
        flex-wrap: wrap;
        padding-top: 1rem;
        padding-bottom: 3rem
    }

    .topwatch_lst_box {
        padding: 3.8rem 1rem 1.5rem;
        width: 24%
    }

    .topwatch_lst_box.nb1 {
        margin: 0 0 2rem;
        width: 100%;
        background-size: 50px auto,100% 100%;
        flex-direction: row;
        align-items: center;
        padding: 1.5rem 3rem 1.5rem
    }

    .topwatch_lst_box.nb1 .topwatch_lst_lg {
        width: 49%
    }

    .topwatch_lst_box.nb1 .topwatch_lst_btn {
        padding: 0;
        width: 49%
    }

    .watchtoday_lst {
        padding-bottom: 0
    }

    .content_table {
        display: none;
        width: calc(100% + 20px);
        position: absolute;
        right: -10px;
        margin: 0;
        z-index: 1;
        max-height: 86%;
        overflow: hidden;
        overflow-y: scroll;
        top: 2rem
    }

    .content_table.active {
        display: block
    }

    .content_table.show {
        position: fixed;
        right: 5px;
        width: 100%;
        left: 0
    }

    .content_box {
        height: 500px;
        width: 100%
    }

    .content_wrap {
        flex-wrap: wrap
    }

    .navbar_tbl {
        display: block
    }

    .navbar_tbl.active {
        top: 35vh
    }

    .navbar_tbl.show {
        position: fixed;
        right: 15px
    }

    .navbar_tbl.fixedtbl {
        top: 3%
    }

    .content_box.nano>.nano-content {
        padding-right: 0
    }

    .content_wrap .showfullcontent {
        height: 100%
    }

    .content_wrap .showfullcontent .nano-content {
        position: unset;
        overflow: auto
    }

    .content_wrap .showfullcontent .nano-pane {
        display: none
    }

    .topageup {
        width: 40px;
        height: 40px;
        display: inline-block;
        background: url(../images/chevron-up-solid.svg) center no-repeat;
        background-size: 60%;
        border-radius: 100%;
        background-color: #ccc;
        position: fixed;
        right: 10px;
        bottom: 2%;
        z-index: 3
    }
}

@media (max-width: 767px) {
    .bh1 {
        font-size:4rem
    }

    .liverank_ttl {
        font-size: 3rem
    }

    .topwatch_lst_box {
        margin-bottom: 2rem;
        width: 49%
    }
}

@media (max-width: 575px) {
    .header {
        padding-bottom:2rem
    }

    .bh1 {
        font-size: 6.5vw
    }

    .liverank_ttl {
        padding-left: 0;
        font-size: 5vw;
        padding-right: 30px
    }

    .liverank_slide {
        width: 86vw
    }

    .watchtoday_lst .liverank_slide {
        width: 86vw
    }

    .liverank_lst_box {
        box-shadow: 0 0 5px 0 rgba(0,0,0,.7)
    }

    .liverank_match_away,.liverank_match_home {
        width: 36%
    }

    .liverank_match_info {
        width: 28%;
        padding-top: 0
    }

    .liverank_match_lg {
        width: 30px;
        height: 30px;
        min-width: 30px;
        min-height: 30px
    }

    .liverank_league,.liverank_match_name {
        font-size: 1.2rem
    }

    .liverank_match_live {
        font-size: 1.1rem
    }

    .liverank_match_time {
        font-size: 2.2rem
    }

    .liverank_btn_txt {
        font-size: 1rem
    }

    .liverank_lst-wrap .slick-arrow {
        width: 20px;
        height: 20px
    }

    .topwatch {
        background: #151517
    }

    .topwatch_top {
        padding-bottom: 1rem
    }

    .topwatch_ttl {
        font-size: 4vw
    }

    .topwatch_lbl {
        font-size: 3vw
    }

    .topwatch_sc a {
        width: 34px;
        height: 34px;
        margin: 0 5px;
        background-size: 100% auto
    }

    .topwatch_lst_box.nb1 {
        background-size: 34px auto,100% 100%;
        padding: 1.5rem 2rem;
        justify-content: space-around
    }

    .topwatch_lst_box.nb1 .topwatch_lst_btn,.topwatch_lst_box.nb1 .topwatch_lst_lg {
        width: 48%
    }

    .topwatch_lst_box.nb1 .topwatch_lst_btn {
        padding-left: 3%
    }

    .topwatch_lst_box.nb1 .topwatch_lst_lg {
        padding-right: 3%
    }

    .topwatch_lst_box.nb1 .topwatch_lst_btn a {
        font-size: 1.4rem
    }

    .topwatch_lst_box {
        width: 48%;
        margin-bottom: 4%
    }

    .watchtoday {
        background: #151517
    }

    .cmn_ttl {
        font-size: 4vw;
        padding: 0 10px 4px 25px
    }

    .cmn_ttl::before {
        width: 10px;
        left: 5px
    }

    .watchtoday_lst .liverank_match_info .liverank_match_live {
        font-size: 1.3rem
    }

    .content_box {
        height: 400px
    }

    .footer h2 {
        font-size: 3.5vw
    }

    .footer a,.footer p {
        font-size: 2.5vw
    }

    .footer a {
        margin-bottom: 1rem
    }

    .copyright {
        font-size: 2.4vw;
        text-align: center
    }
}
html, .nano-content, .content-scroll {
    scroll-behavior: smooth;
}
img.size-full.alignnone, .col {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.col-inner ol li, .col-inner ul li, .entry-content ol li, .entry-content ul li, .entry-summary ol li, .entry-summary ul li {
    margin-left: 0;
}