.category-page{
    /*margin-top:50px;*/
}


.category-filter-title{
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 24px;
}
.category-filter-title.sans{
    margin-top: 0;
}
.it-category-search-cinema-input-icon{
    position: relative;
    margin-top: 16px;
}

.it-search-cinema-input.category{
    background: #141414;
    border: none;
}
.category-filter-fixed{
    margin-left: -16px;
}
.category-filter-fix{
    width: 100%;
}
.it-date-pick-category{
    display: flex;
    overflow: auto;
    padding: 16px 0 0 0;
}

.it-date-category {
    flex-basis: 22.7%;
    flex-shrink: 0;
    background: #141414;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    margin-left: 12px;
    border: 1px solid #242424;
    text-align: center;
    padding: 16px 0;
    position: relative;
}
.it-date-category::before {
    display: flex;
    justify-content: center;
    align-items: center;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border: 1px solid #242424;
    position: absolute;
    box-sizing: border-box;
    top: -10px;
    left: -9px;
    background-color: #141414;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.it-date-category.is-active::before {
    content: '\e90c';
    background: #FBCE36 ;
    border: none;
    font-size: 24px;
    font-size: 1.5rem;
    border: 1px solid #242424;

}
.it-date-category.is-active {
    background-color: #fefefe;

}
.it-date-category-month {
    font-size: 14px;
    font-size: 0.85rem;
    color: #7d7d7d;
}
.it-date-category-num {
    font-size: 24px;
    font-size: 1.5rem;
    color: #fefefe;
    font-weight: 700;
    margin-top: 5px;
}
.it-date-category-day {
    font-size: 12px;
    font-size: 0.75rem;
    color: #fefefe;
    margin-top: 5px;
}
.it-date-category.is-active .it-date-category-num {
    color: #141414;
}
.it-date-category.is-active .it-date-category-day {
    color: #141414;
}



/*----------------------- slider --------------------*/

.video-slider{
    width: 100vw;
    margin-right: -16px;
    margin-left: -16px;
}


.it-home-movie-slider.category-slider{
    width: 100%;
    max-width: 1090px;
    margin-bottom: 46px;

}

.it-home-movie-slider.category-slider .slider-image-container{
    height: 100%;
    padding: 0;
}

.it-home-movie-slider.category-slider .slider-image-container .it-home-movie-slider-items{
    height: 100%;
}

.it-home-movie-slider.category-slider .slider-image-container .it-home-movie-slider-items li{
    height: 100%;
}




.slider-category-img{
    display: none;
    width: 122px;
    height: 170px;
    border-radius: 12px;
    overflow: hidden;
    position: absolute;
    z-index: 5;
    right: 16px;
    bottom: -40px;
}

.slider-category-img.before-play{
    display: block;
}

.slider-category-video{
    width: 100%;

}

#category-video-container{
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
    background: #000;
}

.category-video{
    height: 100%;
    width: 100%;
    object-fit: contain;
    position: relative;
}

.category-video.poster{
    object-fit: cover;
}



#category-video-container.before-play:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #00000080;
    top: 0;
    left: 0;
    z-index: 1;
}

.video-preview-container{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.video-preview-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-preview{
    position: absolute;
    right: 154px;
    /*-webkit-transform: translateX(-50%);*/
    /*-moz-transform: translateX(-50%);*/
    /*-ms-transform: translateX(-50%);*/
    /*-o-transform: translateX(-50%);*/
    /*transform: translateX(-50%);*/
    bottom: -42px;
    z-index: 2;

}



.video-preview span:before{
    content: '';
    display: block;
    width: 46px;
    height: 46px;
    background: url("/assets/icons/play_button.svg") no-repeat center;
    background-size: cover;
    margin-left: 14px;
    cursor: pointer;
    margin-bottom: 10px;
}

.video-preview p:last-child{
    position: absolute;
    top: 14px;
    left: 0;
}

.progress-bar{
    width: 100%;
    height: 10px;
    background: #666666;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.progress-completion{
    background: #F23245;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
}



/* -------------------------- box office ---------------------*/

.box-office-card{
    width: 100%;
    background-color: #242424;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 3px 6px #00000059;
    display: flex;
    overflow: hidden;
    position: relative;
}

.box-office-card-image{
    width: 71px;
    /*height: 100px;*/
}

.box-office-card-image img{
    object-fit: cover;
}

.box-office-card-content{
    padding: 14px;
    /* ------ temporary -----*/
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.box-office-rank{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 0 0 0 8px;
    -moz-border-radius: 0 0 0 8px;
    border-radius: 0 0 0 8px;
    background-color: #000000CC;
    color: #FEFEFE;
    font-size: 1rem;

}

.box-office-sales-percent{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 0 0 8px 0px;
    -moz-border-radius: 0 0 8px 0px;
    border-radius: 0 0 8px 0px;
    background-color: #363636;
    font-size: .875rem;
    color: #CBCBCB;
}

.box-office-title{
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ------------------- faq ------------------*/
.it-price-faq{
    border-bottom: 1px solid #242424;
    margin-top: 16px;
}

.it-price-arrow{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
}

.it-price-arrow:after{
    content: "\e901";
    font-size: 24px;
    font-size: 1.5rem;
    color: #7D7D7D;
    margin-right: 12px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.it-price-arrow.is-active:after{
    -webkit-transform: rotateZ(-180deg);
    -moz-transform: rotateZ(-180deg);
    -ms-transform: rotateZ(-180deg);
    -o-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
}

.category-top-information {
    max-width: 900px;
    margin: 0 auto 50px auto;

}

.category-top-information h1{
    margin-bottom: 12px;
    margin-top: 0;
}

.category-top-information-text{
    overflow: hidden;
    /*height: 100px;*/
    -webkit-transition: max-height .5s;
    -moz-transition: max-height .5s;
    -ms-transition: max-height .5s;
    -o-transition: max-height .5s;
    transition: max-height .5s;
    position: relative;
    padding-bottom: 24px;
    text-align: justify;
}



.category-info-toggle{
    height: 44px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(transparent , #141414);
    background: -moz-linear-gradient(transparent , #141414);
    background: -webkit-linear-gradient(transparent , #141414);
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.it-age-filter {
    display: flex;
    background: #E1145A;
    text-align: center;
    width: 28px;
    height: 28px;
    direction: ltr;
    color: #FEFEFE;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    position: absolute;
    line-height: 22px;
    font-size: 14px;
    font-size: .875rem;
    z-index: 10;
    justify-content: center;
    align-items: center;
    top: -155px;
    left: 0px;
}




@media (max-width: 768px ){
    .row.box-office-row{
        flex-direction: column;
        height: 295px;
        overflow-x: auto;
    }

    .col-20.box-office-col{
        flex: 0 0 0;
    }


}
.category-title{
    color: white;
    font-size: 22px;
    font-weight: 400;
}
.category-subtitle{
    color: white;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 40px;
}
