body {
    margin: 0;
    padding: 0;
}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #080708;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.inner {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

#wrapper {
    background-color: #0f1327;
    overflow: hidden;
    font-weight: 400;
    color: #fff;
    line-height: 1.3;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*background-image: url("../images/bg.png");*/
    background-size: 100%;
}

/* header */
#header .header-top {
    background-color: #192135;
}

#header .header-top-inner {
    height: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header .header-top .header-logo {
    max-width: 458px;
}

#header .header-top .header-top-btn {
    display: flex;
    gap: 0 20px;
}

#header .header-top .header-top-btn .btn {
    border-radius: 5px;
    height: 44px;
    color: #fff;
    font-weight: 700;
    background: linear-gradient(90deg, #c80a2c, #e90a0a);
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 6px;
    padding: 0 17px;
}

#header .header-top .header-top-btn .btn .text-big {
    font-weight: 900;
}

#header .header-top .header-top-btn .btn.cup-btn {
    background: linear-gradient(90deg, #fed30a, #ef8901);
    color: #0f1327;
}

#header .header-bottom {
    background-color: #060A1F;
    border-bottom: 1px solid #2C395B;
}

#header .header-bottom .header-menu {
    display: flex;
    list-style: none;
    justify-content: center;
}

#header .header-bottom .header-menu .menu-item {
    width: 100%;
}

#header .header-bottom .header-menu .menu-link {
    height: 60px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    border-bottom: 3px solid transparent;
}

#header .header-bottom .header-menu .menu-item.active .menu-link,
#header .header-bottom .header-menu .menu-item:hover .menu-link {
    color: #fff;
    border-bottom-color: #B226B3;
    background: linear-gradient(180deg, transparent, rgba(206, 40, 182, 0.5));
}

#header .btn-menu,
#header .close-menu {
    display: none;
}

/* main */
#main {
    padding-top: 30px;
}

/* intro */
.bl-intro {
    padding-bottom: 30px;
}

