/* update */
.container {
	max-width: 1520px;
	width: 100%;
}

@media screen and (max-width: 1199px) {
	#header {
		padding: 16px;
		margin: 0;
	}

	#header.hide {
		top: -60px;
	}

	#header .container {
		padding-left: 0px;
		padding-right: 0px;
	}

	#header_menu ul.header_menu-list {
		display: none;
	}

	#header_menu .container:before {
		display: none;
	}

	body.body-hidden {
		width: 100%;
		height: 100%;
		overflow: hidden;
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
	}

	#mobile_menu {
		display: block;
	}

	#mobile_menu i {
		font-size: 20px;
	}

	#header.active {
		padding-bottom: 60px;
		background: #000;
		overflow: hidden;
	}

	#mobile_search.active~#search-header {
		display: block;
		top: 60px;
	}

	#search-header {
		position: absolute;
		left: 16px;
		right: 16px;
		bottom: -100%;
		display: none;
	}

	#search-header input {
		border-radius: 8px;
		color: #000;
		padding: 7px 16px;
	}

	#search-header .search-icon {
		position: absolute;
		right: 5px;
		top: 5px;
		border-radius: 50%;
		background: rgba(20, 21, 22, 0.34);
		backdrop-filter: blur(7.599999904632568px);
		width: 30px;
		height: 30px;
	}

	#header_login {
		margin-left: 0;
	}

	#header_login .btn-register {
		height: 40px;
		width: 40px;
		text-align: center;
		margin: 10px;
		padding: 0;
		background: none;
		font-size: 0
	}

	#header_login .btn-register i {
		font-size: 20px;
		margin-right: 0 !important;
		color: #fff;
	}

	#header_login.user_logged {
		height: 60px;
		width: 60px;
		padding: 10px;
	}

	#header #logo {
		margin: 0 0 0 16px;
	}

	#header #logo img {
		display: inline-block;
		float: none;
		vertical-align: top;
		margin-right: 10px;
	}

	#header #logo span {
		display: inline-block;
		line-height: 30px;
		float: none;
		font-size: 16px;
	}

	#search {
		top: 60px;
		left: 0;
		bottom: auto;
		width: 100%;
		display: block;
		position: absolute;
		padding: 15px 15px 15px;
		display: none
	}

	#search.active {
		right: auto;
		display: block;
		background: #000
	}

	.search-content input.search-input {
		padding: 12px 20px;
	}

	.search-suggestion {
		top: 60px;
		margin: 0;
		right: 15px;
		left: 15px;
		width: calc(100% - 30px);
		background-color: #222;
	}

	.top-fixed {
		bottom: 50%;
		transform: translateX(-50%) translateY(50%);
	}

	.list-cat {
		gap: 15px;
		justify-content: center;
	}

	.detail_page-watch .detail_page-infor {
		font-size: 14px;
		line-height: 1.3em;
		min-height: 350px;
	}

	.heading-name {
		font-size: 30px;
	}

	.film_related .block_area_category {
		background: none;
		padding: 25px 0 30px;
	}

	#film_comments {
		padding-top: 0;
	}

	.block_area_boxed .block_area-content {
		padding: 20px;
	}

	.qtip {
		display: none !important;
	}

	.detail_page-watch .detail_page-infor {
		min-height: 410px;
	}

	#main-wrapper {
		min-height: calc(100vh - 378px)
	}

	#footer .container {
		padding-left: 15px;
	}

	#footer .footer-logo-block {
		position: relative;
		top: auto;
		left: auto;
		display: inline-block;
		overflow: hidden;
		width: 100%;
		margin-top: 30px;
		text-align: left;
	}

	#footer .footer-logo-block .footer-logo {
		display: none;
	}

	#footer .footer-logo-block p {
		margin-bottom: 0 !important;
	}

	.watch-block-area {
		flex-direction: column;
	}

	.info-video {
		width: 100%;
	}

	.info-video .info-video-content {
		padding: 2rem;
	}

	.tag-trending {
		display: none
	}
	.channel-top-list {
		padding: 32px;
		gap: 50px;
		margin-top: 18px;
		margin-bottom: 18px;
	}


	.model-top-list {
		padding: 24px;
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 50px;
		margin-top: 18px;
		margin-bottom: 18px;
	}

	.model-ranking-last-item {
		display: none;
	}

	.model-ranking {
		height: 75px;
		width: auto;
	}

	.models_list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.channels_list,
	.block_area-genrelist {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}


