:root {
	--opacity-color: color-mix(in srgb,var(--theme-color),#0000 25%);
}
html{
    overflow-x:hidden!important
}
body.lusterthemes {
    color: #a5a5a5;
    font-size: 14px;
    line-height: 1.6;
/*    letter-spacing: .6px;
*/    overflow-x: hidden;
    background: #282828;
    /*font-family: 'arial',sans-serif;*/
}
a {color: var(--theme-color);}
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;
    text-indent: -9999px;
    background: var(--theme-logo) no-repeat top left;
    background-size: contain;
    height: 45px;
    margin-top: -5px;
    position:  relative;
}
#header .site-title a {
    position:  absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
@media (max-width: 767px) {
    #header .site-title {
        background-position: center!important;
    }
}

.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: 0;
    padding-right: 0;
    position: relative;
    /*z-index: 99;*/
}
.header-nav {
    margin-right: 0;
    position: relative;
}
.header-nav img {
    max-width: 100%;
    margin: 10px 0;
}
.container {/* max-width: 1130px !important; */}
.navbar-container {
    background: rgba(15,15,15,.99);
    transition: .25s transform;
    backface-visibility: hidden;
    z-index: 9999;
    box-shadow: 0 1px 5px rgba(0,0,0,.4);
    border-bottom: 1px solid #000;
}
.navbar-container .container {padding: 0}
.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: 15px}
.main-navigation .navbar-nav>li>a:hover,
.main-navigation .navbar-nav>li>a:focus {
    color: #fdfdfd;
    background: #000;
	border-radius:5px;
}
.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;
	border-radius:5px;
}
.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;
	border-radius:5px;
}

#main-contents {
    position: relative;
}

.grid-item img {
	border-radius: 10px;
}

@media screen and (max-width: 767px) {
    .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: #1e1e1e !important;
    border: none;
    right: 0;
}


@media (min-width: 1200px) {

    #main-contents {
        width: 100%;
    }

    /*#sidebar {
        width: 330px;
    }*/
}

.panel-body {
    padding: 15px;
}

.dp-post-title-box {
/*     position: absolute;
 */    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;
    /* padding: 0 0px; */
    margin: auto;
    /* bottom: -3px; */
    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 {
    /* margin: 0; */
    /* line-height: 15px; */
    /* padding: 2px; */
    line-height: 19px;
    height: 40px;
    overflow: hidden;
    font-size: 9px !important;
    font-weight: bold;
    /* margin-bottom: 3px; */
    margin: 7px 3px 0px 0px;
}
.dp-post-title a,
.dp-post-title p,
.popular-post .original_title {
    font-size: 13px;
    color: #fff;
    /*overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;*/
}

.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;
}

.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 {
    padding: 10px;
    border-top: 1px solid rgba(255,255,255,.08);
    margin: 10px 0;
    background: rgba(41, 41, 41, 0);
    font-size: 14px;
}
.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 (max-width: 768px) {
  .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0!important;
    overflow: visible!important;
    background-color: #111111;
  }
  .navbar-collapse.collapse.in {
    overflow-y: visible!important;
  }
  .navbar-toggle {
    display: none;
  }
  .navbar-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #111111;
  }
  .navbar-nav li {
     margin: -5px 0px 0px 5px;
     background: #2b2b2b;
     border: none;
     margin-bottom: 10px;
     border-radius: 3px
  }
  .drop-mb {
     margin: 0px 0px 5px 0px!important;
     background: #2f2f2f!important;
     border: none!important;
     border-radius: 5px!important;
  }
  .navbar-nav > li > a {
  padding: 5px 10px !important;
}
.main-navigation .navbar-nav>.active>a, .main-navigation .navbar-nav>.active>a:hover, .main-navigation .navbar-nav>.active>a:focus {
    background: var(--theme-color)!important;
    border-radius: 3px
}
}
.main-navigation .navbar-nav>.active>a, .main-navigation .navbar-nav>.active>a:hover, .main-navigation .navbar-nav>.active>a:focus {
    background: var(--theme-color)!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;
    background: #fff;
    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 {}
.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;
                            }
.noticehome {
    margin: 5px 15px;
    padding: 5px 0;
    background-color: #12171b;
    line-height: 1.5em;
    font-size: 11px;
    border-radius: 2px;
                            }                            
