/*
Theme Name: Giao Dien 30
Version: 1.0.0
Text Domain: giaodien30
*/

/* ===== ROOT VARIABLES ===== */
:root {
    --primary-color: #ff6b6b;
    --secondary-color: #4ecdc4;
    --accent-color: #45b7d1;
    --text-color: #ffffff;
    --bg-dark: #1a1a1a;
    --border-color: rgba(255, 255, 255, 0.1);
    --hover-color: rgba(255, 255, 255, 0.15);
    --gradient-primary: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 600;
    color: var(--text-color);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

h1 {
    font-size: clamp(24px, 4vw, 32px);
    margin-bottom: 20px;
}

h2 {
    font-size: clamp(20px, 3.5vw, 28px);
    margin-bottom: 18px;
}

h3 {
    font-size: clamp(18px, 3vw, 24px);
    margin-bottom: 16px;
}

h4 {
    font-size: clamp(16px, 2.5vw, 20px);
    margin-bottom: 14px;
}

h5 {
    font-size: clamp(14px, 2.2vw, 18px);
    margin-bottom: 12px;
}

h6 {
    font-size: clamp(13px, 2vw, 16px);
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    h1 {
        font-size: clamp(20px, 5vw, 26px);
    }

    h2 {
        font-size: clamp(18px, 4.5vw, 22px);
    }

    h3 {
        font-size: clamp(16px, 4vw, 20px);
    }
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--accent-color);
    transition: color 0.3s ease;
    text-decoration: none;
}

a:hover {
    color: var(--secondary-color);
}

html {
    scroll-behavior: smooth;
}

/* ===== THUMBNAIL ASPECT RATIO ===== */
.dp-thumb figure,
.dp-thumb img {
    aspect-ratio: var(--fv-thumb-aspect-ratio, 16/9);
    object-fit: cover;
}

/* ===== AUTOCOMPLETE STYLES ===== */
.autocomplete-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: none;
    z-index: 9999;
    max-height: 300px;
    overflow-y: auto;
    display: none;
}

.autocomplete-dropdown a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.autocomplete-dropdown a:hover {
    background: rgba(255, 255, 255, 0.1);
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

/* ===== VIDEO PLAYER ===== */
.videoWrapper {
    position: relative;
    aspect-ratio: 16/9;
    background: #000;
    margin-bottom: 15px;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* ===== IMPORT LEGACY CSS ===== */
html {
    overflow-x: hidden !important
}

body.lusterthemes {
    color: #a5a5a5;
    font-size: 14px;
    line-height: 1.6;
    overflow-x: hidden;
    background: #282828
}

a {
    color: #dbdbdb
}

a,
a:hover,
a:focus {
    text-decoration: none
}

textarea,
select,
input {
    outline: none
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track {
    background: #282828
}

::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .2)
}

::-moz-selection {
    background: #000;
    text-shadow: none
}

::selection {
    background: #fd9dff;
    color: #fff;
    text-shadow: none
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

img:hover {
    filter: brightness(1);
    -webkit-filter: brightness(1)
}

#dp_wrapper {
    max-width: 1022px;
    padding: 0 13px;
    margin: 0 auto;
    background: #fff
}

#wrapper {
    background: rgba(15, 15, 15, .93);
    padding: 0 0 15px
}

#headwrap {
    padding: 5px 0;
    margin: 10px 0
}

#headwrap .col-md-3.slogan {
    margin-top: -5px;
    padding: 0
}

#headwrap .col-md-4 {
    padding-right: 0;
    text-align: right
}

#headwrap .form-group {
    margin: 0
}

#header {
    background: #282828
}

#header .site-title {
    margin: 0;
    height: 45px;
    margin-top: -5px;
    position: relative;
    display: flex;
    align-items: flex-end;
}

#header .site-title a {
    display: flex;
    align-items: center;
    height: 100%;
}

#header .site-title a img {
    max-height: 45px;
    width: auto;
    display: block;
}

/* Global logo styling */
.logo,
.mobile-logo,
#header .site-title a {
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none !important;
}

.logo:hover,
.mobile-logo:hover,
#header .site-title a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

@media (max-width: 767px) {
    #header .site-title {
        justify-content: center;
    }
}

.btn-search {
    background: #191919;
    border: 1px solid rgba(255, 255, 255, .08)
}

.btn-search:hover,
.btn-search:focus,
.btn-search:active {
    outline: none !important;
    color: #fff
}

#header>.container {
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

/* Header layout: logo left, search right */
#headwrap {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

#headwrap .slogan {
    width: auto !important;
    float: none !important;
    flex-shrink: 0;
}

#headwrap .dp-search-form {
    width: auto !important;
    float: none !important;
    flex-shrink: 0;
    min-width: 350px;
}

.header-nav {
    margin-right: 0;
    position: relative
}

.header-nav img {
    max-width: 100%;
    margin: 10px 0
}

.navbar-container {
    transition: .25s transform;
    backface-visibility: hidden;
    z-index: 9999;

}

.navbar-container .container {
    padding: 0 15px;
    background: rgba(15, 15, 15, .99);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
    border-bottom: 1px solid #000;
}

/* Hide mobile search by default on all screens - shown via Bootstrap collapse toggle */
#search-form-mobile {
    display: none !important;
}

#search-form-mobile.in,
#search-form-mobile.collapsing {
    display: block !important;
    overflow: visible !important;
    position: relative;
}

#search-form-mobile .input-group {
    position: relative;
}

#search-form-mobile .autocomplete-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10000;
}

.fix.hl-dot-3:before {
    transform: rotate(90deg) scale(0.968) skew(1deg) translate(0px)
}

.msearch {
    margin: 10px 0 -10px;
    overflow: hidden
}

.navbar {
    min-height: 48px !important;
    margin: 0
}

.main-navigation {
    border: none
}

.main-navigation .navbar-nav>li>a {
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding: 15px
}

.main-navigation .navbar-nav>li>a i {
    font-size: 12px
}

.main-navigation .navbar-nav>li>a:hover,
.main-navigation .navbar-nav>li>a:focus {
    color: #fdfdfd;
    background: #000
}

.main-navigation .navbar-nav>.active>a,
.main-navigation .navbar-nav>.active>a:hover,
.main-navigation .navbar-nav>.active>a:focus {
    color: #fff;
    background: #000;
    border: none
}

.main-navigation .navbar-nav>li.current_page_item:first-child a {
    border: none
}

.main-navigation .nav .open>a,
.main-navigation .nav .open>a:focus,
.main-navigation .nav .open>a:hover {
    background: #000;
    border: none
}

#main-contents {
    position: relative
}

@media screen and (max-width: 1024px) {
    .main-navigation .navbar-nav>li>a {
        padding: 10px
    }

    .main-navigation {
        border-bottom: 0
    }

    .navbar {
        min-height: 35px !important
    }

    .main-navigation .navbar-nav>li>a {
        color: #b3b3b3
    }

    #main-contents {
        padding: 0 15px
    }
}

.dropdown-menu {
    background: #282828 !important;
    border: none;
    right: 0
}

@media (min-width: 1200px) {
    #main-contents {
        width: 100%
    }
}

.panel-body {
    padding: 15px
}

.dp-post-title-box {
    line-height: 18px;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 40px;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(6, 6, 6, 0) 30%, rgba(0, 0, 0, 0) 100%)
}

.dp-post-title-box-slider {
    position: absolute;
    line-height: 18px;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 25px;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(6, 6, 6, 0.41) 30%, rgba(0, 0, 0, 0.83) 100%)
}

.video-item .dp-post-title-box {
    background: none;
    height: auto
}

.dp-post-title {
    position: absolute;
    line-height: 18px;
    margin: auto;
    width: 100%;
    text-align: center
}

.sliderx {
    background: rgba(0, 0, 0, .36)
}

h2.entry-title.titleslider {
    padding: 4px
}

.list-news .dp-post-title {
    position: static;
    background: transparent
}

.owl-carousel .dp-post-title {
    bottom: 0
}

.dp-post-title h2 {
    line-height: 19px;
    height: 40px;
    overflow: hidden;
    font-size: 9px !important;
    font-weight: bold;
    margin: 7px 3px 0px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    /* white-space: normal; */
    -webkit-box-orient: vertical;
}

.dp-post-title a,
.dp-post-title p,
.popular-post .original_title {
    font-size: 13px;
    color: #fff
}

.dp-post-title.title-2-line a,
.dp-post-title.title-2-line p,
.popular-post .original_title.title-2-line {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.dp-post-title a:hover {
    color: #FF9800
}

.dp-post-title .original_title,
.popular-post .original_title {
    font-size: 12px;
    margin: 0;
    padding-right: 5px;
    color: #a5a5a5
}

.footer {
    background: #292929
}

.footer-menu {
    background: #1c242a
}

.footer-menu ul {
    padding: 0;
    margin: 0
}

.footer-menu ul li {
    list-style: none;
    float: left;
    padding: 15px 0;
    margin-right: 25px
}

.footer-menu ul li a {
    color: #E9DADA;
    font-size: 14px;
    font-weight: 700
}

.footer-content {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #5a6870;
    font-size: 12px
}

h1.entry-title {
    color: #949494;
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    margin: 0px 0px 0px 5px;
    line-height: 20px
}

.movie-meta {
    margin-left: 330px
}

.fieldmeta {
    border-bottom: 1px solid #593636;
    padding: 15px 15px 15px 0;
    margin-bottom: 0
}

.fieldmeta a {
    color: #f7c004
}

.movie-meta h1 {
    color: #f7c004;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700
}

.htmlwrap {
    border-top: 1px solid rgba(255, 255, 255, .08);
    margin: 10px 0;
    background: rgba(41, 41, 41, 0);
    font-size: 14px
}

.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: 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: #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 !important
}

@media screen and (max-width: 1000px) {
    li.item-movie .label {
        position: absolute;
        top: 6px !important;
        left: 5px !important
    }

    .ads-fl,
    .ads-fr {
        display: none
    }

    .ads-pc {
        display: none !important
    }

    .ads-mobile {
        display: block !important
    }
}

v .breadcrumb {
    margin: 0;
    background: rgba(12, 12, 12, 0.72)
}

.breadcrumb a {
    margin-right: 2px;
    color: #bbb
}

.single-news .breadcrumb {
    margin: 0;
    background: rgba(12, 12, 12, 0);
    padding: 8px 0
}

@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-collapse.collapse:not(#search-form-mobile) {
        display: block !important;
        height: auto !important;
        padding-bottom: 0 !important;
        overflow: visible !important;
        background-color: #111
    }

    .navbar-collapse.collapse.in {
        overflow-y: visible !important
    }

    .navbar-toggle {
        display: none
    }

    .navbar-nav {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        background-color: #111;
        padding: 10px 0;
    }

    .navbar-nav li {
        margin: 0 5px;
        background: #2b2b2b;
        border: none;
        margin-bottom: 10px;
        border-radius: 3px
    }

    .navbar-nav>li>a {
        padding: 4px 5px !important
    }

    .main-navigation .navbar-nav>.active>a,
    .main-navigation .navbar-nav>.active>a:hover,
    .main-navigation .navbar-nav>.active>a:focus {
        background: #662929 !important;
        border-radius: 3px
    }
}

/* Mobile: show toggle, hide inline menu */
@media (max-width: 767px) {

    /* Hide desktop header on mobile */
    #header {
        display: none !important;
    }

    /* Navbar header with flexbox for mobile */
    .navbar-header {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 8px 0;
    }

    .navbar-toggle {
        display: block !important;
        float: none !important;
        margin: 0 !important;
    }

    /* Mobile logo styling */
    .mobile-logo {
        display: flex !important;
        flex: 1;
        align-items: center;
        justify-content: center;
        padding: 0 15px;
        color: #fff !important;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
    }

    .mobile-logo:hover {
        color: #fff !important;
        text-decoration: none;
    }

    .mobile-logo img {
        max-height: 40px;
        width: auto;
        display: block;
    }

    .navbar-collapse.collapse:not(.in) {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-nav {
        display: block;
        width: 100%;
        background-color: #111;
    }

    .navbar-nav li {
        display: block;
        width: 100%;
        margin: 0;
        border-radius: 0;
    }

    .navbar-nav li a {
        display: block;
        padding: 10px 15px !important;
    }
}

/* Hide mobile logo on desktop/tablet */
.mobile-logo {
    display: none;
}

.main-navigation .navbar-nav>.active>a,
.main-navigation .navbar-nav>.active>a:hover,
.main-navigation .navbar-nav>.active>a:focus {
    background: #662929 !important
}

.btn-watch {
    background-color: #f7c004
}

.doings {
    margin-top: 10px;
    margin-bottom: 10px
}

.vote-stats span {
    color: #385160
}

.tags-list {
    margin-bottom: 10px
}

.tags-list a {
    display: inline-block;
    padding: 5px 10px;
    margin: 1.5px 0;
    border: 1px solid #dedede;
    color: #424141
}

.jw-settings-menu {
    background-color: rgba(0, 0, 0, 0.53) !important
}

.jwplayer .jw-rightclick .jw-rightclick-list .jw-featured .jw-rightclick-link span+span.jw-reset::after {
    content: ' - SEXTOP1.NET';
    background: #333;
    position: absolute;
    color: #fff;
    display: contents
}

.tags-list a:hover {
    color: #D5A128
}

.title-menu {
    margin: 0;
    padding: 2px;
    font-size: 13px;
    text-transform: uppercase
}

.title-info {
    font-size: 15px;
    color: #F7C004;
    text-transform: uppercase
}

a:hover {
    transition: color .2s ease;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease
}

.form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.btn {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    background-image: none !important
}

button,
input {
    outline: 0
}

.disable-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#slider {
    background: #10151D
}

@media(min-width: 768px) {
    .video-item .item-thumbnail:hover .link-overlay {
        background: rgba(20, 22, 23, 0.55);
        text-decoration: none
    }

    .video-item .item-thumbnail:hover .link-overlay:before {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        text-decoration: none
    }
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.jw-skin-sextop1themes .jw-display-icon-container {
    height: 5em;
    width: 5em;
    border-radius: 100%
}

.jw-skin-sextop1themes .jw-controlbar {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%)
}

.jw-skin-sextop1themes .jw-controlbar-center-group {
    position: absolute;
    top: -12px;
    left: 0;
    z-index: 1
}

.jw-skin-sextop1themes .jw-controlbar-center-group .jw-progress {
    background-color: #f44336
}

.jw-skin-sextop1themes .jw-controlbar-right-group {
    text-align: right
}

.jw-skin-sextop1themes .jw-controlbar-center-group .jw-slider-container .jw-knob {
    background-color: #f44336;
    top: -.29em;
    margin-left: -.45em;
    width: .8em;
    height: .8em;
    border-radius: 100%;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    opacity: 0;
    transform: scale(0)
}

