body {
    margin: 0;
    color: #a4a4a4;
    background-color: #000000;
}

.video-js-responsive-container.vjs-hd{
    padding-top: 56.25%;
}
.video-js-responsive-container.vjs-sd {
    padding-top: 75%;
}
.video-js-responsive-container {
    width: 100%;
    position: relative;
}
.video-js-responsive-container .video-js {
    height: 100% !important; 
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}
h1 {
    background: -webkit-linear-gradient(#a13636, #4b0f91);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
button.btn{
    width: 100%;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.btn-link {
    padding-bottom: 0px;
    font-weight: inherit;
    padding: 0;
    text-decoration: none !important;
}
button.download {
    background: #C6FFDD;
    background: -webkit-linear-gradient(201deg, #622f63, #d43df3, #2d0c82);
    background: linear-gradient(201deg, #622f63, #d43df3, #2d0c82);
    border: none;
}
button.next-video {
    background: #C6FFDD;
    background: -webkit-linear-gradient(231deg, #ef7b7b, #999999, #69abe3);
    background: linear-gradient(231deg, #a5206a, #1e0721);
    border: none;
    color: #FFF;
}
button.next-video-2 {
    background: #C6FFDD;
    background: -webkit-linear-gradient(231deg, #7b2d2d, #864e4e, #283e51);
    background: linear-gradient(231deg, #7b2d2d, #864e4e, #283e51);
    border: none;
    color: #FFF;
    font-weight: 600;
    font-size: 0.7rem;
}
.card-grid .card-grid-lg {
    height: 560px;
}
.card-img-overlay {
    background: linear-gradient(to top, #000000b5, #0000);
}
.card.card-overlay-bottom {
    overflow: hidden;
    box-shadow: 0 0px 6px #6a1759;
}
.card-grid .card-grid-sm {
    height: calc(280px - calc(var(--bs-gutter-y) / 2));
}
.card.card-overlay-bottom {
    overflow: hidden;
}
.card-bg-scale {
    z-index: 99;
}
.card, .overflow-hidden {
    will-change: transform;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #000;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.1);
    border-radius: 0.7rem;
}
hr {
    background: -webkit-linear-gradient(299deg, #193b68, #7442af, #df5151);
    background: linear-gradient(299deg, #193b68, #7442af, #df5151);
}
#vid-khac, #serial {
    background: linear-gradient(to bottom, #21252929, transparent);
}
#vid-khac h2, .h2 {
    letter-spacing: 1px;
    background: -webkit-linear-gradient(299deg, #193b68, #7442af, #df5151);
    background: linear-gradient(299deg, #193b68, #7442af, #df5151);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#vid-khac .col-md-4.col-6, #vid-khac .col-md-4.col-12 {
    padding: 6px 3px;
    margin: 0;
}

#video {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 10/6;
    max-height: 80vh;
}

.art-video-player {
    zoom: 1;
    text-align: left;
    user-select: none;
    box-sizing: border-box;
    width: 100% !important;
}

.row.g-4 {
    display: flex;
    justify-content: center;
}


.card h3 a {
    opacity: 0.36;
    color: #fff056 !important;
    font-size: 14px;
    line-height: 0 !important;
}
footer {
    background: #000;
    color: #484848;
    letter-spacing: 1px;
    position: absolute;
    width: 100%;
}
img#logo-bw {
    filter: invert(1);
}
.video-js .vjs-modal-dialog {
    background: linear-gradient(299deg, #021226, #4e4954, #df5151) !important;
}
h3.text-white {
    line-height: 0.8;
    margin-bottom: 0;
}
.nav {
    justify-content: center;
}
.nav a {
    padding: 1rem;
    background: #262626;
    width: 50%;
    border: none;
    border-radius: 12px;
    text-decoration: none;
    color: #b4b4b4;
    font-size: 1rem;
    letter-spacing: 1px;
    background-image: linear-gradient(42deg, #3f1089, #5e295c);
}
.nav a:hover {
    background: #2a2929;
}
.searchbar {
    margin-bottom: auto;
    margin-top: auto;
    background-color: #353b48;
    padding: 0 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.search_input {
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    line-height: 40px;
    width: 80%;
    padding: 0 2rem;
}

.searchbar:hover > .search_icon {
    color: #e74c3c;
    border-radius: 2px;
    background: #585858;
    border: 1px solid #717171;
    font-size: 1.4rem;
    width: 30px;
    height: 30px;
}

.search_icon {
    height: 25px;
    width: 25px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    align-content: center;
    transition: 0.3s;
}

ul.tag.nav {
    display: flex;
    justify-content: center;
    padding: 0 0.1em;
    align-content: center;
    align-items: center;
}

.nav.tag a, .nav.tag li.l {
    width: unset;
    padding: 0.5rem 0.3rem;
    border-radius: 0;
    background: #222222;
    border: 1px solid #515151;
    color: #aaaaaa;
    font-weight: 700;
    margin: 0.3em 3px;
    text-align: center;
}
.nav.tag a.tit {
    color: #97edffc9;
    background-image: linear-gradient(142deg, #641089, #ff00f7);
    margin: 0 !important;
    text-align: center;
    margin-bottom: 1em;
    border: none;
}
.nav.tag li.l {
    background:unset;
}


.g-4, .gy-4 {
    --bs-gutter-y: 0.5rem;
}
.g-4, .gx-4 {
    --bs-gutter-x: 0.5rem;
}


@media (max-width:768px){
    .card-grid .card-grid-lg {
        height: 400px;
    }
    footer {
        text-align: center;
    }
    .nav.tag a, .nav.tag li.l {
        min-width: 30%;
    }
    .nav.tag a.tit {
        width: 100%;
    }
    .nav.tag a.tit {
        margin: 1em 0 0 0 !important;
    }
    
    div#category {
        max-height: 5.4em;
        overflow: hidden;
    }
}
@media (min-width:960px){
    .video-js.vjs-16-9 {
        padding-top: 39.25% !important;
    }
    .card {
        min-height: 298px;
    }
}