@font-face
{
    font-family: UTM_Cafeta;
    src: url('../fonts/UTM_Cafeta.ttf');
}
::-webkit-scrollbar { width:6px; height:4px; }
::-webkit-scrollbar-button { width:0; height:0; }
::-webkit-scrollbar-track { background-color:#444; }
::-webkit-scrollbar-track-piece { background-color:#282828; -webkit-border-radius:6px; }
::-webkit-scrollbar-thumb { height:50px; background-color:#2ecc71; }
::-webkit-scrollbar-corner { background-color:#444; }
::-webkit-scrollbar-thumb:vertical { -webkit-border-radius:6px; background:url(../img/scoll.png) center no-repeat #666; }
body {
     /* Cai dat hinh va mau nen cho trang */
     background-color: #161D25;
     color: #7cafdc; /* Thiet lap mau mac dinh cho tat ca cac chu */
     background-attachment: fixed;
     background-size: contain;
     font-size: 14px; /* Thiet lap kich co chu */
     line-height: 1.5; /* Thiet lap do cao cua mot dong */
     font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
	color: #5cafd0; /* Thiet lap mau chu cho duong dan */
	text-decoration: none; /* Mac dinh duong dan khong co gach chan */
	transition: all 0.5s ease-in-out 0s; /* Hieu ung khi thay doi dinh dang cua duong dan */
}
a:hover {
	text-decoration: none; /* Khi dua chuot ngang qua duong dan thi xuat hien gach chan */
}
.wrapper, .page-width {
    width: 100%; /* Do rong cua trang la 1020px */
}
.page-width {
	margin: 0 auto;
}
header .logo {
    margin-top: 15px;
    padding: 28px 0 0 13px;
    float: left;
    width: 240px;
    height: 92px;
    background: url(../img/bglogo.png);
}
.logo-img {
    height: auto;
    width: 100%;
}
.nav {
     padding: 0; /* Khong cach ben trong */
     float: right;
     width: 800px;
     font-family: UTM_Cafeta;
}
.nav ul {
    list-style: none outside none; /* Khong hien thi bullet phia truoc list */
    margin: 0; /* Khong cach ben ngoai */
    padding: 0; /* Khong cach ben trong */
}
.nav .menu li, .nav li {
	display: inline-block; /* Hien thi tren cung mot hang */
	vertical-align: top;
	position: relative;
}
.nav .menu a, .nav li a {
    color: rgb(165, 187, 220); /* Mau chu cua duong dan tren menu */
    display: inline-block; /* Hien thi cung hang va nhay xuong hang khi het cho */
    font-size: 23px;
    font-weight: 500; /* Dinh dang kieu chu in dam */
    padding: 15px 10px;
    text-transform: uppercase; /* Luon luon xuat chu IN HOA ra man hinh */
}
.nav li li a {
	padding: 5px 20px;
	font-size: 17px;
}
.nav .current-menu-item a, .nav .menu a:hover, .nav li a:hover {
	text-decoration: none;
	color: #f7dc09;
}
.nav ul ul {
    background-color: #103e4b;
    display: none;
    left: 0;
    width: 600px;
    min-width: 180px;
    position: absolute;
    top: 100%;
    z-index: 10002;
}
.nav li li {
	display: block;
	border-bottom: 1px solid #04262f;
	width: 33%;
	float: left;
	border-left: 1px solid #0d323b;
}
.nav li.menu-item-has-children:hover > ul {
	display: block;
}
.nav li li:hover {
	background-color: #074a5d;
}
.content {
    margin: 0 auto;
    overflow: hidden; /* Boc khung toan bo sidebar va main */
    padding: 5px;
    width: 1170px;
}
.fb_iframe_widget_fluid span, .fb_iframe_widget_fluid_desktop iframe {
	background: #fff!important;
	border-radius: 10px;
}
main section h1 { 
    margin: 0 0 20px 0;
    color: #f5d52f;
    font-weight: bold;
}
main section h2 {
    margin: 0;
    padding: 7px 0;
    font-size: 16px;
    text-transform: uppercase;
}
main {
    float: left; /* Nam ben trai */
    width: 75%; /* Do rong 70% cua khung */
    padding: 10px 0 0 0;
    margin: 0 10px 0 0;
}
.sidebar {
    float: left; /* Nam ben phai */
    width: 24%; /* Do rong 25% cua khung */
}
.sidebar a {
  color: #798fa6;
  text-decoration: none;
  transition: all 0.5s ease-in-out 0s;
}
.sidebar a:hover {
  color: #fff;
}
.sidebar li a {
  font-size: 19px;
  margin-top: 5px;
  font-weight: 500;
  font-family: 'Patrick Hand', cursive;
}
.sidebar li {
  margin: 5px 0;
  border-bottom: 1px solid #103e4b;
  padding: 10px 0 15px 0;
}
.content img {
    padding: 0;
    transition: all 0.2s linear;
}
.content img:hover {
    opacity: .6;
}
.content .widget_text {
    text-align: center;
    margin-bottom: 15px;
}
.imgs {
    margin-left: 100px;
}
article {
    border-bottom: 1px dotted #E6E6E6;
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}
article table {
    text-align: center;
    border-top: 1px solid #888;
    border-left: 1px solid #888;
    color: #fafafa;
    width: 100%;
    margin: 20px 0 5px 0;
    background-color: transparent;
}
article table td, article table th {
    border-bottom: 1px solid #888;
    border-right: 1px solid #888;
    padding: 5px;
}
article table .head {
    background: rgb(17, 55, 67);
}
article li {
	list-style: none;
}
.pagination .page-numbers {
    font-size: 15px;
    margin-right: 10px;
    border: 1px solid #966806;
    padding: 5px 10px;
    background: #f68206;
    color: #fff;
    border-radius: 5px;
}
.pagination .current {
    border: 1px solid #f00;
    background: #F44336;
}
.pagination, .wp-page {
	text-align: center;
	margin: 20px 0;
}
.wp-page .page {
    font-size: 15px;
    border: 1px solid #966806;
    padding: 5px 10px;
    background: #f68206;
    color: #fff;
    border-radius: 5px;
}

/* ==========================
	CSS cho box tac gia	
   ========================== */

.author-wrap {
    background: none repeat scroll 0 0 #E8E8E8;
    border: 1px solid #C6C6C6;
    display: block;
    margin: 10px 0 30px;
    overflow: hidden;
    padding: 10px;
}
.author-gravatar {
    border-radius: 50px;
    float: left;
    height: 60px;
    line-height: 1;
    margin: 0 25px 0 0;
    width: 60px;
}
.author-gravatar img {
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #CCC;
    border-radius: 50%;
    padding: 2px;
    height: 60px;
    width: 60px;
}
.author-info {
    float: left;
    width: 86%;
}
.author-title {
    color: #555;
    display: block;
    font-family: Raleway,sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin: 0 0 10px;
}
.author-title a {
    color: #454545;
    font-size: 1.375rem;
    font-weight: 700;
}
.author-description {
    display: block;
}
.author-description p {
    margin: 0;
}
.author-wrap ul {
    list-style: none outside none;
    margin: 8px 0 0;
    overflow: hidden;
    padding: 0;
}
.author-wrap ul li {
    border-left: 1px solid #DFD5B5;
    display: inline-block;
    margin: 0;
    padding: 0 5px 0 7px;
}
.author-wrap ul li:first-child {
    border: medium none;
    padding: 0 0 0 1px;
}
.author-wrap ul li a {
    color: #4183C4;
    font-size: 16px;
}
.author-wrap ul li a:hover {
    color: #1B93DF;
    text-decoration: none;
}
.comments h2 {
    border-bottom: 1px solid #DFDFDF;
    margin-top: 10px;
    padding-bottom: 10px;
}
.comments ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.comments ul ul {
    border-top: 1px solid #DFDFDF;
    margin-left: 0;
    margin-top: 10px;
    padding-left: 40px;
    padding-top: 10px;
}
.comments li {
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 15px;
}
.comments li:last-child {
	border: medium none;
}
.comments img.avatar {
    border: 1px solid #DDD;
    border-radius: 50%;
    float: right;
    margin-left: 10px;
    padding: 2px;
}
.comments .fn a, .comments .fn {
    font-size: 25px;
    font-style: normal;
}
.comments .comment-meta a {
    color: #999;
    font-style: italic;
}
.comment-form label {
    display: inline-block;
    margin-left: 10px;
    margin-top: 6px;
}
.comment-form input, .comment-form textarea {
    clear: both;
    display: block;
    float: left;
}
.comments .form-allowed-tags {
    clear: both;
}
.comments p {
    overflow: hidden;
}
.comment-respond {
    border-top: 1px solid #DFDFDF;
    margin-top: 20px;
}
.comments .required, .comments .comment-form-comment label {
	display: none;
}
.page .logo img {
	border: medium none;
}

/* ============================
 *	Dinh dang CSS cho sidebar
 * ============================ */

.search input[type="search"] {
    border-radius: 0;
    width: 350px;
    display: block;
    height: 25px;
    margin-top: 2px;
    padding: 6px 30px 6px 12px;
    float: left;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.search .search-submit {
    border-radius: 0 10px 10px 0;
    margin-top: 2px;
    height: 39px;
    padding: 6px 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    border: 1px solid #103e4b;
    background: url("../images/ic-search.png") no-repeat scroll center #103e4b;
}
.clear-search-btn {
    position: absolute;
    right: 405px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: none;
    z-index: 10;
}
.search-x-box {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin-top: 5px;
}
.search-x-inner {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #555;
    top: 50%;
    transform: rotate(45deg);
    transition: all 0.2s;
}
.search-x-inner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #555;
    left: 0;
    transform: rotate(-90deg);
}
.clear-search-btn:hover .search-x-inner,
.clear-search-btn:hover .search-x-inner::after {
    background-color: #00a651;
}
#ajax-search-result {
    position: absolute;
    width: 800px;
    background: #151515;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.8);
    z-index: 10002;
    padding: 0;
    border: none;
}
#ajax-search-result:not(:empty) {
    padding: 12px;
    border: 1px solid #333;
}
.ajax-search-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.movie-card {
    width: 20%;
    padding: 10px;
    box-sizing: border-box;
}
.poster-wrapper {
    position: relative;
    width: 100%;
    padding-top: 145%;
    overflow: hidden;
    border-radius: 4px;
    background: #222;
}
.poster-wrapper img {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.poster-wrapper img:hover {
    opacity: 0.6;
}
.movie-year {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: #0ab95a;
    padding: 0 15px;
    border-radius: 3px;
    line-height: 30px;
    z-index: 100;
    position: absolute;
    top: 8px;
    right: 8px;
}
.movie-title {
    color: #eee;
    font-size: 19px;
    font-family: 'Patrick Hand', cursive;
    font-weight: 500;
    margin: 10px 0 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.movie-title:hover {
    color: #f7dc09;
}
.movie-sub {
    color: #888;
    font-size: 14px;
    margin: 4px 0 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.no-result, .loading {
    color: #ccc;
    text-align: center;
    font-size: 13px;
}
.ajax-search-footer {
    text-align: center;
    background: #1a1a1a;
    padding: 0;
    border-top: 1px solid #333;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}
.view-all-results {
    display: block;
    color: #bbb;
    font-size: 13px;
    text-transform: uppercase;
    padding: 15px 20px;
    letter-spacing: 1px;
    transition: all 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.view-all-results span, .no-result span {
    color: #00a651;
    font-weight: bold;
}
.view-all-results:hover {
    color: #fff;
    background: #222;
    letter-spacing: 1.5px;
}
.sidebar-widget ul {
    margin: 0;
    padding: 0;
}
.sidebar-widget > div {
    border-top: none;
    margin-bottom: 15px;
}
.sidebar-widget > div:first-child {
    margin-top: 10px;
}
.sidebar-widget > div h3 {
    background-color: rgba(16, 62, 75, 0.79);
    position: relative;
    border-left: 10px solid #096;
    padding: 8px 0 8px 12px;
    color: #7cafdc;
    font-size: 22px;
    margin: 0;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    font-family: UTM_Cafeta;
}
.sidebar-widget .widget_text .textwidget {
    text-align: center;
}
#breadcrumbs {
    font-family: UTM_Cafeta;
    text-transform: uppercase;
    font-size: 17px;
    border-left: 10px solid #009966;
    height: 50px;
    line-height: 50px;
    background: #103e4b;
    padding: 0 10px 0 15px;
    color: #a5bbdc;
    margin: 0;
}
#breadcrumbs a {
	color: #97bbdc;
}
#breadcrumbs ul {
    background: url("../images/breadcrumb_home.png") no-repeat scroll left 6px rgba(0, 0, 0, 0);
    height: 25px;
    line-height: 25px;
    list-style-type: none;
    margin: 1px;
    padding-left: 10px;
}
#breadcrumbs li {
    color: #666;
    float: left;
    height: 25px;
    margin-left: 5px;
}
#breadcrumbs li a {
    background: url("../images/brand.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #333;
    display: block;
    font-size: 17px;
    line-height: 25px;
    padding-right: 15px;
}
#breadcrumbs li a:hover {
    color: #FF6702;
}
#breadcrumbs li a.active {
    color: #FF6702;
    font-weight: bold;
}
#breadcrumbs li a.end {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.easingslider-image {
    max-width: 100%!important;
    max-height: none!important;
    width: 100%!important;  
    height: 100%!important;
}
.footer {
    background: #103e4b;
    padding: 10px;
    display: inline-block;
    color: #FFF;
    width: 100%;
}
.copyright {
	width: 30%;
	float: left;
	text-align: center;
	margin-top: 0;
}
.textf {
	float: left;
	color: #FFF;
}
.footer1, .footer2, .footer3 {
  float: left;
  width: 20%;
  padding: 15px 10px 20px;
  margin-right: 20px;
  -webkit-border-radius: 5px;
}
.footer3 {
  padding: 0 10px 20px;
  margin-right: 0;
}
.intro {
    border-left: 10px solid #147CF7;	
    background-color: #FFCEE2;
    padding: 5px;
    color: #90013A;
}
.intro h2 {
    text-align: center;	
    font-family: "Tinos";
    font-size: 19px;
    color: #044DA5;
}
.adv {
    width: 30%;	
    float: right;
    margin-top: 7px;
}
.adv a {
    margin-right: 15px;	
    margin-top: 10px;
    font-weight: bold;
    color: #BB024C;
}
.adv p{
    padding: 0;
    margin: 3px 0;
}
.social-top {float: right;}
.social-top ul {overflow: hidden;margin: 0 -6px}
.social-top ul li {float: left;padding:0 6px;}
.social-top ul li a{text-indent: -9999px;height: 22px;display: block;width: 27px}
.social-top ul li a.ic-f{background-position: 0 -26px;width: 11px}
.social-top ul li a.ic-t{background-position: -26px -25px;width: 27px}
.social-top ul li a.ic-s{background-position: -63px -25px;width: 20px;}
.social-top ul li a.ic-g{background-position: -98px -24px;width: 27px}
.social-top ul li a.ic-f:hover{background-position-y: -57px;}
.social-top ul li a.ic-t:hover{background-position-y: -56px;}
.social-top ul li a.ic-s:hover{background-position-y: -56px;}
.social-top ul li a.ic-g:hover{background-position-y: -55px;}

.sc-ft {float: none;margin-bottom: 24px}
.social-top.sc-ft ul li a.ic-f{background-position: 0 -87px;}
.social-top.sc-ft ul li a.ic-t{background-position: -26px -86px;}
.social-top.sc-ft ul li a.ic-s{background-position: -63px -86px;}
.social-top.sc-ft ul li a.ic-g{background-position: -98px -85px;}
.social-top.sc-ft ul li a.ic-f:hover{background-position-y: -57px;}
.social-top.sc-ft ul li a.ic-t:hover{background-position-y: -56px;}
.social-top.sc-ft ul li a.ic-s:hover{background-position-y: -56px;}
.social-top.sc-ft ul li a.ic-g:hover{background-position-y: -55px;}
.mcn-ic {
    background: url(../img/sprite.png) no-repeat;
}
.button {
    display: inline-block;
    padding: 5px 15px;
    background-color: #33b51b;
    border: none;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    font-weight: 700;
    margin-top: 15px;
}
#list-phim li {
    position: relative;
    height: 260px;
    overflow: hidden;
    width: 207px;
    float: left;
    margin: 5px;
}
.item-phim .chat-luong {
	position: absolute;
	background: #F44336;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	right: 0;
	text-transform: uppercase;
	margin: 10px 5px;
	font-family: 'Anton', sans-serif;
	z-index: 102;
	border-radius: 50px;
	line-height: 48px;
}
.item-phim .nam {
	position: absolute;
	background: #0ab95a;
	text-align: center;
	color: #fff;
	font-size: 18px;
	right: 0;
	padding: 0 15px;
	margin: 20px 45px;
	font-family: 'Anton', sans-serif;
	z-index: 100;
	line-height: 30px;
}
.rating {
	position: absolute;
	top: 0;
	background: #f68206;
	padding: 5px 10px;
	color: #fff;
	font-family: 'Anton', sans-serif;
	border-radius: 0 0 8px 0;
	text-transform: uppercase;
}
.post-title {
	position: absolute;
	background: rgba(0, 0, 0, 0.68);
	bottom: 0;
	width: 100%;
	padding: 10px;
}
.post-title p {
	color: #fff;
	padding: 0;
	margin: 0;
	font-family: 'Patrick Hand', cursive;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
}
.post-img img {
	width: 100%;
	transition: all 0.2s linear;
}
.post-img:hover img { 
	transform: scale(1.2);
} 
#list-phim {
	display: inline-block;
    margin-bottom: 10px;
}
.homepage-title {
	font-family: UTM_Cafeta;
	text-transform: uppercase;
	font-size: 22px;
	border-left: 10px solid #096;
	padding: 8px 0 8px 13px;
	background: rgb(17, 55, 67);
	margin: 0 0 15px;
	font-weight: 500;
}
#list-phim ul {
	padding: 0;
	margin: 0;
}
#list-phim a {
	font-family: UTM_Cafeta;
	color: #fdca07;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
	font-size: 18px;
}
.info-phim {
    width: 40%;
    position: absolute;
    font-family: 'Patrick Hand', cursive;
    right: 0;
    top: 0px;
    background-color: rgba(18,17,17,0.7);
    padding: 15px;
    color: #fff;
    height: 100%;
    font-size: 19px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn-watch-movie {
    background: #7bda37;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}
.info-phim .info-watch-more {
    position: absolute;
    left: 20px;
    bottom: 62px;
}
.info-phim .info-description {
    font-size: 19px;
    background-color: #676767;
    padding: 11px;
    border-radius: 5px;
    margin-top: 15px;
}
.info-phim a {
	color: #fade02;
}
.info-phim .info-description .info-year {
    display: block;
    line-height: 25px;
    line-height: 1.5em;
}
.info-phim .info-title {
    color: #F44336;
}
.info-phim .info-title {
    color: #ffe200;
    font-size: 22px;
    display: block;
    padding-bottom: 20px;
    text-transform: uppercase;
}
        .jssorb05 {
            position: absolute;
        }
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
            width: 16px;
            height: 16px;
            background: url('../img/b05.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb05 div { background-position: -7px -7px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
        .jssorb05 .av { background-position: -67px -7px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }
        .jssora22l, .jssora22r {
            display: block;
            position: absolute;
            width: 40px;
            height: 58px;
            cursor: pointer;
            background: url('../img/a22.png') center center no-repeat;
            overflow: hidden;
        }
        .jssora22l { background-position: -10px -31px; }
        .jssora22r { background-position: -70px -31px; }
        .jssora22l:hover { background-position: -130px -31px; }
        .jssora22r:hover { background-position: -190px -31px; }
        .jssora22l.jssora22ldn { background-position: -250px -31px; }
        .jssora22r.jssora22rdn { background-position: -310px -31px; }
        .jssora22l.jssora22lds { background-position: -10px -31px; opacity: .3; pointer-events: none; }
        .jssora22r.jssora22rds { background-position: -70px -31px; opacity: .3; pointer-events: none; }
.col-finfo {width: 65%;float: left;margin-right: 10px;}
.fstory-poster img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border-radius: 3px;
    border: 3px solid #304156;
}
.col-tt {
	width: 100%;
	font-family: 'Patrick Hand', cursive;
	font-size: 16px;
	padding: 0 0 20px 0;
	display: inline-block;
}
.col-poster {
	width: 33%;
	float: left;
}
.film-rip1 {
    top: 20px;
    background: rgba(252,26,63,.9);
}
.fstory-poster {
    position: relative;
}
 .film-rip1 {
    left: 3px;
    z-index: 4;
    position: absolute;
    font-weight: 500;
}
.film-ngon-ngu a, .film-rip1 {
    padding: 5px 20px;
    color: #fff;
    display: block;
    font-size: 18px;
    margin-bottom: 4px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background: #FC1A3F;
    text-transform: uppercase;
    font-family: 'Anton', sans-serif;
}
.col-player {
	display: inline-block;
	width: 100%;
}
.col-player p {
    margin: 0;
}
.col-player iframe {
    position: relative;
	z-index: 10001;
	background: #000 center center no-repeat;
    width: 862px;
    height: 485px;
}
.finfo {
    overflow: hidden;
    padding: 0 0 1px 40px;
    position: relative;
    color: #99b1d4;
}
.finfo a {
	color: #f5d52f;
}
.finfo a:hover {
	color: #00b38f;
}
.finfo .finfo-line {
    height: 100%;
    width: 4px;
    background: #222933;
    position: absolute;
    left: 10px;
    top: 0;
}
.finfo .finfo-block {
    background: #222933;
    border-radius: 3px;
    position: relative;
}
.finfo:hover .finfo-block {
    background: #1D232C;
}
.finfo .finfo-block:before {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: -34px;
    background: #304156;
}
.finfo .finfo-block:after, .finfo .finfo-block:before {
    content: "";
    top: 50%;
    position: absolute;
    margin-top: -6px;
}
.finfo .finfo-title {
    width: 100px;
    background: #304156;
    padding: 6px 10px;
    font-size: 12px;
    color: #a5bbdc;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    font-weight: 700;
}
.finfo .finfo-text {
    padding: 10px;
    color: #798FA6;
}
.finfo .finfo-text, .finfo .finfo-title {
    display: table-cell;
    vertical-align: middle;
}
.finfo .finfo-block:after {
    left: -12px;
    border: solid transparent;
    height: 0;
    width: 0;
    border-right-color: #304156;
    pointer-events: none;
    border-width: 6px;
}
.finfo .finfo-block:after, .finfo .finfo-block:before {
    content: "";
    top: 50%;
    position: absolute;
    margin-top: -6px;
}
article .buttons {
    position: static;
    bottom: 0;
    z-index: 10;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
    border: 3px solid #304156;
    padding: 5px;
}
article .buttons {
    text-align: center;
    margin: 5px 0 0 0;
}
article .buttons li {
    display: inline-block;
    list-style: none;
}
article .buttons a {
    font-family: 'roboto';
    font-size: 16px;
    padding: 5px 10px;
}
article .buttons a {
    display: block;
}
article .buttons .play-ico {
    background: url(../images/play.png) no-repeat scroll 0;
    padding-left: 20px;
}
article .tab {
    width: 100%;
    overflow-y: hidden;
}
.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;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.fa {
    vertical-align: middle;
}
.box-rating {
    padding: 10px;
    border-radius: 5px;
    margin-left: 30px;
}
.tags {
    margin: 0 10px 20px 0;
    color: #fff601;
    font-weight: bold;
}
.tags a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    position: relative;
    margin: 0 12px 8px;
    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,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0,0,0,.2);
    font-weight: 700;
}
.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,.4);
    box-shadow: -1px -1px 2px rgba(0,0,0,.4);
}
.tags a:hover {
        opacity: .5;
}
.tags .tags-ico {
    background: url(../images/tags.png) no-repeat scroll 3px;
    padding-left: 20px;
}
.share {
    font-size: 14px;
    font-weight: 400;
    font-family: UTM_Cafeta;
    border-bottom: 1px solid #103e4b;
    padding: 10px 0 20px 0;
    margin-bottom: 30px;
}
.share a:hover {
    opacity: .75;
}
.share .url {
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #324056;
    background-color: #324056;
    border-radius: 5px 0px 0px 5px;
}
.share input[type="text"] {
    width: 85%;
    line-height: 25px;
    color: #555;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #324056;
    border-radius: 0px 5px 5px 0px;
    margin-left: -1px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.edit-button {
    text-align: center;
    margin-bottom: 15px;
}
.edit-button a {
    color: #fff;
    background: #3578e5;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 30px;
    text-shadow: none;
}
.edit-button a:hover {
    opacity: .75;
}
.clear {
    clear: both;
}
@media only screen and (max-width: 380px) {
.content {
	width: 100%;
}
header .header_wrapper {
	width: 100%;
}
main {
	width: 100%;
}
.sidebar {
	width: 100%;
}
#list-phim li {
	width: 97%;
}
.col-poster {
	width: 99%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.col-finfo {
	width: 100%
}
.col-player iframe {
    background: #000 center center no-repeat;
    width: 100%;
    height: 100%;
    min-height: 205px;
}
.nav {
	display: none;
}
.copyright {
	width: 100%;
	clear: both;
}
.footer1, .footer2, .footer3 {
  width: 100%;
  margin-right: 0;
  clear: both;
}
}
@media only screen and (min-width: 381px) and (max-width: 780px) {
.content {
	width: 100%;
}
header .header_wrapper {
	width: 100%;
}
main {
	width: 100%;
}
.sidebar {
	width: 100%;
}
#list-phim li {
	width: 47%;
}
.col-poster {
	width: 99%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.col-finfo {
	width: 100%
}
.col-player iframe {
    background: #000 center center no-repeat;
    width: 100%;
    height: 100%;
    min-height: 219px;
}
.nav {
	display: none;
}
.copyright {
	width: 100%;
	clear: both;
}
.footer1, .footer2, .footer3 {
  width: 50%;
  margin-right: 0;
}
.footer3 {
  width: 100%;
  clear: both;
}
}
#player_message {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    border: 1px solid #a6a00a;
    padding: 8px;
    color: #f7ee03;
    margin: 15px 0;
    text-align: center;
}
#player_message img {
    vertical-align: middle;
    margin-bottom: 4px;
}
#list-version {
    float: left;
    margin: 0 0 25px;
    font-size: 12px;
    color: #fff;
}
#list-version .curent-version {
    padding: 5px 10px 3px 10px;
    background: #444;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
}
#list-version li {
    display: block;
    float: left;
    margin: 0 4px 0 0;
    position: relative;
}
#list-version li a {
    display: block;
    padding: 5px 10px 3px 10px;
    background: #444;
    color: #f5d52f;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
}
#list-version li a:hover {
    background: #555;
}
#list-version li #playing {
    position: relative;
    float: left;
    width: 3px;
    height: 3px;
    margin: 7px 15px 0 0;
    background-color: #fff;
    border-radius: 50px;
}
#list-version li #playing:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 2px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-radius: 0 50px 0 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;
}
#list-version li #playing::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-radius: 0 0 0 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);
    }
}
#function {
    float: right;
    margin: 5px 0 25px;
    font-size: 14px;
    color: #fff;
}
#download, #error-report, #light-item {
    float: left;
    display: block;
    position: relative;
    margin: 0 0 0 4px;
}
#download a, #error-report a, #light-item a {
    font-size: 12px;
    background: #444;
    opacity: .75;
    padding: 5px 10px 3px 10px;
    border-radius: 10px;
    white-space: nowrap;
}
#download a:hover, #error-report a:hover, #light-item a:hover {
    opacity: 1;
}
#download .dl-ico {
    color: #fff;
    background: url(../images/download.png) no-repeat scroll 0 1px;
    padding-left: 15px;
}
#error-report .er-ico {
    color: #fff;
    background: url(../images/error.png) no-repeat scroll 0 2px;
    padding-left: 15px;
}
#light {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 10000;
}
#light-item {
    z-index: 10001;
}
#light-item .active {
    display: none;
}
#light-item .light-on {
    color: #ffdd55;
    background: url(../images/light-on.png) no-repeat scroll 3px 1px;
    padding-left: 15px;
}
#light-item .light-off {
    color: #fff;
    background: url(../images/light-off.png) no-repeat scroll 3px 1px;
    padding-left: 15px;
}
#back-top {
    cursor: pointer;
    position: fixed;
    right: 3%;
    bottom: 5px;
    z-index: 9999;
}
#back-top a {
    display: block;
    text-align: center;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top span {
    width: 50px;
    height: 50px;
    display: block;
    background: transparent url(../child/images/top.png) no-repeat center;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#post-404 {
    text-align: center;
}
#contactform input[type="text"], input[type="password"], input[type="email"], input[type="radio"], input[type="checkbox"], textarea, select {
    width: 88%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 3px 0;
    padding: 7px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