.jw-skin-sextop1themes .jw-controlbar-center-group .jw-buffer,
.jw-skin-sextop1themes .jw-controlbar-center-group .jw-progress,
.jw-skin-sextop1themes .jw-controlbar-center-group .jw-rail {
    transform: scaleY(.7);
    transition: transform .2s ease
}

.jw-skin-sextop1themes .jw-controlbar-center-group:hover .jw-slider-container .jw-knob {
    opacity: 1;
    transform: scale(1)
}

.jw-skin-sextop1themes .jw-controlbar-center-group:hover .jw-buffer,
.jw-skin-sextop1themes .jw-controlbar-center-group:hover .jw-progress,
.jw-skin-sextop1themes .jw-controlbar-center-group:hover .jw-rail {
    transform: scaleY(1.2)
}

.jw-skin-sextop1themes .jw-text {
    font-weight: 700
}

.jw-skin-sextop1themes .jw-icon:not(.jw-icon-display) {
    transition: color .2s ease-in-out
}

.jw-skin-sextop1themes .jw-icon-hd:not(.jw-off) {
    color: #f44336
}

.jw-skin-sextop1themes .jw-button-color,
.jw-skin-sextop1themes .jw-toggle.jw-off {
    color: #fff
}

.jw-skin-sextop1themes:not(.jw-flag-touch) .jw-button-color:hover:not(.jw-icon-display) {
    color: #f44336
}

.jw-skin-sextop1themes .jw-overlay {
    transition: opacity .2s ease-in-out
}

.jw-skin-sextop1themes .jw-slider-vertical {
    border-radius: 5px
}

.jw-skin-sextop1themes .jw-controlbar .jw-overlay {
    bottom: 2.5em;
    z-index: 2
}

.jw-skin-sextop1themes .jw-controlbar-center-group .jw-tooltip-time {
    height: 25px;
    top: -12px
}

.jw-skin-sextop1themes .jw-controlbar-center-group .jw-tooltip-time .jw-overlay {
    bottom: .5em
}

.jw-skin-sextop1themes .jw-controlbar-center-group .jw-slider-horizontal {
    height: 18px
}

.jw-skin-sextop1themes .jw-controlbar-center-group .jw-slider-container {
    height: 8px;
    top: 10px
}

.jw-skin-sextop1themes .jw-controlbar-right-group .jw-slider-vertical {
    padding: 1em
}

.jw-skin-sextop1themes .jw-controlbar-right-group .jw-slider-vertical .jw-knob {
    left: -.165em;
    margin-bottom: -5px;
    width: .6em;
    height: .6em;
    border-radius: 100%
}

@media (min-width: 992px) {
    .box {
        margin: 10px;
        padding: 10px
    }

    .box-right {
        margin-left: 0 !important
    }

    .movie-actions {
        padding-left: 10px
    }

    .movie-view {
        padding-right: 10px
    }
}

.heading {
    display: none
}

.breadcrumb>span+span:before {
    padding: 0 1px;
    color: #ccc;
    content: "\203A"
}

.thongbao {
    margin: 5px;
    padding: 5px 0;
    background-color: #12171b;
    line-height: 1.5em;
    font-size: 13px;
    border-radius: 2px
}

/* Fix thongbao overflow for mobile */
.thongbao.mobi-pl {
    margin: 5px 10px;
    padding: 8px 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 12px;
    line-height: 1.4;
}

@media (max-width: 480px) {
    .thongbao.mobi-pl {
        margin: 5px;
        padding: 6px 8px;
        font-size: 11px;
    }
}

.noticehome {
    margin: 5px 15px;
    padding: 5px 0;
    background-color: #12171b;
    line-height: 1.5em;
    font-size: 11px;
    border-radius: 2px
}

#dp-player-wrapper {
    height: 456px;
    position: relative;
    z-index: 9
}

#dp-player-loader {
    position: absolute;
    text-align: center;
    background: #000 url(../images/ripple.svg) no-repeat 50% 50%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    margin: 0 !important
}

@media (max-width: 500px) {
    #dp-player-loader {
        margin: auto -15px
    }
}

.jw-toggle {
    color: #d33 !important
}

.jw-button-color:hover {
    color: #d33 !important
}

#dp-player {
    position: relative;
    z-index: 8
}

#dp-player #player {
    width: 100%
}

#dp-player center {
    position: absolute;
    right: 9px;
    bottom: -37px;
    padding: 5px 10px;
    background: #333
}

.navbar-collapse {
    padding-left: 0 !important
}

.navbar-toggle .icon-bar {
    background-color: #e0e0e0
}

.navbar-toggle,
button.navbar-toggle.collapsed {
    margin: 6px 0
}

.navbar-toggle.pull-right.collapsed {
    margin: 2px 0 2px;
    padding: 9px
}

.dp_box {
    list-style: none;
    padding: 0;
    margin: 10px -4px 20px;
    display: block
}

/* Clearfix to ensure floated grid items don't affect sibling elements */
.dp_box::after {
    content: '';
    display: table;
    clear: both;
}

.dp-news-box-widget .dp_box {
    margin: auto
}

.dp_box li.col-md-3.col-sm-6.col-xs-6.thumb img {
    width: 100%
}

.dp_box a.dp-thumb {
    position: relative;
    display: inline-block;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .7s ease;
    width: 100%
}

.dp_box.news a.dp-thumb {
    width: unset
}

.col-md-3.col-sm-6.col-xs-6.thumb {
    position: relative
}

.dp_box li:nth-child(4n) {
    margin-right: 0 !important
}

@media(max-width: 480px) {
    .logo span {
        font-size: 18px
    }

    .col-md-3.col-sm-6.col-xs-6.thumb {
        padding: 0;
        width: 50% !important;
        margin-right: 5px;
        margin-top: 15px;
        padding: 5px
    }

    .col-md-3.col-sm-6.col-xs-6.thumb img {
        height: auto
    }
}

@media (max-width: 767px) {
    .logo span {
        font-size: 20px
    }

    .logo img {
        max-width: 100%;
        margin-left: 10px
    }

    .navbar-collapse {
        padding-left: 15px !important
    }

    .navbar-right.msearch {
        width: 100% !important
    }

    #secondary {
        width: 100%
    }

    #primary {
        float: none;
        width: 100%
    }

    .col-md-3.col-sm-6.col-xs-6.thumb {
        padding: 5px;
        width: 50%;
        margin-right: 0;
        margin-top: 15px
    }

    .dp_box li.col-md-3.col-sm-6.col-xs-6.thumb img {
        width: 100%
    }

    .info .thumbnail {
        max-width: 100%;
        float: none;
        margin-right: 10px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }

    #secondary {
        width: 100%
    }

    #primary {
        float: none;
        width: 100%
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

#secondary .menu {
    overflow-x: hidden;
    max-height: 400px
}

#secondary .menu::-webkit-scrollbar {
    width: 8px
}

#secondary .menu::-webkit-scrollbar-track {
    background: #313131
}

#secondary .menu::-webkit-scrollbar-thumb {
    background: #1b1b1b
}

.text-capitalize {
    text-transform: capitalize
}

.section-title a {
    color: #C5C5C5
}

.grid-1 {
    position: absolute;
    background-color: #e6e6e6;
    clear: both;
    height: 1px;
    width: 100%
}

.grid-1 span {
    display: block;
    height: 100%;
    margin: 0;
    width: 210px
}

.section-bar .grid-1 {
    margin-bottom: 0
}

.section-bar {
    position: relative;
    margin: 15px 0
}

.section-title {
    position: relative
}

.grid-1 span {
    width: 150px;
    background-color: #0CF
}

.grid-1 span {
    background-color: #00afcf
}

.section-tab {
    float: right;
    list-style-type: none;
    margin-top: 8px;
    overflow: hidden;
    white-space: nowrap
}

.section-title {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700
}

.sidebar-menu {
    position: relative
}

.np-viewall {
    position: absolute;
    top: 2px;
    right: 0;
    background: rgb(21, 29, 37);
    line-height: 14px;
    padding: 1px 0 4px 8px
}

.np-viewall a {
    color: #7aa6ce;
    font-size: 12px
}

.widgettitle {
    margin: 0;
    padding: 0;
    color: #E6E6E6
}

.section-title span {
    font-weight: normal;
    float: left;
    margin-top: -15px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgb(10, 10, 10);
    font-size: 13px;
    padding: 10px 15px 7px;
    color: #fff
}

.section-title span::after {
    content: ''
}

.section-title {
    font-size: 16px;
    line-height: 11px;
    display: block;
    margin: 13px 0 10px;
    position: relative;
    text-transform: uppercase;
    border-top: 1px solid rgba(255, 255, 255, .08)
}

.section-title span {
    position: relative
}

.section-title span:before {
    content: '';
    background: rgb(10, 10, 10);
    border-radius: 100%;
    position: absolute;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, .08);
    margin-left: 2px;
    top: 6px;
    right: -16px
}

.section-title span:after {
    content: '';
    background: rgb(10, 10, 10);
    border-radius: 100%;
    position: absolute;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, .08);
    margin-left: 12px;
    top: 8px;
    right: -26px
}

.widget-area ul li {
    list-style-type: square;
    word-wrap: break-word
}

.popular-post {
    padding: 0;
    margin: 0 0 25px
}

.popular-post .item {
    clear: both;
    margin: 10px 0;
    padding-right: 10px;
    line-height: 1.2;
    list-style-type: none;
    overflow: hidden;
    background: rgba(11, 15, 21, 0.26)
}

.popular-post .item:hover h3.title {
    color: #d33
}

.popular-post .item:first-child {
    margin-top: 0
}

.popular-post .item:last-child {
    border: none
}

.popular-post .viewsCount {
    font-size: 12px;
    margin-top: 5px
}

.popular-post a {
    color: #717171
}

.popular-post .item-link {
    display: block;
    overflow: hidden;
    position: relative;
    margin-right: 15px;
    padding: 0;
    float: left
}

.popular-post .post-thumb {
    float: left;
    height: 95px;
    transition: all .3s ease-in-out
}

.popular-post .is_trailer {
    background: #478413eb;
    padding: 2px 4px;
    color: #fff;
    font-size: 11px;
    position: absolute;
    top: 0;
    right: 0
}

.popular-post h3.title {
    color: #dbdbdb;
    cursor: pointer;
    margin: 10px 0 5px;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical
}

.popular-post .stat {
    color: #b5b5b5;
    display: block;
    font-size: .8166em;
    height: 1.4em;
    line-height: 1.4em;
    overflow: hidden
}

.popular-post .info {
    color: #A9A9A9;
    display: block;
    font-size: .81em;
    height: 1.4em;
    line-height: 1.4em
}

.popular-post .episode {
    display: inline-block;
    margin: 10px 0 0;
    padding: 3px 5px;
    background: #365979;
    color: #fff;
    font-size: 11px
}

.popular-post-2col {
    margin: 15px -15px
}

.keyword {
    height: 30px;
    float: left;
    border: 1px solid #fff;
    width: 100%;
    background: #fff
}

.navbar-right.msearch {
    position: relative
}

#search-form {
    margin: 5px
}

input.search-btn.pull-right {
    position: absolute;
    right: 0;
    border: 1px solid #008cca;
    background: #008cca url(../images/search.html) 49% no-repeat;
    background-size: 13px;
    padding: 5px 16px;
    margin: 0
}

.mega .navbar-nav>li:last-child ul {
    width: 600px;
    left: -251px
}

.navbar-brand {
    color: #fff
}

.navbar-nav .dropdown-menu {
    z-index: 9999
}

.navbar-nav .mega .dropdown-menu {
    width: 600px;
    z-index: 9999;
    padding: 0;
    transition: .5s all
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #101010;
    transition: .5s all
}

@media (min-width: 768px) {
    .navbar-nav .dropdown-menu::before {
        content: '';
        z-index: 999;
        display: block;
        top: -13px;
        left: 30px;
        position: absolute
    }

    .navbar-nav .dropdown-menu::after {
        content: '';
        border-bottom: 8px solid #282828;
        border-left: 8px solid transparent;
        z-index: 999;
        display: block;
        border-right: 8px solid transparent;
        top: -8px;
        left: 37px;
        position: absolute
    }
}

.navbar-nav .mega .dropdown-menu li {
    float: left;
    width: 200px;
    display: inline-table
}

.dropdown-menu>li>a {
    color: #fff;
    padding: 10px 15px;
    white-space: normal
}

@media (max-width: 767px) {
    .navbar-nav>li>.dropdown-menu li {
        float: none !important;
        width: 100% !important
    }

    .dropdown-menu {
        width: 100% !important
    }

    .navbar-nav .dropdown-menu {
        margin-top: 0 !important;
        border-top: 1px solid #253c50 !important
    }

    #header>#headwrap {
        height: auto
    }

    #logo-bg {
        display: none !important
    }

    #dp-player-wrapper {
        height: auto;
        margin: auto -15px
    }

    .button-watch .col-md-8 {
        text-align: center !important;
        padding: 0
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    #header>#headwrap {
        height: auto
    }

    #logo-bg {
        display: none !important
    }
}

.nav-tabs {
    border-bottom: 1px solid #263a4c
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #9fc3e4;
    background-color: transparent;
    border: 1px solid #17232f;
    border-bottom-color: transparent;
    cursor: default
}

.button-watch {
    clear: both;
    height: 35px;
    line-height: 35px;
    width: 100%;
    margin-bottom: 5px
}

.button-watch .fb-like {
    -moz-border-radius: 50px
}

.button-watch #explayer,
.button-watch #likeplayer,
.button-watch #report,
.button-watch #toggle-light,
.button-watch .luotxem,
.button-watch #download,
.button-watch #autonext {
    font-size: 11px;
    display: inline-block;
    height: 24px;
    line-height: 17px;
    border-radius: 50px !important;
    cursor: pointer;
    padding: 4px 5px
}

.button-watch #explayer:hover,
.button-watch #likeplayer:hover,
.button-watch #report:hover,
.button-watch #toggle-light:hover,
.button-watch .luotxem:hover,
.button-watch #autonext:hover {
    background: #32485a;
    color: #fff;
    transition: .7s all
}

.dark #explayer,
.dark #likeplayer,
.dark #report,
.dark #toggle-light,
.dark .luotxem,
.dark #autonext {
    color: #fff;
    transition: .7s all
}

.button-watch #autonext:hover a {
    color: #fff
}

.button-watch.dark {
    background: #040201
}

#autonext.pull-left {
    margin-top: 5px
}

.button-watch div .wrap {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    box-shadow: 0 1px 0 0 #222 inset;
    padding: 0 10px
}

.button-watch ul {
    padding-right: 0;
    margin-bottom: 0
}

.button-watch .col-md-8 {
    text-align: right;
    margin-bottom: 0
}

.luotxem a {
    color: #adadad
}

.luotxem a:hover {
    color: #fff
}

#lightout {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: .95;
    filter: alpha(opacity=95);
    height: 100%;
    width: 100%;
    display: none
}

.action {
    padding: 10px 0
}

