/*
Theme Name: XXXTHEME
Description: Website XXXTHEME được viết bằng Wordpress CMS
Version: 1.0
*/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v43/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
html {
  background: #121212;
  color: #555
}

body {
  background-color: #121212;
  margin: 0;
  font: 14px sans-serif;
  line-height: 1.615;
  color: #bbb
}

a:link, a:visited {
  color: #fff;
  text-decoration: none
}

a:hover, a:focus {
  color: #dacb46;
  text-decoration: none
}

article, aside, details, figcaption, figure, footer, header, nav, section, summary {
  display: block
}

audio, canvas, video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden] {
  display: none
}

p {
  margin: 0 0 7px 0
}

#main {
  padding-top: 20px
}

.clear:after, .cf:after {
  clear: both
}

.clear:before, .clear:after, .cf:before, .cf:after {
  content: "";
  display: table
}

.cf {
  zoom: 1
}

.copyright-top {
  border-bottom: 1px solid #121212;
  padding-bottom: 5px;
  margin-bottom: 6px
}

.tag-list {
  list-style: none;
  margin: 0;
  padding: 0
}

.entry-content ul.tag-list>li:nth-child(1) a:link {
  color: #46E1FF
}

.entry-content ul.tag-list>li:nth-child(1) a:hover {
  color: #dacb46
}

.block-tags, .tag-list, .tag-item {
  display: inline-block
}

.tag-list .tag-item:after {
  content: ",\00a0"
}

.player {
  background-color: #171717;
  padding: 0px 10px
}

.block-movie-content {
  padding-top: 12px
}

.block-movie-content a:link {
  color: #46E1FF
}

.block-movie-content a:hover {
  color: #dacb46
}

.thumb {
  text-align: center;
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 20px;
  padding-top: 10px
}

.page-numbers {
  background-color: #2e2e2e;
  margin: 0 2px
}

.more-list-index:after {
  font-family: 'Material Icons';
  content: 'navigate_next';
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga"1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  position: absolute
}

a.more-list-index {
  color: #dacb46
}

.currentpage {
  color: #fff;
  background-color: #171717;
  margin: 0 2px
}

.ribbon {
  position: absolute;
  color: #fff;
  background: #A21D0A;
  font-size: 10px;
  font-weight: bold;
  float: right;
  clear: both;
  padding: 0 4px;
  border-radius: 3px;
  text-shadow: 1px 1px 2px #111;
  right: 2px;
  top: 2px;
  white-space: nowrap;
  display: inline-block;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.75)
}

.list_carousel {
  width: 100%;
  position: relative
}

.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block
}

.list_carousel li {
  color: #999;
  display: block;
  float: left;
  margin-right: 22px
}

.list_carousel.responsive {
  width: auto;
  margin-left: 0
}

.list_carousel .m-block {
  width: 209px;
  height: 351px
}

.list_carousel .prev, .list_carousel .next {
  top: 90px;
  position: absolute;
  padding: 30px 10px;
  background: rgba(0, 0, 0, 0.6)
}

.list_carousel .next {
  right: 0px
}

.list_carousel .prev:hover, .list_carousel .next:hover {
  background: rgba(0, 0, 0, 0.9);
  outline: none;
  cursor: pointer
}

.list_carousel .prev .arrow-icon.left {
  width: 16px;
  display: block
}

.list_carousel .next .arrow-icon.right {
  width: 16px;
  display: block
}

.arrow-icon.right:after {
  font-family: 'Material Icons';
  content: 'navigate_next';
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga"1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 24px;
  display: block;
  width: 1rem;
  height: 0;
  top: -8px;
  font-size: 48px
}

.arrow-icon.left:after {
  font-family: 'Material Icons';
  content: 'navigate_before';
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga" 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 24px;
  display: block;
  width: 1rem;
  height: 0;
  top: -8px;
  font-size: 48px;

}
#post-container img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 5px auto;
}

.movie-carousel-top-item {
  width: 250px;
    height: 340px;
  position: relative
}

.movie-carousel-top-item img {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle
}

.movie-carousel-top-item-meta {
  position: absolute;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
  padding: 0px 3px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.row .header-list-index {
  overflow: hidden;
  white-space: nowrap;
  font-family: "Open Sans", "segoe ui", Helvetica, Arial, sans-serif;
  margin: 0 0 0 6px;
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  font-weight: 300
}


.movie-carousel-top-item img:hover {
  opacity: 0.7;
  width: 100%
}

.movie-carousel-top-item:hover .movie-name-1 {
  color: #dacb46
}

#movie-carousel-top li {
  margin-right: 17px
}

.movie-name-1 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #FF8040;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  margin: 5px 0px
}

.hidden {
  display: none !important;
  visibility: hidden !important
}

.caroufredsel_wrapper {
  width: 100% !important
}

.list_carousel-mid ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block
}

.list_carousel-mid li {
  color: #999;
  display: block;
  float: left
}