#contactform input[type="submit"], input[type="button"] {
    color: #fff;
    background-color: #5cafd0;
    border-color: #4c89a1;
    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;
}
#ads {
    text-align: center;
    margin-bottom: 15px;
}
#ads img, #ads iframe {
    max-width: 100%;
}
#ads .mgbox {
    background: #fff;
    padding: 2px;
}
#ads .mgbox img, #ads .mgbox iframe, #ads .middle img, #ads .middle iframe {
    min-height: auto;
    max-height: 90px;
}
#ads .mcimg {
    width: 100% !important;
    height: auto !important;
    max-width: 120px;
    max-height: 120px;
}
#ads .mctitle {
    font-weight:500;
    font-size: 16px;
    line-height: 17px;
    font-style: normal;
    text-decoration: none;
    font-family: Verdana, Geneva, sans-serif;
    color: #333;
}
#ads .mctitle:hover, #ads .mglbtn:hover {
    color: #798fa6;
    text-decoration: underline !important;
}
#ads .mcdomain {
    display: block;
    padding: 5px 0;
    overflow: hidden;
    text-transform: capitalize;
    font-size: 10px;
    line-height: 10px;
    font-style: italic;
    text-decoration: none;
    font-family: Verdana, Geneva, sans-serif;
    color: #bbbbbb;
}
#ads .mglbtn {
    text-decoration: none;
    font-weight: 500;
    padding: 8px 15px 8px 10px;
    font-size: 15px;
    box-sizing: border-box;
    display: inline-block;
    font-family: Arial, sans-serif;
    color: #2A71B6;
    background: transparent;
    border: 1px solid #2A71B6;
    border-radius: 3px;
}
#ads .middle, #ads .right {
    background: #000;
}
#ads .right img, #ads .right iframe {
    min-height: auto;
    max-height: 250px;
}