@charset "utf-8";

html {
    position: relative
}

body {
    background: #0e0e0e;
    color: #aaa;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
    padding: 0;
    margin: 0;
    -webkit-text-size-adjust: none
}
img {
    max-width: 100%;
    height: auto;
}
a {
    color: #ad9464;
    text-decoration: none !important;
    outline: 0;
    -moz-outline: none
}

a:hover {
    color: #fff
}
.btn{
    padding: .375rem .35rem;
}
.btn, button {
    font-weight: 400;
    font-size: 14px;
    outline: 0 !important;
    box-shadow: none !important
}

.btn-sm {
    font-size: 13px;
    line-height: 1.5em;
    padding: 6px 10px
}

.btn-lg {
    font-size: 18px;
    padding: 12px 20px
}

.more-padding {
    padding-left: 40px;
    padding-right: 40px
}

b, strong {
    font-weight: 500
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600
}

.title-page {
    font-size: 18px;
    color: #fff
}

.form-control::placeholder {
    color: #878787
}

.btn-radius {
    border-radius: 30px
}

.btn-highlight {
    background: 0 0 !important;
    border: none !important;
    color: #a885da !important
}

.btn-focus, .btn-primary {
    background: linear-gradient(140deg,rgba(0,77,102,.8) 0%,rgba(0,134,179,.9) 50%,rgba(0,191,255,1) 100%);
}

.btn-focus:hover, .btn-primary:hover {
    background: #5a2e98 !important;
    color: #fff !important;
    border-color: #5a2e98 !important
}
.bg-green2 {
    background: #369e69 !important;
    color: #fff !important;
}
.btn i {
    margin-right: 5px;
}
.btn-secondary {
    background: #4a4b51 !important;
    border-color: #4a4b51 !important;
    color: #fff
}

.btn-secondary:hover {
    background: #6e6f74 !important;
    border-color: #6e6f74 !important
}

.btn-tab {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px
}

.btn-light {
    background: #fff;
    border-color: #fff;
    color: #111 !important
}

.btn-trans {
    background: 0 0 !important;
    color: #aaa !important
}

.dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #878787;
    display: inline-block;
    margin: 3px 6px
}

.h2-heading {
    font-size: 2em !important;
    margin-bottom: 0
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 9px;
    color: #878787
}

.breadcrumb-item.active {
    color: #ababab
}

.dropdown-menu {
    font-size: 13px
}

.dropdown-menu .dropdown-item:active {
    background-color: #5a2e98
}

.iframe16x9 {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%
}

.iframe16x9 iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important
}

#sidebar_menu {
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s
}

#header.header-home, .block-rating .button-rate, .film-poster-ahref i, .film-poster-ahref:after, .film-poster-ahref:before, .film-poster-img, .header_menu-sub, .swiper-button, .toggle-onoff, .toggle-onoff > span {
    transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s
}

.block_area, .film-poster, .nav-item, .nav-item > a, .search-content input.search-input {
    position: relative
}

.film-poster {
    width: 100%;
    padding-bottom: 148%;
    position: relative;
    overflow: hidden
}

.film-poster .film-poster-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.highlight-text {
    color: #5a2e98
}

.mat-icon {
    display: inline-flex;
    vertical-align: bottom
}

.container {
    max-width: 1366px;
    width: 100%
}

#wrapper {
    width: 100%;
    position: relative;
    margin: 0 auto
}
svg{
    width: 26px;
    height: 26px;
}
#header {
    height: 90px;
    position: relative;
    padding: 0
}

#header .container {
    position: relative
}

#header #logo {
    display: flex;
    align-items: center;
    height: 50px;
    margin: 20px 10px 20px 0;
    float: left
}

#header #logo img {
    max-width: 170px;
    width: auto
}

#header #logo span {
    line-height: 40px;
    font-size: 20px;
    font-weight: 600;
    color: #fff !important
}

#site_menu {
    position: relative;
    color: #fff;
    text-align: center;
    background: 0 0;
    border-radius: 3px;
    float: left;
    margin-right: 15px;
    margin-top: 20px
}

#site_menu .site_menu-icon {
    width: 40px;
    cursor: pointer
}

#site_menu .site_menu-icon i {
    font-size: 30px;
    line-height: 50px;
    height: 50px
}

#site_menu:hover .site_menu-icon i {
    color: #5a2e98
}

#header_menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    padding-top: 10px;
    z-index: 106
}

#site_menu:hover #header_menu {
    display: block
}

#header_menu ul.header_menu-list {
    list-style: none;
    padding: 10px 0;
    display: block;
    position: relative;
    z-index: 99;
    background: #5a2e98;
    border-radius: 6px;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, .4)
}

#header_menu ul.header_menu-list .nav-item {
    display: block;
    margin: 0;
    position: unset
}

#header_menu ul.header_menu-list .nav-item > a {
    margin: 0;
    cursor: pointer;
    padding: 0 25px;
    height: 37px;
    line-height: 37px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    white-space: nowrap;
}

#header_menu ul.header_menu-list .nav-item > a:hover {
    background: rgba(0, 0, 0, .1)
}

#header_menu ul.header_menu-list .nav-item.active > a:before {
    content: "";
    width: 100%;
    height: 3px;
    background: #5a2e98;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

#header_menu .header_menu-sub {
    display: block;
    opacity: 0;
    overflow: hidden;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    z-index: 96;
    background: #1c1c1c;
    box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, .4);
    border-radius: 0 10px 10px 10px
}

#header_menu .header_menu-sub.active {
    display: block;
    width: 125px;
    opacity: 1
}

#header_menu .header_menu-sub.active.size-l {
    display: block;
    width: 500px
}

#header_menu .header_menu-sub ul.sub-menu {
    padding: 10px 0;
    text-align: left;
    list-style: none;
    overflow: hidden;
    width: 100%;
    height: 100%
}

#header_menu .header_menu-sub ul.sub-menu li {
    width: 100%;
    margin: 0
}

#header_menu .header_menu-sub ul.sub-menu li a {
    height: 27px;
    color: #6c6c6c;
    line-height: 27px;
    padding: 0 10px 0 20px;
    display: block;
    font-size: 13px;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

#header_menu .header_menu-sub ul.sub-menu li:hover a {
    background: #242424;
    color: #ccc !important
}

#header_menu .header_menu-sub.size-l ul.sub-menu li {
    width: 25%;
    float: left
}

.header-group {
    float: left;
    height: 40px;
    margin: 25px 20px;
    text-align: left
}

.socials-group {
    position: relative
}

.socials-group .scg-title {
    float: left;
    margin-right: 20px
}

.socials-group .scg-title .top {
    display: block;
    margin-bottom: 3px;
    font-weight: 400;
    opacity: .5
}

.socials-group .scg-title .bottom {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase
}

.socials-group .scg-list {
    float: left
}

.socials-group .scg-list .item {
    float: left;
    margin-right: 10px
}

.socials-group .scg-list .item .sc-social-button {
    display: inline-block;
    height: 40px;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 10px;
    background: rgba(255, 255, 255, .1);
    border-radius: 4px
}

.socials-group .scg-list .item .sc-social-button.dc-btn {
    background: #6f85d5;
    color: #fff
}

.socials-group .scg-list .item .sc-social-button.tl-btn {
    background: #08c;
    color: #fff
}

.socials-group .scg-list .item .sc-social-button.rd-btn {
    background: #ff3c1f;
    color: #fff
}

.socials-group .scg-list .item i {
    font-size: 22px;
    line-height: 20px;
    vertical-align: text-bottom
}

#header_right {
    float: right;
    padding: 20px 0
}

#header .btn-user {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    min-width: 120px;
    font-weight: 500;
    border-radius: 30px;
    font-size: 16px;
    margin-left: 5px;
    border:none;
    color: #ffffff;
}
#header .btn-user.btn-logout{
    background: linear-gradient(to right, #9d035f, #9716c1, #ffddbe);
}
.header_right-user.logged .dropdown-menu {
    transform: none !important;
    left: auto !important;
    right: 0 !important;
    top: 100% !important;
    bottom: auto !important
}

#user-slot {
    float: right
}

.mobile-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    line-height: 40px;
    font-size: 24px
}

#m-search {
    float: left;
    display: none;
    margin-right: 5px
}

#search {
    width: 380px;
    margin: 20px 0;
    float: left
}

.search-content {
    position: relative
}

.search-content input.search-input {
    height: 50px;
    color: #eee;
    padding-right: 60px;
    padding-left: 30px;
    font-size: 15px;
    font-weight: 400;
    background: #1c1c1c;
    border-radius: 30px;
    border: none;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .05) !important
}

.search-content input.search-input:focus, .search-content input.search-input:hover {
    background: #292929
}

.search-content input.search-input::placeholder {
    color: #fff;
    opacity: .6
}

.search-content .search-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
    background: 0 0;
    border: none;
    padding: 0 10px;
    line-height: 50px;
    display: inline-block;
    color: #aaa;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.search-content .search-icon:hover {
    color: #5a2e98
}

.search-content .search-content {
    position: relative
}

.search-content .search-result-pop {
    background: #1c1c1c;
    box-shadow: 0 20px 20px rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 5px;
    border-radius: 10px;
    right: 0;
    z-index: 106;
    list-style: none;
    display: none;
    overflow: hidden
}

.search-content .search-result-pop.active {
    display: block
}

.search-content .search-result-pop .nav-item {
    display: block;
    text-align: left;
    padding: 10px;
    width: 100%;
    cursor: pointer
}

.search-content .search-result-pop .nav-item:nth-of-type(2n) {
    background: #181818
}

.search-content .search-result-pop .nav-item:hover {
    background: #242424
}

.search-content .search-result-pop .nav-item .film-poster {
    float: left;
    width: 40px;
    padding-bottom: 50px
}

.search-content .search-result-pop .nav-item .srp-detail {
    padding-left: 50px;
    font-size: 12px
}

.search-content .search-result-pop .nav-item .srp-detail .film-name {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
    max-width: 100%;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ababab
}

.search-content .search-result-pop .nav-bottom {
    padding: 10px 15px;
    background: #5a2e98 !important;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-bottom: none
}

#main-wrapper {
    margin-bottom: 70px;
    min-height: calc(100vh - 490px)
}

.bah-setting .btn, .btn-in-headcat {
    margin: 4px 0
}

#suggest {
    margin-bottom: 30px;
    padding: 0;
    overflow: hidden
}
.genre-list a {
    border-radius: 5px;
    padding: 5px;
    margin: 2px;
    display: inline-flex;
    background: rgb(255 255 255 / 15%) !important;
}
.block_area {
    display: block;
    margin-bottom: 15px;
    background: #1c1c1c;
    border-radius: 6px
}
.block_area .cat-heading, .block-title {
    color: #fec848;
    text-transform: uppercase;
    margin: 0;
    font-size: 1.1rem;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease
}

.loading-overlay.active {
    opacity: 1;
    visibility: visible
}

.loading-overlay img {
    width: 80px;
    height: 80px
}

.day-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #333, #252525);
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.day-tab {
    flex: 0 0 100px;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
    border-radius: 8px;
    border: 2px solid transparent;
    font-size: 14px;
    font-weight: 500;
    color: #ccc;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    min-width: 90px;
}

.day-tab::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0af, #ff007a);
    opacity: 0;
    border-radius: 8px;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.day-tab.active {
    border-color: #0af;
}

.day-tab.active::before {
    opacity: 0.2;
}

.day-tab:hover:not(.active)::before {
    opacity: 0.15;
}

.day-tab:hover:not(.active) {
    border-color: #0af;
    box-shadow: 0 0 15px rgba(0,170,255,.3);
}


.early-schedule {
    margin-bottom: 30px;
    padding: 20px;
    background: #1c1c1c;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    display: none;
}

.early-schedule.active {
    display: block;
}

.early-schedule h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    color: #0af;
    text-transform: uppercase;
}

.early-schedule h2 i {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}

.early-schedule .schedule-items {
    display: grid;
    gap: 20px;
}

.early-schedule .schedule-item {
    display: flex;
    gap: 15px;
    padding: 15px;
    background: #333;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.early-schedule .schedule-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0,170,255,.3), transparent);
    transition: left 0.6s ease;
    z-index: 0;
}

.early-schedule .schedule-item:hover {
    transform: translateY(-5px);
    border-color: #ff007a;
    box-shadow: 0 8px 25px rgba(255,0,122,.3);
}

.early-schedule .schedule-item:hover::before {
    left: 100%;
}