.bl-intro .box {
    border-radius: 10px;
    background: linear-gradient(-90deg, #b226b3, #4f1957);
    display: flex;
    justify-content: space-between;
    padding: 0 35px;
    align-items: center;
}

.bl-intro .box::before {
    content: "";
    background-image: url("../images/line.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 100%;
    width: 280px;
    display: block;
    position: absolute;
    top: 0;
    right: 17px;
}

.bl-intro .box .box-text {
    flex-shrink: 0;
    width: 75%;
}

.bl-intro .box .box-text .title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.bl-intro .box .box-text .text {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.06px;
}

.bl-intro .box .box-text .text+.text {
    margin-top: 17px;
}

.bl-intro .box .box-text .text span {
    font-weight: 600;
}

.bl-intro .box .box-img {
    max-width: 191px;
    margin-top: -19px;
}

/* video */
.bl-video {
    padding-bottom: 30px;
}

.bl-video .btn-video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110px;
    aspect-ratio: 1/1;
    font-size: 0;
}

.bl-video .btn-video svg {
    width: 100%;
    height: auto;
}

/* match */
.bl-match .links {
    display: flex;
    gap: 0 26px;
}

.bl-match .links .link-box {
    background: linear-gradient(-90deg, #b226b3, #4f1957);
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 0 0;
}

.bl-match .links .link-box .text {
    font-size: 37px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}

.bl-match .links .link-box .link-link {
    font-size: 16px;
    color: #FFCD1E;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 115px;
    border-radius: 5px;
    margin: 0 auto;
    background-color: #F20000;
    height: 44px;
}

.bl-match .links .link-box .link-img {
    flex-shrink: 0;
    width: 40%;
}

.bl-match .links .link-box .link-img .img {
    max-width: 177px;
    margin: 0 auto;
}

.bl-match .tabs {
    margin-bottom: 20px;
}

.bl-match .tabs .match-row {
    display: flex;
    gap: 20px 26px;
    flex-wrap: wrap;
}

.bl-match .tabs .match-row>.col {
    width: calc(50% - 13px);
    border: 1px solid #4B5C81;
    border-radius: 10px;
    overflow: hidden;
    background-color: #131A2A;
}

.bl-match .tabs .match-row .col .title {
    border-bottom: 1px solid #4B5C81;
    height: 44px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 0 7px;
}

.bl-match .tabs .match-row .col .title .brand {
    width: 22px;
    aspect-ratio: 1/1;
}

.bl-match .tabs .match-row .col .title .text {
    font-size: 14px;
    
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.bl-match .tabs .match-row .col .match-team-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0 5px;
}

.bl-match .tabs .match-row .col-team .logo-team {
    border-radius: 10px;
    width: 84px;
    aspect-ratio: 1/1;
    background-color: #202A44;
    margin: 0 auto;
    text-align: center;
    padding: 14px;
    margin-bottom: 15px;
}
.bl-match .tabs .match-row .col-team .logo-team img{
    max-height: 55px;
}

.bl-match .tabs .match-row .col-team .name {
    font-size: 16px;
    
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.bl-match .tabs .match-team {
    padding: 15px;
}

.bl-match .tabs .match-team-row {
    margin-bottom: 15px;
}

.bl-match .tabs .match-row .col-team {
    width: calc(100% / 3);
}

.bl-match .tabs .match-row .col-team .date {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    
    color: #fff;
    font-weight: 700;
    height: 23px;
    max-width: 81px;
    margin: 0 auto;
    background-color: #F20000;
    margin-bottom: 7px;
}

.bl-match .tabs .match-row .col-team .time {
    font-size: 30px;
    
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-bottom: 5px;
}

.bl-match .tabs .match-row .col-team .link-view a{
    color: #2EEF0F;
}
.bl-match .tabs .match-row .col-team .link-view {
    font-size: 14px;
    
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.bl-match .tabs .match-row .col-team .link-btn {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: #148C00;
    text-align: center;
    line-height: 25px;
    padding: 5px 0px;
    max-width: 129px;
    display: block;
    margin: 0 auto;
}

.bl-match .tabs .match-row .link-btn.is-live {
    background-color: #6816A8;
}

.bl-match .tabs .commentor {
    display: flex;
    gap: 0 30px;
    align-items: center;
    justify-content: center;
}

.bl-match .tabs .commentor .text a{
    font-size: 13px;
    font-weight: 400;
    color: #FFB800;
}
.bl-match .tabs .commentor .text {
    
}

.bl-match .tabs .commentor .text::before {
    content: '';
    height: 16px;
    border-left: 2px solid #FFB800;
    display: block;
    position: absolute;
    top: 0;
    left: -15px;
}

.bl-match .tabs .commentor .text:first-child:before {
    display: none;
}

/* info */
.bl-info {
    padding-top: 30px;
    padding-bottom: 30px;
}

.bl-info .box {
    border: 1px solid #4b5c81;
    border-radius: 10px;
    overflow: hidden;
    background-color: #131a2a;
}

.bl-info .box .box-title {
    min-height: 60px;
    background-color: #1c2c50;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #4b5c81;
}

.bl-info .box .box-title .title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.bl-info .box .box-content {
    padding: 30px 35px 15px 35px;
    height: 450px;
    overflow-y: scroll;
}

.bl-info .box .box-content::-webkit-scrollbar {
    width: 7px;
}

.bl-info .box .box-content::-webkit-scrollbar-thumb {
    background: #f1f1f1;
}

.bl-info .box .box-content .text {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
}

/* footer */
#footer {
    padding-top: 35px;
    background-color: #0f1327;
}

#footer .footer-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
    gap: 0 10px;
}

#footer .footer-top .footer-logo {
    max-width: 358px;
}

#footer .footer-top .socials {
    display: flex;
    gap: 0 23px;
    flex-shrink: 0;
    width: 237px;
}

#footer .footer-top .socials .social-link {
    border-radius: 99px;
    width: 42px;
    height: 42px;
    background-color: #7d26c3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

#footer .footer-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 10px;
}

#footer .footer-info .info-text .text {
    font-size: 14px;
}