.list_carousel-mid {
  width: 100%;
  position: relative
}

.row.mid-movie {
  background-color: #171717
}

.mid-movie-list {
  margin: 0 4px
}

.movie-carousel-mid-item-meta .movie-name-1 {
  color: #fff;
  font-weight: 400;
  font-size: 14px
}

.list_carousel-mid .prev, .list_carousel-mid .next {
  top: -30px;
  position: absolute;
  padding: 13px 8px;
  background: #252525;
  border-radius: 2px
}

.list_carousel-mid .prev {
  right: 45px
}

.list_carousel-mid .next {
  right: 5px
}

.list_carousel-mid .prev:hover, .list_carousel-mid .next:hover {
  background: rgba(0, 0, 0, 0.9);
  outline: none;
  cursor: pointer
}

.list_carousel-mid .prev .arrow-icon.left {
  width: 10px;
  display: block
}

.list_carousel-mid .next .arrow-icon.right {
  width: 10px;
  display: block
}

.list_carousel-mid .arrow-icon.right:after {
  right: 15px;
  height: 0;
  top: -17px;
  font-size: 37px
}

.list_carousel-mid .arrow-icon.left:after {
  right: 15px;
  height: 0;
  top: -17px;
  font-size: 37px
}

.movie-carousel-mid-item {
  height: 100%;
  position: relative;
  margin: 6px
}

.movie-carousel-mid-item img {
  width: 100%;
  height: 80%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle
}

.movie-carousel-mid-item-meta {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-weight: bold;
  text-decoration: none
}
.row.top-movie {
    width: 100%;
    padding-bottom: 20px;
    overflow: hidden;
    clear: both;
}
@media screen and (max-width: 380px) {
  .movie-carousel-mid-item img {
    width: 100%;
    max-height: 75%
  }
}

.right-box-tag {
  margin-top: 20px;
  background-color: #171717
}

.right-box-tag.tag-box {
  position: relative;
  margin: 0 14px;
  padding: 0;
  color: #fff;
  font-size: 11px
}

.right-box-tag.tag-header {
  overflow: hidden;
  white-space: nowrap;
  padding: 0px 10px;
  margin: 0;
  color: #dacb46;
  font-family: "Open Sans", "segoe ui", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 300
}

.tag-box .tag-item {
  margin: 4px 10px
}

.right-box-tag ul li a {
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 1em;
  background-color: #252525;
  border-radius: 0 3px 3px 0;
  color: #fff;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s
}

.right-box-tag ul li a:hover {
  background: rgba(0, 0, 0, 0.9)
}

.right-box-tag ul li a::before {
  position: absolute;
  top: 0;
  left: -15px;
  content: '';
  width: 0;
  height: 0;
  border-color: transparent #252525 transparent transparent;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  -webkit-transition: .2s;
  transition: .2s
}
.right-box-tag ul li a::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #fff;
  border-radius: 100%
}

.right-box-tag ul li a:hover {
  background-color: #555;
  color: #fff
}

.right-box-tag ul li a:hover::before {
  border-right-color: #555
}

.right-box-ads {
  height: auto;
  width: 100%;
  text-align: center;
  background-color: #171717
}

#tabs-movie {
  background: #171717;
  color: #b9b9b9;
  overflow: hidden
}

.tabs-movie-block li {
  float: left;
  text-align: center;
  outline: none;
  width: 33.333333333%;
  font-size: 14px
}

#tabs-movie .tabs-movie-block {
  list-style: none;
  margin: 0;
  padding: 0px;
  display: block
}

#tabs-movie .tabs-movie-block .active {
  background: #171717;
  color: #46E1FF !important
}

#tabs-movie .tabs-movie-block a {
  padding: 5px 0;
  display: block
}

#effect {
  position: fixed;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}

#loading-wait {
  font-size: medium;
  position: fixed;
  padding: 20px 0;
  z-index: 1000;
  top: 50%;
  left: 30%;
  width: 40%;
  background: rgba(255, 255, 255, 1)
}

@media screen and (max-width: 640px) {
  #loading-wait {
    width: 90%;
    left: 5%
  }
}

.user-action {
  display: block;
  padding-top: 10px
}

.icon-zoom:hover, .icon-dl:hover, .quality:hover, .server:hover, #close:hover {
  background-color: #555;
  color: #fff
}

.icon-zoom, .icon-dl, .icon-view, .server {
  cursor: pointer;
  font-size: 13px;
  padding: 4px 10px;
  margin-right: 7px;
  display: inline-block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #252525
}

.icon-view.active {
  margin-right: 0;
  float: right
}

.server.active:hover {
  background-color: #252525
}

.server.active {
  color: #bbb;
  pointer-events: none;
  cursor: default
}

.openload {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%
}

.openloadvideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

@media screen and (max-width: 980px) {
  .icon-zoom {
    display: none
  }
}

#show-dl {
  text-align: center
}

.quality {
  background: #252525;
  padding: 2px 5px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  opacity: 0.8;
  margin: 5px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px
}