.early-schedule .schedule-item img {
    width: 60px;
    height: 85px;
    object-fit: cover;
    border-radius: 8px;
    z-index: 1;
    transition: border-color 0.3s ease;
}

.early-schedule .schedule-item:hover img {
    border: 2px solid #ff007a;
}

.early-schedule .schedule-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}

.early-schedule .schedule-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.early-schedule .schedule-item:hover .schedule-title {
    color: #0af;
}

.early-schedule .schedule-episode {
    color: #787878;
    font-size: 13px;
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.early-schedule .schedule-episode i {
    font-size: 12px;
    color: #0af;
    transition: color 0.3s ease;
}

.early-schedule .schedule-episode span {
    color: #0af;
    font-weight: 600;
    transition: color 0.3s ease;
}

.early-schedule .schedule-item:hover .schedule-episode i,
.early-schedule .schedule-item:hover .schedule-episode span {
    color: #ff007a;
}

.early-time-sticker {
    position: absolute;
    top: -10px;
    left: -10px;
    background: #ffcc00; /* Nền vàng nổi bật */
    color: #000;
    padding: 6px 12px;
    border-radius: 0 8px 8px 0;
    font-size: 14px;
    font-weight: 700;
    z-index: 3;
    transform: rotate(-10deg); /* Góc nghiêng như nhãn dán */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
}

.schedule-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
    background: #1c1c1c;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.schedule-grid .schedule-item {
    display: flex;
    gap: 15px;
    padding: 15px;
    background: #333;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.schedule-grid .schedule-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0,170,255,.3), transparent);
    transition: left 0.6s ease;
    z-index: 0;
}

.schedule-grid .schedule-item:hover {
    transform: translateY(-5px);
    border-color: #ff007a;
    box-shadow: 0 8px 25px rgba(255,0,122,.3);
}

.schedule-grid .schedule-item:hover::before {
    left: 100%;
}

.schedule-grid .schedule-item img {
    width: 60px;
    height: 85px;
    object-fit: cover;
    border-radius: 8px;
    z-index: 1;
    transition: border-color 0.3s ease;
}

.schedule-grid .schedule-item:hover img {
    border: 2px solid #ff007a;
}

.schedule-grid .schedule-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}

.schedule-grid .schedule-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.schedule-grid .schedule-item:hover .schedule-title {
    color: #0af;
}

.schedule-grid .schedule-episode {
    color: #787878;
    font-size: 13px;
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.schedule-grid .schedule-episode i {
    font-size: 12px;
    color: #0af;
    transition: color 0.3s ease;
}

.schedule-grid .schedule-episode span {
    color: #0af;
    font-weight: 600;
    transition: color 0.3s ease;
}

.schedule-grid .schedule-item:hover .schedule-episode i,
.schedule-grid .schedule-item:hover .schedule-episode span {
    color: #ff007a;
}

.block-title{
    margin-bottom: 10px;
}
span.server-name {
    color: #fec848;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}
.block_area.none-bg {
    background: 0 0
}

.block_area .block_area-header {
    display: block;
    width: 100%;
    padding: 10px 15px 0;
    position: relative;
}
.block_area .block_area-header .anw-tabs-loading{
    position: absolute;
    z-index: 1;
    right: 30px;
    bottom: -40px;
    display: none;
}
.block_area.none-bg .block_area-header {
    display: block;
    width: 100%;
    padding: 10px 0 15px
}

.block_area.block_area-anime .block_area-header .cat-heading {
    font-size: 24px
}

.block_area .block_area-header .cat-heading {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    color: #fff
}

.block_area .block_area-header .viewmore .btn {
    padding: 0 8px;
    font-size: 13px;
    line-height: 26px;
    margin: 3px 0;
    border: none !important;
    background: #343434;
    color: #d5d5d5
}

.block_area .block_area-header .viewmore .btn:hover {
    color: #fff
}

.block_area .block_area-header .bah-sort {
    float: left;
    margin-left: 20px;
    height: 40px
}

.block_area .block_area-header .bah-sort .bhs-item {
    float: left;
    margin: 5px 0
}

.block_area .block_area-header .bah-sort .bhs-item .bhsi-name {
    line-height: 30px;
    cursor: pointer;
    background: #4c4f57;
    padding: 0 12px;
    border-radius: 30px;
    font-size: 12px
}

.block_area .block_area-content {
    padding: 15px;
    position: relative;
    z-index: 0;
}

.block_area.none-bg .block_area-content {
    padding: 0
}

.block_area_home .category_filter {
    margin-top: -10px
}

.block_area_home .btn-in-headcat {
    margin: 2px 0
}

.block_area .block_area-header .bah-tabs .btn {
    color: #525252;
    font-weight: 500;
    font-size: 15px;
    box-shadow: none !important;
    padding: 4px 6px
}

.block_area .block_area-header .bah-tabs .btn:hover {
    color: #787878
}

.block_area .block_area-header .bah-tabs .btn.active {
    color: #fff !important
}

.block_area .block_area-header .bah-navi {
    margin-left: 10px
}

.block_area .block_area-header .bah-navi .btn {
    padding: 0 8px;
    line-height: 32px;
    color: #525252
}

.block_area .block_area-header .bah-navi .btn:hover {
    color: #fff
}

.block_area.block_area_box.block_area-anime .block_area-header .cat-heading {
    font-size: 20px
}

.box-bg {
    padding: 1.5rem;
    background: #fff
}

.pre-tabs {
    border: none
}

.pre-tabs .nav-item {
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px
}

.pre-tabs .nav-item .nav-link {
    padding: 15px 10px;
    line-height: 1.2em;
    font-size: 14px;
    color: #ddd;
    background: 0 0 !important;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid transparent
}

.pre-tabs .nav-item .nav-link:hover {
    color: #5a2e98
}

.pre-tabs .nav-item .nav-link.active {
    color: #5a2e98;
    border-color: #5a2e98
}

.pre-tabs-min {
    margin-bottom: 15px
}

.pre-tabs-min .nav-item {
    margin-right: 10px
}

.pre-tabs-min .nav-item .nav-link {
    padding: 8px 10px;
    min-width: 80px;
    text-align: center;
    border-bottom: none !important;
    font-weight: 500 !important;
    background: #4c4f57 !important;
    border-radius: 4px
}

.pre-tabs-min .nav-item .nav-link.active {
    color: #000 !important;
    background: #5a2e98 !important
}

.anw-tabs {
    border-bottom: none;
    margin: 15px 0;
    border-radius: 4px;
    overflow: hidden
}

.anw-tabs .nav-item {
    margin: 0 2px
}

.anw-tabs .nav-item .nav-link {
    border: none;
    background: 0 0 !important;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    color: #525252;
    line-height: 32px;
    padding: 0 5px
}

.anw-tabs .nav-item .nav-link:hover {
    color: #787878;
    cursor: pointer;
}

.anw-tabs .nav-item .nav-link.active {
    color: #fff
}

.bah-tab-min .anw-tabs {
    margin: 2px 0 0
}

.film-poster-ahref i, .film-poster-ahref:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #5a2e98
}

.film_list {
    display: block
}

.film_list .film_list-wrap {
    margin: 0 -7px;
    list-style: none;
    padding: 0
}

.film_list .film_list-wrap .flw-item {
    width: calc(20% - 14px);
    margin: 0 7px 20px;
    float: left;
    border-radius: 0;
    position: relative
}

.flw-item .film-poster .film-poster-ahref {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: inline-block
}

.flw-item .film-poster .film-poster-ahref:after {
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 1
}

.flw-item .film-poster .film-poster-ahref:before {
    content: "";
    opacity: 0;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 5px solid #fff;
    z-index: 2
}

.flw-item:hover .film-poster .film-poster-ahref:before {
    width: 65px;
    height: 65px;
    opacity: 1
}

.flw-item .film-poster .film-poster-ahref i {
    font-size: 0px;
    z-index: 3;
    opacity: 0;
    margin-left: 2px;
    color: #fff
}

.flw-item:hover .film-poster .film-poster-ahref:after {
    height: 100%;
    opacity: 1
}

.flw-item:hover .film-poster .film-poster-ahref:before {
    opacity: 1
}

.flw-item:hover .film-poster .film-poster-ahref i {
    opacity: 1;
    font-size: 24px
}

.film_list .film_list-wrap .flw-item .film-poster {
    border-radius: 6px;
    padding-bottom: 140%;
    margin-bottom: 10px
}

.film_list .film_list-wrap .flw-item .film-detail {
    color: #aaa;
    font-size: 12px;
    text-align: center
}

.film_list .film_list-wrap .flw-item .film-detail .film-name {
    font-size: 14px;
    line-height: 1.3em;
    margin: 0;
    font-weight: 400;
    height: 38px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.film_list .film_list-wrap .flw-item .film-detail .film-name a {
    color: #ababab
}

.film_list .film_list-wrap .flw-item:hover .film-detail .film-name a {
    color: #fff
}

.film_list .film_list-wrap .flw-item .film-detail .fd-infor {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.film_list .film_list-wrap .flw-item .film-detail .description {
    display: none
}

.film_list .film_list-wrap .flw-item .film-detail .film-infor {
    margin-bottom: 2px
}

.tick {
    position: absolute;
    bottom: 0;
    z-index: 10
}

.tick.ltr {
    right: 0;
    font-size: 0;
    overflow: hidden;
    border-radius: 6px 0 0 0;
    background: #c39d00
}

.tick.rtl {
    left: 0
}

.tick-item {
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    line-height: 1.2em;
    padding: 4px 5px;
    border-radius: 0;
    background: #fff;
    color: #111
}

.tick.ltr .tick-item {
    margin-left: 0;
    border-radius: 6px 0 0 0;
    float: left
}

.tick.rtl .tick-item {
    margin-right: 2px
}

.tick-item.tick-quality {
    background: #fff !important;
    color: #111 !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    font-weight: 700;
    border-radius: 0 0 5px 0
}

.tick-item.tick-eps {
    background: #5a2e98 !important;
    color: #fff !important;
    border-radius: 0 6px 0 0
}

.tick-item.tick-dub {
    background: #c39d00 !important;
    color: #fff !important
}

.tick-item.tick-sub {
    background: #c39d00 !important;
    color: #fff !important
}

.tick-item.tick-type {
    background: #409f4d !important;
    color: #fff !important
}

.flv-list .flw-item {
    width: 100% !important;
    margin: 0 0 5px !important
}

.flv-list .flw-item .film-poster {
    width: 100px;
    padding-bottom: 148px;
    float: left;
    margin-right: 20px
}

.film-list-ul {
    list-style: none;
    padding: 0
}

.modal-backdrop.show {
    background: #111;
    opacity: .9
}

.premodal .modal-dialog {
    max-width: 450px
}

.premodal .modal-content {
    border-radius: 0;
    border: none
}

.premodal .modal-content .modal-header {
    border-bottom: 0;
    border-radius: 0;
    padding: 15px 15px 0;
    position: relative;
    display: block
}

.premodal .modal-content .modal-header .modal-title {
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    line-height: 1em;
    color: #5a2e98
}

.premodal .modal-content .close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #111;
    margin: 0;
    width: 30px;
    height: 30px;
    z-index: 3;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    padding: 0;
    opacity: .5;
    text-shadow: none
}

.premodal .modal-content .close:hover {
    opacity: 1
}

.premodal .modal-content .modal-body {
    padding: 15px;
    padding-top: 10px
}

.premodal-login .modal-dialog {
    max-width: 650px
}

.premodal-login .modal-content {
    padding-left: 280px
}

.premodal-login .modal-content .modal-body .login-btn {
    margin-top: 30px;
    position: relative;
}

.premodal-login label.custom-control-label {
    line-height: 24px
}

.premodal-login .modal-login-icon {
    position: absolute;
    left: -10px;
    width: 280px;
    top: 0
}

.premodal-login .modal-login-icon img {
    width: 280px;
    height: auto
}

.premodal-trailer .modal-content .modal-body {
    padding: 5px
}

.premodal-trailer .modal-dialog {
    max-width: 800px
}

.premodal .modal-content .modal-footer {
    padding-bottom: 20px;
    padding-top: 5px;
    display: block;
    background: 0 0;
    border-top: none
}

.premodal .modal-content .btn-form {
    height: 50px;
    font-size: 18px;
    padding: 0 15px;
    line-height: 50px;
    font-weight: 500
}

.preform .form-group {
    margin-bottom: 20px
}

.preform .form-control {
    font-size: 13px;
    border-radius: 3px;
    border: none !important
}

.preform .prelabel {
    font-size: 11px;
    text-transform: uppercase;
    opacity: .5;
    font-weight: 400;
    letter-spacing: 1px
}

.preform .custom-control-label {
    line-height: 1.5rem
}

.loginform .form-group.w-icon {
    position: relative
}

.loginform .form-group.w-icon i {
    position: absolute;
    color: #7346b3;
    top: 12px;
    right: 15px
}

.loginform .form-group.w-icon .form-control {
    padding-right: 40px
}

.loginform .form-control {
    background: #ebe3f6;
    color: #713abf;
    border: none;
    padding: 10px 15px;
    font-size: 13px;
    height: 40px;
    border-radius: 0;
    box-shadow: none !important
}

.loginform .form-control:focus {
    background: #e5dbf4
}

.loginform .form-control::placeholder {
    color: #b6a5ce
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #7346b3;
    background-color: #7346b3;
    box-shadow: none !important
}

.custom-control-label::before {
    box-shadow: none !important
}

.text-forgot {
    line-height: 1.5rem
}

.link-highlight {
    color: #5a2e98 !important;
    cursor: pointer
}

.modal-logo {
    text-align: center
}

.modal-logo img {
    height: 40px;
    width: auto
}

.premodal .modal-logo {
    margin-top: -10px
}

.premodal .alert {
    font-size: 13px;
    line-height: 1.4em;
    border-radius: 0
}

.premodal .btn {
    padding: .5rem .75rem;
    font-size: 14px
}

.body-hidden {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.loading > div {
    width: 18px;
    height: 18px;
    background-color: #5a2e98;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.loading .span1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.loading .span2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}
#login-loading, #login-error{
    display: none;
}
.xload {
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: 12px;
    right: 10px;
    display: none;
}
@-webkit-keyframes sk-bouncedelay {
    0%, 100%, 80% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%, 100%, 80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.loading-relative {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 50px
}
.loading{
    background: url("../img/blocks-shuffle-3.svg") center center no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: cover;
}
.film-poster .loading-relative, .loading-relative.loading-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, .05)
}

#footer {
    padding: 0;
    position: relative;
    background: #1c1c1c
}

#footer .container {
    position: relative;
    z-index: 3
}

