:root {
    --color-core: rgb(247 95 82 / 60%)
}

* {
    -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,.3)
}

::-webkit-scrollbar {
    width: 4px;
    height: 3px;
    border-radius: 3px
}

::-webkit-scrollbar-thumb {
    background-color: #777
}

@font-face {
    font-family: fontello;
    src: url(font/fontello.eot?5310081);
    src: url(font/fontello.eot?5310081#iefix) format("embedded-opentype"),url(font/fontello.woff?5310081) format("woff"),url(font/fontello.ttf?5310081) format("truetype"),url(font/fontello.svg?5310081#fontello) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

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;
    overflow-x: hidden;
    margin: 0
}

img {
    max-width: 100%
}

main {
    border-top: 2px solid #2b2b2b!important
}

.h_active {
    color: var(--color-core)!important
}

#app {
    max-width: 1140px;
    margin: 0 auto;
    background-color: #1e2024;
    border: 1px solid #2b2b2b
}

@media only screen and (min-width: 877px) {
    .hidepc {
        display:none
    }

    .popular-post .post-thumb {
        float: left;
        height: 82px;
        width: 120px;
        border-radius: 2px
    }
}

@media only screen and (max-width: 876px) {
    .hidemobile {
        display:none
    }

    .btn-zoom {
        display: none!important
    }

    .popular-post .post-thumb {
        float: left;
        height: 95px;
        width: 140px;
        border-radius: 2px
    }
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #dee2e6
}

p {
    margin: 0;
    padding: 0
}

form {
    margin-bottom: 0
}

.row {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%
}

#extras {
    padding: 5px 0;
    font-size: 11px
}

#extras a {
    display: inline-block;
    height: 22px;
    font: 400 11px/20px arial;
    color: rgba(255,255,255,.8);
    padding: 1px 5px;
    white-space: nowrap;
    background: #2a2c2d;
    margin: 4px 0 2px;
    border-radius: 2px
}

#extras a:hover {
    background-color: var(--color-core);
    color: #000000
}

header {
    padding: 0;
    height: 50px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999
}

ul {
    list-style-position: outside;
    margin: 0;
    padding: 0;
    list-style-type: none
}

header .form-search input::-webkit-input-placeholder {
    color: #fff;
    opacity: .5
}

#keyword:not(:valid)~.close-icon {
    display: none
}

.tab-movies {
    display: block;
    margin-top: 12px
}

.tab-movies1 {
    display: block;
    margin-top: 5px;
    overflow: hidden;
    padding: 10px 4px;
    border-top: 2px solid #2b2b2b!important
}

.tab-movies1 h2.title-movies1,.tab-movies1 h1.title-movies1 {
    padding-left: 6px;
    margin: 0;
    font-size: 20px;
    color: #adb5bd;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    border-left: 2px solid var(--color-core)
}

.tab-movies1 h2.title-movies1:before,.tab-movies1 h1.title-movies1:before {
    color: var(--color-core);
    position: absolute;
    top: 5px;
    right: -18px;
    content: "\e802";
    font-family: fontello;
    font-weight: 500;
    font-size: 14px
}

.tab-movies h2.title-movies,.tab-movies h1.title-movies {
    padding-left: 6px;
    margin: 0;
    font-size: 20px;
    color: #adb5bd;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    border-left: 2px solid var(--color-core)
}

.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: var(--color-core);
    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.333333333333%
    }
}

@media screen and (min-width: 900px) {
    .list-movies>li {
        width:20%
    }

    .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: 37%
}

.list-movies>li .image .movie-thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px
}

.list-movies>li .title-movie {
    margin-top: 2px;
    margin-bottom: 5px;
    font-weight: 400;
    text-align: center;
    font-size: .875rem;
    -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: .2s;
    opacity: 0
}

.movie-play:before {
    content: "\e800";
    font-family: fontello;
    color: var(--color-core);
    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,.4);
    box-shadow: 0 0 0 2px #fff,0 0 10px rgba(0,0,0,.5)
}

.movie-play:after {
    content: "";
    background-color: #263238;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

li.item-movie:hover .title-movie {
    color: var(--color-core)
}

li.item-movie:hover .movie-play:after {
    opacity: .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 {
    background: none repeat scroll 0 0 rgb(0 0 0/50%);
    color: #fff;
    font-size: 11px;
    position: absolute;
    top: 8px;
    border-left: 2px solid var(--color-core);
    padding: 1px 3px 0;
    margin-left: 2px;
    border-radius: 0 5px 5px 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.25),0 3px 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.25),0 3px 10px 0 rgba(0,0,0,.2)
}

