body {
	background-color: #6f6d72 !important;
}

.block-quote {
	display: block;
	height: 180px;
	margin-top: 15px;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, 0.5);
}

#media-player-box {
	height: 400px;
}

@media screen(max-width: 600px) {
	#media-player-box {
		height: 250px;
	}
}

/* === SIDEBAR RIGHTBOX - ĐÃ RESET ĐỂ DÙNG CSS MỚI TRONG right.html === */
/* Các style cũ đặt kích thước cố định đã bị vô hiệu hóa để tránh xung đột */
.right-box .right-box-content .list-top-movie .list-top-movie-item-thumb {
	border: none;
	border-radius: 4px;
	width: 65px;
	min-width: 65px;
	height: auto;
}

.list-top-movie-link:hover .list-top-movie-item-vn {
	color: #ffc107 !important;
	text-decoration: none;
}

.list-top-movie-link .list-top-movie-item-view {
	color: #ffc107;
}

.list-top-movie-link:hover .list-top-movie-item-thumb {
	opacity: 1;
}

.facebook-top {
	height: auto !important;
}

.movie-link {
	display: block;
}

.movie-link .thumbn {
	background-size: cover;
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	border: 1px solid #CCC;
}

.movie-link:hover .thumbn {
	opacity: 0.8;
}

.movie-link:hover .name-vn {
	color: #DACB46 !important;
}

/*Menu*/

#mega-menu-1 li .sub {
	padding: 5px !important;
}

#mega-menu-1 li .sub li {
	width: 160px !important;
}

#mega-menu-1 li .sub-container {
	max-width: 828px !important;
}

#mega-menu-1 li {
	cursor: default;
}

.star-profile .profile-item {
	display: block;
	margin-bottom: 15px;
}

.star-profile .profile-item:last-child {
	margin-bottom: 0px;
}

.star-profile .profile-link .profile-image {
	display: block;
	background-size: cover;
	width: 290px;
	height: 180px;
	background-position: center;
	background-repeat: no-repeat;
}

.star-profile .profile-link:hover .profile-image {
	opacity: 0.7;
}

.star-profile .profile-link:hover .star-profile-name {
	color: #DACB46;
}

.ad-container {
	height: auto !important;
	margin-bottom: 5px;
}

.ad-container.banner-top {
	margin-bottom: 10px;
}

.ad-container.banner-footer {
	margin-top: 10px;
}

.ad-container.watch-banner-1,
.ad-container.watch-banner-2 {
	margin-left: 0 !important;
}

.pagination>li>a {
	padding: 10px 20px !important;
}

.profile-detail-short {
	padding: 5px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.movie-list-noresult {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 20px;
	color: #EEE;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

/* Ở trang xem trailer & xem phim */

.film-description-box {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 5px 8px;
	line-height: 26px;
	border: 1px solid #121212;
	font-size: 12px;
	color: #BBB;
	background: #222;
	height: 136px !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.block-movie-info .movie-l-img {
	position: relative;
}

.movie-watch-link-box {
	overflow: hidden;
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}

.movie-watch-link-box>.movie-watch-link {
	background-color: rgba(0, 0, 0, 0.8);
	display: block;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}

.movie-watch-link-box>.movie-watch-link:hover {
	background-color: rgba(0, 0, 0, 0.9);
}

.movie-info-watch {
	margin-bottom: 10px;
}

.list-episode h3 {
	font-size: 18px;
}

/*Index*/

.movie-item.m-block {
	display: block;
}

/*Movie Info*/

.movie-title .title-year {
	font-size: 12px;
	color: #999;
}

/*Facebook login*/

.facebook-login-error-box {}

.facebook-login-error-header {
	color: #DACB46;
	text-shadow: 1px 1px 1px #1A1A1A;
	display: inline-block;
	font: 30px/40px 'UTMCafetaRegular';
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 10px;
	border-bottom: 1px solid #999;
	display: block;
}

.facebook-login-error-body {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 20px;
	color: #EEE;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.facebook-login-error-body .error-detail {
	display: block;
	margin-top: 10px;
}

.facebook-login-error-body .error-detail .error-detail-header {
	display: block;
	font-weight: bold;
}

/*Footer*/

.footer-link-head {
	font: 24px/25px 'UTMCafetaRegular';
	color: #44E2FF;
	display: block;
	padding-bottom: 5px;
}

/*Movie Info */

/* Watch Info Box*/

.watch-info-box .movie-detail {
	margin-left: 168px;
	width: auto !important;
}

.watch-info-box .movie-image {
	position: absolute;
	left: 0;
	top: 10px;
	width: 168px !important;
}

/* Ẩn slider khi load trang */

ul.slider-list {}

/*Responsive*/

@media screen and (max-width: 1230px) {
	.ad-container.banner-floating {
		display: none;
	}
}

@media screen and (max-width: 980px) {

	.ad-container.banner-top,
	.ad-container.banner-footer {
		display: none;
	}
}

@media screen and (max-width: 800px) {
	.ad-container {
		display: none;
	}

	body>.container>.row>.col-lg-12,
	body>.container>.row>.col-lg-8,
	body>.container>.row>.col-lg-4,
	body>.container>.row>#sidebar {
		padding: 0;
	}

	nav #mega-menu-1 {
		height: 89px;
	}

	#sidebar .right-box,
	#sidebar .right-box .right-box-content {
		width: 100%;
	}

	#sidebar .right-box .list-top-movie-item-info {
		position: absolute;
		right: -9px;
		margin-left: 150px;
		text-align: left;
	}

	.page-single {
		width: 100%;
	}

	.related-box {
		width: auto;
	}

	.related-box .list-movie .movie-item {
		width: 30%;
	}

	.movie-list-index .list-movie .movie-item:nth-child(3n) {
		margin-right: 0px !important;
	}

	.block-comments * {
		max-width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	/*Request page*/
	.movie-request-page .block-left,
	.movie-request-page .block-right {
		width: auto;
	}

	.movie-request-page .block-right {
		margin-top: 10px;
	}
}

@media screen and (max-width: 480px) {
	nav #mega-menu-1 {
		height: 132px;
	}

	.movie-info-box .movie-detail {
		width: 100%;
		margin-bottom: 10px;
		float: none;
	}

	.movie-info-box .movie-image {
		float: none;
		width: 100%;
	}

	.watch-info-box .movie-detail {
		width: 100% !important;
		margin-bottom: 10px;
	}

	.watch-info-box .movie-image {
		width: 100% !important;
		position: static;
	}

	.related-box .list-movie .movie-item {
		width: 49%;
	}

	.movie-list-index .list-movie .movie-item {
		margin: 10px 0;
	}

	.movie-list-index .list-movie .movie-item:nth-child(3n) {
		margin-right: 0 !important;
	}

	.movie-list-index .list-movie .movie-item:nth-child(2n) {
		margin-left: 2% !important;
	}
}