#film-content-wrapper>#film-content {
    overflow: hidden;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}

#film-content-wrapper>.expand-content {
    display: block;
    margin-top: 5px;
    text-transform: uppercase;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    height: 28px;
    border: solid 1px transparent;
    padding: 0 10px;
    outline: 0;
    font-weight: 700;
    font-size: 11px;
    text-decoration: none;
    white-space: nowrap;
    word-wrap: normal;
    line-height: normal;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 2px;
    width: 100%;
    border-top: 1px solid #e2e2e2;
    background-color: transparent;
    color: #aaa
}

#film-content-wrapper>.expand-content:hover {
    color: #fff
}

.breadcrumb .fa-home{
    padding-right: 5px;
}

.breadcrumb li:last-child, .breadcrumb li:last-of-type{
    padding-left: 5px;
}

#player-area iframe{
    border: unset;
}

.episodes li a{
    cursor: pointer;
}

.episodes li a.active:hover{
    color: #111;
}

.trailer-image-wrap{
    position: relative;
    cursor: pointer;
}

.trailer-image-wrap img{
    width: 100%;
}

.trailer iframe{
    height: 400px;
}


.trailer .icon-play:hover {
    transform: scale(1.7);
}
.trailer .icon-play {
    background: rgba(255, 150, 1, .75);
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    border-radius: 50%;
    transform: scale(1.5);
    transition: all .3s ease-in-out;
    cursor: pointer;
    opacity: .7;
}

.none{
    display: none;
}

.news-content p, .news-content li{
    font-size: 16px;
    line-height: 1.8em;
}

.news-content h2,.news-content h3{
    font-size: 24px;
}

.static-page h1{
    font-size: 26px;
}

.news-content ul li {
    list-style: none;
    margin: 0 0 10px 0;
    padding-left: 18px;
    position: relative;
}

.news-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.table-of-contents {
  background: #f3f9f7;
  padding: 1rem;
  position: relative;
  z-index: 3;
  margin-bottom: 20px;
}

.table-of-contents ul {
  list-style: none;
  padding-left: 1rem;
  margin-bottom: 0;
  overflow: hidden;
  height: 0;
}

.table-of-contents ul.show {
  overflow: visible;
  height: auto;
}

.table-of-contents ul li a {
  color: #091b49;
  text-decoration: none;
  background-color: transparent;
}

.table-of-contents ul li {
  padding: 0.3rem 0;
  margin: 0;
}

.table-of-contents ul li:before{
  content: unset;
}

.table-of-contents ul li a{
  font-weight : unset;
}

.static-page .breadcrumb{
    background: unset;
    padding-top: 15px;
}

.static-page .breadcrumb a span{
    color: #111;
    font-size: 16px;
}

.widget-title{
    font-size: 25px;
    font-family: roboto;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #a5cbef;
    background: #ff8a00;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
}

.widget {
    background-color: #fff;
    margin-bottom: 25px;
    padding: 20px;
    line-height: 1.4;
}

.widget ul li{
    padding-bottom: 10px;
}

.pagination{
    margin-top: 20px;
}

.load_more_post {
    display: block;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background-color: gray;
    padding: 10px 0;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: all ease .3s;
}

#logo a{
    cursor: pointer;
}

.mt-2{
    margin-top: 20px;
}


.ratings {
    list-style-type: none;
    margin: 0;
    padding: 0;
    direction: rtl;
    text-align: left;
    float: left;
    width: 180px;
}

.star {
    position: relative;
    line-height: 30px;
    display: inline-block;
    transition: color 0.2s ease;
    color: #ebebeb;
}

.star:before {
    content: '\2605';
    width: 60px;
    height: 60px;
    font-size: 20px;
}

.star:hover,
.star.selected,
.star:hover ~ .star,
.star.selected ~ .star{
    transition: color 0.8s ease;
    color: orange;
    cursor: pointer;
}

.div_average{
    float:left; 
    line-height:20px;
    margin: 5px 5px;
}

