* {
    padding: 0;
    margin: 0;
}

body {
    background: #fff url('../images/bg.jpg') repeat-x;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

a {
    color: #fff;
    text-decoration: none;
}
.mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 15;
    position: fixed;
    top: 0;
    display: none
}
.img {
    position: relative;
    display: block;
}

.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.selected {
    display: block;
}

.container {
    width: 970px;
    margin: auto;
}

.clearfix {
    clear: both;
}

header {
    position: relative;
    margin-bottom: 10px;
}

.char-list {
    background: #C0C0C0;
    font-size: 0;
}

.char-list li {
    display: inline-block;
    width: calc(3.57% - 1px);
    border-right: 1px solid #d7d3cf;
    text-align: center;
    padding: 8px 0;
}

.char-list li:hover {
    background: #FDB813;
}

.char-list li a {
    font-size: 9.6px;
    font-weight: bold;
}

.char-list li:last-child {
	border-right: none;
}

.logo {
    height: 73px;
}

.search {
    height: 34px;
    background: transparent;
    overflow: hidden;
    position: absolute;
    top: 50px;
    right: 70px;
    background: #F6FCFC;
    z-index: 10;
}

.search select,
.search input,
.search button {
    float: left;
    border: none;
}

.search select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 2px;
    width: 55px;
    height: 34px;
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #3ec2cf;
    background: #F6FCFC url('../images/ic-arrow-search.jpg') center right no-repeat;
}

.search input {
    padding: 6px;
    height: 22px;
    background: #F6FCFC;
    width: 170px;
}

.search button {
    background: #FDB813;
    padding: 6px 4px;
    cursor: pointer;
}
.ui-autocomplete {
    background: #FFF !important;
    position: absolute !important;
    z-index: 889;
    width: 220px !important;
}

.ui-menu-item {
    margin: 5px;
    z-index: 889;
    list-style-type: none;
    padding:5px 0;
    cursor:pointer;
}

.ui-menu-item a {
    color: #000;
}

.ui-menu-item:nth-of-type(2n) {background:rgba(192, 192, 192, 0.2);}
.ui-menu-item img {width:38px;float:left;}
.ui-menu-item .info {float:left;width:calc(100% - 48px);margin-left:10px;}

.ui-menu-item a:hover {
    color: #0EA8D1 !important
}

.navbar {
    background: #3EC2CF;
    font-size: 0;
}

.navbar > li {
    display: inline-block;
    position: relative;
    border-right: 1px solid #d7d3cf;
}

.navbar > li:hover,
.navbar > li.selected {
    background: #FDB813;
}

.navbar > li:hover .sub-nav {
    display: block;

    z-index: 13;
}

.navbar > li:first-child a {
    padding: 8px 20px;
}

.navbar > li > a {
    font-size: 12px;
    font-weight: bold;
    padding: 15px 20px;
    float: left;
}
.navbar > li > a.account {
    padding: 3px 20px
}
.navbar .user {
    border-right: none;
}
.navbar .user:hover{
    background: #3EC2CF;
}
.navbar .user:hover a {
    color: #FDB813
}

.navbar .user .avatar {
    border: 1px solid #d7d3cf;
}

.navbar .user > .txt-account {display: none;}

.navbar .sub-nav {
    display: none;
    position: absolute;
    top: 45px;
    background: #FFFFFF;
    width: 160px;
    list-style-type: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 5px 0;
    z-index: 10;
}
.navbar .user .sub-nav {
    right: 0;
    top: 40px;
}
.navbar .user .sub-nav a {
    color: #000000;
}
.sub-nav li {
    overflow: hidden;
}

.sub-nav li:hover {
    background: #F5F5F5;
}

.sub-nav li a {
    font-size: 14px;
    float: left;
    padding: 3px 20px;
    color: #000000;
}

#layerslider {
    margin-bottom: 10px;
    width: 970px;
    height: 300px;
}

footer {
    clear: both;
    color: #FFFFFF;
    background: #3EC2CF;
    padding: 10px 10px 20px 10px;
    position: relative;
}

footer ul {
    width: 100%;
    margin-top: 10px;
}

footer ul li {
    display: inline-block;
}

footer ul li a {
    float: left;
    padding-right: 12px;
}

footer ul li a:hover {
    color: #FDB813;
}

.btn-btt {
    background: #FDB813;
    border: none;
    color: #FFFFFF;
    padding: 10px 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 14px;
    cursor: pointer;
    z-index: 999999;
}

.content {
    overflow: hidden;
}

.content-left {
    float: left;
    width: 750px;
}