#footer .footer-logo {
    display: block;
    margin: 0 0 10px
}

#footer .footer-logo img {
    width: auto;
    height: 40px
}

#footer .footer-copyright {
    width: 50%
}

#footer .footer-links {
    width: 50%
}

#footer .footer-links ul {
    float: left;
    margin-right: 30px;
    width: 150px
}

#footer .footer-links ul .title {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: .5em
}

#footer .footer-links ul li a {
    cursor: pointer;
    color: #878787 !important
}

#footer .copyright {
    display: block;
    margin-bottom: 15px
}

#footer .disclaimer {
    font-size: 11px;
    color: #878787;
    max-width: 480px;
    line-height: 1.4em
}

#footer .socials-group {
    margin-bottom: 15px
}

#footer .socials-group .scg-list .item .sc-social-button {
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 30px;
    text-align: center;
    background: #878787 !important
}

#footer .socials-group .scg-list .item .sc-social-button i {
    font-size: 20px;
    color: #1c1c1c !important
}

#footer .footer-icon {
    width: 260px;
    position: absolute;
    bottom: 0;
    right: 0
}

#footer .footer-icon img {
    width: 100%;
    height: auto
}

#footer .btn-up {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 15px;
    background: #4a4b51;
    color: #fff;
    padding: 0;
    line-height: 30px
}

#footer .toggle-footer .tf-item {
    display: inline-block;
    margin: 0 20px 0 0
}

#footer .toggle-footer .tf-item .toggle-onoff {
    float: left;
    margin-right: 5px
}

#footer .toggle-footer .tf-item .name {
    font-size: 12px;
    line-height: 15px;
    float: left
}

#footer .footer-content {
    padding-bottom: 30px
}

.footer-toggle-block {
    padding: 15px 0
}

.tf-item .dub-toggle {
    margin-top: 0
}

.tf-item .dub-toggle .dt-dub {
    background: 0 0
}

.tf-item .dub-toggle .dt-status {
    border-radius: 5px
}

.ftaz {
    display: inline-block;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, .3);
    line-height: 1em;
    font-size: 14px;
    font-weight: 600
}

.footer-az {
    margin: 0 0 20px
}

.footer-az .size-s {
    font-size: 13px
}

ul.az-list {
    font-size: 0
}

ul.az-list li {
    margin: 0 8px 8px 0;
    display: inline-block
}

ul.az-list li a {
    font-size: 14px;
    padding: 4px 6px;
    min-width: 30px;
    text-align: center;
    display: block;
    background: #363636;
    color: #fff;
    border-radius: 3px
}

ul.az-list li a:hover, ul.az-list li.active a {
    color: #fff;
    background: #5a2e98
}

.main-az {
    margin-bottom: 20px
}

.main-az ul.az-list {
    margin: 0 -3px
}

.main-az ul.az-list li {
    width: calc(7.14% - 6px);
    margin: 0 3px 6px
}

.main-az ul.az-list li a {
    font-size: 15px;
    padding: 5px 3px;
    display: block;
    text-align: center;
    font-weight: 500;
    background: #262626;
    color: #d5d5d5
}

.main-az ul.az-list li.active a {
    color: #fff;
    background: #5a2e98
}

.page-az .container {
    max-width: 1260px;
    padding: 0 15px
}

.heading-name {
    font-size: 1.8em;
    line-height: 1.3em;
    margin: 0 0 15px;
    font-weight: 400;
    color: #5a2e98
}

.btn-xs {
    font-size: 12px;
    padding: 2px 4px;
    line-height: 1em
}

.btn-xs i {
    font-size: 12px
}

.btn-rating {
    position: relative
}

#pc-trailer {
    display: none
}

#mask-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 102;
    background: rgba(11, 11, 11, .98);
    display: none
}

#mask-overlay.active {
    display: block
}

.information_page {
    max-width: 1420px;
    margin: 0 auto
}

.information_page .h2-heading, .information_page .h3-heading, .information_page .h4-heading {
    font-size: 2em;
    line-height: 1.3em;
    margin-bottom: 10px;
    color: #fff
}

.information_page .h3-heading {
    font-size: 1.5em
}

.information_page .h4-heading {
    font-size: 1.2em
}

.information_page p {
    line-height: 1.6em;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 1em
}

.article-infor {
    color: #ddd;
    line-height: 1.5em
}

.article-infor ul li {
    margin-bottom: .5em
}

.prebreadcrumb .breadcrumb {
    padding: 0;
    background: 0 0
}

.form-control-textarea {
    max-width: 100%;
    min-width: 100%
}

.profile-avatar img {
    height: 120px;
    width: auto
}

.block_area_manager .list-group-item {
    background: 0 0;
    border-color: #222;
    color: #aaa
}

.detail-infor {
    padding-right: 240px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.blank_page {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.container-404 {
    padding: 150px 0 100px
}

.container-404 .c4-big {
    font-size: 120px;
    font-weight: 600;
    color: #ddd;
    line-height: 1em;
    margin-bottom: 20px
}

.container-404 .c4-big-img {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 30px
}

.container-404 .c4-big-img img {
    max-height: 300px;
    max-width: 100%
}

.container-404 .c4-medium {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 10px
}

.container-404 .c4-small {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 30px
}

.ulclear, .ulclear li {
    list-style: none;
    margin: 0;
    padding: 0
}

.episode-list {
    position: relative
}

.premodal .modal-content {
    color: #111
}

.premodal .modal-content .modal-body p {
    line-height: 1.4em
}

.premodal.premodal-large .modal-dialog {
    max-width: 600px
}

.premodal.premodal-large .modal-dialog .modal-content {
    border-radius: 20px
}

.premodal .modal-content {
    background: #fff;
    color: #111;
    border-radius: 10px
}

.premodal .modal-content .modal-body .description {
    text-align: center;
    margin-bottom: 20px
}

.row-select .ni-head {
    top: 10px !important
}

.form-check-inline {
    width: 150px
}

.small-page {
    max-width: 800px;
    margin: 0 auto
}

.text-light {
    color: #111 !important
}

.btn-quality, .btn-trailer {
    border: 1px solid #fff !important;
    color: #fff
}

.bah-setting .btn, .btn-in-headcat {
    background: #71797d;
    color: #fff;
    border-color: #71797d
}

.deslide-wrap {
    margin: 0
}

.deslide {
    width: 100%;
    position: relative;
    padding-bottom: 500px;
    padding-top: 100px;
    overflow: hidden
}

.deslide-item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.deslide-item .deslide-item-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 110px;
    z-index: 3;
    background: #5a2e98;
    color: #fff;
    padding: 20px;
    padding-right: 280px
}

.deslide-item .desi-head-title {
    font-size: 22px;
    line-height: 1.1em;
    font-weight: 600;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.deslide-item .desi-head-title a {
    color: #fff !important
}

.deslide-item .desi-description {
    font-size: 13px;
    color: #c4ace6;
    line-height: 1.5em;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.deslide-item .deslide-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 110px;
    overflow: hidden
}

.deslide-item .deslide-cover .deslide-cover-img img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: blur(0px)
}

.deslide-item .desi-buttons {
    position: absolute;
    top: 30px;
    right: 20px;
    bottom: 20px
}

.deslide-item .desi-buttons .btn {
    height: 46px;
    line-height: 46px;
    background: #fff;
    color: #212121;
    width: 170px;
    padding: 0;
    border-radius: 40px;
    font-size: 20px;
    font-weight: 500;
}

.swiper-notification {
    display: none
}

#slider .swiper-pagination {
    position: absolute;
    top: 10px !important;
    right: 10px !important
}

.anime-block-ul li {
    position: relative;
    padding: 15px 15px 15px 60px;
    margin: 0;
    overflow: hidden
}

.anime-block-ul li:nth-of-type(2n+1) {
    background: #181818
}

.anime-block-ul li .film-poster {
    width: 46px;
    padding-bottom: 60px;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.anime-block-ul li .film-detail {
    font-size: 14px;
    line-height: 1.2em;
    min-height: 60px;
    color: #525252;
    position: relative;
    z-index: 2
}

.anime-block-ul li .film-detail .fd-infor {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.anime-block-ul li .film-detail .film-name, .table_schedule-list li .film-detail .film-name {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.anime-block-ul li .film-detail .film-name a, .table_schedule-list li .film-detail .film-name a {
    color: #ababab
}

.anime-block-ul li .film-detail .film-name a:hover, .table_schedule-list li .film-detail .film-name a:hover {
    color: #fff
}

.anif-block .more a {
    display: block;
    color: #ddd;
    text-align: center;
    padding: 20px;
    background: rgba(255, 255, 255, .1)
}

.anif-block .more a:hover {
    background: rgba(255, 255, 255, .2)
}

.news-anime-block-ul li {
    padding-left: 125px !important;
    padding-right: 20px !important
}

.news-anime-block-ul li .film-poster {
    width: 80px
}

#main-content {
    width: calc(100% - 350px);
    float: left
}

#main-sidebar {
    width: 330px;
    float: right
}

.block_area-schedule, .block_area_sidebar {
    background: #1c1c1c;
    border-radius: 6px
}

.cbox {
    padding: 20px
}

.cbox.cbox-list {
    padding: 0
}

.cbox.cbox-list .cbox-content {
    padding: 0
}

.cbox.cbox-list .anime-block-ul li {
    padding: 0 0 0 60px;
    background: 0 0 !important;
    margin-bottom: 20px
}

.cbox.cbox-list .anime-block-ul li:last-of-type {
    margin-bottom: 10px
}

.cbox.cbox-list .news-anime-block-ul li {
    padding: 15px 0 15px 95px
}

.cbox.cbox-list .anime-block-ul li:last-of-type {
    border: none
}

.cbox.cbox-list .anime-block-ul li .film-poster {
    left: 0
}

.cbox.cbox-list .anime-block-ul li .film-fav {
    right: 5px
}

.cbox.cbox-list .anime-block-ul li .film-play {
    right: 5px;
    position: absolute
}

.cbox.cbox-list .anif-block-chart li {
    margin-left: 0;
    overflow: unset;
    padding-left: 110px
}

.cbox.cbox-list .anif-block-chart li .film-poster {
    left: 50px
}

.cbox.cbox-list .anif-block-chart li .film-number {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #878787;
    color: #878787;
    text-align: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: default;
    z-index: 3
}

.cbox.cbox-list .anif-block-chart li .film-number span {
    font-weight: 300;
    font-size: 24px;
    line-height: 38px;
    position: relative;
    display: inline-block
}

.cbox.cbox-list .anif-block-chart li.item-top {
    padding: 100px 15px 0 65px;
    margin: -5px -15px 20px
}

.cbox.cbox-list .anif-block-chart li.item-top .film-number {
    background: #f8f8f8;
    border-color: #f8f8f8;
    top: auto;
    transform: none;
    left: 15px;
    bottom: 10px
}

.cbox.cbox-list .anif-block-chart li.item-top .film-number span {
    font-weight: 700;
    color: #212121 !important
}

.cbox.cbox-list .anif-block-chart li.item-top .film-poster {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
    padding-bottom: 0;
    border-radius: 0
}

.cbox.cbox-list .anif-block-chart li.item-top .film-poster:before {
    content: "";
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 20%;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%)
}