tr.download-server-name {
    background: rgba(0, 0, 0, 0.38);
    border: none;
    color: #fff;
    font-size: 14px
}

tr.title {
    background: #ddd;
    color: #f34949
}

.col-md-4.slogan {
    padding-left: 0
}

.wrap-content .info {
    padding: 15px 0
}

.info .thumbnail {
    float: left;
    margin-right: 10px
}

.info .entry-header .entry-title {
    font-size: 20px;
    margin: 0 0 8px
}

.info .entry-header .entry-meta span {
    display: block;
    padding: 3px 0
}

.col-md-8.pull-right {
    padding-right: 0
}

@media (min-width: 768px) {

    #search-form,
    #user-info {
        display: none !important
    }
}

.entry-title a:hover {
    color: #d33
}

.single-post .entry-title {
    font-size: 22px;
    margin: 0
}

.single-post .entry-title a {
    color: #bdbdbd;
    line-height: 35px
}

.dp-entry-box .item-info {
    margin-bottom: 10px;
    font-size: 11px
}

.dp-entry-box .item-content,
.content-single img {
    max-width: 100%
}

#main-contents .wrap-slider,
.related-movies .wrap-slider {
    margin: 0
}

.wrap-slider {
    position: relative;
    overflow: hidden
}

.grid-item figure {
    overflow: hidden
}

.dp_box .grid-item {
    padding: 3px;
    margin-bottom: 20px
}

.grid-item,
.grid-item .dp-thumb {
    position: relative
}

.grid-item img {
    width: 100%
}

.grid-item img,
#sidebar .item img,
.popular-post .item {
    transition: all .3s ease-in-out
}

.grid-item:hover img,
#sidebar .item:hover img,
.popular-post .item:hover img {
    transform: scale(1.2);
    transition: all .3s ease-in-out
}

.grid-item .time,
.grid-item .duration,
.grid-item .status,
.grid-item .is_trailer,
.grid-item .episode {
    padding: 3px 6px;
    position: absolute;
    font-size: 11px;
    color: #fff;
    text-align: center
}

.grid-item .time {
    top: 2px;
    right: 2px;
    bottom: auto;
    background: #F44336
}

.grid-item .episode {
    right: 2px;
    bottom: 52px;
    background: rgb(71, 132, 19);
    color: #fff;
    padding: 2px 5px;
    z-index: 9
}

.grid-item .duration {
    bottom: 0;
    right: 0;
    background: #2196F3;
    opacity: 0;
    transition: .5s ease-in-out
}

.grid-item:hover .duration {
    bottom: 5px;
    right: 5px;
    opacity: 1;
    z-index: 1
}

.owl-item .grid-item .status {
    left: 0;
    top: 0;
    background: #a94442;
    z-index: 1
}

.owl-item .grid-item .status:after {
    content: "";
    border: 5px solid transparent;
    border-bottom: 5px solid #a94442;
    transform: rotate(-46deg);
    position: absolute;
    bottom: -5px;
    left: -5px;
    z-index: 999999
}

.grid-item .status {
    left: 0;
    top: 0;
    background: #a94442;
    z-index: 1
}

.grid-item .is_trailer {
    right: 3px;
    top: 2px;
    background: #cc7c01;
    z-index: 1
}

.grid-item .is_trailer:after {
    content: "";
    border: 4px solid transparent;
    border-bottom: 4px solid #885508;
    transform: rotate(44deg);
    position: absolute;
    bottom: -4px;
    left: 1px;
    z-index: 999999
}

.grid-item .views {
    position: absolute;
    top: 2px;
    left: 2px;
    background: #008CCA;
    font-size: 10px;
    color: #fff;
    padding: 3px 7px
}

.item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 10px;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0.52)), color-stop(100%, rgba(0, 0, 0, 0.52)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 30%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.43) 30%, #131313 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000', endColorstr='#90000', GradientType=0)
}

@media(max-width: 767px) {
    .col-xs-12.carousel-sliderWidget {
        padding: 0 8px
    }

    .dp_box.video-item .dp-thumb img {
        height: 110px
    }
}

@media screen and (min-width: 991px) {
    .grid-item img {
        width: 100%
    }

    .dp_box.video-item .dp-thumb img {
        height: 150px
    }
}

.grid-item .icon_overlay,
.slider-thumb .icon_container {
    position: relative;
    display: inline-block
}

.icon_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
    opacity: 0;
    transition: opacity .5s ease-in-out
}

.icon_container:hover .icon_overlay {
    opacity: 1
}

.grid-item:hover .icon_overlay,
.slider-thumb:hover .icon_overlay {
    opacity: .75
}

.parent {
    width: 100%;
    height: 100%;
    display: table;
    text-align: center
}

.parent>.child {
    display: table-cell;
    vertical-align: middle
}

.dp-search-form {
    margin-top: 0px;
    padding-left: 0
}

#mobile-search-form.dp-search-form {
    margin-top: 10px
}

#mobile-search-form.dp-search-form .form-group {
    margin-bottom: 5px
}

#mobile-search-form.dp-search-form input {
    background-color: #090b0c
}

@media (max-width: 767px) {
    #search-form {
        margin: 0 !important
    }

    .ui-autocomplete.ajax-results {
        top: unset !important
    }

    .user.user-login-option .dropdown-menu {
        left: 0 !important
    }
}

.dp-social-plugin {
    list-style: none;
    padding: 0;
    display: inline-block;
    float: left;
    margin-top: 5px
}

.dp-social-plugin li {
    float: left;
    margin-right: 5px
}

.dp-social-plugin li span {
    vertical-align: initial !important
}

.dp-social-plugin a {
    color: #fff
}

@media screen and (max-width: 767px) {
    .dp-social-plugin {
        display: grid
    }

    .nav-tabs.nav-justified>li {
        float: left !important
    }
}

.film_info,
.film_info .col-md-12 {
    padding: 0;
    margin-bottom: 7.5px;
    overflow: hidden
}

.film_info span {
    display: block;
    padding: 10px 0;
    margin: -1px 0;
    float: left;
    width: 33.33333%
}

@media (max-width: 767px) {
    .film_info span {
        float: none;
        width: 100%
    }
}

.film_info .col-xs-12,
.film_info .col-xs-8,
.film_info .col-xs-4 {
    padding: 5px 0
}

.film_info .col-xs-12.alert {
    padding: 5px 15px
}

.film_info span.alert-warning {
    background-color: #fff4bd;
    border-color: #ffb213
}

.movie_info {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    height: auto;
    padding: 0
}

.movie-btn {
    position: absolute;
    bottom: -8px
}

.film-poster {
    position: relative;
    width: 72.2%;
    height: auto;
    overflow: hidden;
    padding: 0
}

.film-poster .poster-image {
    width: 100%;
    max-height: 350px
}

.film-poster .poster {
    max-width: 100%;
    width: 100%;
    height: 301px;
    transition: .7s all;
    filter: brightness(.7);
    -webkit-filter: brightness(.7)
}

.film-poster:hover .poster {
    filter: brightness(1.2);
    -webkit-filter: brightness(1.2);
    transition: .7s all
}

.movie-poster {
    position: relative;
    width: 27.8%;
    padding: 0;
    display: inline-block
}

.movie-poster img {
    width: 100%;
    height: 300px;
    display: inline-block;
    border: 6px solid rgb(31, 41, 51)
}

@media(max-width: 767px) {
    .movie-poster img {
        width: 100%;
        height: auto;
        display: inline-block;
        border: 6px solid rgb(31, 41, 51)
    }
}

.movie-poster .dp_imdbrating {
    background: rgb(243, 143, 56);
    display: inline;
    padding: 7px 8px;
    border-radius: 100%;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
    color: #fff
}

.movie-poster .rating-detail {
    text-align: center;
    margin-top: 3px;
    font-size: 11px
}

.movie-detail {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 15px;
    padding-top: 5px;
    background: rgba(0, 0, 0, 0.63);
    background: linear-gradient(16deg, #061019 0, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0));
    color: #a5a5a5
}

.movie-detail a {
    color: #c5c5c5;
    margin-left: 3px
}

.movie-detail p {
    margin-bottom: 2px;
    font-size: 13.5px;
    color: #daba7d
}

.movie-title {
    position: absolute;
    bottom: -44px;
    width: 100%;
    padding: 10px 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    font-size: 22px;
    text-align: right;
    color: #cecece;
    background: rgba(12, 12, 12, 0.45);
    text-shadow: #fff 0 0 10px
}

@media (max-width: 480px) {
    .movie_info {
        position: relative;
        height: 250px
    }

    .film-poster {
        height: auto
    }

    .movie-title {
        font-size: 15px
    }
}

@media (max-width: 991px) {
    .film-poster {
        float: right
    }
}

@media (max-width: 767px) {
    .movie-detail {
        float: none;
        width: 100%;
        text-align: left;
        position: unset;
        padding: 0;
        background: none
    }

    .movie-detail p {
        border: 1px solid #1d2731;
        padding: 4px 10px;
        margin-bottom: -1px
    }

    .movie-detail p:last-child {
        margin-bottom: 1px
    }

    .movie_info {
        position: relative;
        margin-bottom: 15px;
        overflow: hidden;
        height: auto;
        text-align: center
    }

    .movie-poster {
        float: none;
        width: initial;
        margin-bottom: 15px;
        padding-bottom: 40px
    }

    .film-poster {
        width: 100%;
        float: none
    }

    .film-poster .poster {
        height: auto
    }
}

.comment-scroll {
    overflow-x: hidden;
    max-height: 405px
}

.dp-pulse-ring {
    position: absolute;
    left: -12px;
    top: -12px;
    display: block;
    background: 0 0;
    width: 64px;
    height: 64px;
    border: 4px solid #fff;
    opacity: 0;
    z-index: 100;
    pointer-events: none;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-animation: dp-pulse 2s cubic-bezier(0.4, 0, 0.29, 0.9) infinite;
    -moz-animation: dp-pulse 2s cubic-bezier(0.4, 0, 0.29, 0.9) infinite;
    -o-animation: dp-pulse 2s cubic-bezier(0.4, 0, 0.29, 0.9) infinite;
    animation: dp-pulse 2s cubic-bezier(0.4, 0, 0.29, 0.9) infinite
}

@-moz-keyframes dp-pulse {
    0% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    25% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .3
    }

    50% {
        -moz-transform: scale(.2);
        -ms-transform: scale(.2);
        -webkit-transform: scale(.2);
        transform: scale(.2);
        opacity: .5
    }

    75% {
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: .7
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-ms-keyframes dp-pulse {
    0% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    25% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .3
    }

    50% {
        -moz-transform: scale(.2);
        -ms-transform: scale(.2);
        -webkit-transform: scale(.2);
        transform: scale(.2);
        opacity: .5
    }

    75% {
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: .7
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-o-keyframes dp-pulse {
    0% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    25% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .3
    }

    50% {
        -moz-transform: scale(.2);
        -ms-transform: scale(.2);
        -webkit-transform: scale(.2);
        transform: scale(.2);
        opacity: .5
    }

    75% {
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: .7
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes dp-pulse {
    0% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    25% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .3
    }

    50% {
        -moz-transform: scale(.2);
        -ms-transform: scale(.2);
        -webkit-transform: scale(.2);
        transform: scale(.2);
        opacity: .5
    }

    75% {
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: .7
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes dp-pulse {
    0% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    25% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .3
    }

    50% {
        -moz-transform: scale(.2);
        -ms-transform: scale(.2);
        -webkit-transform: scale(.2);
        transform: scale(.2);
        opacity: .5
    }

    75% {
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: .7
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }

    8% {
        -webkit-transform: scale(0);
        opacity: 0
    }

    15% {
        -webkit-transform: scale(0.1);
        opacity: 1
    }

    30% {
        -webkit-transform: scale(0.5);
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0
    }

    8% {
        -moz-transform: scale(0);
        opacity: 0
    }

    15% {
        -moz-transform: scale(0.1);
        opacity: 1
    }

    30% {
        -moz-transform: scale(0.5);
        opacity: 1
    }

    100% {
        opacity: 0;
        -moz-transform: scale(1)
    }
}

.pulse-holder {
    display: block;
    position: absolute;
    top: 22%;
    right: 2%
}

.pulse-holder .pulse-marker {
    width: 6px;
    height: 6px;
    background: #c00;
    border-radius: 28px
}

.pulse-holder .pulse-rays {
    margin: 0 auto;
    border-radius: 100px;
    position: absolute;
    right: -12px;
    top: -12px;
    z-index: 10;
    background-color: transparent;
    opacity: 0.1;
    width: 30px;
    height: 30px;
    border: 2px solid #f78b8b;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    -webkit-animation: pulse 2s linear infinite;
    -moz-animation: pulse 2s linear infinite;
    border-image: initial
}

@-webkit-keyframes dp-bookmark-animation {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes dp-bookmark-fill-animation {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes dp-bookmark-img-animation {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-5deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(5deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-5deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(5deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-moz-document url-prefix() {

    .dp-post-title a,
    .dp-post-title p,
    .popular-post .original_title {
        background: transparent
    }

    .dp-post-title .original_title,
    .popular-post .original_title {
        height: 20px;
        overflow: hidden
    }

    .dp-post-title h2 {
        height: 20px;
        overflow: hidden
    }
}

.dp-logo-bar {
    width: 100px !important
}

.jw-logo-bar {
    background-size: 100px 19px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 30px;
    width: 110px;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased
}

.dp-resize-bar {
    background-size: 100px 19px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 30px;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased
}

.dp-toggle-light {
    background-size: 100px 19px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 30px;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased
}

.jw-logo-bar .player-tooltip,
.dp-toggle-light .player-tooltip,
.dp-resize-bar .player-tooltip {
    background: rgba(0, 0, 0, 0.81);
    font-size: 11px;
    bottom: 100%;
    color: #fff;
    display: block;
    left: -25px;
    margin-bottom: 15px;
    opacity: 0;
    padding: 5px 10px;
    line-height: 24px;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .28)
}

.jw-logo-bar .player-tooltip:before,
.dp-toggle-light .player-tooltip:before,
.dp-resize-bar .player-tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%
}

.jw-logo-bar .player-tooltip:after,
.dp-toggle-light .player-tooltip:after,
.dp-resize-bar .player-tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid rgba(0, 0, 0, 0.62) 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0
}

.jw-logo-bar:hover .player-tooltip,
.dp-toggle-light:hover .player-tooltip,
.dp-resize-bar:hover .player-tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.jw-logo-bar .player-tooltip,
.dp-toggle-light .player-tooltip,
.dp-resize-bar .player-tooltip {
    display: none
}

.jw-logo-bar:hover .player-tooltip,
.dp-toggle-light:hover .player-tooltip,
.dp-resize-bar:hover .player-tooltip {
    display: block
}

.dp-icon-expand.size-small:before {
    background-image: url(https://imgur.com/twGIvru)
}

.dp-icon-expand.size-large:before {
    background-image: url(https://imgur.com/6YPXfj3)
}

.dp-icon-toggle-light:before {
    background-image: url(https://imgur.com/bUMAkKj);
    background-size: 20px !important
}

.dp-icon-expand:before,
.dp-icon-toggle-light:before {
    padding: 11px 5px;
    display: inline-block;
    content: " ";
    width: 16px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    background-size: 26px 14px
}

.dp-icon-toggle-light:before {
    width: 13px
}

.tooltip.top .tooltip-arrow {
    border-top-color: #0482ba !important
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #0482ba !important
}

.tooltip-inner {
    background-color: #008cca !important
}

.nav-tabs.nav-justified {
    border-bottom: 2px solid #365979
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #365979;
    border-bottom-color: #365979;
    background: #365979;
    color: #fff;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap
}

.nav-tabs.nav-justified>li>a {
    color: #7aa6ce;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid rgba(255, 152, 0, 0)
}

.nav-tabs>li>a:hover {
    border-color: #365979 !important;
    background: #365979 !important;
    color: #fff
}

@media (max-width: 767px) {

    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 1px !important
    }
}

.fullwith-slider .owl-carousel-fullwidth {
    margin: 0
}

.owl-carousel-fullwidth {
    position: relative;
    margin-top: 15px
}

.owl-carousel-fullwidth .owl-nav {
    position: absolute;
    top: 45%
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
    padding: 0
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    list-style: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-item .dp-thumb {
    display: inline-block;
    position: relative;
    width: 100%
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    background: rgba(60, 56, 51, 0.75);
    color: #fff;
    border-radius: 0;
    padding: 8px 5px;
    position: absolute;
    top: 38%
}

.owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0
}

.owl-carousel .owl-nav .owl-prev {
    left: 30px
}

.owl-carousel .owl-nav .owl-next {
    right: 30px
}

@media (max-width: 767px) {
    .owl-carousel-fullwidth .owl-nav .owl-prev {
        left: 7px;
        top: -20px
    }

    .owl-carousel-fullwidth .owl-nav .owl-next {
        right: 7px;
        top: -20px
    }
}

.dp-carausel-widget .owl-dots {
    text-align: right;
    display: none
}

.wrap-slider .owl-carousel .owl-nav .owl-next {
    right: 0
}

.wrap-slider .owl-carousel .owl-nav .owl-prev {
    left: 0
}

.owl-dots {
    position: absolute;
    right: -2px;
    bottom: -22px
}

.owl-carousel-fullwidth .owl-dots {
    position: absolute;
    right: 10px;
    bottom: 0;
    top: initial;
    background: transparent
}

.related-film {
    margin-bottom: 20px
}

.related-film .owl-dots {
    right: 42.3333%;
    bottom: unset
}

#main-contents .owl-carousel .owl-nav .owl-prev {
    left: 0
}

#main-contents .owl-carousel .owl-nav .owl-next {
    right: 0
}

#main-contents .owl-carousel .owl-nav .owl-next,
#main-contents .owl-carousel .owl-nav .owl-prev {
    background: #c57b1b;
    color: #fff;
    border-radius: 0 !important;
    padding: 10px 5px;
    position: absolute;
    top: 35%
}

#main-contents .owl-carousel-fullwidth .owl-dots {
    bottom: 0;
    top: inherit;
    right: 0
}

#main-contents .owl-carousel-fullwidth .owl-dots {
    bottom: -5px;
    top: inherit
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 25px;
    margin: 5px 2px;
    background: #52a7f1;
    padding: 4px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #8BC34A
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

#main-contents .slide-text {}

.col-md-4-footer {
    width: 100%
}

@media only screen and (min-width: 600px) {
    .col-md-4-footer {
        width: calc(50% / 2)
    }
}

footer .menu li a {
    color: #bbb !important;
    border-bottom: 1px dotted #222 !important;
    padding-bottom: 5px !important;
    display: block !important
}

footer {
    color: #777;
}

footer.widget-title {
    color: #fff !important;
    font-size: 14px !important;
    letter-spacing: 2px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin-bottom: 20px;
}

footer.footer-top {
    padding: 20px 0;
}

footer.copyright {
    padding: 15px 0 !important;
    text-align: center !important;
    color: #fff !important;
    border-top: 1px solid #222;
}

footer .menu {
    padding-left: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0px 2px 0px -6px
}

footer .menu li a {
    color: #bbb !important;
    border-bottom: 1px dotted #222 !important;
    padding-bottom: 5px !important;
    display: block;
}

footer .menu li a:hover {
    color: #e73737;
}

footer .copyright {
    padding: 5px 15px !important;
    color: #aaa !important;
    text-align: center;
    max-width: 1170px;
    margin: 0 auto;
    background: transparent;
    border-top: none !important;
}

.menu-menu-container a {
    display: inline-block !important;
    font-size: 12px !important;
    padding: 5px 5px !important;
    white-space: nowrap !important;
    background: #2b2b2b !important;
    border-radius: 4px !important;
    text-decoration: none !important
}

.menu-menu-container a:hover {
    background-color: rgba(234, 67, 53, 0.8) !important
}

.col-md-4-footer {
    width: 100%
}

@media only screen and (min-width: 600px) {
    .col-md-4-footer {
        width: calc(50% / 2)
    }
}

.slide-text {
    background: rgba(0, 0, 0, 0.68);
    color: #fff;
    padding: 15px 30px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px
}

.slide-text h3,
.slide-text p {
    color: #fff;
    margin: 0
}

@media (max-width: 767px) {
    .slide-text {
        background: rgba(0, 0, 0, 0.75);
        color: #fff;
        padding: 10px 15px;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0
    }

    .slide-text h3 {
        font-size: 15px;
        color: #fff
    }

    .slide-text a.btn {
        display: none
    }

    .owl-carousel-fullwidth .owl-dots {
        top: 0;
        display: none
    }

    #main-contents .owl-carousel .owl-nav .owl-next,
    #main-contents .owl-carousel .owl-nav .owl-prev {
        top: -20px
    }
}

#footer {
    /* Container inside handles all styling */
}

#footer>.container {
    background: rgba(0, 0, 0, 0.28) url(../images/footer-bg.png) no-repeat top right;
    background-blend-mode: color-dodge;
    border-top: 4px solid #0e1215;
    padding: 15px;
}

#footer .footer-logo {
    border-bottom: 1px solid #1e262d;
    margin: -20px -20px 0;
    padding: 15px 20px
}