.item-post{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.item-post .thumbnail-post{
    width: 30%;
}

.item-post .item-content{
    width: 65%;
}

.item-post .item-content .entry-title{
    margin: 0;
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 10px;
}

.news-content iframe{
    width: 100%;
}

.static-page .news-content{
    margin: 0 15px;
    font-size: 16px;
}

.home-title{
    font-size: 24px;
    text-align: center;
    padding-bottom: 20px;
    margin: 0;
}

.conntent-footer{
    display: inline-block;
    padding-top: 10px;
}

.pb-2{
    padding-bottom: 20px;
}

.static-page .time{
    font-size: 16px;
    font-weight: 400;
}

.item-content .desc{
    font-size: 16px;
}

.item-content .time{
    font-size: 15px;
    padding-bottom: 10px;
    font-weight: 600;
}

/*box-home*/

.box-home{
    padding-bottom: 20px;
}

.tab-space1 {
    margin-left: -1px;
    margin-right: -1px;
}

.tab-space1>div {
    padding: 0 1px;
}

.img-overlay-70 {
    position: relative;
}

.img-overlay-70:before {
    opacity: .7;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#111),to(transparent));
    background-image: -webkit-linear-gradient(transparent,#111);
    background-image: -moz-linear-gradient(transparent,#111),-moz-linear-gradient(transparent,#111);
    background-image: -o-linear-gradient(transparent,#111),-o-linear-gradient(transparent,#111);
    background-image: linear-gradient(transparent,#111),linear-gradient(transparent,#111);
    content: "";
    height: 70%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.item-img-1 {
    height: 393px;
    object-fit: cover;
    width: 100%;
}

.mask-content-lg {
    position: absolute;
    z-index: 7;
    bottom: 10px;
    left: 30px;
    padding-right: 30px;
}

.topic-box-sm {
    display: inline-block;
    position: relative;
    color: #fff;
    height: 26px;
    padding: 0 15px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    z-index: 2;
}

.mb-4{
    margin-bottom: 1.5rem!important;
}

.mb-1 {
    margin-bottom: 0.25rem!important;
}

.mb-2{
    margin-bottom: 0.5rem!important;
}

.topic-box-sm:before {
    z-index: 1;
    content: "";
    top: 0;
    right: -8px;
    position: absolute;
    width: 0;
    height: 0;
}

.color-cinnabar:before {
    border-top: 8px solid #e53935;
    border-right: 8px solid transparent;
}

.topic-box-sm:after {
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.post-date-light {
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px;
}

.color-cinnabar:after {
    background-color: #e53935;
}

.title-medium-light {
    font-weight: 500;
    color: #fff;
    margin: 0;
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 5px;
    font-size: 16px;
}

.title-medium-light a {
    color: #fff;
}
.font-22 {
    font-size: 22px;
}

.mask-content-sm {
    position: absolute;
    z-index: 7;
    bottom: 5px;
    left: 25px;
    padding-right: 25px;
}

.item-img-2 {
    width: 100%;
    height: 195px;
    object-fit: cover;
}

.widget-title{
    font-size: 25px;
    font-family: roboto;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #a5cbef;
    background: #ff8a00;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
}

.widget {
    background-color: #fff;
    margin-bottom: 25px;
    padding: 20px;
    line-height: 1.4;
}

.widget ul li{
    padding-bottom: 10px;
    cursor: pointer;
}

.widget ul li h3{
    margin: 0;
}

.widget ul li a{
    cursor: pointer;
    font-size: 16px;
}

.pagination{
    margin-top: 20px;
}

.load-more {
    display: block;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background-color: gray;
    padding: 10px 0;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: all ease .3s;
}

.error-404{
    text-align: center;
}

.btn-404{
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50rem;
    margin-top: 15px;
}

.btn-404:hover{
    color: #fff;
}

.breadcrumb h2{
    font-size: 16px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.h1-home{
    font-size: 26px;
    text-align: center;
}