body {
    background-color: #202125;
    font-size: 12px;
    font-family: Montserrat, Arial, sans-serif;
    color: #fff
}

a {
    color: #fff
}

a:hover {
    text-decoration: none;
    color: #faa300
}

.btn-custom {
    background-color: #faa300;
    color: #fff
}

.btn-custom:hover {
    background-color: #db8e00;
    border-color: #b1731a;
    color: #fff
}

.border-top {
    border-top: 2px solid #5a3900 !important
}

.border-bottom {
    border-bottom: 2px solid #5a3900 !important
}

.border-bottom-dash {
    border-bottom: 2px dashed #5a3900 !important
}

.drop-shadow {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .75)
}

.title {
    text-transform: uppercase;
    color: #faa300;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.title h2 {
    font-size: 25px;
    font-weight: 700
}

.title-small {
    font-size: .7em;
    color: #aaa;
    margin-left: 1em
}

.title-more a {
    text-transform: none;
    font-size: 13px;
    color: #aaa;
    padding: 1em
}

.text-gray {
    color: #aaa
}

section {
    padding-top: 30px
}

.mt30 {
    margin-top: 30px
}

.mb20 {
    margin-bottom: 20px
}

.img {
    background-size: cover;
    background-position: center center
}

.r11 {
    padding-top: 100%
}

.r43 {
    padding-top: 133.33%
}

.r169 {
    padding-top: 56.25%
}

.elipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.svg-icon {
    width: 100%;
    height: 100%;
    pointer-events: none
}

.scroll-x {
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden
}

.scroll-x > div {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    position: relative
}

@media (max-width: 767.98px) {
    .title-small {
        display: block;
        margin-left: 0;
        margin-top: .5em
    }
}

.scroller {
    scrollbar-width: thin;
    scrollbar-color: #f00 orange;
    max-height: 500px;
    overflow-y: auto
}

.scroller::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.scroller::-webkit-scrollbar-track {
    background: #111
}

.scroller::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 20px
}

header {
    background-color: #202020
}

header .header {
    height: 75px;
    padding: 8px 0
}

header .header > * {
    align-self: center
}

header .logo {
    width: 250px;
    display: inline-block
}

header .logo img {
    width: 100%;
    margin-bottom: 2px
}

header .logo span {
    color: #fff
}

header .search-box {
    width: 350px
}

header .search-box .top-search {
    margin-bottom: 0;
    position: relative
}

header #search-nav {
    height: 40px;
    color: #111;
    padding-right: 100px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    border-radius: 3px;
    border: none;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .05) !important
}

.top-search__result {
    position: absolute;
    width: 100%;
    top: 40px
}

.top-search__btn-search {
    width: 40px;
    height: 40px;
    background: 0 0;
    border: none;
    padding: 0 10px;
    line-height: 40px;
    display: inline-block;
    color: #111;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 2;
    cursor: pointer
}

.top-search__btn-filter {
    height: 26px;
    cursor: pointer;
    line-height: 26px;
    font-size: 11px;
    background: #4a4b51;
    color: #fff;
    padding: 0 6px;
    border-radius: 3px;
    position: absolute;
    right: 7px;
    top: 7px;
    z-index: 3
}

.top-search__result {
    background: #414248;
    box-shadow: 0 20px 20px rgb(0 0 0/30%);
    position: absolute;
    left: 0;
    top: 41px;
    right: 0;
    z-index: 6;
    list-style: none
}

.top-search__msg {
    padding: 10px
}

.top-search__more {
    padding: 10px;
    background: #faa300 !important;
    font-size: 14px;
    color: #111;
    text-align: center;
    border-bottom: none;
    cursor: pointer
}

@media (max-width: 767.98px) {
    header .header {
        flex-direction: column;
        height: auto
    }

    header .header > * {
        align-self: flex-start
    }

    header .search-box {
        width: 100%
    }
}

footer {
    background-color: #202020;
    padding: 30px 0
}

footer .logo {
    width: 250px;
    display: inline-block
}

footer .logo img {
    width: 100%;
    margin-bottom: 2px
}

footer .logo span {
    color: #fff
}

.top-nav {
    position: relative;
    background-color: #101010
}

.top-nav .container {
    padding: 0
}

.nav__list-item > a {
    color: #fff;
    display: inline-block;
    padding: 15px;
    font-size: 15px;
    text-transform: uppercase
}

.nav__list-item:hover > a {
    background-color: #202020;
    color: #57af91
}

.nav__list-item:hover .nav__sub-list {
    display: block
}

.nav__list-item .nav__sub-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #202020;
    z-index: 10
}

.nav__sub-list-item {
    width: 25%
}

.nav__sub-list-item a {
    color: #fff;
    font-size: 13px;
    padding: 10;
    display: inline-block
}

.nav__sub-list-item:hover a {
    color: #57af91
}

@media (max-width: 767.98px) {
    .top-nav .container {
        flex-wrap: wrap
    }

    .nav__list-item .nav__sub-list {
        top: 50px
    }
}

.card-item {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #2a2c31;
    position: relative;
    margin-bottom: 10px
}