#footer .footer-logo img {
    width: 180px;
    height: auto;
    margin-bottom: 0;
    display: inline-block
}

#footer p {
    color: #717171;
    font-size: 13px
}

#footer p a {
    color: #f0f8ff
}

#footer ul li {
    padding: 6px 8px
}

#footer ul li a {
    color: #eee
}

#footer .widget {
    padding: 15px
}

#footer .widget ul {
    margin: 0;
    list-style: none;
    padding: 13px 8px 0px !important;
    border-radius: 3px;
    max-height: 150px;
    overflow-y: overlay
}

#footer .widget:nth-child(2) {
    padding-left: 30px
}

#footer .widget .widget-title {
    background-color: transparent;
    padding: 0 0 10px;
    border: none;
    border-bottom: 1px solid #2d3842;
    box-shadow: none;
    color: #fff;
    font-size: 18px;
    margin: 0
}

#footer .widget .widget-title:after {
    border: none
}

#footer .widget .tagcloud {
    padding: 10px 0
}

#footer .widget .tagcloud a {
    color: #a09f9f;
    border: none;
    line-height: 20px
}

#footer .widget .tagcloud a:after {
    content: ','
}

#footer .widget .tagcloud a:hover {
    background-color: #32414a
}

#footer .about {
    background: #0e1215;
    padding: 20px;
    padding-top: 10px
}

.container.footer-columns {
    padding: 0
}

.footer-credit {
    background: #0e1215
}

.footer-credit .row.container {
    padding: 0
}

.credit {
    padding: 8px 0;
    color: #fff
}

.credit a {
    color: #adadad
}

.credit p {
    margin: 0
}

@media screen and (max-width: 767px) {
    #footer {
        background-image: none;
        margin-top: 20px
    }

    .credit {
        padding: 8px
    }
}

.tagcloud {
    padding: 15px 0
}

.tagcloud a {
    padding: 2px 5px;
    font-size: 13px !important;
    display: inline
}

.tagcloud a:before {
    content: '#'
}

.social {
    float: right;
    margin-top: 13px
}

.social a {
    color: #fff
}

.social a .hl-facebook:hover {
    background: #29689e
}

.social a .hl-twitter:hover {
    background: #299d9e
}

.social a .hl-pinterest:hover {
    background: #841412
}

.social a .hl-gplus:hover {
    background: #bb4947
}

#footer p.text-right {
    padding: 0 !important;
    margin-bottom: 0
}

.textwidget {
    margin-bottom: 15px
}

#footer .textwidget {
    margin: 0
}

.the_tag_list {
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, .08)
}

.the_tag_list a {
    padding: 3px 0;
    margin: 2px;
    color: #949494;
    font-size: 12px;
    display: inline-block;
    line-height: 15px
}

.the_tag_list a:hover {
    color: #d33
}

.the_tag_list a:after {
    content: ',';
    color: #fff
}

.the_tag_list a:last-child:after {
    content: ''
}



/* Actors Section - Modern 2025 Design */
.actors-section {
    margin-bottom: 20px;
    padding: 0;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.actors-icon {
    font-size: 16px;
    opacity: 0.8;
    flex-shrink: 0;
    margin-top: 6px;
}

.actors {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 13px;
    color: #e1e1e1;
    font-weight: 500;
    max-height: 80px;
    overflow-y: auto;
    padding-right: 4px;
    flex: 1;
}

/* Custom scrollbar for actors */
.actors::-webkit-scrollbar {
    width: 4px;
}

.actors::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 2px;
}

.actors::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
}

.actors::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3);
}



.actors a {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    color: #e1e1e1;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.actors a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(100, 255, 100, 0.1), rgba(0, 200, 255, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.actors a:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    color: #fff;
}

.actors a:hover::before {
    opacity: 1;
}

.actors a:active {
    transform: translateY(0);
}



/* Remove comma separators for actors */
.actors a:after {
    content: '' !important;
}

@media (max-width: 768px) {
    .actors-section {
        margin-bottom: 16px;
        gap: 6px;
    }

    .actors-icon {
        font-size: 14px;
        margin-top: 4px;
    }

    .actors {
        gap: 6px;
        font-size: 12px;
        max-height: 70px;
        padding-right: 2px;
    }

    .actors a {
        padding: 4px 10px;
        font-size: 11px;
        border-radius: 16px;
    }

    .actors a:hover {
        transform: translateY(-1px);
    }

    .actors::-webkit-scrollbar {
        width: 3px;
    }
}

@media (max-width: 480px) {
    .actors-section {
        gap: 4px;
    }

    .actors {
        gap: 4px;
        max-height: 60px;
    }

    .actors a {
        padding: 3px 8px;
        font-size: 10px;
        border-radius: 14px;
    }

    .actors::-webkit-scrollbar {
        width: 2px;
    }
}

/* Film Introduction Section */
.entry-content .film-intro-title,
.film-intro-title {
    font-size: 15px !important;
    color: #ddd;
    /* margin: 15px 0 8px 0 !important; */
    font-weight: 500;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.film-introduction {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 20px;
    border-left: 3px solid #666;
    max-height: 300px;
    overflow-y: auto;
}

.film-introduction::-webkit-scrollbar {
    width: 6px;
}

.film-introduction::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.film-introduction::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

.film-introduction::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

.film-introduction .intro-content {
    color: #ccc;
    line-height: 1.6;
}

.film-introduction .intro-content p {
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .film-intro-title {
        font-size: 15px;
        margin: 12px 0 6px 0;
    }

    .film-introduction {
        padding: 12px;
        margin-bottom: 15px;
        max-height: 250px;
    }

    .film-introduction::-webkit-scrollbar {
        width: 4px;
    }
}

/* Content Labels - Compact Style with Hashtag Icon */
.content-labels {
    margin: 12px 0;
}

.categories-heading {
    font-size: 14px !important;
    color: #999;
    margin: 0 0 6px 0 !important;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.labels-container {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
}

.label-category {
    display: inline-block;
    padding: 6px 6px;
    font-size: 13px !important;
    font-weight: normal;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.2s ease;
    background: #2a2a2a;
    color: #bbb;
    border: 1px solid #444;
}

.label-category:before {
    content: '\f02b';
    font-family: 'FontAwesome';
    margin-right: 3px;
    font-size: 10px;
}

.label-category:hover {
    background: #444;
    color: #fff;
    border-color: #666;
}

@media (max-width: 768px) {
    .labels-container {
        gap: 3px;
    }

    .label-category:before {
        font-size: 9px;
        margin-right: 2px;
    }
}

.actors a:after,
.directors a:after {
    content: ',';
    color: #dadada
}

.actors a:last-child:after,
.directors a:last-child:after {
    content: ''
}

.list-news {
    padding: 15px 0 !important;
    border-bottom: 1px solid #1b2b3a
}

.list-news:first-child {
    padding-top: 0 !important
}

.list-news:last-child {
    border: none
}

.list-news h2 {
    margin: 0
}

.list-news img {
    width: 250px;
    height: 150px
}

.news-thumb {
    float: left;
    margin-right: 15px
}

@media (max-width: 500px) {
    .list-news img {
        width: 120px;
        height: auto
    }

    .list-news p,
    .post-info span {
        display: none
    }

    .post-info span.published-date {
        display: block
    }

    .post-info h2 a {
        font-size: 14px !important
    }
}

#sidebar .list-news img {
    width: 120px
}

#sidebar .list-news p,
#sidebar .post-info span {
    display: none
}

#sidebar .post-info span.published-date {
    display: block
}

#sidebar .post-info h2 a {
    font-size: 14px !important
}

.post-info h2 {
    height: inherit
}

.post-info h2 a {
    font-size: 20px;
    color: #afafaf;
    -webkit-line-clamp: 1;
    line-height: 25px
}

.post-info p {
    margin: 0;
    margin-top: 5px;
    font-size: 13px
}

.post-info span a {
    background: #365979;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px
}

.post-info {
    margin-top: 3px
}

.post-info .published-date {
    font-size: 12px;
    color: #8a8a8a
}

.single-post .wrap-content,
.single-video .wrap-content {
    padding-top: 15px
}

@media(max-width: 767px) {
    #header {
        background: rgba(15, 15, 15, .93)
    }

    .navbar-container {
        background: rgba(31, 31, 31, 0.99)
    }

    .single-post .wrap-content,
    .single-video .wrap-content {
        padding-top: 0;
        margin-top: -1px
    }
}

.dp-movie-wrapper {
    position: relative
}

.entry-content h3 {
    font-size: 18px;
    margin-top: 0
}

.entry-header {
    font-size: 24px;
    color: #FF9800
}

.related-video {
    overflow: hidden;
    margin: auto -10px
}