.cbox.cbox-list .anif-block-chart li.item-top .film-detail {
    padding: 10px 0;
    color: #ababab
}

.cbox.cbox-list .anif-block-chart li.item-top .film-detail .film-name a {
    color: #fff
}

.cbox.cbox-list .anif-block-chart li:hover .film-number span {
    color: #fff
}

.cbox.cbox-list.cbox-collapse .anime-block-ul li:nth-of-type(n+9) {
    display: none
}

.cbox.cbox-list.cbox-collapse .anime-block-ul.no-limit li:nth-of-type(n+9) {
    display: block
}

.bah-time span {
    line-height: 32px;
    font-size: 20px;
    color: #525252
}

.table_schedule .table_schedule-list {
    margin: 0 -15px
}

.table_schedule .table_schedule-list li {
    position: relative;
    padding: 0
}

.table_schedule .table_schedule-list li .tsl-link {
    padding: 15px 20px;
    display: block
}

.table_schedule .table_schedule-list li:nth-of-type(2n+1) {
    background: #191919
}

.table_schedule .table_schedule-list li .time {
    position: absolute;
    top: 50%;
    font-weight: 300;
    transform: translateY(-50%);
    left: 0;
    padding: 0;
    text-align: center;
    width: 70px;
    color: #ababab;
    font-size: 18px
}

.table_schedule .table_schedule-list li .film-detail {
    padding-left: 55px;
    position: relative;
    padding-right: 160px
}

.table_schedule .table_schedule-list li .film-detail .film-name {
    margin-bottom: 0;
    color: #878787;
    font-size: 15px;
    font-weight: 300
}

.table_schedule .table_schedule-list li .film-detail .fd-play {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5px
}

.table_schedule .table_schedule-list li .film-detail .fd-play .btn-play {
    background: #2b2b2b;
    color: #ababab;
    font-size: 13px;
    width: 120px;
    position: relative;
    padding: 5px
}

.table_schedule .table_schedule-list li .film-detail .fd-play .btn-play i {
    font-size: 7px;
    position: relative;
    top: -2px
}

.table_schedule .table_schedule-list li:hover {
    background: #212121
}

.table_schedule .table_schedule-list li:hover .time {
    color: #fff
}

.table_schedule .table_schedule-list li:hover .film-detail .film-name {
    color: #fff
}

.table_schedule .table_schedule-list li:hover .film-detail .fd-play .btn-play {
    background: #5a2e98;
    color: #fff
}

.table_schedule .table_schedule-list li:hover .film-detail .fd-play .btn-play i {
    color: #fff
}

.table_schedule .table_schedule-list.limit-8 li:nth-of-type(n+8) {
    display: none
}

.table_schedule .table_schedule-list.limit-8.no-limit li:nth-of-type(n+8) {
    display: block
}

.table_schedule .btn-showmore {
    padding: 5px 0;
    margin: 10px 0 -5px;
    background: 0 0 !important
}

.table_schedule .table_schedule-date {
    padding: 0 45px;
    position: relative;
    margin-bottom: 20px
}

.table_schedule .table_schedule-date .swiper-container {
    border-radius: 6px
}

.table_schedule .table_schedule-date .tsd-item {
    background: #242424;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    cursor: pointer
}

.table_schedule .table_schedule-date .tsd-item:hover {
    background: #2e2e2e
}

.table_schedule .table_schedule-date .tsd-item.active {
    background: #5a2e98;
    color: #fff
}

.table_schedule .table_schedule-date .tsd-item.active .date {
    color: #a885da
}

.table_schedule .table_schedule-date .tsd-item span {
    font-weight: 600;
    font-size: 16px;
    line-height: 1em
}

.table_schedule .table_schedule-date .tsd-item .date {
    font-size: 13px;
    color: #878787
}

.schedule_page .container {
    max-width: 1000px
}

.ts-navigation .btn {
    position: absolute;
    box-shadow: none !important;
    top: 0;
    bottom: 0;
    left: 0;
    width: 35px;
    height: auto;
    border-radius: 6px;
    background: #303030;
    color: #aaa;
    padding: 0;
    text-align: center;
    z-index: 9
}

.ts-navigation .btn:hover {
    background: #3b3b3b
}

.ts-navigation .btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.ts-navigation .btn.tsn-next {
    left: auto;
    right: 0
}

.btn-showmore {
    font-size: 12px;
    padding: 8px 12px;
    background: #343434;
    color: #fff !important
}

.btn-showmore:before {
    content: "Show more"
}

.btn-showmore.active:before {
    content: "Show less"
}

.sb-genre-less li:nth-of-type(n+25) {
    display: none
}

.cbox-genres.active .sb-genre-less li {
    display: block !important
}

.cbox-genres.active .btn-showmore:before {
    content: "Show less"
}

.w-hide {
    display: none
}

.player-frame {
    width: 100%;
    padding-bottom: 56.25%;
    background: #18191c;
    position: relative;
    margin-bottom: 0
}

.player-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important
}

.player-controls {
    background: #1c1c1c;
    position: relative;
    padding: 0
}

.player-controls .dub-toggle {
    margin: 8px 0
}

.player-controls .pc-item {
    float: left;
    margin: 0;
    padding: 0 8px;
    height: 38px;
    position: relative
}

.player-controls .pc-item:hover {
    background: #141414;
    color: #eee
}

.player-controls .pc-item-toggle {
    margin-right: 10px
}

.player-controls .pc-item .btn {
    background: 0 0;
    padding: 0;
    line-height: 38px;
    color: #aaa
}

.player-controls .pc-item.pc-zoomtv .toggle-basic.off .tb-name {
    font-size: 0
}

.player-controls .pc-item.pc-zoomtv .toggle-basic.off .tb-name:before {
    content: "Thu nhỏ";
    font-size: 12px
}

.dub-toggle {
    position: relative;
    height: 22px;
    cursor: pointer;
    overflow: hidden;
    margin-top: 5px
}

.dub-toggle .dt-dub {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    font-weight: 500;
    padding: 0 6px;
    background: #4a4b51;
    color: #aaa;
    display: block;
    border-radius: 5px 0 0 5px;
    float: left
}

.dub-toggle .dt-status {
    width: 30px;
    height: 22px;
    line-height: 22px;
    padding: 0 2px;
    text-align: center;
    background: #343434;
    border-radius: 0 5px 5px 0;
    display: block;
    float: left
}

.dub-toggle .dt-status:before {
    content: "OFF";
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    display: block
}

.dub-toggle.active .dt-status {
    background: #5a2e98;
    color: #fff
}

.dub-toggle.active .dt-status:before {
    content: "ON"
}

.keyword-list {
    font-size: 12px;
    color: #525252;
    font-weight: 500
}

.keyword-list .dib {
    display: inline-block;
    font-size: 12px;
    color: #aaa
}

.keyword-list .item-keyword {
    color: #525252
}

.keyword-list .item-keyword:hover {
    color: #fff
}

.dub-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#episodes-content {
    background: rgba(32, 33, 37, .8);
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 330px;
    bottom: 0
}

#header_menu, #header_menu *, .no-select, .pc-item {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cfc-min-block-date .nli-select {
    float: left
}
.table_schedule{
    position: relative;
}
.table_schedule .schedule-loading{
    position: absolute;
    z-index: 2;
    right: 12px;
    top: -30px;
    display: none;
}
.showtime_movies {
    background-color: #232323;
    background-image: url(../img/weekly-calendar.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 25px;
    padding: 10px 15px;
    padding-left: 45px;
    color: #bdbdbd;
    font-size: 13.5px;
    line-height: 1.5;
}
.episodes-ul {
    display: inline-block;
    margin: 0 -5px;
    width: 100%;
}

.episodes-ul .item {
    float: left;
    display: block;
    cursor: pointer;
    width: calc(9% - 10px);
    margin: 0 5px 10px;
    line-height: 32px;
    background: #303030;
    color: #929292;
    text-align: center;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .07), 0px 1px 3px rgba(0, 0, 0, .29);
}

.episodes-ul .item:hover,
.episodes-ul .item.active {
    background: #5a2e98;
    color: #fff;
}

.loading-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111
}

.cbox-list .loading-relative .loading .span2, .cbox-list .loading-relative .loading .span3 {
    display: none
}

.nli-select .custom-select {
    font-size: 12px;
    cursor: pointer;
    color: #5a2e98;
    background: #33353c;
    border: none;
    max-width: 140px;
    text-overflow: ellipsis;
    padding: 0 5px;
    line-height: 32px;
    box-shadow: none !important
}

.toggle-onoff {
    display: inline-block;
    width: 40px;
    background: #5a2e98;
    height: 24px;
    border-radius: 24px;
    position: relative;
    cursor: pointer
}

.toggle-onoff > span {
    background: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin: 2px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    position: absolute;
    left: calc(100% - 24px)
}

.toggle-onoff.off {
    background: #4d5059 !important
}

.toggle-onoff.off > span {
    left: 0 !important;
    background: #fff !important
}

.toggle-onoff.size-s {
    width: 24px;
    height: 15px
}

.toggle-onoff.size-s > span {
    height: 11px;
    width: 11px;
    left: calc(100% - 15px)
}

.to-button .name {
    line-height: 24px;
    padding: 0 3px;
    font-size: 13px;
    display: inline-block;
    vertical-align: top
}

.setting-label {
    margin-top: 3px;
    margin-bottom: 0
}

.player-controls .pc-right {
    float: right
}

.toggle-basic {
    position: relative;
    font-size: 12px;
    cursor: pointer;
    line-height: 38px
}

.toggle-basic .tb-off {
    display: none
}

.toggle-basic.off .tb-off {
    display: inline-block
}

.toggle-basic.off .tb-on {
    display: none
}

.pc-fav .dropdown-menu-model.dropdown-menu-normal {
    transform: none !important;
    top: 26px !important;
    right: 0 !important;
    left: auto !important
}

