@font-face {
    font-family: 'UTM Cafeta';
    src: url('../fonts/UTM Cafeta.eot');
    src: url('../fonts/UTM Cafeta.eot?#iefix') format('embedded-opentype'), url('../fonts/UTM Cafeta.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UTMCafeta';
    src: url('../fonts/UTMCafeta.woff') format('woff'), url('../fonts/UTMCafeta.ttf') format('truetype'), url('../fonts/UTMCafeta.svg#UTMCafeta') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UTMCafeta';
    src: url('UTMCafeta.html');
    src: url('UTMCafetad41d.html?#iefix') format('embedded-opentype'), url('UTMCafeta-2.html') format('woff2'), url('UTMCafeta-3.html') format('woff'), url('UTMCafeta-4.html') format('truetype'), url('UTMCafeta-5.html#svgFontName') format('svg');
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/RobotoCondensed-Regular.ttf');
    font-weight: 400;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/RobotoCondensed-Bold.ttf');
    font-weight: 700;
}
* {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}
.overlow-hidden {
    overflow: hidden;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.uppercase {
    text-transform: uppercase;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.fb-comments,
.fb-comments>span,
.fb-comments iframe[style] {
    width: 100%!important;
}
ul,
span,
p,
div {
    margin: 0;
    padding: 0;
	color: #fff;
}
li {
    list-style: none;
}
.no-margin-left {
    margin-left: 0!important;
}
.no-margin-right {
    margin-right: 0!important;
}
a{
    text-decoration: none;
	color: #282828;
}
a:focus,
a:hover {
    text-decoration: none;
	color: #ed0606;
}
.container {
    padding: 0;
    margin: 0 auto;
    /*width: 1024px;*/
}
#header>.container {
    padding: 0;
    margin: 0 auto;
    max-width: 1200px;
	background: none;

}
body,
html {
    background: #1a1a1a;
    margin: 0;
    font-family: Arial, Tahoma;
    font-size: 14px;
    color: #dcdcdc;
}
#header {
    height: 40px;
    padding: 14px 0;
	border-bottom: solid 1px #ffb639;
	background: #1a1a1a;
}
#header .logo {
    float: left;
    margin: 0 100px 0 0;
}
#header .form-search {
    float: left;
}
.form-search #keyword, .form-search #keyword_mobile  {
    background: #fff;
    border: none;
    border-radius: 5px;
    color: #000;
    height: 35px;
    line-height: 35px;
    padding-left: 20px;
    width: 370px;
    outline: none;
    float: left;
}
#keyword::-moz-placeholder{color:#999;opacity:1}#keyword:-ms-input-placeholder{color:#999}#keyword::-webkit-input-placeholder{color:#999}
#keyword_mobile::-moz-placeholder{color:#999;opacity:1}#keyword_mobile:-ms-input-placeholder{color:#999}#keyword_mobile::-webkit-input-placeholder{color:#999}
.form-search button {
    background: #5cb85c;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
    padding: 0 12px;
    margin: 1px 0 0 15px;
    width: 61px;
    position: absolute;
}
.search-container .fa-search {
    position: absolute;
    right: -24px;
    top: 8px;
    font-size: 20px;
    color: #282828;
}
#header #menu-user {
    float: right;
}
#menu-user li {
    float: left;
}
#menu-user li a {
    display: block;
    color: #ffffff;
    margin-right: 5px;
    background: #282828;
    padding: 8px 12px;
    transition: all 0.3s;
    border-radius: 3px;
}
#menu-user li:last-child a {
    margin-right: 0;
}
#menu-user li a>i.fa {
    margin-right: 5px;
    font-size: 15px;
}
#main-menu,#main-menu-pc {
    clear: both;
    margin: 0 0 0px 0;
	background: #282828;
}
#main-menu.fix-nav, #main-menu-pc.fix-nav  {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    top: 0;
    margin: 0;
    background: #282828;
}
#main-menu>.container, #main-menu-pc>.container{
    background: #282828;
}
#main-menu ul>li,#main-menu-pc ul>li {
    float: left;
    border-left: 1px solid rgb(84 84 84 / 61%);
    position: relative;
}
#main-menu ul>li:first-child,#main-menu-pc ul>li:first-child {
    border: none;
}
#main-menu ul>li>a,#main-menu-pc ul>li>a {
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    font-family: Tahoma, Arial;
    font-size: 13px;
    font-weight: bold;
    line-height: 40px;
    padding: 0px 13px;
}
#main-menu ul>li.menu-home a,#main-menu-pc ul>li.menu-home a {
    padding: 0 4px 0 10px;
    font-size: 26px;
}
#main-menu.container ul>li>a:hover, #main-menu-pc.container ul>li>a:hover {
    color: #dcdcdc;
}
#main-menu ul>li:first-child>a {}
#main-menu ul>li>a>i.fa , #main-menu-pc ul>li>a>i.fa{
    margin-right: 6px;
}
#main-menu .sub-menu,#main-menu-pc .sub-menu {
    top: 100%;
    left: 0;
    width: 166px;
    background-color: #141414;
    z-index: 101;
	opacity: 0.9;
    display: none;
}
#main-menu-pc.only-pc ul>li:hover .sub-menu {
    display: block;
}
#main-menu-pc .sub-menu.span-2 {
    width: 650px;
}
#main-menu-pc .sub-menu.span-3 {
    width: 450px;
}
#main-menu-pc .sub-menu.span-4 {
    width: 550px;
}
#main-menu ul.sub-menu>li,#main-menu-pc ul.sub-menu>li {
    border-left: none;
    float: none;
}
#main-menu-pc .sub-menu.span-2>li,
#main-menu-pc .sub-menu.span-3>li,
#main-menu-pc .sub-menu.span-4>li {
    float: left;
    width: 25%;
}
#main-menu ul.sub-menu>li a,#main-menu-pc ul.sub-menu>li a {
	color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    font-family: Arial;
    text-transform: none;
    line-height: 20px;
    padding: 7px;
    white-space: nowrap;
    display: block;
}
#main-menu ul.sub-menu>li a:hover, #main-menu-pc ul.sub-menu>li a:hover{
	color: #dcdcdc;

}
.main-top-ads{
	background: #fff;
    margin: 0 auto;
	max-width: 1200px;
    width: 100%;

}
.ads-top{
	margin:0px auto; 
	max-width:980px;
	display: block;
	position: relative;
}
.ads-top-mobile{
	margin:0px auto; 
	max-width:980px;
	display: table;
}
.ads-bottom-player{
	margin:0px auto; 
	max-width:980px;
}
.ads-ul-center{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.ads-list{
	float: left;
	margin: 3px;
}
.ads-catfish{width: 100%;position: fixed; bottom: 0px; z-index: 990;}
#content>.container {}
#content>.container.player {
    width: 1024px;
    padding: 0;
    background: #333333;
}
#content .left-content {
    float: left;
    width: 890px;
    overflow: hidden;
}
#content .right-content {
    float: left;
    width: 300px;
	margin-left:10px;
}
#top-slide {
    width: 890px;
    height: 280px;
    overflow: hidden;
}
#top-slide li img {
    width: 890px;
    height: 280px;
}
#top-slide .owl-pagination {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.owl-theme .owl-controls .owl-page span {
    background: #ffffff;
    opacity: 0.8;
}
.owl-pagination .owl-page.active span {
    background: #a21d0a;
}
.owl-theme .owl-controls {
    margin: 0;
}
.block-film .list-film .film-item {
    width: 19%;
    float: left;
    position: relative;
	margin: 0px 8px 8px 0;
}