.fx-device-toutch .top-movie-list .caroufredsel_wrapper, .fx-device-toutch.fx-device-small .top-movie-list .list_carousel {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch
}

.top-movie-list .caroufredsel_wrapper, .fx-device-toutch.fx-device-small .top-movie-list {
  white-space: nowrap
}

#movie-carousel-top {
  white-space: nowrap
}

#movie-carousel-top li {
  display: inline-block !important;
  float: none !important
}

.fx-device-toutch.fx-device-small #movie-carousel-top li {
  float: none !important
}

.fx-device-toutch.fx-device-small #prevTop, .fx-device-toutch.fx-device-small #nextTop {
  display: none
}

.fx-device-toutch.fx-device-small .top-movie-list .list_carousel {
  position: static !important
}

.content-ads {
  text-align: center;
  padding-top: 10px
}

.entry-footer-ads, .entry-content-ads, .entry-tag-ads {
  text-align: center;
  margin-bottom: 10px;
  background-color: #171717;
  padding: 10px
}

.entry-footer-ads, .entry-tag-ads {
  margin-top: 10px
}

#close {
  cursor: pointer;
  float: right;
  display: inline-block;
  padding: 2px 5px;
  background: #171717
}

.play-click {
  position: absolute;
  right: 5px;
  width: 55px;
  height: 55px
}

#video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: url(../js/loadingdl.svg) center center no-repeat #171717
}

@media screen and (min-width: 1000px) {
  .play-click {
    right: 37%
  }
}

#video-ads {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 1;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, .3);
  width: 100%;
  height: 100%
}

#video-entry {
  position: relative
}

#skip-btn {
  display: none;
  -webkit-tap-highlight-color: transparent;
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: content-box;
  color: #fff;
  cursor: pointer;
  direction: ltr;
  font-size: 14px;
  min-width: 140px;
  padding: 7px;
  text-align: left;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2
}

#skip-btn:hover {
  border: 1px solid rgba(255, 255, 255, 0.9)
}

#skip-btn:after {
  content: 'skip_next';
  font-family: 'Material Icons';
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga"1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  position: absolute;
  right: 0px;
  font-size: 22px;
  display: block;
  width: 30px;
  height: 30px;
  top: 8px
}

#skip-text {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  float: inherit;
  line-height: 36px;
  position: absolute;
  text-align: left;
  width: 100%;
  background-color: rgba(31, 26, 26, .18);
  color: #fff;
  z-index: 2
}

.jw-svg-icon-fullscreen-on path {
  display: none
}

.jw-svg-icon-fullscreen-on {
  background-image: url('../jwplayer/skins/fullscreen.svg');
  background-size: contain;
  background-repeat: no-repeat
}

.jw-svg-icon-fullscreen-off path {
  display: none
}

.jw-svg-icon-fullscreen-off {
  background-image: url('../jwplayer/skins/fullscreenOff.svg');
  background-size: contain;
  background-repeat: no-repeat
}

.jw-svg-icon-rewind path {
  display: none
}

.jw-svg-icon-rewind {
  background-image: url('../jwplayer/skins/rewind.svg');
  background-size: contain;
  background-repeat: no-repeat
}

.jw-state-paused .jw-svg-icon-play path {
  display: none
}

.jw-state-paused .jw-svg-icon-play {
  background-image: url('../jwplayer/skins/play-circle.svg');
  background-size: contain;
  background-repeat: no-repeat
}

.jw-svg-icon-pause path {
  display: none
}

.jw-svg-icon-pause {
  background-image: url('../jwplayer/skins/pause-circle.svg');
  background-size: contain;
  background-repeat: no-repeat
}

.jw-state-idle .jw-svg-icon-play path {
  display: none
}

.jw-state-idle .jw-svg-icon-play {
  background-image: url('../jwplayer/skins/play-circle.svg');
  background-size: contain;
  background-repeat: no-repeat
}

.jw-svg-icon-volume-100 path {
  display: none
}

.jw-svg-icon-volume-100 {
  background-image: url('../jwplayer/skins/volume-2.svg');
  background-size: contain;
  background-repeat: no-repeat
}

.jw-svg-icon-volume-50 path {
  display: none
}

.jw-svg-icon-volume-50 {
  background-image: url('../jwplayer/skins/volume-1.svg');
  background-size: contain;
  background-repeat: no-repeat
}

.jw-svg-icon-volume-0 path {
  display: none
}

.jw-svg-icon-volume-0 {
  background-image: url('../jwplayer/skins/volume-x.svg');
  background-size: contain;
  background-repeat: no-repeat
}

.jw-svg-icon-airplay-off path {
  display: none
}

.jw-svg-icon-airplay-off {
  background-image: url('../jwplayer/skins/airplay.svg');
  background-size: contain;
  background-repeat: no-repeat
}

.jw-svg-icon-chromecast-off path {
  display: none
}