.display-setting, .noselect, .toggle-lang, .toggle-onoff {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bah-tabs-min .anw-tabs {
    margin: 0
}

.bah-tabs-min .nav-item {
    margin: 0 10px 0 0
}

.bah-tabs-min .nav-item .nav-link {
    font-size: 15px;
    padding: 5px 6px;
    line-height: 1.5em;
    margin: 0
}

.trending-list {
    padding-right: 60px;
    padding-left: 0;
    opacity: 0;
    position: relative;
    animation: trending-show 1s forwards;
    animation-delay: .5s
}

.trending-navi {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px
}

.trending-navi > div {
    position: absolute;
    height: 48%;
    top: 0;
    left: 0;
    right: 0;
    background: #2a2b31;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    outline: 0;
    box-shadow: none
}

.trending-navi > div.navi-prev {
    bottom: 0;
    top: auto
}

.trending-navi > div:hover {
    background: #5a2e98;
    color: #111
}

.trending-navi > div > i {
    position: absolute;
    font-size: 24px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

@keyframes trending-show {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.trending-list .item {
    width: 100%;
    height: auto;
    padding-bottom: 115%;
    position: relative;
    display: inline-block;
    overflow: hidden
}

.trending-list .item .number {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    width: 40px;
    text-align: center;
    font-weight: 600;
    cursor: default;
    background: #4a4b51;
    background: -moz-linear-gradient(180deg, #4a4b51 0, rgba(74, 75, 81, 0) 99%);
    background: -webkit-linear-gradient(180deg, #4a4b51 0, rgba(74, 75, 81, 0) 99%);
    background: linear-gradient(180deg, #4a4b51 0, rgba(74, 75, 81, 0) 99%)
}

.trending-list .item .number span {
    position: absolute;
    bottom: 0;
    font-size: 24px;
    line-height: 1em;
    text-align: center;
    color: #5a2e98;
    z-index: 9;
    left: 0;
    right: 0
}

.trending-list .item .number .film-title {
    width: 100px;
    text-align: left;
    height: 40px;
    transform: rotate(-90deg);
    position: absolute;
    bottom: 100px;
    width: 150px;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    left: -55px;
    font-size: 14px;
    font-weight: 400
}

.trending-list .item .film-poster {
    display: inline-block;
    background: #2a2c31;
    position: absolute;
    width: auto;
    left: 40px;
    right: 0;
    top: 0;
    bottom: 0;
    padding-bottom: 0;
    height: auto;
    margin-bottom: 0
}

.share-buttons {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px
}

.share-buttons .share-buttons-block {
    padding: 20px 0;
    position: relative
}

.share-buttons .share-buttons-block .share-icon {
    display: none
}

.share-buttons .share-buttons-block .sbb-title {
    display: block;
    font-size: 12px;
    float: left;
    padding: 2px 0 2px 20px;
    border-left: 2px solid #5a2e98;
    margin-right: 20px;
    position: relative
}

.share-buttons .share-buttons-block .sbb-title span {
    font-weight: 600;
    font-size: 14px;
    color: #5a2e98
}

.share-buttons .share-buttons-block .addthis_inline_share_toolbox {
    float: left;
    clear: none !important
}

.share-buttons.share-buttons-home {
    background-color: #121315;
    display: inline-block;
    width: 100%;
    margin-bottom: -4px
}

.share-buttons.share-buttons-home .share-buttons-block {
    margin-top: -20px;
    padding: 20px 0 20px 80px
}

.share-buttons.share-buttons-home .share-buttons-block .share-icon {
    display: inline-block
}

.share-buttons.share-buttons-home .sbb-title {
    padding-left: 0;
    border-left: none
}

.share-buttons.share-buttons-detail {
    background-color: #121315;
    margin-top: -30px
}

.share-buttons.share-buttons-watch {
    background-color: #000;
    margin-bottom: -4px !important
}

.share-buttons.share-buttons-watch .share-buttons-block {
    padding: 14px 0 !important
}

.share-buttons.share-buttons-min {
    margin-bottom: 0
}

.share-buttons.share-buttons-min .at-resp-share-element .at-share-btn .at-label {
    display: none !important
}

.share-buttons .share-buttons-block .at-icon-wrapper {
    margin-bottom: 0 !important
}

.footer_tags {
    text-align: center;
    display: inline-block;
    margin: 10px 0;
    width: 100%;

}

.footer_tags a {
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
    display: inline-flex;
    color: #efefef;
    background-size: 300% 100%;
    background-image: linear-gradient(to right, #57656a, #0742ab, #21647a, #3f86ed);
}
.event-tag {
    display: inline-block;
    width: 120px;
    height: 120px;
    position: absolute;
    left: -30px;
    top: -30px;
    overflow: hidden;
    z-index: 5
}

.event-tag span {
    line-height: 34px;
    height: 34px;
    display: inline-block;
    text-align: center;
    width: 100%;
    color: #111;
    font-size: 15px;
    font-weight: 600;
    margin-top: 43px;
    transform: rotate(-45deg);
    background: #fff
}

.contact-social-icons {
    max-width: 630px
}

.contact-social-icons .block {
    margin: 0 10px 10px 0;
    display: block;
    float: left
}

.contact-social-icons .btn {
    border: none !important;
    padding: 5px;
    background: #fff;
    outline: 0 !important;
    box-shadow: none
}

.contact-social-icons .icon-rounder {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    float: left
}

.contact-social-icons .csib-link {
    float: left;
    line-height: 30px;
    min-width: 60px;
    color: #111;
    font-size: 13px;
    font-weight: 500;
    margin: 0 6px
}
.bg-booked {
    background: blueviolet;
    border-color: blueviolet;
}
.icon-rounder-facebook {
    background: #3b5997 !important
}

.icon-rounder-twitter {
    background: #1da1f2 !important
}

.icon-rounder-telegram {
    background: #08c !important
}

.icon-rounder-discord {
    background: #a052ff !important
}

.icon-rounder-reddit {
    background: #ff3c1f !important
}

.no-content-block {
    background: #2c2c2c;
    padding: 3em 1em;
    border-radius: 8px;
    text-align: center;
    margin: 2em 0
}

.player-duo {
    overflow: hidden;
    font-size: 13px;
    margin-bottom: 30px;
    background: #2b2b2b;
    position: relative
}

.player-duo:before {
    content: "";
    width: 1px;
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 50%;
    border-left: 1px dashed #5a5a5a
}

.player-duo strong {
    font-weight: 600
}

.player-duo .pd-absolute {
    width: 50%;
    float: left;
    padding: 15px;
    padding-right: 30px;
    border-radius: 6px;
    position: relative;
    overflow: hidden
}

.player-duo .block.title {
    margin-bottom: 5px
}

.player-duo .pd-absolute .block .badge {
    font-size: 11px;
    margin: 0 3px
}

.player-duo .pd-absolute .block .badge-success {
    background: #5a2e98;
    color: #fff
}

.player-duo .pd-absolute .block .btn-xs {
    font-size: 11px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 5px
}

.player-duo .pd-relative {
    padding: 15px;
    padding-left: 30px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    width: 50%;
    float: right
}

.player-duo .pd-relative strong {
    font-weight: 600
}

.dub-icon-s {
    width: 12px;
    height: 12px;
    margin: 0 8px
}

.dub-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    color: #fff;
    opacity: .7
}

.dub-close:hover {
    opacity: 1
}

.dub-close span {
    display: none
}

.dub-icon, .share-icon {
    background-image: url("../images/dub-icon.png");
    background-size: cover;
    background-position: center center;
    width: 80px;
    height: 80px;
    position: absolute;
    left: -15px;
    bottom: 0
}

.share-icon {
    background-image: url("../images/share-icon.gif");
    left: -10px;
    width: 80px;
    height: 80px
}

.dub-icon.dub-icon-02 {
    background-image: url("../images/dub-icon-02.png");
    width: 100px;
    height: 100px
}

.dub-badge {
    padding: 5px 0;
    width: 80px;
    display: inline-block;
    background: #fff;
    border-radius: 12px;
    color: #111;
    font-weight: 600;
    font-size: 11px;
    text-align: center;
    position: absolute;
    top: 5px;
    left: 5px;
    box-shadow: 0 0 6px 0 inset rgba(255, 255, 255, .5)
}

.player-duo.only-one .pd-absolute {
    width: 100%;
    min-height: auto;
    margin-bottom: 0
}

.player-duo.only-one .pd-relative {
    display: none
}

#sidebar-search {
    margin-bottom: 20px
}

#sidebar-search .search-content input.search-input {
    padding: 0 10px;
    background: 0 0 !important;
    font-size: 13px;
    height: 32px;
    border: 1px solid #363636;
    border-radius: 4px
}

#sidebar-search .search-content input.search-input:focus {
    border-color: #404040
}

.block_area-filter .block_area-content {
    padding-right: 250px;
    position: relative
}

.block_area-filter .block_area-content .filter-bottom {
    position: absolute;
    width: 225px;
    top: 15px;
    right: 15px
}

.block_area-filter .block_area-content .filter-bottom #sidebar-search {
    margin-bottom: 0
}

.block_area-filter .block_area-content .filter-bottom .submit {
    margin: 8px 0 0 0
}

.block_area-filter .block_area-content .filter-bottom .submit .btn {
    padding: 5px 6px;
    font-size: 13px;
    line-height: 20px;
    border-radius: 3px
}

.sidebar-filter {
    margin: 0 -4px
}

.sidebar-filter .item {
    position: relative;
    float: left;
    margin: 0 4px 8px;
    width: calc(25% - 8px)
}

.sidebar-filter .item .btn-filter {
    background: #262626;
    color: #878787;
    display: block;
    font-size: 13px;
    line-height: 20px;
    padding: 5px 6px
}

.sidebar-filter .item .btn-filter span {
    color: #fff
}

.sidebar-filter .item .btn-filter:hover {
    background: #2d2d2d
}

.sidebar-filter .dropdown-menu {
    max-width: 300px
}

.sidebar-filter .dropdown-menu-large {
    width: 500px;
    max-width: none
}

.sidebar-filter .dropdown-menu-medium {
    width: 300px;
    max-width: none
}
#wpdcom .wpd-auth .wpd-login a{
	color:#fff;
}
.dropdown-menu-native {
    border: none;
    padding: 10px 15px;
    background: #212121;
    box-shadow: 0 2px 10px #171717;
    margin-top: 8px;
    font-size: 13px;
    color: #aaa
}

.dropdown-menu-native .dropdown-item {
    color: #878787;
    padding: 4px 10px;
    background: 0 0
}

.dropdown-menu-native .dropdown-item i {
    color: #444;
    font-size: 11px
}

.dropdown-menu-native .dropdown-item:hover {
    color: #aaa;
    background: #2e2e2e !important
}

.dropdown-menu-native .dropdown-item.active {
    color: #fff;
    background: 0 0 !important
}

.dropdown-menu-native .dropdown-item.active i {
    color: #fff
}

.dropdown-menu-native .ul-filter.ul-4col li {
    width: 25%;
    float: left
}

.dropdown-menu-native .ul-filter.ul-3col li {
    width: 33.33%;
    float: left
}

.dropdown-menu-noti {
    width: 280px;
    background: #3c3e48;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    color: #ccc;
    border: none;
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
    transform: none !important;
    top: 100% !important;
    left: auto !important;
    right: 0 !important;
    bottom: auto !important
}

.dropdown-menu-noti .nnl-head {
    padding: 12px 15px;
    background: #4c4f57
}

.dropdown-menu-noti .pre-tabs-min .nav-item .nav-link {
    padding: 5px 6px;
    font-size: 12px;
    line-height: 1.5em !important
}

.dropdown-menu-noti .dropdown-item {
    background: 0 0 !important;
    border-bottom: 1px solid #4a4d59
}

.dropdown-menu-normal {
    font-size: 13px
}

.dropdown-menu-model .dropdown-item {
    font-size: 13px;
    line-height: 1.5em
}

.dropdown-menu-model .dropdown-item.active {
    background: #5a2e98;
    color: #fff
}

.acustom.custom-control {
    padding-left: 24px;
    line-height: 14px;
    min-height: 14px;
    margin: 6px 0;
    color: #878787
}

.acustom.custom-control .custom-control-input {
    width: 14px;
    height: 14px
}

.acustom.custom-control .custom-control-label:before {
    border: none;
    width: 14px;
    height: 14px;
    left: -24px;
    top: 0;
    background: #343434 !important;
    top: 0;
    box-shadow: none !important
}

.acustom.custom-control .custom-control-input:checked ~ .custom-control-label {
    color: #fff
}

.acustom.custom-control .custom-control-input:checked ~ .custom-control-label::after {
    left: -29px;
    top: -5px !important;
    width: 24px;
    height: 24px;
    top: 0;
    background-color: #212121
}

.anime-detail {
    position: relative;
    padding-left: calc(22% + 20px);
    min-height: 275px;
    font-size: 13px;
    color: #878787;
    margin-bottom: 20px
}
.block_area-watch .anime-detail{
    padding-left: 0;
    min-height: 1px;
    margin-bottom: 0;
}
.block_area-watch .anime-detail .film-infor-top{
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content:space-between;
}
.anime-detail .anime-poster {
    width: 22%;
    position: absolute;
    top: 0;
    left: 0
}

.anime-detail .anime-poster .film-poster {
    padding-bottom: 130%
}

.anime-detail .film-name {
    font-size: 18px;
    line-height: 1.3em;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #fec848;
}

.anime-detail .alias {
    font-size: 13px;
    color: #878787;
    margin-bottom: 15px;
    font-style: italic;
}

.anime-detail .film-description {
    font-size: 13px;
    color: #878787;
}

.anime-detail .meta .col1, .anime-detail .meta .col2 {
    float: left;
    width: 50%;
}
.label-liner-blue{
    padding: 3px 7px 3px;
    color: #fff;
    background-size: 300% 100%;
    background-image: linear-gradient(to right, #25aae1, #043ea5, #04befe, #3f86ed);
    border-radius: 3px;
    font-size: 12px;
    text-transform: capitalize;
}
.label-liner-red{
    padding: 3px 7px 3px;
    color: #fff;
    background-size: 300% 100%;
    background-image: linear-gradient(to right, #db1414, #d942a4, #f5593e, #b17112);
    border-radius: 3px;
    font-size: 12px;
    text-transform: capitalize;
}
.anime-detail .meta .item {
    color: #878787;
    display: flex;
    width: 100%;
    margin-bottom: 5px;
    align-items: center;
}

.anime-detail .meta .item .item-title {
}

.anime-detail .meta .item .item-content {
    margin-left: 5px;
    color: #ababab
}

.anime-detail .meta .item .item-content a {
    color: #ffffff;
}
.film-infor-watch .anime-rating .kk-star-ratings{
	flex-direction: column;
}
.shorting .more {
    background: #343434;
    color: #ababab;
    font-size: 11px;
    border-radius: 3px;
    padding: 0 8px;
    line-height: 18px;
    display: inline-block;
    margin-left: 3px;
    cursor: pointer
}

.shorting .more:hover {
    background: #494949;
    color: #d5d5d5
}

.shorting .more i {
    font-size: 9px
}

.film-infor-top {
    position: relative
}

.film-infor-top .anime-rating {
    width: 142px;
    float: right;
    overflow: hidden;
    margin-left: 5px;
    margin-bottom: 10px
}

.anime_score {
    font-size: 13px;
    font-style: italic;
    color: #444;
    display: block;
    width: 100%;
    line-height: 21px;
    background: #1c1c1c;
    text-align: center;
    position: absolute;
    bottom: 0
}

.anime-rating:hover .anime_score {
    display: none
}

.ranges {
    overflow: hidden
}

.ranges li {
    float: left;
    line-height: 32px;
    padding: 0 3px;
    font-size: 13px;
    margin-right: 10px;
    color: #878787;
    cursor: pointer
}

.ranges li:hover {
    color: #ccc
}

.ranges li.active {
    color: #ccc
}

#text-home .alert {
    font-size: 15px;
    font-weight: 400
}

.block_area-episodes .block_area-content {
    padding-top: 10px;
    display: inline-block;
    width: 100%;
}

.layout-page-watch .container {
    position: relative
}

#watch-block {
    width: 100%;
    display: block
}

#watch-block .wb_-playerarea {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    z-index: 103;
    background: #000;
    overflow: hidden
}