.list-film .film-item img {
    width: 170px;
    height: 220px;
    background: url(../images/AjaxLoader.gif) no-repeat center;
}
.list-film .film-item .title {
    padding: 7px 3px;
    color: #fbfbfb;
    font-size: 13px;
    height: 32px;
}
.list-film .film-item .title .real-name,
.list-film .film-item .title .name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
    color: #f5cc2a;
}
.list-film .film-item .title .real-name {
    font-size: 12px;
    color: #fbfbfb;
    font-weight: normal;
}
.list-film .film-item .current-status {
    font-size: 11px;
    background: #a21d0a;
    position: absolute;
    top: 3px;
    left: 1px;
    border-radius: 2px;
    color: #fbfbfb;
    padding: 3px 2px;
    font-weight: normal;
	opacity: 0.9;
}
.list-film .film-item-ver {
    overflow: hidden;
    margin: 5px 0 0 5px;
}
.list-film .film-item-ver img.avatar {
    width: 75px;
    height: 87px;
    float: left;
    margin: 1px 10px 0 0;
}
.list-film .film-item-ver .name {
    color: #f5cc2a;
    font-weight: bold;
    font-size: 13px;
}

.list-film .film-item-ver .real-name {
    font-size: 12px;
    color: #ffffff;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.view{
	color: #FFFFFF;
    font-size: 12px;
	
}
.list-film .label-quality {
    position: absolute;
    background: #FFF601;
    color: #080505;
    border-radius: 0;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 3px;
    bottom: 60px;
    left: 0;
}
#film-hot.list-film .label-quality {
    bottom: 70px;
}
.list-film .label-quality:after {
    content: "";
    border: 10px solid transparent;
    border-left: 10px solid #FFF601;
    position: absolute;
    bottom: -8px;
    left: 0px;
}
#film-hot {
    margin: 8px 0;
    max-height: 265px;
    overflow: hidden;
	padding-left: 5px;
}
.film-slide {
    padding: 10px 6px 8px 10px;
    background: #222222;
    width: auto;
}
#film_related.film-slide {
    padding: 0;
}
.film-slide .film-item {
    /*width: 168px;*/
}
.film-slide>.film-item {
    margin-right: 3px;
}
.film-slide .film-item img {
    /*width: 168px;*/
}
#film_related.film-slide .film-item {
    width: 178px;
    overflow: hidden;
    margin: 4px;
}
#film_related.film-slide .film-item img {
    width: 190px;
}
.film-slide .film-item a {
    min-height: 200px;
    display: block;
}
#top-slide .owl-controls i.fa,
.film-slide .owl-controls i.fa {
    font-size: 30px;
    color: #ffffff;
}
.owl-theme .owl-controls .owl-buttons div {
    background: rgba(0, 0, 0, 0.7);
}
#top-slide .owl-controls .owl-next,
#top-slide .owl-controls .owl-prev,
.film-slide .owl-controls .owl-next,
.film-slide .owl-controls .owl-prev {
    position: absolute;
    top: 50%;
    z-index: 2;
    opacity: 0.9;
    margin: -30px 5px 0 5px;
    width: 16px;
}
.owl-theme .owl-controls .owl-buttons div {
    margin-top: -26px;
}
#top-slide .owl-controls .owl-prev,
.film-slide .owl-controls .owl-prev {
    left: 0;
}
#top-slide .owl-controls .owl-next,
.film-slide .owl-controls .owl-next {
    right: 0;
}
#film_realted.film-slide .owl-controls .owl-next {
    right: 0;
}
.block-film {
    margin: 0 0 13px 0;
    clear: both;
    overflow: hidden;
}
.block-film:last-child {
    margin-bottom: 0;
}
.block-film .caption {
    background: #282828;
    border-top: 2px solid #ffb639;
    padding: 8px 5px;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 7px 0;
    font-family: 'roboto';
    color: #ffffff;
    font-weight: bold;
	line-height: 1.3;
}
.h1logo{
	font-size: 16px;
	margin-top: 0px;
    margin-bottom: 0px;
}
#film-trailer .caption {
    background: #282828;
    border-top: 1px solid #BBBBBB;
    padding: 8px 10px;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 7px 0;
    font-family: 'roboto';
    color: #fff;
    font-weight: bold;
}
.block-film .caption a.view-all {
    color: #f9e182;
    float: right;
    text-transform: none;
    font-size: 14px;
}
.block-film .caption a.view-all:hover {
    text-decoration: underline;
}
.block-film .caption i.fa {
    margin: 0 5px 0 0;
}
.right-content .block {
    margin-bottom: 10px;
}
.right-content .block .caption {
    padding: 6px;
    text-align: center;
    background: #1a1a1a;
    border-top: 0px solid #cfb6b6;
    font-family: UTM Cafeta;
    color: #ebc328;
    font-size: 22px;
}
.right-content .block .caption  a{
	color: #ebc328;
}
.right-content .block .caption  a:hover{
	color: #fff601;
}
.most-view {
    background: #282828;
}
.most-view .tabs .tab {
    width: 33.333333%;
    background: #e5e5e5;
    color: #333333;
    padding: 8px 0;
    float: left;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
}
.most-view .tabs .tab:hover {
    color: #ed0606;
}
.most-view .tabs .tab.active {
    
	background: #fcf8e3;
    color: #282828;
	/*
	color: rgb(255 255 255 / 15%);
    background-image: radial-gradient(#ed0606 40%, transparent 20%), radial-gradient(#333 20%, transparent 20%);
    background-color: #fafafa;
    background-position: 0 0, 5px 5px;
    background-size: 10px 10px;
	*/
}
.breadcrumbs {
    padding: 5px 0;
    overflow: hidden;
}
.breadcrumbs a {
    color: #ffffff;
    text-decoration: none;
    padding: 7px 5px 7px 30px;
    background: brown;
    background: #282828;
    position: relative;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
}
.breadcrumbs span:before,
.breadcrumbs a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-left: 16px solid #ABABAB;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}
.breadcrumbs span:after,
.breadcrumbs a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #282828;
    position: absolute;
    top: 50%;
    margin-left: -1px;
    margin-top: -16px;
    left: 100%;
    z-index: 2;
}
.breadcrumbs a:hover {
    color: #31b0d5;
    background: #3a3a3a;
}
.breadcrumbs a:hover:after {
    border-left-color: #3a3a3a;
}
.breadcrumbs a:first-child {
    padding-left: 25px;
}
.breadcrumbs h1,
.breadcrumbs h2 {
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 17px;
}
.film-info {
    color: #dcdcdc;
    overflow: hidden;
    background: #282828;
    padding: 5px 10px 10px;
    /*margin: 0 0 10px 0;*/
}
.film-info .poster {
    margin: 5px 10px 10px 0;
    float: left;
    position: relative;
}
.film-info .poster a {
    display: block;
}
.poster img {
    border: 2px solid #6F6F6F;
    width: 260px;
    height: 350px;
    padding: 3px;
    margin: 0;
}
.film-info .multi-data {
    margin: 0 0 0 0px;
    float: left;
    position: relative;
	max-width: 590px;
	width: 100%;
}
.film-info .multi-data h1{
    margin: 0 0 0 0px; font-size: 23px;line-height: 1.5em;color: #f5cc2a;font-weight: bold;
}
.film-info .multi-data h2{
    font-size: 15px;font-weight: normal;margin: 3px 0 7px 0px;color: #ffffff;font-weight: bold;
}
.film-info .info-ads {
    width:160px;
	float:right;
	margin: 5px 0px;
	background-color: #FFF;
    position: relative;
}
.film-info h1.name {
    margin: 0 0 0 0px;
    font-size: 23px;
    line-height: 1.5em;
    color: #f5cc2a;
    font-weight: bold;
}
.film-info h2.real-name {
    font-size: 15px;
    font-weight: normal;
    margin: 3px 0 7px 0px;
    color: #ffffff;
    font-weight: bold;
}
.film-info .meta-data {
    font-size: 13px;
    margin: 0 0 0 0px;
}
.meta-data li {
    padding: 3px 0;
    text-overflow: ellipsis;
    overflow: hidden;
}
.meta-data li label {
    margin: 0;
    color: #fff;
}
.meta-data li a {
    color: #729DC7;
}
.meta-data li a:hover {
    color: #3A86BF;
}
.meta-data li strong {
    color: #fff;
}
.film-info .buttons {
    text-align: center;
    margin: 5px 0 0 0;
}

