
.detail-page .col-t-main {
    max-width: 1610px;
}

@media screen and (max-width: 1800px) {
    .col-t-main {
        max-width: 1264px;
    }

    .wrap-10-item .item-file-index {
        width: 20%;
    }

    .list-file-index .item-file-index:nth-child(n+11) {
        display: none;
    }

    .background-player {
        min-height: 400px;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}

@media screen and (max-width: 1600px) {
    .detail-page .col-t-main {
        max-width: 1380px;
    }

    .container {
        width: 800px;
    }

    .footer-col {
        display: none;
    }

    .footer-in-mobile {
        display: block;
        position: relative;
        bottom: 0px;
        z-index: 999;
        background: #fff;
        box-shadow: 0px 0px 5px #d8cece;
        float: left;
        width: 100%;
        padding-top: 10px;
        margin-top: 15px;
    }

    .mobile-inleft {
        float: left;
    }

    .footer-in-mobile .mobile-inleft h2, .footer-in-mobile .mobile-inright h2 {
        float: left;
    }

    .footer-in-mobile .mobile-inleft ul, .footer-in-mobile .mobile-inright ul {
        float: left;
        margin: 0px;
    }

    .footer-in-mobile .mobile-inleft ul li, .footer-in-mobile .mobile-inright ul li {
        float: initial;
        width: initial;
        display: inline-block;
        margin-right: 15px;
    }

    .mobile-inright {
        float: right;
    }

    .footer-in-mobile p.copyright {
        color: #9a9fa2;
        font-family: 'Open Sans';
        font-size: 13px;
        padding: 10px 10px 10px 30px;
        float: left;
        width: 100%;
        background: #f7eeee;
        margin-bottom: 0px;
    }

    .footer-in-mobile p.copyright span {
        float: right;
    }

    .footer-in-mobile p.copyright span a {
        margin-left: 10px;
    }
}

@media screen and (max-width: 1500px) {
    .col-t-main {
        max-width: 1164px;
    }

    .background-player {
        min-height: 350px;
    }

    .wrap-10-item .item-file-index {
        width: 25%;
    }

    .list-file-index .item-file-index:nth-child(n+11) {
        display: block;
    }

    .right-detail {
        padding-left: 15px;
        width: 350px;
    }

    .left-detail {
        width: calc(100% - 350px);
        padding-right: 15px;
    }

    .item-hot-movie .infor-hot-movie {
        margin-left: 155px;
    }
}

@media screen and (max-width: 1440px) {
    .category-page {
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media screen and (min-width: 1400px) {

}

@media screen and (max-width: 1400px) {
    .footer-col ul {
        padding: 0px 15px 0px 30px;
        margin-top: 10px;
        margin-bottom: 10px;
        border-bottom: none;
        padding-bottom: 0px;
        list-style: none;
    }
}

@media screen and (min-width: 1300px) {
    .content-side-menu {
        padding-left: 242px;
    }

    .fullscreen {
        padding-left: 0;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .fullscreen .col-t-left {
        -webkit-transform: translateX(-242px);
        -moz-transform: translateX(-242px);
        -ms-transform: translateX(-242px);
        -o-transform: translateX(-242px);
        transform: translateX(-242px);
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .menu-bar-mobile {

        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);

    }

}

@media screen and (max-width: 1300px) {
    .container {
        width: 700px;
    }

    .search-box {
        float: left;
        max-width: 650px;
        width: 450px;
    }

    .fullscreen .bg-shadow {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .fullscreen .menu-bar-mobile {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@media screen and (max-width: 1200px) {
    .detail-page .col-t-main {
        max-width: 1060px;
    }

    #mediaJwPlayer_logo {
        width: 90px;
    }

    .col-t-main {
        padding: 20px 15px;
    }

    .btn-show-menu-right {
        float: right;
        color: #0073c6;
        font-weight: 800;
        text-transform: uppercase;
        margin-right: 30px;
        position: relative;
        right: 0px;
        top: 3px;
        box-shadow: 0px 0px 3px #ccc inset;
        padding: 8px 12px 5px 12px;
        border-radius: 3px;
        display: block;
        cursor: pointer;
    }

    .btn-show-menu-right i {
        font-size: 21px;
        float: left;
        margin-right: 5px;
        margin-top: -3px;
    }

    .btn-show-menu-right:hover {
        background: #0073c6;
        color: #fff;
    }

    /*.menu-right {
        float: right;
        position: absolute;
        right: 15px;
        top: 68px;
        width: 320px;
        padding: 15px;
        background: #fff;
        box-shadow: 0px 2px 5px #ccc;
    }
    .menu-right a {
        color: #0073c6;
        font-weight: 800;
        text-transform: uppercase;
        float: left;
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ebebeb;
    }*/
    .menu-right a:last-child {
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .search-box {
        float: left;
        max-width: 500px;
        width: 100%;
        margin-bottom: 15px;
        margin-left: 30px;
        margin-top: 3px;
    }

    .menu-right .search-box {
        display: block;
    }

    .form-text-search input[type="submit"] {
        width: 40px;
    }

    .new-feed, .member-super {
        height: 80vh;
    }

    .col-t-right {
        right: -500px;
        transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
    }

    .col-t-right.active-alert, .col-t-right.active-member {
        right: 0px;
    }

    .col-t-right.active-alert .new-feed, .col-t-right.active-member .title-new-feed {
        display: block;
    }

    .col-t-right.active-member .member-super, .col-t-right.active-alert .title-member-super {
        display: block;
    }

    .col-t-right.active-alert .member-super, .col-t-right.active-alert .title-member-super {
        display: none;
    }

    .col-t-right.active-member .new-feed, .col-t-right.active-member .title-new-feed {
        display: none;
    }

    .hidden-destop {
        display: block;
    }

    .wrap-10-item .item-file-index {
        float: left;
        width: 25%;
    }
}

@media screen and (max-width: 1100px) {

}

@media screen and (max-width: 1024px) {
    .watch-layout .right-detail {
        /*display: none;*/
    }

    .left-detail {
        width: 100%;
        padding-right: 0;
    }

    .right-detail {
        padding-left: 0;
        border-left: 0;
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .upload-img-document {
        float: left;
        width: 310px;
        height: 420px;
        background: #ebebeb;
        position: absolute;
    }

    .form-upload-document {
        float: left;
        padding-left: 335px;
    }

    .search-box {
        max-width: 350px;
    }
}

@media screen and (max-width: 959px) {

}

@media screen and (max-width: 900px) {

}

@media screen and (max-width: 860px) {
    .filter-cate {
        width: 100%;
    }

    .filter-sl {
        height: 36px;
        line-height: 36px;
        width: 100%;
    }

    .filter-sm {
        height: 36px;
        line-height: 36px;
    }

    .cover-filter {
        margin-bottom: 5px;
        padding: 0 10px;
        width: 50%;
        margin-left: 0 !important;
    }

}

@media screen and (max-width: 800px) {
    .search-box {
        max-width: 230px;
    }

    .btn-active-member, .btn-active-alert {
        float: right;
        color: #0073c6;
        font-weight: 800;
        text-transform: uppercase;
        margin-right: 15px;
        box-shadow: 0px 0px 3px #ccc inset;
        padding: 7px 5px 5px 5px;
        border-radius: 3px;
        display: block;
        cursor: pointer;
        margin-top: 4px;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        overflow: hidden;
    }

    .btn-active-member:hover, .btn-active-alert:hover {
        background: #0073c6;
        color: #fff;
    }

    .btn-active-member {
        margin-right: 15px !important;
    }

    .btn-show-menu-right span {
        display: none;
    }

    .btn-show-menu-right {
        float: right;
        color: #0073c6;
        font-weight: 800;
        text-transform: uppercase;
        margin-right: 15px;
        position: relative;
        right: 0px;
        top: 3px;
        box-shadow: 0px 0px 3px #ccc inset;
        padding: 8px 12px 5px 5px;
        border-radius: 3px;
        display: block;
        cursor: pointer;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        overflow: hidden;
    }

    .btn-show-menu-right i {
        font-size: 20px;
    }

    .title-item-document {
        float: left;
        width: 60%;
        padding-right: 35px;
    }

    .img-item-document {
        position: relative;
        left: 0px;
        width: 40%;
        float: left;
        padding: 0px 20px 20px 20px;
    }

    .upload-img-document {
        float: initial;
        max-width: 320px;
        height: 430px;
        background: #ebebeb;
        position: relative;
        margin: 10px auto;
        margin-bottom: 40px;
    }

    .form-upload-document {
        float: left;
        padding-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .list-categories-menu {
        overflow-y: auto;
    }

    #mediaJwPlayer_logo {
        width: 70px;
    }

    .main-movie {
        margin-left: -15px;
        margin-right: -15px;
    }

    .wrap-10-item .item-file-index {
        float: left;
        width: 33.3333333%;
    }

    .show-in-cart {
        right: -5px;
    }

    .tp-bullets {
        bottom: 15px !important;
    }

    .left-top-header p:first-child, .left-top-header span {
        display: none;
    }

    .carousel-file-categories .owl-pagination {
        display: block;
    }

}

@media screen and (max-width: 740px) {
    .mobile-inleft, .mobile-inright {
        width: 100%;
        float: left;
    }

    .search-box-show-mobile {
        display: block;
    }

    .search-box {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .info-item-file-index h3 {
        float: left;
        width: 100%;
        line-height: 20px;
    }
}

@media screen and (max-width: 660px) {
    .wrap-10-item .item-file-index {
        float: left;
        width: 50%;
    }

    .search-box {
        float: left;
        max-width: 220px;
        width: 100%;
        margin-bottom: 0px;
        margin-left: 10px;
        margin-top: 12px;
        display: none;
    }

    .search-box-show-mobile {
        display: block;
    }

}

@media screen and (max-width: 600px) {
    .header-movie {
        display: block;
    }

    .header-movie .img-movie img {
        position: relative;
        min-width: unset;
        top: unset;
        bottom: unset;
        left: unset;
        right: unset;
    }

    .caption-movie {
        padding-left: 0;
    }

    .header-movie .img-movie {
        width: 100%;
        margin: 0 auto;
        float: none;
        display: table;
        text-align: center;
        height: initial !important;
    }

    .header-movie .caption-movie {
        margin-top: 20px;
        margin-left: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 560px) {
    .owl-pagination {
        margin-top: 0;
    }

    .carousel-file-categories .owl-pagination {
        margin: 0;
    }

    .title-color {
        display: none;
    }

    .LOpopup .LOpopupDialogClass {
        width: 95vw !important;
        max-height: initial !important;
    }

    .background-player {
        min-height: 200px;
    }

    .header-fix .col-t-left {
        float: left;
        width: 210px;
    }

    .menu-btn-show {
        left: 15px;
    }

    .logo {
        float: left;
        margin-left: 55px;
        margin-top: 10px;
    }

    .form-upload-document .col-xs-3, .form-upload-document .col-xs-9 {
        width: 100%;
    }

    .menu-right {
        float: right;
        position: absolute;
        right: 0px;
        top: 30px;
    }

    .menu-right a {
        margin-right: 15px;
    }

    .menu-right .open-popup-link span {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    #mediaJwPlayer_logo {
        width: 70px;
    }

    .footer-in-mobile p.copyright {
        font-size: 10px;
    }

    .footer-col h2 {
        font-size: 11px;
        padding: 0px 15px 0px 15px;
    }

    .footer-col ul {
        padding: 0px 15px 0px 0px;
        margin-top: -4px !important;
    }

    .footer-col ul li a {
        color: #9a9fa2;
        font-family: 'Open Sans';
        font-size: 13px;
    }

    .footer-in-mobile .mobile-inleft ul li, .footer-in-mobile .mobile-inright ul li {
        float: initial;
        width: initial;
        display: inline-block;
        margin-right: 5px;
    }

    .view-all {
        position: relative;
        right: 0px;
        top: 0px;
        font-family: 'Open Sans';
        color: #006bbb;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        width: 100%;
        text-align: center;
        float: left;
    }
}

@media screen and (max-width: 480px) {
    .categories-file-index {
        /*margin-bottom: 0;*/
    }

    .img-item-document {
        position: relative;
        left: 0px;
        width: 100%;
        float: left;
        padding: 0px 0px 20px 20px;
    }

    .title-item-document {
        float: left;
        width: 100%;
        padding-right: 0px;
        padding-left: 20px;
    }

    .btn-tool-detail {
        float: right;
        position: relative;
        right: 0px;
        top: 0px;
        width: 100%;
        margin: 15px 0px;
    }

    .btn-tool-detail ul {
        text-align: center;
    }

    .btn-tool-detail ul li {
        float: initial;
        width: 44px;
        margin-right: 1px;
        display: inline-block;
    }
}

@media screen and (max-width: 400px) {
    .cover-filter {
        padding: 0;
        width: 100%;
    }

    #userAction ul li a {
        font-size: 12px;
    }

    .item-hot-movie .img-hot-movie {
        width: 120px;
    }

    .item-hot-movie .infor-hot-movie {
        margin-left: 135px;
    }

    .footer-col h2 {
        font-size: 11px;
        padding: 0px 15px 0px 15px;
        width: 100%;
        text-align: center;
    }

    .footer-in-mobile .mobile-inleft ul, .footer-in-mobile .mobile-inright ul {
        float: left;
        margin: 0px;
        width: 100%;
    }

    .mobile-inleft, .mobile-inright {
        width: 100%;
        float: left;
        text-align: center;
    }

    .footer-in-mobile p.copyright {
        font-size: 10px;
        text-align: center;
    }

    .footer-in-mobile p.copyright span {
        float: right;
        width: 100%;
        text-align: center;
    }

    .btn-active-member, .btn-active-alert {
        margin-right: 5px !important;
    }

    .list-file-index .col-xs-6 {
        width: 100%;
    }

    .upload-img-document {
        float: initial;
        max-width: 100%;
        height: 385px;
        background: #ebebeb;
        position: relative;
        margin: 10px auto;
        margin-bottom: 40px;
    }

    .btn-upload-document {
        position: absolute;
        bottom: 0px;
        background: #dad5d5;
        display: inline-flex;
        width: 100%;
        height: 45px;
        padding-top: 16px;
        text-align: center;
        padding-left: 8px;
        color: #6b5c5c;
        font-size: 11px;
    }

    .wrap-10-item .item-file-index {
        float: left;
        width: 50%;
    }

    .col-t-main {
        padding: 20px 15px;
    }

    .white-popup {
        position: relative;
        background: #FFF;
        padding: 20px;
        width: auto;
        max-width: 305px;
        margin: 20px auto;
    }

    .box-btn-login a {
        display: inline-block;
        height: 34px;
        width: 135px;
        margin: 3px 10px;
        line-height: 34px;
        background: #3a559f;
        border-radius: 50px;
        color: #fff;
    }
}

@media screen and (max-width: 375px) {
    .wrap-10-item .item-file-index {
        width: 100%;
    }
}

@media (max-width: 340px) {
    .btn-show-menu-right {
        margin-right: 3px;
    }
}

@media (max-width: 860px) {

}

@media (max-width: 640px) {

}

@media (max-width: 500px) {

}

@media (max-width: 340px) {
    .btn-show-menu-right {
        margin-right: 3px
    }
}

@media screen and (max-width: 21em) {
    #playerEmbed {
        height: 190px !important
    }
}

@media screen and (max-width: 33.9375em) and (min-width: 21em) {
    #playerEmbed {
        height: 230px !important
    }
}

@media screen and (max-width: 40em) and (min-width: 34em) {
    #playerEmbed {
        height: 310px !important
    }
}

@media screen and (max-width: 1366px) and (min-width: 1026px) {
    #playerEmbed {
        height: 446px !important
    }
}

@media screen and (min-width: 1600px) {
    #playerEmbed {
        height: 466px !important
    }
}

@media screen and (max-width: 1020px) and (min-width: 768px) {
    #playerEmbed {
        height: 460px !important
    }
}

@media screen and (max-width: 1025px) and (min-width: 982px) {
    #playerEmbed {
        height: 388px !important
    }
}

@media screen and (max-width: 1520px) and (min-width: 1365px) {
    #playerEmbed {
        height: 540px !important
    }
}