#watch-block .wb_-playerarea iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important
}

#watch-block .wb_-playerarea .wb__-cover {
    position: absolute;
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -50px;
    opacity: .2;
    background-size: cover;
    background-position: center center;
}

.loginform .form-control.form-control-textarea {
    height: auto
}

.premodal.premodal-report .modal-content .modal-body {
    padding-top: 10px
}

.premodal.premodal-report .modal-content .modal-body .description {
    text-align: left
}

.premodal.premodal-report .name {
    color: #5a2e98;
    font-size: 20px;
    font-weight: 500
}

.premodal.premodal-report .form-group > label {
    font-weight: 600
}

.premodal.premodal-report .form-group label {
    font-size: 13px;
    margin-right: 10px
}

.premodal.premodal-report .form-group small {
    font-size: 11px
}
.page-numbers li {
    display: inline-block;
    line-height: 35px;
    margin: 3px;
    list-style: none;
}
.page-numbers li a, .page-numbers li span.current,
.page-numbers li span.dots {
    padding: 10px 20px;
    border-radius: 2px;
    font-size: 15px;
}

.page-numbers li a {
    background: #333333;
    transition: .5s all;
    color: #feffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .07), 0px 1px 3px rgba(0, 0, 0, .29);
}
.page-numbers li span.current {
    background: linear-gradient(140deg,rgba(0,77,102,.8) 0%,rgba(0,134,179,.9) 50%,rgba(0,191,255,1) 100%);
    transition: .5s all;
    color: #fff;
}

.page-numbers li a:hover {
    background: #5a2e98;
    color: #fff;
    transition: .5s all;
}

.tooltip-inner {
    background-color: #fff !important;
    color: #111
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #fff !important
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: #fff !important
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #fff !important
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: #fff !important
}

.film_list-az .anime-block-ul li {
    padding: 10px 10px 10px 56px;
    overflow: unset
}

.film_list-az .anime-block-ul li .film-poster {
    top: 10px;
    left: 10px;
    width: 30px;
    padding-bottom: 40px;
    z-index: unset
}

.film_list-az .anime-block-ul li .film-detail {
    min-height: 40px;
    z-index: unset
}

.film_list-az .anime-block-ul li .film-detail .fd-infor {
    overflow: unset
}

.film_list-az .anime-block-ul li .fdi-item {
    font-size: 13px;
    position: relative
}

.film_list-az .anime-block-ul li .fdi-item a {
    cursor: pointer
}

.form-dark {
    font-size: 13px;
    line-height: 1.4em
}

.form-dark .form-control {
    font-size: 13px;
    padding: 10px 15px;
    color: #aaa;
    height: auto;
    line-height: 1.5em;
    background: rgba(255, 255, 255, .05);
    box-shadow: none;
    border: none
}

.form-dark .form-control:focus {
    box-shadow: 0 0 0 2px #5a2e98
}

.form-dark textarea.form-control {
    resize: none
}

.list-group-item {
    background: #1c1c1c;
    border: 1px solid rgba(0, 0, 0, .125)
}

.alert.small {
    font-size: 13px
}

.profile-container {
    position: relative;
    display: block
}

.profile-container .content-padding {
    padding: 20px
}

.form-dark-primary .small, .profile-container .form-dark .small {
    font-size: 12px;
    color: #878787
}

.form-dark-primary .form-control, .profile-container .form-dark .form-control {
    height: 34px;
    font-size: 14px;
    background: 0 0;
    border: 1px solid #363636;
    color: #494949
}

.profile-container .form-dark h5 {
    color: #fff
}

.form-dark-primary .custom-control-label, .profile-container .form-dark .custom-control-label {
    line-height: 24px
}

.prc_-menu {
    float: left;
    width: 23%
}

.prc_-main {
    float: right;
    width: calc(77% - 20px)
}

.prc_-menu .prc__-icon {
    width: 100%;
    margin-bottom: 30px
}

.prc_-menu .prc__-icon img {
    width: 100%;
    height: auto
}

.prc_-menu .prc__-list {
    padding: 15px;
    background: #1c1c1c;
    border-radius: 6px
}

.prc_-menu .prc__-list .item {
    margin: 3px 0
}

.prc_-menu .prc__-list .item .btn {
    color: #ababab;
    display: block;
    text-align: left;
    padding: 8px 20px;
    font-size: 15px
}

.prc_-menu .prc__-list .item:hover .btn {
    background: #292929
}

.prc_-menu .prc__-list .item .btn.active {
    background: #5a2e98;
    color: #fff
}

.block_area-profile .description {
    color: #878787;
    margin-bottom: 20px
}

.block_area-profile .film_list-az .film-detail {
    padding-right: 40px
}

.block_area-profile .film_list-az .film-detail .btn-remove-fav {
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #921925;
    position: absolute;
    top: 0;
    right: 0
}

.block_area-profile .film_list-az .film-detail .btn-remove-fav:hover {
    background: #2a2a2a
}

.prc__-filter {
    margin-bottom: 15px;
    position: relative
}

.prc__-filter .item {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative
}

.prc__-filter .item .btn {
    background: #262626;
    color: #878787;
    border: none;
    height: 32px;
    padding: 5px 10px;
    line-height: 22px
}

.prc__-filter .item .btn span {
    color: #aaa
}

.prc__-filter .item.item-search .form-control {
    height: 32px;
    width: 200px;
    border: 1px solid #363636;
    font-size: 13px;
    background: 0 0;
    box-shadow: none
}

.player-servers {
    padding: 0;
    background: #2b2b2b;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px
}
.player-servers .ps__-list{
	width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.player-servers #servers-content {
    overflow: hidden;
    min-height: 60px
}

.player-servers .ps_-status {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: auto;
    width: 280px;
    background: #424242
}

.player-servers .ps_-status .server-notice {
    font-size: 12px;
    line-height: 1.3em;
    font-weight: 500;
    width: 100%;
    padding: 5px 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.player-servers .ps_-status .server-notice strong {
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
    color: #fff
}

.player-servers .ps_-status .server-notice b {
    font-weight: 700;
}

.player-servers .ps_-status .anis-cover {
    opacity: .1;
    filter: blur(10px)
}

.player-servers .ps_-block {
    overflow: hidden;
    position: relative;
    padding: 12px 15px;
    border-bottom: 1px dashed #424242
}

.player-servers .ps_-block:last-of-type {
    border: none
}

.player-servers .ps_-block .ps__-title {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 13px;
    line-height: 36px;
    font-weight: 600
}

.player-servers .ps_-block .ps__-title i {
    width: 16px;
    text-align: left;
    color: #9b61ec
}

.player-servers .ps_-block .small {
    font-size: 13px;
    padding: 15px 0 0;
    max-width: 400px
}

.player-servers .ps_-block .small strong {
    font-weight: 600;
    color: #9b61ec
}

.ps__-list .item {
    float: left;
    margin: 1px 7px 1px 0
}

.ps__-list .item .btn {
    font-size: 13px;
    box-shadow: none !important;
    font-weight: 500;
    padding: 0 10px;
    line-height: 30px;
    background: #343434;
    color: #ccc;
    border: none !important
}

.ps__-list .item .btn:hover {
    color: #fff
}

.ps__-list .item .btn.active {
    background: #5a2e98;
    color: #fff
}

.qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 280px;
    min-width: 50px;
    font-size: 10.5px;
    line-height: 12px;
    direction: ltr;
    box-shadow: none;
    padding: 0
}

.qtip-content, .qtip-titlebar {
    position: relative;
    overflow: hidden
}

.qtip-content {
    padding: 5px 9px;
    text-align: left;
    word-wrap: break-word
}

.qtip-titlebar {
    padding: 5px 35px 5px 10px;
    border-width: 0 0 1px;
    font-weight: 700
}

.qtip-titlebar + .qtip-content {
    border-top-width: 0 !important
}

.qtip-close {
    position: absolute;
    right: -9px;
    top: -9px;
    z-index: 11;
    cursor: pointer;
    outline: 0;
    border: 1px solid transparent
}

.qtip-titlebar .qtip-close {
    right: 4px;
    top: 50%;
    margin-top: -9px
}

* html .qtip-titlebar .qtip-close {
    top: 16px
}

.qtip-icon .ui-icon, .qtip-titlebar .ui-icon {
    display: block;
    text-indent: -1000em;
    direction: ltr
}

.qtip-icon, .qtip-icon .ui-icon {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none
}

.qtip-icon .ui-icon {
    width: 18px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    text-indent: 0;
    font: normal 700 10px/13px Tahoma, sans-serif;
    color: inherit;
    background: -100em -100em no-repeat
}

.qtip-default {
    border: 1px solid #f1d031;
    background-color: #ffffa3;
    color: #555
}

.qtip-default .qtip-titlebar {
    background-color: #ffef93
}

.qtip-default .qtip-icon {
    border-color: #ccc;
    background: #f1f1f1;
    color: #777
}

.qtip-default .qtip-titlebar .qtip-close {
    border-color: #aaa;
    color: #111
}

.qtip {
    font-size: 13px;
    line-height: 1.3em;
    z-index: 90 !important
}