#dp-player-wrapper {
    /* height: 433px; */
    height: 456px;
    position: relative;
    z-index: 9;
}
#dp-player-loader {
    position: absolute;
    text-align: center;
    background: #000 url(/cdn/js/fonts/v10/file/img/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.jw-off {
    color: var(--theme-color)!important;*/
}
.jw-toggle {
    color: var(--theme-color)!important;
}
.jw-button-color:hover{
    color: var(--theme-color)!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;
}
.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);
    /* border: 1px solid #263a4c; */
    /* border-radius: 20px; */
    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: var(--theme-color);
}

.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(/cdn/js/fonts/v10/file/img/search.png) 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;
    /* margin-top: 10px!important; */
    /* border-top: 3px solid #2881ce; */
}
.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: #ffffff;
    background-color: #101010;
    transition: .5s all;
}
@media (min-width:768px){
    .navbar-nav .dropdown-menu::before{
        content: '';
        /* border-bottom: 10px solid #008cca; */
        /* border-left: 10px solid transparent; */
        z-index: 999;
        display: block;
        /* border-right: 10px solid transparent; */
        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: var(--theme-color);
}
.single-post .entry-title {
    font-size: 22px;
    margin: 0;
}
.single-post .entry-title a {
    color: #bdbdbd;
    line-height: 35px;
}


.dp-entry-box .item-content {
    max-height: 50px;
    overflow: hidden;
    transition: all .2s ease;
}
.dp-entry-box .item-info {
    margin-bottom: 10px;
    font-size: 11px;
}

.dp-entry-box .item-content,
.content-single img {max-width: 100%}
.dp-entry-box .item-content {
    max-height: 90px;
    overflow: hidden;
    transition: all .2s ease;
}
@media(max-width: 767px) {
    .dp-entry-box .item-content {
        height: 80px;
    }
    .dp-entry-box .item-content.toggled {
        height: auto
    }
}
.dp-entry-box .item-content.toggled {max-height: none}
.item-content-toggle {
    border-top: 1px solid rgba(255,255,255,.08);
    text-align: center;
    position: relative;
    margin-top:20px;
}
.widget_dp_tagcloud_widget .item-content-toggle {
    margin: 30px 0 0;
}
.item-content-toggle .item-content-gradient {
    position: absolute;
    height: 40px;
    width: 100%;
    bottom: 23px;
    background: linear-gradient(to bottom, rgba(23, 29, 34, 0.34) 0%, rgb(21, 29, 37) 100%);
}
.video-item .item-content {
    color: #989898;
    line-height: 1.5;
    width: 100%;
    padding: 10px 0;
    font-size: 13px;
}

.item-content-toggle .show-more {
    border: 1px solid rgba(255,255,255,.08);
    border-top: none;
    padding: 4px 10px;
    cursor: pointer;
    font-size: 13px;
}
.item-content-toggle .show-more:hover{
    background: #252525;
}






#main-contents .wrap-slider,
.related-movies .wrap-slider {margin: 0}
.wrap-slider {
    position: relative;
    overflow: hidden;
    /* margin: 15px; */
}
.wrap-slider .owl-nav {/* position: static; */}
.grid-item figure {overflow: hidden;}

.grid-item {
    /* margin-bottom: 5px; */
}

.dp_box .grid-item {
    padding: 3px;
    margin-bottom: 20px;
}
.grid-item,
.grid-item .dp-thumb {position: relative;/* display:  inline-block; */}
.grid-item img {
    width: 100%;
}
.col-md-2 img, .col-md-8 .grid-item img {
    /*max-height: 153px;*/
}
.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: 2px 10px 2px 10px;
    position: absolute;
    font-size: 11px;
    color: #fff;
    text-align: center;
    -moz-border-radius: 10px 0px 10px 0;
    -webkit-border-radius: 10px 0px 10px 0;
    border-radius: 10px 0px 10px 0;
}
.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: var(--opacity-color);
    z-index: 1;
}
.owl-item .grid-item .status:after {
    content: "";
    border: 5px solid transparent;
    border-bottom: 5px solid var(--opacity-color);
    transform: rotate(-46deg);
    position: absolute;
    bottom: -5px;
    left: -5px;
    z-index: 999999;
}
.grid-item .status {
    left: 0;
    top: 0;
    background: var(--opacity-color);
    z-index: 1;
}
.grid-item .status:after {
    /*content: "";*/
    /*border: 4px solid transparent;*/
    /*border-bottom: 4px solid #5f0e0c;*/
    /*transform: rotate(44deg);*/
    /*position: absolute;*/
    /*bottom: -4px;*/
    /*left: 1px;*/
    /*z-index: 999999;*/
}
.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='#00000000', endColorstr='#99000000', 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 {
        /* width: 72.2%; */
        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;
    /* Giving Animation Function */
    -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://i.imgur.com/twGIvru.png);
}