.related-video .dp-post-title {
    bottom: 0
}

.related-post {
    margin-top: 15px
}

.related-post ul {
    padding: 0
}

.related-post ul li {
    list-style: none;
    overflow: hidden;
    margin: 15px 0
}

.related-post ul li a {
    display: block;
    color: #FF9800
}

.related-post ul li img {
    height: 80px;
    float: left;
    margin-right: 15px
}

.related-post ul li a.permalink {
    margin-bottom: 10px
}

.user .avt img {
    border-radius: 100% !important;
    margin-right: 5px;
    height: 30px;
    width: 30px
}

.user {
    padding: 3px;
    display: inline-block;
    float: right
}

@media(max-width: 767px) {
    .user {
        padding: 10px;
        display: inline-block;
        float: none;
        width: 100%;
        text-align: center
    }

    #user-info.navbar-collapse.collapse.in {
        overflow: unset
    }

    .user .dropdown-menu {
        width: 95% !important
    }
}

.user a {
    color: #fff
}

.user li a span {
    text-transform: capitalize;
    font-size: 13px
}

.user .dropdown {
    display: inline-block;
    width: 100%
}

.user .dropdown-menu {
    min-width: 220px;
    padding: 0
}

.user.user-login-option .dropdown-menu {
    margin-top: 13px;
    left: -50px;
    padding: 5px 10px
}

.user.user-login-option .dropdown-menu::after {
    content: '';
    border-bottom: 8px solid #1f3d58;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: -8px;
    left: 53px;
    position: absolute
}

.user.user-login-option .dropdown-menu li {
    margin: 5px 0;
    border-radius: 3px
}

.user.user-login-option {
    background: #224361;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 2px;
    margin-top: 1px
}

.user.user-login-option .avt img {
    height: 22px;
    width: 22px
}

.user.user-login-option li.facebook {
    background: #125996
}

.user.user-login-option li.facebook a:hover {
    background: #104b7d
}

.user.user-login-option li.twitter {
    background: #1e9bd2
}

.user.user-login-option li.twitter a:hover {
    background: #1987b7
}

.user.user-login-option li.google {
    background: #b73c3a
}

.user.user-login-option li.google a:hover {
    background: #9a302e !important
}

.user-control {
    padding: 15px
}

.user-control ul {
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin: 0
}

.user-control ul li.user-avatar {
    display: inline;
    float: left
}

.user-control li {
    display: block;
    float: left
}

.user-control li.display_name {
    padding: 0 10px;
    float: left;
    text-transform: uppercase
}

.user-control li.display_name a {
    display: block;
    font-size: 12px;
    text-transform: none
}

.user-control.user.user-login-option.mobile {
    padding: 10px;
    width: 100%;
    text-align: center
}

.user-control.user.user-login-option.mobile li {
    display: inline-block;
    width: unset;
    float: none;
    padding: 5px
}

.user-control.user.user-login-option.mobile a {
    padding: 5px;
    display: inline-grid
}

.fb_like {
    border: none !important;
    overflow: hidden;
    height: 21px !important
}

.input-group i.hl-spin4 {
    position: absolute;
    right: 8px;
    bottom: 6px;
    z-index: 9;
    color: #fff
}

a .hl-dot-3 {
    color: #fff
}

.rating {
    margin-bottom: 10px;
    float: right
}

.post-large-rate {
    width: 100px;
    display: block;
    height: 22px;
    background-position: left bottom;
    background-repeat: no-repeat
}

.post-large-rate span {
    width: 100%;
    display: block;
    height: 22px;
    background-position: left top;
    background-repeat: no-repeat;
    float: left
}

.stars-large,
.stars-large span {
    background-image: url(../images/stars-large.html)
}

.post-single-rate {
    float: left;
    margin-right: 5px
}

.user-rate {
    width: 100%
}

.user-rate-wrap .user-rating-text {
    float: left
}

.user-rate-active span.post-large-rate span {
    cursor: pointer
}

.taq-load {
    background: url(../images/loading.html) center no-repeat;
    width: 98px;
    height: 22px;
    display: block
}

#user-info.navbar-collapse.collapse.in {
    padding: 0
}

.dropdown.user-info li {
    width: 100%;
    list-style: none;
    margin-bottom: 5px
}

.post-like.btn.btn-xs.btn-default {
    display: block;
    background: rgba(51, 51, 51, 0);
    border: none;
    text-align: right;
    color: #fff
}

.dp-user-tool {
    border-bottom: 1px solid #17222f;
    overflow: hidden;
    padding: 0;
    margin-bottom: 10px
}

.dp-user-tool .col-md-6 {
    padding: 0
}

.dp-user-tool .wpf-favorite-link,
.dp-user-tool .wpf-favorite-links {
    position: static;
    background: rgba(255, 255, 255, 0);
    padding: 2px 5px;
    display: block;
    text-align: right
}

.page .post-content {
    padding: 15px 0
}

.entry-content,
.post-content {}

.entry-content h2 {
    font-size: 18px;
    font-family: inherit;
    line-height: 26px
}

.entry-content img {
    margin: 15px auto;
    border-radius: 5px;
    height: inherit !important
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.hl-dot-3.rotate:before {
    transform: rotate(90deg) scale(1) skew(1deg) translate(0px);
    -webkit-transform: rotate(90deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(90deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(90deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(90deg) scale(1) skew(1deg) translate(0px)
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.heads-up {
    transform: translateY(-6rem);
    transform: translate3d(0, -6rem, 0)
}

#easy-top {
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
    padding: 4px;
    display: none;
    -webkit-transform: translateZ(0);
    transition: all .3s ease-out
}

#easy-top:hover {
    background: rgba(0, 0, 0, 0.9)
}

#easy-top:before,
#easy-top:after {
    -webkit-backface-visibility: hidden
}

#easy-top:before {
    content: '';
    height: 10px;
    width: 10px;
    display: block;
    border: 3px solid #fff;
    border-left-width: 0;
    border-bottom-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    top: 15px;
    left: 15px
}

#easy-top:after {
    content: '';
    height: 11px;
    width: 3px;
    display: block;
    background: #fff;
    position: absolute;
    top: 17px;
    left: 19px
}

#easy-top:hover:after {
    border-color: transparent transparent rgba(0, 0, 0, 0.9)
}

.dp-search-form .input-group-addon.film.hidden-xs {
    background: #2d3842;
    border: 1px solid #2d3842;
    color: #5d85a9
}

.dp-search-form .form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 13px;
    border-radius: 3px !important;
    padding: 10px;
    background: #12171b6e url(../images/search.svg) 5px 2px no-repeat
}

.dp-search-form .btn-primary {
    color: #7aa6ce;
    background-color: #12171b;
    border-color: #2d3842;
    border-left: none;
    padding: 3px 15px;
    border-radius: 20px !important
}

.dp-search-form .btn-primary:hover {
    background: #12171b
}

.dp-search-form .btn-primary .glyphicon-search {
    padding-top: 5px
}

.section-title .dp-popular-tab {
    padding: 0;
    position: absolute;
    right: 0;
    top: -10.5px
}

.dp-popular-tab li {
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgb(10, 10, 10);
    padding: 4px 8px;
    list-style: none;
    float: left;
    margin: -1px
}

.dp-popular-tab li.active {
    background: #272727;
    border: 1px solid #252525
}

.dp-popular-tab li a {
    font-size: 10px;
    font-weight: normal;
    text-transform: none;
    cursor: pointer
}

.dp-popular-tab li.active a {
    color: #fff
}

.dp-panel-filter .panel-heading {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    padding: 0px 15px
}

.dp-panel-filter .panel-heading a {
    color: rgba(255, 255, 255, .5)
}

.dp-search-filter {
    background: transparent;
    padding: 15px 0 0;
    overflow: hidden
}

.dp-search-filter .btn-group {
    padding: 0;
    margin-bottom: 10px
}

@media (min-width: 991px) {

    .dp-search-filter .btn-group .col-md-1:first-child,
    .dp-search-filter .btn-group .col-md-2:first-child {
        padding-left: 15px
    }

    .dp-search-filter .btn-group .col-md-1,
    .dp-search-filter .btn-group .col-md-2 {
        padding-right: 0;
        padding-left: 8px
    }

    .dp-search-filter .btn-group .col-md-3 {
        padding: 0 0 8px 8px;
        width: 22%
    }

    .dp-search-filter .btn-group .col-md-1 {
        width: 9.333333%
    }

    #btn-movie-filter {
        width: 92%;
        border-radius: 0;
        padding: 7px
    }
}

.dp-search-filter .filter-box {
    border: 1px solid #1f2d39;
    overflow: hidden;
    margin-bottom: 10px
}

.dp-search-filter .filter-box-title {
    background: #1f2d39;
    padding: 4px 10px;
    text-transform: uppercase;
    font-size: 12px;
    display: none
}

.dp-search-filter .filter-box label {
    margin-right: 5px;
    cursor: pointer;
    font-weight: normal;
    line-height: 17px
}

.dp-search-filter .col-md-8 .filter-box label {
    width: 31%
}

.dp-search-filter .filter-box label:hover {
    color: #f90
}

.dp-search-filter .filter-box label::before {
    content: '\2023';
    font-size: 18px
}

.col-md-9 .filter-box .panel-body {
    padding: 15px 30px
}

.dp-search-filter .form-inline .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    border-radius: 0;
    background: #151d25;
    padding: 4px 0 4px 10px;
    border: none;
    color: #fff;
    font-size: 13.5px
}

.dp-search-filter .col-md-4.subtitle {
    padding-right: 15px
}

.dp-search-filter input[type="radio"]+label:hover,
.dp-search-filter input[type="radio"]:checked+label {
    font-weight: bold;
    color: #ffa822
}

.dp-search-filter input[type="radio"] {
    display: none
}

.trailer-button {
    background: #0979de;
    color: #fff;
    width: 50px;
    height: 50px;
    padding: 16px 5px;
    border-radius: 50% !important;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 99
}

.movie_info .trailer-button {
    right: 5px
}

.download-wrap {
    margin-top: 20px
}

.dp-dl-link {
    background: #2d3842;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px;
    color: #fff;
    transition: .3s ease-in
}

.dp-dl-link:hover {
    background: #1e262d;
    transition: .3s ease-in
}

.ui-helper-hidden-accessible {
    display: none
}

.ui-autocomplete.ajax-results {
    position: absolute;
    top: 32px;
    left: 15px;
    width: 93.3%
}

.ui-autocomplete {
    width: 100%;
    background-color: rgb(23, 30, 36);
    list-style: none;
    border: 1px solid rgba(255, 255, 255, .08);
    margin: 0;
    display: block;
    padding: 0;
    z-index: 9999;
    border-top: none;
    max-height: 500px;
    overflow-x: hidden
}

.ui-autocomplete li {
    border-top: 1px solid #20282f;
    padding: 5px;
    cursor: pointer;
    overflow: hidden
}

.ui-autocomplete li.exact_result {
    background: #24537d
}

.ui-autocomplete li.exact_result .date {
    color: #fff
}

.ui-autocomplete li.exact_result .image {}

.ui-autocomplete li .dp_list_item {
    overflow: hidden
}

.ui-autocomplete li img {
    width: 35px;
    height: 44px;
    margin: 0
}

.ui-autocomplete li .image {
    float: left;
    margin-right: 10px
}

.ui-autocomplete li .label {
    padding: 0;
    font-size: 13px;
    font-weight: normal;
    display: -webkit-box;
    margin: 3px 0 0
}

.ui-autocomplete li .date {
    font-size: 11px;
    color: #949494;
    font-weight: normal;
    display: none
}

.ui-autocomplete li .enName {
    font-size: 11px;
    color: #7d9db9
}

.ui-autocomplete li a {
    color: #fff;
    font-weight: 700;
    white-space: inherit;
    display: block
}

.ui-autocomplete li:hover {
    background: #1e262d
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff;
    background-color: #365979;
    border-color: #365979
}

.pagination>li>a,
.pagination>li>span {
    color: #fff;
    background-color: #2d3842;
    border: 1px solid #2d3842
}

.widget_categories .widget-title,
.widget_nav_menu .widget-title {
    margin: 15px 0 10px;
    font-size: 20px;
    color: #cacaca
}

.widget_categories ul {
    list-style: none;
    padding: 0
}

.widget_categories ul li {
    padding: 8px 0;
    border-bottom: 1px solid #1b2b3a;
    position: relative
}

.widget_categories ul li:hover a {
    color: #bb841f !important
}

.widget_categories ul li a {
    color: #a5a5a5
}

.widget_categories ul li a::before {
    font-family: 'dpfont';
    content: '\e81c';
    color: #a5a5a5;
    font-size: 11px;
    padding-right: 8px;
    margin: 0
}

.widget_nav_menu ul {
    list-style: none;
    padding: 0
}

.widget_nav_menu ul.menu {
    margin-top: 10px
}

.widget_nav_menu ul li {
    padding: 8px 0;
    transition: .3s all
}

.widget_nav_menu li.menu-item-object-release,
.widget_nav_menu li.menu-item-object-country {
    display: inline-block;
    text-align: center;
    border: none;
    background: #0a0d0e;
    margin-bottom: 4px;
    padding: 5px;
    border-radius: 3px !important
}

.widget_nav_menu li.menu-item-object-release {
    width: 32%
}

.widget_nav_menu li.menu-item-object-country {
    width: 49%
}

.widget_nav_menu ul li a i {
    color: #a5a5a5
}

.widget_nav_menu ul li a {
    color: #a5a5a5
}

.widget_nav_menu ul li a:hover {
    color: #FFF
}

#sidebar-home ul li:hover {
    transition: .4s all;
    padding-left: 10px
}

#dp-list-server {
    margin-top: 15px
}

#dp-list-server .dp-server-name {
    background: #365979;
    padding: 6px 10px;
    margin: -1.6px 6px 0 0;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    line-height: 16px;
    float: left
}

#dp-list-server ul {
    padding: 0;
    list-style: none
}

#dp-list-server li {
    display: inline-block;
    margin: 0 3px 10px 0
}

#dp-list-server ul li span {
    background: #1f2c3e;
    padding: 7.5px 10px;
    border-radius: 3px;
    transition: .6s all;
    font-size: 12px;
    color: #fff;
    cursor: pointer
}

#dp-list-server li:hover span {
    background: #F90
}

#dp-list-server ul li span.active {
    background: #e46565
}

#dp-list-server ul li:hover span.active {
    background: #315c84
}

#dp-list-server ul.nav-tabs li {
    margin: 0
}

#dp-list-server ul.nav-tabs li a {
    margin: 0;
    border: none;
    padding: 7px 12px;
    border-radius: 0;
    font-size: 12px
}

#dp-list-server ul.nav-tabs li a:hover {
    margin: 0 !important
}

#dp-list-server ul.nav-tabs li.active {
    background: #263a4c
}

#dp-list-server ul.nav-tabs li.active a {
    margin: 0;
    border: none;
    padding: 7px 12px
}