#footer .footer-info .info-text .text+.text {
    margin-bottom: 17px;
}

#footer .footer-info .info-img {
    flex-shrink: 0;
    width: 237px;
}

#footer .footer-info .info-img .img {
    max-width: 101px;
    margin: 0 auto;
}

#footer .footer-menu {
    border-top: 1px solid #4b5c81;
    border-bottom: 1px solid #4b5c81;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 30px;
}

#footer .footer-menu .link-item {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: block;
}

#footer .footer-menu .link-item::before {
    content: "";
    height: 20px;
    border-left: 2px solid #fff;
    position: absolute;
    left: -15px;
}

#footer .footer-menu .link-item:first-child:before {
    display: none;
}

#footer .copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    gap: 0 30px;
}

#footer .copyright .text {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
}

#footer .copyright .links {
    display: flex;
    gap: 0 30px;
    justify-content: center;
}

#footer .copyright .links .text::before {
    content: "";
    height: 20px;
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    left: -15px;
}

/* breadcrumb */
.breadcrumb .breadcrumb-inner {
    height: 60px;
    padding: 0 27px;
    display: flex;
    align-items: center;
}

.breadcrumb .breadcrumb-inner .text {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.breadcrumb .breadcrumb-inner .text a {
    color: #b226b3;
}

.breadcrumb .breadcrumb-inner .text .space {
    padding: 0 6px;
}

/* single */
.single-content .box {
    border-radius: 10px;
    border: 1px solid #4b5c81;
    padding: 13px 27px 6px 27px;
    background-color: #131a2a;
}

.single-content .single-name {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 7px;
}

.single-content .single-info {
    margin-bottom: 15px;
}

.single-content .single-info .text {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
}

.single-content .single-info .text .time {
    color: #fff;
}

.single-content .single-info .text .tag,
.single-content .single-info .text .author {
    font-weight: 700;
    color: #b226b3;
}

.single-content .single-info .text .space {
    padding: 0 8px;
}

.single-content .desc .text {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 13px;
}

.single-relate {
    padding: 30px 0;
}

.single-relate .box {
    border: 1px solid #4b5c81;
    border-radius: 10px;
    overflow: hidden;
    background-color: #131a2a;
}

.single-relate .box .box-title {
    min-height: 60px;
    background-color: #1c2c50;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #4b5c81;
}

.single-relate .box .box-title .text {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.single-relate .box .box-posts {
    padding: 26px 26px 21px 26px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 26px;
}

.single-relate .box .box-posts .post {
    width: calc((100% / 5) - 21px);
}

.single-relate .box .box-posts .post .post-name {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding-top: 9px;
}

/* category */
.bl-category .category-inner {
    display: flex;
    gap: 0 20px;
    align-items: flex-start;
}

.bl-category .category-inner .main-cat,
.bl-category .category-inner .side-cat {
    border: 1px solid #4b5c81;
    border-radius: 10px;
    overflow: hidden;
}

.bl-category .category-inner .main-cat {
    padding: 28px 27px;
    background-color: #131a2a;
}

.bl-category .main-cat .post-item {
    display: flex;
    gap: 0 26px;
    align-items: center;
    margin-bottom: 40px;
}

.bl-category .main-cat .post-item::before {
    content: "";
    width: 100%;
    border-top: 1px solid #4b5c81;
    left: 0;
    bottom: -20px;
    position: absolute;
    display: block;
}

.bl-category .main-cat .post-item .post-img {
    flex-shrink: 0;
    width: 34%;
    aspect-ratio: 1.6;
    border-radius: 5px;
    overflow: hidden;
}

.bl-category .main-cat .post-item .name a, .bl-category .side-cat .tab-content .post-item .post-text .name a{
    color: #fff;
}
.bl-category .main-cat .post-item .name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 7px;
}

.bl-category .main-cat .post-item .desc {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 6px;
}

.bl-category .main-cat .post-item .time {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}

.pag-dis {
    display: none !important;
}

.bl-category .pagination-container {
    display: flex;
    gap: 0 11px;
    justify-content: center;
    padding-top: 10px;
}

.bl-category .pagination-container span,
.bl-category .pagination-container a {
    display: flex;
    width: 33px;
    aspect-ratio: 1/1;
    border-radius: 5px;
    background: linear-gradient(180deg, #696969, #3b3b3b);
    border: 1px solid #696969;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    align-items: center;
    justify-content: center;
}

.bl-category .pagination-container span:hover,
.bl-category .pagination-container a:hover {
    background: linear-gradient(180deg, #b226b3, #4f1957);
    border-color: #b226b3;
}

.bl-category .pagination {
    list-style: none;
    display: flex;
    gap: 0 11px;
}

.bl-category .side-cat {
    flex-shrink: 0;
    width: 33%;
    padding: 20px;
    background-color: #131a2a;
}

#tabs-nav {
    display: flex;
    gap: 0 10px;
    list-style: none;
    width: 100%;
    margin-bottom: 30px;
    justify-content: center;
}

.bl-category #tabs-nav {
    margin-bottom: 20px;
}

#tabs-nav .tab-item {
    width: 100%;
    max-width: 165px;
}