@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;
    margin-bottom: 5px
}

footer {
    margin-top: 5px
}

footer a:hover {
    color: #ff5722
}

.navigation .prev {
    left: -2px
}

.navigation .next {
    right: -2px
}

.navigation .prev,.navigation .next {
    position: absolute
}

.navigation-scoll {
    text-align: center;
    padding: 10px 0 0;
    margin: 0;
    width: 100%
}

.navigation a,.navigation span {
    margin: 2px;
    display: inline-block;
    font-size: 13px;
    line-height: 35px;
    min-width: 35px;
    border-radius: 50%;
    background: #282828
}

.navigation .currentpage,.navigation a:hover {
    color: #111;
    background: var(--color-core)
}

.widget-title {
    text-transform: uppercase;
    text-align: center
}

.widget-title a {
    color: var(--color-core);
    text-decoration: none
}

.widget-title a:hover {
    text-decoration: underline
}

#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: 56.1%
}

.cssloading {
    width: 113px;
    font-size: 15px;
    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: .2s
}

.cssloading span:nth-child(3) {
    animation-delay: .4s
}

@keyframes blink {
    0% {
        opacity: .1
    }

    20% {
        opacity: 1
    }

    100% {
        opacity: .1
    }
}

.user-action {
    padding-bottom: 4px
}

.video-server,.btn-zoom,.btn-views,.btn-likes,.btn-dislikes,.btn-rating {
    padding: 4px 9px;
    font-size: 13px
}

.video-server:hover,.btn-zoom:hover {
    background-color: #555;
    color: #fff
}

.video-server {
    color: rgb(255 255 255/80%);
    cursor: pointer;
    display: inline-block;
    margin-right: 2px;
    background: #252525;
    border-radius: 4px
}

.video-server.bt_active {
    background-color: rgba(255,255,255,.7);
    color: #121212;
    pointer-events: none;
    cursor: default
}

.btn-zoom {
    background: #252525;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
    margin-right: 4px
}

.video-stats {
    float: right
}

.btn-likes {
    cursor: pointer;
    display: inline-block;
    background: #252525;
    border-radius: 4px;
    float: right;
}

.btn-likes.active i {
    animation: anim .4s ease-in-out;
    -webkit-animation: anim .4s ease-in-out
}

.btn-likes:hover {
    color: #34c759
}

.btn-likes.active {
    color: #34c759;
    pointer-events: none;
    cursor: default
}

.btn-dislikes {
    cursor: pointer;
    display: inline-block;
    background: #252525;
    margin-right: 4px;
    border-radius: 4px;
    float: right;
}

.btn-dislikes.active i {
    animation: anim .4s ease-in-out;
    -webkit-animation: anim .4s ease-in-out
}

@keyframes anim {
    100% {
        transform: rotate(-15deg) scale(1.3);
        -webkit-transform: rotate(-15deg) scale(1.3);
        -moz-transform: rotate(-15deg) scale(1.3);
        -ms-transform: rotate(-15deg) scale(1.3);
        -o-transform: rotate(-15deg) scale(1.3)
    }
}

.btn-dislikes:hover {
    color: #e44545
}

.btn-dislikes.active {
    color: #e44545;
    pointer-events: none;
    cursor: default
}

.btn-rating {
    background: #252525;
    border-radius: 4px;
    display: inline-block;
    float: right;
}

.btn-rating i {
    font-size: 13px;
    color: #ff3b5c;
    float: right;
}

.btn-views {
    position: relative;
    border-radius: 4px;
    display: inline-block;
    padding-left: 25px;
    background: #252525
}

.btn-views::before {
    content: '';
    background: url(../../Theme/images/icon-views.svg) no-repeat center;
    background-size: 20px;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 2px
}

.video-server.active {
    color: var(--color-core);
    background: #252525;
    pointer-events: none;
    cursor: default
}

.info-movie {
    margin-top: 8px
}

.info-movie article img {
    margin: 0 auto
}

.infobv {
    margin-top: 2px
}

article {
    font-size: 14px;
    max-height: 95px;
    overflow: hidden
}

article.toggled {
    max-height: none!important
}

.item-content-toggle {
    border-top: 1px solid rgba(255,255,255,.08);
    text-align: center;
    position: relative;
    padding-top: 2px;
    box-shadow: 0 -19px 20px 0 rgba(0,0,0,.51);
    margin: 4px -10px 10px
}

.item-content-toggle .show-more {
    border: 1px solid rgba(255,255,255,.08);
    border-top: none;
    border-radius: 0 0 3px 3px;
    padding: 4px 10px;
    cursor: pointer;
    font-size: 13px
}

