* {
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar {
    width: 4px;
    height: 3px;
    border-radius: 3px;
}
::-webkit-scrollbar-thumb {
    background-color: #777;
}
@font-face {
    font-family: fontello;
    src: url(font/fontelloe878.eot?5310081);
    src: url(font/fontelloe878.eot?5310081#iefix) format("embedded-opentype"),
        url(font/fontelloe878.woff?5310081) format("woff"),
        url(font/fontelloe878.ttf?5310081) format("truetype"),
        url(font/fontelloe878.svg?5310081#fontello) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
html,
body {
    overflow-x: hidden;
}
html {
    box-sizing: border-box;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    color: #cbdbd1;
    background-color: #24262b;
    font: 13px sans-serif;
    line-height: 1.615;
    margin: 0;
}
img {
    max-width: 100%;
}
main {
    max-width: 1000px;
    margin: 0 auto;
}
.h_active {
    color: #ffc107 !important;
}
.bt_active {
    background: #2a2828 !important;
    color: #f44336 !important;
}
.bt_normal {
    background: #2a2828 !important;
    color: #ffffff !important;
}
.card {
    max-width: 400px;
    width: 100%;
    margin: 60px auto;
    padding: 20px;
    background: #0f1416;
    margin-bottom: 20px;
    border-radius: 10px;
}
.card-header {
    font-weight: 700;
    font-size: 18px;
}
.card .form-control {
    padding: 4px 10px;
    width: 100%;
}
@media only screen and (min-width: 960px) {
    .hidepc {
        display: none;
    }
}
@media only screen and (max-width: 959px) {
    .hidemobile {
        display: none;
    }
    span.button.zoom {
        display: none !important;
    }
}
a {
    background-color: transparent;
    text-decoration: none;
    color: #dee2e6;
}
p {
    margin: 0;
    padding: 0;
}
form {
    margin-bottom: 0;
}
.row {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}
#extras {
    padding: 5px 0;
    font-size: 11px;
}
#extras h4 {
    color: #fff;
    font-size: 11px;
    margin: 4px 0 0;
}
#extras a {
    display: inline-block;
    height: 22px;
    font: 400 11px/20px arial;
    color: rgba(255, 255, 255, 0.8);
    padding: 1px 5px;
    white-space: nowrap;
    background: #2a2c2d;
    margin: 4px 0 2px;
    border-radius: 2px;
}
header {
    background-color: #1e2024;
    padding: 0;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    box-shadow: 0 1px 5pxrgba (0, 0, 0, 0.4);
}
ul {
    list-style-position: outside;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
header .form-search input::-webkit-input-placeholder {
    color: #fff;
}
#player-video {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}
.jwplayer .jw-rightclick {
    display: none !important;
}
.jw-controlbar .jw-button-image {
    max-height: 19px !important;
}
.tab-movies {
    display: block;
    margin-top: 12px;
}
.tab-movies1 {
    display: block;
    margin-top: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    background-color: #1e2024;
    overflow: hidden;
    padding: 8px;
}
.tab-movies1 h2.title-movies1,
.tab-movies1 h1.title-movies1 {
    padding-left: 5px;
    margin: 0;
    font-size: 20px;
    color: #adb5bd;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    border-left: 2px solid #ffc107;
}
.tab-movies1 h2.title-movies1:before,
.tab-movies1 h1.title-movies1:before {
    color: #ffc107;
    position: absolute;
    top: 5px;
    right: -15px;
    content: "\e802";
    font-family: fontello;
    font-weight: 500;
    font-size: 14px;
}
.tab-movies h2.title-movies,
.tab-movies h1.title-movies {
    padding-left: 5px;
    margin: 0;
    font-size: 20px;
    color: #adb5bd;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    border-left: 2px solid #bd941b;
}
.tab-movies h1.title-movies span {
    background: #f40;
    color: #fff;
    border-radius: 5px;
    padding: 2px 6px;
}
.tab-movies h2.title-movies:before,
.tab-movies h1.title-movies:before {
    color: #bd941b;
    position: absolute;
    top: 5px;
    right: -16px;
    content: "\e802";
    font-family: fontello;
    font-weight: 500;
    font-size: 13px;
}
.list-movies {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.list-movies > li {
    padding-top: 6px;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 0;
}
.list-movies > li {
    width: 50%;
}
@media screen and (min-width: 600px) {
    .list-movies > li {
        width: 33.3333333333333%;
    }
}
@media screen and (min-width: 900px) {
    .list-movies > li {
        width: 25%;
    }
    .list-movies {
        margin-left: -5px;
        margin-right: -5px;
    }
    .list-movies > li {
        padding-top: 6px;
        padding-left: 3px;
        padding-right: 3px;
    }
}
.list-movies > li .image {
    position: relative;
    padding: 36%;
}
.list-movies > li .image .movie-thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: revert;
    background-position: center center;
    border-radius: 2px;
}
.list-movies > li .title-movie {
    margin-top: 8px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    font-size: 0.875rem;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #c3c3c3;
}
.post-movie:hover .movie-play:before {
    opacity: 1;
    transform: scale(1);
}
.movie-play:before,
.movie-play:after {
    transition: 0.2s;
    opacity: 0;
}
.movie-play:before {
    content: "\e800";
    font-family: fontello;
    color: #ffc107;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 3rem;
    height: 3.2rem;
    line-height: 3.2rem;
    padding-left: 3px;
    border-radius: 50%;
    text-align: center;
    font-size: 1.1rem;
    z-index: 2;
    transform: scale(0);
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0 2px #fff, 0 0 10px rgba(0, 0, 0, 0.5);
}
.movie-play:after {
    content: "";
    background-color: #263238;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.text {
    margin-top: 20px;
    text-align: center;
    font-size: 17px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
li.item-movie:hover .title-movie {
    color: #ffc107;
}
li.item-movie:hover .movie-play:after {
    opacity: 0.6;
}
li.item-movie:hover .movie-play:before {
    opacity: 1;
    transform: scale(1);
}
li.item-movie:hover .cripple {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    border-radius: 50%;
    border: 1px solid #fff;
    animation: ripple 900ms ease-out infinite;
}
li.item-movie {
    position: relative;
}

li.item-movie .label {
    font-size: 11px;
    position: absolute;
    top: 8px;
    border-left: 2px solid #bd941b;
    background: none repeat scroll 0 0 rgb(0 0 0/50%);
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 2px;
    padding-top: 1px;
    color: #fff;
    border-radius: 0 5px 5px 0;
}

.actor h1 {
    text-transform: capitalize;
    margin-bottom: 4px;
    padding-left: 8px;
    background: #2b2b2b;
}
.actor .photo {
    width: 120px;
    float: left;
    padding-right: 10px;
}
@media screen and (max-width: 600px) {
    .actor .photo {
        float: left;
        width: 140px;
        margin: 0 auto;
        text-align: center;
    }
}
@keyframes ripple {
    0% {
        transform: scale(1);
    }
    40% {
        transform: scale(1.25);
        opacity: 1;
    }
    90% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1.75);
        opacity: 0;
    }
}
.tab-movies:first-child {
    margin-top: 0;
}
footer .tab-footer {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    background-color: #0f1416;
    padding: 10px 10px 5px;
    margin-top: 4px;
}
footer {
    margin-top: 4px;
}
footer .copyright {
    font-size: 14px;
    text-align: left;
    padding-bottom: 5px;
    margin: -4px 0 6px;
    border-bottom: 1px solid #252525;
}
footer a:hover {
    color: #ff5722;
}
footer .copyright a {
    position: relative;
}
footer .copyright a:after {
    content: "";
}
footer .copyright a:last-child:after {
    content: "";
}
div.navigation {
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    font-size: 17px;
}
div.navigation .prev {
    left: -2px;
}
div.navigation .next {
    right: -2px;
}
div.navigation .prev,
div.navigation .next {
    position: absolute;
}
.navigation-scoll {
    text-align: center;
    padding: 10px 0 0;
    margin: 0;
    width: 100%;
}
div.navigation a {
    margin: 2px;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    box-sizing: border-box;
    min-width: 35px;
    background: #282828;
}
div.navigation a.currentpage {
    margin: 0 2px;
    background: #b71c1c;
}
#video {
    background-color: #222;
    background-image: radial-gradient(#323232, #111);
    background-image: -webkit-radial-gradient(#323232, #111);
    background-image: -moz-radial-gradient(#323232, #111);
    background-image: -o-radial-gradient(#323232, #111);
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 55.8%;
}
.cssloading {
    width: 136px;
    font-size: 17px;
    color: #eee;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-shadow: 1px 1px 0 #000;
}
.cssloading span {
    font-size: 20px;
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}
.cssloading span:nth-child(2) {
    animation-delay: 0.2s;
}
.cssloading span:nth-child(3) {
    animation-delay: 0.4s;
}
@keyframes blink {
    0% {
        opacity: 0.1;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: 0.1;
    }
}
#video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.openloadvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.user-action {
    padding-bottom: 4px;
}
.icon-view,
.video-server {
    color: rgb(255 255 255/80%);
    cursor: pointer;
    font-size: 13px;
    padding: 5px 10px 4px;
    display: inline-block;
    margin-right: 4px;
    background: #252525;
    border-radius: 4px;
}
span.icon-view:before {
    content: "\e804";
    font-family: fontello;
}
span.view-onl {
    position: absolute;
    bottom: 2px;
    right: 2px;
    background: rgb(31 3 3/47%);
    color: #fafbee;
    padding: 2px 2px 1px 18px;
    line-height: 14px;
    font-size: 12px;
    opacity: 0.8;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 2px;
}
span.like-onl {
    position: absolute;
    top: 2px;
    right: 2px;
    color: #fafbee;
    padding: 2px 2px 1px 18px;
    line-height: 14px;
    font-size: 12px;
    opacity: 0.8;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 2px;
}
span.view-onl:before {
    position: absolute;
    left: 3px;
    content: "\e803";
    font-family: fontello;
}
.video-server.active {
    color: #ffc107;
    background: #252525;
    pointer-events: none;
    cursor: default;
}
span.button.zoom {
    color: rgb(255 255 255/80%);
    cursor: pointer;
    font-size: 13px;
    padding: 5px 5px 3px;
    margin-right: 4px;
    display: inline-block;
    background: #252525;
    border-radius: 4px;
}
span.button.link {
    color: rgb(255 255 255/80%);
    cursor: pointer;
    font-size: 13px;
    padding: 5px 5px 3px;
    margin-right: 4px;
    display: inline-block;
    background: #252525;
    border-radius: 4px;
}
.icon-view {
    margin-right: 0;
    float: right;
}
.tools {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    order: 1;
    margin: 0 -1px;
}
.tools-item {
    background: #252525;
    align-items: center;
    display: flex;
    flex: 1 0;
    justify-content: center;
    padding: 10px;
    margin: 0 1px;
}
.info-movie {
    margin-top: 10px;
}
.info-movie article img {
    margin: 0 auto;
}
article {
    font-size: 14px;
    max-height: 90px;
    overflow: hidden;
}
article.toggled {
    max-height: none !important;
}
.item-content-toggle {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    position: relative;
    padding-top: 2px;
    box-shadow: 0 -19px 20px 0 rgba(0, 0, 0, 0.51);
    margin: 4px -10px 10px;
}
.item-content-toggle .show-more {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-top: none;
    border-radius: 0 0 3px 3px;
    padding: 4px 10px;
    cursor: pointer;
    font-size: 13px;
}
.center {
    text-align: center;
    margin: 0 auto;
}
.download {
    font-weight: 500;
    color: #fff;
    font-size: 13px;
    padding: 4px 10px;
    margin-right: 7px;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #252525;
}
.download:hover {
    color: #ffc107;
    background: #1b1b1b;
}
@media (min-width: 1050px) {
    .body {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
        background-color: #1e2024;
        overflow: hidden;
        padding: 6px;
        margin-top: 60px;
    }
    header .logo {
        float: left;
        margin: 7px 50px;
    }
    header .button-menu {
        display: none;
    }
    header .button-search {
        display: none;
    }
    header .form-search {
        float: right;
        position: relative;
        margin: 5px 29px;
        width: 215px;
    }
    header .form-search input {
        color: #f9fafb;
        background-color: #24262b;
        margin-bottom: 0;
        border: 0;
        border-radius: 3px;
        padding: 0 8px 0 35px;
        font-weight: 300;
        height: 2.5rem;
        line-height: normal;
        display: block;
        width: 90%;
        outline: none;
    }
    header .form-search input:focus {
        background-color: rgba(49, 49, 49, 0.69);
    }
    header .form-search button {
        outline: none;
        background-color: transparent;
        position: absolute;
        left: 0;
        top: 0;
        border: 0;
        cursor: pointer;
        padding: 10px 15px;
        display: inline-block;
    }
    header .form-search button:before {
        content: "\e801";
        font-family: fontello;
        color: #d1a110;
    }
    nav.list-menu {
        float: left;
    }
    nav.list-menu > ul > li {
        float: left;
        position: relative;
    }
    nav.list-menu > ul > li > a {
        text-transform: uppercase;
        padding: 13px 10px;
        display: block;
        line-height: 2;
    }
    nav.list-menu > ul > li.item-menu > a {
        padding: 13px 25px 13px 10px;
    }
    nav.list-menu > ul > li.item-menu > a:before {
        color: #ffc107;
        position: absolute;
        top: 14px;
        right: 7px;
        content: "\e805";
        font-family: fontello;
        font-size: 12px;
    }
    nav.list-menu > ul > li > a:hover {
        color: #ffc107;
    }
    nav.list-menu > ul > li.item-menu > ul.sub-menu {
        border-top: 3px solid #ffc107;
        overflow: hidden;
        max-height: 0;
        overflow-y: auto;
        left: 12%;
        width: 340px;
        position: absolute;
        top: 100%;
        background-color: #1e1c1ceb;
        visibility: hidden;
        opacity: 0;
        z-index: 10;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    nav.list-menu > ul > li:hover.item-menu > ul.sub-menu {
        opacity: 1;
        visibility: visible;
        max-height: 440px;
    }
    nav.list-menu > ul > li.item-menu > ul.sub-menu > li {
        float: left;
        width: 33.33333333333333%;
    }
    nav.list-menu > ul > li.item-menu > ul.sub-menu > li > a {
        color: #f7ecec;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        padding: 10px;
    }
    nav.list-menu > ul > li.item-menu > ul.sub-menu > li > a:hover {
        color: #ffc107;
    }
    nav.list-menu > ul > li.item-menu:before {
        content: "";
        position: absolute;
        left: 39%;
        bottom: 0;
        opacity: 0;
        width: 0;
        height: 0;
        border-bottom: 5px solid #ffc107;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid transparent;
        visibility: hidden;
        transition: 0.2s;
    }
    nav.list-menu > ul > li:hover.item-menu:before {
        visibility: visible;
        opacity: 1;
    }
    .header-title {
        color: #cebebe;
        line-height: 2em;
        margin: 0;
        font-weight: 300;
        font-style: italic;
        text-align: center;
        font-size: 17px;
        font-family: "droid serif", serif;
    }
}
@media (max-width: 1050px) {
    img.thumb-bv {
        text-align: center;
        vertical-align: middle;
        display: block;
        max-width: 50% !important;
        height: auto;
        margin-top: 8px !important;
    }
    .server span {
        display: none;
    }
    div.navigation .prev,
    div.navigation .next {
        display: none;
    }
    footer .tab-footer .logo {
        text-align: center;
    }
    footer .tab-footer {
        padding: 10px;
        margin: 0;
    }
    .body.blur {
        filter: blur(5px);
    }
    .body {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
        background-color: #1e2024;
        overflow: hidden;
        padding: 6px;
        margin-top: 50px;
    }
    header {
        padding: 8px 5px;
        border-bottom: 2px solid #32373c;
    }
    header .logo {
        text-align: center;
    }
    header .button-menu {
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        padding: 20px;
    }
    header .button-menu.active span > i {
        background-color: #ffc107;
    }
    header .button-menu.active span {
        position: absolute;
        top: 19px;
        left: 17px;
    }
    header .button-menu.active span > i:first-child {
        transform: rotate(-45deg) translate(-4px, 4px);
    }
    header .button-menu.active span > i:nth-child(2) {
        opacity: 0;
    }
    header .button-menu.active span > i:last-child {
        transform: rotate(45deg) translate(-3px, -3px);
    }
    header .button-menu span > i {
        width: 20px;
        height: 2px;
        background-color: #fff;
        display: block;
        margin-bottom: 3px;
    }
    header .button-menu span > i:last-child {
        margin-bottom: 0;
    }
    header .button-search {
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        padding: 24.3px 26px;
    }
    header .button-search:before {
        position: absolute;
        top: 12px;
        right: 17px;
        content: "\e801";
        font-family: fontello;
        font-weight: 400;
        color: #fff;
        font-size: 17px;
    }
    header .button-search.active:before {
        color: #ffc107;
        position: absolute;
        top: 10px;
        right: 18px;
        content: "\e801";
        font-family: fontello;
        font-size: 18px;
    }
    header .form-search {
        transition: 0.2s;
        visibility: hidden;
        opacity: 0;
        top: 50px;
        left: 0;
        position: fixed;
        background-color: #141719cc;
        width: 100%;
        height: 100%;
    }
    header .form-search.active {
        opacity: 1;
        visibility: visible;
    }
    header .form-search form {
        position: relative;
    }
    header .form-search input {
        color: #fff;
        background-color: #232324;
        margin-bottom: 0;
        border: 0;
        padding: 0 20px 0 50px;
        font-weight: 300;
        height: 45px;
        line-height: normal;
        display: block;
        width: 100%;
        outline: none;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    }
    header .form-search button {
        outline: none;
        background-color: transparent;
        position: absolute;
        left: 0;
        top: 0;
        border: 0;
        cursor: pointer;
        padding: 9px 19px;
        display: inline-block;
    }
    header .form-search button:before {
        content: "\e801";
        font-family: fontello;
        font-weight: 400;
        color: #ffc107;
        font-size: 17px;
    }
    nav.list-menu {
        transition: 0.2s;
        visibility: hidden;
        opacity: 0;
        top: 50px;
        left: 0;
        position: fixed;
        background-color: #141719cc;
        width: 100%;
        height: 100%;
    }
    nav.list-menu.active {
        opacity: 1;
        visibility: visible;
    }
    nav.list-menu > ul > li {
        position: relative;
    }
    nav.list-menu > ul > li > a {
        text-transform: uppercase;
        padding: 10px 20px;
        display: block;
    }
    nav.list-menu > ul > li.item-menu > a:before {
        color: #ffc107;
        position: absolute;
        top: 13px;
        right: 16px;
        content: "\e805";
        font-family: fontello;
        font-weight: 500;
        font-size: 12px;
    }
    nav.list-menu > ul > li.item-menu.active > a:before {
        content: "\e805";
    }
    nav.list-menu > ul > li > a:hover {
        color: #ffc107;
    }
    nav.list-menu > ul > li.item-menu > ul.sub-menu {
        transition: 0.2s;
        visibility: hidden;
        opacity: 0;
        overflow-y: auto;
        max-height: 0;
        background: #00000073;
        border-left: 3px solid #ffc107;
        display: none;
    }
    nav.list-menu > ul > li.item-menu.active > ul.sub-menu {
        opacity: 1;
        visibility: visible;
        max-height: 550px;
    }
    nav.list-menu.active > ul > li.item-menu > ul.sub-menu {
        display: block;
    }
    nav.list-menu > ul > li.item-menu > ul.sub-menu > li > a {
        padding: 10px 15px;
        display: block;
    }
    nav.list-menu > ul > li.item-menu > ul.sub-menu > li > a:hover {
        color: #ffc107;
    }
    .header-title {
        margin-bottom: 5px;
        color: #cebebe;
        line-height: 2em;
        margin: 0;
        font-weight: 300;
        font-style: italic;
        font-family: "droid serif", serif;
        padding: 0;
        font-size: 17px;
        text-align: center;
    }
    div.navigation a.point {
        display: none;
    }
    .dmca-badge {
        display: none;
    }
    .tab-movies h2.title-movies {
        font-size: 18px;
    }
    .tab-movies h2.title-movies:before {
        top: 3px;
    }
}
.menu1 {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}
.body.player.has-sidebar {
    width: 70%;
    float: left;
}
.sidebar {
    background: #1e2024;
    float: right;
    width: 29%;
    margin-top: 65px;
}
@media screen and (max-width: 876px) {
    .body.player.has-sidebar {
        width: 100%;
        float: inherit;
    }
    .sidebar {
        background: #1e2024;
        float: right;
        width: 100%;
        margin-top: 10px;
    }
    article {
        font-size: 14px;
        max-height: 135px;
        overflow: hidden;
    }
}
.clearfix {
    clear: both;
}
.section-bar {
    position: relative;
    margin: 15px 0;
}
.section-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 11px;
    display: block;
    margin: 13px 0 8px;
    position: relative;
    text-transform: uppercase;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.section-title span {
    position: relative;
    font-weight: 400;
    float: left;
    margin-top: -16px;
    margin-bottom: 6px;
    border: 1px solid rgb(30 32 36);
    background: #121111;
    font-size: 13px;
    padding: 10px 6px 9px;
    color: rgb(255 255 255/80%);
}
.section-title span:before {
    content: "";
    background: #0a0a0a;
    border-radius: 100%;
    position: absolute;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-left: 2px;
    top: 8px;
    right: -16px;
}
.section-title span:after {
    content: "";
    background: #0a0a0a;
    border-radius: 100%;
    position: absolute;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-left: 12px;
    top: 10px;
    right: -26px;
}
.section-title .dp-popular-tab {
    padding: 0;
    position: absolute;
    right: 0;
    top: -10.5px;
    margin-right: 2px;
}
.dp-popular-tab li {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #121111;
    padding: 5px 8px;
    list-style: none;
    float: left;
    margin: 0;
}
.dp-popular-tab li a {
    font-size: 10px;
    font-weight: 400;
    text-transform: none;
    cursor: pointer;
    color: #dbdbdb;
}
.dp-popular-tab li.l_active {
    background: #272727;
    border: 1px solid #252525;
}
.dp-popular-tab li.l_active a {
    color: #fff;
}
.box-popular {
    position: relative;
    margin-bottom: 6px;
}
.popular-post .item {
    clear: both;
    margin: 6.5px 4px 0 6px;
    padding-right: 10px;
    line-height: 0;
    list-style-type: none;
    overflow: hidden;
}
.popular-post .item:first-child {
    margin-top: 0;
}
.popular-post .item-link {
    display: block;
    overflow: hidden;
    position: relative;
    margin-right: 12px;
    padding: 0;
    float: left;
}
.popular-post .post-thumb {
    float: left;
    height: 82px;
    width: 120px;
    border-radius: 2px;
}
.popular-post h3.title {
    color: #adb5bd;
    cursor: pointer;
    margin: 4px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
}
.popular-post .item:hover h3 {
    color: #ffc107;
}
.popular-post .viewsCount {
    font-size: 0.625rem;
    margin-top: 5px;
    display: inline-block;
    line-height: 20px;
    background-color: #24262b;
    vertical-align: top;
    padding: 0 0.6rem;
    border-radius: 10px;
    font-weight: 500;
}
.likeCount {
    font-size: 0.625rem;
    margin-top: 5px;
    margin-left: 4px;
    display: inline-block !important;
    line-height: 20px !important;
    background-color: #27292e;
    vertical-align: top;
    padding: 0 0.6rem;
    border-radius: 10px;
}
.dp-ajax-popular-post-loading {
    background: rgba(19, 19, 19, 0.78) url(../../images/ajax-loader.html)
        no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-position: center;
}
.hidden {
    display: none !important;
}
span.top-bai-viet {
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    height: auto;
    line-height: normal;
    padding: 3px 4px;
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    background: #b71c1c;
}
img.thumb-bv {
    margin-right: 6px !important;
    float: left;
    vertical-align: middle;
    display: block;
    width: 105px;
    height: 75px;
    margin-top: 8px !important;
    margin-bottom: 6px !important;
}
.popular-post {
    display: none;
}
.breadcrumb {
    list-style: none;
    display: inline-block;
    margin: -2px 0;
}
.breadcrumb li {
    float: left;
}
.breadcrumb li a {
    color: rgb(255 255 255/80%);
    display: block;
    background: #24262b;
    text-decoration: none;
    position: relative;
    height: 30px;
    line-height: 30px;
    padding: 0 6px 0 0;
    text-align: center;
    margin-right: 23px;
    font-size: 15px;
}
.breadcrumb li:first-child a {
    padding-left: 10px;
    border-radius: 4px 0 0 4px;
}
.breadcrumb li:first-child a:before {
    border: none;
}
.breadcrumb li:last-child a {
    padding-right: 6px;
    border-radius: 0 4px 4px 0;
}
.breadcrumb li a:after,
.breadcrumb li a:before {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #24262b;
    border-width: 15px 10px;
    width: 0;
    height: 0;
}
.breadcrumb li a:before {
    left: -20px;
    border-left-color: transparent;
}
.breadcrumb li a:after {
    left: 100%;
    border-color: transparent transparent transparent #24262b;
}
.breadcrumb li a:hover {
    background-color: #35353d;
}
.breadcrumb li a:hover:before {
    border-color: #35353d #35353d #35353d transparent;
}
.breadcrumb li a:hover:after {
    border-left-color: #35353d;
}
.breadcrumb li a:active {
    background-color: #35353d;
}
.breadcrumb li a:active:before {
    border-color: #35353d #35353d #35353d transparent;
}
.breadcrumb li a:active:after {
    border-left-color: #35353d;
}
.btn-like {
    cursor: pointer;
    font-size: 13px;
    padding: 9px 6px;
    display: inline-block;
    background: #252525;
    float: right;
    color: #37de0d;
    border-radius: 4px;
}
.btn-dislike {
    cursor: pointer;
    font-size: 13px;
    padding: 9px 6px;
    display: inline-block;
    background: #252525;
    float: right;
    color: red;
    margin-left: 4px;
    border-radius: 4px;
}
.btn-views {
    cursor: pointer;
    color: #dadada;
    margin-right: 2px;
    margin-left: 4px;
    background: #252525;
    padding: 9px;
    float: right;
    border-radius: 4px;
}
.btn-viewx {
    background: #2b2b2b;
    padding: 4px 4px 2px;
    display: inline-flex;
    margin: 0 4px 6px 0;
    border-radius: 4px;
}
.btn-viewxx {
    background: #2b2b2b;
    padding: 5px 6px 2.5px 24px;
    display: inline-flex;
    margin: 0 4px 6px 0;
    border-radius: 4px;
}
.video-info .viewxx {
    padding-left: 22px;
}
#viewxx:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/eye.svg) no-repeat;
    position: absolute;
    background-size: 16px;
    margin-top: 2px;
    margin-left: -18px;
}
.xx-ads {
    width: 98%;
    text-align: center;
    margin: 4px auto;
}
.xx-ads img,
.xx-ads iframe {
    max-width: 100%;
}
.ads-wrap {
    margin: -5px auto;
    text-align: center;
    line-height: 0;
    max-width: 100%;
}
.xx-ads.catfix {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 300px;
    z-index: 9999;
}
.xx-ads.ads-pc.catfix {
    width: 728px;
}
.xx-ads.ads-fr.catfix {
    right: 0;
    left: inherit;
}
.xx-ads.ads-fl.catfix {
    left: 0;
    right: inherit;
}
.xx-ads-close {
    position: absolute;
    top: -25px;
    right: 0;
    height: 20px;
    line-height: 20px;
    background: #000;
    color: #fff;
    padding: 0 4px;
    z-index: 999999;
}
.ads-fl .xx-ads-close,
.ads-fr .xx-ads-close {
    top: -25px;
}
.ads-fl .xx-ads-close {
    right: inherit;
    left: 0;
}
.xx-ads-close a {
    color: #dacb46;
    font-size: 13px;
}
.ads-mobile {
    display: none;
}
@media screen and (max-width: 1000px) {
    li.item-movie .label {
        position: absolute;
        top: 8px !important;
        left: 5px !important;
    }
    .ads-fl,
    .ads-fr {
        display: none;
    }
    .ads-pc {
        display: none;
    }
    .ads-mobile {
        display: block;
    }
    .ads-header {
        margin-top: 50px !important;
        margin-bottom: -50px !important;
        background: #2b2b2b;
        padding: 4px;
    }
}
.top-player {
    background: 0 0;
    padding: 0;
}
.under-player {
    width: 100%;
}
.top-header {
    width: 98%;
    padding: 4px 0 2px;
}
.ads-header {
    margin-top: 60px;
    margin-bottom: -50px;
}
a.tag_cloud {
    display: inline-block;
    font-size: 11px !important;
    color: rgba(255, 255, 255, 0.8);
    background: #252525;
    padding: 5px 6px;
    margin: 0 0 4px;
    border-radius: 2px;
    line-height: 16px;
}
li {
    list-style: none;
}
.dp-popular-tab li.active {
    background: #252525;
}
span.top-view {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgb(31 3 3/47%);
    color: #f3f4f5;
    padding: 1px 3px;
    line-height: 14px;
    font-size: 12px;
    opacity: 0.8;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 5px 0 0 5px;
}
li.cate-av {
    display: inline-block;
}
.intellink a {
    color: #cab5b5;
    margin-bottom: -2px;
}
.fter.avidol {
    text-align: center;
    max-width: 1000px;
    background: #141719;
    padding: 6px 10px;
    margin: 0 auto -4px;
    color: #dadada;
}
.fter.avcate {
    text-align: center;
    max-width: 1000px;
    background: #141719;
    padding: 6px 10px;
    margin: -5px auto -7px;
    color: #dadada;
}
a.cate_cloud {
    display: inline-block;
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.8);
    background: #252525;
    padding: 6px;
    margin: 2px 2px 4px;
    border-radius: 2px;
    line-height: 16px;
}
a.navbar-brand {
    margin-right: 0 !important;
    font-size: 1.5rem !important;
}
.navbar-brand:hover {
    color: #fff;
}
span.text-danger {
    color: #ee5f5b !important;
}
h4.widget-title {
    position: relative;
    font-size: 18px;
    color: #ad891c;
    border-bottom: 1px solid #ad891c;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 5px;
    font-weight: 500;
}
ul.menu {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
ul.menu-1 {
    padding-left: 0;
    display: flex;
    margin: 0 -5px;
    flex-direction: column;
}
footer .menu li {
    list-style-type: none;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;
}
footer .menu-1 li {
    list-style-type: none;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
    padding: 0 5px;
}
footer .menu li a {
    border-bottom: 1px dotted #423d3d;
    padding: 2px;
    display: block;
}
footer .menu-1 li a {
    border-bottom: 1px dotted #423d3d;
    padding: 2px;
    display: block;
}
.sitename {
    border-top: 1px dotted #423d3d;
    text-align: center;
    padding: 17px;
    font-size: 14px;
    color: #fff;
}
.sitename a {
    color: #fff;
}
.textwidget {
    color: #d6dbdd;
    display: block;
    overflow-x: hidden;
}
footer .row {
    background: #1e2024;
    padding: 10px 0 0;
}
.ad-content-header {
    overflow: hidden;
    padding: 8px;
    margin-top: 50px;
    margin-bottom: -68px;
}
.ad-content {
    overflow: hidden;
    padding: 8px;
}
.ads {
    text-align: center;
    clear: both;
}
.ads img {
    max-width: 100%;
    display: inline-block;
    margin: 5px auto;
}
.ads a {
    display: inline-block;
    margin: 0 auto;
}
.ads.catfish-ad {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 300px;
    z-index: 9999;
}
.h3x-ads-close {
    position: absolute;
    top: -25px;
    right: 0;
    height: 20px;
    line-height: 20px;
    background: #000;
    color: #fff;
    padding: 0 4px;
    z-index: 999999;
}
.xx-ads {
    width: 100%;
    text-align: center;
}
.xx-ads img,
.ad img {
    max-width: 100%;
}
.ads-wrap {
    margin: -5px auto;
    text-align: center;
    line-height: 0;
    max-width: 100%;
    display: inline-block;
    position: relative;
}
.xx-ads.catfish {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: auto;
    z-index: 9999;
}
.xx-ads.ads-pc.catfish {
    width: fit-content;
}
.xx-ads.ads-fr.catfish {
    right: 0;
    left: inherit;
}
.xx-ads.ads-fl.catfish {
    left: 0;
    right: inherit;
}
.xx-ads-close {
    position: absolute;
    top: -25px;
    right: 0;
    height: 20px;
    line-height: 20px;
    background: #000;
    color: #fff;
    padding: 0 4px;
    z-index: 999999;
}
.ads-fl .xx-ads-close,
.ads-fr .xx-ads-close {
    top: -25px;
}
.ads-fl .xx-ads-close {
    right: inherit;
    left: 0;
}
.xx-ads-close a {
    color: #dacb46;
    font-size: 13px;
}
.ads-mobile {
    display: none;
}
@media only screen and (max-width: 1242px) {
    .floatl {
        display: none;
    }
    .floatr {
        display: none;
    }
}
.floatl {
    position: fixed;
    margin: 0 auto;
    z-index: 9999;
    top: 50px;
}
.floatr {
    position: fixed;
    margin: 0 auto;
    z-index: 9999;
    top: 50px;
}
@media screen and (max-width: 1000px) {
    .ads-fl,
    .ads-fr {
        display: none;
    }
    .ads-pc {
        display: none;
    }
    .ads-mobile {
        display: block;
    }
}
.clearfix {
    clear: both;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.ad.header-ad {
    text-align: center;
}
.ad {
    text-align: center;
}
#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 5;
    cursor: pointer;
}
#overlay .overlay_content {
    position: relative;
    height: 100%;
}
.overlay_block {
    display: inline-block;
    position: relative;
}
#overlay .overlay_content .overlay_wrapper {
    height: auto;
    width: 80%;
    position: fixed;
    left: 50%;
    top: 100px;
    transform: translate(-50%, 0);
    z-index: 999;
    max-height: 100%;
    text-align: center;
}
#overlay .overlay_content .cls_ov {
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 999999;
    font-size: 14px;
    padding: 4px 10px;
    border: 1px solid #aeaeae;
    background-color: rgba(0, 0, 0, 0.7);
}
#overlay img {
    position: relative;
    z-index: 999;
}
@media only screen and (max-width: 768px) {
    #overlay .overlay_content .overlay_wrapper {
        width: 300px;
        top: 20%;
        transform: translate(-50%, 3%);
    }
}
@media only screen and (max-width: 400px) {
    #overlay .overlay_content .overlay_wrapper {
        width: 250px;
        top: 15%;
        transform: translate(-50%, 3%);
    }
}
span.code {
    display: block;
    font-size: 0.75rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    color: rgba(153, 164, 176, 0.6);
    margin-bottom: 10px;
}
span.code.VL3X {
    display: none;
}