.dp-icon-expand.size-large:before {
    background-image: url(https://i.imgur.com/6YPXfj3.png);
}

.dp-icon-toggle-light:before {
    background-image: url(https://i.imgur.com/bUMAkKj.png);
    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;
    /* overflow: hidden; */
}
.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.png) 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-item .grid-item img {height: auto;max-height: 300px;} */
.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;
    /* left: 40%; */
    right: 0;
}

#main-contents .owl-carousel-fullwidth .owl-dots {
    bottom: -5px;
    top: inherit;
    /* left: 45%; */
}
.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;
    /* border-radius: 30px !important; */
}
.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 {
    /* background: rgba(0, 0, 0, 0.46); */
    /* color: #fff; */
    /* padding: 15px; */
    /* padding-left: 25px; */
    /* width: 40%; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* bottom: 0; */
}

.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: #fff!important;
border-bottom: 1px dotted #222!important;
padding-bottom: 5px!important;
display: block!important;
}
footer {
background - color: #111!important;color:# 777
}
footer.widget-title {
color: #fff!important;font - size: 14 px!important;letter - spacing: 2 px!important;font - weight: 700!important;text - transform: uppercase!important;margin - bottom: 20 px
}
footer.footer-top {
padding: 20 px 0
}
footer.copyright {
padding: 15 px 0!important;text - align: center!important;color: #fff!important;border - top: 1 px 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: 1 px 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;
border-top: 1px solid #222!important;
text-align: center;
}
.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;
color: #fff!important;
}
.menu-menu-container a:hover {
background-color: var(--theme-color)!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 {
    background: rgba(0, 0, 0, 0.28) url(/cdn/js/fonts/v10/file/img/footer-bg.png) no-repeat top right;
    background-blend-mode: color-dodge;
    margin-top: 20px;
    border-top: 4px solid #0e1215;
}
#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;
    /*padding: 15px 0;*/
    font-size: 13px;
}
#footer p a {color: #f0f8ff}
#footer ul li {padding: 6px 8px}
#footer ul li a {
    color: #eee;
    /*border-radius: 50% !important;*/
}
#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;
    /* background: rgba(36, 43, 49, 0.37); */
}
.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: var(--theme-color)
}
.the_tag_list a:after {
    content: ',';
    color: #fff
}
.the_tag_list a:last-child:after {
    content: '';
}

.comment_list {
    padding: 10px 15px;
    border: 1px solid rgba(255,255,255,.08);
}
.comment_list a {
    padding: 3px 0;
    margin: 2px;
    color: #949494;
    font-size: 12px;
    display: inline-block;
    line-height: 15px;
}
.comment_list a:hover {
    color: var(--theme-color)
}

.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(/cdn/js/fonts/v10/file/img/stars-large.png);}
.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(/cdn/js/fonts/v10/file/img/loading.gif) 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 {
    /*margin-top: -1px;*/
}
.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 40px;
    background: #12171b6e url(/cdn/js/fonts/v10/file/img/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 {
    /* border: 1px solid #ececec; */
}
.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;
    /* border: 1px solid #2d3842; */
    /* padding: 3px; */
}

.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;
    /*  max-height: 285px;
    overflow-x: hidden; */
}

.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;
    /*border-bottom: 1px solid #243240;*/
}
.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;
}


/*
*
* List episode style
*/
#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;
    /* height: 100%; */
    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(/cdn/js/fonts/v10/file/img/title_overview_sprite.png) 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;
    /*position:  relative;*/
}
.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;
    /* margin-left: 6px; */
    display: inline;
    /* position:  absolute; */
    /* right: -22px; */
    /* top: 2px; */
}
.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(/cdn/js/fonts/v10/file/img/title_overview_sprite.png) 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(/cdn/js/fonts/v10/file/img/title_overview_sprite.png) 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 rgb(59 59 59);
    -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: var(--theme-color);
    transition: .5s all;
    font-weight: bold;
}

.page-numbers li span.current {
    background: #000;
    transition: .5s all;
    color: var(--theme-color);
    font-weight: bold;
}
.page-numbers li span.dots {
    /* background: #16222f; */
    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: 8px 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(/cdn/js/fonts/v10/file/img/warning.png) 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(/cdn/js/fonts/v10/file/img/warning.png) 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(/cdn/js/fonts/v10/file/img/weekly-calendar.png) 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;
    /* box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.07), 0px 1px 3px rgba(0, 0, 0, 0.29); */
}
#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(/cdn/js/fonts/v10/file/img/ajax-loader.gif) no-repeat 95% 2%;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.carausel-sliderWidget {
    margin-bottom: 30px;
}