.card-item-img {
    position: relative;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.card-item-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 30%;
    background: rgba(0, 0, 0, .3);
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%)
}

.card-item__img-href {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: opacity .2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center
}

.card-item__img-href i {
    font-size: 2em;
    color: #fff
}

.card-item-img:hover .card-item__img-href, .card-v-item:hover .card-item__img-href {
    opacity: 1
}

.card-item-badget {
    position: absolute;
    bottom: 5px;
    color: #000;
    background: #fec862;
    font-weight: 700;
    padding: 1px 3px;
    border-radius: 3px
}

.card-item-badget.rtl {
    right: 5px
}

.card-item-content {
    padding: 7px 5px
}

.card-item-content h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0;
    font-weight: 700;
    height: 37px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.card-item-content p {
    color: #aaa;
    margin-bottom: .5rem
}

.card-v-item .card-item-content {
    padding: 0 5px
}

.card-v-item .card-item-left {
    width: 40%;
    display: inline-block
}

.card-v-item .card-item-right {
    float: right;
    width: 60%;
    padding-left: 10px
}

.card-v-item .card-item-badget {
    position: relative
}

.card-v-item .card-item-highlight {
    color: #fff
}

.card-v-item .card-item-img {
    border: 1px solid #ccc
}

@media (max-width: 767.98px) {
    .card-v-item .card-item-left {
        width: 96px
    }

    .card-v-item .card-item-right {
        width: calc(100% - 96px)
    }
}

.bb-slider-item {
    width: 25%;
    min-width: 270px;
    padding: 0 5px;
    position: relative
}

.bb-slider-number {
    width: 33.33%;
    position: absolute;
    height: 100%
}

.bb-slider-number .svg-icon {
    height: auto
}

.bb-slider-item .card-item {
    margin-left: 33.33%
}

.sidebar-widget {
    margin-bottom: 30px
}

.sidebar-widget-content {
    padding: 10px;
    background: #2a2c31
}

.sidebar-widget-content .card-v-item {
    border-bottom: 1px solid #63464e !important;
    padding: 9px 5px
}

.sbb-item {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    padding-bottom: 5px
}

.sbb-item .sbb-item-number {
    align-self: center;
    font-weight: 700;
    text-align: center;
    font-size: 17px;
    margin-right: 10px;
    border-bottom: 2px solid #ee7b65;
    flex: 0 0 1.5em
}

.sbb-item .sbb-item-thumb {
    align-self: center;
    flex: 0 0 45px
}

.sbb-item .sbb-item-number.none {
    background: 0 0
}

.sbb-item .sbb-item-content {
    margin-left: 1em
}