.film-info .buttons li {
    display: inline-block;
}
.film-info .buttons a {
    font-family: 'roboto';
    font-size: 16px;
    padding: 5px 10px;
}
.block-film .film-content {
    line-height: 1.6em;
    font-size: 13px;
    background: #282828;
    padding: 10px 20px;
}
.film-content img {
    margin: 5px auto;
    width: 100%!important;
    height: auto!important;
    display: block;
	max-width:860px;
}
.block-film .film-content p {
    color: #dcdcdc!important;
    font-size: 15px!important;
    font-family: Arial;
}
.detail-film-desc a {
    color: #dcdcdc!important;
}
.tags label {
    margin: 0 10px 5px 0;
    float: left;
	color: #fff601;
}
.block-film .film-content h2,
.block-film .film-content h3,
.block-film .film-content h4 {
    font-size: 14px;
    line-height: 1em;
    margin: 0;
    font-weight: normal;
    margin: 0 0 0.8em 0;
}
.tagcloud .tags {
    margin: 10px 0 0 0;
	display: table;
}
.tags .tag-item {
    float: left;
	
}

.tags .tag-item h2,
.tags .tag-item h3,
.tags .tag-item h4 {
    margin: 0;
    float: left;
    font-size: 14px;
    line-height: 20px;
}
.tags a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    position: relative;
    margin: 0 12px 8px 12px;
    padding: 0 10px 0 8px;
    background: #34495e;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #fbfbfb;
    font-size: 12px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-weight: bold;
}
.show-time .tags{overflow:hidden;}.show-time .tags a,.show-time .tags a:before{background:rgb(118 73 73 / 75%);border-color:transparent #2671bd transparent transparent;}
.tags a:hover {
    background: #666666;
}
.tags a:hover:before {
    border-color: transparent #666666 transparent transparent;
}
.tags a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent #34495e transparent transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0;
}
.tags a:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 1px;
    float: left;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.4);
}
.tagSpan{
	float: left;margin-right:10px;color:#686868;font-size: 16px;font-weight: bold;background: rgb(255 255 255);
}
.tags{
	min-height: 30px;
    padding: 20px 10px;
	/*background: #fff;*/
}
.box-comment {
    background: #fff;
}
.notifi-trailler {
    border: 1px dashed #e6e230;
    background: #484848;
    color: #e6e224;
    padding: 10px;
    margin: 0 0 5px 0;
    border-radius: 3px;
    font-weight: bold;
    font-size: 13px;
}
#detail-page .keywords {
    background: #282828;
    padding: 10px;
    margin: 0 0 10px 0;
}
.left-content-player{
	margin: 0 auto;
    padding: 0;
    /*background: #fff;*/
    max-width: 1200px;
}
#box-player {
    width: 100%;
	margin: 0 auto;
}
#box-player:before {
    content: '';
    float: left;
}
#player-video .bottom-content {
    background: #1a1a1a;
    margin: 30px 0 0 0;
    padding: 20px 0;
}

