html {
  position: relative;
  background-color: #1f232c;
}
body {
  background-color: #1f232c;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding: 0;
  margin: 0;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
a {
  color: #fff;
  text-decoration: none !important;
  outline: 0;
}
a:hover {
  color: #f04f24;
}
.btn,
button {
  border: none !important;
  font-size: 14px;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 0;
  font-weight: 600;
  padding: 1rem 1.3rem;
}
.btn {
  border-radius: 0.5rem;
  line-height: 1;
}
.btn:hover {
  opacity: 0.95;
}
.btn-xs {
  font-size: 11px;
  padding: 0.5rem 0.8rem;
  border-radius: 0.3rem;
}
.btn-sm {
  font-size: 13px;
  padding: 0.8rem 1.1rem;
  border-radius: 0.4rem;
}
.btn-lg {
  font-size: 18px;
  padding: 1.1rem 1.4rem;
  border-radius: 0.5rem;
}
.btn-blank {
  background: 0 0 !important;
  color: #fff !important;
}
.btn-primary {
  background: #f04f24 !important;
  color: #fff !important;
}
.btn-light {
  color: #fff !important;
  background-color: #323744 !important;
}
.btn-showmore {
  border: 1px solid #ddd !important;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.075) !important;
}
.btn-onair {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.75rem 1rem;
  background-color: #255164;
  border-radius: 0.5rem;
  color: #fff !important;
  text-align: center;
}
.btn-onair:hover {
  color: #fff !important;
  background-color: #414757 !important;
}
.btn-onair.active {
  background-color: #f04f24 !important;
  color: #fff !important;
}
.btn-radius {
  border-radius: 30px;
}
.fa-small {
  font-size: 0.8em;
}
.highlight {
  color: #f04f24;
}
.border-top-primary {
  border-top: 1px solid #3e4451;
}
.border-bottom-primary {
  border-bottom: 1px solid #3e4451;
}
.btn,
.dropdown-item,
button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.height-safe {
  min-height: calc(100vh - 400px);
}
#slider .is-item .item-content,
.button-play,
.movie-thumbnail .pos-center,
.movie-thumbnail img,
.section-collects > .item,
[id$="__header"] {
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
}
.xscroll {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.xscroll::-webkit-scrollbar {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.4;
}
b,
strong {
  font-weight: 600;
}
.heading-l {
  font-size: 2.5em;
  margin-bottom: 0.5rem;
}
.heading-m {
  font-size: 2em;
  margin-bottom: 0.5rem;
}
.heading-s {
  font-size: 1.5em;
  margin-bottom: 0.5rem;
}
.movie-thumbnail {
  position: relative;
  width: 100%;
  padding-bottom: 148%;
  overflow: hidden;
  display: block;
}
.movie-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.space-default {
  padding: 4rem 0;
}
.is-gut {
  flex-grow: 1;
}
.margin-default {
  margin-bottom: 5rem;
}
.w-border {
  border-bottom: 1px solid #eee;
}
.space-padding-lv1 {
  padding: 3rem 0 4rem;
  background-color: rgba(0, 0, 0, 0.2);
}
.item .movie-name,
.text-cut {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-title {
  font-weight: 600;
}
.dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #aaa;
  display: inline-block;
}
.info-split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.85em;
}
.info-split > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  line-height: 20px;
}
.info-split > div + div {
  margin-left: 0.3rem;
}
.info-split .dr-gut {
  flex-grow: 1;
}
.info-split .badge-type {
  padding: 0 4px;
  font-size: 10px;
  line-height: 14px;
  border: 1px solid #888;
  border-radius: 0.2rem;
}
.info-split i {
  font-size: 10px;
}
.info-split .is-rated i {
  color: #ddd;
}
.container {
  max-width: 1440px;
  width: 100%;
  padding: 0 20px;
}
[id$="__root"] {
  padding-top: 60px;
  width: 100%;
  overflow-y: hidden;
}
[id$="__header"] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 19;
  background-color: #111317;
  color: #fff;
  height: 60px;
}
[id$="__header"].hide {
  top: -100%;
}
[id$="__header"] .container {
  max-width: 1520px;
  padding: 0;
}
[id$="__header"] .header-components {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
[id$="__header"] .header-components > div {
  flex-shrink: 0;
}
[id$="__header"] .btn-blank {
  font-size: 1.1em;
  font-weight: 400;
  color: #fff !important;
}
[id$="__logo"] {
  display: block;
  flex-shrink: 0;
  margin-right: 2rem;
  height: 60px;
  padding: 10px 30px;
  background: #323744;
}
[id$="__logo"] img {
  height: 40px;
  width: auto;
}
[id$="__logo"] h1 {
  font-size: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
#mobile-menu {
  display: none;
}
#top-menu {
  flex-grow: 1;
}
#top-menu .top-menu-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
#top-menu .top-menu-nav > li {
  position: relative;
}
#top-menu .top-menu-nav > li + li {
  margin-left: 2rem;
}
#top-menu .top-menu-nav > li > a {
  display: block;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 60px;
  padding: 0 10px;
  color: #fff;
}
#top-menu .top-menu-nav > li > a.a-sub {
  cursor: pointer;
}
#top-menu .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: -2rem;
}
#top-menu .submenu > ul {
  list-style: none;
  margin: 0;
  background-color: #111317;
  padding: 2rem;
  border-radius: 0;
}
#top-menu .submenu > ul.is-extend {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 400px;
}
#top-menu .submenu > ul.is-extend li {
  width: 33.33%;
  flex-shrink: 0;
}
#top-menu .submenu > ul.is-extend li a {
  display: block;
  font-weight: 400;
  padding: 0.3rem 0.6rem;
  font-size: 0.9em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#top-menu .submenu > ul.is-extend li a:hover {
  color: #f04f24;
}
#top-account {
  margin-left: 1rem;
  position: relative;
}
#top-account .account-logged .btn span {
  max-width: 100px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#top-search {
  margin-left: 2rem;
}
[id$="__main"] {
  max-width: 1520px;
  min-height: calc(100vh - 400px);
  background-color: #282c37;
  margin: 0 auto;
}
.section-row {
  width: 100%;
  position: relative;
}
.section-space {
  padding: 1.5rem 0;
}
.section-padding {
  padding: 3rem 0;
}
.section-padding-bottom {
  padding-bottom: 3rem;
}
.section-padding-top {
  padding-top: 3rem;
}
.section-header {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section-header .is-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-header > div + div {
  margin-left: 2rem;
}
.section-header .section-name {
  font-size: 2em;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 0;
}
.section-items {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -10px;
  margin-bottom: 0;
  overflow: hidden;
}
.section-items > .item {
  flex-shrink: 0;
  width: calc(12.5% - 20px);
  background-color: #1f232c;
  margin: 10px;
  position: relative;
  overflow: hidden;
  font-size: 0.9em;
  border-radius: 0.5rem;
}
.section-items > .item .movie-thumbnail:hover img {
  filter: brightness(50%);
}
.section-items > .item .movie-thumbnail .pos-number {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  line-height: 1;
  font-size: 3em;
  font-weight: 700;
  color: #fff;
  z-index: 3;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.section-items > .item .movie-info {
  position: relative;
  padding: 0.5rem;
}
.section-items > .item .movie-info .desc {
  display: none;
}
.section-items > .item .movie-name {
  font-size: 0.95em;
  font-weight: 600;
  margin-bottom: 0;
  -webkit-line-clamp: 1;
}
.section-items > .item .info-split {
  margin-top: 0.25rem;
}
.section-items > .item.item-more {
  display: none;
  box-shadow: none !important;
  background-color: transparent;
}
.section-items > .item.item-more .more-link {
  text-align: center;
  width: 100%;
  padding-bottom: 148%;
  position: relative;
  height: 0;
  color: #fff;
  background-color: #181b22;
  border-radius: 0.5rem;
}
.section-items > .item.item-more .more-link .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-items > .item.item-more .more-link i {
  display: block;
  font-size: 2em;
  line-height: 1;
  margin-bottom: 1rem;
}
.pos-center {
  position: absolute;
  z-index: 2;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.pos-center > div {
  flex-shrink: 0;
}
.pos-center > div + div {
  margin-left: 0.5rem;
}
.pos-center > div > a {
  line-height: 46px;
  width: 46px;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
  color: #111 !important;
  border-radius: 50%;
  font-size: 14px;
  display: block;
}
.pos-center > div.is-watch > a {
  background-color: #f04f24;
  color: #fff !important;
}
.pos-center > div.is-watch > a i {
  margin-left: 2px;
}
.pos-center > div.is-fav.active > a i:before {
  content: "\f00c";
}
.section-items > .item .movie-thumbnail:hover .pos-center {
  opacity: 1;
  top: 50%;
}
@media screen and (min-width: 1300px) {
  .section-items.w-highlight {
    padding-left: 300px;
  }
  .section-items.w-highlight > .item {
    width: calc(16.66% - 20px);
  }
  .section-items.w-highlight > .item.is-featured {
    position: absolute;
    left: 0;
    top: 0;
    width: 280px;
    bottom: 0;
  }
  .section-items.w-highlight > .item.is-featured .movie-info {
    padding: 1rem;
    z-index: 3;
  }
  .section-items.w-highlight > .item.is-featured .movie-name {
    -webkit-line-clamp: 2;
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.3;
  }
  .section-items.w-highlight > .item.is-featured .desc {
    display: -webkit-box !important;
    color: #888;
    line-height: 1.4;
    font-size: 1em;
    margin-top: 0.5rem;
    font-weight: 400;
    -webkit-line-clamp: 5;
  }
  .section-items.w-highlight > .item.is-featured .info-split {
    height: auto;
    margin-top: 0.5rem;
    visibility: visible;
  }
  .section-items.w-highlight > .item.item-more {
    display: flex !important;
  }
}
.section-pick {
  position: relative;
}
.pick-container {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  background-color: #323744;
}
.pick-container .is-body {
  position: relative;
}
.pick-slide-wrap {
  position: absolute;
  left: 30%;
  top: 0;
  bottom: 0;
  right: 0;
}
#slider {
  background: #323744;
}
#slider .is-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#slider .is-item .item-content {
  padding: 0.7rem;
  height: 73px;
  background-color: #fff;
  color: #111;
  position: absolute;
  bottom: -20px;
  right: 56px;
  z-index: 3;
  opacity: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#slider .swiper-slide-active .is-item .item-content {
  opacity: 1;
  bottom: 20px;
}
#slider .is-item .item-content .movie-name {
  display: block;
  color: #111;
  font-size: 1.1em;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 0.3rem;
  width: 160px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}