#dp-list-server .tab-content ul {
    margin: 0;
    padding: 15px 0
}

.dp-item {
    position: relative;
    line-height: 0
}

.dp-item span {
    line-height: 1.6
}

.dp-single-news {
    background: #1f262d99;
    padding: 0 15px 15px;
    margin-top: 15px
}

.dp-single-news p {}

.dp-single-news .item-content {
    color: #d2d2d2
}

.switch-mode {
    background: #12171b;
    transition: .7s ease-in-out;
    position: fixed;
    right: -104px;
    top: 30%
}

.switch-mode:hover {
    right: 0;
    transition: .7s ease-in-out
}

.settings {
    background: #12171b;
    border-bottom: 1px solid #41596d;
    color: #fff;
    padding: 4px;
    cursor: pointer;
    position: absolute;
    left: -27px
}

.switch-mode .title {
    border-bottom: 1px solid #41596d;
    font-size: 13px;
    padding: 5px 8px;
    color: #fff
}

.switch-mode .skin-box {
    text-align: center;
    color: #909090;
    font-size: 13px;
    padding-bottom: 5px
}

.switch-mode .skin-box span {
    display: block;
    cursor: pointer
}

.switch-mode .active {
    color: #f90
}

.navbar-brand.home_url {
    padding: 15px;
    font-size: inherit;
    color: #fff
}

.navbar-brand.home_url:hover {
    background: #234;
    color: #fff
}

#bookmark {
    cursor: pointer;
    position: relative
}

.bookmark-img-animation {
    -webkit-animation: dp-bookmark-img-animation 1s infinite ease-in-out;
    animation: dp-bookmark-img-animation 1.8s infinite ease-in-out
}

.primary_ribbon {
    float: left;
    margin-right: 10px;
    font-size: 30px
}

.primary_ribbon {
    background: url(../images/title_overview_sprite.html) no-repeat;
    width: 40px;
    height: 58px;
    background-position: -8px -66px
}

.primary_ribbon.bookmarked {
    background-position: -8px -9px
}

.primary_ribbon.bookmarked .dp-pulse-ring {
    display: none
}

.title-wrapper {
    float: left;
    width: 60%;
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 1px solid #40474e
}

.title-wrapper h1.entry-title {
    font-size: 22px;
    color: #c7c7c7;
    line-height: 25px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical
}

.title-wrapper.full {
    border-bottom: none
}

.title-wrapper span.title-year {
    font-size: 15px;
    font-family: sans-serif;
    display: inline
}

.title-wrapper span.title-year a {
    color: #3784c5
}

.ratings_wrapper {
    float: right;
    width: 28%
}

.total-votes {
    float: left;
    font-size: 48px;
    font-weight: 700;
    margin-right: 15px;
    color: #6da3d3;
    vertical-align: middle;
    font-family: tahoma;
    display: inline-block;
    border-right: 1px solid #263a4c;
    padding-right: 15px;
    line-height: 1
}

.post-ratings {
    color: #eaeaea
}

.ratings_wrapper .dp_imdbrating {
    font-family: sans-serif;
    display: inline-block;
    float: left;
    background: url(../images/title_overview_sprite.html) no-repeat;
    height: 40px;
    line-height: 38px;
    background-position: -15px -115px;
    padding: 0 10px 0 35px;
    border-right: 1px solid #40474e
}

.ratings_wrapper .dp_imdbrating span {
    font-size: 25px;
    color: #fff
}

.ratings_wrapper .dp_imdbrating i {
    font-size: 11px;
    margin-right: 3px;
    color: #9e9e9e
}

.ratings_wrapper .dp_imdbrating span.max-ratings {
    font-size: 11px;
    color: #b3b3b3;
    font-family: sans-serif
}

.ratings_wrapper .dp_imdbrating span.total_votes {
    display: block;
    font-size: 10px;
    margin-top: -12px;
    font-family: unset;
    line-height: 11px
}

.ratings_wrapper .dp_imdbrating span.taq-count {
    font-size: 10px
}

.rate-this {
    float: left;
    font-family: sans-serif;
    display: inline-block;
    background: url(../images/title_overview_sprite.html) no-repeat;
    height: 40px;
    line-height: 38px;
    background-position: -10px -191px;
    padding: 0 0 0 40px;
    width: 70px;
    cursor: pointer
}

.rate-this:hover {
    background-position: -10px -154px
}

.rate-this span {
    line-height: 15px;
    display: block;
    font-size: 12px;
    margin-top: 10px;
    color: #d2d2d2
}

.more-info {
    clear: both;
    display: block;
    padding-top: 8px;
    margin: 0 0 8px 50px;
    font-size: 13px
}

.more-info span {
    padding: 0 7px;
    position: relative;
    color: #c7c7c7
}

.more-info span a {
    color: #90abc1
}

.more-info span a:hover {
    color: #fff
}

.more-info span:first-child {
    padding-left: 0
}

.more-info span:last-child {
    padding-right: 0
}

.more-info span::after {
    content: '';
    border-right: 1px solid #40474e;
    position: absolute;
    top: 0;
    height: 14px;
    margin-left: 8px
}

.more-info span:last-child::after {
    border: none
}

.title-block {
    background: rgba(54, 71, 86, 0.13);
    padding: 15px 15px 0;
    overflow: hidden
}

@media (max-width: 767px) {
    .more-info {
        margin: 0 0 8px 0px
    }

    .title-block {
        background: #151d25;
        padding: 15px 15px 0;
        margin: auto -15px 15px;
        position: relative
    }

    .title-wrapper {
        float: none;
        width: 100%;
        clear: both;
        padding-left: 25px
    }

    .ratings_wrapper {
        float: none;
        width: 100%;
        display: inline-flex
    }

    #bookmark {
        background-size: 30px;
        background-position: -4px -36px;
        width: 22px;
        height: 25px;
        position: absolute;
        left: 14px;
        bottom: 0;
        top: 16px;
        cursor: pointer;
        z-index: 9
    }

    #bookmark .dp-pulse-ring {
        display: none
    }

    .primary_ribbon.bookmarked {
        background-position: -4px -6px !important;
        top: 16px !important
    }
}

.quick-eps a {
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, .5)
}

.quick-eps {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding-left: 20px
}

.quick-eps .hl-sort-down {
    position: absolute;
    left: 2px;
    top: 3px
}

.show-trailer {
    position: absolute;
    left: 10px;
    bottom: 10px
}

.watch-movie {
    position: absolute;
    bottom: 55px;
    border-radius: 3px;
    padding: 10px;
    left: 15px;
    right: 15px
}

@media(max-width: 767px) {
    .show-trailer {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 49%
    }

    .quick-eps {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 49%
    }
}

.jw-progress {
    background-color: rgb(221, 51, 51) !important
}

.jw-buffer {
    background-color: rgba(221, 51, 51, 0.5) !important
}

.jw-icon.jw-icon-inline.jw-button-color.jw-reset.jw-icon-rewind {
    display: none !important
}

.intrinsic-container {
    position: relative;
    height: 0;
    overflow: hidden
}

.intrinsic-container-16x9 {
    padding-bottom: 56.25%
}

.intrinsic-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.jw-icon.jw-icon-inline.jw-button-color.jw-reset.jw-icon-rewind {
    display: none !important
}

.jw-toggle.jw-off {
    color: #d8d8d8
}

.jw-controlbar.jw-background-color.jw-reset {
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .25) 30%, rgba(0, 0, 0, .4) 70%, rgba(0, 0, 0, .5))
}

.dp-movie-detail a,
.dp-movie-detail span {
    margin-left: 3px
}

.dp-movie-detail.full p.country {
    display: inline-block;
    margin-right: 40px
}

.dp-movie-detail.full p._episode {
    display: inline-block;
    margin-right: 40px
}

.dp-movie-detail.full p._showtime {
    display: inline-block
}

.dp-movie-detail.full p._showtime span,
.dp-movie-detail.full p._episode span {
    padding: 3px 5px;
    border-radius: 2px;
    color: #fff;
    font-size: 11px
}

.dp-movie-detail.full p._showtime span {
    background: #a04d4d
}

.dp-movie-detail.full p._episode span {
    background: #73a04d
}

.dp-movie-detail p {
    margin-bottom: 5px
}

.dp-movie-detail p.directors {
    padding-left: 0
}

.dp-movie-detail p.actors {}

.dp-movie-detail p.country {
    padding: 0
}

.movie-trailer {
    position: relative
}

.movie-trailer #close-trailer {
    background: #d92e36;
    border-radius: 50%;
    line-height: 22px;
    cursor: pointer;
    padding: 2px 10px 4px;
    color: #fff;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 1
}

.movie-trailer:hover #close-trailer {
    background: #333
}

.page-numbers {
    padding: 0;
    margin: 20px 0;
    color: #fff
}

.page-numbers li {
    display: inline-block;
    line-height: 35px;
    margin-right: 5px;
    margin-bottom: 10px
}

.page-numbers li a,
.page-numbers li span.current,
.page-numbers li span.dots {
    padding: 10.5px 20px;
    border: 1px solid rgba(0, 0, 0, .5);
    -webkit-border-radius: 3px
}

.page-numbers li a {
    background: rgba(0, 0, 0, .1);
    transition: .5s all;
    color: #fff
}

.page-numbers li a:hover {
    background: #000;
    color: #d33;
    transition: .5s all;
    font-weight: bold
}

.page-numbers li span.current {
    background: #000;
    transition: .5s all;
    color: #d33;
    font-weight: bold
}

.page-numbers li span.dots {
    box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.05), 0px 1px 3px rgba(0, 0, 0, 0.28);
    transition: .5s all;
    padding: 10px 5px
}

.page-numbers li span:hover {
    transition: .5s all;
    cursor: not-allowed
}

.dp-bookmark-lists {
    padding: 0 12px;
    margin: 15px 0;
    max-height: 195px;
    overflow-x: hidden;
    border: 1px solid #1b2b3a
}

.dp-bookmark-lists li {
    padding: 10px 0;
    list-style: none;
    border-bottom: 1px solid #1d2731;
    display: inline-block;
    width: 100%;
    position: relative
}

.dp-bookmark-lists li:last-child {
    border: none
}

.dp-bookmark-lists li img {
    width: 45px;
    height: 60px;
    float: left;
    margin-right: 10px
}

.dp-bookmark-lists li .bookmark-title {
    color: #d4d4d4;
    display: block;
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical
}

.dp-bookmark-lists li .bookmark-date {
    font-size: 11px
}

.dp-bookmark-lists li .remove-bookmark {
    background: #263a4c;
    padding: 3px 7px;
    line-height: 17px;
    position: absolute;
    right: 0;
    cursor: pointer
}

.dp-bookmark-lists li .remove-bookmark:hover {
    background: #b32020
}

#get-bookmark {
    background: #224361;
    display: inline-block;
    line-height: 20px;
    padding: 6px 15px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    transition: .4s all;
    margin-top: 1px;
    margin-right: 15px
}

#get-bookmark:hover {
    background: #337ab7
}

#get-bookmark span.count {
    background: #f11b1b;
    padding: 3px 6px;
    color: #fff;
    font-size: 13px;
    border-radius: 20px;
    margin-left: 10px
}

.dp-bookmark-box {
    background: #12171b;
    padding: 15px;
    margin-top: 7px;
    width: 85%;
    position: absolute;
    border: 1px solid #234;
    text-align: left;
    z-index: 99
}

.jw-icon-rewind {
    display: none !important
}

.dp-bookmark-box::after {
    content: '';
    border-bottom: 8px solid #12171b;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: -8px;
    left: 45%;
    position: absolute
}

.dp-bookmark-box .section-bar {
    margin-top: 0
}

.dp-bookmark-box .remove-all-bookmark {
    background: #a04444;
    cursor: pointer;
    padding: 1px 5px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 3px;
    right: 0
}

.dp-bookmark-box .remove-all-bookmark:hover {
    background: #8c2828
}

.dp-bookmark-box ul {
    margin-bottom: 0
}

.get-bookmark-on-mobile {
    position: relative
}

.get-bookmark-on-mobile span.count {
    background: #ea3a3a;
    color: #fff;
    font-size: 11px;
    padding: 1px 6px;
    border-radius: 100%;
    line-height: 15px;
    position: absolute;
    top: -2px;
    right: 0
}

.apsl-error {
    position: absolute;
    background: #29567f;
    padding: 5px 15px;
    text-align: left;
    color: #fff;
    margin-top: 5px
}

.apsl-error::after {
    content: '';
    border-bottom: 8px solid #29567f;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: -5px;
    right: 18px;
    position: absolute
}

.dp-centered {
    display: flex;
    justify-content: center
}

.hl-down-open.rotate-right:before {
    -webkit-transform: rotate(269deg) scale(1) skew(0deg) translate(0px)
}

.hl-down-open.rotate-left:before {
    -webkit-transform: rotate(90deg) scale(1) skew(1deg) translate(0px)
}

.dp--notice {
    background: #224361 url(../images/warning.html) no-repeat;
    background-position: 8px 40%;
    padding: 15px;
    padding-left: 50px;
    color: #d4c67b;
    font-size: 13.5px;
    border: 1px solid #435567;
    margin-bottom: 10px
}

.dp-film-notice {
    background: #fbecd8 url(../images/warning.html) no-repeat;
    background-position: 8px 40%;
    padding: 15px;
    padding-left: 50px;
    margin-bottom: -1px;
    color: #c7770d;
    font-size: 13.5px
}

.dp_showtime_movies {
    background: #22466b url(../images/weekly-calendar.html) no-repeat;
    background-position: 10px 42%;
    background-size: 25px;
    padding: 10px 15px;
    padding-left: 45px;
    margin-bottom: -1px;
    color: #bdbdbd;
    font-size: 13.5px
}

.dp_showtime_movies p,
.dp-film-notice p,
.dp--notice p {
    margin: 0
}

#dp-ajax-list-server {
    margin-top: 10px
}

#dp-ajax-list-server .get-eps {
    background: #224361;
    margin: 2px;
    padding: 6px 10px;
    font-size: 11px;
    border-radius: 2px;
    color: #fff;
    transition: .5s all;
    cursor: pointer;
    display: inline-block
}

#dp-ajax-list-server .get-eps:hover {
    background: #276ba9;
    transition: .5s all
}

#dp-ajax-list-server .get-eps.checked {
    background: #e46565
}

#dp-ajax-list-server .get-eps.checked.active,
#dp-ajax-list-server .get-eps.no-active.active {
    background: #558a28
}

.box-shadow {
    text-shadow: 0px 1px 0px rgba(0, 0, 0, .5);
    box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.07), 0px 1px 3px rgba(0, 0, 0, 0.29)
}

.input-group .form-control {
    z-index: 0
}

.film-poster-img,
.movie-thumb {
    transition: .7s all
}

.film-poster-img:hover {
    filter: grayscale(0) !important;
    -webkit-filter: grayscale(0) !important;
    transition: .7s all
}

