body{
    box-sizing: border-box;
    margin: 0;
    font-family: Inter, sans-serif;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: #1db57a #2A2A2A;

}
a{
    text-decoration: none;
}
video {
    outline: 0
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

main {
    display: block;
    position: relative
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

/*Font Inter*/
@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-Black.woff2') format('woff2'),
    url('../font/Inter-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-BlackItalic.woff2') format('woff2'),
    url('../font/Inter-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-Bold.woff2') format('woff2'),
    url('../font/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-BoldItalic.woff2') format('woff2'),
    url('../font/Inter-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-ExtraBold.woff2') format('woff2'),
    url('../font/Inter-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-ExtraBoldItalic.woff2') format('woff2'),
    url('../font/Inter-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-ExtraLight.woff2') format('woff2'),
    url('../font/Inter-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-ExtraLightItalic.woff2') format('woff2'),
    url('../font/Inter-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-Italic.woff2') format('woff2'),
    url('../font/Inter-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-LightItalic.woff2') format('woff2'),
    url('../font/Inter-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-MediumItalic.woff2') format('woff2'),
    url('../font/Inter-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-SemiBoldItalic.woff2') format('woff2'),
    url('../font/Inter-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-Thin.woff2') format('woff2'),
    url('../font/Inter-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-ThinItalic.woff2') format('woff2'),
    url('../font/Inter-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter V';
    src: url('../font/InterV.woff2') format('woff2'),
    url('../font/InterV.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*End Font Inter*/

@keyframes flickerAnimation {
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
.flicker {
    -webkit-animation: flickerAnimation 1s infinite;
    -moz-animation: flickerAnimation 1s infinite;
    -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}


/*Scroll to top*/
#button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1db57a;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
/*#button::after {*/
/*    content: "\f077";*/
/*    font-family: FontAwesome;*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-size: 2em;*/
/*    line-height: 50px;*/
/*    color: #fff;*/
/*}*/
#button:hover {
    cursor: pointer;
    background-color: #333;
}
#button:active {
    background-color: #555;
}
#button.show {
    opacity: 1;
    visibility: visible;
}

/* Styles for the content section */

/*.content {*/
/*    width: 77%;*/
/*    margin: 50px auto;*/
/*    font-family: 'Merriweather', serif;*/
/*    font-size: 17px;*/
/*    color: #6c767a;*/
/*    line-height: 1.9;*/
/*}*/
@media (min-width: 500px) {
    /*.content {*/
    /*    width: 43%;*/
    /*}*/
    #button {
        margin: 30px;
    }
}
/*End Scroll to top*/

header{
    display: flex;
    width: 100%;
    padding: 12px 120px;
    justify-content: center;
    align-items: center;
    background: #070707;
    z-index: 10;
}
.header{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 72px;
}
.container{
    width: 1320px;
    margin: 0 auto;
}
.button-ads{
    display: flex;
    height: 42px;
    padding: 0 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: linear-gradient(180deg, #B4E63E 0%, #1DB57A 100%);
}
.button-ads span{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: max-content;
}
.logo{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 148px;
    height: 50px;
    z-index: 9;
}
.logo img{
    width: 148px;
    height: 50px;
    object-fit: cover;
}
.list-menu{
    display: flex;
    align-items: center;
    gap: 2px;
}
.nav-menu{
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
}
.nav-menu.active{
    background: rgba(255, 255, 255, 0.12);
}
.nav-menu:hover{
    background: rgba(255, 255, 255, 0.12);
}
.nav-menu span{
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    text-transform: capitalize;
}
.border-top-head{
    display: none;
}
.nav-menu.active .border-top-head{
    display: flex;
    width: 60%;
    height: 8px;
    position: absolute;
    top: -1%; /* Moves the top edge to the vertical center */
    left: 50%; /* Moves the left edge to the horizontal center */
    transform: translate(-50%, -50%);
    /*top: -4px;*/
    border-radius: 10px;
    background: linear-gradient(180deg, #B4E63E 0%, #1DB57A 100%);
}
#content{
    background: #242B28;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
}
.bg-top-blur{
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 522px;
    border-radius: 1920px;
    background: linear-gradient(90deg, rgba(200, 245, 88, 0.20) 0%, rgba(158, 191, 71, 0.20) 100%);
    filter: blur(100px);
}
#main{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    margin: 0 auto;
}
.banner-left {
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: fixed;
    left: 50%;
    top: 30%;
    margin-left: 670px;
}
.banner-right{
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: fixed;
    right: 50%;
    top: 30%;
    margin-right: 670px;
}
.link-banner-left, .link-banner-right{
    display: flex;
    justify-content: center;
    align-items: center;
}
.link-banner-left img{
    width: 100px;
    height: 180px;
    object-fit: cover;
}
.link-banner-right img{
    width: 100px;
    height: 180px;
    object-fit: cover;
}
.content-main{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.head-content{
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}
.banner-head{
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-head img{
    width: 800px;
    height: 60px;
    object-fit: cover;
}
.banner-2{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.banner-head-2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-head-2 img{
    width: 433px;
    height: 52px;
    object-fit: cover;
}
.list-category{
    display: flex;
    flex-direction: row;
    padding: 8px;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
    background: rgba(7, 7, 7, 0.35);
    backdrop-filter: blur(6px);
    width: 100%;
}
.box-cate{
    display: flex;
    width: 146px;
    height: 62px;
    padding: 8px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 16px;
    border: 0 solid #3D4036;
    background: #070707;
    position: relative;
}
.svg-cate svg{
    fill: #A0A8B1;
}
.box-cate.active{
    border-radius: 16px;
    background: linear-gradient(180deg, #B4E63E 0%, #1DB57A 100%);
}
.box-cate.active .name-cate{
    color: #FFFFFF;
}
.box-cate.active .svg-cate svg{
    fill: #FFFFFF;
}
.name-cate{
    color: #A0A8B1;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    width: 146px;
}
.box-number-live{
    display: flex;
    height: 24px;
    width: 24px;
    padding: 0 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 30px;
    top: 5px;
    border-radius: 100%;
    background: #F14B51;
}
.box-number-live span{
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
}
.fix-width {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
}
.scroll-inner::-webkit-scrollbar {
    width: 8px;
    margin: 0 8px;
}
.scroll-inner::-webkit-scrollbar:horizontal {
    height: 6px;
}
.scroll-inner::-webkit-scrollbar-track {
    background-color: rgba(204, 204, 204, 0.3);
}
.scroll-inner::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(180deg, #B4E63E 0%, #1DB57A 100%);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.footer{
    background: url("../images/footer.png") top center no-repeat;
    background-blend-mode: saturation;
    background-size: cover;
    display: flex;
    padding: 24px 24px 16px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.nav-slug{
    display: flex;
    gap: 4px;
    height: 40px;
    justify-content: start;
    align-items: center;
    border-bottom: 1px solid #28D1C1;
}
.link-home{
    display: flex;
    align-items: center;
    gap: 4px;
}
.svg-home{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}
.span-home{
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
}
.svg-slug-right{
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-filter-cate{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}
.box-filter-cate svg{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    object-fit: cover;
}
.box-filter-cate span{
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
}
.button-filter-cate{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    background-color: #fdc9541a;
    cursor: pointer;
    width: auto !important;
    padding-inline: 0.75rem;
    padding-block: 0.5rem;
    justify-content: center;
    border-radius: 8px;
    white-space: nowrap;
}
.name-cate-slug span{
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
}
.name-match-slug span{
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
}
.button-filter-cate.active{
    background: #1DB57A;
}
.head-footer{
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    width: 100%;
}
.head-footer-left{
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.text-footer-left span{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}
.head-footer-right{
    width: 30%;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}
.text-red-full span{
    color: #F14B51;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
}
.text-follow span{
    color: #FFF;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
}
.list-social-footer{
    display: flex;
    padding: 8px 0;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}
.link-social-footer{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
}
.link-social-footer svg{
    width: 24px;
    height: 24px;
    object-fit: cover;
}
.list-cate-footer{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.list-cate-up{
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-cate-down{
    display: flex;
    justify-content: center;
    align-items: center;
}
.link-cate-footer{
    display: flex;
    padding: 5px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.link-cate-footer span{
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-transform: capitalize;
}
.link-cate-footer:hover span{
    color: #1db57a;
}
.list-text-footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 10px;
}
.list-text-footer span{
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
}
.list-text-footer span bold{
    font-weight: 700;
}
.line-footer{
    width: 100%;
    height: 1px;
    background: #B4E63E;
}
.banner-ads-footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
}
.banner-footer-1{
    display: flex;
    width: 800px;
    height: 60px;
    justify-content: center;
    align-items: center;
}
.banner-footer-1 img{
    width: 800px;
    height: 60px;
    object-fit: cover;
}
.banner-footer-2{
    display: flex;
    width: 800px;
    height: 60px;
    justify-content: center;
    align-items: center;
}
.banner-footer-2 img{
    width: 800px;
    height: 60px;
    object-fit: cover;
}
.text-intro{
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
}
.text-color-green{
    color: #B4E63E;
}
.box-intro{
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: 100%;
}
.content-intro-main{
    height: 1000px;
    overflow-y: scroll;
}
.box-intro{
    display: flex;
    padding: 16px;
    align-items: flex-start;
    gap: 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
}
.nav-intro{
    width: 30%;
}
.nav-intro ul{
    list-style-type: none;
    padding: 0;
}
.nav-intro ul li ul{
    list-style-type: none;
    padding-left: 12px;
}
.content-intro-main{
    width: 68%;
}
.content-intro-main img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.intro-flex{
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.16);

}
.intro-flex span{
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
}
.svg-arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}
.nav-intro ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
}
.nav-intro ul li{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.content-intro-main h1{
    color: #FFF;
    font-family: Inter;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}
.content-intro-main h2{
    color: #FFF;
    font-family: Inter;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}
.content-intro-main h3{
    color: #FFF;
    font-family: Inter;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}
.content-intro-main p{
    color: rgba(255, 255, 255, 0.65);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.to-top{
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    color: #B4E63E;
}
.to-top svg{
    height: 20px;
}
.intro-bun-cha{
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 12px;
}
.box-live{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.title-box-live{
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}
.icon-box-live{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
}
.icon-box-live svg{
    width: 32px;
    height: 32px;
}
.title-box-live h2{
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
}
.title-box-live h1{
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
}
.list-box-live{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}
.box-live-main{
    position: relative;
    display: flex;
    padding: 12px 16px 16px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 16px;
    border: 1.5px solid #070707;
    background: #070707;
    backdrop-filter: blur(2px);
}
.box-live-main.live{
    border: 1.5px solid #F14B51;
}
.box-live-main.border-green{
    border: 1.5px solid #128e0d;
}
.head-box-live{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.time-box-live{
    display: flex;
    align-items: center;
    gap: 8px;
    width: 50%;
}
.live-red{
    display: flex;
    align-items: center;
    gap: 4px;
}
.live-red span{
    color: #F00;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}
.box-live-red{
    display: flex;
    align-items: center;
    width: 8px;
    height: 8px;
}
.line-column-gray{
    width: 1px;
    height: 13px;
    background: #7A7788;
}
.span-time span{
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}
.name-tour{
    width: 50%;
    display: flex;
    text-align: end;
    justify-content: end;
}
.name-tour span{
    color: #BED3E8;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.info-match-live{
    display: grid;
    grid-template-columns: 160px 60px 160px;
    gap: 4px;
    align-items: center;
    width: 100%;
}
.score-live{
    /*width: max-content;*/
}
.club-left{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}
.name-club{
    /*width: 100%;*/
    overflow: hidden;
}
.name-club span{
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.club-left .name-club{
    text-align: right;
    /*width: 100%;*/
}
.logo-club{
    display: flex;
    padding: 4px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 100%;
    background: #2A2A2A;
    width: 38px;
    height: 38px;
    object-fit: cover;
}
.logo-club img{
    width: 38px;
    height: 38px;
    object-fit: cover;
}
.match-live-center{
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
}
.time-live{
    display: flex;
    flex-direction: row;
    gap: 2px;
}
.time-live span{
    color: #B4E63E;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.time-live .flicker{

}
.score-live span{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.club-right{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}
.list-commentator{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 100%;
}
.box-commentator{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
}
.img-commentator{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 1px solid #FFFFFF;
}
.img-commentator img{
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 100%;
    border: 1px solid #FFFFFF;
}
.span-commentator{
    color: #FFF;
    font-size: 10px;
    font-weight: 400;
    width: max-content;
}
.info-football-data{
    display: flex;
    padding: 4px;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background: #2A2A2A;
    width: 100%;
}
.info-tennis-data{
    display: flex;
    padding: 4px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #2A2A2A;
    width: 100%;
}
.info-basketball-data{
    display: flex;
    padding: 4px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #2A2A2A;
    width: 100%;
}
.football-data-left{
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
}
.info-football-data.normal{
    justify-content: center;
}

.score-ht{
    display: flex;
    align-items: center;
    gap: 4px;
}
.span-ht{
    color: #1DB57A;
    font-size: 12px;
    font-weight: 700;
}
.span-score-ht{
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
}
.info-card-data{
    display: flex;
    align-items: center;
    gap: 4px;
}
.icon-card{
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-card svg{

}
.info-corner-data{
    display: flex;
    align-items: center;
    gap: 4px;
}
.football-data-right{
    display: flex;
    padding: 1px 8px;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
}
.ratio-bet-data {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.span-bet-data{
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}
.box-absolute-football{
    display: flex;
    padding: 4px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 0 0 16px 16px;
    background: linear-gradient(180deg, #B4E63E 0%, #1DB57A 100%);
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.box-absolute-tennis{
    display: flex;
    padding: 4px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 0 0 16px 16px;
    background: #FFF;
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.box-absolute-basketball{
    display: flex;
    padding: 4px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 0 0 16px 16px;
    background: #FFF;
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.img-absolute-head{
    display: flex;
    width: 22px;
    height: 22px;
    justify-content: center;
    align-items: center;
}
.img-absolute-head img{
    width: 22px;
    height: 22px;
    object-fit: cover;
}
.button-more{
    display: flex;
    justify-content: center;
}
.box-button-more{
    display: flex;
    width: 290px;
    height: 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: #070707;
    cursor: pointer;
}
.box-button-more span{
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
}
.box-button-more-nd{
    display: flex;
    width: 290px;
    height: 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: #070707;
    cursor: pointer;
}
.box-button-more-nd span{
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
}
.button-more-news{
    display: flex;
    width: 290px;
    height: 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: #070707;
    cursor: pointer;
}
.button-more-news span{
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
}
.box-List-nhan-dinh{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.box-main-live{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.svg-arrow-down{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}
.svg-arrow-down svg{
    width: 24px;
    height: 24px;
}

/*.list-box-live .box-live-main {*/
/*    display: none;*/
/*}*/

/*.list-box-live .box-live-main.show {*/
/*    display: flex;*/
/*}*/

.box-button-more.active .svg-arrow-down {
    transform: rotate(180deg);
}
.box-button-more-nd.active .svg-arrow-down {
    transform: rotate(180deg);
}
.button-more-news.active .svg-arrow-down {
    transform: rotate(180deg);
}


.svg-arrow-down {
    transition: transform 0.3s ease;
}

.text-vs{
    color: #BED3E8;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.banner-ads-center{
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
}
.box-banner-button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
}
.button-banner-ads{
    display: flex;
    height: 42px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.button-ads-1{
    background: linear-gradient(180deg, #B4E63E 0%, #1DB57A 100%);
}
.button-ads-2{
    background: linear-gradient(180deg, #28D1C1 -0.76%, #0FAAEB 99.24%);
}
.button-ads-3{
    background: linear-gradient(0deg, #1DB57A 0%, #1DB57A 100%);
}
.button-ads-4{
    background: #C0280C;
}
.button-ads-5{
    background: linear-gradient(185deg, #F54139 3.72%, #A20202 96.18%);
}
.button-ads-6{
    background: linear-gradient(158deg, #F54B2B 13.88%, #9F230B 86.26%);
}
.button-ads-7{
    background: linear-gradient(180deg, #B4E63E 0%, #1DB57A 100%);
}
.button-ads-8{
    background: linear-gradient(133deg, #0FAAEB 31.72%, #006DD3 78.85%);
}
.banner-800x60{
    display: flex;
    justify-content: center;
}
.banner-pc-center{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 800px;
    height: 60px;
}
.banner-pc-center img{
    width: 800px;
    height: 60px;
    object-fit: cover;
}
.box-match-hot{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.sec-tennis-active{
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 8px;
}
.sec-tennis{
    color: #28D1C1;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}
.sec-tennis-active span{
    color: #28D1C1;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}
.sec-basketball-active{
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 8px;
}
.sec-basketball{
    color: #F26635;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}
.sec-basketball-active span{
    color: #F26635;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}
.top-bookmakers{
    display: flex;
    padding: 24px;
    flex-direction: column;
    gap: 16px;
    border-radius: 24px;
    background: rgba(180, 230, 62, 0.09);
    position: relative;
}
.box-slick-left{
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 24px;
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    gap: 16px;
    background: #464C49D9;
}
.box-slick-right{
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    gap: 16px;
    background: #464C49D9;
}
.head-top-bookmakers{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.button-view-more{
    display: flex;
    height: 40px;
    padding: 5px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.16);
}
.button-view-more span{
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
}
.icon-arrow-right{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
}
.icon-arrow-right svg{
    width: 24px;
    height: 24px;
    object-fit: cover;
}
.box-top-bookmakers{
    display: flex;
    padding: 8px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 150px;
}
.img-top-bookmakers{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95px;
    height: 95px;
}
.img-top-bookmakers img{
    width: 95px;
    height: 95px;
    object-fit: cover;
}
.box-button-bookmarkers{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.button-bookmarkers-bet{
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 1000px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: #FD373E;
}
.button-bookmarkers-bet span{
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    width: max-content;
}
.button-bookmarkers-endow{
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 1000px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: #1DB57A;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
}
.slide-top-bookmakers{
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: hidden;
}
.slide-top-bookmakers.slick-initialized .slick-slide {
    display: flex !important;
}
.slide-top-bookmakers .slick-dots{
    display: none !important;
}
.slide-top-bookmakers .slick-next{
    right: 0px;
    width: 50px;
    height: 50px;
    top: 50%;
    z-index: 99;
}
.slide-top-bookmakers .slick-next:before{
    content: unset;
}
.slide-top-bookmakers .slick-prev{
    left: 0px;
    width: 50px;
    height: 50px;
    top: 50%;
    z-index: 99;
}
.slide-top-bookmakers .slick-prev:before{
    content: unset;
}
.slide-top-bookmakers.slick-dotted.slick-slider{
    margin: 0;
}
.list-time-blv{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}
.box-time-blv{
    display: flex;
    height: 60px;
    padding: 8px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 16px;
    border: 1.5px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
}
.box-time-blv.active{
    border: 1.5px solid #B4E63E;
    background: #FFF;
}
.box-time-blv.active div{
    color: #000000;
}
.span-time-1{
    color: rgba(255, 255, 255, 0.65);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.span-time-2{
    color: rgba(255, 255, 255, 0.65);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
/*Select Dropdown*/
/* Container */
.dropdown-container {
    position: relative;
    width: 240px; /* chỉnh theo layout */
    font-family: Inter, sans-serif;
}

/* Button */
.select-dropdown-button {
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    gap: 10px;
    border-radius: 50px;
    border: 1.5px solid #1DB57A;
    background: rgba(29, 181, 122, 0.16);
    color: #fff;
    cursor: pointer;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.select-dropdown-button:hover {
    border-color: #1DB57A;
}

.select-dropdown-button:focus {
    outline: none;
    border-color: #1DB57A;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.35);
}

/* Selected text */
.selected-value {
    font-size: 14px;
    font-weight: 500;
    font-family: Inter, sans-serif;
}

/* Arrow */
.select-dropdown-button svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

/* Rotate when open */
.dropdown-container.open .select-dropdown-button svg {
    transform: rotate(180deg);
}

/* Dropdown content */
.select-dropdown-content {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: 100%;
    border: 1.5px solid #1DB57A;
    background: rgba(29, 181, 122, 1);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    z-index: 50;

    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);

    transition: opacity 0.2s ease, transform 0.2s ease;
}

/* Show dropdown */
.dropdown-container.open .select-dropdown-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Options */
.select-option {
    display: block;
    padding: 10px 14px;

    color: #e5e7eb;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;

    transition: background 0.2s ease, color 0.2s ease;
}

/* Hover */
.select-option:hover {
    background: #000000;
    color: #fff;
    border-radius: 8px;
}

/* Active / selected */
.select-option.active {
    background: #000000;
    color: #fff;
    border-radius: 8px;
}

/* Scroll if many items */
.select-dropdown-content > div {
    max-height: 220px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* Custom scrollbar (optional) */
.select-dropdown-content ::-webkit-scrollbar {
    width: 6px;
}
.select-dropdown-content ::-webkit-scrollbar-thumb {
    background: #1DB57A;
    border-radius: 10px;
}

/*End Select Dropdown*/

.box-time-main{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}
.schedule-blv{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.box-schedule-blv{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.box-slide-blv-main{
    display: flex;
    overflow: hidden;
    position: relative;
}
.box-slide-blv-main .box-slick-left{
    top: 40%;
    left: 0;
}
.box-slide-blv-main .box-slick-right{
    top: 40%;
    right: 0;
}

.slide-schedule-blv{
    display: flex;
    align-items: center;
    gap: 16px;
    overflow: hidden;
}
.slide-schedule-blv.slick-initialized .slick-slide {
    display: flex !important;
    height: 180px;
    justify-content: space-between;
}
.slide-schedule-blv .slick-next{
    right: 0px;
    width: 50px;
    height: 50px;
    top: 50%;
    z-index: 99;
}
.slide-schedule-blv .slick-next:before{
    content: unset;
}
.slide-schedule-blv .slick-prev{
    left: 0px;
    width: 50px;
    height: 50px;
    top: 50%;
    z-index: 99;
}
.slide-schedule-blv .slick-prev:before{
    content: unset;
}
.slide-schedule-blv.slick-dotted.slick-slider{
    margin: 0;
}
.slide-schedule-blv .slick-dots {
    display: none !important;
}
.box-slide-blv{
    display: flex;
    width: 130px;
    padding: 16px;
    margin: 0 4px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
    border: 1.5px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
}
.box-slide-blv:hover{
    border-radius: 16px;
    border: 1.5px solid #B4E63E;
    background: rgba(180, 230, 62, 0.32);
}
.img-blv{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.img-blv img{
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100%;
}
.span-name-blv{
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.star-blv{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.star-blv span{
    color: #B4E63E;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
}
.svg-star svg{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
}
.box-list-match-blv{
    display: grid;
    grid-template-columns: 550px 159px 310px 125px;
    gap: 24px;
    height: 100px;
    padding: 6px 24px 6px 50px;
    align-items: center;
    border-radius: 16px;
    border: 1.5px solid #070707;
    background: #070707;
    position: relative;
}
.box-list-match-blv:hover{
    background: #FFF;
}
.box-list-match-blv:hover .name-club span{
    color: #070707;
}
.box-list-match-blv:hover .score-live span{
    color: #070707;
}
.box-list-match-blv:hover .name-tour-blv {
    color: #3F5C7E;
}
.box-list-match-blv:hover .name-tour-blv > span{
    color: #3F5C7E;
}
.box-list-match-blv:hover .box-list-blv span{
    color: #070707;
}
.box-list-match-blv:hover .span-time-oclock{
    color: #070707;
}
.box-list-match-blv:hover .button-view-detail{
    background: #070707;
}
.box-list-match-blv:hover .icon-basketball-left{
    background: #070707;
}
.box-list-match-blv:hover .svg-oclock svg{
    stroke: #FFFFFF;
    fill: #070707;
}
.box-list-match-blv .info-match-live{
    grid-template-columns: 3fr 1fr 3fr;
}
/**/
.box-list-result{
    display: grid;
    grid-template-columns: 139px 630px 200px 140px;
    gap: 24px;
    height: 100px;
    padding: 6px 24px 6px 50px;
    align-items: center;
    border-radius: 16px;
    border: 1.5px solid #070707;
    background: #070707;
    position: relative;
}
.box-list-result:hover{
    background: #FFF;
}
.box-list-result:hover .name-club span{
    color: #070707;
}
.box-list-result:hover .score-live span{
    color: #070707;
}
.box-list-result:hover .name-tour-blv{
    color: #3F5C7E;
}
.box-list-result:hover .box-list-blv span{
    color: #070707;
}
.box-list-result:hover .span-time-oclock{
    color: #070707;
}
.box-list-result:hover .button-view-detail{
    background: #070707;
}
.box-list-result:hover .icon-basketball-left{
    background: #070707;
}
.box-list-result:hover .svg-oclock svg{
    stroke: #FFFFFF;
    fill: #070707;
}
.box-list-result:hover .box-over-match span{
    color: #000000;
}
.box-list-result:hover .box-head-h1{
    background: #2A2A2A;
}
.box-list-result:hover .box-head-ft{
    background: #2A2A2A;
}
.box-list-result .box-statistics{
    padding-left: 24px;
    border-left: 1.5px solid #070707;
}
.box-list-result .info-match-live{
    grid-template-columns: 3fr 1fr 3fr;
}
/**/
.box-list-ratio{
    display: grid;
    grid-template-columns: 150px 343px 100px 155px 370px;
    gap: 16px;
    padding: 6px 24px 6px 50px;
    align-items: center;
    border: 1.5px solid #070707;
    background: #070707;
    position: relative;
}
.box-list-ratio .box-statistics{
    padding-left: 24px;
    border-left: 1.5px solid #070707;
}
.box-list-ratio .box-list-blv{
    flex-direction: row;
    width: 100%;
}
.box-list-ratio .time-blv{
    justify-content: start;
}
.box-list-ratio.gray{
    background: #1B1B1B;
}
.span-h1{
    color: #1DB57A;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.time-tour{
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-right: 2px solid #272727;
    /*padding: 16px 0;*/
    /*padding-right: 24px;*/
}
.box-list-result .time-tour{
    border-right: unset;
    align-items: start;
    padding: 0;
}
.box-list-result .name-tour-blv{
    text-align: start;
}
.time-blv{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.name-tour-blv{
    color: #BED3E8;
    text-align: start;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-blv{
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 16px;
    align-items: center;
    width: 100%;
}
.list-blv-ratio{
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 12px;
    align-items: center;
    width: 100%;
    height: 110px;
    overflow-y: auto;
}
.box-list-blv{
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    align-items: center;
    width: 100px;
}
.box-list-blv img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    object-fit: cover;
    border-radius: 100%;
}
.box-list-blv span{
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
    width: max-content;
}
.button-list-blv{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.button-live-blv{
    display: flex;
    width: 125px;
    height: 32px;
    padding: 0 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    background: #F00;
}
.button-live-blv svg{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
}
.button-live-blv span{
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
}
.button-bet-blv{
    display: flex;
    width: 125px;
    height: 32px;
    padding: 0 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    background: linear-gradient(346deg, #FDC033 -9.31%, #FFDD75 48.21%);
}
.button-bet-blv span{
    color: #070707;
    font-size: 14px;
    font-weight: 500;
}
.icon-football-left{
    position: absolute;
    /*top: 34px;*/
    left: 0;
    display: flex;
    padding: 4px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 0 16px 16px 0;
    background: linear-gradient(180deg, #B4E63E 0%, #1DB57A 100%);
}
.icon-football-left img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    object-fit: cover;
}
.icon-basketball-left{
    position: absolute;
    top: 34px;
    left: 0;
    display: flex;
    padding: 4px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 0 16px 16px 0;
    background: #FFF;
}
.icon-basketball-left img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    object-fit: cover;
}
.list-match-blv{
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: rgba(255, 255, 255, 0.16);
    padding: 15px 5px 15px 15px;;
    border-radius: 16px;
    height: 730px;
    overflow: auto;
}
.list-match-blv {
    scrollbar-width: thin;
    scrollbar-color: #FFFFFF #474d4b;
    overflow-y: auto
}

.list-match-blv::-webkit-scrollbar {
    width: 6px;
}

.list-match-blv::-webkit-scrollbar-track {
    background: #e0e0e0;
}

.list-match-blv::-webkit-scrollbar-thumb {
    background: #2196f3;
    border-radius: 10px;
}
.list-match-blv::-webkit-scrollbar-button {
    display: none;
}

/* Ẩn mũi tên */
.list-match-blv > .scroll-inner::-webkit-scrollbar-button {
    display: none;
}
.svg-oclock{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
}
.svg-oclock svg{
    stroke: #FFFFFF;
}
.span-time-oclock{
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
}
.button-view-detail{
    display: flex;
    height: 32px;
    padding: 0 8px 0 16px;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.16);
}
.button-view-detail svg{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
}
.button-view-detail span{
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
}
.list-assessment-bet{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
}
.box-assessment-bet{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.img-assessment-bet{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 312px;
    height: 180px;
    border-radius: 16px;
    overflow: hidden;
}
.img-assessment-bet img{
    width: 312px;
    height: 180px;
    object-fit: cover;
    border-radius: 16px;
}
.title-assessment-bet span{
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.title-assessment-bet span:hover{
    color: #1db57a;
}
.brief-assessment-bet span{
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.assessment-bet{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.content-assessment{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.button-view-more-mobi{
    display: none;
}
.list-match-blv-mobi{
    display: none;
}
.header-pc{
    width: 100%;
}
.header-mobi{
    display: none;
}
.list-menu-mobi{
    display: none;
}
.svg-menu{
    display: flex;
    padding: 12px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(12px);
}
.img-head-mobi{
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
}
.img-head-mobi img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.box-button-bet{
    display: flex;
    justify-content: center;
    align-items: center;
}
.live-bet{
    display: flex;
    height: 42px;
    padding: 0 32px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    background: linear-gradient(346deg, #FDC033 -9.31%, #FFDD75 48.21%);
}
.live-bet span{
    color: #070707;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.box-tour-live{
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}
.logo-tour-live{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
}
.logo-tour-live img{
    width: 24px;
    height: 24px;
    object-fit: cover;
}
.grid-live-1{
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: start;
}
.grid-live-2{
    display: flex;
    padding: 0 16px;
    border-left: 1px solid #272727;
    border-right: 1px solid #272727;
}
.grid-live-2 .info-match-live{
    display: grid;
    grid-template-columns: 4fr 1.5fr 4fr;
}
.grid-live-3{
    display: flex;
    flex-direction: row;
    gap: 12px;
    width: 100%;
}
.box-live-match{
    display: flex;
    padding: 24px 24px 24px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 16px;
    border: 1.5px solid #070707;
    background: #070707;
}
.box-live-head{
    display: grid;
    grid-template-columns: 200px 840px 200px;
    gap: 16px;
    align-items: center;
    border-bottom: 1px solid #3D4036;
    padding-bottom: 16px;
}
.grid-live-2 .name-club{
    /*width: 100%;*/
}
.grid-live-2 .name-club span{
    font-size: 18px;
    font-weight: 700;
    width: -webkit-fill-available;
}
.grid-live-2 .logo-club{
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.grid-live-2 .logo-club img{
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.grid-live-2 .score-live span{
    font-size: 24px;
}
.tab-time-live{
    display: flex;
    align-items: center;
    gap: 8px;
}
.box-live-ratio-bet{
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
}
.tab-live-bet{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.title-live-bet{
    text-align: center;
}
.title-live-bet span{
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.39px;
    text-transform: capitalize;
}
.tab-grid-bet{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.grid-bet-head{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4px;
}
.button-bet-head{
    display: flex;
    height: 24px;
    padding: 0 16px;
    justify-content: center;
    text-align: center;
    align-items: center;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
}
.button-bet-head span{
    color: #BED3E8;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.36px;
}
.flex-column-bet{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.number-bet-1{
    display: grid;
    grid-template-columns: 45px 45px 45px;
    padding: 0 8px;
    border-radius: 4px;
    background: rgba(255, 217, 0, 0.24);
}
.number-bet-1 span{
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.39px;
    text-transform: capitalize;
}
.number-bet-red{
    display: grid;
    grid-template-columns: 45px 45px 45px;
    padding: 0 8px;
    border-radius: 4px;
    background: rgba(253, 55, 62, 0.35);
}
.number-bet-red span{
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.39px;
    text-transform: capitalize;
}
.number-bet-green{
    display: grid;
    grid-template-columns: 45px 45px 45px;
    padding: 0 8px;
    border-radius: 4px;
    background: rgba(180, 230, 62, 0.35);
}
.number-bet-green span{
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.39px;
    text-transform: capitalize;
}
.bet-down{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
}
.bet-up{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
}
.line-dash{
    display: flex;
    width: 1.5px;
    height: auto;
    border: 1.5px dashed #3D4036;
    margin: 8px 0;
}
.screen-live{
    display: flex;
    flex-direction: row;
    display: flex;
    padding: 16px 8px 16px 8px;
    align-items: flex-start;
    gap: 16px;
    border-radius: 24px;
    background: #141416;
}
.screen-live-main{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 920px;
}
.box-chat-live{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: -webkit-fill-available;
    background: #1a1a1a;
}
.box-chat-live img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
/*Video Live*/
.vjs-modal-dialog .vjs-modal-dialog-content,
.video-js .vjs-modal-dialog,
.vjs-button > .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    position: absolute;
    top: 0;
    left: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vjs-button > .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    text-align: center;
}

@font-face {
    font-family: VideoJS;
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==)
    format("woff");
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-play,
.video-js .vjs-play-control .vjs-icon-placeholder,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-play:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    content: "\f101";
}

.vjs-icon-play-circle {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-play-circle:before {
    content: "\f102";
}

.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
    content: "\f103";
}

.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
    content: "\f104";
}

.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
    content: "\f105";
}

.vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
    content: "\f106";
}

.vjs-icon-volume-high,
.video-js .vjs-mute-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-volume-high:before,
.video-js .vjs-mute-control .vjs-icon-placeholder:before {
    content: "\f107";
}

.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
    content: "\f108";
}

.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
    content: "\f109";
}

.vjs-icon-square {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-square:before {
    content: "\f10a";
}

.vjs-icon-spinner {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-spinner:before {
    content: "\f10b";
}

.vjs-icon-subtitles,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-subtitles:before,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
    content: "\f10c";
}

.vjs-icon-captions,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-captions-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-captions:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-captions-button .vjs-icon-placeholder:before {
    content: "\f10d";
}

.vjs-icon-chapters,
.video-js .vjs-chapters-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-chapters:before,
.video-js .vjs-chapters-button .vjs-icon-placeholder:before {
    content: "\f10e";
}

.vjs-icon-share {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-share:before {
    content: "\f10f";
}

.vjs-icon-cog {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-cog:before {
    content: "\f110";
}

.vjs-icon-circle,
.vjs-seek-to-live-control .vjs-icon-placeholder,
.video-js .vjs-volume-level,
.video-js .vjs-play-progress {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-circle:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before,
.video-js .vjs-volume-level:before,
.video-js .vjs-play-progress:before {
    content: "\f111";
}

.vjs-icon-circle-outline {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-circle-outline:before {
    content: "\f112";
}

.vjs-icon-circle-inner-circle {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
    content: "\f113";
}

.vjs-icon-hd {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-hd:before {
    content: "\f114";
}

.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
    content: "\f115";
}

.vjs-icon-replay,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-replay:before,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
    content: "\f116";
}

.vjs-icon-facebook {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-facebook:before {
    content: "\f117";
}

.vjs-icon-gplus {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-gplus:before {
    content: "\f118";
}

.vjs-icon-linkedin {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-linkedin:before {
    content: "\f119";
}

.vjs-icon-twitter {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-twitter:before {
    content: "\f11a";
}

.vjs-icon-tumblr {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-tumblr:before {
    content: "\f11b";
}

.vjs-icon-pinterest {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-pinterest:before {
    content: "\f11c";
}

.vjs-icon-audio-description,
.video-js .vjs-descriptions-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-audio-description:before,
.video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
    content: "\f11d";
}

.vjs-icon-audio,
.video-js .vjs-audio-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-audio:before,
.video-js .vjs-audio-button .vjs-icon-placeholder:before {
    content: "\f11e";
}

.vjs-icon-next-item {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-next-item:before {
    content: "\f11f";
}

.vjs-icon-previous-item {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-previous-item:before {
    content: "\f120";
}

.vjs-icon-picture-in-picture-enter,
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before,
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
    content: "\f121";
}

.vjs-icon-picture-in-picture-exit,
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before,
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
    content: "\f122";
}

.video-js {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    word-break: initial;
    width: 920px;
    height: 520px;
}
.video-js:-moz-full-screen {
    position: absolute;
}
.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
}

.video-js[tabindex="-1"] {
    outline: none;
}

.video-js *,
.video-js *:before,
.video-js *:after {
    box-sizing: inherit;
}

.video-js ul {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    list-style-position: outside;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
    width: 100%;
    max-width: 100%;
    height: 0;
}

.video-js.vjs-16-9 {
    padding-top: 56.25%;
}

.video-js.vjs-4-3 {
    padding-top: 75%;
}

.video-js.vjs-fill {
    width: 100%;
    height: 100%;
}

.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.video-js.vjs-fullscreen {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none;
}

.vjs-hidden {
    display: none !important;
}

.vjs-disabled {
    opacity: 0.5;
    cursor: default;
}

.video-js .vjs-offscreen {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px;
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

.vjs-no-js {
    padding: 20px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 300px;
    height: 150px;
    margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
    color: #66a8cc;
}

.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 1.63332em;
    width: 3em;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: 0.06666em solid #fff;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, 0.7);
    border-radius: 0.3em;
    transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-top: -0.81666em;
    margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
    border-color: #fff;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
    transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
    display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
    display: block;
}

.video-js button {
    background: none;
    border: none;
    color: inherit;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.vjs-control .vjs-button {
    width: 100%;
    height: 100%;
}

.video-js .vjs-control.vjs-close-button {
    cursor: pointer;
    height: 3em;
    position: absolute;
    right: 0;
    top: 0.5em;
    z-index: 2;
}
.video-js .vjs-modal-dialog {
    background: rgba(0, 0, 0, 0.8);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
    overflow: auto;
}

.video-js .vjs-modal-dialog > * {
    box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 20px 24px;
    z-index: 1;
}

.vjs-menu-button {
    cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
    cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
    display: none;
}

.vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
    box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
    display: none;
}

.vjs-menu li {
    list-style: none;
    margin: 0;
    padding: 0.2em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
    background-color: #fff;
    color: #2b333f;
}

.vjs-menu li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 0.3em 0;
    font-weight: bold;
    cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    width: 10em;
    left: -3em;
    height: 0em;
    margin-bottom: 1.5em;
    border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, 0.7);
    position: absolute;
    width: 100%;
    bottom: 1.5em;
    max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
    display: block;
}

.video-js .vjs-menu-button-inline {
    transition: all 0.4s;
    overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
    width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
    opacity: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: 4em;
    top: 0;
    padding: 0;
    margin: 0;
    transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
    display: block;
    opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
    display: block;
    opacity: 1;
    position: relative;
    width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
    width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
    width: auto;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

.video-js .vjs-control-bar {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
    display: flex;
    visibility: visible;
    opacity: 1;
    transition:
            visibility 0.1s,
            opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: visible;
    opacity: 0;
    transition:
            visibility 1s,
            opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
    display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
    display: table;
}

.video-js .vjs-control {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 4em;
    flex: none;
}

.vjs-button > .vjs-icon-placeholder:before {
    font-size: 1.8em;
    line-height: 1.67;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
    text-shadow: 0em 0em 1em white;
}

.video-js .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.vjs-no-flex .vjs-control {
    display: table-cell;
    vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
    display: none;
}

.video-js .vjs-progress-control {
    cursor: pointer;
    flex: auto;
    display: flex;
    align-items: center;
    min-width: 4em;
    touch-action: none;
}

.video-js .vjs-progress-control.disabled {
    cursor: default;
}

.vjs-live .vjs-progress-control {
    display: none;
}

.vjs-liveui .vjs-progress-control {
    display: flex;
    align-items: center;
}

.vjs-no-flex .vjs-progress-control {
    width: auto;
}

.video-js .vjs-progress-holder {
    flex: auto;
    transition: all 0.2s;
    height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
    font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
    position: absolute;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 0;
}

.video-js .vjs-play-progress {
    background-color: #fff;
}
.video-js .vjs-play-progress:before {
    font-size: 0.9em;
    position: absolute;
    right: -0.5em;
    top: -0.3333333333em;
    z-index: 1;
}

.video-js .vjs-load-progress {
    background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
    background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0.3em;
    color: #000;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 6px 8px 8px 8px;
    pointer-events: none;
    position: absolute;
    top: -3.4em;
    visibility: hidden;
    z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
    display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
    display: block;
    font-size: 0.6em;
    visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
    font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
    display: none;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
    display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
    visibility: hidden;
    opacity: 0;
    transition:
            visibility 1s,
            opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 0.45em 0 0.45em;
    /* iOS Safari */
    -webkit-touch-callout: none;
    /* Safari */
    -webkit-user-select: none;
    /* Konqueror HTML */
    /* Firefox */
    -moz-user-select: none;
    /* Internet Explorer/Edge */
    -ms-user-select: none;
    /* Non-prefixed version, currently supported by Chrome and Opera */
    user-select: none;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
    cursor: default;
}

.video-js .vjs-slider:focus {
    text-shadow: 0em 0em 1em white;
    box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
    cursor: pointer;
    flex: none;
}
.video-js .vjs-volume-control {
    cursor: pointer;
    margin-right: 1em;
    display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
    visibility: visible;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin-left: -1px;
}

.video-js .vjs-volume-panel {
    transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
    visibility: visible;
    opacity: 1;
    position: relative;
    transition:
            visibility 0.1s,
            opacity 0.1s,
            height 0.1s,
            width 0.1s,
            left 0s,
            top 0s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
    width: 5em;
    height: 3em;
    margin-right: 0;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
    left: -3.5em;
    transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
    width: 10em;
    transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
    width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    height: 8em;
    width: 3em;
    left: -3000em;
    transition:
            visibility 1s,
            opacity 1s,
            height 1s 1s,
            width 1s 1s,
            left 1s 1s,
            top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    transition:
            visibility 1s,
            opacity 1s,
            height 1s 1s,
            width 1s,
            left 1s 1s,
            top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
    height: 3em;
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    position: absolute;
    bottom: 3em;
    left: 0.5em;
}

.video-js .vjs-volume-panel {
    display: flex;
}

.video-js .vjs-volume-bar {
    margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
    width: 5em;
    height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
    width: 0.3em;
    height: 5em;
    margin: 1.35em auto;
}

.video-js .vjs-volume-level {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}
.video-js .vjs-volume-level:before {
    position: absolute;
    font-size: 0.9em;
}

.vjs-slider-vertical .vjs-volume-level {
    width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
    top: -0.5em;
    left: -0.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
    height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
    top: -0.3em;
    right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
    width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
    height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
    width: 100%;
}

.video-js .vjs-volume-vertical {
    width: 3em;
    height: 8em;
    bottom: 8em;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
    left: -2em;
}

.vjs-poster {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #000000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}

.vjs-has-started .vjs-poster {
    display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
    display: block;
}

.vjs-using-native-controls .vjs-poster {
    display: none;
}

.video-js .vjs-live-control {
    display: flex;
    align-items: flex-start;
    flex: auto;
    font-size: 1em;
    line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
    display: table-cell;
    width: auto;
    text-align: left;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
    display: none;
}

.video-js .vjs-seek-to-live-control {
    cursor: pointer;
    flex: none;
    display: inline-flex;
    height: 100%;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 1em;
    line-height: 3em;
    width: auto;
    min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
    display: table-cell;
    width: auto;
    text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
    display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
    cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
    margin-right: 0.5em;
    color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
    color: red;
}

.video-js .vjs-time-control {
    flex: none;
    font-size: 1em;
    line-height: 3em;
    min-width: 2em;
    width: auto;
    padding-left: 1em;
    padding-right: 1em;
}

.vjs-live .vjs-time-control {
    display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
    display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
    display: none;
}

.vjs-time-divider {
    display: none;
    line-height: 3em;
}

.vjs-live .vjs-time-divider {
    display: none;
}

.video-js .vjs-play-control {
    cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
    flex: none;
}

.vjs-text-track-display {
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em;
}

.video-js .vjs-text-track {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 0.1em;
}

.vjs-subtitles {
    color: #fff;
}

.vjs-captions {
    color: #fc6;
}

.vjs-tt-cue {
    display: block;
}

video::-webkit-media-text-track-display {
    transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
    transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
    cursor: pointer;
    flex: none;
}
.video-js .vjs-fullscreen-control {
    cursor: pointer;
    flex: none;
}
.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
    pointer-events: none;
    font-size: 1.5em;
    line-height: 2;
    text-align: center;
}

.vjs-playback-rate .vjs-menu {
    width: 4em;
    left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 1.4em;
    text-align: center;
}

.vjs-error .vjs-error-display:before {
    color: #fff;
    content: "X";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4em;
    left: 0;
    line-height: 1;
    margin-top: -0.5em;
    position: absolute;
    text-shadow: 0.05em 0.05em 0.1em #000;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 100%;
}

.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.85;
    text-align: left;
    border: 6px solid rgba(43, 51, 63, 0.7);
    box-sizing: border-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
    display: block;
    -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
    animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
    content: "";
    position: absolute;
    margin: -6px;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 1;
    border: inherit;
    border-color: transparent;
    border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
    -webkit-animation:
            vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,
            vjs-spinner-fade 1.1s linear infinite;
    animation:
            vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,
            vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
    border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
    border-top-color: white;
    -webkit-animation-delay: 0.44s;
    animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
    to {
        visibility: visible;
    }
}
@-webkit-keyframes vjs-spinner-show {
    to {
        visibility: visible;
    }
}
@keyframes vjs-spinner-spin {
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes vjs-spinner-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f;
    }
    20% {
        border-top-color: #73859f;
    }
    35% {
        border-top-color: white;
    }
    60% {
        border-top-color: #73859f;
    }
    100% {
        border-top-color: #73859f;
    }
}
@-webkit-keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f;
    }
    20% {
        border-top-color: #73859f;
    }
    35% {
        border-top-color: white;
    }
    60% {
        border-top-color: #73859f;
    }
    100% {
        border-top-color: #73859f;
    }
}
.vjs-chapters-button .vjs-menu ul {
    width: 24em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
    font-family: VideoJS;
    content: "";
    font-size: 1.5em;
    line-height: inherit;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
    font-family: VideoJS;
    content: " ";
    font-size: 1.5em;
    line-height: inherit;
}

.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-control,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-control,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-control {
    display: none;
}
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
    width: auto;
    width: initial;
}
.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subs-caps-button {
    display: none;
}
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-custom-control-spacer {
    flex: auto;
    display: block;
}
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer {
    width: auto;
}
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-progress-control,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-progress-control {
    display: none;
}

.vjs-modal-dialog.vjs-text-track-settings {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, 0.75);
    color: #fff;
    height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
    display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
    display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
    text-align: right;
    vertical-align: bottom;
}

@supports (display: grid) {
    .vjs-text-track-settings .vjs-modal-dialog-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        padding: 20px 24px 0px 24px;
    }

    .vjs-track-settings-controls .vjs-default-button {
        margin-bottom: 20px;
    }

    .vjs-text-track-settings .vjs-track-settings-controls {
        grid-column: 1/-1;
    }

    .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
    .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
    .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
        grid-template-columns: 1fr;
    }
}
.vjs-track-setting > select {
    margin-right: 1em;
    margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
    margin: 5px;
    padding: 3px;
    border: none;
}

.vjs-text-track-settings fieldset span {
    display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
    max-width: 7.3em;
}

.vjs-text-track-settings legend {
    color: #fff;
    margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
    outline-style: solid;
    outline-width: medium;
    background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
    color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
    background-color: #fff;
    background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
    color: #2b333f;
    cursor: pointer;
    border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
    margin-right: 1em;
}

@media print {
    .video-js > *:not(.vjs-tech):not(.vjs-poster) {
        visibility: hidden;
    }
}
.vjs-resize-manager {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
    outline: none;
    background: none;
}

.video-js *:focus:not(:focus-visible),
.video-js .vjs-menu *:focus:not(:focus-visible) {
    outline: none;
    background: none;
}
/* Blur khi chưa play */
.blur-poster .vjs-poster {
    filter: blur(6px);
    transform: scale(1);
    transition: filter 0.4s ease, transform 0.4s ease;
}

/* Khi đã play → bỏ blur */
.video-js.vjs-has-started .vjs-poster {
    filter: blur(0);
    transform: scale(1);
}
/*End Video Live*/

.chose-stream{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.box-chose-stream{
    display: flex;
    height: 42px;
    padding: 8px 16px;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1.5px solid #FFF;
    cursor: pointer;
}
.img-chose-stream{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
}
.img-chose-stream img{
    width: 24px;
    height: 24px;
    object-fit: cover;
}
.name-stream span{
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}
.box-chose-stream.active {
    background: #1DB57A;
    border: 1.5px solid #1DB57A;
}
.tab-video-end{
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    background: #141416;
    width: 100%;
}
.box-statistics{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 4px;
    border-radius: 50px;
    background: #2A2A2A;
    width: 100%;
}
.statistics-card{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}
.statistics-card span{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.svg-yellow-card{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
}
.video-no-match{
    display: flex;
    width: 920px;
    height: auto;
    background: #070707;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 99;
}
.bg-radius-video{
    display: flex;
    width: 920px;
    height: 350px;
    border-radius: 920px;
    background: linear-gradient(90deg, rgba(200, 245, 88, 0.20) 0%, rgba(158, 191, 71, 0.20) 100%);
    filter: blur(100px);
    position: absolute;
    top: 0;
}
.tab-no-match{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 100%;
    z-index: 99;
}
.head-no-match{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.span-no-match-1{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}
.span-no-match-2{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.button-no-macth{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.button-match-other{
    display: flex;
    height: 40px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    background: #F00;
}
.button-match-other svg{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}
.button-match-other span{
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
}
.view-match-schedule{
    display: flex;
    height: 40px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.08);
}
.view-match-schedule span{
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
}
.live-ratio-bet-mobi{
    display: none;
}
.box-tour-schedule{
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
}
.head-tour-schedule{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}
.name-tour-schedule{
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
}
.img-logo-tour{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}
.img-logo-tour img{
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.list-schedule-main{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.list-schedule-main .box-list-match-blv{
    grid-template-columns: 548px 159px 310px 125px;
}
.list-nhan-dinh{
    display: none;
    flex-direction: column;
    gap: 10px;
    position: relative;
}
.list-nhan-dinh.show{
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}
.time-line{
    position: absolute;
    top: 20px;
    content: "";
    left: 8px;
    height: 100%;
    border: 1px solid #B4E63E;
}
.time-line.last{
    display: none;
}
.time-top{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    position: absolute;
    top: 0;
    left: 0px;
}
.svg-time-top{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}
.svg-time-top svg{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}
.time-top span{
    color: #B4E63E;
    font-size: 14px;
    font-weight: 500;
}
.box-nhan-dinh{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 24px;
    margin-top: 32px;
    gap: 24px;
}
.blv-nhan-dinh{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.blv-nhan-dinh span{
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    opacity: 0.65;
}
.img-blv-nd{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}
.img-blv-nd img{
    width: 30px;
    height: 30px;
    object-fit: cover;
}
.box-match-active{
    display: flex;
}
.box-active-red{
    display: flex;
    height: 24px;
    padding: 3px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #FD373E;
}
.box-active-red span{
    color: #FFF;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.nhan-dinh-left{
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}
.nhan-dinh-right{
    display: flex;
    align-items: start;
    justify-content: center;
    width: 300px;
}
.img-nd-right{
    display: flex;
    align-items: center;
    width: 292px;
    height: 207px;
}
.img-nd-right img{
    width: 292px;
    height: 207px;
    object-fit: cover;
    border-radius: 16px;
}
.list-column-nd{
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.box-active-green{
    display: flex;
    height: 24px;
    padding: 3px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #1DB57A;
}
.box-active-green span{
    overflow: hidden;
    color: #FFF;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.nhan-dinh-details{
    display: flex;
    flex-direction: row;
    gap: 24px;
}
.details-nd-left{

}
.top-details-nd{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.title-details-nd span{
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}
.time-author-nd{
    display: flex;
    flex-direction: row;
    gap: 50px;
}
.time-author-nd .span-commentator{
    font-size: 14px;
}
.time-author-nd .box-commentator{
    gap: 8px;
}
.time-author-nd .img-commentator{
    width: 28px;
    height: 28px;
}
.time-author-nd .img-commentator img{
    width: 28px;
    height: 28px;
}
.svg-arrow-nd{
    display: flex;
    align-items: center;
    justify-content: center;
}
.svg-arrow-nd svg{
    fill: #1DB57A;
    transform: rotate(90deg);
}
.box-text-dropdown{

}
.box-text-dropdown{
    display: flex;
    padding: 8px;
    flex-direction: column;
    gap: 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.16);
}
.button-content-nd{
    display: flex;
    height: 32px;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    cursor: pointer;
}
.box-text-dropdown.active .button-content-nd{
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.span-button-nd span{
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
}
.list-ul{
    list-style-type: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    padding-left: 16px;
}
.box-text-dropdown.active .list-ul {
    display: none;
}
.box-text-dropdown.active .svg-arrow-nd {
    transform: rotate(-90deg);
    transition: 0.3s ease;
}

.svg-arrow-nd {
    transition: 0.3s ease;
}
.list-ul li{
    display: flex;
    height: 32px;
    padding-left: 8px;
    align-items: center;
    gap: 8px;
}
.list-ul li span{
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
}
.details-nd-left{
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 76%;
}
.tab-content-nd{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.tab-content-nd p{
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: normal;
}
.tab-content-nd h3{
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
}
.tab-content-nd img{
    border-radius: 16px;
    width: 100%;
    height: auto;
}
.details-nd-right{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 292px;
}
.head-nd-right{
    border-bottom: 2px solid #C8F558;
}
.tab-xem-lich{
    display: flex;
    height: 32px;
    width: fit-content;
    padding: 3px 8px;
    justify-content: start;
    align-items: center;
    gap: 10px;
    background: #B4E63E;
    backdrop-filter: blur(2px);
}
.tab-xem-lich span{
    color: #070707;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.box-xem-lich{
    display: flex;
    width: 292px;
    padding: 8px;
    align-items: center;
    gap: 12px;
    border-radius: 12px;
    background: #161616;
    backdrop-filter: blur(2px);
}
.list-xem-lich{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.box-xem-lich:hover{
    background: rgba(255, 255, 255, 0.16);
}
.xem-lich-left{
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    width: 90px;
}
.xem-lich-right{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.name-club-xem-lich span{
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.time-xem-lich span{
    color: #B4E63E;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}
.box-club-xem-lich-left{
    display: flex;
    width: 42px;
    height: 42px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100%;
    border: 2px solid #161616;
    background: #211F21;
    position: absolute;
    left: 0px;
    z-index: 10;
}
.box-club-xem-lich-left img{
    width: 24px;
    height: 24px;
    object-fit: cover;
}
.box-club-xem-lich-right{
    display: flex;
    width: 42px;
    height: 42px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100%;
    border: 2px solid #161616;
    background: #211F21;
    position: absolute;
    left: 35px;
}
.box-club-xem-lich-right img{
    width: 24px;
    height: 24px;
    object-fit: cover;
}
.box-news{
    display: none;
    flex-direction: column;
    gap: 16px;
}
.box-news.show{
    display: flex;
}
.box-news-down{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.list-column-news{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
}
.img-news{
    display: flex;
    width: 100%;
    height: 207px;
    justify-content: center;
    align-items: center;
}
.img-news img{
    width: 100%;
    height: 207px;
    object-fit: cover;
    border-radius: 16px;
}
.title-news span{
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.title-news span:hover{
    color: #00ff80;
}
.box-news-down .blv-nhan-dinh span{
    font-weight: 400;
}
.box-List-news{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.box-home-bet{
    display: flex;
    padding: 16px 16px 16px 0;
    align-items: center;
    gap: 24px;
    border-radius: 16px;
    background: #070707;
}
.box-number-bet{
    display: flex;
    width: 80px;
    height: 130px;
    padding: 4px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 0 16px 16px 0;
    background: linear-gradient(180deg, #B4E63E 0%, #1DB57A 100%);
}
.box-number-bet span{
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-transform: capitalize;
}
.name-home-bet{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.span-home-bet span{
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-transform: capitalize;
}
.list-star-bet{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}
.svg-star-bet{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    width: 24px;
}
.svg-star-bet svg{
    height: 24px;
    width: 24px;
    object-fit: cover;
}
.line-home-bet{
    display: flex;
    background: #272727;
    height: 100px;
    width: 1px;
}
.text-home-bet{
    display: flex;
    flex-direction: column;
}
.text-home-bet-1{
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
}
.text-home-bet-2{
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
}
.text-red-bet{
    color: #F14B51;
}
.text-yellow-bet{
    color: #FDC033;
}
.tab-home-bet{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    width: 100%;
}
.list-home-bet{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.list-home-bet-mobi{
    display: none;
}
.tab-blv{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.list-blv-main{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
}
.box-blv-main{
    position: relative;
    display: none;
}
.box-blv-main.show{
    display: flex;
}
.img-blv-main{
    display: flex;
    width: 100%;
    height: 390px;
    flex-direction: column;
    gap: 16px;
    border-radius: 16px;
}
.img-blv-main img{
    width: 100%;
    height: 390px;
    object-fit: cover;
    border-radius: 16px;
}
.info-blv{
    position: absolute;
    bottom: 0;
    display: flex;
    padding: 16px;
    flex-direction: column;
    gap: 12px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(7, 7, 7, 0.00) -5%, rgba(7, 7, 7, 1) 100%);
    width: 100%;
}
.tab-name-blv span{
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
.evaluate-blv{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.box-more-blv{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.span-blv-hot{
    background: linear-gradient(180deg, #B4E63E 0%, #1DB57A 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.info-full-blv{
    display: flex;
    padding: 24px;
    flex-direction: column;
    gap: 32px;
    border-radius: 16px;
    background: #070707;
}
.head-info-blv{
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.head-info-left{
    display: flex;
    /*align-items: center;*/
    /*justify-content: center;*/
    width: 300px;
    height: 400px;
}
.head-info-left img{
    width: 300px;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
}
.head-info-right{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}
.text-info-blv{
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.text-large-blv span{
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.text-small-blv span{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}
.experience-blv{
    display: flex;
    gap: 40px;
    align-items: baseline;
}
.box-experience-blv{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.text-experience-1 span{
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
}
.text-experience-2 span{
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.text-experience-color{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.text-experience-color span{
    color: #B4E63E;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
}
.text-experience-color svg{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
}
.social-blv{
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}
.text-social-blv span{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.list-social-blv{
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
}
.link-social-blv{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 100%;
}
.tab-info-blv{
    display: flex;
    justify-content: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #3D4036;
}
.tab-content-blv{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.content-blv-text{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.tab-content-blv p{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.tab-content-blv span{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.tab-content-blv h3{
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}
.tab-content-blv ul{
    color: #FFF;
    margin: 0;
}
.tour-result{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}
.name-tour-result span{
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    width: max-content;
}
.tab-card-result{
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}
.card-result{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
}
.card-red-result{
    display: flex;
    width: 12px;
    height: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    background: #F14B51;
}
.card-red-result span{
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    text-transform: capitalize;
}
.card-yellow-result{
    display: flex;
    width: 12px;
    height: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    background: #EFB930;
}
.card-yellow-result span{
    color: #070707;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    text-transform: capitalize;
}
.club-left .tab-card-result{
    justify-content: end;
    align-items: end;
}
.club-right .tab-card-result{
    justify-content: start;
    align-items: start;
}
.box-head-h1{
    display: flex;
    height: 24px;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.16);
}
.box-head-h1 span{
    color: #1DB57A;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.box-head-ft{
    display: flex;
    height: 24px;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.16);
}
.box-head-ft span{
    color: #EF9403;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.box-over-match{
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-over-match span{
    color: #BED3E8;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.tab-info-result-mobi{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.head-grid-bet{
    display: grid;
    grid-template-columns: 150px 343px 100px 155px 370px;
    align-items: center;
    gap: 16px;
    padding: 0 16px 1px 50px;
    border-radius: 16px 16px 0 0;
    border-bottom: 1.5px solid #272727;
    background: #1B1B1B;
}
.ratio-bet{
    display: flex;
    flex-direction: row;
    align-items: start;
    width: 100%;
}
.box-ratio-bet{
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 50%;
}
.ratio-grid-bet{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.time-bet{
    display: flex;
    align-items: center;
    border-right: 1px solid #272727;
    border-left: 1px solid #272727;
    height: 100%;
}
.time-bet span{
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}
.match-bet{
    display: flex;
    align-items: start;
}
.match-bet span{
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}
.score-bet{
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #272727;
    border-left: 1px solid #272727;
    height: 100%;
}
.score-bet span{
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}
.blv-bet{
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #272727;
    border-left: 1px solid #272727;
    height: 100%;
}
.blv-bet span{
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}
.head-ratio-bet{
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #272727;
    border-left: 1px solid #272727;
    border-bottom: 1px solid #272727;
}
.head-ratio-bet span{
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
}
.box-in-grid-bet{
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #272727;
    border-left: 1px solid #272727;
}
.border-0{
    border: 0;
}
.border-r-0{
    border-right: 0;
}
.border-l-0{
    border-left: 0;
}
.box-in-grid-bet span{
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}
.box-club-ratio-bet{
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    height: 100%;
    justify-content: space-around;
}
.tab-info-bet{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    width: 100%;
}
.box-info-bet{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2px;
}
.ratio-in-bet{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    height: 30px;
}
.span-bet-1{
    color: #848484;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
    text-transform: capitalize;
}
.span-bet-2{
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.36px;
    text-transform: capitalize;
}
.span-bet-red{
    color: #FD373E;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.36px;
    text-transform: capitalize;
}
.box-info-bet-1{
    display: flex;
    padding: 4px 8px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 4px;
    height: max-content;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}
.line-column-bet{
    width: 100%;
    height: 1px;
    background: #4A4A4A;
}
.list-tour-bet{
    display: flex;
    flex-direction: column;
    border-radius: 0 0 16px 16px;
    overflow: hidden;
}
.score-bet-mobi{
    display: flex;
    width: 90px;
    padding: 24px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: rgba(180, 230, 62, 0.32);
}
.score-bet-mobi-vs{
    display: flex;
    width: 90px;
    padding: 24px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: rgba(190, 211, 232, 0.16);
}
.match-live-bet-mobi{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.match-live-bet-mobi .name-club span{
    width: 100%;
}
@media screen and (min-width: 576px) {

}

@media only screen and (max-width: 600px){
    .container{
        width: 100%;
    }
    #main{
        margin: 0;
        padding: 0 6px;
        padding-top: 82px;
    }
    .content {
        width: 100%;
    }
    header{
        padding: 12px;
        position: relative;
        z-index: 1000;
        align-items: center;
        flex-direction: column;
        top: 0;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    }
    header {
        position: fixed;
        top: 0;
        z-index: 9999;
        background: #070707;
    }
    .header-pc{
        display: none;
    }
    .box-tour-schedule{
        display: none;
    }
    .box-tour-schedule-mobi{
        display: flex;
        padding: 12px;
        flex-direction: column;
        gap: 12px;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.08);
    }
    .box-tour-schedule-mobi #main{
        padding: 0;
    }
    .header-mobi{
        display: flex;
        flex-direction: row;
        gap: 16px;
        width: 100%;

    }
    .header{
        gap: 16px;
        width: 100%;
    }
    .svg-menu-close{
        display: none;
    }
    .list-menu{
        display: none;
    }
    .list-menu-mobi{
        display: none;
        flex-direction: column;
        position: absolute;
        top: 72px;
        opacity: 0;
        transform: translateY(-12px);
        transition: all 0.3s ease;
    }
    header.menu-open .list-menu-mobi {
        opacity: 1;
        transform: translateY(0);
    }
    .svg-menu-close,
    .list-menu-mobi {
        display: none;
    }

    header.menu-open .svg-menu {
        display: none;
    }

    header.menu-open .svg-menu-close {
        display: flex;
        align-items: center;
        padding: 12px;
        justify-content: flex-end;
        gap: 10px;
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.05);
        background: rgba(255, 255, 255, 0.16);
        backdrop-filter: blur(12px);
    }

    header.menu-open .list-menu-mobi {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .list-menu-hidden{
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 8px;
        width: 100%;
        align-items: center;
        padding-top: 20px;
    }
    .footer-head{
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding: 0 24px;
        position: absolute;
        bottom: 30%;
    }
    .nav-menu{
        width: 150px;
    }
    .img-head-mobi{
        position: relative;
        height: 100%;
    }
    .list-nav-mobi{
        position: absolute;
        top: 0;
        width: 100%;
    }
    .logo{
        width: 118px;
        height: 40px;
    }
    .logo img{
        width: 118px;
        height: 40px;
    }
    .button-ads span{
        font-size: 16px;
    }
    .banner-head{
        display: flex;
    }
    .banner-head img{
        width: 100%;
        height: auto;
    }
    .banner-2{
        display: flex;
    }
    .banner-head-2 img{
        width: 100%;
        height: auto;
    }
    .box-cate{
        padding: 8px 16px;
        width: 100%;
        height: auto;
    }
    .name-cate{
        font-size: 12px;
        width: max-content;
    }
    .box-number-live{
        right: 16px;
    }
    .title-box-live h2{
        font-size: 20px;
    }
    .title-box-live h1{
        font-size: 20px;
    }
    .list-box-live{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .name-tour span {
        font-size: 10px;
    }
    .logo-club img {
        height: 28px;
        width: 28px;
    }
    .box-banner-button{
        display: flex;
        flex-wrap: wrap;
    }
    .banner-800x60{
        display: flex;
    }
    .banner-800x60 img{
        width: 100%;
        height: auto;
    }
    .banner-pc-center{
        width: 100%;
        height: auto;
    }
    .banner-pc-center img{
        width: 100%;
        height: auto;
    }
    .banner-ads-center{
        display: flex;
    }
    .button-banner-ads{
        height: 38px;
        padding: 4px 6px;
        gap: 4px;
        font-size: 14px;
    }
    .box-time-main{
        flex-direction: column;
    }
    .top-bookmakers{
        padding: 16px;
    }
    .box-slick-left{
        left: 16px;
        top: 150px;
    }
    .box-slick-right{
        right: 16px;
        top: 150px;
    }
    .list-match-blv{
        display: none;
    }
    .list-match-blv-mobi{
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .button-view-more{
        display: none;
    }
    .button-view-more-mobi{
        display: flex;
        height: 40px;
        padding: 5px 16px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 100px;
        background: rgba(255, 255, 255, 0.16);
    }
    .button-view-more-mobi span{
        color: #FFF;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .button-list-blv{
        flex-direction: row;
    }
    .list-assessment-bet{
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }
    .box-intro{
        flex-direction: column;
    }
    .nav-intro{
        width: 100%;
    }
    .content-intro-main h1{
        font-size: 18px;
    }
    .content-intro-main h2{
        font-size: 18px;
    }
    .content-intro-main h3{
        font-size: 18px;
    }
    .content-intro-main{
        width: 100%;
    }
    .head-footer{
        flex-direction: column;
        gap: 16px;
    }
    .text-footer-left{
        text-align: center;
    }
    .text-footer-left span{
        font-size: 14px;
    }
    .intro-flex span{
        font-size: 14px;
    }
    .content-intro-main p{
        font-size: 14px;
    }
    .text-intro{
        font-size: 20px;
    }
    .list-cate-up, .list-cate-down{
        flex-wrap: wrap;
    }
    .banner-ads-footer{
        display: flex;
    }
    .banner-footer-1{
        width: 100%;
        height: auto;
    }
    .banner-footer-1 img{
        width: 100%;
        height: auto;
    }
    .banner-footer-2{
        width: 100%;
        height: auto;
    }
    .banner-footer-2 img{
        width: 100%;
        height: auto;
    }
    .slide-top-bookmakers{
        display: flex;
    }
    .slide-top-bookmakers .slick-dots{
        display: none;
    }
    .slide-schedule-blv{
        display: flex;
    }
    .content-main{
        width: 100%;
    }
    .head-footer-left{
        width: 100%;
        align-items: center;
    }
    .head-footer-right{
        width: 100%;
        text-align: center;
        align-items: center;
    }
    .list-time-blv{
        width: 100%;
    }
    .span-time-1{
        width: max-content;
    }
    .dropdown-container{
        width: 100%;
    }
    .button-bookmarkers-bet span{
        font-size: 14px;
    }
    .img-top-bookmakers img{
        width: 75px;
        height: 75px;
    }
    .box-top-bookmakers{
        width: 140px;
    }
    .span-time-1, .span-time-2{
        font-size: 14px;
    }
    .button-bookmarkers-endow{
        font-size: 14px;
    }
    .list-home-bet-mobi .button-bookmarkers-endow{
        width: auto;
    }
    .box-time-blv{
        padding: 8px 24px;
    }
    .info-match-live{
        gap: 4px;
        grid-template-columns: 3fr 1fr 3fr;
    }
    .banner-left{
        display: none;
    }
    .banner-right{
        display: none;
    }
    .box-assessment-bet{
        width: 100%;
        flex-direction: row;
        gap: 12px;
    }
    .img-assessment-bet{
        width: 190px;
        height: auto;
    }
    .img-assessment-bet img{
        width: 190px;
        height: auto;
    }
    .title-assessment-bet span{
        font-size: 14px;
        line-height: normal;
    }
    .brief-assessment-bet span{
        font-size: 14px;
    }
    .content-assessment{
        gap: 8px;
        width: 50%;
    }
    .slide-schedule-blv .slick-next{
        left: 350px !important;
    }
    .score-live span{
        font-size: 18px;
    }
    .box-live-head{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .box-live-ratio-bet{
        display: none;
    }
    .live-ratio-bet-mobi{
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }
    .select-ratio-bet{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
        justify-content: center;
    }
    .box-live-match{
        padding: 8px;
    }
    .number-bet-1{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .number-bet-red{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .number-bet-green{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .select-ratio-bet .title-live-bet{
        padding: 0 16px;
        border-radius: 4px;
    }
    .select-ratio-bet .title-live-bet.active{
        padding: 0 16px;
        border-radius: 4px;
        background: rgba(255, 255, 255, 0.24);
    }
    .grid-live-1{
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }
    .grid-live-2{
        padding: 0;
        border: none;
    }
    .grid-live-2 .name-club span{
        font-size: 14px;
    }
    .grid-live-2 .logo-club{
        width: 38px;
        height: 38px;
        object-fit: cover;
    }
    .grid-live-2 .logo-club img{
        width: 38px;
        height: 38px;
        object-fit: cover;
    }
    .grid-live-2 .score-live span{
        font-size: 18px;
    }
    .grid-live-2 .tab-time-live{
        flex-direction: column;
    }
    .span-home{
        display: flex;
        font-size: 12px;
        line-height: normal;
        width: max-content;
    }
    .name-cate-slug span{
        display: flex;
        font-size: 12px;
        line-height: normal;
        width: max-content;
    }
    .name-match-slug span{
        font-size: 12px;
        line-height: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        width: max-content;
    }
    .screen-live{
        flex-direction: column;
        padding: 6px;
    }
    .screen-live-main{
        width: 100%;
    }
    .video-no-match{
        width: 100%;
        height: auto;
        border-radius: 16px;
        overflow: hidden;
    }
    .bg-radius-video{
        width: 100%;
        height: 280px;
    }
    .span-no-match-2{
        font-size: 14px;
    }
    .box-chose-stream{
        height: 40px;
        padding: 8px 12px;
    }
    .tab-grid-bet.hiep-1,
    .tab-live-bet.ca-tran {
        display: none;
    }

    .tab-grid-bet.hiep-1.active,
    .tab-live-bet.ca-tran.active {
        display: flex;
    }
    .video-js {
        width: 100%;
        height: 270px;
    }
    .nhan-dinh-right{
        width: 190px;
    }
    .img-nd-right{
        width: 100%;
        height: auto;
    }
    .img-nd-right img{
        width: 190px;
        height: auto;
    }
    .box-nhan-dinh{
        gap: 10px;
    }
    .nhan-dinh-details{
        flex-direction: column;
    }
    .details-nd-left{
        width: 100%;
    }
    .details-nd-right{
        width: 100%;
    }
    .box-xem-lich{
        width: 100%;
    }
    .title-details-nd span{
        font-size: 20px;
    }
    .span-time-oclock{
        font-size: 12px;
    }
    .time-author-nd{
        justify-content: space-between;
        gap: unset;
        width: 100%;
    }
    .time-author-nd .span-commentator{
        font-size: 12px;
    }
    .tab-content-nd h3{
        font-size: 14px;
    }
    .tab-content-nd p{
        font-size: 14px;
    }
    .list-column-news{
        display: flex;
        flex-direction: column;
    }
    .box-news{
        flex-direction: row;
        align-items: start;
    }
    .img-news{
        height: auto;
    }
    .img-news img{
        width: 100%;
        height: auto;
    }
    .list-home-bet{
        display: none;
    }
    .list-home-bet-mobi{
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .list-home-bet-mobi .img-top-bookmakers img{
        width: 70px;
        height: 70px;
    }
    .list-home-bet-mobi .box-button-bookmarkers{
        flex-direction: row;
    }
    .box-home-bet{
        display: flex;
        padding: 12px 16px 12px 0;
        align-items: center;
        gap: 12px;
    }
    .span-home-bet span{
        font-size: 18px;
    }
    .text-home-bet-1{
        font-size: 14px;
    }
    .text-home-bet-2{
        font-size: 14px;
    }
    .svg-star-bet{
        width: 16px;
        height: 16px;
    }
    .svg-star-bet svg{
        width: 16px;
        height: 16px;
    }
    .list-blv-main{
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    .img-blv-main{
        height: auto;
    }
    .img-blv-main img{
        height: auto;
    }
    .tab-name-blv span{
        font-size: 20px;
    }
    .info-blv{
        padding: 12px;
    }
    .head-info-blv{
        flex-direction: column;
        gap: 16px;
    }
    .head-info-left{
        width: 100%;
        height: auto;
    }
    .head-info-left img{
        width: 100%;
        height: auto;
    }
    .text-large-blv span{
        font-size: 24px;
    }
    .text-small-blv span{
        font-size: 14px;
    }
    .text-experience-1 span{
        font-size: 20px;
    }
    .text-experience-2 span{
        font-size: 14px;
    }
    .text-experience-color span{
        font-size: 20px;
    }
    .text-experience-color svg{
        width: 24px;
        height: 24px;
    }
    .list-social-blv{
        gap: 16px;
    }
    .tab-content-blv h3{
        font-size: 14px;
    }
    .tab-content-blv p{
        font-size: 14px;
    }
    .info-full-blv{
        padding: 16px;
    }
    .tab-content-blv{
        gap: 8px;
    }
    .tour-result{
        width: 100%;
    }
    .name-tour-result{
        display: flex;
    }
    .tab-info-result-mobi .box-statistics{
        width: 50%;
        background: unset;
        justify-content: start;
    }
    .tab-info-result-mobi .button-view-detail{

    }
    .name-club span{

    }
    .head-ratio-bet{
        border: none;
    }
    .ratio-bet-mobi{
        display: flex;
        flex-direction: column;
        gap: 2px;
        width: 100%;
    }
    .title span{
        background: unset;
    }
    .tab-video-end{
        padding: 0;
    }
    .box-chat-live{
        border-radius: 16px;
        overflow: hidden;
        height: 650px;
    }
    .box-live-main{
        padding: 12px;
    }
    .box-number-bet{
        width: 40px;
    }
    .name-tour {
        width: 45%;
    }
    .logo-club{
        width: 38px;
        height: 38px;
        object-fit: cover;
    }
    .chose-stream{
        gap: 6px;
    }
    .name-match-slug{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/* Table Mobile*/
@media (max-width: 767px) {

}
/* End Mobile*/

/* Table Ipad*/
@media (min-width: 768px) and (max-width: 1023px) {
    .container{
        width: 100%;
    }
    #main{
        margin: 0;
        padding: 0 12px;
    }
    .content{
        width: 100%;
    }
    header{
        padding: 12px;
        position: relative;
        z-index: 1000;
        align-items: center;
        flex-direction: column;
        top: 0;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    }
    header {
        position: fixed;
        top: 0;
        z-index: 9999;
        background: #070707;
    }
    .header-pc{
        display: none;
    }
    .box-tour-schedule{
        display: flex;
    }
    .box-tour-schedule-mobi{
        display: flex;
        padding: 12px;
        flex-direction: column;
        gap: 12px;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.08);
    }
    .box-tour-schedule-mobi #main{
        padding: 0;
    }
    .header-mobi{
        display: flex;
        flex-direction: row;
        gap: 16px;
        width: 100%;

    }
    .header{
        gap: 16px;
        width: 100%;
    }
    .svg-menu-close{
        display: none;
    }
    .list-menu{
        display: none;
    }
    .list-menu-mobi{
        display: none;
        flex-direction: column;
        position: absolute;
        top: 72px;
        opacity: 0;
        transform: translateY(-12px);
        transition: all 0.3s ease;
    }
    header.menu-open .list-menu-mobi {
        opacity: 1;
        transform: translateY(0);
    }
    .svg-menu-close,
    .list-menu-mobi {
        display: none;
    }

    header.menu-open .svg-menu {
        display: none;
    }

    header.menu-open .svg-menu-close {
        display: flex;
        align-items: center;
        padding: 12px;
        justify-content: flex-end;
        gap: 10px;
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.05);
        background: rgba(255, 255, 255, 0.16);
        backdrop-filter: blur(12px);
    }

    header.menu-open .list-menu-mobi {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 1000px;
    }
    .list-menu-hidden{
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 8px;
        width: 100%;
        align-items: center;
        padding-top: 20px;
    }
    .footer-head{
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding: 0 24px;
        position: absolute;
        bottom: 15%;
        width: 100%;
    }
    .nav-menu{
        width: 150px;
    }
    .img-head-mobi{
        position: relative;
        height: 100%;
    }
    .list-nav-mobi{
        position: absolute;
        top: 0;
        width: 100%;
    }
    .logo{
        width: 118px;
        height: 40px;
    }
    .logo img{
        width: 118px;
        height: 40px;
    }
    .button-ads span{
        font-size: 16px;
    }
    .banner-head{
        display: flex;
    }
    .banner-head img{
        width: 100%;
        height: auto;
    }
    .banner-2{
        display: none;
    }
    .banner-head-2 img{
        width: 100%;
        height: auto;
    }
    .box-cate{
        padding: 8px 16px;
        width: 100%;
        height: auto;
    }
    .name-cate{
        font-size: 12px;
        width: max-content;
    }
    .box-number-live{
        right: 16px;
    }
    .title-box-live h2{
        font-size: 20px;
    }
    .title-box-live h1{
        font-size: 20px;
    }
    .list-box-live{
        grid-template-columns: 1fr 1fr;
    }
    .box-banner-button{
        display: flex;
        flex-wrap: wrap;
    }
    .banner-800x60{
        display: flex;
    }
    .banner-pc-center{
        width: 100%;
        height: auto;
    }
    .banner-pc-center img{
        width: 100%;
        height: auto;
    }
    .banner-ads-center{
        display: flex;
    }
    .button-banner-ads{
        height: 38px;
        padding: 4px 6px;
        gap: 4px;
        font-size: 14px;
    }
    .box-time-main{
        flex-direction: column;
    }
    .top-bookmakers{
        padding: 16px;
    }
    .box-slick-left{
        left: 16px;
        top: 150px;
    }
    .box-slick-right{
        right: 16px;
        top: 150px;
    }
    .list-match-blv{
        display: flex;
    }
    .list-match-blv-mobi{
        display: none;
    }
    .button-view-more{
        display: none;
    }
    .button-view-more-mobi{
        display: flex;
        height: 40px;
        padding: 5px 16px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 100px;
        background: rgba(255, 255, 255, 0.16);
    }
    .button-view-more-mobi span{
        color: #FFF;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .button-list-blv{
        flex-direction: row;
    }
    .list-assessment-bet{
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }
    .box-intro{
        flex-direction: column;
    }
    .nav-intro{
        width: 100%;
    }
    .content-intro-main h1{
        font-size: 18px;
    }
    .content-intro-main h2{
        font-size: 18px;
    }
    .content-intro-main h3{
        font-size: 18px;
    }
    .content-intro-main{
        width: 100%;
    }
    .head-footer{
        flex-direction: column;
        gap: 16px;
    }
    .text-footer-left{
        text-align: center;
    }
    .text-footer-left span{
        font-size: 14px;
    }
    .intro-flex span{
        font-size: 14px;
    }
    .content-intro-main p{
        font-size: 14px;
    }
    .text-intro{
        font-size: 20px;
    }
    .list-cate-up, .list-cate-down{
        flex-wrap: wrap;
    }
    .banner-ads-footer{
        display: flex;
    }
    .banner-footer-1{
        width: 100%;
        height: auto;
    }
    .banner-footer-1 img{
        width: 100%;
        height: auto;
    }
    .banner-footer-2{
        width: 100%;
        height: auto;
    }
    .banner-footer-2 img{
        width: 100%;
        height: auto;
    }
    .slide-top-bookmakers{
        display: flex;
    }
    .slide-top-bookmakers .slick-dots{
        display: none;
    }
    .slide-schedule-blv{
        display: flex;
    }
    .content-main{
        width: 100%;
    }
    .head-footer-left{
        width: 100%;
        align-items: center;
    }
    .head-footer-right{
        width: 100%;
        text-align: center;
        align-items: center;
    }
    .list-time-blv{
        width: 100%;
    }
    .span-time-1{
        width: max-content;
    }
    .dropdown-container{
        width: 100%;
    }
    .button-bookmarkers-bet span{
        font-size: 14px;
    }
    .img-top-bookmakers img{
        width: 75px;
        height: 75px;
    }
    .box-top-bookmakers{
        width: 140px;
    }
    .span-time-1, .span-time-2{
        font-size: 14px;
    }
    .button-bookmarkers-endow{
        font-size: 14px;
    }
    .list-home-bet-mobi .button-bookmarkers-endow{
        width: auto;
    }
    .box-time-blv{
        padding: 8px 24px;
    }
    .info-match-live{
        gap: 4px;
        grid-template-columns: 3fr 1fr 3fr;
    }
    .banner-left{
        display: none;
    }
    .banner-right{
        display: none;
    }
    .box-assessment-bet{
        width: 100%;
        flex-direction: row;
        gap: 12px;
    }
    .img-assessment-bet{
        width: 190px;
        height: auto;
    }
    .img-assessment-bet img{
        width: 190px;
        height: auto;
    }
    .title-assessment-bet span{
        font-size: 14px;
        line-height: normal;
    }
    .brief-assessment-bet span{
        font-size: 14px;
    }
    .content-assessment{
        gap: 8px;
        width: 50%;
    }
    .slide-schedule-blv .slick-next{
        /*left: 350px !important;*/
    }
    .score-live span{
        font-size: 18px;
    }
    .box-live-head{
        display: grid;
        grid-template-columns: 1fr 4fr 1fr;
    }
    .box-live-ratio-bet{
        display: none;
    }
    .live-ratio-bet-mobi{
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }
    .select-ratio-bet{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
        justify-content: center;
    }
    .box-live-match{
        padding: 16px;
    }
    .number-bet-1{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .number-bet-red{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .number-bet-green{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .select-ratio-bet .title-live-bet{
        padding: 0 16px;
        border-radius: 4px;
    }
    .select-ratio-bet .title-live-bet.active{
        padding: 0 16px;
        border-radius: 4px;
        background: rgba(255, 255, 255, 0.24);
    }
    .grid-live-1{
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }
    .grid-live-2{
        padding: 0;
        border: none;
    }
    .grid-live-2 .name-club span{
        font-size: 14px;
    }
    .grid-live-2 .logo-club{
        width: 38px;
        height: 38px;
        object-fit: cover;
    }
    .grid-live-2 .logo-club img{
        width: 38px;
        height: 38px;
        object-fit: cover;
    }
    .grid-live-2 .score-live span{
        font-size: 18px;
    }
    .grid-live-2 .tab-time-live{
        flex-direction: column;
    }
    .span-home{
        display: flex;
        font-size: 12px;
        line-height: normal;
        width: max-content;
    }
    .name-cate-slug span{
        display: flex;
        font-size: 12px;
        line-height: normal;
        width: max-content;
    }
    .name-match-slug span{
        font-size: 12px;
        line-height: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    /*.screen-live{*/
    /*    flex-direction: column;*/
    /*    padding: 8px;*/
    /*}*/
    /*.screen-live-main{*/
    /*    width: 100%;*/
    /*}*/
    .video-no-match{
        width: 100%;
        height: auto;
        border-radius: 16px;
        overflow: hidden;
    }
    .bg-radius-video{
        width: 100%;
        height: auto;
    }
    .span-no-match-2{
        font-size: 14px;
    }
    .box-chose-stream{
        height: 40px;
        padding: 8px 12px;
    }
    .tab-grid-bet.hiep-1,
    .tab-live-bet.ca-tran {
        display: none;
    }

    .tab-grid-bet.hiep-1.active,
    .tab-live-bet.ca-tran.active {
        display: flex;
    }
    .box-list-ratio{
        grid-template-columns: 1.5fr 2fr 1fr 1.5fr 3fr;
        padding: 0 8px 1px 25px;
    }
    .head-grid-bet {
        grid-template-columns: 1.5fr 2fr 1fr 1.5fr 3fr;
    }
    .video-js {
        width: 100%;
        height: auto;
    }
    .nhan-dinh-right{
        width: 190px;
    }
    .img-nd-right{
        width: 100%;
        height: auto;
    }
    .img-nd-right img{
        width: 190px;
        height: auto;
    }
    .box-nhan-dinh{
        gap: 10px;
    }
    .nhan-dinh-details{
        flex-direction: column;
    }
    .details-nd-left{
        width: 100%;
    }
    .details-nd-right{
        width: 100%;
    }
    .box-xem-lich{
        width: 100%;
    }
    .title-details-nd span{
        font-size: 20px;
    }
    .span-time-oclock{
        font-size: 12px;
    }
    .time-author-nd{
        justify-content: space-between;
        gap: unset;
        width: 100%;
    }
    .time-author-nd .span-commentator{
        font-size: 12px;
    }
    .tab-content-nd h3{
        font-size: 14px;
    }
    .tab-content-nd p{
        font-size: 14px;
    }
    .list-column-news{
        display: flex;
        flex-direction: column;
    }
    .box-news{
        flex-direction: row;
        align-items: start;
    }
    .img-news{
        height: auto;
    }
    .img-news img{
        width: 100%;
        height: auto;
    }
    .list-home-bet{
        display: none;
    }
    .list-home-bet-mobi{
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .list-home-bet-mobi .img-top-bookmakers img{
        width: 70px;
        height: 70px;
    }
    .list-home-bet-mobi .box-button-bookmarkers{
        flex-direction: row;
    }
    .box-home-bet{
        display: flex;
        padding: 12px 16px 12px 0;
        align-items: center;
        gap: 12px;
    }
    .span-home-bet span{
        font-size: 18px;
    }
    .text-home-bet-1{
        font-size: 14px;
    }
    .text-home-bet-2{
        font-size: 14px;
    }
    .svg-star-bet{
        width: 16px;
        height: 16px;
    }
    .svg-star-bet svg{
        width: 16px;
        height: 16px;
    }
    .list-blv-main{
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    .img-blv-main{
        height: auto;
    }
    .img-blv-main img{
        height: auto;
    }
    .tab-name-blv span{
        font-size: 20px;
    }
    .info-blv{
        padding: 12px;
    }
    .head-info-blv{
        flex-direction: column;
        gap: 16px;
    }
    .head-info-left{
        width: 100%;
        height: auto;
    }
    .head-info-left img{
        width: 100%;
        height: auto;
    }
    .text-large-blv span{
        font-size: 24px;
    }
    .text-small-blv span{
        font-size: 14px;
    }
    .text-experience-1 span{
        font-size: 20px;
    }
    .text-experience-2 span{
        font-size: 14px;
    }
    .text-experience-color span{
        font-size: 20px;
    }
    .text-experience-color svg{
        width: 24px;
        height: 24px;
    }
    .list-social-blv{
        gap: 16px;
    }
    .tab-content-blv h3{
        font-size: 14px;
    }
    .tab-content-blv p{
        font-size: 14px;
    }
    .info-full-blv{
        padding: 16px;
    }
    .tab-content-blv{
        gap: 8px;
    }
    .tour-result{
        width: 100%;
    }
    .name-tour-result{
        display: flex;
    }
    .tab-info-result-mobi .box-statistics{
        width: 50%;
        background: unset;
        justify-content: start;
    }
    .tab-info-result-mobi .button-view-detail{

    }
    .name-club span{

    }
    .head-ratio-bet{
        border: none;
    }
    .ratio-bet-mobi{
        display: flex;
        flex-direction: column;
        gap: 2px;
        width: 100%;
    }
    .box-chat-live{
        border-radius: 16px;
        overflow: hidden;
        width: 100%;
        height: 650px;
    }
    .box-number-bet{
        width: 50px;
    }
    .name-tour {
        width: 45%;
    }
    .box-list-result{
        grid-template-columns: 1fr 4fr 2fr 1.5fr;
    }
    .screen-live{
        flex-direction: column;
    }
    .screen-live-main{
        width: 100%;
    }
    .video-no-match {
        height: 435px;
    }
    .box-list-match-blv{
        grid-template-columns: 5fr 1fr 3fr 1fr;
    }
    .list-schedule-main .box-list-match-blv {
        grid-template-columns: 3fr 1fr 1fr 1fr;
        gap: 16px;
    }
}
/* End Table Ipad*/
/* Table Desktop*/
@media (min-width: 1024px) and (max-width: 1439px) {
    .container{
        width: 100%;
    }
    #main{
        margin: 0;
        padding: 0 12px;
    }
    .content{
        width: 100%;
    }
    header{
        padding: 12px;
        position: relative;
        z-index: 1000;
        align-items: center;
        flex-direction: column;
        top: 0;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    }
    header {
        position: fixed;
        top: 0;
        z-index: 9999;
        background: #070707;
    }
    .header-pc{
        display: none;
    }
    .box-tour-schedule{
        display: flex;
    }
    .box-tour-schedule-mobi{
        display: flex;
        padding: 12px;
        flex-direction: column;
        gap: 12px;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.08);
    }
    .box-tour-schedule-mobi #main{
        padding: 0;
    }
    .header-mobi{
        display: flex;
        flex-direction: row;
        gap: 16px;
        width: 100%;

    }
    .header{
        gap: 16px;
        width: 100%;
    }
    .svg-menu-close{
        display: none;
    }
    .list-menu{
        display: none;
    }
    .list-menu-mobi{
        display: none;
        flex-direction: column;
        position: absolute;
        top: 72px;
        opacity: 0;
        transform: translateY(-12px);
        transition: all 0.3s ease;
    }
    header.menu-open .list-menu-mobi {
        opacity: 1;
        transform: translateY(0);
    }
    .svg-menu-close,
    .list-menu-mobi {
        display: none;
    }

    header.menu-open .svg-menu {
        display: none;
    }

    header.menu-open .svg-menu-close {
        display: flex;
        align-items: center;
        padding: 12px;
        justify-content: flex-end;
        gap: 10px;
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.05);
        background: rgba(255, 255, 255, 0.16);
        backdrop-filter: blur(12px);
    }

    header.menu-open .list-menu-mobi {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 680px;
    }
    .list-menu-hidden{
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 8px;
        width: 100%;
        align-items: center;
        padding-top: 20px;
    }
    .footer-head{
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding: 0 24px;
        position: absolute;
        bottom: 15%;
    }
    .nav-menu{
        width: 150px;
    }
    .img-head-mobi{
        position: relative;
        height: 100%;
    }
    .list-nav-mobi{
        position: absolute;
        top: 0;
        width: 100%;
    }
    .logo{
        width: 118px;
        height: 40px;
    }
    .logo img{
        width: 118px;
        height: 40px;
    }
    .button-ads span{
        font-size: 16px;
    }
    .banner-head{
        display: flex;
    }
    .banner-head img{
        width: 100%;
        height: auto;
    }
    .banner-2{
        display: flex;
    }
    .banner-head-2 img{
        width: 100%;
        height: auto;
    }
    .box-cate{
        padding: 8px 16px;
        width: 100%;
        height: auto;
    }
    .name-cate{
        font-size: 12px;
        width: max-content;
    }
    .box-number-live{
        right: 16px;
    }
    .title-box-live h2{
        font-size: 20px;
    }
    .title-box-live h1{
        font-size: 20px;
    }
    .list-box-live{
        grid-template-columns: 1fr 1fr;
    }
    .box-banner-button{
        display: flex;
        flex-wrap: wrap;
    }
    .banner-800x60{
        display: flex;
    }
    .banner-pc-center{
        width: 100%;
        height: auto;
    }
    .banner-pc-center img{
        width: 100%;
        height: auto;
    }
    .banner-ads-center{
        display: flex;
    }
    .button-banner-ads{
        height: 38px;
        padding: 4px 6px;
        gap: 4px;
        font-size: 14px;
    }
    .box-time-main{
        flex-direction: column;
    }
    .top-bookmakers{
        padding: 16px;
    }
    .box-slick-left{
        left: 16px;
        top: 150px;
    }
    .box-slick-right{
        right: 16px;
        top: 150px;
    }
    .list-match-blv{
        display: flex;
    }
    .list-match-blv-mobi{
        display: none;
        grid-template-columns: 1fr 1fr;
    }
    .button-view-more{
        display: none;
    }
    .button-view-more-mobi{
        display: flex;
        height: 40px;
        padding: 5px 16px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 100px;
        background: rgba(255, 255, 255, 0.16);
    }
    .button-view-more-mobi span{
        color: #FFF;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .button-list-blv{
        flex-direction: column;
    }
    .button-view-detail span{
        width: max-content;
    }
    .box-tour-schedule .name-tour-blv{
        display: none;
    }
    .list-assessment-bet{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .box-intro{
        flex-direction: column;
    }
    .nav-intro{
        width: 100%;
    }
    .content-intro-main h1{
        font-size: 18px;
    }
    .content-intro-main h2{
        font-size: 18px;
    }
    .content-intro-main h3{
        font-size: 18px;
    }
    .content-intro-main{
        width: 100%;
    }
    .head-footer{
        flex-direction: column;
        gap: 16px;
    }
    .text-footer-left{
        text-align: center;
    }
    .text-footer-left span{
        font-size: 14px;
    }
    .intro-flex span{
        font-size: 14px;
    }
    .content-intro-main p{
        font-size: 14px;
    }
    .text-intro{
        font-size: 20px;
    }
    .list-cate-up, .list-cate-down{
        flex-wrap: wrap;
    }
    .banner-ads-footer{
        display: flex;
    }
    .banner-footer-1{
        width: 100%;
        height: auto;
    }
    .banner-footer-1 img{
        width: 100%;
        height: auto;
    }
    .banner-footer-2{
        width: 100%;
        height: auto;
    }
    .banner-footer-2 img{
        width: 100%;
        height: auto;
    }
    .slide-top-bookmakers{
        display: flex;
    }
    .slide-top-bookmakers .slick-dots{
        display: none;
    }
    .slide-schedule-blv{
        display: flex;
    }
    .content-main{
        width: 100%;
    }
    .head-footer-left{
        width: 100%;
        align-items: center;
    }
    .head-footer-right{
        width: 100%;
        text-align: center;
        align-items: center;
    }
    .list-time-blv{
        width: 100%;
    }
    .span-time-1{
        width: max-content;
    }
    .dropdown-container{
        width: 100%;
    }
    .button-bookmarkers-bet span{
        font-size: 14px;
    }
    .img-top-bookmakers img{
        width: 75px;
        height: 75px;
    }
    .box-top-bookmakers{
        width: 140px;
    }
    .span-time-1, .span-time-2{
        font-size: 14px;
    }
    .button-bookmarkers-endow{
        font-size: 14px;
    }
    .list-home-bet-mobi .button-bookmarkers-endow{
        width: 120px;
    }
    .box-time-blv{
        padding: 8px 24px;
    }
    .info-match-live{
        gap: 4px;
        grid-template-columns: 3fr 1fr 3fr;
    }
    .banner-left{
        display: none;
    }
    .banner-right{
        display: none;
    }
    .box-assessment-bet{
        width: 100%;
        flex-direction: column;
        gap: 12px;
    }
    .img-assessment-bet{
        width: 100%;
        height: auto;
    }
    .img-assessment-bet img{
        width: 100%;
        height: auto;
    }
    .title-assessment-bet span{
        font-size: 14px;
        line-height: normal;
    }
    .brief-assessment-bet span{
        font-size: 14px;
    }
    .content-assessment{
        gap: 8px;
        width: 100%;
    }
    .slide-schedule-blv .slick-next{
        /*left: 350px !important;*/
    }
    .score-live span{
        font-size: 18px;
    }
    .box-live-head{
        grid-template-columns: 1fr 4fr 1fr;
    }
    .box-live-ratio-bet{
        display: none;
    }
    .live-ratio-bet-mobi{
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }
    .select-ratio-bet{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
        justify-content: center;
    }
    .box-live-match{
        padding: 16px;
    }
    .number-bet-1{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .number-bet-red{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .number-bet-green{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .select-ratio-bet .title-live-bet{
        padding: 0 16px;
        border-radius: 4px;
    }
    .select-ratio-bet .title-live-bet.active{
        padding: 0 16px;
        border-radius: 4px;
        background: rgba(255, 255, 255, 0.24);
    }
    .grid-live-1{
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }
    .grid-live-2{
        padding: 0;
        border: none;
    }
    .grid-live-2 .name-club span{
        font-size: 14px;
    }
    .grid-live-2 .logo-club{
        width: 38px;
        height: 38px;
        object-fit: cover;
    }
    .grid-live-2 .logo-club img{
        width: 38px;
        height: 38px;
        object-fit: cover;
    }
    .grid-live-2 .score-live span{
        font-size: 18px;
    }
    .grid-live-2 .tab-time-live{
        flex-direction: column;
    }
    .span-home{
        display: flex;
        font-size: 12px;
        line-height: normal;
        width: max-content;
    }
    .name-cate-slug span{
        display: flex;
        font-size: 12px;
        line-height: normal;
        width: max-content;
    }
    .name-match-slug span{
        font-size: 12px;
        line-height: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .screen-live{
        flex-direction: column;
        padding: 8px;
    }
    .screen-live-main{
        width: 100%;
    }
    .video-no-match{
        width: 100%;
        height: 520px;
        border-radius: 16px;
        overflow: hidden;
    }
    .bg-radius-video{
        width: 100%;
        height: auto;
    }
    .span-no-match-2{
        font-size: 14px;
    }
    .box-chose-stream{
        height: 40px;
        padding: 8px 12px;
    }
    .tab-grid-bet.hiep-1,
    .tab-live-bet.ca-tran {
        display: none;
    }

    .tab-grid-bet.hiep-1.active,
    .tab-live-bet.ca-tran.active {
        display: flex;
    }
    .video-js {
        width: 100%;
        height: 500px;
    }
    .nhan-dinh-right{
        width: 190px;
    }
    .img-nd-right{
        width: 100%;
        height: auto;
    }
    .img-nd-right img{
        width: 190px;
        height: auto;
    }
    .box-nhan-dinh{
        gap: 10px;
    }
    .nhan-dinh-details{
        flex-direction: column;
    }
    .details-nd-left{
        width: 100%;
    }
    .details-nd-right{
        width: 100%;
    }
    .box-xem-lich{
        width: 100%;
    }
    .title-details-nd span{
        font-size: 20px;
    }
    .span-time-oclock{
        font-size: 12px;
    }
    .time-author-nd{
        justify-content: space-between;
        gap: unset;
        width: 100%;
    }
    .time-author-nd .span-commentator{
        font-size: 12px;
    }
    .tab-content-nd h3{
        font-size: 14px;
    }
    .tab-content-nd p{
        font-size: 14px;
    }
    .list-column-news{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .box-news{
        flex-direction: column;
        align-items: start;
    }
    .img-news{
        height: auto;
    }
    .img-news img{
        width: 100%;
        height: auto;
    }
    .list-home-bet{
        display: none;
    }
    .list-home-bet-mobi{
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .list-home-bet-mobi .img-top-bookmakers img{
        width: 70px;
        height: 70px;
    }
    .list-home-bet-mobi .box-button-bookmarkers{
        flex-direction: row;
    }
    .box-home-bet{
        display: flex;
        padding: 12px 16px 12px 0;
        align-items: center;
        gap: 12px;
    }
    .span-home-bet span{
        font-size: 18px;
    }
    .text-home-bet-1{
        font-size: 14px;
    }
    .text-home-bet-2{
        font-size: 14px;
    }
    .svg-star-bet{
        width: 16px;
        height: 16px;
    }
    .svg-star-bet svg{
        width: 16px;
        height: 16px;
    }
    .list-blv-main{
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    .img-blv-main{
        height: auto;
    }
    .img-blv-main img{
        height: auto;
    }
    .tab-name-blv span{
        font-size: 20px;
    }
    .info-blv{
        padding: 12px;
    }
    /*.head-info-blv{*/
    /*    flex-direction: column;*/
    /*    gap: 16px;*/
    /*}*/
    /*.head-info-left{*/
    /*    width: 100%;*/
    /*    height: auto;*/
    /*}*/
    .head-info-left img{
        width: 100%;
        height: auto;
    }
    .text-large-blv span{
        font-size: 24px;
    }
    .text-small-blv span{
        font-size: 14px;
    }
    .text-experience-1 span{
        font-size: 20px;
    }
    .text-experience-2 span{
        font-size: 14px;
    }
    .text-experience-color span{
        font-size: 20px;
    }
    .text-experience-color svg{
        width: 24px;
        height: 24px;
    }
    .list-social-blv{
        gap: 16px;
    }
    .tab-content-blv h3{
        font-size: 14px;
    }
    .tab-content-blv p{
        font-size: 14px;
    }
    .info-full-blv{
        padding: 16px;
    }
    .tab-content-blv{
        gap: 8px;
    }
    .tour-result{
        width: 100%;
    }
    .name-tour-result{
        display: flex;
    }
    .tab-info-result-mobi .box-statistics{
        width: 50%;
        background: unset;
        justify-content: start;
    }
    .tab-info-result-mobi .button-view-detail{

    }
    .name-club span{

    }
    .head-ratio-bet{
        border: none;
    }
    .ratio-bet-mobi{
        display: flex;
        flex-direction: column;
        gap: 2px;
        width: 100%;
    }
    .img-head-mobi img{
        height: auto;
    }
    .head-grid-bet{
        grid-template-columns: 1.5fr 2fr 1fr 1.5fr 3fr;
        padding: 0 8px 1px 25px;
    }
    .box-list-ratio{
        grid-template-columns: 1.5fr 2fr 1fr 1.5fr 3fr;
        padding: 0 8px 1px 25px;
    }
    .box-list-result{
        grid-template-columns: 1fr 4fr 2fr 1.5fr;
    }
    .box-over-match {
        text-align: center;
    }
    .list-schedule-main .box-list-match-blv{
        grid-template-columns: 5fr 1fr 3fr 1fr;
    }
    .box-list-match-blv{
        grid-template-columns: 5fr 1fr 3fr 1fr;
    }
    .tab-video-end{
        padding: 0;
    }
    .box-chat-live{
        border-radius: 16px;
        overflow: hidden;
        height: 650px;
    }
    .box-live-main{
        padding: 12px;
    }
    .box-number-bet{
        width: 50px;
    }
}
/* End Desktop*/

/* Extra Large*/
@media (min-width: 1440px)  {

}
/* End Extra Large*/