@media(min-width: 1050px) {
    .body {
        overflow:hidden;
        padding: 6px;
        margin-top: 10px
    }

    header .logo {
        float: left;
        margin: 10px 8px
    }

    header .button-menu {
        display: none
    }

    header .button-search {
        display: none
    }

    header .form-search {
        float: right;
        position: relative;
        margin: 5px 26px;
        width: 250px
    }

    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
    }

    .close-icon {
        font-size: 20px;
        position: absolute;
        color: var(--color-core);
        right: 13%;
        bottom: 0;
        margin: auto;
        padding: 2px;
        text-align: center;
        cursor: pointer
    }

    header .form-search input:focus {
        background-color: rgba(49,49,49,.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: var(--color-core)
    }

    #form-search {
        max-width: 300px;
        float: right;
        border: 1px solid #2b2b2b;
        display: flex;
        overflow: hidden;
        border-radius: 3px
    }

    #keyword {
        width: 100%;
        background: #1b1b1b;
        padding: 5px;
        color: #dadada;
        font-size: 14px;
        outline: 0;
        border: 0;
        border-collapse: separate;
        -webkit-appearance: none
    }

    .form-search button {
        outline: none;
        background-color: transparent;
        left: 0;
        top: 0;
        border: 0;
        cursor: pointer;
        display: inline-block
    }

    .form-search button:before {
        content: "\e801";
        font-family: fontello;
        font-weight: 400;
        color: var(--color-core);
        font-size: 15px
    }

    nav.list-menu {
        float: left
    }

    nav.list-menu>ul>li {
        float: left;
        position: relative
    }

    nav.list-menu>ul>li>a {
        float: left;
        display: inline-flex;
        text-align: center;
        padding: 5px 10px;
        line-height: 20px;
        margin-right: 5px;
        margin-top: 5px;
        background: #2b2b2b;
        color: #dadada;
        border-radius: 4px
    }

    nav.list-menu>ul>li.item-menu>a {
        padding: 13px 25px 13px 10px
    }

    nav.list-menu>ul>li.item-menu>a:before {
        color: var(--color-core);
        position: absolute;
        top: 14px;
        right: 7px;
        content: "\e805";
        font-family: fontello;
        font-size: 12px
    }

    nav.list-menu>ul>li>a:hover {
        color: var(--color-core)
    }

    nav.list-menu>ul>li.item-menu>ul.sub-menu {
        border-top: 3px solid var(--color-core);
        overflow: hidden;
        max-height: 0;
        overflow-y: auto;
        left: 12%;
        width: 345px;
        position: absolute;
        top: 100%;
        background-color: #1e1c1ceb;
        visibility: hidden;
        opacity: 0;
        z-index: 10;
        box-shadow: 0 0 10px rgba(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.333333%
    }

    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: var(--color-core)
    }

    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 var(--color-core);
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid transparent;
        visibility: hidden;
        transition: .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
    }

    main.blur {
        filter: blur(5px)
    }

    .body {
        overflow: hidden;
        padding: 6px;
        margin-top: 10px
    }

    header {
        padding: 8px 5px
    }

    header .logo {
        margin-top: 3px;
        text-align: center
    }

    header .button-menu {
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        padding: 20px
    }

    header .button-menu.active span>i {
        background-color: var(--color-core)
    }

    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;
        color: #fff;
        font-size: 17px
    }

    header .button-search.active:before {
        color: var(--color-core);
        position: absolute;
        top: 10px;
        right: 18px;
        content: "\2716";
        font-family: fontello;
        font-size: 20px
    }

    header .form-search {
        transition: .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,.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: var(--color-core);
        font-size: 17px
    }

    #form-search {
        border: 1px solid #2b2b2b;
        display: flex;
        overflow: hidden;
        margin-bottom: 10px
    }

    #keyword {
        width: 100%;
        background: #1b1b1b;
        padding: 5px;
        color: #dadada;
        font-size: 16px;
        outline: 0;
        border: 0;
        border-collapse: separate;
        -webkit-appearance: none
    }

    .form-search button {
        outline: none;
        background-color: transparent;
        left: 0;
        top: 0;
        border: 0;
        cursor: pointer;
        display: inline-block
    }

    .form-search button:before {
        content: "\e801";
        font-family: fontello;
        font-weight: 400;
        color: var(--color-core);
        font-size: 17px
    }

    .close-icon {
        font-size: 20px;
        position: absolute;
        color: var(--color-core);
        right: 2%;
        bottom: 3px;
        margin: auto;
        padding: 2px;
        text-align: center;
        cursor: pointer
    }

    nav.list-menu {
    }

    nav.list-menu.active {
        opacity: 1;
        visibility: visible
    }

    nav.list-menu>ul>li {
        position: relative
    }

    nav.list-menu>ul>li>a {
        float: left;
        display: inline-flex;
        text-align: center;
        padding: 5px 10px;
        line-height: 20px;
        margin-right: 5px;
        margin-top: 5px;
        background: #2b2b2b;
        color: #dadada;
        border-radius: 4px
    }

    nav.list-menu>ul>li.item-menu>a:before {
        color: var(--color-core);
        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: var(--color-core)
    }

    nav.list-menu>ul>li.item-menu>ul.sub-menu {
        transition: .2s;
        visibility: hidden;
        opacity: 0;
        overflow-y: auto;
        max-height: 0;
        background: #00000073;
        border-left: 3px solid var(--color-core);
        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: var(--color-core)
    }

    .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
    }

    .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%
}