.jw-svg-icon-chromecast-off {
  background-image: url('../jwplayer/skins/cast.svg');
  background-size: contain;
  background-repeat: no-repeat
}

.jw-svg-icon-settings path {
  display: none
}

.jw-svg-icon-settings {
  background-image: url('../jwplayer/skins/settings.svg');
  background-size: contain;
  background-repeat: no-repeat
}

.jw-svg-icon-quality-100 path {
  display: none
}

.jw-svg-icon-quality-100 {
  background-image: url('../jwplayer/skins/quality.svg');
  background-size: contain;
  background-repeat: no-repeat
}

.jw-svg-icon-playback-rate path {
  display: none
}

.jw-svg-icon-playback-rate {
  background-image: url('../jwplayer/skins/loader.svg');
  background-size: contain;
  background-repeat: no-repeat
}

.jwplayer.jw-skin-javhd .jw-icon-settings:after {
  top: 10px;
  right: 5px;
  height: 9px;
  width: 13px;
  background-color: #f00;
  border-radius: 1px;
  line-height: normal;
  box-shadow: none;
  opacity: unset;
  bottom: auto;
  left: auto
}

.jwplayer.jw-skin-javhd .jw-slider-horizontal .jw-slider-container {
  height: 1px
}

.jwplayer.jw-skin-javhd .jw-icon-inline, .jwplayer.jw-skin-javhd .jw-icon-tooltip {
  height: 36px
}

.jwplayer.jw-skin-javhd .jw-settings-menu {
  background-color: rgba(0, 0, 0, 0.5)
}

.jwplayer.jw-skin-javhd .jw-settings-item-active {
  max-width: 100px;
  border: 1px solid hsla(0, 0%, 100%, .5)
}

.jwplayer.jw-skin-javhd .jw-controlbar .jw-overlay {
  bottom: 50%
}

.jwplayer.jw-skin-javhd .jw-slider-vertical .jw-rail, .jwplayer.jw-skin-javhd .jw-slider-vertical .jw-buffer, .jwplayer.jw-skin-javhd.jw-slider-vertical .jw-progress {
  width: 2px
}

.jwplayer.jw-skin-javhd .jw-svg-icon {
  height: 18px;
  width: 18px
}

.jwplayer.jw-skin-javhd .jw-svg-icon.jw-svg-icon-cc-on, .jwplayer.jw-skin-javhd .jw-svg-icon.jw-svg-icon-cc-off {
  height: 24px;
  width: 24px
}

.jwplayer.jw-skin-javhd .jw-text-track-cue {
  background-color: transparent
}

.jwplayer.jw-skin-javhd .jw-button-container {
  padding: 0
}

.jw-text-elapsed, .jw-text-duration {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased
}

.jw-icon-settings:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTAwJSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTMgOSIgd2lkdGg9IjEwMCUiPjxwYXRoIGQ9Ik01LDcgTDYsNyBMNiw4IEw1LDggTDUsNyBaIE0xMCwzIEwxMCw0IEw4LDQgTDgsMyBMMTAsMyBaIE0zLDYgTDMsNSBMNSw1IEw1LDYgTDMsNiBaIE0yLDcgTDMsNyBMMyw4IEwyLDggTDIsNyBaIE03LDcgTDEwLDcgTDEwLDggTDcsOCBMNyw3IFogTTEwLDYgTDExLDYgTDExLDcgTDEwLDcgTDEwLDYgWiIgZmlsbD0iIzAwMCIgZmlsbC1vcGFjaXR5PSIwLjY0NzEiIGZpbGwtcnVsZT0iZXZlbm9kZCIgLz48cGF0aCBkPSJNNSw3IEw1LDYgTDUsNSBMMyw1IEwzLDYgTDMsNyBMMiw3IEwyLDIgTDMsMiBMMyw0IEw1LDQgTDUsMiBMNiwyIEw2LDcgTDUsNyBaIE0xMSw2IEwxMCw2IEwxMCw3IEw3LDcgTDcsMiBMMTAsMiBMMTAsMyBMMTEsMyBMMTEsNiBaIE0xMCw0IEwxMCwzIEw4LDMgTDgsNCBMOCw2IEwxMCw2IEwxMCw0IFoiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgLz48L3N2Zz4=)
}

div#video-entry {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
}
.navigation ul li {
    position: relative;
    display: inline-block;
}
.navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.check_code_form {
    margin: 3px 0;
    display: block;
    border-radius: 5px;
    width: 100%;
    position: relative;
    max-width: 100%;
    padding: 6px 0;
}

input#code {
    height: auto;
    font-size: 16px;
    line-height: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px 0 0 3px;
    -webkit-appearance: none;
    width: 78%;
    position: relative;
    padding: 10px 20px;
    font-weight: bold;
    color: #171717;
}