#player-video .block-film .caption {
    background: #282828;
    border: none;
}
#player-video .film-slide {
    background: none;
}
#player-video .list-film .film-item .title {
    background: #1a1a1a;
}
.div-control{
	max-width: 980px;
    margin: 0 auto;
    overflow: hidden;
}
#background_lamp {
    position: fixed;
    background-color: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#btn_lightbulb.off::after {
    content: "Bật đèn";
}
.keywords h4 {
    display: inline-block;
    font-size: 14px;
    margin: 0 5px 0 0;
    line-height: 1.4em;
}
.choose-server {
    float: left;
    margin: 5px 0 0 0;
    font-size: 12px;
    color: #ffffff;
}
.player .social-icon {
    padding: 4px 5px 0px;
}
.choose-server li {
    display: inline-block;
    float: left;
    margin: 0 4px 0 0;
    position: relative;
    margin-bottom: 5px;
}
.playing_a{
	background: #07b15e!important;
}
.playing {
    position: relative;
    float: left;
    width: 3px;
    height: 3px;
    margin: 8px 13px 0 0;
    background-color: #fff;
    border-radius: 50px;
}
.playing:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 2px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-radius: 0 50px 0px 0;
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, .1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-animation: playing 1.5s linear infinite;
    animation: playing 1.5s linear infinite;
}
.playing::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-radius: 0 0px 0px 50px;
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, .1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-animation: playing 1.5s linear infinite;
    animation: playing 1.5s linear infinite;
}
@-webkit-keyframes playing {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes playing {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.choose-server li a {
    display: block;
    padding: 5px 7px 3px 10px;
    background: rgb(118, 24, 50);
    color: #fafafa;
    /*border-radius: 4px;*/
    font-size: 16px;
    font-weight: bold;
	text-decoration: underline;
}
.choose-server li a:hover {
    background: #07b15e;
}
.video-btn {
    font-size: 13px;
    padding: 5px;
    margin: 5px 2px 3px 3px;
	color: #000;
    background-color: #f0f2f5;
    border-radius: 2px;
    float: right;
    cursor: pointer;
    position: relative;
    z-index: 9;
    font-weight: bold;
}
.video-btn a {
    color: #282828;
}
.video-btn i {
    padding-right: 5px;
}
#btn_autonext i {
    color: #767676;
}
#btn_autonext.active i {
    color: #282828;
}
#btn_lightbulb:after {
    content: "Tắt đèn";
}
#btn_autonext.active:after {
    content: "Tự chuyển tập: Bật";
}
.list-server {
    background: #353535;
    padding: 10px 0px 5px;
    border-radius: 0px;
    overflow: hidden;
    margin: 0 auto;
    color: #fff601;
	max-width: 980px;
}
.list-server .server-item {
    margin: 0 0 10px 0;
    overflow: hidden;
    line-height: 28px;
}
.list-server .col-xs-4 {
    padding-left: 5px;
    padding-right: 5px;
}
.list-server .server-item .btn {
    margin: 0 4px 5px 0;
}
.wifi{
	color: #07b15e;
    padding-right: 5px;
}
.btn-sm, .btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn {
    display: inline-block;
    /*padding: 6px 12px;*/
    margin-bottom: 0;
    /*font-size: 14px;*/
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.list-server .server-item:last-child {
    margin: 0;
}
.player {
    color: #fafafa;
}
.player .details {
    clear: both;
	/*background: #fff;*/
	padding: 30px 10px 0px;
}
.player .details .send-message {
    clear: both;
    margin: 10px 10px 10px 0;
    float: left;
}
.player .details .fb-send {
    float: left;
    margin: 0 5px 0 0;
}
.player .details .send-message-fb {
    font-style: normal;
    font-size: 13px;
    color: #dedede;
    margin: 5px 0 0 0;
    float: left;
}
.player .details .box-rating {
    float: right;
    margin: 10px 0;
}
.player .episodes {
    overflow: hidden;
}
.note-browser {
    color: #DAD507;
    border: 1px dashed #fafafa;
    padding: 5px;
    margin: 10px 0;
    font-style: italic;
    font-size: 13px;
}
.note-like {
    font-size: 13px;
    font-weight: bold;
    color: #DAD507;
    margin: 5px 0;
}
.player .details h1 {
    color: #fff601;
    margin: 0;
    font-size: 25px;
    font-family: 'roboto';
}
.player .details h2 {
    font-size: 16px;
    color: #fafafa;
    font-style: italic;
    margin: 5px 0;
}
.player .details .control-box {
    min-height: 43px;
}
.episodes .caption {
    color: #ffffff;
    margin: 0 0 5px 0;
}
.episodes .caption i.fa {
    margin: 0 5px 0 0;
}
.episodes ul li {
    float: left;
    margin: 0 5px 5px 0;
}
.list-episode{
	max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
}
.list-episode::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.list-episode::-webkit-scrollbar
{
	width: 12px;
	background-color: #282828;
}

.list-episode::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}
.episodes ul li a {
    background: #666666;
    border-bottom: 2px solid #B1B1B1;
    color: #fff;
    font-size: 15px;
    padding: 3px 12px 3px 12px;
    display: block;
}
.episodes ul li a:hover,
.episodes ul li a.current {
    background: #07b15e;
    border-bottom-color: #AAF3AB;
}
.control-box .social-icon {
    margin: 0 0 5px 0;
}
.control-box .btn-report {
    background-color: #2E2E2E;
    border-radius: 4px;
    padding: 4px 10px 3px 10px;
    font-size: 13px;
    float: left;
    margin: 0 10px 0 0;
}
.control-box .btn-report .fa {
    margin: 0 8px 0 0;
    font-size: 13px;
    color: yellow;
}
.control-box .box-rating {
    overflow: hidden;
    max-width: 100%;
}
.control-box .box-rating>div {
    float: left;
	/*color: #000;*/
}
.control-box .box-rating .rate-lable {
    float: left;
    margin: 3px 5px 0 0;
    color: #fafafa;
    font-weight: bold;
    font-size: 13px;
}
.control-box .box-rating #div_average {
    padding: 3px 0;
}
.control-box #link-report {
    color: #fafafa;
}
.box-rating #star {
    display: inline-block;
    width: 100px;
    float: left;
}
#player-video .show-time {
    background: #1a1a1a;
    padding: 5px;
    color: #333333;
    margin: 5px 0 10px 0;
}
#player-video .show-time h3 {
    margin: 0 0 5px 0;
    font-size: 18px;
    color: #fff;
    line-height: 1em;
    font-weight: bold;
}
#player_message {
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #a6a00a;
    padding: 4px;
    color: #f7ee03;
    margin: 5px 0;
    text-align: center;
}
#player_message>a {
    padding: 3px 4px;
}
.form-subscribe,
.blockbody .show-time,
.blockbody .detail {
    background: #282828;
    margin: 10px 0 10px 0;
    padding: 5px;
    color: #848484;
    font-size: 13px;
}
.form-subscribe {
    overflow: hidden;
    position: relative;
}
.form-subscribe .loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3) url(../images/ajax-loader.gif) no-repeat center;
    display: none;
}
.form-subscribe .caption {
    color: #fff601;
    font-weight: bold;
}
.form-subscribe .col {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
.form-subscribe .input {
    border: none;
    padding: 8px;
    outline: none;
    background: #383838;
    border-radius: 3px;
    width: 230px;
    color: #cecece;
}
.form-subscribe .col .captcha {
    float: left;
    width: 77px;
}
.form-subscribe .col .refresh-captcha {
    margin: 5px;
}
#form_subscribe {
    display: none;
    margin: 20px 0 0 0;
}
.form-subscribe .message {
    color: #FFF601;
    display: none;
    margin: 20px 0 0 0;
    clear: both;
}
.box-film-related {
    margin: 10px 0 0 0;
}
.form-filter {
    overflow: hidden;
    margin: 10px 5px;
}
.form-filter .filter-item {
    float: left;
    color: #959595;
    font-size: 12px;
    margin: 0 4px 0 0;
}
.form-filter .filter-item label {
    float: left;
    font-weight: normal;
    margin: 8px 5px 0 0;
}
.form-filter .filter-item .form-control {
    width: 134px;
    margin: 0 5px 8px 0;
    padding: 2px 4px;
    font-size: 15px;
    height: 26px;
    background: #FFFFFF;
    border: 1px solid #8C8C8C;
    box-shadow: none;
    border-radius: 2px;
    color: #333;
    outline: none;
}
.form-filter .filter-item .form-control#cat_id {
    width: 160px;
}
.form-filter .filter-item .form-control#city_id {
    width: 115px;
}
.form-filter .filter-item .form-control#year {
    width: 80px;
}
.form-filter .filter-item .form-control#order {
    width: 108px;
}
.form-filter .filter-item .form-control#type {
    width: 80px;
}
.form-filter .btn {
    font-size: 15px;
    font-weight: bold;
    background: #07b15e;
    color: #fff;
    border: none;
    outline: none;
}
.form-filter .btn:hover {
    background: #3e8f3e;
}
option {font-size: 15px;}
.pagination {
    text-align: right;
    margin: 10px;
    display: block;
}
.pagination ul {}.pagination ul li {
    display: inline-block;
    margin-left: 4px;
}
.pagination ul li a {
    padding: 4px 13px;
    border-radius: 0px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .8), 0px 1px 3px rgba(0, 0, 0, .1);
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
    display: block;
}
.pagination ul li a:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg, #FEFEFE, #f0f0f0);
}
.pagination ul li a.current {
    border: none;
    background: #282828;
    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, .5), 0px 1px 0px rgba(255, 255, 255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
}
.pagination ul li a.disabled {
    opacity: 0.5;
}
.static-page {
    background: #333;
    color: #333;
    border-radius: 5px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    overflow: hidden;
}
.static-page .title {
    font-size: 2em;
    font-weight: bold;
    color: #555;
    margin: 30px 30px 10px 30px;
}
.static-page .news-content {
    margin: 0 30px;
    min-height: 400px;
}
.upload-film {
    margin: 0 30px;
}
.upload-film .row {
    margin: 0 0 20px 0;
}
.row {
    display: block;
    padding: 10px 0;
    position: relative;
    float: left;
    width: 100%;
}
.upload-film .row label {
    font-weight: normal;
    width: 160px;
    text-align: right;
    margin: 7px 20px 0 0;
    float: left;
}
.upload-film .row select,
.upload-film .row textarea,
.upload-film .row input[type="text"] {
    padding: 8px;
    outline: none;
    background: #ffffff;
    border-radius: 3px;
    width: 450px;
    text-align: left;
    color: #333333;
    border: 1px solid #dcdcdc;
}
.upload-film .row .btn-submit {
    margin: 0 0 0 180px;
}
.imdb-logo {
  font: 1em/1 Impact, HelveticaNeue-CondensedBold, sans-serif; // change the font size to whatever
  color: #000!important;
  text-shadow: 0 0 .15em #fff;
  text-decoration: none;

  display: inline-block;
  vertical-align: bottom;
  padding: .25em .35em;
  border-radius: .15em;
  background: radial-gradient(#ffffb8, #ce981d);
    
  &:hover {
    background: radial-gradient(lighten(#ffffb8, 10%), lighten(#ce981d, 10%));
  }
}
#footer {
    background: #1e1e1e;
	border-top: 11px solid #972114;
	padding: 30px 0 60px;
	margin: 0px 0 0;
}
#footer .content {
    display: block;
    min-height: 180px;
    padding: 20px 15px 40px;
    color: #ffffff;
	background: #1e1e1e;
}
#footer .content .views-row {
    float: left;
    margin-right: 20px;
    width: 145px;
}
#footer .views-row.views-row-1 {
    width: 290px;
}
#footer .views-row.views-row-5 {
    margin-right: 0;
}
#footer .views-row .copy-right,
#footer .views-row a {
    color: #408BEA;
    font-size: 12px;
}
#footer .views-row a:hover {
    color: #fafafa;
}
#footer .views-row .copy-right {
    margin: 10px 0;
}
#footer .views-row>p {
    color: #ffffff;
    font-size: 14px;
    margin: 0 0 8px 0;
}
#footer .views-row .social ul li {
    float: left;
    margin: 0 5px 0 0;
}
#footer .views-row .social ul li a {
    font-size: 25px;
    color: #ffffff;
}
#profile {
    background: #2a2a2a;
    margin: 0 0 20px 0;
}
#profile .heading {
    padding: 10px 25px;
    border-bottom: 1px solid #dcdcdc;
    color: #FFF601;
    font-weight: bold;
    font-size: 18px;
}
#profile .heading .btn-edit {
    color: #009DEF;
    font-size: 14px;
    margin: 5px 0 0 0;
    cursor: pointer;
}
#profile .heading .btn-edit:hover {
    color: #0072AE;
}
#profile .heading .btn-edit .fa {
    margin: 0 5px 0 0;
}
#profile .wapper {
    padding: 25px;
}
#profile .item {
    margin: 0 0 10px 0;
    color: #cecece;
}
#profile .item .notset {
    color: #999999;
}
#profile .item label,
#profile .form-row label {
    width: 135px;
    color: #666666;
    text-align: right;
}
#profile .form-row {
    margin: 0 0 10px 0;
}
#profile .form-row input[type="text"],
#profile .form-row input[type="password"],
#profile .form-row input[type="email"],
#profile .form-row input[type="tel"] {
    border: none;
    padding: 8px;
    outline: none;
    background: #383838;
    width: 300px;
    border-radius: 3px;
    color: #cecece;
}
/*go to Top*/
.s-gotop-wrap{display:none;overflow:hidden;position:fixed;right:32px;bottom:20px;z-index:1000;max-width:1440px;text-align:right}.s-gotop-wrap.s-show{display:block}.s-gotop-wrap .s-btn-gotop{width:58px;height:58px;-webkit-border-radius:4px;border-radius:4px;background:#937272;font-size:0;opacity:.7}.s-gotop-wrap .s-btn-gotop:after{overflow:hidden;display:inline-block;width:36px;height:22px;margin:18px auto;background:url("../images/btn-gotop.png") no-repeat;background-size:100%;content:''}
@media (min-width: 980px) {
    .film-info .buttons {
        position: absolute;
        bottom: 0;
        z-index: 10;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.4);
        padding: 10px 5px 5px 5px;
    }
}
@media screen and (max-width: 768px){.s-gotop-wrap{min-width:320px;right:34.13333px;right:4.44444vw;bottom:34.13333px;bottom:4.44444vw;font-size:0}}
@media screen and (max-width: 768px) and (max-width: 360px){.s-gotop-wrap{right:16px;right:4.44444vw}}
@media screen and (max-width: 768px) and (max-width: 360px){.s-gotop-wrap{bottom:16px;bottom:4.44444vw}}
@media screen and (max-width: 768px){.s-gotop-wrap .s-btn-gotop{width:40px;height:40px}.s-gotop-wrap .s-btn-gotop:after{width:23px;height:16px;margin:9px auto}}
.s-gotop-wrap button{border: 0;}
.block-film ul{margin-left: 5px;}