.qtip-default {
    border: none;
    background: #171717;
    max-width: 100%;
    width: 340px;
    border-radius: 7px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.qtip-default .qtip-content {
    padding: 0
}

.qtip-default .pre-qtip-line a {
    color: #b082e6
}

.pre-qtip-content {
    padding: 15px 15px 0;
    position: relative;
    color: #525252
}

.pre-qtip-content .stick {
    font-weight: 500;
    color: #525252
}

.pre-qtip-title {
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 500;
    margin-bottom: 15px;
    padding-right: 30px;
    color: #fff
}

.pre-qtip-title span {
    color: #aaa;
    font-weight: 300
}

.pre-qtip-detail {
    margin: 0 -15px 15px;
    font-size: 13px;
    padding: 4px 15px;
    background: #212121
}

.pre-qtip-detail .pqd-li {
    float: left;
    font-weight: 400;
    line-height: 20px;
    color: #888
}

.pre-qtip-detail .pqd-li.badge {
    font-size: 12px !important;
    margin-right: 0
}

.pre-qtip-description {
    font-size: 12px;
    line-height: 1.4em;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.pre-qtip-line {
    margin-bottom: 2px;
    color: #888
}

.pre-qtip-button {
    margin: 15px -15px 0
}

.pre-qtip-button .btn {
    padding: 10px 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 !important;
    border-radius: 0 0 6px 6px
}

.pre-qtip-button .btn.btn-play {
    width: 100%;
    margin-right: 10px !important;
    color: #fff;
    background: #5a2e98
}

.pre-qtip-button .btn.btn-play:hover {
    background: #3e2166
}

.tip-right {
    float: right
}

.tip-right .badge {
    margin-left: 3px;
    padding: 4px 6px;
    border-radius: 2px;
    line-height: 1em
}

.tip-right .badge-type {
    background: #00a247;
    color: #fff
}

.tip-right .badge-dub {
    background: #c39d00;
    color: #fff
}

.tip-right .badge-sub {
    background: #fff;
    color: #111
}

.qtip-fav {
    position: absolute;
    cursor: pointer;
    display: inline-block;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    text-align: center
}

.qtip-fav i {
    line-height: 30px;
    color: #5a2e98;
    font-size: 18px
}

.qtip-fav:hover i {
    color: #3e2166
}

.grecaptcha-badge {
    display: none !important
}

.item-unwatched, .item-watched {
    cursor: pointer
}

.item-unwatched {
    background: #d39e00;
    color: #212121;
    padding: 0 5px;
    border-radius: 3px;
    font-size: .8em;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    transition: all .15s
}

#slider {
    background: #202125;
    overflow: hidden;
    z-index: 1;
    position: relative;
    display: block;
    padding-right: 0;
    width: 100%;
    padding-bottom: 420px;
    margin-bottom: 30px
}

#slider .swiper-slide .slide-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(12, 12, 12, .5)
}

#slider .swiper-slide {
    position: relative;
    overflow: hidden;
    background: #0e0e0e;
    border-radius: 6px
}

#slider .swiper-slide .slide-photo {
    position: absolute;
    width: 100%;
    height: 100%
}

#slider .swiper-slide .slide-photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}

#slider .slide-caption-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    width: 600px;
    max-width: 100%
}

#slider .slide-caption {
    position: relative;
    padding: 30px;
    color: #fff;
    z-index: 10
}

#slider .sc-detail {
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 10px
}

#slider .sc-detail .dot {
    background: #fff;
    width: 4px;
    height: 4px;
    margin: 2px 10px;
    opacity: .5
}

#slider .sc-detail .scd-item {
    margin-bottom: 5px;
    margin-right: 15px;
    display: inline-block;
    overflow: hidden
}

#slider .sc-detail .scd-item i {
    font-size: .8em;
    position: relative;
    top: -1px
}

#slider .sc-detail .scd-item .quality {
    display: inline-block;
    background: #cae962;
    padding: 3px 4px;
    color: #111;
    border-radius: 5px;
    line-height: 1em;
    font-weight: 600;
    font-size: 12px
}

#slider .slide-caption .sc-btn .btn {
    padding: 10px 25px
}

#slider .slide-caption .sc-btn .btn i {
    font-size: 12px;
    position: relative;
    top: -1px
}

#slider .slide-caption .film-title {
    margin: 0 0 15px 0;
    font-size: 2em;
    color: #fff;
    line-height: 1.3em;
    font-weight: 300
}

#slider .slide-caption .film-title a {
    color: #fff
}

#slider .slide-caption p.sc-desc {
    font-size: 1em;
    color: #ccc;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 15px
}

#slider .slide-caption p.sc-genre {
    margin-bottom: 30px;
    color: #eee
}

#slider .slide-caption .slide-caption-info {
    margin-bottom: 30px;
    color: #ccc
}

#slider .slide-caption .slide-caption-info a {
    color: #ccc
}

#slider .slide-caption .slide-caption-info .block {
    margin-bottom: 10px
}

#slider .slide-caption .slide-caption-info .block:last-of-type {
    margin-bottom: 0
}

#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: .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: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .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: 10px;
    height: 10px;
    margin: 2px;
    display: inline-block;
    border-radius: 100%;
    opacity: 1;
    background: #fff;
    vertical-align: middle;
    box-shadow: 0 0 3px rgba(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: #5a2e98;
    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: auto;
    top: 10px;
    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, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(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, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(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, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(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, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(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: .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 {
    z-index: 10
}

.swiper-button {
    position: absolute;
    left: 0;
    top: calc(50% - 55px);
    transform: translateY(-50%);
    height: 110px;
    width: 40px;
    text-align: center;
    background: rgba(255, 255, 255, .8);
    opacity: .5
}

.swiper-button.swiper-button-prev {
    border-radius: 0 10px 10px 0;
    left: -40px
}

.swiper-button.swiper-button-next {
    border-radius: 10px 0 0 10px;
    left: auto;
    right: -40px
}

.swiper-button i {
    font-size: 40px;
    line-height: 110px;
    color: #5a2e98
}

.swiper-button:hover {
    color: #111
}

#slider:hover .swiper-button.swiper-button-prev {
    left: 0
}

#slider:hover .swiper-button.swiper-button-next {
    right: 0
}

#slider:hover .swiper-button:hover {
    opacity: 1
}

@media screen and (min-width: 1280px) {
    .block_area_sidebar.block_area-filter .sidebar-filter .item {
        width: calc(50% - 8px)
    }

    .block_area_sidebar.block_area-filter .sidebar-filter .item:nth-of-type(2n) .dropdown-menu {
        transform: none !important;
        top: 100% !important;
        left: auto !important;
        bottom: auto !important;
        right: 0 !important
    }

    .block_area_sidebar.block_area-filter .sidebar-filter .dropdown-menu-large {
        max-width: 300px
    }

    .block_area_sidebar.block_area-filter .sidebar-filter .dropdown-menu-native .ul-filter.ul-4col li {
        width: 50%
    }

    .block_area_sidebar.block_area-filter .block_area-content {
        padding-right: 15px;
        padding-top: 5px
    }

    .block_area_sidebar.block_area-filter .block_area-content .filter-bottom {
        position: relative;
        width: 100%;
        top: auto;
        right: auto
    }

    .block_area_sidebar.block_area-filter .block_area-content .filter-bottom #sidebar-search {
        margin: 3px 0
    }

    .block_area_sidebar.block_area-filter .block_area-content .filter-bottom .submit {
        margin: 15px -15px -15px
    }

    .block_area_sidebar.block_area-filter .block_area-content .filter-bottom .submit .btn {
        border-radius: 0 0 6px 6px;
        height: 45px;
        line-height: 45px;
        padding: 0 10px;
        font-size: 18px
    }

    .player-extend-display {
        width: 100%;
        padding-bottom: calc(56.25% + 38px);
        position: relative;
        margin-bottom: 30px;
        display: none
    }

    .player-extend-display.active {
        display: block
    }

    #watch-block.active {
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        width: calc(100% - 30px)
    }
}

@media screen and (max-width: 1279px) {
    .container {
        max-width: 990px
    }

    #search {
        width: 320px
    }

    #slider {
        padding-bottom: 42%
    }

    #text-home .alert {
        font-size: 14px
    }

    #main-content, #main-sidebar {
        width: 100%;
        float: none;
        margin-bottom: 30px
    }

    .block_area_sidebar .cbox.cbox-list .anif-block-chart li {
        float: left;
        width: 50%;
        padding-right: 20px
    }

    .block_area_sidebar .cbox.cbox-list .anif-block-chart li.item-top {
        float: none;
        width: auto !important;
        padding-top: 150px
    }

    .block_area_sidebar .cbox.cbox-list .anime-block-ul li {
        float: left;
        width: 50%;
        padding-right: 20px;
        min-height: 62px
    }

    #footer .footer-icon {
        display: none
    }

    .pc-zoomtv {
        display: none
    }

    .prc_-main, .prc_-menu {
        float: none;
        width: 100%;
        margin-bottom: 30px
    }

    .prc_-menu .prc__-icon {
        display: none
    }

    .prc_-menu .prc__-list .item {
        margin: 3px;
        display: inline-block
    }

    .prc_-menu .prc__-list .item .btn {
        padding: 8px 15px
    }

    .st__-day {
        width: calc(20% - 4px)
    }

    .st__-day:nth-of-type(7n+1) {
        clear: none
    }

    .st__-day:nth-of-type(5n+1) {
        clear: both
    }

    .qtip {
        display: none !important;
        opacity: 0 !important
    }
}