.movie-thumb:hover {
    filter: grayscale(100%) !important;
    -webkit-filter: grayscale(100%) !important;
    transition: .7s all
}

@media (max-width: 767px) {
    .film-poster-img {
        height: unset !important
    }
}

.dp-play-btn {
    padding: 10px;
    position: absolute;
    top: 5px;
    right: 5px
}

.circle {
    stroke: #ff3939;
    stroke-dasharray: 650;
    stroke-dashoffset: 650;
    -webkit-transition: all 0.5s ease-in-out;
    opacity: 0.3
}

.playBut {
    display: inline-block;
    -webkit-transition: all 0.5s ease
}

.playBut .triangle {
    -webkit-transition: all 0.7s ease-in-out;
    stroke-dasharray: 238;
    stroke-dashoffset: 480;
    stroke: #ff4040;
    transform: translateY(0)
}

.playBut:hover .triangle {
    stroke-dashoffset: 0;
    opacity: 1;
    stroke: #fb4242;
    animation: nudge 0.7s ease-in-out
}

@keyframes nudge {
    0% {
        transform: translateX(0)
    }

    30% {
        transform: translateX(-5px)
    }

    50% {
        transform: translateX(5px)
    }

    70% {
        transform: translateX(-2px)
    }

    100% {
        transform: translateX(0)
    }
}

.playBut:hover .circle {
    stroke-dashoffset: 0;
    opacity: 1
}

.next-prev-eps {
    margin: 8px 0
}

.next-prev-eps a {
    background: #2b405d;
    padding: 5px 6px;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    margin: 3px;
    display: inline-block
}

.next-prev-eps a:hover {
    background: #e46565
}

.dp-ajax-popular-post {
    position: relative
}

.dp-ajax-popular-post-loading {
    background: rgba(19, 19, 19, 0.78) url(../images/ajax-loader.gif) no-repeat 95% 2%;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9
}

.carausel-sliderWidget {
    margin-bottom: 30px
}

.aligncenter,
.center {
    display: block;
    margin: 0 auto 20px auto
}

.wp-caption-text {
    font-style: italic
}

.screen {
    background: #000;
    margin: 0 0 10px
}

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    height: auto
}

.fluid-width-video-wrapper .jwplayer,
.fluid-width-video-wrapper>[id^="jwplayer"],
.fluid-width-video-wrapper iframe {
    width: 100% !important;
    max-width: 100% !important;
    max-height: none !important;
    min-height: 0 !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important
}

.form-request .form-control {
    background: #12171b6e;
    padding-left: 10px;
    border: 1px solid rgba(255, 255, 255, .08);
    color: #fff
}

.quality {
    background: #252525;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
    margin-right: 5px
}

.quality:hover {
    color: #d33 !important
}

.item-content a {
    color: #fff
}

.item-content a:hover {
    color: #d33
}

.container a {
    font-size: 13px;
    font-family: 'arial', sans-serif;
}

.container a:hover {
    color: #d33
}

@media only screen and (max-width: 639px) {
    .zoom-button {
        display: none
    }
}

.mobi-pl {
    display: block;
    text-align: center;
}

.single-ads {
    text-align: center;
}

@media screen and (min-width: 780px) {
    .mobi-pl {
        display: none;
        text-align: center;
    }
}

@media (max-width: 780px) {
    .zoom-hide-mobi {
        display: none
    }
}

.noticetop1 {
    font-size: 12px !important
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important
}

.btn-success {
    color: #fff !important;
    background-color: #252525 !important;
    border-color: #252525 !important
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 5px 11px !important;
    font-size: 12px !important;
    line-height: 1 !important;
    border-radius: 2px !important;
    opacity: 0.9 !important
}

.btn.active,
.btn:active,
.open>.dropdown-toggle.btn {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important
}

.btn:hover {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important
}

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 15%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@-webkit-keyframes color {

    100%,
    0% {
        stroke: #d62d20
    }

    40% {
        stroke: #0057e7
    }

    66% {
        stroke: #008744
    }

    80%,
    90% {
        stroke: #ffa700
    }
}

@keyframes color {

    100%,
    0% {
        stroke: #d62d20
    }

    40% {
        stroke: #0057e7
    }

    66% {
        stroke: #008744
    }

    80%,
    90% {
        stroke: #ffa700
    }
}

.mb-screen {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 0 10px
}

.player-loading,
.player-error {
    display: none;
    z-index: 9999
}

.player-error {
    color: #fff;
    background: #000;
    height: 100%;
    position: absolute;
    width: 100%
}

.player-error .message,
.player-loading {
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 1.6em;
    padding: 0 10px
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.videoWrapper object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.info-like {
    background: #2b2b2b;
    font-size: 14px;
    padding: 5px;
    margin: 0 5px;
    line-height: 1.5;
    border-radius: 4px
}

#video-actions .likes {
    cursor: pointer;
    font-size: 20px
}

.video-stats {
    display: flex;
    gap: 0;
    border-radius: 20px;
    overflow: hidden;
    width: fit-content;
    height: 32px;
}

.video-stats span {
    display: flex;
    gap: 2px;
    font-size: 12px;
    align-items: center;
    height: 100%;
    padding: 6px 10px;
}

.video-stats .views {
    display: flex;
    align-items: center;
    gap: 5px;
}

.video-stats .views i {
    font-size: 14px;
    line-height: 1;
}

.video-stats .likes {
    border-right: 1px solid rgba(255, 255, 255, .15);
    cursor: pointer;
    transition: all 0.2s ease;
}

/* Override Bootstrap btn-default for like button */
.video-stats .likes.btn-default,
#likeBtn.btn-default {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #cacaca;
}

#likeBtn.btn-default:hover,
#likeBtn.btn-default:focus,
#likeBtn.btn-default:active {
    background: rgba(255, 255, 255, .08);
    border: none;
    box-shadow: none;
    outline: none;
}

.video-stats .likes:hover {
    background: rgba(255, 255, 255, .08);
}

.video-stats .rating {
    display: none !important;
}

.video-stats .dislikes {
    cursor: pointer;
    transition: all 0.2s ease;
}

.video-stats .dislikes:hover {
    background: rgba(255, 255, 255, .08);
}

.video-stats i {
    font-size: 14px;
}

#video-actions .rating {
    display: none !important;
}

/* Show dislike button connected to like */
#video-actions .dislikes {
    cursor: pointer;
    font-size: 12px;
    border-radius: 0;
    padding: 6px 10px;
    background: transparent;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    height: 100%;
}

#video-actions .dislikes:hover {
    /* background: rgba(255,255,255,.08); */
}

.dislikes i {
    color: #cacaca;
    font-size: 16px;
}

.dislikes.active i {
    color: #e44545;
}

/* Hide dislike count */
.dislike-count {
    display: none !important;
}

#video-actions {
    margin-top: -4px;
    float: right;
    border-radius: 20px;
    height: 32px;
    background: rgba(255, 255, 255, .1);
    display: flex;
    overflow: hidden;
    align-items: center;
}

.likes i {
    color: #cacaca;
    font-size: 16px;
}

.likes.active i,
.likes.liked i {
    color: #e73737;
}

.like-count {
    margin-left: 5px;
    font-size: 14px;
    color: #e1e1e1;
}

.like-count.active {
    color: #34c759;
}

/* YouTube style connected buttons */
#video-actions .likes {
    cursor: pointer;
    font-size: 12px;
    border-radius: 0;
    padding: 6px 10px;
    background: transparent;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 2px;
    border-left: 1px solid rgba(255, 255, 255, .15);
    height: 100%;
}

#video-actions .likes:hover {
    /* background: rgba(255,255,255,.08); */
}

.dislike-count.active {
    color: #e44545
}

.dislikes i {
    color: #cacaca
}

.dislikes.active i {
    color: #e44545
}

.rating i {
    color: rgb(255, 59, 92);
    font-size: 20px
}

.filter-head {
    border-bottom: 1px solid #262626;
    padding-bottom: 5px
}

.tabs-toplike>li>a {
    padding: 5px 20px;
    background: #23232a;
    margin: 0 3px;
    color: #fff;
    border-radius: 1px
}

.tabs-toplike {
    margin-top: 15px
}

.tabs-toplike>li.active>a,
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background: #662929
}

@media (max-width: 767px) {
    .tabs-toplike>li>a {
        margin-bottom: 1px !important;
        float: left
    }
}

.tabs-toplike>li>a:hover,
.tabs-toplike>li>a:focus {
    text-decoration: none;
    background-color: #333
}

@media (min-width: 768px) {
    .nav-justified>li {
        width: unset !important
    }
}

@media only screen and (max-width: 639px) {
    .tabs-toplike>li>a {
        padding: 5px 10px
    }
}

.video-rank {
    font-size: .9em;
    position: absolute;
    top: 0;
    border-left: 3px solid #ea4335;
    border-radius: 0 4px 4px 0;
    background: none repeat scroll 0 0 rgba(17, 17, 17, .6);
    margin-top: 2px;
    padding: 2px 4px;
    color: #fff
}

/* Load More Button Gradient Styles - Dark Theme Optimized */
.load-more-related,
#load-more-related {
    display: inline-block;
    padding: 12px 30px;
    margin: 20px auto;
    background: linear-gradient(135deg, #ff6b6b 0%, #ff8e8e 50%, #ff4757 100%);
    background-size: 200% 200%;
    color: #ffffff !important;
    text-decoration: none !important;
    border: 2px solid rgba(255, 107, 107, 0.3);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4), inset 0 0 20px rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.load-more-related:hover,
#load-more-related:hover {
    background-position: 100% 0;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(255, 107, 107, 0.6), inset 0 0 30px rgba(255, 255, 255, 0.2);
    color: #ffffff !important;
    border-color: rgba(255, 107, 107, 0.6);
}

.load-more-related:active,
#load-more-related:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(255, 107, 107, 0.5);
}

.load-more-related:before,
#load-more-related:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.load-more-related:hover:before,
#load-more-related:hover:before {
    left: 100%;
}

/* Loading state */
.load-more-related.loading,
#load-more-related.loading {
    opacity: 0.7;
    cursor: not-allowed;
    background: linear-gradient(135deg, #6c757d 0%, #495057 100%);
    border-color: rgba(108, 117, 125, 0.5);
}

.load-more-related.loading:hover,
#load-more-related.loading:hover {
    transform: none;
    background-position: 0 0;
    box-shadow: 0 4px 15px rgba(108, 117, 125, 0.3);
}

/* Alternative gradient styles for dark theme */
.load-more-related.style-fire,
#load-more-related.style-fire {
    background: linear-gradient(135deg, #fd79a8 0%, #fdcb6e 100%);
    box-shadow: 0 4px 15px rgba(253, 121, 168, 0.4), inset 0 0 20px rgba(255, 255, 255, 0.1);
    border-color: rgba(253, 121, 168, 0.3);
}

.load-more-related.style-fire:hover,
#load-more-related.style-fire:hover {
    box-shadow: 0 6px 25px rgba(253, 121, 168, 0.6);
    border-color: rgba(253, 121, 168, 0.6);
}

.load-more-related.style-ocean,
#load-more-related.style-ocean {
    background: linear-gradient(135deg, #00d2ff 0%, #3a7bd5 100%);
    box-shadow: 0 4px 15px rgba(0, 210, 255, 0.4), inset 0 0 20px rgba(255, 255, 255, 0.1);
    border-color: rgba(0, 210, 255, 0.3);
}

.load-more-related.style-ocean:hover,
#load-more-related.style-ocean:hover {
    box-shadow: 0 6px 25px rgba(0, 210, 255, 0.6);
    border-color: rgba(0, 210, 255, 0.6);
}

.load-more-related.style-sunset,
#load-more-related.style-sunset {
    background: linear-gradient(135deg, #ffeaa7 0%, #fab1a0 50%, #e17055 100%);
    box-shadow: 0 4px 15px rgba(255, 234, 167, 0.4), inset 0 0 20px rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 234, 167, 0.3);
}

.load-more-related.style-sunset:hover,
#load-more-related.style-sunset:hover {
    box-shadow: 0 6px 25px rgba(255, 234, 167, 0.6);
    border-color: rgba(255, 234, 167, 0.6);
}

/* Container for center alignment */
.load-more-container {
    text-align: center;
    margin: 30px 0;
}

/* Mobile responsive */
@media (max-width: 768px) {

    .load-more-related,
    #load-more-related {
        padding: 10px 25px;
        font-size: 12px;
        margin: 15px auto;
    }
}

/* Animation keyframes */
@keyframes shimmer {
    0% {
        background-position: -200% center;
    }

    100% {
        background-position: 200% center;
    }
}

.load-more-related.shimmer {
    background: linear-gradient(90deg, #ff6b6b 25%, #ffffff 50%, #ff4757 75%);
    background-size: 200% 100%;
    animation: shimmer 2s infinite;
}

.video-title-compact {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 6px;
    margin-bottom: 12px;
}

.video-title-compact h1 {
    font-size: 14px !important;
    color: #ddd;
    margin: 0 !important;
    line-height: 1.4;
    font-weight: bold;
}

@media (max-width: 768px) {
    .video-title-compact h1 {
        font-size: 13px !important;
    }

    .video-title-compact {
        margin-bottom: 10px;
    }
}

/* SEO Archive Pages Styles - Dark Mode Compatible */
.page-header.archive-header {
    margin: 0;
    padding: 10px 0 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-header .page-title {
    font-size: 28px;
    color: #fff;
    margin: 0 0 15px 0;
    font-weight: bold;
}

.archive-description {
    margin: 10px 0 0 0;
    background: rgba(255, 255, 255, 0.05);
    padding: 15px 20px;
    border-radius: 6px;
    border-left: 4px solid #007cba;
}

.archive-description .description-text {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    text-align: justify;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .page-header .page-title {
        font-size: 24px;
    }

    .archive-description {
        padding: 12px 15px;
    }

    .archive-description .description-text {
        font-size: 15px;
    }
}

/* Actors page specific */
.tax-actors .archive-description {
    border-left-color: #ff6b35;
}

/* Category page specific */
.category .archive-description {
    border-left-color: #4a9eff;
}

/* ===================================
   TikTok Videos Section  
   =================================== */
.tiktok-videos-section {
    margin: 3px 0;
    padding: 5px;
    background: rgba(255, 255, 255, .03);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .08);
    position: relative
}

.tiktok-videos-section .section-bar {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px
}

.section-header {
    flex: 1
}

.tiktok-section-title {
    margin: 0;
    font-size: 14px;
    color: var(--text-color, #fff);
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap
}

.tiktok-icon {
    font-size: 16px;
    color: #ff6b6b
}

.tiktok-section-title span:not(.new-badge) {
    color: #ff6b6b;
    font-weight: 700
}

.new-badge {
    display: inline-block;
    padding: 1px 6px;
    background: linear-gradient(135deg, #ff6b6b, #ff8e53);
    color: #fff !important;
    font-size: 9px;
    font-weight: 700;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: .3px;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important
}

.section-subtitle {
    margin: 0;
    font-size: 12px;
    color: rgba(255, 255, 255, .6);
    font-weight: 400
}

.view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    background: rgba(255, 255, 255, .1);
    color: #fff !important;
    text-decoration: none;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    transition: all .3s ease;
    border: 1px solid rgba(255, 107, 107, .3);
    white-space: nowrap;
    backdrop-filter: blur(10px)
}

.view-all-btn:hover {
    background: linear-gradient(135deg, #ff6b6b, #ff8e53);
    border-color: transparent;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 107, 107, .3);
    color: #fff !important
}

.btn-badge {
    background: #ff6b6b;
    padding: 2px 5px;
    border-radius: 6px;
    font-size: 9px;
    font-weight: 700;
    line-height: 1
}

.tiktok-slider-container {
    position: relative;
    padding: 0
}

.tiktok-slider-wrapper {
    overflow: hidden;
    width: 100%
}

.tiktok-videos-slider {
    display: flex;
    gap: 6px;
    transition: transform .5s cubic-bezier(.4, 0, .2, 1)
}

.tiktok-video-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(255, 255, 255, .05);
    transition: transform .3s ease;
    flex: 0 0 calc(16.66% - 5px);
    min-width: 120px
}

.tiktok-video-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(255, 107, 107, .2)
}