.sbb-item .sbb-item-content h3 {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0;
    font-weight: 500;
    height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.sbb-item .sbb-item-content p {
    color: #aaa;
    font-style: italic;
    margin-bottom: 5px
}

.top-search__result .sbb-item {
    padding: 10px
}

.top-search__result .sbb-item:hover {
    background: rgba(255, 255, 255, .05)
}

.tabpanel {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 15px
}

.tabpanel .tab {
    padding: 10px 15px;
    cursor: pointer;
    text-align: center;
    background-color: #3d3e44
}

.tabpanel.fw .tab {
    flex: 1 1 auto
}

.tabpanel .tab.active {
    background-color: #51535b;
    color: #faa300
}

.btn-watch {
    color: #fff;
    background-color: #bb2205;
    border-color: #bb2205
}

.btn-watch:hover {
    background-color: #841602;
    border-color: #841602
}

.movie-thumb {
    text-align: center
}

.movie-thumb .img {
    border-radius: 3px
}

.movie-title h1 {
    font-size: 25px;
    font-weight: 700
}

.movie-title__eps {
    font-size: 15px;
    color: #aaa
}

.movie-des-box {
    padding: 10px;
    background: #111;
    max-height: 250px
}

.movie-des dt, .movie-des dd {
    display: inline-block;
    line-height: 2em;
    color: #aaa
}

.air-date {
    font-size: 13px;
    padding: 10px;
    border: 2px dashed #582b23
}

.box {
    background: #111;
    padding: 10px
}

.box .box-header {
    margin-bottom: .5em;
    text-transform: uppercase;
    font-size: 14px
}

.box .box-sub-header {
    margin-left: 10px;
    color: #aaa;
    text-transform: uppercase
}

.box .box-content {
    color: #aaa
}

.me-list {
    margin: 10px 0 20px
}

.me-list .me-item {
    padding: 10px 15px;
    display: inline-block;
    color: #fff;
    background-color: #444;
    border-radius: 3px;
    margin: 0 5px 10px 0
}

.me-list .me-item:hover {
    background-color: #333
}

.me-list .me-item.disabled {
    background-color: #222;
    color: #aaa
}

.me-list .me-item.active {
    background-color: #faa300
}

@media (max-width: 575.98px) {
    .movie-thumb {
        max-width: 320px;
        margin: 0 auto
    }

    .movie-title-box {
        text-align: center;
        margin-top: 30px
    }
}

.bn-carousel-cell {
    width: 100%
}

.banner-carousel-item-wrapper {
    display: block;
    position: relative
}

.bn-carousel-content {
    position: absolute;
    bottom: 0;
    z-index: 3;
    padding: 20px 15px 5px;
    color: #fff;
    max-width: 50%;
    bottom: 10px;
    left: 10px;
    background-color: rgba(1, 1, 1, .6);
    padding: 10px 20px;
    border-radius: 10px
}

.bn-carousel-content h3 {
    margin-top: 0;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.1em;
    margin-bottom: 15px;
    max-height: 64px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.bn-carousel-content p {
    margin-bottom: 10px
}

.bn-carousel__subtext {
    font-size: 15px;
    line-height: 1.3em;
    font-weight: 700;
    margin-bottom: 15px;
    color: #faa300
}

.bn-carousel__engtitle {
    font-size: 15px;
    line-height: 1.3em;
    max-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.bn-carousel__latest {
    background: #fec862;
    font-weight: 700;
    padding: 1px 3px;
    border-radius: 3px;
    display: inline-block;
    color: #000
}

.bn-carousel-img {
    position: relative;
    padding-bottom: 28.125%;
    min-height: 180px;
    background-color: #010609;
    overflow: hidden;
    background-size: cover;
    background-position: center
}

.poster:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #202125;
    background: -moz-linear-gradient(90deg, rgba(32, 33, 37, .6) 0, rgba(32, 33, 37, .3) 40%, rgba(32, 33, 37, 0) 60%, rgba(32, 33, 37, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(32, 33, 37, .6) 0, rgba(32, 33, 37, .3) 40%, rgba(32, 33, 37, 0) 60%, rgba(32, 33, 37, 0) 100%);
    background: linear-gradient(90deg, rgba(32, 33, 37, .6) 0, rgba(32, 33, 37, .3) 40%, rgba(32, 33, 37, 0) 60%, rgba(32, 33, 37, 0) 100%)
}

.poster:after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #202125;
    background: -moz-linear-gradient(0deg, #202125 0, rgba(32, 33, 37, 0) 100%);
    background: -webkit-linear-gradient(0deg, #202125 0, rgba(32, 33, 37, 0) 100%);
    background: linear-gradient(0deg, #202125 0, rgba(32, 33, 37, 0) 100%);
    z-index: 2
}

.tani-carousel .flickity-prev-next-button {
    left: auto;
    right: 15px;
    top: auto;
    bottom: 45px;
    border-radius: 5px;
    background: #2c2c2c;
    height: 32px;
    width: 36px;
    border: 1px solid #525252
}

.tani-carousel .flickity-prev-next-button:hover {
    background: #faa300
}

.tani-carousel .flickity-prev-next-button .flickity-button-icon {
    width: 50%;
    height: 50%;
    left: 25%;
    top: 25%
}

.tani-carousel .flickity-prev-next-button:hover .flickity-button-icon {
    fill: #000
}

.tani-carousel .flickity-prev-next-button.previous {
    bottom: 5px
}

.tani-carousel .flickity-prev-next-button .flickity-button-icon {
    fill: #fff
}

.tagcloud {
    list-style: none;
    text-align: left;
    padding-left: 0
}

.tagcloud li {
    display: inline-block;
    padding: 10px;
    background: #4a4b51;
    border-radius: 3px;
    margin-right: 1em
}

ul.color-list {
    list-style: none;
    text-align: left;
    padding-left: 0;
    margin-bottom: 0
}

ul.color-list li {
    display: inline-block
}

ul.color-list li:nth-of-type(7n) a {
    border-color: #86e3ce;
    color: #86e3ce
}

ul.color-list li:nth-of-type(7n+1) a {
    border-color: #d0e6a5;
    color: #d0e6a5
}

ul.color-list li:nth-of-type(7n+2) a {
    border-color: #ffdd95;
    color: #ffdd95
}

ul.color-list li:nth-of-type(7n+3) a {
    border-color: #fc887b;
    color: #fc887b
}

ul.color-list li:nth-of-type(7n+4) a {
    border-color: #ccabda;
    color: #ccabda
}

ul.color-list li:nth-of-type(7n+5) a {
    border-color: #abccd8;
    color: #abccd8
}

ul.color-list li:nth-of-type(7n+6) a {
    border-color: #d8b2ab;
    color: #d8b2ab
}

.me__search__input {
    display: inline-block;
    min-width: 200px;
    position: relative
}

.me__search__input input {
    padding-right: 34px;
    height: 35px;
    font-size: 12px;
    color: #abb7c4;
    font-weight: 300;
    text-transform: none;
    min-width: 200px;
    border: 1px solid #4f5b55
}

.me__search__input i.fa {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    color: #111
}

.pl-carousel {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #582b23
}

.pl-carousel__item {
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    padding: 10px 15px;
    cursor: pointer;
    text-align: center
}

.pl-carousel__item.active {
    color: #faa300
}

.pl-carousel .flickity-prev-next-button.previous {
    bottom: 0;
    right: unset;
    left: -10px
}

.pl-carousel .flickity-prev-next-button.next {
    bottom: 0;
    right: -10px
}

.ss-item.scroller {
    max-height: 300px
}
.btn-light {
    color: #212529!important;
}