#content {
    margin-top: 15px;
}

.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: var(--theme-color) !important;
}
.item-content a {
    color: #fff;
}
.item-content a:hover {
    color: var(--theme-color);
}
.container a {
    color: #dbdbdb;
    font-size: 13px;
    font-family: 'arial', sans-serif;
    /* font-weight: bold; */
}
.container a:hover {
    color: var(--theme-color);
}
@media only screen and (max-width: 639px) {
  .zoom-button {
    display: none;
  }
}
/*edit*/
.mobi-pl{display:block}@media screen and (min-width:780px){.mobi-pl{display:none}}
@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: var(--theme-color)!important;
    border-color: var(--theme-color)!important;
}
.btn:hover {
  color: #fff!important;
  background-color: var(--theme-color)!important;
  border-color: var(--theme-color)!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;
    /* background: #2b2b2b; */
    /* padding: 4px 10px; */
    /* display: inline-flex; */
    margin-right: 3px;
    font-size: 20px;
}
.video-stats {
    display: flex;
    /* align-items: center; */
    /* justify-content: flex-end; */
    gap: 10px;
    margin: 7px;
}

.video-stats span {
    display: flex;
    /* align-items: center; */
    gap: 5px;
    font-size: 13px;
}

.video-stats i {
    /* font-size: 1.2em; */
}

#video-actions .dislikes {
    cursor: pointer;
    font-size: 20px;
    margin-left: 3px; 
}
#video-actions .rating {
    cursor: pointer;
    display: inline-flex;
    margin-left: 3px; 

}
#video-actions {
    float: right;
}

.likes i {
    color: #cacaca;
}

.likes.active i {
    color: var(--theme-color);
}
.like-count.active {
    color: var(--theme-color);
	font-weight: bold;
}
.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: var(--theme-color);
    }
    
    @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;
}

.recent-search {
    margin-top: 7px;
    overflow: hidden;
}
.recent-search a {
    display: inline-block;
    font-size: 13px;
    padding: 4px 8px;
    white-space: nowrap;
    background: #2b2b2b;
    border-radius: 4px;
    margin: 5px 0 0 3px;
    text-transform: capitalize;
}

span.view-onl {
    position: absolute;
    bottom: 8px;
    right: 5px;
    color: #fafbee;
    line-height: 14px;
    font-size: 12px;
    font-weight: 600;
    opacity: 0.8;
    -moz-border-radius: 10px 0px 10px 0;
    -webkit-border-radius: 10px 0px 10px 0;
    background: none repeat scroll 0 0 rgba(17,17,17,.6);
    padding: 5px 5px 5px 5px;
    border-radius: 10px 0px 10px 0;
	border-right: 3px solid var(--theme-color);
}
.notice {
    position: relative;
    width: 100%;
    background: #212121;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: var(--theme-color) dashed 1px;
    text-align: center;
    margin: 25px 0px 0px 0px;
    padding: 3px;
}
.notice:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 6px 9px;
    border-color: var(--theme-color) transparent;
    display: block;
    width: 0;
    z-index: 0;
    top: -10px;
    left: 70px;
}
.notice:after {
    content: '';
    position: absolute;
    border-style: dashed;
    border-width: 0 6px 9px;
    border-color: #212121 transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -8px;
    left: 70px;
}
.color-search {
    color: var(--theme-color);
    font-weight: 600;
}

span.name-actor {
	position: absolute;
    bottom: 4px;
    right: 0px;
    left: 0px;
    color: #fafbee;
    line-height: 14px;
    font-size: 15px;
    font-weight: 600;
    opacity: 0.8;
    -moz-border-radius: 10px 0px 10px 0;
    -webkit-border-radius: 10px 0px 10px 0;
    background: none repeat scroll 0 0 rgb(37 37 37 / 70%);
    padding: 8px 5px 8px 5px;
    border-radius: 0px 0px 10px 10px;
    text-align: center;
    margin: 5px;
}

.columleft_body{float:left;width:300px}
.columright_body{float:left;width:calc(100% - 350px);}

@media only screen and (max-width:600px){
	.columleft_body,.columright_body{float:none;width:100%;margin-bottom:20px}
}