.tiktok-video-link {
    display: block;
    text-decoration: none;
    color: inherit
}

.tiktok-video-thumb {
    position: relative;
    width: 100%;
    padding-top: 177.78%;
    overflow: hidden;
    background: #000
}

.tiktok-video-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease
}

.tiktok-video-item:hover .tiktok-video-thumb img {
    transform: scale(1.05)
}

.no-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .3);
    font-size: 36px;
    color: rgba(255, 255, 255, .5)
}

.tiktok-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s ease
}

.tiktok-video-item:hover .tiktok-video-overlay {
    opacity: 1
}

.play-icon {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, .9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #333;
    transition: transform .3s ease
}

.tiktok-video-item:hover .play-icon {
    transform: scale(1.1)
}

.tiktok-video-stats {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: flex;
    gap: 8px;
    z-index: 2
}

.likes-count {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 3px 8px;
    background: rgba(0, 0, 0, .7);
    border-radius: 12px;
    font-size: 11px;
    color: #fff;
    font-weight: 500
}

.likes-count i {
    color: #ff6b6b
}

.tiktok-video-title {
    padding: 6px 8px;
    font-size: 12px;
    color: rgba(255, 255, 255, .9);
    line-height: 1.4;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, .85);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all .3s ease;
    font-size: 12px;
    color: #333;
    opacity: .7
}

.slider-nav:hover {
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
    transform: translateY(-50%) scale(1.1);
    opacity: 1
}

.slider-nav.prev {
    left: 5px
}

.slider-nav.next {
    right: 5px
}

@media (max-width:1200px) {
    .tiktok-video-item {
        flex: 0 0 calc(33.333% - 10px);
        min-width: 180px
    }
}

@media (max-width:992px) {
    .tiktok-video-item {
        flex: 0 0 calc(25% - 7px);
        min-width: 150px
    }

    .slider-nav {
        width: 32px;
        height: 32px;
        font-size: 12px
    }
}

@media (max-width:768px) {
    .tiktok-videos-section {
        padding: 8px 10px;
        margin: 8px 0
    }

    .tiktok-videos-section .section-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        margin-bottom: 5px
    }

    .tiktok-video-item {
        flex: 0 0 calc(50% - 7.5px);
        min-width: 150px
    }

    .tiktok-section-title {
        font-size: 18px
    }

    .tiktok-icon {
        font-size: 20px
    }

    .view-all-btn {
        width: 100%;
        justify-content: center;
        padding: 10px 20px
    }

    .slider-nav {
        width: 30px;
        height: 30px;
        font-size: 12px
    }
}

@media (max-width:480px) {
    .tiktok-videos-section {
        padding: 5px 8px
    }

    .tiktok-video-item {
        min-width: 140px
    }

    .slider-nav {
        width: 28px;
        height: 28px;
        font-size: 11px
    }

    .tiktok-video-title {
        padding: 8px;
        font-size: 12px;
        color: rgba(255, 255, 255, .9);
        line-height: 1.3;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 40px
    }

    .section-subtitle {
        font-size: 12px
    }

    .tiktok-section-title {
        font-size: 16px
    }
}

@media (max-width:360px) {
    .tiktok-video-item {
        min-width: 130px
    }

    .slider-nav {
        width: 26px;
        height: 26px;
        font-size: 10px
    }
}

/* ===================================
   Category Random Videos Section
   =================================== */
.category-videos-section {
    margin: 30px 0 20px;
    padding: 0
}

.category-loading {
    text-align: center;
    padding: 40px;
    color: rgba(255, 255, 255, .6);
    font-size: 16px
}

.category-item {
    margin-bottom: 35px;
    padding: 0
}

.category-title {
    font-size: 16px;
    line-height: 11px;
    display: block;
    margin: 13px 0 10px;
    position: relative;
    text-transform: uppercase;
    border-top: 1px solid rgba(255, 255, 255, .08)
}

.category-title span {
    font-weight: normal;
    float: left;
    margin-top: -15px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgb(10, 10, 10);
    font-size: 13px;
    padding: 10px 15px 7px;
    color: #fff;
    position: relative
}

.category-title span:before {
    content: '';
    background: rgb(10, 10, 10);
    border-radius: 100%;
    position: absolute;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, .08);
    margin-left: 2px;
    top: 6px;
    right: -16px
}

.category-title span:after {
    content: '';
    background: rgb(10, 10, 10);
    border-radius: 100%;
    position: absolute;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, .08);
    margin-left: 12px;
    top: 8px;
    right: -26px
}

.category-videos-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px
}

.cat-video-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(0, 0, 0, .3);
    transition: transform .3s ease, box-shadow .3s ease;
    text-decoration: none;
    display: block;
    color: inherit
}

.cat-video-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 107, 107, .25)
}

.cat-video-thumb {
    position: relative;
    width: 100%;
    padding-top: 42%;
    overflow: hidden;
    background: #000
}

.cat-video-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease
}

.cat-video-item:hover .cat-video-thumb img {
    transform: scale(1.08)
}

.cat-video-thumb .cat-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, .95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #333;
    opacity: 0;
    transition: all .3s ease;
    padding-left: 4px
}

.cat-video-item:hover .cat-play-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.15)
}

.cat-video-title {
    padding: 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, .95);
    line-height: 1.4;
    height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, .4);
    font-weight: 500
}

@media (max-width:1200px) {
    .category-videos-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 12px
    }
}

@media (max-width:992px) {
    .category-videos-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px
    }

    .category-title {
        font-size: 16px
    }
}

@media (max-width:768px) {
    .category-videos-section {
        margin: 20px 0 15px
    }

    .category-item {
        padding: 0;
        margin-bottom: 25px
    }

    .category-videos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px
    }

    .cat-video-title {
        font-size: 12px;
        padding: 8px;
        height: 44px
    }
}

@media (max-width:480px) {
    .category-title {
        font-size: 15px
    }

    .cat-video-title {
        font-size: 11px;
        height: 42px
    }
}

/* ===================================
   TikTok Videos Section  
   =================================== */
.tiktok-videos-section {
    margin: 3px 0;
    padding: 5px;
    background: rgba(255, 255, 255, .03);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .08);
    position: relative;
}

.tiktok-videos-section .section-bar {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.section-header {
    flex: 1;
}

.tiktok-section-title {
    margin: 0;
    font-size: 14px;
    color: var(--text-color, #fff);
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.tiktok-icon {
    font-size: 16px;
    color: #ff6b6b;
}

.tiktok-section-title span:not(.new-badge) {
    color: #ff6b6b;
    font-weight: 700;
}

.new-badge {
    display: inline-block;
    padding: 1px 6px;
    background: linear-gradient(135deg, #ff6b6b, #ff8e53);
    color: #fff !important;
    font-size: 9px;
    font-weight: 700;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: .3px;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
}

.section-subtitle {
    margin: 0;
    font-size: 12px;
    color: rgba(255, 255, 255, .6);
    font-weight: 400;
}

.view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    background: rgba(255, 255, 255, .1);
    color: #fff !important;
    text-decoration: none;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    transition: all .3s ease;
    border: 1px solid rgba(255, 107, 107, .3);
    white-space: nowrap;
    backdrop-filter: blur(10px);
}

.view-all-btn:hover {
    background: linear-gradient(135deg, #ff6b6b, #ff8e53);
    border-color: transparent;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 107, 107, .3);
    color: #fff !important;
}

.btn-badge {
    background: #ff6b6b;
    padding: 2px 5px;
    border-radius: 6px;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
}

.tiktok-slider-container {
    position: relative;
    padding: 0;
}

.tiktok-slider-wrapper {
    overflow: hidden;
    width: 100%;
}

.tiktok-videos-slider {
    display: flex;
    gap: 6px;
    transition: transform .5s cubic-bezier(.4, 0, .2, 1);
}

.tiktok-loading {
    text-align: center;
    padding: 60px 20px;
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    width: 100%;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}

.tiktok-loading i {
    font-size: 32px;
    color: #ff6b6b;
    animation: spin 1s linear infinite;
}

.tiktok-video-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(255, 255, 255, .05);
    transition: transform .3s ease;
    flex: 0 0 calc(16.66% - 5px);
    min-width: 120px;
}

.tiktok-video-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(255, 107, 107, .2);
}

.tiktok-video-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.tiktok-video-thumb {
    position: relative;
    width: 100%;
    padding-top: 177.78%;
    overflow: hidden;
    background: #000;
}

.tiktok-video-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.tiktok-video-item:hover .tiktok-video-thumb img {
    transform: scale(1.05);
}

.no-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .3);
    font-size: 36px;
    color: rgba(255, 255, 255, .5);
}

.tiktok-video-stats {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: flex;
    gap: 8px;
    z-index: 2;
}

.likes-count {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 3px 8px;
    background: rgba(0, 0, 0, .7);
    border-radius: 12px;
    font-size: 11px;
    color: #fff;
    font-weight: 500;
}

.likes-count i {
    color: #ff6b6b;
}

.tiktok-video-title {
    padding: 6px 8px;
    font-size: 12px;
    color: rgba(255, 255, 255, .9);
    line-height: 1.4;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, .85);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all .3s ease;
    font-size: 12px;
    color: #333;
    opacity: .7;
}

.slider-nav:hover {
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
    transform: translateY(-50%) scale(1.1);
    opacity: 1;
}

.slider-nav.prev {
    left: 5px;
}

.slider-nav.next {
    right: 5px;
}

@media (max-width: 1200px) {
    .tiktok-video-item {
        flex: 0 0 calc(33.333% - 10px);
        min-width: 180px;
    }
}

@media (max-width: 992px) {
    .tiktok-video-item {
        flex: 0 0 calc(25% - 7px);
        min-width: 150px;
    }

    .slider-nav {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .tiktok-videos-section {
        padding: 8px 10px;
        margin: 8px 0;
    }

    .tiktok-videos-section .section-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        margin-bottom: 5px;
    }

    .tiktok-video-item {
        flex: 0 0 calc(50% - 7.5px);
        min-width: 150px;
    }

    .tiktok-section-title {
        font-size: 18px;
    }

    .tiktok-icon {
        font-size: 20px;
    }

    .view-all-btn {
        width: 100%;
        justify-content: center;
        padding: 10px 20px;
    }

    .slider-nav {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .tiktok-videos-section {
        padding: 5px 8px;
    }

    .tiktok-video-item {
        min-width: 140px;
    }

    .slider-nav {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }

    .tiktok-video-title {
        padding: 8px;
        font-size: 12px;
        color: rgba(255, 255, 255, .9);
        line-height: 1.3;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 40px;
    }

    .section-subtitle {
        font-size: 12px;
    }

    .tiktok-section-title {
        font-size: 16px;
    }
}

@media (max-width: 360px) {
    .tiktok-video-item {
        min-width: 130px;
    }

    .slider-nav {
        width: 26px;
        height: 26px;
        font-size: 10px;
    }
}

/* ===================================
   Category Random Videos Section
   =================================== */
.category-videos-section {
    margin: 30px 0 20px;
    padding: 0;
}

.category-loading {
    text-align: center;
    padding: 60px 20px;
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}

.category-loading i {
    font-size: 32px;
    color: #ff6b6b;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.category-item {
    margin-bottom: 35px;
    padding: 0;
}

.category-title {
    font-size: 16px;
    line-height: 11px;
    display: block;
    margin: 13px 0 10px;
    position: relative;
    text-transform: uppercase;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.category-title span {
    font-weight: normal;
    float: left;
    margin-top: -15px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgb(10, 10, 10);
    font-size: 13px;
    padding: 10px 15px 7px;
    color: #fff;
    position: relative;
}

.category-title span:before {
    content: '';
    background: rgb(10, 10, 10);
    border-radius: 100%;
    position: absolute;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, .08);
    margin-left: 2px;
    top: 6px;
    right: -16px;
}

.category-title span:after {
    content: '';
    background: rgb(10, 10, 10);
    border-radius: 100%;
    position: absolute;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, .08);
    margin-left: 12px;
    top: 8px;
    right: -26px;
}

.category-videos-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    clear: both;
    margin-top: 20px;
}

.cat-video-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(0, 0, 0, .3);
    transition: transform .3s ease, box-shadow .3s ease;
    text-decoration: none;
    display: block;
    color: inherit;
}

.cat-video-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 107, 107, .25);
}

.cat-video-thumb {
    position: relative;
    width: 100%;
    padding-top: 56%;
    overflow: hidden;
    background: #000;
}

.cat-video-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.cat-video-item:hover .cat-video-thumb img {
    transform: scale(1.08);
}

.cat-video-title {
    padding: 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, .95);
    line-height: 1.4;
    height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, .4);
    font-weight: 500;
}

@media (max-width: 1200px) {
    .category-videos-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
    }
}

@media (max-width: 992px) {
    .category-videos-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .category-title {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .category-videos-section {
        margin: 20px 0 15px;
    }

    .category-item {
        padding: 0;
        margin-bottom: 25px;
    }

    .category-videos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .cat-video-title {
        font-size: 12px;
        padding: 8px;
        height: 44px;
    }
}

@media (max-width: 480px) {
    .category-title {
        font-size: 15px;
    }

    .cat-video-title {
        font-size: 11px;
        height: 42px;
    }
}

/* Override: 4 columns for tablet/small desktop (768px - 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {

    .dp_box .grid-item.col-md-4,
    .dp_box .grid-item.col-sm-4,
    .dp_box .grid-item.col-md-3,
    .dp_box .grid-item.col-sm-3,
    #related-posts-container .grid-item {
        width: 25%;
    }
}