#slider .is-item .item-content .movie-thumbnail {
  padding-bottom: 50px;
  width: 50px;
  flex-shrink: 0;
  margin-right: 0.75rem;
}
#slider .is-item .item-poster {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
#slider .is-item .item-poster:after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  bottom: 0;
  background: #000;
  background: linear-gradient(90deg, #323744 0, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
#slider .is-item .item-poster img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: blur(0px);
}
#slider .is-item .info-split > div + div {
  margin-left: 0.5rem;
}
#slider .is-item .info-split {
  justify-content: space-between;
}
#slider .is-item .info-split .is-rated i {
  color: #f04f24;
}
.x-center {
  width: 580px;
  min-height: 460px;
  padding: 2rem 0;
  padding-right: 60px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 9;
}
.x-center .site-title {
  font-size: 2.2em;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 2rem;
}
.x-center .site-title span {
  color: #f04f24;
  font-weight: 600;
}
#search-center {
  margin-bottom: 1.5rem;
  cursor: pointer;
}
#search-center .search-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#search-center .search-content .search-input {
  height: 50px;
  padding: 0.3rem 1.4rem;
  border-radius: 0;
  border: none !important;
  box-shadow: none !important;
  margin-right: 2px;
  font-size: 1.2em;
}
#search-center .search-content .btn-submit {
  flex-shrink: 0;
  line-height: 50px;
  width: 80px;
  border-radius: 0;
  text-align: center;
  color: #fff;
  background-color: #f04f24;
  font-size: 1.2em;
}
.x-c-bottom .d-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.x-c-bottom .d-list a {
  display: block;
  font-size: 12px;
  white-space: nowrap;
  line-height: 28px;
  flex-shrink: 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.x-c-bottom .d-list a + a {
  margin-left: 1rem;
}
.x-c-bottom .d-list a.btn-circle {
  padding: 0;
  width: 28px;
  border: none;
  border-radius: 50%;
  background-color: #f04f24;
  color: #fff;
  text-align: center;
  display: block;
  transform: rotate(45deg);
}
.x-c-share {
  margin-top: 2rem;
}
.x-c-share .text {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.x-c-share .text span {
  font-size: 1.4em;
  flex-shrink: 0;
  margin-right: 0.5rem;
}
.share-wrap {
  height: 31px;
}
.section-chart {
  background-color: #181b22;
}
.section-chart .section-items > .item .movie-info {
  padding: 0.5rem;
}
.tab-list {
  display: flex;
  align-items: center;
}
.tab-list > .nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.tab-list > .nav .nav-item .nav-link {
  color: #fff;
  padding: 0.5rem 0;
  line-height: 1;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  display: flex;
  white-space: nowrap;
  align-items: center;
}
.tab-list > .nav .nav-item {
  margin-right: 1.5rem;
}
.tab-list > .nav .nav-item:last-of-type {
  margin-right: 0;
}
.tab-list > .nav .nav-item .nav-link.active,
.tab-list > .nav .nav-item .nav-link:hover {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.tab-list div + div {
  margin-left: 1.5rem;
}
.tab-list div a {
  padding: 0.3rem 0;
  line-height: 1;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  display: flex;
  align-items: center;
}
.tab-list div.active a {
  border-bottom-color: rgba(0, 0, 0, 0.7);
}
.section-about .section-area {
  border-left: 2px solid #f04f24;
  padding-left: 1.5rem;
  font-size: 0.9em;
}
.showcase-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.showcase-block > div {
  max-width: 728px;
  width: 100%;
  margin: 0 auto;
}
.showcase-block > div + div {
  margin-left: 20px;
}
.showcase-block > div > a {
  width: 100%;
  padding-bottom: 12.3626%;
  position: relative;
  display: block;
}
.showcase-block > div > a img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-collection {
  background-color: #181b22;
}
.section-collection + .section-chart {
  padding-top: 1.5rem;
}
.section-collects {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  margin: -20px -20px 0;
}
.section-collects > .item {
  width: calc(20% - 10px);
  margin-right: 10px;
  flex-shrink: 0;
  border-radius: 1rem;
  position: relative;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.section-collects > .item:hover {
  transform: scale(1.05);
}
.section-collects > .item:last-of-type {
  margin-right: 0;
}
.section-collects > .item:first-child {
  background-image: linear-gradient(-135deg, #feb692 10%, #ea5455 100%);
}
.section-collects > .item:nth-child(2) {
  background-image: linear-gradient(-135deg, #ce9ffc 10%, #7367f0 100%);
}
.section-collects > .item:nth-child(3) {
  background-image: linear-gradient(-135deg, #79f1a4 10%, #0e5cad 100%);
}
.section-collects > .item:nth-child(4) {
  background-image: linear-gradient(-135deg, #fccf31 10%, #f55555 100%);
}
.section-collects > .item:nth-child(5) {
  background-image: linear-gradient(-135deg, #97abff 10%, #123597 100%);
}
.section-collects > .item .item-icon {
  position: absolute;
  right: 0.5rem;
  bottom: 0;
  width: 90px;
  height: 90px;
}
.section-collects > .item .item-icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-collects > .item .item-content {
  position: relative;
  z-index: 2;
  display: block;
  padding: 1rem 1.2rem;
  text-align: left;
  font-weight: 400;
  font-size: 1.1em;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.section-collects > .item .item-content .text-big {
  font-size: 1.2em;
  line-height: 1;
  margin-bottom: 2px;
  font-weight: 700;
}
#cinema-overlay,
#site-overlay {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.95);
  display: none;
}
#cinema-overlay {
  background-color: rgba(0, 0, 0, 0.99);
}
.close-overlay {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 36px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  color: #111;
  font-size: 16px;
  cursor: pointer;
  z-index: 1000;
}
.close-overlay i {
  line-height: 36px;
}
body.body-fixed {
  height: 100vh;
  overflow: hidden;
}
#search-body {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
}
#search-body .search-body-wrap {
  display: block;
  color: #fff;
  padding: 1rem 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
}
#search-body .search-body-wrap .b-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#block-input {
  margin-bottom: 2rem;
}
#block-input .search-content {
  position: relative;
}
#block-input .search-input {
  background-color: transparent !important;
  border: none;
  border-bottom: 2px solid #888 !important;
  color: #fff !important;
  height: 70px;
  font-size: 1.8em;
  border-radius: 0;
  padding: 0.5rem 0;
  padding-left: 50px;
  box-shadow: none !important;
}
#block-input .search-input::placeholder {
  color: #fff;
}
#block-input .search-input:focus {
  border-color: #fff !important;
}
#block-input .is-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  text-align: left;
}
#block-input .is-icon i {
  line-height: 70px;
  font-size: 24px;
  color: #fff;
}
#block-result .result-text {
  font-weight: 600;
  font-size: 2em;
  margin-bottom: 2rem;
}
.section-search.section-items > .item {
  width: calc(16.66% - 20px);
  background-color: transparent;
  box-shadow: none !important;
  border-radius: 0;
}
.section-search.section-items > .item .movie-name {
  color: #fff;
}
.section-search.section-items > .item .movie-info {
  padding: 0.5rem 0;
}
.section-search.section-items > .item.item-more {
  display: flex;
  background: 0 0;
}
.section-search.section-items > .item.item-more .more-link {
  background-color: #111;
  color: #f04f24;
}
.section-crumb {
  max-width: none;
  background-color: #323744;
}
.section-crumb .container {
  padding: 0 2rem;
  max-width: 1520px;
}
.section-crumb .breadcrumb {
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
  padding: 1rem 0;
  color: #fff;
}
.section-crumb .breadcrumb a {
  color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "•";
  color: #fff;
}
.breadcrumb-item.active {
  color: #fff;
}
.section-pagination .page-item + .page-item {
  margin-left: 0.5rem;
}
.section-pagination .page-item .page-link {
  border-radius: 0.5rem !important;
  background-color: #323744;
  color: #fff;
  margin: 0;
  border: none !important;
  font-weight: 600;
  font-size: 1em;
  line-height: 1;
  padding: 0.8rem 1rem;
  box-shadow: none !important;
}
.section-pagination .page-item.active .page-link {
  background-color: #f04f24 !important;
  color: #fff !important;
}
.body-login {
  position: relative;
  background-color: #323744;
}
.body-login:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background-color: #252933;
}
.section-login {
  display: flex;
  align-items: center;
}
.section-login .is-board {
  width: 100%;
  max-width: 520px;
  background-color: #111317;
  border-radius: 0;
  margin: 2rem auto;
  position: relative;
  z-index: 2;
  border-bottom: 10px solid #f04f24;
}
.section-login .is-board > .board-content {
  position: relative;
  padding: 4rem;
  min-height: 300px;
}
.section-login .is-board > .board-content .heading-l {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.form-primary {
  position: relative;
}
.form-primary .form-control {
  font-size: 1em;
  padding: 0.3rem 1rem;
  height: 46px;
  border: none !important;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: none !important;
  color: #111;
}
.form-primary .form-control:focus {
  border-color: #f04f24 !important;
}
.form-space {
  padding: 0.7rem 0;
}
.secondary-group div + div {
  margin-top: 0.5rem;
}
.contact-social-icons {
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.contact-social-icons div {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.contact-social-icons div a {
  padding: 0.6rem 0.8rem;
  display: flex;
  align-items: center;
  background-color: #eee;
  border-radius: 0.5rem;
  line-height: 1;
  color: #111;
  min-width: 100px;
  justify-content: center;
}
.contact-social-icons div a:hover {
  background-color: #f04f24;
}
.contact-social-icons div a i {
  margin-right: 0.5rem;
  font-size: 12px;
  width: 12px;
  text-align: center;
}
.section-contact .section-area {
  max-width: 500px;
}
.is-filter {
  margin-bottom: 2rem;
}
.category-filter {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.category-filter .filter-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
.category-filter .filter-flex > .item {
  width: 100%;
  flex-shrink: 1;
  margin-right: 0.5rem;
  min-width: 120px;
}
.category-filter .filter-flex > .item .item-inner {
  background-color: #1f232c;
  color: #fff;
  width: 100%;
  padding: 0.5rem 0.8rem;
  border-radius: 0.5rem;
  cursor: pointer;
  position: relative;
}
.category-filter .filter-flex > .item .subtext {
  font-size: 0.8em;
  font-weight: 600;
}
.category-filter .filter-flex > .item .display {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category-filter .filter-button .btn-primary {
  padding: 0 2rem;
  height: 100%;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.1em;
}
.category-filter .filter-button .btn-primary i {
  font-size: 12px;
}
.filter-dropdown {
  max-height: 460px;
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-dropdown .dropdown-item > div.choice {
  display: flex;
  align-items: center;
}
.filter-dropdown .dropdown-item > div.choice > div {
  flex-shrink: 0;
}
.filter-dropdown .dropdown-item > div.choice > .box-c {
  width: 16px;
  height: 16px;
  border-radius: 0.3rem;
  border: 1px solid #ccc;
  background-color: #fff;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.filter-dropdown .dropdown-item > div.choice > .box-c i {
  font-size: 9px;
  display: none;
}
.filter-dropdown .dropdown-item > div.choice.active > .box-c {
  background-color: #323744;
  border-color: #323744;
}
.filter-dropdown .dropdown-item > div.choice.active > .box-c i {
  display: block;
  color: #fff;
}
.filter-dual {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 300px;
}
.filter-dual > .dropdown-item {
  width: 49%;
  flex-shrink: 0;
}
.toggle-filter {
  display: none;
  margin: 0 !important;
}
.dropdown-primary {
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.7);
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  padding: 0.5rem;
}
.dropdown-primary .dropdown-item {
  padding: 0.5rem 0.6rem;
  font-size: 13px;
  border-radius: 0.5rem;
  background-color: #fff !important;
  color: #111 !important;
  cursor: pointer;
}
.dropdown-primary .dropdown-item i {
  width: 20px;
  font-size: 0.9em;
}
.dropdown-primary .dropdown-item:hover {
  background-color: #eee !important;
}
.dropdown-primary .dropdown-item.active {
  background-color: #323744 !important;
  color: #fff !important;
}
.dropdown-primary .dropdown-text {
  padding: 1rem;
  font-size: 13px;
}
.dropdown-text {
  max-width: 90%;
}
#watch-block {
  position: relative;
  background-color: transparent;
}
.xcontainer {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  background-color: #181b22;
  position: relative;
}
.section-watch {
  position: relative;
  padding: 0;
  color: #fff;
}
.section-watch .container {
  max-width: none;
  padding: 0;
}
.section-watch a {
  color: #aaa;
}
.section-watch a:hover {
  color: #f04f24;
}
.section-watch .section-area {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.section-watch .section-area > div {
  flex-shrink: 0;
  position: relative;
}
.section-watch .section-area > div.movie-detail {
  width: 380px;
  padding: 2rem;
  font-size: 0.9em;
}
.section-watch .section-area > div.movie-detail .is-poster {
  width: 160px;
}
.section-watch .section-area > div.movie-detail > div {
  margin-bottom: 1.5rem;
}
.section-watch .section-area > div.movie-detail .movie-name {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}
.section-watch .section-area > div.movie-detail .is-description .text-cut {
  -webkit-line-clamp: 3;
  margin-bottom: 1rem;
}
.section-watch .section-area > div.movie-detail .is-description .read-full {
  background-color: #323744 !important;
}
.section-watch .section-area > div.movie-content {
  flex-grow: 1;
  flex-basis: 0;
}
.section-watch .is-frame {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
}
.section-watch .is-frame.active {
  z-index: 100;
}
.section-watch .is-frame .is-cover,
.section-watch .is-frame iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-watch .is-frame .is-cover {
  object-fit: cover;
  filter: brightness(60%);
}
.section-watch .is-frame .button-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  background-color: #f04f24;
  color: #fff !important;
  box-shadow: 0 0 0 10px rgba(240, 79, 36, 0.4);
}
.section-watch .is-frame .button-play:hover {
  box-shadow: 0 0 0 10px rgba(240, 79, 36, 0.5);
}
.section-watch .is-frame .button-play i {
  line-height: 100px;
  font-size: 32px;
  margin-left: 0.3rem;
}
.section-watch .is-frame .pin {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 3;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1;
  text-shadow: 0 0 5px #000;
}
.section-watch .is-frame .pin-duration {
  bottom: 1.5rem;
  right: 1.5rem;
  left: auto;
}
.section-watch .is-sub {
  margin-bottom: 2rem !important;
}
.section-watch .is-sub > div {
  display: flex;
  justify-content: flex-start;
}
.section-watch .is-sub > div + div {
  margin-top: 0.5rem;
}
.section-watch .is-sub > div .name {
  display: block;
  font-weight: 600;
  width: 70px;
  flex-shrink: 0;
}
.is-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  background-color: #323744;
  margin-bottom: 1px;
}
.is-control > div {
  flex-shrink: 0;
  position: relative;
}
.is-control > div > .btn {
  color: #fff;
}
.is-control > div > .btn i {
  width: 16px;
}
.is-control > div > .btn.active i {
  color: #f04f24;
}
.is-control #server-play:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #414757;
  transform: rotate(45deg);
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -7px;
  border-left: 1px solid #091d26;
  border-top: 1px solid #091d26;
}
.is-control .icon-fast {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background-color: #f04f24;
  position: relative;
}
.is-control .icon-fast:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  background-color: #f04f24;
  animation: ef-flash 0.6s infinite;
}
@keyframes ef-flash {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
#add-fav .btn.active i:before {
  content: "\f00c";
}
.share-block {
  padding: 1rem;
  width: 320px;
}
.share-block .sb-item > .title {
  margin-bottom: 0.5rem;
  font-size: 13px;
}
.share-block .sb-item + .sb-item {
  margin-top: 1rem;
}
.share-block .sb-item .form-control {
  font-size: 12px;
  flex-grow: 1;
  padding: 0 1rem;
  height: 42px;
  box-shadow: none !important;
  border-radius: 0.5rem 0 0 0.5rem;
  border: 1px solid #000 !important;
  border-right: none !important;
}
.share-block .sb-item .btn-copy {
  padding: 0 0.3rem;
  line-height: 40px;
  width: 90px;
  border-radius: 0 0.5rem 0.5rem 0;
  font-size: 12px;
  background-color: #111;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: 1px solid #000 !important;
}
.share-block .sb-item .btn-copy::before {
  content: "Copy";
}
.share-block .sb-item .btn-copy.active::before {
  content: "Copied!";
}
.share-block .sb-item .btn-copy.active {
  background-color: #f04f24 !important;
  color: #fff !important;
  font-weight: 600;
}
.section-watch .is-notice {
  padding: 1.5rem;
  background-color: #414757;
}
.section-watch .is-notice .heading-page {
  font-size: 1em;
  margin-bottom: 0.5rem;
}
.section-watch .is-notice .heading-page strong {
  color: #f04f24;
}
.section-watch .is-episodes {
  padding: 1.5rem;
  background-color: #111317;
}
.section-watch .is-episodes .item .btn-onair {
  text-align: left;
  height: 100%;
  overflow: hidden;
  padding: 1rem 1.3rem;
  position: relative;
  background-color: #323744;
  border-radius: 0;
}
.section-watch .is-episodes .item .btn-onair .ebar {
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  overflow: hidden;
}
.section-watch .is-episodes .item .btn-onair .ebar > span {
  background-color: #f04f24;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.section-watch .is-episodes .item .btn-onair.active .ebar {
  display: none;
}
.is-episodes > div.episodes .item .btn-onair strong {
  display: block;
  font-size: 1.1em;
  margin-bottom: 2px;
}
.is-episodes > div.seasons {
  margin-bottom: 1.5rem;
  display: inline-block;
}
.is-episodes > div.episodes {
  margin: -7px;
  margin-bottom: 0.5rem;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.is-episodes > div.episodes .item {
  margin: 7px;
  width: calc(16.66% - 14px);
  display: block;
}
.is-episodes > div.seasons .item {
  position: relative;
}
.is-episodes > div.seasons .item a {
  cursor: pointer;
}
.section-watch .section-area.expand-main .movie-detail {
  display: none;
}
.rating-wrap {
  margin-top: 1rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
}
.rating-wrap > div {
  flex-shrink: 0;
}
.rating-wrap .rating-score {
  padding: 0.5rem;
  background-color: #f04f24 !important;
  text-align: center;
  margin-right: 1rem;
  border-radius: 0.5rem;
}
.rating-wrap .rating-score .is-score {
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.6em;
  color: #fff;
  margin-bottom: 0.5rem;
}
.rating-wrap .rating-score .is-total {
  line-height: 1;
  font-size: 11px;
  color: #fff;
}
.rating-wrap .title {
  font-size: 1em;
  margin-bottom: 0.75rem;
  font-weight: 600;
}
.rating-pop {
  position: relative;
  display: inline-block;
}
.rating-pop > div {
  display: flex;
  justify-content: flex-start;
}
.rating-pop > div > div {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-image: url(../img/pop.png);
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}
.rating-pop > div.is-base > div {
  filter: grayscale(1);
  opacity: 0.5;
}
.rating-pop > div.is-active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.rating-pop > div > div + div {
  margin-left: 2px;
}
.movie-react {
  display: flex;
  align-items: center;
}
.movie-react > div {
  flex-shrink: 0;
}
.movie-react > div + div {
  margin-left: 0.5rem;
}
.movie-react > div > a {
  border: 1px solid #fff !important;
}
.movie-react > div > a i {
  font-style: normal;
}
.movie-react > div > a.active,
.movie-react > div > a:hover {
  background-color: #fff;
  color: #111 !important;
}
.content-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-404 {
  padding: 3rem 2rem 4rem;
}
.content-404 .medium {
  font-size: 1.1em;
  font-weight: 700;
}
.content-404 .icon-404 img {
  width: 120px;
}
[id$="__main"].main-profile {
  background-color: transparent !important;
  display: flex;
  align-items: center;
}
.section-profile {
  max-width: 500px;
  background-color: #111317;
  margin: 3rem auto;
  padding: 3rem 3rem 5rem;
  flex-shrink: 0;
}
.modal-primary .modal-content {
  border-radius: 1rem;
  border: 1px solid #323744 !important;
  background-color: #111317 !important;
  color: #fff !important;
  padding: 3rem;
}
.prog-bar {
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 8px;
  border-radius: 3px;
  overflow: hidden;
  height: 5px;
  box-shadow: 0 0 0 1px #000;
  background-color: #000;
  z-index: 3;
}
.prog-bar .watched {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #ff5a2e;
}
[id$="__footer"] {
  background-color: #111317;
  padding: 3rem 0;
}
[id$="__footer"] .container {
  max-width: 1560px;
}
[id$="__footer"] .is-content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 2rem;
}
[id$="__footer"] .is-content div.ft-gut {
  flex-grow: 1;
}
[id$="__footer"] .is-content div.ft-logo img {
  height: 45px;
  width: auto;
}
[id$="__footer"] .is-content div.ft-main {
  display: flex;
  justify-content: flex-start;
  margin-right: 3rem;
}
[id$="__footer"] .is-content div.ft-menu {
  display: block;
  min-width: 100px;
}
[id$="__footer"] .is-content div.ft-menu + div.ft-menu {
  margin-left: 3rem;
}
[id$="__footer"] .is-content div.ft-menu div + div {
  margin-top: 0.5rem;
}
[id$="__footer"] .is-content div.ft-menu div i {
  color: #f04f24;
}
[id$="__footer"] .is-content div.title {
  font-weight: 600;
  font-size: 1.1em;
  margin-bottom: 0.75rem;
}
[id$="__footer"] .is-connect {
  margin-bottom: 2rem;
}
[id$="__footer"] .is-connect .tag-list a {
  display: inline-block;
  font-size: 12px;
  white-space: nowrap;
  margin-right: 20px;
  margin-bottom: 10px;
  color: #555b6c;
}
[id$="__footer"] .is-connect .tag-list a:hover {
  color: #f04f24;
}
[id$="__footer"] div.ft-connect .social > div > a {
  display: block;
  padding: 0.4rem 1rem;
  background-color: #fff;
  color: #323744;
  border-radius: 20px;
  white-space: nowrap;
  font-weight: 600;
}
[id$="__footer"] div.ft-connect .social > div > a:hover {
  background-color: #f04f24;
  color: #fff;
}
[id$="__footer"] div.ft-connect .social > div + div {
  margin-top: 0.5rem;
}
[id$="__footer"] .copyright {
  font-size: 0.9em;
}
[id$="__footer"] .copyright span {
  color: #f04f24;
}
[id$="__main"].page-home {
  max-width: 880px;
  background-color: transparent !important;
}
.section-welcome {
  padding: 5rem 0;
}
.welcome-wrap {
  display: flex;
  margin: 0 auto;
  border-radius: 2rem;
  justify-content: center;
  padding: 3rem;
  background-color: #282c37;
}
.welcome-wrap .is-icon {
  width: 140px;
  height: 140px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center center;
}
.welcome-wrap .is-content {
  flex-grow: 1;
  flex-shrink: 0;
  width: calc(100% - 140px);
  padding-left: 3rem;
  text-align: left;
  margin: 0 auto;
}
.welcome-wrap .is-content .share-note {
  margin-bottom: 1rem;
}
.welcome-wrap .is-header .site-title {
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.welcome-article {
  margin: 4rem auto;
  font-size: 13px;
}
.welcome-article .ul-list {
  list-style: none;
  padding: 0;
}
.welcome-article .ul-list li {
  margin-bottom: 1rem;
}
@media screen and (max-width: 700px) {
  .section-welcome {
    padding: 0 !important;
  }
  .welcome-wrap {
    margin-left: -20px;
    margin-right: -20px;
    padding: 30px;
    border-radius: 0;
    flex-direction: column;
    align-items: center;
  }
  .welcome-wrap .is-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 1.5rem;
  }
  .welcome-wrap .is-content {
    padding: 0;
    text-align: left;
    font-size: 13px;
    width: 100%;
    text-align: center;
  }
  .welcome-wrap .is-header .site-title {
    font-size: 1.3em;
  }
  .welcome-wrap .is-content .is-button .btn {
    padding: 1.1rem 0.5rem !important;
    display: block;
    width: 100%;
    font-size: 1em;
  }
  .welcome-article {
    margin: 3rem auto;
  }
  .welcome-article .heading-m {
    font-size: 1.8em;
    line-height: 1.4;
  }
}
#slider {
  overflow: hidden;
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#slider .swiper-slide {
  position: relative;
  overflow: hidden;
}
#slider .swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-slide img {
  width: 100%;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
  display: none;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  z-index: 10;
  cursor: pointer;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 3px;
  display: inline-block;
  border-radius: 100%;
  opacity: 1;
  background: #fff;
  vertical-align: middle;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffc107;
  margin: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 20px;
  top: auto;
  right: 20px;
  left: auto;
  width: 50%;
  text-align: right;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: #e2e6ea;
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #a2a9b0;
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%201.220120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(1.22060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(1.52060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(1.82060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%201.220120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(1.22060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(1.52060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(1.82060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-navigation {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 36px;
  height: auto;
  z-index: 10;
}
.swiper-button {
  background: #fff;
  outline: 0 !important;
  box-shadow: none !important;
  color: #111;
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 0;
  display: inline-block;
  margin: 0;
  border: none !important;
}
.swiper-button + .swiper-button {
  margin-top: 1px;
}
.swiper-button:hover {
  background: #f04f24 !important;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  .section-items.w-highlight > .item.is-featured .desc {
    -webkit-line-clamp: 2 !important;
  }
  .section-padding {
    padding: 2rem 0;
  }
  .section-padding-bottom {
    padding-bottom: 2rem;
  }
  .section-padding-top {
    padding-top: 2rem;
  }
  .section-space {
    padding: 1rem 0;
  }
  .section-blank {
    padding: 1rem 0 !important;
  }
  .section-header {
    margin-bottom: 1.4rem;
  }
  .section-header .section-name {
    font-size: 1.5em;
    line-height: 1;
    font-weight: 600;
  }
  .section-watch .section-area > div.movie-detail .is-poster {
    width: 80px;
  }
  .is-episodes > div.episodes .item {
    width: calc(20% - 14px);
  }
}
@media screen and (max-width: 1299px) {
  .x-center {
    width: 500px;
  }
  .x-center .site-title {
    font-size: 1.8em;
  }
  .section-items > .item {
    width: calc(16.66% - 20px);
  }
  .section-chart .section-items > .item {
    width: calc(25% - 20px);
  }
  .section-chart .movie-thumbnail {
    padding-bottom: 100%;
  }
  .section-collects > .item {
    overflow: hidden;
    border-radius: 1rem;
  }
  .section-collects > .item .item-icon {
    right: -20px;
  }
  [id$="__footer"] .is-content div.ft-menu.is-secondary {
    display: none;
  }
  #search-body .search-body-wrap .b-container {
    padding: 0 20px;
  }
  .section-watch .section-area {
    display: block;
  }
  .section-watch .section-area > div.movie-content {
    max-width: 1100px;
    margin: 0 auto;
  }
  .section-watch .section-area > div.movie-detail {
    width: 100%;
    padding: 40px 20px;
    padding-left: 120px;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
  }
  .section-watch .section-area > div.movie-detail .is-poster {
    position: absolute;
    top: 40px;
    left: 20px;
  }
  .is-control > div.player-resize {
    display: none;
  }
}
@media screen and (max-width: 1099px) {
  .x-center {
    position: absolute;
    padding: 10px 20px 5px;
    margin: 0 -20px;
    top: 0;
    height: 60px;
    min-height: auto;
    width: 100%;
    background-color: #323744;
  }
  .x-center .x-c-share {
    margin-top: 0;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .x-c-share .text {
    margin: 0 1rem 0 0;
  }
  #search-center,
  .x-c-bottom,
  .x-center .site-title {
    display: none;
  }
  .pick-slide-wrap {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: 400px;
  }
  .pick-slide-wrap #slider {
    top: 60px;
  }
  #slider .is-item .item-poster::after {
    display: none;
  }
  .is-episodes > div.episodes {
    max-height: 500px;
    overflow: auto;
  }
  .is-episodes > div.episodes .item {
    width: calc(33.33% - 14px);
  }
  .section-watch .is-frame .button-play {
    width: 60px;
    height: 60px;
  }
  .section-watch .is-frame .button-play i {
    line-height: 60px;
    font-size: 20px;
  }
  .is-control > #cinema-toggle {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  html {
    background-color: #323744;
  }
  [id$="__logo"] {
    padding: 10px 20px;
    margin-right: 0;
  }
  #top-menu {
    display: none;
    background-color: #111317;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0;
  }
  #top-menu .top-menu-nav {
    display: block;
    padding: 10px;
  }
  #top-menu .top-menu-nav > li + li {
    margin-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  #top-menu .top-menu-nav > li {
    padding: 10px 0;
  }
  #top-menu .submenu {
    display: block !important;
    position: relative;
    top: auto;
    left: auto;
  }
  #top-menu .submenu > ul.is-extend {
    padding: 10px 0 0;
    width: 100%;
  }
  #mobile-menu {
    display: block;
  }
  [id$="__header"] .btn-blank {
    padding: 1rem;
  }
  [id$="__header"] .btn-blank span {
    display: none;
  }
  [id$="__header"] .btn-blank i {
    font-size: 20px;
  }
  #top-account {
    margin-left: 0;
  }
  #top-search {
    margin-left: 0;
  }
  .section-items > .item {
    width: calc(25% - 20px) !important;
  }
  .section-items > .item .movie-thumbnail:hover img {
    filter: none;
  }
  .section-chart .movie-thumbnail {
    padding-bottom: 140%;
  }
  .pos-center {
    display: none;
  }
  .section-items > .item-continue .pos-center,
  .section-items > .item-watchlist .pos-center {
    display: flex;
    opacity: 1;
    top: 10px !important;
    transform: none !important;
    left: auto !important;
    right: 10px !important;
  }
  .section-items > .item-continue .pos-center > div > a,
  .section-items > .item-watchlist .pos-center > div > a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  .section-items > .item-continue .pos-center .is-watch,
  .section-items > .item-watchlist .pos-center .is-watch {
    display: none;
  }
  .section-items > .item-watchlist .pos-center .is-fav a i:before {
    content: "\f00d";
  }
  .showcase-block {
    display: block;
  }
  .showcase-block > div {
    width: 100%;
  }
  .showcase-block > div + div {
    margin-top: 10px;
    margin-left: auto;
  }
  .section-collects > .item {
    width: 230px;
    transform: none !important;
  }
  .swiper-navigation {
    display: none;
  }
  #slider .is-item .item-content {
    bottom: 0 !important;
    left: 0;
    right: 0;
    background-color: rgba(17, 17, 17, 0.6);
    padding: 10px 20px;
    height: auto;
    color: #fff;
  }
  #slider .is-item .item-content .movie-name {
    color: #fff;
  }
  #slider .is-item .info-split .is-rated i {
    color: #f04f24;
  }
  .heading-s {
    font-size: 1.2em;
    font-weight: 600;
  }
  .is-filter {
    display: none;
  }
  .toggle-filter {
    display: block;
  }
  .category-filter {
    display: block;
  }
  .category-filter .filter-flex {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .category-filter .filter-flex > .item {
    width: 49%;
    margin: 0;
    margin-bottom: 0.75rem;
  }
  .category-filter .filter-button .btn-primary {
    display: block;
    text-align: center;
    line-height: 50px;
    margin-top: 1rem;
  }
  .section-crumb .breadcrumb-item.active {
    display: none;
  }
  .servers-tab {
    display: block;
  }
  .servers-tab .item {
    margin: 5px 3px !important;
    display: inline-block;
  }
  .section-crumb .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #block-input .search-input {
    font-size: 1.4em;
    height: 60px;
    padding-left: 40px;
  }
  #block-input .is-icon {
    width: 40px;
  }
  #block-input .is-icon i {
    font-size: 20px;
    line-height: 60px;
  }
  [id$="__footer"] .is-content {
    padding-top: 70px;
    position: relative;
  }
  [id$="__footer"] .is-content .ft-logo {
    position: absolute;
    top: 0;
  }
  [id$="__footer"] .is-content div.ft-gut {
    display: none;
  }
  .section-header {
    flex-direction: column;
    align-items: unset;
  }
  .section-header > div + div {
    margin-left: 0;
    margin-top: 0.5rem;
  }
  .section-header > div.is-gut {
    display: none;
  }
  .section-header.sort-land {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  .section-watch .is-frame .pin {
    font-size: 1.3em;
    bottom: 10px;
    left: 10px;
  }
  .section-watch .is-frame .pin-duration {
    left: auto;
    right: 10px;
  }
  .is-control {
    padding: 0.25rem;
  }
  .is-control #server-play:before {
    bottom: -9px;
  }
}
@media screen and (max-width: 640px) {
  .section-items > .item {
    width: calc(33.33% - 20px) !important;
  }
  .x-c-share .text {
    display: none;
  }
  .pick-slide-wrap {
    height: 320px;
  }
  #search-body .search-body-wrap {
    padding: 50px 0;
  }
}
@media screen and (max-width: 520px) {
  .section-login .is-board {
    width: calc(100% - 2rem);
  }
  .section-login .is-board > .board-content {
    padding: 2rem;
    min-height: auto;
  }
  .section-login .is-board > .board-content .heading-l {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  #go-discussion {
    display: none;
  }
  .is-control > div > .btn {
    padding: 0.8rem;
  }
  .is-episodes > div.episodes .item {
    width: calc(50% - 14px);
  }
  .section-profile {
    margin: 0 auto;
    padding: 2rem 20px;
  }
  .modal-primary .modal-content {
    padding: 2rem;
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 479px) {
  [id$="__header"],
  [id$="__header"] .header-components,
  [id$="__logo"] {
    height: 50px;
  }
  [id$="__logo"] img {
    height: 30px;
  }
  [id$="__root"] {
    padding-top: 50px;
  }
  .section-items > .item {
    width: calc(50% - 20px) !important;
  }
  .section-about .section-area {
    padding: 0;
    border: none;
  }
  .category-filter .filter-flex > .item {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .category-filter .filter-flex > .item .item-inner {
    display: flex;
    align-items: center;
    font-size: 13px;
  }
  .category-filter .filter-flex > .item .subtext {
    width: 80px;
    margin-right: 1rem;
    font-size: 1em;
  }
  .filter-dropdown {
    width: calc(100% - 40px);
  }
  .filter-dual {
    width: 100%;
  }
  .section-watch .is-episodes {
    padding: 20px;
  }
  .is-episodes > div.episodes .item {
    width: calc(100% - 14px);
    margin: 0 7px;
  }
  .is-episodes > div.episodes .item + .item {
    margin-top: 5px;
  }
  .is-episodes > div.episodes .item .btn-onair {
    text-align: left;
    border-radius: 0;
    padding: 0.8rem 0.8rem;
  }
  .is-episodes > div.episodes .item .btn-onair strong {
    display: inline;
    font-size: 1em;
    margin-bottom: 0;
    margin-right: 0.5rem;
  }
  .section-watch .is-episodes .item .btn-onair .ebar {
    height: 1px;
  }
  .section-watch .is-servers {
    padding: 20px;
  }
  .section-watch .section-area > div.movie-detail .is-poster {
    position: relative;
    top: auto;
    left: auto;
    display: block;
  }
  .section-watch .section-area > div.movie-detail {
    padding: 20px;
  }
  .section-watch .is-notice {
    padding: 15px 20px;
  }
  #top-account .account-logged .btn span {
    display: none;
  }
}
@media screen and (max-width: 379px) {
  [id$="__footer"] .is-content {
    flex-direction: column;
  }
  [id$="__footer"] .is-content .ft-connect {
    margin-top: 2rem;
  }
}
.ps-container {
  -ms-touch-action: none;
  overflow: hidden !important;
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
}
.ps-container.ps-in-scrolling {
  pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #fff;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  height: 8px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  bottom: 0;
  height: 8px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 3px;
  width: 6px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  right: 0;
  width: 6px;
}
.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.8;
}
.ps-container:hover.ps-in-scrolling.ps-x
  > .ps-scrollbar-x-rail
  > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #888;
  opacity: 0.8;
}
.ps-container:hover.ps-in-scrolling.ps-y
  > .ps-scrollbar-y-rail
  > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.8;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #fff;
}
.toast-title {
  font-weight: 700;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #fff;
}
.toast-message a:hover {
  color: #ccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  line-height: 1;
}
.toast-close-button:focus,
.toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #fff;
  opacity: 0.8;
}
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}
#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}
#toast-container.toast-bottom-center > div,
#toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
.grecaptcha-badge {
  display: none !important;
}
.btn-wl-single.active i:before {
  content: "\f00c";
}
.loading-btn .spinner-border {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
}