.has-sidebar {
    width: 70%;
    float: left
}

.sidebar {
    background: #1e2024;
    float: right;
    width: 29%;
    margin-top: 65px
}

@media screen and (max-width: 876px) {
    .body {
        width:100%;
        float: inherit;
        margin-top: 10px
    }

    .sidebar {
        background: #1e2024;
        float: right;
        width: 100%;
        margin-top: 10px
    }

    article {
        font-size: 14px;
        max-height: 135px;
        overflow: hidden
    }
}

.section-bar {
    position: relative;
    margin: 15px 0
}

.section-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 11px;
    display: block;
    margin: 19px 4px 8px;
    position: relative;
    text-transform: uppercase;
    border-top: 1px solid rgba(255,255,255,.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,.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,.08);
    margin-left: 12px;
    top: 10px;
    right: -26px
}

.section-title .dp-popular-tab {
    padding: 0;
    position: absolute;
    right: 0;
    top: -12.5px
}

.dp-popular-tab li {
    border: 1px solid rgba(255,255,255,.08);
    background: #121111;
    padding: 5px 6px;
    float: left;
    margin: 0;
    font-size: 10px;
    font-weight: 400;
    text-transform: none;
    cursor: pointer
}

.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;
    pointer-events: none
}

.box-popular.spinner .popular-post {
    pointer-events: none;
    filter: blur(3px);
    user-select: none;
    -webkit-user-select: none
}

.box-popular.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -40px;
    width: 80px;
    z-index: 1;
    height: 80px;
    background: url(../../Theme/images/preloading.svg) center center no-repeat
}

.popular-post .item {
    clear: both;
    margin: 6.5px 4px 0 6px;
    padding-right: 10px;
    line-height: 0;
    list-style-type: none;
    overflow: hidden
}

.box-popular {
    position: relative;
    margin-bottom: 6px
}

.popular-post .item {
    clear: both;
    margin: 6.8px 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 h3.title {
    color: #adb5bd;
    cursor: pointer;
    margin: 4px 0;
    font-size: 13px;
    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: var(--color-core)
}

.popular-post .viewsCount {
    font-size: .725rem;
    margin-top: 5px;
    display: inline-block;
    line-height: 20px;
    background-color: #24262b;
    vertical-align: top;
    padding: 0 .6rem;
    border-radius: 10px;
    font-weight: 500
}

.likeCount {
    font-size: .625rem;
    margin-top: 5px;
    margin-left: 4px;
    display: inline-block!important;
    line-height: 20px!important;
    background-color: #27292e;
    vertical-align: top;
    padding: 0 .6rem;
    border-radius: 10px
}

.dp-ajax-popular-post-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-position: center
}

.hidden {
    display: none!important
}

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
}

li {
    list-style: none
}

.dp-popular-tab li.active {
    background: #252525
}

span.top-view {
    position: absolute;
    bottom: 2px;
    right: 2px;
    background: none repeat scroll 0 0 rgb(0 0 0/50%);
    color: #fafbee;
    padding: 2px 3px;
    line-height: 14px;
    font-size: 11px;
    border-radius: 3px
}

span.top-view:before {
    content: "\e800";
    font-family: fontello;
    color: var(--color-core);
    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,.4);
    box-shadow: 0 0 0 2px #fff,0 0 10px rgba(0,0,0,.5)
}

h4.widget-title {
    position: relative;
    font-size: 18px;
    color: var(--color-core);
    border-bottom: 1px solid var(--color-core);
    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;
    margin-top: -1px;
    font-size: 17px;
    color: #fff
}

