.s-main {
    background: url(../images/s-tournament/header-s-tournament-bg-mb.webp?v=1.8)top no-repeat !important;
    background-size: 100% !important;
    position: relative;
}

.s-main::before {
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: 0;
    left: 0;
    content: " ";
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    pointer-events: none;
}

.bracket-aq.disable,
.bracket-aq-2.disable {
    filter: grayscale(.6) brightness(.4);
    pointer-events: none;
    color: #ccc !important;
}

.obt-btn_menumain-top.disabled {
    pointer-events: none;
}

.obt-btn_menumain-top.disabled img {
    filter: grayscale(1);

}

.box-title {
    background: -webkit-linear-gradient(#ffe0a3, #aa7b3a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* s-news */
.s-tournament {
    background: url(../images/s-tournament/s-tournament-bg.webp?v=1.8)bottom no-repeat;
    background-size: cover;
    overflow-x: hidden;
    position: relative;
    padding: 3% 0 6% 0;
}

.s-tournament.bracket {
    background: url(../images/s-tournament/s-bracket-bg.webp?v=1.8)bottom no-repeat;
    background-size: cover;
    overflow-x: hidden;
    position: relative;
    padding: 3% 0 6% 0;
}

.s-tournament::before {
    position: absolute;
    width: 100%;
    height: 40%;
    top: 0;
    left: 0;
    content: "";
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    pointer-events: none;
}

.s-tournament.bracket::before {
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}


.s-tournament::after {
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: 0;
    left: 0;
    content: "";
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    pointer-events: none;
}

.s-tournament .nav-pills {
    border-bottom: 1px solid #61616185;
}

.s-tournament .nav-link {
    background: none;
    border-bottom: 6px solid transparent;
    transition: .3s;
    border-radius: 0;
    text-align: center;
    margin: auto;
    margin-bottom: -4px;
    color: #fff !important;
}

.btn-tournament-wacth {
    max-width: 532px;
}

.btn-pl-5 {
    padding-left: 5px;
}

.btn-pr-5 {
    padding-right: 5px;
}

.s-tournament .nav-link.bracket-aq-2 {
    margin-left: auto;
    margin-right: 0px;
    background: linear-gradient(0deg, rgba(59, 0, 0, 1) 0%, rgba(59, 0, 0, 0) 100%);
    width: 100%;
}

.s-tournament .nav-link.bracket-del-2 {
    margin-left: 0px;
    margin-right: 0px;
    background: linear-gradient(0deg, rgba(59, 0, 0, 1) 0%, rgba(59, 0, 0, 0) 100%);
    width: 100%;
}

.s-tournament .nav-link.bracket-aq {
    margin-left: 0px;
    margin-right: 0px;
    background: linear-gradient(0deg, rgba(0, 38, 96, 1) 0%, rgba(0, 38, 96, 0) 100%);
    width: 100%;
}

.s-tournament .nav-link.bracket-del {
    margin-left: 0px;
    margin-right: auto;
    background: linear-gradient(0deg, rgba(0, 38, 96, 1) 0%, rgba(0, 38, 96, 0) 100%);
    width: 100%;
}

.s-tournament .nav-pills .nav-link.bracket-2.active,
.s-tournament .nav-pills .show>.nav-link.bracket-2 {
    background: linear-gradient(0deg, rgb(190, 0, 0) 0%, rgba(59, 0, 0, 0) 100%);
    border-bottom: 4px solid #ff0000;
}

.s-tournament .nav-pills .nav-link.active,
.s-tournament .nav-pills .show>.nav-link {
    background: linear-gradient(0deg, rgba(0, 98, 255, 1) 0%, rgba(0, 212, 255, 0) 100%);
    border-bottom: 4px solid #00c0ff;
}

.s-tournament .news-comming,
.s-tournament .news-container {
    min-height: 550px;
}

.s-tournament .box-banner {
    padding: 27px 30px 0 21px;
    position: relative;
    z-index: 100;
}

.name-tour-bracket {
    line-height: 40px;
}

/* .s-tournament .box-banner::before {
    position: absolute;
    background: url(../images/s-news-frame-banner.webp?v=2.48)center top no-repeat;
    background-size: 100%;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    pointer-events: none;

} */
.tournament-image .owl-carousel .owl-item img {
    transform: scale(1);
}

.detail-other a {
    color: #ffd786;
    background-color: #633e00;
    border-radius: 3px;
    font-weight: 400;
    padding: 2px 10px;
    font-size: 0.4em;
}

.detail-other {
    position: absolute;
    z-index: 999;
    bottom: 9px;
    left: auto;
    text-align: center;
    width: 100%;
    color: #ffeeb8;
}

.detail-other:hover a {
    color: #281900;
    background-color: #d6a239;
    font-weight: 400;
}

.s-tournament .owl-stage {
    padding-left: 0px !important;
}

.eff-bright {
    -webkit-animation-name: effbright;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes effbright {
    0% {
        transform: scale(0.98);
        -webkit-transform: scale(0.98);
        filter: brightness(1);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
        filter: brightness(1.2);
    }

    100% {
        transform: scale(0.98);
        -webkit-transform: scale(0.98);
        filter: brightness(1);
    }
}

.s-tournament-scrollbar img {
    max-width: 1100px;
}

.s-tournament-scrollbar::-webkit-scrollbar {
    height: 3px;

}

.s-tournament-scrollbar::-webkit-scrollbar-track {
    background: #474747;
}

.s-tournament-scrollbar::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 50px;
}

.s-tournament-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}

@media (min-width: 350px) {

    .s-tournament .nav-link.bracket-aq-2 {
        width: 150px;
    }

    .s-tournament .nav-link.bracket-del-2 {
        width: 150px;
    }

    .s-tournament .nav-link.bracket-aq {
        width: 150px;
    }

    .s-tournament .nav-link.bracket-del {
        width: 150px;
    }
}

@media (min-width: 420px) {
    .detail-other {
        bottom: 14px;
    }

    .detail-other a {
        color: #ffd786;
        background-color: #633e00;
        border-radius: 3px;
        font-weight: 400;
        padding: 2px 21px 0px 21px;
        font-size: 0.5em;
    }
}

@media (min-width: 468px) {
    .detail-other {
        bottom: 14px;
    }

    .detail-other a {
        color: #ffd786;
        background-color: #633e00;
        border-radius: 3px;
        font-weight: 400;
        padding: 2px 21px 0px 21px;
        font-size: 0.7em;
    }

    .s-tournament .nav-link.bracket-aq-2 {
        width: 100%;
    }

    .s-tournament .nav-link.bracket-del-2 {
        width: 100%;
    }

    .s-tournament .nav-link.bracket-aq {
        width: 100%;
    }

    .s-tournament .nav-link.bracket-del {
        width: 100%;
    }
}

@media (min-width: 576px) {
    .detail-other {
        bottom: 17px;
    }

    .detail-other a {
        color: #ffd786;
        background-color: #633e00;
        border-radius: 5px;
        font-weight: 400;
        padding: 2px 21px 0px 21px;
        font-size: 0.7em;
    }

}

@media (min-width: 768px) {
    .detail-other {
        bottom: 35px;
    }

    .detail-other a {
        color: #ffd786;
        background-color: #633e00;
        border-radius: 5px;
        font-weight: 400;
        padding: 2px 21px 0px 21px;
        font-size: 0.7em;
    }

    .obt-btn_menumain-top {
        max-width: 250px
    }
}

@media (min-width: 992px) {
    .s-main {
        background: url(../images/s-tournament/header-s-tournament-bg.webp?v=1.8)top no-repeat !important;
        background-size: 100% !important;
        height: 850px;
    }

    .mt-space-lg {
        margin-top: 70px;
    }

    .s-tournament {
        background: url(../images/s-tournament/s-tournament-bg.webp?v=1.8)center no-repeat;
        background-size: 1920px;
        overflow-x: hidden;
        position: relative;
        padding: 5% 0;
    }

    .s-tournament-scrollbar img {
        width: 100%;
        max-width: 100%;
    }

    .s-tournament::before {
        height: 30%;
    }

    .s-tournament .news-comming,
    .s-tournament .news-container {
        min-height: 490px;
    }

    .s-tournament .container {
        z-index: 100;
    }


    .s-tournament .owl-carousel .owl-nav button.owl-next,
    .s-tournament .owl-carousel .owl-nav button.owl-prev {
        top: 45% !important
    }

    .s-tournament::after {
        display: block;
        height: 50%;
    }

    .s-tournament .owl-carousel .owl-nav button.owl-prev {
        left: -4px;
    }

    .s-tournament .owl-carousel .owl-nav button.owl-next {
        right: -4%;
    }

    .detail-other a {
        color: #ffd786;
        background-color: #633e00;
        border-radius: 5px;
        font-weight: 400;
        padding: 3px 26px;
        font-size: 0.9em;
    }

    .detail-other {
        bottom: 50px;
    }

}

@media (min-width: 1200px) {
    .s-tournament {
        padding: 3rem 0 7% 0;
    }


    .s-tournament .box-banner {
        width: 500px;
    }

    .owl-tournament {
        /* width: 1344px; */
        margin-left: auto;
        margin-right: auto;
    }

    .detail-other a {
        color: #ffd786;
        background-color: #633e00;
        border-radius: 5px;
        font-weight: 400;
        padding: 3px 26px;
        font-size: 0.9em;
    }

    .detail-other {
        position: absolute;
        z-index: 999;
        bottom: 32px;
        left: auto;
        text-align: center;
        width: 100%;
        color: #ffeeb8;
    }

    .obt-btn_menumain-top {
        max-width: 370px
    }
}

@media (min-width: 1400px) {

    .s-main .box-btn {
        width: 80%;
        margin: 1.2em auto 0 auto !important;
    }

    .s-tournament {
        padding: 6rem 0 7% 0;
    }

    .s-tournament .box-banner {
        width: 600px;
        padding: 32px 38px 0 28px;
    }

    .detail-other a {
        color: #ffd786;
        background-color: #633e00;
        border-radius: 5px;
        font-weight: 400;
        padding: 3px 26px;
        font-size: 0.9em;
    }

    .detail-other {
        position: absolute;
        z-index: 999;
        bottom: 38px;
        left: auto;
        text-align: center;
        width: 100%;
        color: #ffeeb8;
    }
}

@media (min-width: 1920px) {
    .s-main {
        width: 1920px;
        margin: 0 auto;
    }

    .s-tournament {
        width: 1920px;
        margin: 0 auto;
    }

    .s-tournament::after {
        width: 1920px;
        left: 0;
    }

    .owl-tournament {
        /* width: 1344px; */
        margin-left: auto;
        margin-right: auto;
    }

}

@media (min-width: 1921px) {
    .s-main {
        background: url(../images/s-tournament/header-s-tournament-bg-xl.webp?v=1.8)top no-repeat !important;
        background-size: 100% !important;
        position: relative;
    }
}

.div-btn-2box {
    max-width: 60%;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .div-btn-2box {
        max-width: 100%;
    }
}