.content-right {
    float: left;
    width: 210px;
    margin-left: 10px;
}

.ads_place {
    text-align:center;
}

.ads_place_728 {
    height: 90px;
}
.ads_place_160 {
    text-align: center;
}
.block,
.ads_place {
    border: 1px solid #eaeaea;
    margin-bottom: 10px;
    padding: 10px;
    background: #FFF;
    position: relative;
    overflow: hidden;
}

.fanpage a {color:#000;}
.fanpage > div > img {width:30px;float:left;}
.fanpage > div > div:nth-child(2) {margin-top:10px;margin-left:5px;float:left;}
.fanpage > div:nth-child(1) > div:nth-child(2) > a:hover,
.fanpage > div:nth-child(2) > div:nth-child(2) > a:hover {color:#3EC2CF;}
.fanpage > div:nth-child(3) > div:nth-child(2) > a:hover {color:#FDB813;}
.fanpage > div:nth-child(2),
.fanpage > div:nth-child(3) {border-top:1px solid #eaeaea;margin-top:4px;padding-top:4px;}

.block-tab {
    position: relative;
}

.block-tab > h1 {
  font-size:12px;
  background:#FDB813;
  color:#fff;
  padding:5px 10px;
  display:inline-block;
}

.tab {
    width: 100%;
    margin-bottom: 2px;
}

.tab li {
    display: inline-block;
    background: #3ec2cf;
    color: #FFF;
    padding: 5px 10px;
    cursor: pointer;
    margin-right: -1px;
}

.tab li:hover,
.tab li.selected {
    background: #FDB813;
}

.tab-content {
    display: none;
}

.tab-content.selected {
    display: block;
}

.content-right-title {
    font-size: 16px;
    font-weight: normal;
    color: #3EC2CF;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #eaeaea;
}

.content-right-title .fa {
    color: #FDB813;
}

.list-right li {
    list-style-type: none;
    margin-bottom: 10px;
}

.list-right li a {
    color: #3EC2CF;
    font-weight: 500;
    font-size: 14px;
}

.list-right li a:hover {
    color: #FDB813;
}

.list-right .time {
    color: #ccc;
}

.list-episode-item {
    font-size: 0;
    margin-left: -5px;
    margin-top: -5px;
    width: calc(100% + 10px);
}

.list-episode-item li {
    position: relative;
    display: inline-block;
    width: 173px;
    width: calc(25% - 10px);
    vertical-align: top;
    margin: 5px;
    padding-top: 22%;
    background: #eee;
}

.list-episode-item li:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 4;
}

.list-episode-item li .img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.list-episode-item li .title,
.list-episode-item li .time {
    position: absolute;
    left: 10px;
    z-index: 4;
    font-weight: normal;
    width: calc(100% - 55px);
}
.list-episode-item li:hover .title {
    font-weight: bold;
}
.list-episode-item li .title {
    font-size: 12px;
    color: #FFF;
    bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 28px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-episode-item li .time {
    font-size: 11px;
    color: #D1D1D1;
    bottom: 5px;
}

.list-episode-item li .ep {
    background: url('../images/bg-ep-sub.png') no-repeat;
}

.list-episode-item li .ep.sub, .list-episode-item li .ep.SUB {
    background: url('../images/bg-ep-sub.png') no-repeat;
}

.list-episode-item li .ep.raw, .list-episode-item li .ep.RAW {
    background: url('../images/bg-ep-raw.png') no-repeat;
}

.list-episode-item li .ep {
    padding-left: 2px;
    width: 50px;
    height: 20px;
    font-size: 12px;
    color: #FFF;
    display: block;
    position: absolute;
    bottom: 12px;
    right: -9px;
    z-index: 5;
}

.list-episode-item .type,
.list-episode-item-2 img,
.list-episode-item-2 .ep {
    display: none !important;
}

.list-episode-item-2 li {
    list-style-type: none;
    width: 100%;
    display: inline-block;
    margin: 2px 0;
}

.list-episode-item-2 li:hover,
.list-episode-item-2 li:nth-child(even) {
    background: #EDEDED;
}

.list-episode-item-2 .type {
    float: left;
    color: #FFF;
    width: 50px;
    display: block;
    text-align: center;
    padding: 5px;
    background: #C0C0C0;
}

.list-episode-item-2 .type.sub, .list-episode-item-2 .type.SUB {
    background: #3EC2CF;
}

.list-episode-item-2 .type.raw, .list-episode-item-2 .type.RAW {
    background: #FDB813
}

.list-episode-item-2 .title {
    float: left;
    font-weight: normal;
    padding: 5px;
    font-size: 12px;
    color: #000;
}

.list-episode-item-2 .title:hover {
    color: #d19917;
}

.list-episode-item-2 .time {
    float: right;
    padding: 5px;
    color: #ccc;
}

.list-popular li {
    list-style-type: none;
    width: calc(33% - 10px);
    display: inline-block;
    margin: 2px 5px;
}

.list-popular li a {
    color: #3ec2cf;
}

.list-popular li a:hover {
    color: #FDB813;
}

.view-more {
    text-align: right;
    padding: 5px 0;
}

.view-more a {
    color: #3ec2cf;
    display: inline-block;
    font-size: 14px;
}

.switch-view {
    position: absolute;
    right: 0;
    top: 5px;
}

.switch-view li {
    display: inline-block;
    width: 23px;
    height: 18px;
    cursor: pointer;
}

.switch-view li:first-child {
    background: url('../images/icon-switch-view.png');
    background-position: 0 0;
}

.switch-view li.selected:first-child {
    background: url('../images/icon-switch-view.png');
    background-position: 0 18px;
}

.switch-view li:last-child {
    background: url('../images/icon-switch-view.png');
    background-position: 23px 36px;
}

.switch-view li.selected:last-child {
    background: url('../images/icon-switch-view.png');
    background-position: 23px 18px;
}

.list-star > li {
    display: inline-block;
    width: 354px;
    width: calc(50% - 10px);
    margin: 0 6px 10px 0;
    vertical-align: top;
}

.list-star > li .img {
    float: left;
    width: 180px;
    padding-top: 180px;
    margin-right: 10px;
}

.list-star > li h3 a {
    color: #3EC2CF;
    margin-bottom: 10px;
    display: block;
}

.list-star > li ul li {
    list-style-type: none;
    margin: 0 0 5px 10px;
    font-size: 11px;
}

.pagination {
    text-align: right;
    margin-top: 20px;
}

.pagination li {
    display: inline-block;
    border: 1px solid #ddd;
    /*border-right: none;*/
}

.pagination li:last-child {
    border-right: 1px solid #ddd;
}

.pagination li a {
    color: #3EC2CF;
    display: block;
    padding: 7px 12px;
}

.pagination li.selected a, .pagination li a:hover {
    background: #3EC2CF;
    color: #FFF;
}

.details {
    overflow: hidden;
}

.details .img {
    width: 220px;
    height: 315px;
    float: left;
    margin: 0 10px 10px 0;
}

.details .info {
    border: 1px solid #c0c0c0;
    overflow: hidden;
    padding: 10px;
    font-size: 10px;
}

.details .info h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.details .info a {
    color:#000;
}

.details .info a:hover {
    color: #c0c0c0;
}

.details .info p {
    margin: 0 0 15px 0;
}

.details .info span {
    color: #3EC2CF;
}
.details .info .other_name a{
    color: #3EC2CF;
}

.details .info .other_name a:not(:last-child):after {
    content: '/ ';
    color: #3EC2CF;
}

.details .info .other_name a:hover{
    color: #FDB813;
}

.show-all {
    position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer;
    color: #3EC2CF;
}

.all-episode li .title {
    color: #3EC2CF;
    font-size: 11px;
}

.all-episode li:nth-child(n+14) {
    display: none;
}

.watch .title {
    font-size: 18px;
    color: #FDB813;
    border-bottom: 1px solid #cfcfcf;
    padding: 10px 0;
    margin-bottom: 10px;
}

.watch .category {
    position: absolute;
    right: 10px;
    top: 27px;
}

.watch .category a {
    font-weight: bold;
    color: #3EC2CF
}

.list-content {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    margin-bottom: 10px;
}

.list-content:nth-child(3n+2) {
    margin: 0 calc(2% - 4px) 10px 2%;
}

.list-content a {
    color: #3ec2cf;
}

.list-content a:hover {
    color: #FDB813;
}

.list-content .title-list {
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 5px;
}

.list-content .title-list h4 {
    font-weight: normal;
}

.list-content .title-list a {
    float: right;
}

.list-content li {
    list-style-type: none;
    padding: 5px 0;
}

.list-content li.show {
    display: block;
}

.list-content li.hidden {
    display: none;
}

.list-content li a {
    display: block;
    width: calc(100% - 40px);
    font-weight: 500;

}

.list-content .year {
    float: right;
    font-size: 11px;
}

.list .filter {
    width: calc(100% + 10px);
    margin-bottom: 20px;
    overflow: hidden;
}

.list .filter select {
    width: calc(25% - 10px);
    float: left;
    height: 24px;
    margin-right: 10px;

    border: 1px solid #cfcfcf;
    color: #000;
    font-size: 10px;
    padding: 2px 5px;
}

.list .filter select option {
    padding: 2px 5px;
}

.privacy a {
    color: #3EC2CF;
}

.privacy a:hover {
    color: #FDB813;
}

.contact-input {
    margin: 5px 0;
}

.contact-input label {
    display: inline-block;
    vertical-align: top;
    width: 80px;
}

.contact-input input[type="text"], .contact-input input[type="email"] {
    height: 24px;
    max-width: 302px;
    padding: 0 5px;
    width: 100%;
    border: 1px solid #eaeaea;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-input textarea {
    max-width: 302px;
    padding: 5px;
    resize: vertical;
    width: 100%;
    border: 1px solid #eaeaea;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-input .captcha {
    display: inline-block;
    max-width: 250px;
    width: 100%;
}

.contact-input button {
    background: #3ec2cf none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    padding: 5px 10px;
    width: 100px;
    cursor: pointer;
}

.contact-input button:hover {
    color: #FDB813;
}
.slider-star {
    margin: 0 -11px;
    padding-top: 20px;
}
.slider-star .item {
    width: calc(100% - 20px);
    height: 160px;
    margin: 10px;
}

.slider-star .item a {
    width: 100%;
    height: 100%;
    position: relative;
}

.slider-star .item a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 4;
}
.slider-star .item .title {
    position: absolute;
    left: 10px;
    bottom: 20px;
    z-index: 4;
    font-weight: normal;
    width: calc(100% - 55px);
    font-size: 12px;
    color: #FFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 28px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.slider-star .slick-prev, .slider-star .slick-next {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    background: #3EC2CF;
    color: #FFF;
    font-weight: 700;
    border: none;
    padding: 0px 10px;
    font-size: 16px;
}

.slider-star .slick-prev {right: 45px;}

.comment a {color:#3EC2CF;}

.bookmark {padding: 10px 15px;}
.bookmark table {border-collapse: collapse;width: 100%;text-align: left;margin: 30px 0;}
.bookmark table th {border-bottom: 1px solid #3EC2CF;padding: 5px 0;color: #3EC2CF;}
.bookmark table td {border-bottom: 1px solid #353442;padding: 10px 0;}
.bookmark table tr:last-child td {border-bottom: none;padding: 10px 0;}
.bookmark table .title {width: 60%;}
.bookmark table .latest, .status {width: 10%;}
.bookmark table td i {margin-right: 5px;}
.bookmark i.fa-check, .check {color: #009bc3;}
.bookmark i.fa-close, .close {color: #fea501;}
.bookmark i.fa-trash, .trash {color: #d30b0c;}
.bookmark i.fa-folder, .folder {color: #536571;}
.bookmark [type=checkbox]:checked, .bookmark [type=checkbox]:not(:checked) {position: absolute;left: -9999px;}
.bookmark [type=checkbox]:checked + label, .bookmark [type=checkbox]:not(:checked) + label {position: relative;padding-left: 25px;cursor: pointer;}
.bookmark [type=checkbox]:checked + label:before, .bookmark [type=checkbox]:not(:checked) + label:before {content: '';position: absolute;left: 0;top: -3px;width: 17px;height: 17px;border: 1px solid #e3e3e3;border-radius: 0;}
.bookmark [type=checkbox]:checked + label:after, .bookmark [type=checkbox]:not(:checked) + label:after {content: '✔';position: absolute;top: -3px;left: 4px;font-size: 18px;line-height: .8;color: #09ad7e;transition: all .2s;}
.bookmark [type=checkbox]:not(:checked) + label:after {opacity: 0;transform: scale(0);}
.bookmark [type=checkbox]:checked + label:after {opacity: 1;transform: scale(1);}
.bookmark [type=checkbox]:disabled:checked + label:before,.bookmark [type=checkbox]:disabled:not(:checked) + label:before {box-shadow: none;border-color: #bbb;background-color: #ddd;}
.bookmark [type=checkbox]:disabled:checked + label:after {color: #999;}
.bookmark [type=checkbox]:disabled + label {color: #aaa;}
.bookmark [type=checkbox]:checked:focus + label:before, .bookmark [type=checkbox]:not(:checked):focus + label:before {border: 1px dotted #00f;}
.bookmark .check:hover, .bookmark .close:hover, .bookmark .folder:hover, .bookmark .trash:hover {color: #3EC2CF;cursor: pointer;}
.bookmark .check:hover i, .bookmark .close:hover i, .bookmark .folder:hover i, .bookmark .trash:hover i {color: #3EC2CF;}
.bookmark label:hover:before {border: 1px solid #4778d9 !important}
.bookmark .shared-bookmark-link {border: 1px solid #e3e3e3;min-width: 300px;padding: 3px;width: 50%;}
.bookmark .group-input {margin-top: 30px;}
.bookmark .group-input select {-moz-appearance: none;-webkit-appearance: none;background: #fff url("../images/ic-arrow-search.jpg") no-repeat scroll 95% 50%;border: 1px solid #e3e3e3;box-shadow: none;height: 24px;max-width: 215px;padding: 0 10px;text-shadow: 0 0 0 #fff;width: 100%;}
.bookmark table td a {color: #FDB813;}
.bookmark table td a:hover {color: #3EC2CF;}
.bookmark p {margin: 8px 0;}
.bookmark .loading {left: 0;position: absolute;top: -3px;width: 20px;z-index: -1;}

.hidden {display: none;}
.ads_place {max-height: 275px;border:none !important;margin-bottom:0px !important;padding: 0px !important;}

.tags {margin:10px 0;}
.tags ul {width: 100%;text-align: left;}
.tags ul li {margin: 0 5px 5px 0;display: inline-block;}
.tags ul li a {color: #fff;display: block;background-color: #3EC2CF;padding: 5px 10px;text-transform: capitalize;border-radius: 4px;font-size: 12px;line-height: 100%;}
.tags ul li a:hover{background-color: #FDB813;}
.tags > a {color:#3EC2CF;}
.tags > a:hover {color:#FDB813;}
.tags > a:before {content:'#';}
.tags > a:after {content:';';}

.tags-info {padding-bottom: 10px;}
.tags-info h1 {color: #FDB813;border-bottom: 1px solid #cfcfcf;padding-bottom: 10px;margin-bottom: 10px;font-size: 16px;}

.trailer {margin-top:10px;position:relative;padding-bottom: 70%;height: 0;overflow: hidden;max-width: 100%;}
.trailer > div:nth-of-type(1) {font-weight:bold;}
.trailer iframe, .trailer object, .trailer embed {position: absolute;top: 30px;left: 0;width: 100%;height: 90%;}

.ads_above_video {max-width: 100%;max-height: 320px;overflow: hidden;}
.ads_below_video {width: 100%;max-height: 250px;overflow: hidden;padding-top: 10px;}

div.btn-comment {background:#3EC2CF;color:#fff;text-align:center;padding:10px 0;text-transform:uppercase;cursor:pointer;}
div.btn-comment:hover {background:#FDB813;}

.comment {display:none;}
#M429792ScriptRootC735151_172b3 .mgbox{
    width: 190px !important;
}
.topview .tab{margin-top: 10px;display:inline-table;}
.topview .tab .tab_icon {display: inline-block;width: 32%;text-align: center;background-color: #3ec2cf;padding: 5px 0;cursor: pointer;border-left: solid 1px #fff;border-right: solid 1px #fff;color: #fff;}
.topview .tab .tab_icon:first-child{border: 0;}
.topview .tab .tab_icon:last-child{border: 0;}
.topview .tab .tab_icon.active{background-color: #FDB813;}
.topview h2{text-transform: uppercase;}
.movies_show{position: relative;float: left;width: 100%;min-height: 30px;padding: 14px 0;}
#load_topivews ul li{float: left;width: 100%;margin: 5px 0;list-style: none;}
#load_topivews ul li:first-child{margin-top: 0;}
#load_topivews ul li:last-child{margin-bottom: 0;}
#load_topivews ul li .cover{float: left;margin-right: 15px;}
#load_topivews ul li .cover{width: 65px;height: 70px;background-size: 100% auto !important;background-position: center center;background-repeat: repeat !important;}
#load_topivews ul li .cover img{width: 65px;}
#load_topivews ul li .title{color: #3ec2cf;padding-bottom: 10px;}
#load_topivews ul li .reaslead{color: #000;}
#load_topivews ul li .reaslead span{color: #898989;}
#laoding{display: none;position: absolute;left: 0;top: 0;width: 100%;text-align: center;padding-top: 10px;}
.loaders {border: 1px solid #3ec2cf; border-top: 1px solid #FDB813;border-radius: 50%;width: 15px;height: 15px;animation: spin 2s linear infinite;margin: auto;}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.clr{clear: both;}