form {
    width: 100%;
    position: relative;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
input#update_button {
    padding: 0;
    margin: 0;
    border: 1px solid transparent;
    width: 22%;
    background-color: #56638a;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    outline: 0;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: bold;
    height: 42px;
    border-radius: 0 3px 3px 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
a#get_button {
    padding: 0;
    margin: 0;
    border: 1px solid transparent;
    width: 50%;
    background-color: #3298d2;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    outline: 0;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: bold;
    height: 42px;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
input#update_button:hover, a#get_button:hover {
    background-color: #242277;
    cursor: pointer;
    transition: ease all .3s;
}
.get_code{
  margin: 30px 0;
}
#video iframe {
    display: block;
    width: 100%;
    height: 400px;
}
.image-check {
    text-align: center;
    margin: 30px auto;
    display: block;
}
h2.video-hd {
    overflow: hidden;
    white-space: nowrap;
    background-color: #171717;
    padding: 0;
    margin: 20px 0;
    color: #dacb46;
    font-family: "Open Sans", "segoe ui", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 300;
}
#gai-image {
    display: block;
    position: relative;
    width: 40%;
    margin-right: 2%;
}

#gai-entry {
    display: flex;
}

.gai-info {
    display: block;
    position: relative;
    width: 58%;
}

#gai-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}

.gai-info p {
  border-bottom: 2px solid #121212;
  margin: 0 10px;
  font-family: "Open Sans", "segoe ui", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  padding: 0 3px;
  font-weight: 300;
  color: #dacb46;
}


.hotline-phone-ring-wrap {
  position: relative;
}
  .hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
  }
  .hotline-phone-ring-circle {
  width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e60808;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
  }
  .hotline-phone-ring-circle-fill {
  width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  }
  .hotline-phone-ring-img-circle {
  background-color: #e60808;
  width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .hotline-phone-ring-img-circle .pps-btn-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  }
  .hotline-phone-ring-img-circle .pps-btn-img img {
  width: 20px;
  height: 20px;
  }
  .hotline-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 280px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
  }
  .hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
  }
  .hotline-bar > a:hover,
  .hotline-bar > a:active {
  color: #fff;
  }
  @-webkit-keyframes phonering-alo-circle-anim {
  0% {
  -webkit-transform: rotate(0) scale(0.5) skew(1deg);
  -webkit-opacity: 0.1;
  }
  30% {
  -webkit-transform: rotate(0) scale(0.7) skew(1deg);
  -webkit-opacity: 0.5;
  }
  100% {
  -webkit-transform: rotate(0) scale(1) skew(1deg);
  -webkit-opacity: 0.1;
  }
  }
  @-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
  -webkit-transform: rotate(0) scale(0.7) skew(1deg);
  opacity: 0.6;
  }
  50% {
  -webkit-transform: rotate(0) scale(1) skew(1deg);
  opacity: 0.6;
  }
  100% {
  -webkit-transform: rotate(0) scale(0.7) skew(1deg);
  opacity: 0.6;
  }
  }
  @-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
  -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
  -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
  -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
  -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
  -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
  -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
  -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  }
  }



.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 21px;
    font-size: 16px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #1b1f24;
}
.attr_col1 {
    width: 20%;
    text-align: right;
    vertical-align: middle!important;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    white-space: normal;
}
.table>tbody>tr>td {
    vertical-align: middle;
}
.table-hover > tbody > tr:hover {
    background-color: #2d3237;
}
.item-image {
    display: block;
    width: 32%;
    float: left;
    margin-right: 2%;
}

.item-image img {
    max-width: 100%;
}

.item-image-container {
    display: inline-block;
    position: relative;
    width: 100%;
}

.item-image:nth-child(3n) {
    margin-right: 0;
}
.info-gai {
    display: flex;
    align-items: center;
}

.info-gai i {
    font-size: 20px;
    color: #f7de03;
    margin-right: 5px;
}
span#header-icon {
    display: none;
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  #header-search {
    width: 100%;
    margin-left: 0
  }

  body {
    min-width: 640px;
    overflow-x: hidden
  }
}

@media only screen and (max-width: 639px) {
  body {
    min-width: 320px
  }

  #header-search {
    float: none;
    width: 100%;
    margin: 0;
    padding: 15px 0 0;
    overflow: hidden
  }
}

.block-wrapper {
  position: relative;
  height: auto;
  display: block
}

.movie-list-index.home-v2 ul.last-film-box>li>.movie-item .movie-thumbnail .public-film-item-thumb {
  display: block !important;
  width: 100% !important;
  height: 100% !important
}