#tabs-nav a {
    height: 44px;
    background: linear-gradient(180deg, #696969, #3b3b3b);
    border: 1px solid #696969;
    border-radius: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #fff;
    font-weight: 700;
}

#tabs-nav .tab-item.active a {
    background: linear-gradient(180deg, #b226b3, #4f1957);
    border-color: #b226b3;
}

.bl-category .side-cat .tab-content .post-item {
    display: flex;
    align-items: center;
    gap: 0 15px;
    margin-bottom: 20px;
}

.bl-category .side-cat .tab-content .post-item .post-img {
    border-radius: 5px;
    overflow: hidden;
    flex-shrink: 0;
    width: 34%;
    aspect-ratio: 1.6;
}

.bl-category .side-cat .tab-content .post-item .post-text .name {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 6px;
}

.bl-category .side-cat .tab-content .post-item .post-text .time {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}

@media only screen and (max-width: 1023px) {
    .single-relate .box .box-posts .post {
        width: calc((100% / 3) - 18px);
    }
}

@media only screen and (max-width: 767px) {
    #header .header-top-inner {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 20px 0;
    }

    #header .header-top .header-logo {
        max-width: 250px;
    }

    #header .header-top .header-top-btn .btn {
        padding: 0 10px;
    }

    #wrapper {
        background-image: none;
    }

    .breadcrumb .breadcrumb-inner {
        padding: 0;
        height: 50px;
    }

    #tabs-nav {
        gap: 0 10px;
    }

    #tabs-nav a {
        font-size: 16px;
    }

    .bl-match .tabs .commentor {
        gap: 0 20px;
    }

    .bl-match .tabs .commentor .text::before {
        left: -10px;
    }

    .bl-match .tabs .match-row>.col {
        width: 100%;
    }

    .bl-match .links {
        flex-direction: column;
        gap: 20px 0;
    }

    .bl-intro .box {
        display: block;
        padding: 20px;
    }

    .bl-intro .box .box-img {
        display: none;
    }

    .bl-intro .box .box-text {
        width: 100%;
    }

    .bl-intro .box::before {
        right: 0;
    }

    .single-relate .box .box-posts .post {
        width: calc((100% / 2) - 13px);
    }

    /* category */
    .bl-category .category-inner {
        display: block;
    }

    .bl-category .category-inner .main-cat {
        padding: 20px;
    }

    .bl-category .main-cat .post-item .post-img {
        width: 100%;
        margin-bottom: 15px;
    }

    .bl-category .main-cat .post-item .name {
        font-size: 18px;
    }

    .bl-category .main-cat .post-item .desc {
        font-size: 13px;
    }


    .bl-category .side-cat {
        width: 100%;
    }

    .bl-category .main-cat .post-item {
        display: block;
    }

    .bl-info .box .box-content {
        padding: 20px 20px 5px 20px;
    }

    /* footer */
    #footer .footer-top {
        display: block;
    }

    footer .footer-top .footer-logo {
        max-width: 250px !important;
        margin-bottom: 20px;
    }

    #footer .footer-top .socials {
        width: 100%;
        gap: 0 20px;
    }

    #footer .footer-top .socials .social-link {
        width: 36px;
        height: 36px;
    }

    #footer .footer-info {
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-start;
    }

    #footer .footer-info .info-img {
        flex-shrink: initial;
        width: 100%;
        margin-bottom: 10px;
    }

    #footer .footer-info .info-img .img {
        margin: 0;
    }

    #footer .footer-menu {
        display: block;
        padding: 15px 0;
    }

    #footer .footer-menu .link-item {
        font-size: 13px;
    }

    #footer .footer-menu .link-item+.link-item {
        margin-top: 7px;
    }

    #footer .footer-menu .link-item::before {
        display: none;
    }

    #footer .copyright {
        display: block;
        padding: 15px 0;
    }

    #footer .copyright .text {
        font-size: 12px;
        margin-bottom: 15px;
    }

    #footer .copyright .links .text:first-child:before {
        display: none;
    }


    #header .header-bottom {
        position: fixed;
        top: 0;
        left: -100%;
        background: #192135;
        height: 100%;
        z-index: 999;
        width: 300px;
        display: block;
        transition: 0.3s;
    }

    #header .header-bottom.active {
        left: 0;
        padding-top: 50px;
    }

    #header .btn-menu {
        display: flex;
        border-radius: 5px;
        background-color: rgba(255, 255, 255, 0.5);
        height: 40px;
        width: 40px;
        position: absolute;
        right: 0px;
        top: 25px;
        /* transform: translateY(-50%); */
        justify-content: center;
        align-items: center;
    }

    #header .header-bottom .header-menu {
        display: block;
    }

    #header .header-bottom .inner {
        padding: 0 10px;
    }

    #header .header-bottom .header-menu .menu-item {
        border-bottom: 1px solid #148C00;
        margin-bottom: 10px;
    }

    #header .header-bottom .header-menu .menu-link {
        height: 40px;
        font-size: 15px;
        font-weight: 500;
        justify-content: flex-start;
        display: block;
        line-height: 40px;
    }

    #header .header-bottom .header-menu .menu-item.active .menu-link,
    #header .header-bottom .header-menu .menu-item:hover .menu-link {
        color: #fff;
        border-bottom-color: transparent;
        background: none;
    }

    #header .close-menu {
        display: block;
        position: absolute;
        top: -45px;
        width: 25px;
        right: 11px;
        height: 25px;
    }

    #header .close-menu svg {
        width: 100%;
    }

    .bl-match .tabs .match-row .col-team .logo-team {
        width: 65px;
        padding: 10px;
    }

    .bl-match .tabs .match-row .col-team .name {
        font-size: 13px;
    }

    .bl-match .tabs .match-team {
        padding: 15px 5px;
    }

    .bl-match .links .link-box .text {
        font-size: 20px;
    }

    .bl-video .btn-video {
        width: 60px;
    }
}

@media only screen and (max-width: 400px) {
    .single-relate .box .box-posts .post {
        width: 100%;
    }
}

.content-seo p{
    line-height: 25px;
}

.content-seo a{
    color: #fff;
}
.content-seo *{
    margin-bottom: 20px;
}
.content-seo img{
    max-width: 100%;
    height: auto;
}
@media only screen and (max-width: 768px) {
    .hide-mobile{
        display: none !important;
    }
    .bl-intro .inner{
        padding: 0px !Important;
    }
    .bl-intro{
        padding-bottom: 0px;
    }
    #main{
        padding-top: 0px !important;
    }
    .bl-intro .box{
        border-radius: 0px !important;
    }
    body{
        padding-bottom: 60px;
    }
}


#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

@media(max-width:767px) {
  #scrollToTopBtn {
    right: 15px;
    bottom: 80px;
    padding: 0;
    max-width: 30px;
  }
}