.sitename a {
    color: var(--color-core)
}

.textwidget {
    color: #d6dbdd;
    height: 180px;
    overflow: scroll;
    display: block;
    overflow-x: hidden
}

.textwidget a {
    color: var(--color-core);
    opacity: .8
}

footer .row {
    background: #1e2024;
    padding: 4px 0 0
}

.clearfix {
    clear: both
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

span.code {
    display: block;
    font-size: .75rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    color: rgb(223 223 223/60%);
    margin-bottom: 10px
}

.col-md-2 {
    padding: 0 6px
}

.col-md-4 {
    padding: 0 6px
}

.col-md-6 {
    padding: 0 6px
}

.xx-ads {
    width: 98%;
    text-align: center;
    margin: 4px auto
}

.xx-ads img,.xx-ads iframe {
    max-width: 100%
}

.xx-ads.catfix {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    line-height: 0;
    width: 300px;
    z-index: 9
}

.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: var(--color-core);
    cursor: pointer;
    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) {
    .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: -60px
}

.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
}

.xx-ads {
    width: 100%;
    text-align: center;
    margin: 0 auto
}

.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
}

@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
}

.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,.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,.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%)
    }
}

.lightbox-player {
    position: fixed;
    width: 300px;
    height: auto;
    top: 30%;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.8);
    z-index: 9999;
    margin: auto;
    text-align: center
}

.lightbox-player-pc {
    position: fixed;
    width: 600px;
    height: auto;
    top: 30%;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.8);
    z-index: 9999;
    margin: auto;
    text-align: center
}

.preload-button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    background: rgb(0 0 0/65%);
    cursor: pointer;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    border-bottom-left-radius: 10px;
    font-weight: 700
}

#backgroundPopupp {
    background: rgba(0,0,0,.8);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99
}

.recent-search {
    margin-top: 1px;
    overflow: hidden
}

.recent-search a {
    display: inline-block;
    font-size: 13px;
    padding: 0 8px;
    white-space: nowrap;
    background: #2b2b2b;
    border-radius: 4px;
    margin: 5px 0 0 3px;
    text-transform: capitalize
}

.recent-search a:hover {
    background-color: var(--color-core);
    color: #111
}

.recent-search-footer {
    margin-top: 1px;
    overflow: hidden;
    margin-bottom: 10px
}

.recent-search-footer a {
    display: inline-block;
    font-size: 13px;
    padding: 0 8px;
    white-space: nowrap;
    background: #2b2b2b;
    border-radius: 4px;
    margin: 5px 0 0 3px;
    text-transform: capitalize
}

.recent-search-footer a:hover {
    background-color: var(--color-core);
    color: #111
}

@font-face {
    font-family: "font awesome 6 pro";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(webfonts/fa-regular-400.woff2) format("woff2"),url(webfonts/fa-regular-400.ttf) format("truetype")
}

.fa,.fa-brands,.fa-classic,.fa-duotone,.fa-light,.fa-regular,.fa-sharp,.fa-sharp-solid,.fa-solid,.fa-thin,.fab,.fad,.fal,.far,.fas,.fasl,.fasr,.fass,.fat {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1
}

.fa-classic,.fa-light,.fa-regular,.fa-solid,.fa-thin,.fal,.far,.fas,.fat {
    font-family: "font awesome 6 pro"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-check-circle:before,.fa-circle-check:before {
    content: "\f058"
}

.fa-server:before {
    content: "\f233"
}

.notice {
    position: relative;
    width: 100%;
    background: #272727;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: var(--color-core) dashed 1px;
    text-align: center;
    margin: 6px 0;
    padding: 3px
}

.notice:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 6px 9px;
    border-color: var(--color-core) transparent;
    display: block;
    width: 0;
    z-index: 0;
    top: -10px;
    left: 145px
}

.notice:after {
    content: '';
    position: absolute;
    border-style: dashed;
    border-width: 0 6px 9px;
    border-color: #272727 transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -8px;
    left: 145px
}

.color-search {
    color: var(--color-core);
    font-weight: 600
}

@media(min-width: 768px) {
    .f {
        --bs-gutter-x:1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
}
.catfish-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    z-index: 1000;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
}

.catfish-banner .banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
}

.catfish-banner a {
    color: #ffd700;
    font-weight: bold;
    text-decoration: none;
}

.catfish-banner a:hover {
    text-decoration: underline;
}

.catfish-banner .close-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin-left: 20px;
}

.catfish-banner .close-btn:hover {
    color: #ff0000;
}