.ratio-content {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

.public-film-item-thumb {
  display: block;
  width: 205px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

.movie-list-index .list-movie {
  list-style: none;
  margin: 0px;
  padding: 0px
}

.movie-list-index .list-movie .movie-item {
  margin: 10px 20px 10px 0px;
  width: 210px;
  height: 100px;
  float: left
}

.movie-list-index .list-movie .movie-item:hover .movie-thumbnail {
  opacity: 0.8
}

.movie-list-index.home-v2 ul.last-film-box>li:nth-child(3n+3) {
  margin-right: 0px !important
}

.movie-item.m-block {
  display: block
}

.ratio-box {
  position: relative !important;
  height: auto !important
}

.ratio-4_3:before {
  padding-top: 75% !important
}

.ratio-16_9:before {
  padding-top: 56.25% !important
}

.ratio-box:before {
  content: "";
  display: block;
  padding-top: 100%
}

.last-film-box-wrapper {
  background-color: #171717
}

.movie-list-index.home-v2 ul.last-film-box {
  list-style-type: none;
  padding: 10px 10px 0 10px;
  margin: 0;
    width: 100%;
}

.movie-list-index.home-v2 .header-list-index {
  overflow: hidden;
  white-space: nowrap;
  background-color: #171717;
  padding: 0px 10px;
  margin: 0;
  color: #dacb46;
  font-family: "Open Sans", "segoe ui", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 300
}

.movie-list-index.home-v2 ul.last-film-box>li {
  display: inline-block !important;
  margin-right: 0;
  margin-bottom: 27px !important;
    width: 32%;
}

.movie-list-index.home-v2 ul.last-film-box>li>.movie-item {
  width: 100% !important
}

.movie-list-index.home-v2 ul.last-film-box>li>.movie-item .movie-thumbnail {
  width: 100% !important
}

.movie-list-index.home-v2 ul.last-film-box>li>.movie-item .movie-thumbnail .public-film-item-thumb {
  display: block !important;
  width: 100% !important;
  height: 100% !important
}
.view-more {
    text-align: center;
}

.view-more a {
    padding: 5px;
    margin: 0 0 50px 0;
    border: 1px solid transparent;
    width: 30%;
    background-color: #3298d2;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    outline: 0;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: bold;
    height: auto;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#header .wrap .full-menu a {
    font-size: 12px;
    color: #d2d2d2;
}
@media screen and (max-width: 980px) {
	.conainer-submenu {
    display: none;
}
	.item-image img {
    height: 160px;
}
	.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 0px 15px;
}
  .movie-list-index.home-v2 ul.last-film-box>li {
    width: 31.6%
  }
	h1.header-title {
    font-size: 18px;
}
input#code {
    font-size: 15px!important;
    width: 60%!important;
}
	input#update_button{
    width: 30%!important;
    font-size: 14px;
}
 a#get_button {
    width: 70%!important;
	}
	.image-check img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.image-check {
    text-align: center;
    margin: 10px auto;
    display: block;
}
form#check-code #code {
    width: 60%;
}

form#check-code a#get_button {
    width: 70%;
    font-size: 14px;
}
}

@media screen and (max-width: 640px) {
  .movie-list-index.home-v2 ul.last-film-box>li:nth-child(3n+3) {
    margin-right: 4% !important
  }

  .movie-list-index.home-v2 ul.last-film-box>li:nth-child(2n+2) {
    margin-right: 0 !important
  }

  .movie-list-index.home-v2 ul.last-film-box>li {
    width: 47.4%;
    margin-right: 4%
  }
}

.movie-item .movie-meta .movie-title-1 {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px
}

.movie-view, .list-top-movie-item-view {
  font-size: 12px;
  color: #888;
  line-height: normal
}

h2 {
  font-size: 19px
}

.right-box .right-box-header {
  border-bottom: 2px solid #121212;
  margin: 0 10px;
  font-family: "Open Sans", "segoe ui", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  padding: 3px;
  font-weight: 300
}

.right-box .right-box-content {
  border-top: 2px solid #121212;
  float: left;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-size: 11px;
  height: auto;
  width: 100%;
  background-color: #171717
}

.right-box .right-box-content .list-top-movie {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  height: auto
}

.right-box .right-box-content .list-top-movie img {
  border-radius: 3px;
  width: 100px;
  height: 140px
}

.right-box .right-box-content .list-top-movie img:hover {
  opacity: 0.7
}

.right-box .right-box-content .list-top-movie .list-top-movie-item {
  clear: both;
  padding: 10px;
  min-height: 81px;
  height: auto;
  border-bottom: 0px solid #333
}

.right-box .right-box-content .list-top-movie .list-top-movie-item:last-child {
  border-bottom: 0px
}

.right-box .right-box-content .list-top-movie .list-top-movie-item-thumb {
  float: left;
  width: 100px
}

.right-box .right-box-content .list-top-movie .list-top-movie-item-info .list-top-movie-item-vn, .right-box .right-box-content .list-top-movie .list-top-movie-item-info .list-top-movie-item-en, .right-box .right-box-content .list-top-movie .list-top-movie-item-info .list-top-movie-item-view {
  display: block
}

.right-box .right-box-content .list-top-movie .list-top-movie-item-info .list-top-movie-item-vn {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-right: 5px
}

.right-box .right-box-content .list-top-movie .list-top-movie-item-info .list-top-movie-item-en {
  font-size: 12px;
  color: #fff;
  margin-bottom: 10px
}