@media (max-width: 991px) {
	.main-filter {
		display: block;
		padding: 20px 0;
	}

	.list-cat {
		margin-bottom: 20px;
		flex-wrap: wrap;
	}

	#more-filter {
		float: right;
	}

	.section-id-02 {
		padding-top: 0;
	}

	.collapse.show~.section-id-02 {
		padding-top: 20px;
	}

	.film_list .film_list-wrap {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.watch-block-player {
		padding: 0;
	}

	.watch-block-player::before,
	.watch-block-player::after {
		display: none;
	}

	.watch-block-bottom {
		padding: 20px 0;
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}

	.watch-block-area.not-found img {
		max-width: 100%;
		height: auto;
	}

	.search-page .list-cat {
		margin: 0;
	}

	.popup-keysearch {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.channel-top-list {
		padding: 32px;
		gap: 50px;
		margin-top: 12px;
		margin-bottom: 12px;
	}

	.model-top-list {
		padding: 24px;
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 50px;
		margin-top: 12px;
		margin-bottom: 12px;
	}

	.model-ranking-last-item {
		display: none;
	}

	.model-ranking {
		height: 60px;
		width: auto;
	}

	.model-page .list-cat {
		margin: 0;
	}

	.channels_list,
	.block_area-genrelist {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.detail-header-content {
		padding: 0;
	}

	.dm-right-content {
		display: flex;
		align-items: center;
		gap: 30px;
		margin-bottom: 20px;
	}

	.detail-header-content .ava-model {
		position: relative;
		top: unset;
		transform: none;
		width: 117px;
		height: 117px;
	}

	.dhc-top {
		flex-direction: column;
		align-items: flex-start;
		gap: 11px;
	}

	.dhc-top a::after {
		display: none;
	}

	.dhc-top .heading-name {
		font-size: 20px;
	}
}

@media (max-width: 767px) {

	.top-banner>.container::before,
	.top-banner>.container::after {
		display: none;
	}

	.search-content .search-icon {
		height: 36px;
		width: 36px;
		padding: 0;
		justify-content: center;
	}

	.search-content .search-icon span {
		display: none;
	}

	.list-cat {
		margin-left: auto;
		margin-right: auto;
	}

	.list-cat::before,
	.list-cat::after {
		display: none;
	}

	.list-wrapper {
		flex-direction: column;
		gap: 16px;
	}

	.flw-item .film-poster {
		margin-bottom: 8px;
		padding-bottom: 70%;
	}

	.film_list .film_list-wrap {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	#footer .container {
		display: flex;
		flex-direction: column;
	}

	#footer .footer-logo {
		margin: 0;
		text-align: center;
	}

	#footer .footer-logo img {
		float: none;
	}

	#footer .footer-links ul {
		display: flex;
		justify-content: center;
		gap: 24px;
		margin-top: 10px;
		width: 100%;
	}

	#footer .footer-links ul li {
		margin: 0;
	}

	.prebreadcrumb {
		display: none;
	}

	.film-servers .fss-list,
	.watch-block-right {
		gap: 12px;
	}

	.film-servers .fss-list li .btn-play,
	.watch-block-right>a {
		padding: 6px 12px;
	}

	.watch-block-bottom {
		padding: 16px 0;
	}

	.video-title {
		font-size: 18px;
		line-height: 24px;
	}

	.flw-item .pick {
		left: 8px;
		bottom: 8px;
	}

	.flw-item .pick.time {
		right: 8px;
	}

	.flw-item .pick.sub {
		top: 8px;
	}

	.watch-block-area.not-found {
		padding: 30px 0;
	}

	.watch-block-area.not-found h1 {
		font-size: 18px;
	}

	.models_list {
		gap: 16px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.block_area_category {
		padding: 0;
	}

	.detail-mix {
		padding-top: 80px;
		min-height: auto;
	}

	.detail-mix-bg::before {
		/* background-image: url(../../images/thumbs/cast-01-m.webp?v=3.3); */
		background-size: contain;
		background-position: top;
	}

	.dhc-top a::after {
		display: none;
	}

	.dhc-stats-infor {
		display: grid;
		grid-template-columns: auto auto auto;
		gap: 12px;
	}

	.detail-model {
		padding-bottom: 0;
	}

	.page-model-detail .section-id-01 {
		margin-top: 20px;
	}

	.channels_list,
	.block_area-genrelist {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.channel-detail-page::before {
		background: url(/images/1px.gif) no-repeat;
		background-size: contain;
		background-position: top;
	}

	.detail-channel .detail-header-content {
		padding: 0;
	}
}

@media screen and (max-width: 576px) {
	.top-banner::before {
			content: '';
			background: linear-gradient(180deg, #111 0%, rgba(17, 17, 17, 0.00) 100%);
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0;
			z-index: 9;
		}

	.top-fixed {
		bottom: 40%;
	}

	.top-fixed h1 {
		font-size: 20px;
		line-height: 28px;
	}

	.top-fixed h2 {
		font-size: 20px;
		line-height: 28px;
	}

	.top-fixed p {
		line-height: 20px;
	}

	#footer {
		padding: 10px 0;
	}

	#footer-about,
	#footer .footer-logo {
		display: none;
	}

	#footer .footer-links ul {
		justify-content: flex-start;
	}

	.channel-top-list {
		padding: 32px;
		gap: 50px;
		margin-top: 12px;
		margin-bottom: 12px;
	}

	.model-top-list {
		padding: 24px;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 50px;
		margin-top: 12px;
		margin-bottom: 12px;
	}

	.model-ranking-last-item {
		display: none;
	}

	.model-ranking {
		height: 75px;
		width: auto;
	}

	.models_list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.model-page .main-filter .of-mobile {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		text-align: center;
		overflow: hidden;
	}

	.model-page .list-cat {
		display: inline-flex;
		margin-bottom: 20px;
	}

	.model-page .collapse.show~.block_area_category {
		padding-top: 20px;
	}

		.pre-pagination .pagination .page-item {
			margin: 0 2px;
		}
}