@media screen and (max-width: 989px) {
    .container {
        max-width: 100%
    }

    .header-group {
        display: none
    }

    .block_area-filter .block_area-content {
        padding-right: 15px
    }

    .block_area-filter .block_area-content .filter-bottom {
        position: relative;
        width: 100%;
        top: auto;
        right: auto
    }

    .block_area-filter .block_area-content .filter-bottom .submit {
        margin-top: 12px
    }

    .episodes-ul .item {
        width: calc(8.33% - 10px)
    }

    .layout-page .h2-heading {
        font-size: 20px
    }

    .information_page .h2-heading {
        font-size: 24px !important;
        font-weight: 600 !important
    }

    .information_page .list-group-item h4 {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.4em;
        margin-bottom: 10px !important
    }

    .st__-day {
        width: calc(25% - 4px)
    }

    .st__-day:nth-of-type(5n+1) {
        clear: none
    }

    .st__-day:nth-of-type(4n+1) {
        clear: both
    }

    .tick-item.tick-type {
        display: none
    }

    .tick-item {
        font-size: 12px;
        font-weight: 400
    }
}
@media (min-width: 900px) {
    .schedule-items.early {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 768px) {
    #header_right {
        padding: 25px 0
    }

    #header .btn-user {
        width: 40px;
        height: 40px;
        min-width: auto;
        line-height: 40px;
        padding: 0;
        text-align: center;
        font-size: 0
    }

    #header .btn-user:after {
        content: "\f007";
        font-size: 16px;
        font-weight: 900;
        font-family: "Font Awesome 5 Free"
    }

    #header .logged .btn-user:after {
        content: "\f0d7"
    }
	.film-infor-watch .film-infor {
		width: 100%;
	}
	.film-infor-watch .showtime_movies{
		width: 100%;
	}
    .deslide-item .deslide-cover {
        bottom: 85px
    }

    .deslide-wrap .swiper-button {
        height: 60px;
        top: calc(50% - 42px);
        opacity: .7
    }

    .deslide-wrap .swiper-button i {
        line-height: 60px;
        font-size: 30px
    }

    .deslide-item .desi-buttons .btn {
        height: 45px;
        line-height: 45px;
        width: 160px;
        font-size: 18px
    }

    .deslide-item .desi-head-title {
        margin-bottom: 0;
        line-height: 45px;
        font-size: 20px
    }

    .deslide-item .deslide-item-content {
        height: auto;
        padding: 20px 200px 20px 20px;
        height: 85px
    }

    .film_list .film_list-wrap .flw-item {
        width: calc(25% - 14px)
    }

    .footer-az {
        display: none
    }

    #footer .footer-copyright {
        text-align: center;
        float: none;
        width: 100%;
        margin-bottom: 20px
    }

    #footer .disclaimer {
        max-width: 100%
    }

    #footer .socials-group .scg-list {
        float: none
    }

    #footer .socials-group .scg-list .item {
        float: none;
        display: inline-block;
        margin: 0 5px
    }

    #footer .footer-links {
        width: 100%;
        float: none !important
    }

    #footer .footer-links ul {
        width: 50%;
        padding-right: 10px;
        margin: 0
    }

    .premodal-login .modal-login-icon {
        display: none
    }

    .premodal-login .modal-content {
        padding-left: 0
    }

    .premodal-login .modal-dialog {
        max-width: 360px;
        margin: 0 auto
    }

    .premodal .modal-content .modal-body .description {
        font-size: 13px
    }

    #site_menu {
        position: unset
    }

    #site_menu.active .site_menu-icon i {
        color: #5a2e98
    }

    #header_menu {
        left: 15px;
        right: 15px;
        padding-top: 0;
        top: 90%;
        display: none !important
    }

    #header_menu.active {
        display: block !important
    }

    #header_menu ul.header_menu-list {
        padding: 0
    }

    #header_menu ul.header_menu-list .nav-item {
        border-bottom: 1px solid #4e2884;
    }

    #header_menu ul.header_menu-list .nav-item > a {
        height: 45px;
        line-height: 45px;
        font-size: 13px
    }

    #header_menu .header_menu-sub {
        display: none !important;
        opacity: 1;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        box-shadow: none;
        border-radius: 0;
        width: 100% !important
    }

    #header_menu .header_menu-sub.extend {
        display: block !important
    }

    .pc-autonext, .pc-autoplay, .pc-light {
        display: none
    }

    .episodes-ul .item {
        width: calc(10% - 10px)
    }

    .block_area-header-tabs {
        padding-bottom: 40px !important;
        position: relative
    }

    .bah-tabs, .bah-tabs-min {
        float: none !important;
        position: absolute;
        bottom: 5px;
        left: 15px;
        right: 15px;
        font-size: 0
    }

    .bah-tabs .btn, .bah-tabs-min .nav-item {
        margin-right: 15px
    }

    .bah-tabs .btn, .bah-tabs-min .nav-link {
        padding: 4px 0 !important
    }

    .block_area.none-bg .bah-tabs, .block_area.none-bg .bah-tabs-min {
        left: 0;
        right: 0;
        bottom: 10px
    }

    .block_area-profile .bah-tabs {
        white-space: nowrap;
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .block_area-profile .bah-tabs::-webkit-scrollbar {
        display: none
    }

    .block_area-profile .block_area-header-tabs:before {
        content: "";
        position: absolute;
        z-index: 2;
        right: 15px;
        bottom: 0;
        top: 10px;
        width: 40px;
        background: #1c1c1c;
        background: linear-gradient(90deg, rgba(28, 28, 28, 0) 0, #1c1c1c 100%)
    }

    .bah-ranges .ranges li {
        padding: 0
    }

    .main-az ul.az-list li {
        width: calc(14.285% - 6px)
    }

    .player-servers {
        padding-left: 0
    }

    .player-servers .ps_-status {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%
    }

    .player-servers .ps_-status .server-notice {
        transform: none;
        position: relative;
        top: auto;
        padding: 15px
    }
}

@media screen and (max-width: 639px) {
    #search {
        display: none
    }

    #search.active {
        display: block;
        top: 70px;
        margin-top: 10px;
        position: absolute;
        left: 15px;
        right: 15px;
        width: auto;
        z-index: 106
    }

    .search-content input.search-input {
        background-color: #5a2e98 !important;
        color: #fff;
        font-size: 14px;
        padding-left: 25px;
        padding-right: 50px
    }

    .search-content input.search-input::placeholder {
        color: #fff;
        opacity: .5
    }

    .search-content .search-icon {
        color: #fff !important;
        font-size: 16px
    }

    #m-search {
        display: block;
        cursor: pointer
    }

    #slider {
        padding-bottom: 320px
    }

    .deslide-item .desi-buttons {
        display: none
    }

    .deslide-item .deslide-item-content {
        padding: 15px;
    }

    .deslide-item .desi-head-title {
        line-height: 20px;
        font-size: 16px
    }

    .deslide-item .deslide-cover {
        bottom: 50px
    }

    .deslide-wrap .swiper-button.swiper-button-next {
        right: 0
    }

    .deslide-wrap .swiper-button.swiper-button-prev {
        left: 0
    }

    .deslide-wrap .swiper-button {
        top: calc(50% - 25px)
    }

    .block_area-filter .sidebar-filter .item {
        width: calc(50% - 8px)
    }

    .block_area-filter .sidebar-filter .item:nth-of-type(2n) .dropdown-menu {
        transform: none !important;
        top: 100% !important;
        left: auto !important;
        bottom: auto !important;
        right: 0 !important
    }

    .block_area-filter .sidebar-filter .dropdown-menu-large {
        max-width: 300px
    }

    .block_area-filter .sidebar-filter .dropdown-menu-native .ul-filter.ul-4col li {
        width: 50%
    }

    .block_area-filter .block_area-content .filter-bottom #sidebar-search {
        margin: 3px 0
    }

    .block_area-filter .block_area-content .filter-bottom .submit {
        margin: 15px 0 0
    }

    .film_list .film_list-wrap .flw-item {
        width: calc(33.33% - 14px)
    }

    .flw-item .film-poster .film-poster-ahref i, .flw-item .film-poster .film-poster-ahref:after, .flw-item .film-poster .film-poster-ahref:before {
        display: none
    }

    .anime-pagination .ap_-nav {
        position: relative;
        height: 90px;
        overflow: hidden
    }

    .anime-pagination .ap_-nav .ap__-btn {
        width: 48%;
        float: left
    }

    .anime-pagination .ap_-nav .ap__-btn .btn {
        display: block;
        padding: 6px 10px !important
    }

    .anime-pagination .ap_-nav .ap__-btn-next {
        float: right
    }

    .anime-pagination .ap_-nav .ap__-input {
        position: absolute;
        display: block;
        width: 200px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%)
    }

    .player-duo .pd-absolute, .player-duo .pd-relative {
        float: none;
        width: 100%;
        border: none;
        padding: 0;
        border-radius: 0
    }

    .player-duo .pd-absolute {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px dashed #5a5a5a
    }

    .player-duo {
        padding: 15px
    }

    .player-duo:before {
        display: none
    }

    .episodes-ul .item {
        width: calc(16.66% - 10px)
    }

    .prc_-menu .prc__-list {
        padding: 10px
    }

    .prc_-menu .prc__-list .item .btn {
        font-size: 13px;
        padding: 5px 8px
    }

    .prc_-main, .prc_-menu {
        margin-bottom: 20px
    }

    .profile-container .content-padding {
        padding: 15px
    }

    .anime-detail {
        padding-left: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .block_area-watch .anime-detail{
        align-items: flex-start;
    }
    .anime-detail .anime-poster {
        position: relative;
        width: 75%;
        margin-bottom: 15px;
    }

    .anime-detail .meta .col1, .anime-detail .meta .col2 {
        float: none;
        width: 100%
    }

    .prc__-filter {
        margin: 0 -5px 15px
    }

    .prc__-filter > .item {
        width: calc(50% - 6px);
        margin: 3px;
        float: left
    }

    .prc__-filter > .item .btn {
        display: block;
        padding: 5px
    }

    .prc__-filter > .item.item-search {
        width: calc(100% - 96px)
    }

    .prc__-filter > .item.item-btn {
        width: 84px
    }

    .prc__-filter > .item .form-control {
        width: 100% !important
    }

    .st__-day {
        width: calc(100% - 4px);
        clear: both !important
    }
}

@media screen and (max-width: 480px) {
    #header #logo {
        height: 50px;
        margin: 20px 0
    }

    #slider {
        padding-bottom: 70%
    }

    .block_area_sidebar .cbox.cbox-list .anif-block-chart li.item-top {
        padding-top: 100px
    }

    .block_area_sidebar .cbox.cbox-list .anime-block-ul li {
        float: none;
        width: 100%;
        padding-right: 0
    }

    .block_area .block_area-header .cat-heading {
        font-size: 18px
    }

    .block_area.block_area-anime .block_area-header .cat-heading {
        font-size: 22px
    }

    .table_schedule .table_schedule-list li .tsl-link {
        padding: 10px 15px
    }

    .table_schedule .table_schedule-list li .film-detail {
        padding-right: 100px;
        padding-left: 0
    }

    .table_schedule .table_schedule-list li .time {
        transform: none;
        position: relative;
        top: auto;
        left: auto;
        font-size: 14px;
        font-weight: 600;
        width: auto;
        text-align: left
    }

    .table_schedule .table_schedule-list li .film-detail .fd-play .btn-play {
        width: 90px;
        padding: 3px 0;
        font-size: 12px;
        transform: none;
        top: -12px
    }

    .table_schedule .table_schedule-list li .film-detail .fd-play .btn-play i {
        display: none
    }

    #watch-block, .player-duo, .player-servers {
        margin: 0 -15px;
        width: calc(100% + 30px)
    }

    .player-duo {
        margin-bottom: 20px
    }

    .episodes-ul .item {
        width: calc(20% - 10px)
    }

    .film_list-az .anime-block-ul li .fdi-item.item-watched {
        display: none
    }

    .player-servers {
        margin-bottom: 20px
    }
    .day-tab{
        flex: 0 0 46%;
    }
}

@media screen and (max-width: 479px) {
    .film_list .film_list-wrap .flw-item {
        width: calc(50% - 14px)
    }

    #header_menu .header_menu-sub.size-l ul.sub-menu li {
        width: 50%
    }

    #header_menu .header_menu-sub ul.sub-menu li a {
        padding: 3px 10px;
        display: inline-block;
        height: auto;
    }

    .player-controls .pc-item .btn {
        font-size: 12px
    }

    .player-controls .pc-control .btn {
        font-size: 0;
        width: 20px
    }

    .player-controls .pc-control .btn i {
        font-size: 12px;
        line-height: 38px
    }

    .profile-container .content-padding {
        padding: 5px
    }

    .profile-container .form-dark h5 {
        font-weight: 500;
        font-size: 18px
    }

    .block_area-schedule .bah-heading {
        float: none;
        display: block;
        width: 100%;
        overflow: hidden
    }

    .block_area-schedule .bah-time span {
        font-size: 16px;
        line-height: normal
    }

    .block_area-schedule .viewmore {
        float: none !important;
        position: absolute;
        top: 15px;
        right: 15px
    }

    .block_area-schedule .viewmore .btn {
        margin: 0 !important
    }

    .prc__-filter > .item.item-sort .btn {
        font-size: 0
    }

    .prc__-filter > .item.item-sort .btn span {
        font-size: 13px
    }
}

@media screen and (max-width: 350px) {
    #header #logo {
        height: 40px;
        margin: 25px 0
    }
}

.toastify{padding:12px 20px;color:#fff;display:inline-block;box-shadow:0 3px 6px -1px rgba(0,0,0,.12),0 10px 36px -4px rgba(77,96,232,.3);background:-webkit-linear-gradient(315deg,#73a5ff,#5477f5);background:linear-gradient(135deg,#73a5ff,#5477f5);position:fixed;opacity:0;transition:all .4s cubic-bezier(.215, .61, .355, 1);border-radius:2px;cursor:pointer;text-decoration:none;max-width:calc(50% - 20px);z-index:2147483647}.toastify.on{opacity:1}.toast-close{background:0 0;border:0;color:#fff;cursor:pointer;font-family:inherit;font-size:1em;opacity:.4;padding:0 5px}.toastify-right{right:15px}.toastify-left{left:15px}.toastify-top{top:-150px}.toastify-bottom{bottom:-150px}.toastify-rounded{border-radius:25px}.toastify-avatar{width:1.5em;height:1.5em;margin:-7px 5px;border-radius:2px}.toastify-center{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content;max-width:-moz-fit-content}@media only screen and (max-width:360px){.toastify-left,.toastify-right{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content}}

#comments, #respond, .comments-area {
    background: initial !important;
    max-width: 100%;
}
#comments {
    margin-top: 0;
}
#wpdcom {
    max-width: 100%;
    padding: 5px 14px;
    border-radius: 8px;
}

.select-timezone .form-control {
    padding: 4px 6px;
    height: 28px;
    font-size: 13px
}

.time-zone .btn {
    padding: 0 10px;
    line-height: 28px;
    font-size: 14px;
    border: none !important
}

.time-zone .btn.more-padding {
    padding: 0 25px;
    line-height: 28px;
    font-size: 12px
}

.time-zone {
    text-align: center
}

.time-zone > .form-dark {
    display: inline-block;
    margin: 0 auto 20px
}

.current-time {
    text-align: center;
    color: #aaa;
    margin-bottom: 20px
}

.st_-nav {
    display: block;
    border-bottom: 1px solid #292929;
    margin-bottom: 15px;
    position: relative
}

.st_-nav > div > .btn {
    color: #a885da;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    line-height: 28px
}

.st_-nav > div.date {
    text-align: center;
    color: #a885da;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.st_-month {
    margin: 0 -2px
}

.st__-day {
    float: left;
    width: calc(14.28% - 4px);
    margin: 2px
}

.st__-day .head {
    background: #292929;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    font-size: 15px
}

.st__-day.current-day .head {
    background: #5a2e98;
    color: #fff
}

.st__-day .head span {
    float: right;
    font-weight: 600;
    color: #fff
}

.st__-day ul li .item {
    display: block;
    position: relative;
    padding: 5px;
    font-size: 13px;
    padding-left: 43px;
    background: #181818;
    color: #878787;
    font-weight: 500;
    line-height: 16px
}

.st__-day ul li:nth-of-type(2n) .item {
    background: #1a1a1a
}

.st__-day ul li:hover .item {
    background: #212121 !important
}

.st__-day ul li .item .name {
    margin-bottom: 3px
}

.st__-day ul li .item .ep {
    color: #525252;
    font-size: 11.5px
}

.st__-day ul li .item .time {
    position: absolute;
    left: 5px;
    font-size: 11.5px;
    color: #525252
}

.st__-day:nth-of-type(7n+1) {
    clear: both
}