.right-box .right-box-content .list-top-movie .list-top-movie-item-info .list-top-movie-item-vn:hover {
  color: #dacb46;
  text-decoration: none
}

.top-movie-week, .top-film-week {
  height: auto;
  color: #dacb46;
  background-color: #171717;
  margin-bottom: 20px;
}

.right-box .right-box-content .list-top-movie .list-top-movie-item-thumb {
background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 144px;
    height: 110px;
    margin-right: 15px;
}

@media screen and (max-width: 800px) {
  #sidebar .right-box, #sidebar .right-box .right-box-content {
    width: 100%
  }

  #sidebar .right-box .list-top-movie-item-info {
    position: absolute;
    margin-left: 150px;
    text-align: left
  }

  .right-box .profile-link {
    display: block
  }

  .right-box .profile-link>.profile-image {
    width: 100%
  }
}

@media screen and (max-width: 480px) {
	#gai-entry {
    display: block!important;
}#gai-image {
    display: block!important;
    position: relative!important;
    width: 100%!important;
    margin-right: 0!important;
}.gai-info {
    display: block!important;
    position: relative!important;
    width: 100%!important;
}
  .right-box .list-top-movie-link {
    display: block
  }

  .right-box .list-top-movie-link .list-top-movie-item-info {
    position: static !important;
    float: none !important;
    margin-left: 110px !important;
    padding: 0 !important;
    width: auto !important
  }
}

#sidebar {
  float: right;
  width: 31%
}

#main-content {
  float: left;
  width: 67%;
  background-color: #121212
}

#header {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  position: relative;
  transition: top 0.5s ease-in-out;
  left: 0;
  top: 0;
  width: 100%
}

@media screen and (max-width: 980px) {
  #main-content {
    width: 100%;
    float: none
  }

  #sidebar {
    width: 100%;
    float: none;
    margin: 12px 0
  }
}

.section-title {
  color: #fff;
  width: 100%;
  font-size: 14px
}

.breadcrumbs {
  background: #171717;
  margin: 12px 0;
  padding: 7px 10px;
  font-size: 15px
}

div.navigation {
  position: relative;
  text-align: center;
  margin: 12px 0;
  font-size: 17px
}

div.navigation .prev {
  left: -1px
}

div.navigation .next {
  right: -1px
}

div.navigation .prev, div.navigation .next {
  position: absolute
}

div.navigation a {
  padding: 2px 12px;
  color: #888;
  display: inline-block;
  border-radius: 2px;
  background-color: #2e2e2e;
margin: 0 2px;
}

.div.navigation a:hover {
  background-color: #555;
  color: #fff
}
.navigation ul li.active a {
    color: #fff;
    background-color: #171717;
    margin: 0 2px;
}
.header-play {
  margin: 0;
  margin-bottom: 10px;
  background-color: #171717;
  padding: 0px 10px 10px 10px
}
.full-menu .menu ul li:not(:last-child) a{
  border-right: 1px solid #f8efea;
}
.header-title {
  margin: 0px;
  margin-bottom: 10px;
  padding: 5px 0;
  font-weight: 500;
  font-size: 22px;
  border-bottom: 2px solid #121212;
  line-height: 30px
}

.f-nav {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%
}

#header .wrap {
  padding: 7px 0 6px 0;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.wrap {
  width: 950px;
  margin: 0 auto
}

.clear:before, .clear:after, .cf:before, .cf:after {
  content: "";
  display: table
}

Pseudo::after element .clear:before, .clear:after, .cf:before, .cf:after {
  content: "";
  display: table
}

.clear:after, .cf:after {
  clear: both
}

#branding {
  margin-left: 5px;
  float: left
}

.container, .wrap {
  margin: 0 auto;
  max-width: 100% !important;
  width: 1050px !important
}

.cf {
  zoom: 1
}

#site-title {
  font-weight: bold;
  font-size: 25px;
  line-height: 24px;
  margin: 0;
  font-family: "Open Sans", sans-serif
}

#site-title a {
  color: #fff;
  text-decoration: none
}

.header-logo {
  font-weight: 700;
  padding: 0 25px;
  float: left
}

.menu {
  float: right
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  width: auto
}

.menu li {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding-top: 7px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 13px;
  font-weight: bold;
  overflow: hidden
}

.menu-search {
  float: left;
  width: 37%;
  margin-left: 50px
}

.menu a {
  padding: 0 10px
}

.menu a:hover {
  color: #c5cae9
}

.searchform {
  position: relative;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0
}

.search-text-div {
  margin: 0 50px 0 0
}

.search-submit-div.btn {
  border-left: 1px solid #D7D7D7;
  width: 50px;
  height: 27px;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  padding: 0
}

input.search-text {
  width: 100%
}

input.search-submit {
  background: url(http://javhd.pro/skin/images/s1.png) no-repeat 16px 5px !important;
  width: 50px;
  padding: 0;
  border: 0;
  height: 27px;
  overflow: hidden;
  line-height: 999em;
  display: block;
  color: transparent
}

input, textarea, select, button, .btn {
  display: inline-block;
  padding: 4px;
  margin: 0;
  outline: none;
  background-color: #FFF;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

label, input, textarea, select, button, .btn {
  font: 13px sans-serif;
  line-height: 19px
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
}
footer.wrap {
    margin-top: 20px;
}.footer-top {
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #353535;
}
.footer-inner{
    padding: 10px;
    background-color: #171717;
}
footer .row {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    display: block;
}

footer .row .col-12 {
    width: 100%;
}
.footer-col ul {
    margin: 0;
    padding-left: 20px;
}
.copyright {
    margin-top: 30px;
}
@media (min-width: 768px){
	footer .row {
    display: -ms-flexbox;
    display: flex;
}
    footer .row .col-lg-3 {
    width: 25%;
}
}

@media only screen and (max-width: 980px) {
  #header .wrap {
    padding: 0;
    height: 55px;
	  display: block;
  }
img.custom-logo {
    width: 110px;
    height: auto;
}
	#main {
    padding-top: 60px;
}
	.banner {
    position: relative;
    max-width: 100%;
    display: inline-block;
    padding: 5px 0 0 0;
}

.banner img {
    position: relative;
    max-width: 100%;
}
  #branding {
    margin: 0px;
    float: none;
    height: 0px
  }

  #site-title {
    padding: 8px;
    text-align: center
  }

  .header {
    height: 24px
  }

  .site-container {
    overflow: hidden
  }

  .title {
    margin-left: -40px
  }

  .site-content {
    position: absolute;
    top: 44px;
    right: 0;
    left: 0;
    bottom: 0;
    padding-top: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
  }

  .header {
    position: static
  }

  .header-icon {
    float: left;
    width: 125px;
    height: 47px;
    cursor: pointer;
    font-size: 12px;
    display: flex!important;
    justify-content: flex-end;
    align-items: center;
  }

  .header-icon:after {
    content: '';
    position: absolute;
    display: block;
    width: 1rem;
    height: 0;
    top: 9px;
    left: 10px;
    box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff
  }

  .with-sidebar .header-icon:after {
    font-family: 'Material Icons';
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga"1;
    color: #fff;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    content: 'close';
    position: absolute;
    left: 5px;
    display: block;
    width: 1rem;
    height: 0;
    top: 4px;
    box-shadow: none
  }

  .menu {
    position: fixed;
    left: 0;
    top: 46px;
    bottom: 50%;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    width: 100%;
    height: 0%
  }

  .with-sidebar .menu {
    position: fixed;
    left: 0;
    bottom: 50%;
    height: 100%;
    background-color: #000;
    width: 100%;
    height: 100%
  }

  .menu ul {
    height: 0%;
    overflow: hidden
  }

  .menu li {
    display: block;
    font-size: 19px;
    height: 40px;
    text-align: left;
    line-height: 27px;
    font-weight: normal;
    margin: 5px 27px;
    border-bottom: 1px solid #333
  }

  .with-sidebar .menu ul {
    height: 100%;
    -webkit-transition-delay: 400ms, 400ms;
    transition-delay: 400ms, 400ms
  }

  .with-sidebar, .search-sidebar {
    position: relative;
    overflow: hidden
  }

  .searchform-div {
    padding: 10px;
    margin: 0 30px;
    border-bottom: 1px solid #fff
  }

  .search-sidebar .menu-search {
    z-index: -1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 150%;
    background-color: #000;
    margin: 0px;
    display: block
  }

  .menu-search {
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    height: 0%;
    width: 100%;
    overflow: hidden;
    top: 40px;
    margin-left: 0;
    font-size: 19px
  }

  .search-icon {
    font-family: 'Material Icons';
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga"1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    display: block;
    float: right;
    width: 50px;
    height: 40px;
    font-size: 24px;
    cursor: pointer
  }

  .search-icon:after {
    content: 'search';
    color: #fff;
    position: absolute;
    right: 12px;
    display: block;
    width: 1rem;
    height: 0;
    top: 4px
  }

  .search-sidebar .search-icon:after {
    content: 'close';
    color: #fff;
    position: absolute;
    right: 12px;
    display: block;
    width: 1rem;
    height: 0;
    top: 4px
  }

  .with-sidebar .search-icon:after {
    display: none
  }

  .search-sidebar .header-icon:after {
    display: none
  }

  input, textarea, select, button, .btn {
    display: inline-block;
    padding: 4px;
    margin: 0;
    outline: none;
    color: #fff;
    font-size: 17px;
    background-color: #000;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    border-radius: 3px
  }

  input.search-submit {
    background: url(http://javhd.pro/skin/images/image_small.svg) no-repeat 20px -10px !important;
    background-position: center center;
    background-size: cover;
    height: 29px
  }

  .search-submit-div.btn {
    border-left: 1px solid #fff;
    height: 29px
  }
	
}
