
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&amp;display=swap');

/* CSS Document */

/* [Wrapper] */
html {
	position: relative;
}

body {
	background: #141516;
	font-family: "Montserrat", sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: none;
}

body::before {
	content: '';
	background: url(../images/bg-maind6c3.webp) no-repeat;
	background-size: cover;
	position: fixed;
	width: 100%;
	height: 100%;
	max-height: 1024px;
}

.container {
	padding-left: 10px;
	padding-right: 10px;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}

.row [class^="col"] {
	padding-left: 10px;
	padding-right: 10px;
}

a {
	text-decoration: none !important;
	outline: none;
	-moz-outline: none;
	color: #fff
}

a:hover,
.link-highlight {
	color: #ffba16
}

.text-highlight {
	color: #ffba16 !important;
}

.color-highlight {
	background: #ffba16 !important;
}

button,
.btn {
	box-shadow: none !important;
}

.btn-radius {
	border-radius: 30px;
}

.btn-radius-more {
	border-radius: 10px;
}

.btn-circle {
	width: 40px;
	height: 40px;
	padding: 0;
	line-height: 40px;
	border-radius: 50%;
	border: none !important;
	position: fixed;
	bottom: 60px;
	right: 20px;
	z-index: 999;
}

.btn-secondary {
	background: #333 !important;
	border: none !important;
}

.btn-circle {
	position: fixed;
	bottom: 60px;
	right: 20px;
}

.dot {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	display: inline-block;
	margin: 3px 10px;
	background: rgba(255, 255, 255, .6)
}

.h2-heading {
	font-size: 2em !important;
	margin-bottom: 0;
}

.iframe16x9 {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
}

.iframe16x9 iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100% !important;
	height: 100% !important;
}

.search-content input.search-input,
.film-poster-ahref:before,
.film-poster-ahref:after,
.film-poster-ahref i,
.film-poster-img,
#sidebar_menu,
#search {
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
}

.film-poster-ahref:after,
#header,
.watching_player-control *,
.cast-list .cast-item,
.list-hoz,
.swiper-scrollbar,
.story-item * {
	transition: all .2s ease 0s;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
}

.search-content input.search-input,
.nav-item>a,
.nav-item,
.block_area,
.film-poster {
	position: relative;
}

.film-poster {
	width: 100%;
	padding-bottom: 60%;
	position: relative;
	overflow: hidden;
	border-radius: 0;
}

.film-poster .film-poster-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
	overflow: hidden;
	transition: .3s;
}

.photo-fit {
	width: 100%;
	padding-bottom: 115%;
	position: relative;
	overflow: hidden;
	border-radius: 16px;
}

.photo-fit img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.photo-circle {
	border-radius: 50%;
	overflow: hidden;
	display: inline-block
}

.azblock {
	margin-bottom: 30px;
	margin-top: 30px;
}

.btn-login {
	background: #333;
	color: #fff !important;
	box-shadow: none !important;
	height: 40px;
}

.btn-primary,
.btn-focus,
.btn-secondary.active {
	background: #ffba16 !important;
	color: #111 !important;
	border: none !important;
}

.btn-premium,
.film-servers .fss-list li.active .btn-play,
.film-servers .fss-list li .btn-play:hover {
	color: #111;
	border: none;
	background-color: #ffba16;
}

.name-model {
	font-weight: 400;
	color: #ffba16;
}

#wrapper {
	width: 100%;
	position: relative;
}

.bg-main {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: -1;
}

#footer {
	z-index: 11;
	background: #111;
}

body.homepage #header {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
}

#header {
	background: linear-gradient(180deg, #111 0%, rgba(17, 17, 17, 0.00) 100%);
	padding: 24px 0;
	margin-bottom: 25px;

}

#header.has-bg {
	background: #000;
}

#header .container {
	display: flex;
	align-items: center;
}

#header #logo {
	display: block;
	margin-right: 70px;
	float: left;
}

#header #logo img {
	float: left;
}

#header #logo span {
	line-height: 40px;
	font-size: 24px;
	font-weight: 600;
}

#mobile_menu,
#mobile_search {
	display: none;
	cursor: pointer;
}

#mobile_menu,
#mobile_search i {
	margin: 0;
	font-size: 18px;
}

#header_menu .container {
	position: relative;
}

#header_menu ul.header_menu-list {
	list-style: none;
	padding: 0;
}

#header_menu ul.header_menu-list .nav-item {
	display: flex;
	margin: 0 15px 0 0;
	position: relative;
}

#header_menu ul.header_menu-list .nav-item>a {
	line-height: 40px;
	margin: 0;
	padding: 0 10px;
	display: inline-flex;
	font-size: 15px;
	font-weight: 400;
	align-items: center;
	text-transform: capitalize;
	gap: 4px;
}

#header_menu ul.header_menu-list .nav-item.active>a {
	color: #ffba16
}

#header_menu .header_menu-sub {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 700px;
	z-index: 102;
	background: #222;
}

#header_menu .header_menu-sub ul.sub-menu {
	padding: 10px;
	text-align: left;
	list-style: none;
	overflow: hidden;
	margin-left: -1%;
	margin-right: -1%;
}

#header_menu .header_menu-sub ul.sub-menu li {
	width: 23%;
	float: left;
	margin: 0 1%;
}

#header_menu .header_menu-sub ul.sub-menu li a {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	display: block;
	font-size: 15px;
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

#header_right {
	margin-left: auto;
}

#header_right #search-toggle {
	display: inline-block;
}

#header.active {
	z-index: 102;
}

#header.hide {
	top: -88px !important;
}

#header_login {
	float: right;
	margin-left: 10px;
}


#main-search {
	margin: auto;
	margin-top: -28px;
	width: 100%;
	max-width: 900px;
	position: relative;
	z-index: 99;
}

.search-content {
	position: relative
}

.search-content input.search-input {
	color: #111;
	height: auto;
	padding: 16px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	border-radius: 16px;
	border: 0;
	box-shadow: none !important;
	background: #fff;
}

.search-content .search-icon {
	color: #111;
	line-height: 40px;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	border-radius: 16px;
	background: #FEA016;
	border: 0;
	padding: 0 12px;
}

.search-content .search-submit {
	left: auto;
	right: 0;
	display: none;
}

.search-content .search-submit i {
	line-height: 40px;
	font-size: 20px;
}

.search-content .search-content {
	position: relative;
}

.sht-heading {
	font-size: 2.2em;
	font-weight: 300;
	margin: 0 0 30px;
}

.sht-heading strong {
	font-weight: 600;
}

#main-wrapper {
	margin-bottom: 70px;
	min-height: calc(100vh - 370px);
	/*z-index: 11;*/
	/*position: relative;*/
}

.bah-setting .btn,
.btn-in-headcat {
	margin: 4px 0;
}

#suggest {
	margin-bottom: 30px;
}

.premodal {
	font-size: 14px;
}

.premodal-large .modal-dialog {
	max-width: 620px;
}

.premodal-large .modal-dialog .modal-content {
	border-radius: 20px;
}

.premodal .btn-sm.btn-filter-item {
	min-width: 50px;
	font-size: 12px;
	line-height: 1em;
	padding: 8px 11px;
	float: left;
	margin: 3px 6px 3px 0;
}

.main-filter {
	padding: 30px 0 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.select-filter {
	position: relative;
	display: inline-block;
	order: -1;
}


.select-trigger {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	line-height: 24px;
	font-weight: 600;
	cursor: pointer;
	border-radius: 16px;
	border: 1px solid #E9E9E9;
	background: rgba(29, 29, 29, 0.60);
	backdrop-filter: blur(2.799999952316284px);
}

.select-trigger svg {
	transition: .3s;
}

.select-trigger.open svg {
	transform: rotate(180deg);
}

.select-trigger img {
	width: 20px;
	height: 20px;
}

.select-options {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	border-radius: 16px;
	border: 1px solid #E9E9E9;
	background: #1D1D1D;
	backdrop-filter: blur(2.799999952316284px);
	width: 100%;
	box-sizing: border-box;
	z-index: 2;
	margin-top: 8px;
	transition: .2s;
	transform: translateY(10px);
	padding: 12px;
}

.select-trigger.open~.select-options {
	opacity: 1;
	visibility: visible;
	transform: none;
	z-index: 99999;
}

.select-option {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	cursor: pointer;
	text-transform: capitalize;
	color: #aaa;
}

.select-option:first-child {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #aaa;
}

.select-option.active {
	font-weight: 600;
	color: #fff;
}

.select-option img {
	width: 20px;
	height: 20px;
}

.select-option:hover {
	color: #fff;
}

.list-cat {
	display: flex;
	align-items: center;
	gap: 40px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.list-cat::after {
	transform: rotate(180deg);
}

.list-cat a {
	display: flex;
	align-items: center;
	gap: 2px;
}
.list-cat a img {
	max-width: 20px;
	height: 20px;
}
#filterButton {
	border-radius: 16px;
	border: 1px solid #E9E9E9;
	background: rgba(29, 29, 29, 0.60);
	backdrop-filter: blur(2.799999952316284px);
	padding: 8px 12px;
	display: flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
}

.collapse:not(.show) {
	display: block;
}

.collapse {
	height: 0;
	opacity: 0;
	transition: 0.3s ease-out;
}

.collapse.show {
	opacity: 1;
	height: auto;
}

.list-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.list-wrapper .fil {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.custom-selects {
	position: relative;
}

.custom-selects select {
	display: none;
	/*hide original SELECT element:*/
}

.select-selected,
.select-items {
	border-radius: 16px;
	border: 1px solid #848484 !important;
	background: rgba(29, 29, 29, 0.60) !important;
	backdrop-filter: blur(2.799999952316284px);
	box-shadow: none !important;
	padding: 8px 12px;
	color: #848484;
	font-size: 14px;
	line-height: 24px;
	cursor: pointer;
}

/*style the arrow inside the select element:*/
.select-selected:after {
	position: absolute;
	content: "";
	top: 16px;
	right: 10px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-color: #848484 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
	border-color: transparent transparent #848484 transparent;
	top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items {
	margin-top: 8px;
}

.select-items div {
	color: #aaa;
	padding: 8px 0;
	cursor: pointer;
	user-select: none;
}

.select-items div+div {
	border-top: 1px solid #aaa;
}

/*style items (options):*/
.select-items {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
	display: none;
}

.select-items div:hover,
.same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

.section-id-02 {
	padding-top: 28px;
}

.category_filter .category_filter-content .cfc-item {
	display: block;
	padding: 15px 0;
	width: 100%;
	position: relative;
}

.category_filter .category_filter-content .cfc-item .ni-head {
	font-size: 1em;
	font-weight: 600;
	display: block;
	margin-bottom: 7px;
}

.category_filter .category_filter-content .ni-list .custom-control-label {
	line-height: 1.6rem;
	cursor: pointer;
}

.category_filter .category_filter-content .cfc-button .btn {
	padding: 10px 20px;
}

.category_filter .category_filter-content .cfc-button {
	border-bottom: none !important;
}

.category_filter .bah-setting-mobile {
	margin-bottom: 15px;
	display: none;
}

.category_filter .bah-setting-searchpage {
	display: block;
}

.cat-seo-content p {
	color: #fff !important;
}

.cat-seo-content span {
	color: #fff !important;
}

.cat-heading {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cat-heading i {
	font-size: 24px;
}

.block_area {
	display: block;
	margin-bottom: 3rem;
}

.block_area .block_area-header {
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	width: 100%;
}


.block_area .block_area-header .viewmore .btn {
	padding: 0;
	height: 32px;
	width: 32px;
	line-height: 32px;
	border-radius: 50%;
	color: #fff;
	background: #222;
	font-weight: normal
}

.block_area .block_area-header-tabs {
	margin-bottom: 25px;
}

.block_area .block_area-header-tabs .pre-tabs {
	border-bottom: none;
}

.block_area_home .category_filter {
	margin-top: -10px;
}

.block_area_home .btn-in-headcat {
	margin: 2px 0
}

.pre-tabs .nav-item {
	font-size: 16px;
	font-weight: 400;
	margin-right: 40px;
}

.pre-tabs .nav-item .nav-link {
	padding: 0;
	line-height: 1.1em;
	font-size: 14px;
	background: none;
	border: none;
}

.pre-tabs .nav-item .nav-link.active {
	color: #ffba16
}

.pre-tabs.model-tabs .nav-item {
	margin: 0 !important;
}

.pre-tabs.model-tabs .nav-item .nav-link {
	padding: 9px 15px;
	border-radius: 0;
}

.pre-tabs.model-tabs .nav-item .nav-link.active {
	color: #ffba16
}

.pre-tabs.model-tabs .nav-item:last-of-type {
	border-radius: 0 20px 20px 0;
	overflow: hidden
}

.pre-tabs.model-tabs .nav-item:first-of-type {
	border-radius: 20px 0 0 20px;
	overflow: hidden
}

.film-poster-ahref:before,
.film-poster-ahref i {
	position: absolute;
	top: 50%;
	left: 50%;
}

.film_list {
	display: block;
}

/* .film_list .film_list-wrap{margin: 0 -.5%}
.film_list .film_list-wrap .flw-item{width: 15.66%; margin: 0 .5% 30px; float: left;} */
/* .film_list .film_list-wrap {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
} */

.film_list-wrap .flw-item {
	margin-bottom: 20px;
}
.flw-item .film-poster .film-poster-ahref {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: inline-block;
}

.flw-item .film-poster .film-poster-ahref:after {
	content: "";
	position: absolute;
	top: auto;
	right: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	opacity: 0;
	z-index: 1;
	background: #1f1f1f
}

.flw-item .film-poster .film-poster-ahref:before {
	content: "";
	width: 60px;
	height: 60px;
	margin-top: -30px;
	margin-left: -30px;
	border-radius: 50%;
	opacity: 0;
	z-index: 2;
	background: #222
}

.flw-item .film-poster .film-poster-ahref i {
	font-size: 20px;
	line-height: 20px;
	width: 2px;
	margin-top: -10px;
	margin-left: -7px;
	z-index: 2;
	opacity: 0;
	color: #f99816
}

.flw-item .film-poster {
	margin-bottom: 14px;
}

.flw-item .film-poster:hover .film-poster-img {
	border-radius: 0;
}

.flw-item .film-poster:hover .film-poster-ahref:after {
	height: 100%;
	opacity: .7;
}

.flw-item .film-poster:hover .film-poster-ahref:before {
	opacity: 1;
}

.flw-item .film-poster:hover .film-poster-ahref i {
	opacity: 1;
}

.flw-item .pick {
	position: absolute;
	z-index: 5;
	bottom: -1px;
	left: 0;
	font-size: 12px;
	line-height: 20px;
	border-radius: 12px;
	background: rgba(20, 21, 22, 0.62);
	backdrop-filter: blur(3.5999999046325684px);
	color: #fff;
	font-weight: 500;
	display: inline-block;
	padding: 4px 8px;
	user-select: none;
}

.flw-item .pick.time {
	left: auto;
	right: 0;
}

.flw-item .pick.sub {
	top: 0;
	bottom: auto;
	font-weight: 700;
	background: #FE1616;
}

.flw-item .pick.remove-fav {
	top: 0;
	left: auto;
	right: 0;
	text-align: center;
	background: #ff2b42;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 0 0 0 6px;
	cursor: pointer;
}

.flw-item .pick.remove-fav i {
	line-height: 1em;
	overflow: hidden;
}

.flw-item .film-detail {
	font-size: 1em;
	position: relative;
	padding: 0;
	z-index: 2;
	min-height: 42px;
}

.flw-item .film-detail .film-name {
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.flw-item .film-detail .film-name a {
	color: #fff;
}

.flw-item .film-detail .film-name a:hover {
	color: #ffba16;
}

.flw-item .film-detail .fd-infor {
	font-size: .9em;
	color: #ffffff;
	display: flex;
	align-items: center;
	display: none;
}

.flw-item .film-detail .fdi-item {
	overflow: hidden;
	flex-shrink: 0;
	display: flex;
	align-items: center;
}

.flw-item .film-detail .fdi-item i {
	font-size: .8em;
}

.flw-item .film-detail .fdi-channel {
	flex-grow: 1;
	flex-shrink: unset;
}

.flw-item .film-detail .channel-thumb {
	width: 24px !important;
	padding-bottom: 24px !important;
	border-radius: 50%;
	flex-shrink: 0;
}

.flw-item .film-detail .fdi-channel span {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
}

.flw-item .film-detail .fd-infor .space {
	width: 1rem;
}

.watch-block-area.not-found {
	text-align: center;
	padding: 50px 0;
}

.watch-block-area.not-found h1 {
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	margin: 32px 0 14px;
}

.watch-block-area.not-found p {
	color: #D9D9D9;
	max-width: 670px;
	margin: 0 auto;
}

.search-page .main-filter {
	justify-content: center;
}

.popup-keysearch {
	font-size: 16px;
}

.popup-keysearch a {
	font-weight: 500;
	position: relative;
	padding-right: 28px;
	display: inline-block;
}

.popup-keysearch a::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjQ5OTMgNi44MjgyNkM2LjQ5OTMgNi4yMDY5NCA3LjAwMjk4IDUuNzAzMjYgNy42MjQzIDUuNzAzMjZIMTcuMTcwMkMxNy43OTE2IDUuNzAzMjYgMTguMjk1MiA2LjIwNjk0IDE4LjI5NTIgNi44MjgyNlYxNi4zNzQyQzE4LjI5NTIgMTYuOTk1NSAxNy43OTE2IDE3LjQ5OTIgMTcuMTcwMiAxNy40OTkyQzE2LjU0ODkgMTcuNDk5MiAxNi4wNDUyIDE2Ljk5NTUgMTYuMDQ1MiAxNi4zNzQyVjkuNTQ0MjVMNy42MjQzIDE3Ljk2NTJDNy4xODQ5NiAxOC40MDQ1IDYuNDcyNjUgMTguNDA0NSA2LjAzMzMxIDE3Ljk2NTJDNS41OTM5NyAxNy41MjU5IDUuNTkzOTcgMTYuODEzNSA2LjAzMzMxIDE2LjM3NDJMMTQuNDU0MyA3Ljk1MzI2TDcuNjI0MyA3Ljk1MzI2QzcuMDAyOTggNy45NTMyNiA2LjQ5OTMgNy40NDk1OCA2LjQ5OTMgNi44MjgyNloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=');
	background-size: contain;
	background-repeat: no-repeat;
}

.popup-keysearch a:hover::after {
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjQ5OTMgNi44MjgyNkM2LjQ5OTMgNi4yMDY5NCA3LjAwMjk4IDUuNzAzMjYgNy42MjQzIDUuNzAzMjZIMTcuMTcwMkMxNy43OTE2IDUuNzAzMjYgMTguMjk1MiA2LjIwNjk0IDE4LjI5NTIgNi44MjgyNlYxNi4zNzQyQzE4LjI5NTIgMTYuOTk1NSAxNy43OTE2IDE3LjQ5OTIgMTcuMTcwMiAxNy40OTkyQzE2LjU0ODkgMTcuNDk5MiAxNi4wNDUyIDE2Ljk5NTUgMTYuMDQ1MiAxNi4zNzQyVjkuNTQ0MjVMNy42MjQzIDE3Ljk2NTJDNy4xODQ5NiAxOC40MDQ1IDYuNDcyNjUgMTguNDA0NSA2LjAzMzMxIDE3Ljk2NTJDNS41OTM5NyAxNy41MjU5IDUuNTkzOTcgMTYuODEzNSA2LjAzMzMxIDE2LjM3NDJMMTQuNDU0MyA3Ljk1MzI2TDcuNjI0MyA3Ljk1MzI2QzcuMDAyOTggNy45NTMyNiA2LjQ5OTMgNy40NDk1OCA2LjQ5OTMgNi44MjgyNloiIGZpbGw9IiNGRUEwMTYiLz4KPC9zdmc+Cg==');
}

.model-page .main-filter {
	display: block;
	text-align: right;
	position: relative;
}

.model-page #more-filter {
	display: inline-block;
	float: none;
}

.model-page .main-filter .of-mobile {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.block_area_category {
	padding-top: 20px;
}

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

.pre-pagination .pagination .page-item .page-link {
	border-radius: 30px;
	padding: 0 5px;
	font-family: Arial;
	line-height: 30px;
	height: 30px;
	min-width: 30px;
	text-align: center;
	border: none;
	font-weight: 400;
	line-height: 1em;
	background: none;
	color: #fff;
}

.pre-pagination .pagination .page-item .page-link:hover {
	background: #333
}

.pre-pagination .pagination .page-item.active .page-link {
	cursor: default;
	background: #ffba16;
	color: #111;
}

.pre-pagination .pagination-lg .page-item .page-link {
	line-height: 44px;
	min-width: 44px;
	height: 44px;
	font-size: 16px;
}

/* modal */
.modal-backdrop.show {
	opacity: 1;
}

.premodal .modal-content {
	border-radius: 0;
	border: none;
	border-radius: 30px;
}

.premodal .modal-content .modal-header {
	border-bottom: 0;
	border-radius: 0;
	padding: 20px;
	position: relative;
	display: block;
}

.premodal .modal-content .modal-header .modal-title {
	text-align: center;
	font-weight: 600;
	font-size: 2em;
	line-height: 1.4em;
}

.premodal .modal-content .close {
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	z-index: 3;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	padding: 0;
	opacity: 1;
	text-shadow: none;
	color: #fff;
}

.premodal .modal-content .close:hover {
	opacity: 1;
}

.premodal .modal-content .modal-body {
	padding: 20px 30px;
}

.premodal-login .modal-content .modal-body {
	padding: 0px 40px 40px;
}

.premodal-login .modal-content .modal-header {
	padding: 30px 40px;
}

.premodal-login .modal-content {
	min-height: 350px;
}

.premodal-login .modal-dialog {
	max-width: 500px;
}

.premodal-login .modal-web-cover {
	top: 0px;
	left: -5px;
	width: 355px;
	bottom: 0;
	border-radius: 30px 0 0 30px;
	overflow: hidden;
}

.premodal-login .tab-content {
	position: relative;
	z-index: 5;
}

.premodal-filter .modal-content .modal-header {
	padding-bottom: 0;
}

.modal-login-tabs {
	position: absolute;
	width: 220px;
	right: -130px;
	transform: rotate(90deg);
	top: 40%;
}

.modal-login-tabs .mlt-item {
	float: left;
	width: 100px;
	margin: 0 5px;
}

.modal-login-tabs .mlt-item .btn {
	display: block;
	width: 100%;
	border-radius: 6px 6px 0 0;
	box-shadow: none;
	height: 40px;
	background: #222 !important;
	color: #fff !important;
	border: none !important;
	box-shadow: none !important;
}

.modal-login-tabs .mlt-item.active .btn {
	color: #ffba16 !important;
}

.premodal .modal-content .modal-footer {
	padding: 30px;
	display: block;
	border-top: none;
}

.preform .form-group {
	margin-bottom: 20px;
}

.preform .form-control {
	font-size: 13px;
	border-radius: 0;
}

.preform .prelabel {
	font-size: 11px;
	text-transform: uppercase;
	opacity: .5;
	font-weight: 400;
	letter-spacing: 1px;
}

.preform .custom-control-label {
	line-height: 1.5rem
}

.text-forgot {
	line-height: 1.5rem;
}

.link-highlight {
	cursor: pointer;
}

.premodal .modal-logo {
	margin-top: -10px;
}

.premodal .alert {
	font-size: 13px;
	line-height: 1.4em;
	border-radius: 0;
}

.premodal .btn {
	padding: .5rem .75rem
}

.model-form.preform .form-group {
	position: relative
}

.model-form.preform .form-group .form-control {
	border-radius: 10px;
	padding: 15px 25px 10px;
	color: #fff;
	height: auto;
	background: none;
	box-shadow: none !important;
	border: 1px solid rgba(255, 255, 255, .2);
}

.model-form.preform .form-group .form-control::placeholder {
	color: #888;
}

.model-form.preform .form-group .prelabel {
	position: absolute;
	color: #ffffff;
	top: -10px;
	background: #222;
	line-height: 1em;
	left: 15px;
	padding: 5px 10px;
	display: inline-block;
	z-index: 3;
	opacity: 1;
	font-weight: 400;
	text-transform: unset
}

.model-form-body.preform .form-group .prelabel {
	background: #1c2133 !important;
}

.model-form.preform .btn-radius-more {
	padding: 12px 20px;
}

.model-form.preform .login-btn {
	margin-top: 30px;
	margin-bottom: 0;
}

.modal-backdrop {
	background-color: rgba(0, 0, 0, .8);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
}

/* sidebar menu*/
#sidebar_menu_bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	display: none;
}

#sidebar_menu_bg.active {
	display: block;
	background-color: rgba(0, 0, 0, .8);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
}

#sidebar_menu {
	position: fixed;
	z-index: 99999;
	left: -400px;
	opacity: 0;
	top: 0;
	bottom: 0;
	overflow-y: auto;
	width: 300px;
	padding: 16px;
	padding-top: 40px;
	background-color: #101010;
}

#sidebar_menu.active {
	left: 0;
	opacity: 1;
}

#sidebar_menu .toggle-sidebar {
	position: absolute;
	top: 40px;
	right: 0;
	width: 28px;
	border-radius: 10px 0px 0px 10px;
}

#sidebar_menu .sidebar_menu-list {
	font-size: 14px;
	margin-top: 40px;
}

#sidebar_menu .sidebar_menu-list>.nav-item {
	display: block;
	width: 100%;
	position: relative;
}

#sidebar_menu .sidebar_menu-list>.nav-item>.nav-link {
	display: flex;
	color: #fff;
	font-size: 14px;
	align-items: center;
	gap: 4px;
	padding: 0;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #393939;
}

#sidebar_menu .sidebar_menu-list>.nav-item:last-child>.nav-link {
	padding: 0;
	margin: 0;
	border: 0;
}

#sidebar_menu .sidebar_menu-list>.nav-item>.toggle-submenu {
	position: absolute;
	top: 5px;
	right: -10px;
	padding: 10px;
	z-index: 3;
	cursor: pointer
}

#sidebar_menu .sidebar_menu-list>.nav-item .nav {
	margin-bottom: 20px;
}

#sidebar_menu .sidebar_menu-list>.nav-item .nav>.nav-item {
	display: block;
	width: 49%;
	margin-right: 1%;
	float: left;
}

#sidebar_menu .sidebar_menu-list>.nav-item .nav>.nav-item>.nav-link {
	font-size: 14px;
	padding: 10px 0;
}

/* loading */
.loading {
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: 50%;
	margin-left: -30px;
}

.loading>div {
	width: 18px;
	height: 18px;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.loading .span1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
	background: #fff;
}

.loading .span2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
	background: #fff;
}

.loading .span3 {
	background: #fff;
}

@-webkit-keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1.0);
	}
}

@keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

.loading-relative {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	min-height: 50px;
}

.film-poster .loading-relative,
.story-item-thumb .loading-relative,
.model-photo .loading-relative,
.player-area .loading-relative {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #333
}

.player-area .loading-relative {
	background: #110f14;
	border-radius: 16px;
}

.story-item-thumb .loading-relative {
	border-radius: 15px
}

.search-result-pop .loading-relative {
	min-height: 160px;
}

.bah-filter .btn-in-headcat {
	border-radius: 3px;
	font-size: 14px;
	line-height: 1em;
	padding: 7px 10px;
	margin: 5px 0 0;
	border: none;
}

.bah-filter .btn-in-headcat i {
	font-size: 12px;
}

.cat-tabs {
	margin-bottom: 40px;
}

.div-download {
	max-width: 600px;
	margin: 50px auto;
	padding: 40px;
	border-radius: 20px;
	background: #211E27
}

/* footer */
#footer {
	padding: 25px 0;
	margin-top: 60px;
	position: relative;
}

#footer .container {
	position: relative;
	z-index: 3;
}

#footer .footer-l {
	float: left;
}

#footer .footer-logo img {
	width: auto;
	height: 40px;
	float: left;
	margin-right: 10px;
}

#footer .footer-logo .logo-text {
	float: left;
	line-height: 40px;
	font-size: 24px;
	font-weight: 600;
}

#footer .footer-links {
	float: right;
}

#footer .footer-links ul {
	padding: 0;
}

#footer .footer-links ul li {
	float: left;
	margin-left: 40px;
}

#footer .footer-links ul li a {
	height: 40px;
	line-height: 40px;
}

#footer-about {
	margin-bottom: 40px;
}

#footer-about .container .row>div {
	background-color: #141516;
}

#footer-about p {
	text-align: center;
	margin: 0;
	padding: 50px;
}

.footer-left {
	position: relative;
}

.footer-left::before,
.footer-left::after {
	content: '';
	background: url(../images/footer-leftd6c3.webp) no-repeat;
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 72px;
	height: 197px;
	pointer-events: none;
}

.footer-left::after {
	left: auto;
	right: 72px;
	top: -54px;
	transform: rotate(-90deg) rotateY(180deg);
}

.footer-right {
	background: url(../images/footer-rightd6c3.webp) no-repeat;
	height: 100%;
	display: flex;
	align-items: center;
}

#footer .social-media {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 20px;
}

/* page */
.fa-icon-cat {
	font-size: 16px;
}

.detail-header,
.detail-infor,
.detail-actor {
	position: relative;
	display: block;
	margin-bottom: 30px;
	border-radius: 10px;
	overflow: hidden;
	min-height: 100px;
}

.detail-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.detail-cover img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.detail-cover:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

.dhc-top {
	display: flex;
	align-items: center;
	gap: 16px;
}

.dhc-top .heading-name {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	color: #FEA016;
	margin: 0;
}

.dhc-top a {
	position: relative;
	padding-right: 20px;
}

.dhc-top a::after {
	content: '';
	background: url(../images/b-slided6c3.webp) no-repeat;
	position: absolute;
	left: 194%;
	width: 16px;
	height: 238px;
	transform: rotate(90deg);
	top: -106px;
	pointer-events: none;
}

.dhc-stats-infor {
	display: flex;
	align-items: flex-start;
	gap: 40px;
}

.dhc-stats-infor .item {
	display: flex;
	flex-direction: column;
	gap: 8px;
	color: #DEDEDE;
}

.dhc-stats-infor .item>span:not(.label) {
	font-weight: 600;
	color: #fff;
}

.detail-model .detail-header-content .dhc-poster .film-poster {
	padding-bottom: 100%;
	border-radius: 50%;
}

.detail-header-content .description {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.detail-header-content .clamp {
	-webkit-line-clamp: 4;
}

.detail-header-content .description-more {
	display: block;
	color: #FEA016;
}

.detail-header-content .social-media {
	margin-top: 16px;
}

.detail-header-content .social-media a {
	margin-right: 8px;
}

.detail-model .dhc-videos {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}

.detail-model .dhc-videos span.number {
	font-size: 270px;
	color: #fff;
	line-height: 1em;
	opacity: .1;
	font-weight: 600;
	letter-spacing: -10px
}

.detail-model .dhc-videos span.text {
	position: absolute;
	right: -83px;
	bottom: 87px;
	transform: rotate(-90deg);
	font-size: 30px;
	line-height: 1em;
	opacity: .2;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px
}



.detail-mix {
	position: relative;
	padding-top: 96px;
	min-height: 650px;
}

.detail-mix-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1;
}

.detail-mix-bg::before {
	content: '';
	background: url(../images/1px.gif) no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	max-height: 674px;
}


.detail-mix::before {
	content: '';
	background: linear-gradient(90deg, #141516 25.97%, rgba(20, 21, 22, 0.00) 100%);
	position: absolute;
	top: 0;
	width: 90%;
	height: 100%;
	z-index: 2;
}

.detail-mix::after {
	content: '';
	background: linear-gradient(0deg, #1C1C1B 0%, rgba(28, 28, 27, 0.00) 100%);
	position: absolute;
	width: 100%;
	height: 230px;
	bottom: 0;
	z-index: 2;
}

.detail-mix>.container {
	position: relative;
	z-index: 3;
}

.detail-model {
	padding-top: 15px;
	padding-bottom: 40px;
}

.detail-header-content {
	margin-bottom: 32px;
	position: relative;
	padding: 48px 0;
	padding-left: 250px;
}

.detail-header-content .ava-model {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #FEA016;
	position: absolute;
	left: 0;
	top: 0;
	/* top: 60px; */
	/* transform: translateY(-50%); */
}

.page-model-detail .section-id-01 {
	z-index: 3;
}

.badge-imdb {
	font-size: 12px;
	display: inline-block;
	padding: 2px 4px;
	border-radius: 5px;
	font-weight: 400;
}

.dhc-stats-rating {
	position: relative;
}

.dhc-stats-rating .block-rating {
	display: flex;
	align-items: center;
	gap: .6rem;
}

.dhc-stats-rating .rating-btn .btn-circle {
	width: 37px;
	height: 37px;
	line-height: 37px;
	font-size: 14px;
	border-radius: 50%;
	background-color: #333;
	color: #fff;
	cursor: pointer;
}

.dhc-stats-rating .rating-btn .btn-circle i {
	font-size: 12px;
}

.dhc-stats-rating .rating-btn .btn-circle.active i {
	color: #ffba16;
}

.dhc-stats-rating .rated {
	position: absolute;
	top: 0;
	left: 0px;
}

.dhc-stats-rating .rated .btn {
	padding: 0 16px;
	height: 37px;
	font-size: 14px;
}

.watching_player {
	margin-bottom: 20px;
	position: relative
}

.watch_page-tv .detail_page-infor .dp-i-content {
	margin-bottom: 30px !important;
}

.dps-spacing {
	margin: 0;
	height: 20px;
	display: block;
}

.heading-name {
	font-size: 24px;
	line-height: 1.3em;
	margin: 0 0 10px 0;
	font-weight: 500;
}

.heading-name-sub {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 5px;
	font-weight: 300;
	height: 30px;
}

.dhc-top .status {
	line-height: 18px;
	margin-bottom: 12px;
}

.dhc-top .status .badge {
	line-height: 18px;
	height: 18px;
	padding: 0 5px;
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 10px;
}

.badge {
	font-weight: 500;
}

.dp-i-c-stick {
	margin-bottom: 15px;
}

.dp-i-c-stick .btn i {
	font-size: 0.8em;
}

.detail_page .detail_page-watch .detail_page-infor .description {
	margin-bottom: 15px;
	line-height: 1.4em;
	height: 100px;
	overflow: auto
}

.detail_page .dp-i-c-poster {
	width: 160px;
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 3;
}

.detail_page .dp-i-c-right {
	padding-left: 190px;
	padding-right: 0px;
	position: relative;
	z-index: 3;
}

.dp-i-c-right .elements {
	margin-bottom: 20px;
}

.dp-i-c-right .elements .row-line {
	margin-bottom: 5px;
}

.btn-xs {
	font-size: 12px;
	padding: 4px 6px;
	line-height: 1em
}

.btn-xs i {
	font-size: 12px;
}

.btn-rating {
	position: relative;
}

.detail_page.detail_page-style .block-rating {
	margin-top: 15px;
}

.block-rating .rating-result .rr-mark {
	color: #fff
}

.block-rating .rating-result .rr-mark span {
	font-weight: 600;
	font-size: 14px;
	margin-right: 5px;
	color: #fff;
}

.block-rating .rating-result .progress {
	height: 3px;
	background: #333
}

.block-rating .rating-result .progress .progress-bar {
	background: #ffba16 !important
}

.detail-infor-content {
	position: relative;
	z-index: 3;
	padding: 30px;
}

.detail-infor-content .tab-content {
	margin-top: 30px;
}

.detail-infor .classic-tabs {
	margin-top: -10px;
}

.channel-detail-page {
	position: relative;
}

.channel-detail-page::after {
	content: '';
	background: linear-gradient(90deg, #141516 21.5%, rgba(20, 21, 22, 0.62) 100%);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.channel-detail-page #wrapper {
	z-index: 99;
}

.detail-channel .detail-header-content {
	padding-top: 15px;
	padding-bottom: 40px;
}

.watching_player-area {
	width: 100%;
	padding-bottom: 48%;
	position: relative;
	z-index: 98;
}

.watching_player-area.active {
	z-index: 102;
}

.watching_player-area iframe,
.watching_player-area #media-player {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 5;
}

.watching_player-control {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 98;
	width: 70px;
}

.watching_player-control .btn {
	border: none !important;
	width: 70px;
	height: 70px;
	padding: 0;
	border-radius: 50%;
	font-size: 12px;
	margin: 5px 0;
}

.watching_player-control .btn i {
	display: block;
	margin-bottom: 5px;
	margin-top: 15px;
	font-size: 16px;
	line-height: 1em;
}

.watching_player-control.active {
	z-index: 103;
}

.watching_player-control.active .btn {
	opacity: 0
}

.watching_player:hover #turn-off-light {
	opacity: 1;
}

.w-hide {
	display: none !important;
}

#turn-off-light:after {
	content: "Turn off"
}

#turn-off-light.active:after {
	content: "Turn on"
}

#turn-off-light.active {
	position: relative;
	z-index: 100;
}

#mask-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 99;
	display: none;
}

#mask-overlay.active {
	display: block;
}

.tab-info .d-block {
	margin-bottom: 10px;
}

.tab-info .d-block:last-of-type {
	margin-bottom: 0;
}

.tab-info .d-block .type {
	font-weight: 600;
	margin-right: 10px;
}

.seasons-block {
	padding-top: 30px;
}

.bah-tabs ul {
	border-bottom: none;
}

.film_tools {
	display: block;
}

.film_tools .film_tools-item {
	padding: 10px 0px;
}

.film_tools .film_tools-item .alert {
	margin-bottom: 0;
}

#box-share {
	text-align: center;
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 30px;
}

#box-share .bs-name {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.information_page .h2-heading,
.information_page .h3-heading,
.information_page .h4-heading {
	font-size: 2em;
	line-height: 1.3em;
	margin-bottom: 10px;
}

.information_page .h3-heading {
	font-size: 1.5em;
}

.information_page .h4-heading {
	font-size: 1.2em;
}

.information_page p {
	line-height: 1.5em;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 1em;
}

.prebreadcrumb .breadcrumb {
	padding: 0;
	background: none;
	position: relative;
}

.prebreadcrumb .breadcrumb::after {
	content: '';
	background: url(../images/a-slided6c3.webp) no-repeat;
	background-position: center;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 130px;
	height: 11px;

}

.form-control-textarea {
	max-width: 100%;
	min-width: 100%;
}

.blank_page {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.container-404 {
	margin: 200px 0
}

.container-404 .c4-big {
	font-size: 120px;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 20px;
}

.container-404 .c4-medium {
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.container-404 .c4-small {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 30px;
}

.ulclear,
.ulclear li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.azList {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	gap: .6rem;
}

.azList li {
	display: inline-block;
}

.azList li a {
	padding: .5rem .8rem;
	border-radius: .3rem;
	background-color: #333;
	display: block;
}

.azList li.active a {
	background-color: #ffba16;
	color: #000;
}

.slcs-ul {
	max-height: 400px;
	overflow: auto;
}

.text-home {
	font-weight: 400;
	font-size: 1.15em;
	line-height: 1.4em;
	margin-bottom: 50px;
}

.text-home .btn-expand {
	display: none;
}

.premodal .modal-content .modal-body p {
	line-height: 1.4em;
}

.report-list {
	margin-bottom: 20px !important;
	border-radius: 5px;
}

.report-options {
  padding: 8px;
}

.form-check {
  margin-bottom: 8px;
}

.form-check-label {
  margin-left: 4px;
}

#report-modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  margin: 0;
}

#report-modal .modal-content {
  border-radius: 12px;
  border: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

#report-modal .modal-header {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom: 1px solid #eee;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#report-modal .modal-header .close {
  padding: 0;
  margin: 0;
  font-size: 24px;
  line-height: 1;
  color: #000;
  opacity: 0.5;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: opacity 0.2s;
}

#report-modal .modal-header .close:hover {
  opacity: 0.8;
}

#report-modal .modal-body {
  padding: 16px;
}

#report-modal .modal-footer {
  border-top: 1px solid #eee;
  padding: 12px 16px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

#report-modal .btn {
  border-radius: 6px;
  padding: 6px 16px;
}

#report-modal .form-check-input {
  margin-top: 0.3em;
}

#report-modal .form-control {
  border-radius: 6px;
}

.rl-block {
	padding: 10px 15px;
}

.rl-block:last-of-type {
	border-bottom: none;
}

.rl-block .rl-title {
	margin-bottom: 10px;
}

.rl-reason {
	margin-bottom: 5px;
}

.rl-reason .custom-control {
	display: inline-block;
	margin-right: 10px;
}

.rl-reason .custom-control label {
	line-height: 24px;
	cursor: pointer;
}

.report-textarea .form-control {
	font-size: 14px;
	line-height: 1.4em;
}

.list-hoz {
	margin-bottom: 30px;
	position: relative;
	opacity: 0;
	animation: hoz-show 1s forwards;
	animation-delay: .2s
}

@keyframes hoz-show {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.list-hoz .swiper-container {
	padding-bottom: 30px;
}

.list-hoz .swiper-container-horizontal>.swiper-scrollbar {
	width: 100%;
	left: 0;
	bottom: 0;
}

.list-hoz .swiper-container {
	width: 100%;
	height: 100%;
}

.list-hoz .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.film_single-item {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	font-size: 1em;
}

.film_single-item.flw-item .film-detail {
	z-index: 5;
	padding: 40px 8px 10px
}

.film_single-item.flw-item .film-detail .film-name {
	margin-bottom: 0px;
	font-weight: 300;
	font-size: 13px;
}

.classic-tabs .nav-item {
	margin-bottom: -1px;
	margin-right: 20px;
}

.classic-tabs .nav-item .nav-link {
	background: none;
	border: none !important;
	border-radius: 0;
	padding: 10px !important;
}

@media screen and (max-width: 479px) {
	.rl-reason .custom-control {
		display: block;
		margin-right: 0;
	}

	.report-btn .btn {
		margin: 0 0 10px 0 !important;
		display: block;
		width: 100%;
	}
}

.film-servers .fss-list,
.watch-block-right {
	text-align: center;
	display: flex;
	gap: 16px;
	align-items: center;
	flex-wrap: wrap;
}

.film-servers .fss-list li {
	display: inline-block
}

.film-servers .fss-list li .btn-play,
.watch-block-right>a, .watch-block-right>.action {
	padding: 8px 12px;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	position: relative;
	border-radius: 16px;
	background: #333;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 4px;
	border: 0;
	font-weight: 600;
}

.watch-block-right>.action>a {
	display: flex;
	align-items: center;
	text-align: left;
	gap: 4px;
}

.film-servers .fss-list li .btn-play i {
	font-size: 8px;
	border-radius: 50%;
	background: #fff;
	color: #141516;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
}

.film-servers .fss-list li .btn-play i::before {
	margin-left: 1px;
}

.film-servers .fss-list li.active .btn-play i,
.film-servers .fss-list li .btn-play:hover i {
	color: #ffba16;
	background: #141516;
}

.film-servers .fss-list li .btn-play span.sv-name {
	display: block;
	font-weight: 500;
}

.film-servers .fss-list li.suggest .btn-play,
.film-servers .fss-list li.active .btn-play {
	position: relative;
}

.film-servers .fss-list li.suggest .btn-play i,
.film-servers .fss-list li.active .btn-play i {
	opacity: 1;
}

.film-servers-watch .fss-list li {
	float: none;
	display: inline-block;
	margin: 10px;
}

.film-servers-watch .fss-list {
	text-align: center;
	padding-bottom: 30px;
}

.video-title {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 20px;
}

.video-title .badge {
	padding: 0;
	font-size: inherit;
	display: inline-block;
	font-weight: inherit;
}


.d-stars {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: 20px;
}

.c-star,
.c-stu {
	display: inline-flex;
	align-items: center;
	padding: .3rem .5rem;
	background-color: #fff;
	border-radius: 3rem;
}

.c-star .star-img,
.c-stu .stu-img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}

.c-star .star-img img,
.c-stu .stu-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}

.c-star span,
.c-stu span {
	white-space: nowrap;
	padding: 0 .5rem;
	font-size: 13px;
	color: #000;
}

#more-sv {
	display: none;
}

.alert {
	border: none !important;
}

.cast-list {
	margin: 0 -1%;
}

.cast-list .cast-item {
	float: left;
	width: 10.5%;
	margin: 0 1% 20px
}

.cast-list .cast-item:hover {
	transform: scale(1.1)
}

.cast-list .cast-item .photo {
	width: 100%;
	padding-bottom: 100%;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin: 0 0 6px;
}

.cast-list .cast-item .photo img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.cast-list .cast-item .cast-item-detail {
	text-align: center
}

.cast-list .cast-item .cast-item-detail .cast-name {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.cast-list .cast-item .cast-item-detail .stored {
	font-size: 12px;
	opacity: .4;
}

.appdownload .apd-container {
	border-radius: 30px !important;
	overflow: hidden
}

.ss-choice {
	margin-bottom: 30px;
	position: relative
}

.ss-choice .btn-light {
	border: none;
	padding: 10px 20px;
	border-radius: 10px;
}

.ssc-list {
	position: relative;
	float: left;
	margin-right: 25px;
}

.ssc-servers {
	position: relative;
	float: left
}

.ssc-button {
	padding: 12px 20px;
	border-radius: 12px;
	cursor: pointer;
}

.ssc-button .ssc-label {
	margin-bottom: 8px;
	font-weight: 600;
}

.ss-choice .dropdown-menu-model {
	top: 65px !important;
}

.ss-choice .dropdown-menu-model .dropdown-item .badge {
	float: right;
	font-weight: 500;
	margin: 0 0 0 5px
}

.dropdown-menu-model {
	border: none;
	min-width: 200px;
	padding: 0;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 5px;
	transform: none !important;
	top: 40px !important;
	bottom: auto !important;
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
}

.dropdown-menu-model .dropdown-item {
	padding: 10px 20px;
	font-size: 14px;
}

.user_logged .dropdown-menu-model {
	left: auto !important;
	right: 0;
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
}

.user-detail-basic {
	position: relative;
	padding: 20px;
}

.dropdown-menu-model .user-detail-basic {
	padding: 20px 20px 20px 70px !important;
	margin-bottom: 10px;
	color: #fff !important;
	background: rgba(255, 255, 255, 0.05) !important;
}

.user-detail-basic .profile-photo {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 18px;
	left: 20px;
	border-radius: 50%;
	overflow: hidden
}

.user-detail-basic .profile-photo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.user-detail-basic .profile-info {
	width: 160px;
}

.user-detail-basic .profile-info>div {
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.user-detail-basic .profile-info .pi-name {
	font-weight: 500;
	font-size: 1em;
	line-height: 1.3em
}

.user-detail-basic .profile-info .pi-mail {
	font-size: 12px;
	line-height: 1.3em;
}

.dropdown-menu-model .dropdown-item.user-logout {
	margin-top: 10px;
	padding: 15px 20px;
	background: rgba(255, 255, 255, 0.1) !important;
}

.ss-list {
	margin: 0 -30px;
	max-height: 1000px;
	overflow: auto
}

.ss-list .ssl-item {
	display: block;
	padding: 15px 20px;
	position: relative
}

.ss-list .ssl-item.active:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 5px;
}

.ss-list .ssl-item.active .ssli-order,
.ss-list .ssl-item.active .ssli-detail .ep-name {
	opacity: 1;
}

.ss-list .ssl-item .ssli-order {
	float: left;
	width: 30px;
	text-align: center;
	line-height: 60px;
	font-weight: 600;
	font-size: 16px;
	margin-right: 20px;
	opacity: .5
}

.ss-list .ssl-item .ssli-thumb {
	float: left;
	width: 110px;
	height: 60px;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 20px;
	position: relative
}

.ss-list .ssl-item .ssli-thumb img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ss-list .ssl-item .ssli-detail {
	float: left;
}

.ss-list .ssl-item .ssli-detail .ep-name {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 4px;
	display: block;
	margin-top: 7px;
}

.ss-list .ssl-item .ssli-detail .ep-release {
	font-size: .9em;
	line-height: 1.2em;
	opacity: .5
}

.ss-list .ssl-item .ssli-btn {
	float: right;
}

.ss-list .ssl-item .ssli-btn .btn.btn-circle {
	width: 34px;
	height: 34px;
	line-height: 34px;
	border: none;
	border-radius: 50%;
	padding: 0;
	margin-top: 13px;
}

.ss-list .ssl-item .ssli-btn .btn.btn-circle i {
	position: relative;
	right: -1px;
	top: -1px;
	font-size: 14px;
	line-height: 34px;
}

#watch-block,
#detail-infor,
#seasons-block {
	outline: none;
}

.detail_page-ep .detail-header .detail-header-content .dhc-top {
	margin-left: 0;
}

.detail_page-ep .detail-header .detail-header-content .film-servers {
	padding-top: 10px;
}

.detail_page-ep .detail-header .detail-header-content.active {
	z-index: auto
}

.profile-header {
	padding: 30px 0;
	margin-top: -35px;
	margin-bottom: 25px;
	background: #000;
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.ph-title {
	font-size: 2em;
	line-height: 1.4em;
	margin-bottom: 20px;
	font-weight: 500;
}

.profile-avatar {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: relative;
	overflow: hidden
}

.profile-avatar img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.profile-box {
	margin: 40px 0;
	padding: 30px;
	border-radius: 20px;
}

.profile-box-account {
	max-width: 500px;
	margin: 50px auto;
	background: #222;
}

.profile-box-account .model-form-group {
	margin-bottom: 30px;
}

.inbox-item {
	padding: 20px;
	margin-bottom: 30px;
	padding-left: 30px;
	background: #1f1f1f
}

.inbox-item.new {
	background: #2f2f2f
}

.inbox-item .ii-title {
	font-weight: 500;
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 5px;
}

.inbox-item .ii-content {
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 300;
	color: #ffffff
}

.rex-avatar {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}

.rex-story {
	width: 100%;
	height: 0;
	padding-bottom: 150%;
	position: relative;
	overflow: hidden;
}

.rex-avatar img,
.rex-story img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	opacity: 1;
}

.story-item-thumb:before {
	content: "";
	z-index: 3;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 80%;
	background: rgb(37, 28, 51);
	background: -moz-linear-gradient(0deg, rgba(37, 28, 51, 1) 0%, rgba(37, 28, 51, 0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(37, 28, 51, 1) 0%, rgba(37, 28, 51, 0) 100%);
	background: linear-gradient(0deg, rgba(37, 28, 51, 1) 0%, rgba(37, 28, 51, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#292631", endColorstr="#292631", GradientType=1);
}

.story-item:hover .story-item-thumb .rex-avatar {
	bottom: 10px;
	border-color: #fff;
}

.story-item:hover .story-item-thumb img {
	opacity: 1;
}

.story-item:hover .story-item-thumb:before {
	display: none
}

.story-item {
	width: 100%;
	cursor: pointer
}

.story-item .story-item-thumb {
	margin-bottom: 10px;
	position: relative;
	width: 100%;
	padding-bottom: 140%;
	height: 0;
	background-color: #333;
	border-radius: .5rem;
}

.story-item .story-item-thumb>img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .6;
	overflow: hidden;
	border-radius: .5rem;
}

.story-item .story-item-thumb .rex-avatar {
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 50px;
	padding-bottom: 0px;
	height: 50px;
	z-index: 9;
	border: 4px solid #007bff;
	transform: translateX(-50%)
}

.story-item .si-name {
	font-size: 14px;
	line-height: 1.3em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.swiper-scrollbar {
	opacity: 1 !important;
	height: 4px !important;
	left: 50% !important;
	bottom: 0 !important;
	margin-left: -40px !important;
	width: 80px !important;
	background: #333 !important;
}

/*.top-story:hover .swiper-scrollbar{opacity: 1 !important;}*/
.block_area-genrelist {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.genre-item {
	position: relative;
	display: block;
	padding: 20px 30px;
	background: url(../images/bg-catd6c3.png) no-repeat center;
	/* background-size: cover; */
	/* background-size: contain; */
	border-radius: 16px;
	overflow: hidden;
}

.genre-item::after {
	content: '';
	background: linear-gradient(90deg, rgba(29, 29, 29, 0) -2.33%, rgba(25, 25, 25, 0.6) 57.02%, #1F1F1F 100%);
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	pointer-events: none;
}

.genre-content {
	position: relative;
	z-index: 11;
	margin-left: 60%;
}

.genre-item-info .block {
	overflow: hidden;
	display: block;
	margin-bottom: 1px;
	font-size: 12px;
	font-weight: 400;
	color: #fff !important;
}

.genre-item-info .block .float-start {
	font-weight: 700;
}

.genre-item .genre-name {
	color: #FD9E15;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 12px;
}

.genre-item .genre-videos {
	color: #ffffff;
	display: block;
	line-height: 1.3em
}

/* label home */
.label-home {
	margin-bottom: 40px;
}

.label-home .label-list {
	margin-bottom: 10px;
}

.label-home .label-list:last-of-type {
	margin-bottom: 0;
}

.label-home .label-list ul li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.label-home .label-list ul li a,
.label-home .label-list ul li.head span {
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	background: #333;
	color: #bcc0ce;
	display: inline-block;
}

.label-home .label-list ul li.head span {
	background: #fff !important;
	color: #111 !important;
	display: inline-block;
}

.label-home .label-list ul li a:hover {
	background: #fff;
	color: #111 !important;
}

.modal-content {
	background: #222
}

.dropdown-menu {
	background: #222
}

.dropdown-menu .dropdown-item {
	background: none;
	color: #fff;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 1.3em;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item.active {
	color: #ffba16;
	background: rgba(0, 0, 0, 0.5)
}

.dropdown-menu .dropdown-header {
	color: #ffffff;
	padding: 5px 20px;
}

/* Top models */
.models-list {
	margin-top: 48px;
	margin-bottom: 48px;
}

.models-list .model-item {
	position: relative;
}

.models-list .model-item .photo-fit {
	width: calc(100% - 24px);
	margin-left: auto;
	margin-top: 30px;
}

.models-list .model-item .model-item-detail {
	margin-left: 24px;
}

.models-list .model-item .ranking-num {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: auto !important;
}

/* models */
.models_list {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 20px;
}

.model-item-detail {
	padding-top: 10px;
}

.model-item-name {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	margin: 0 0 4px;
}

.detail-model-watch {
	padding: 0 30px;
	background: #222;
	margin-bottom: 40px;
	margin-top: -30px;
}

.detail-model-watch .detail-model .detail-header-content {
	border-top: none;
}

.info-video {
	width: 400px;
	position: relative;
	flex-shrink: 0;
}

.info-video .info-video-bg {
	width: 100%;
	padding-bottom: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	opacity: .2;
	overflow: hidden;
	border-radius: 0 30px 0 0;
	background: #767382
}

.info-video .info-video-bg:before {
	content: "";
	z-index: 2;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#00000", GradientType=1);
}

.info-video .info-video-bg img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.info-video .info-video-content {
	z-index: 2;
	padding: 2rem;
	padding-top: 160px;
	font-weight: 300;
	line-height: 1.5;
	position: relative;
	z-index: 3;
}

.info-video .info-video-content .video-title {
	font-size: 26px;
	line-height: 1.3em;
	margin: 0;
	margin-bottom: 20px;
}

.info-video .info-video-content .elements {
	margin-bottom: 1rem;
	color: #ffffff;
	font-size: .9em;
	line-height: 1.5;
}

.info-video .info-video-content .elements.about {
	font-size: .9em;
	line-height: 1.7;
}

.info-video .info-video-content .elements .if-head {
	font-weight: 500;
	color: #fff;
}

.keywords {
	display: block;
}

.keywords .keywords-callout {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	margin-right: 4px;
}

.keywords .keyword-container {
	display: inline-block;
	margin-right: 3px;
}

.keywords .keyword-item {
	color: #C9C9C9;
	margin-right: .2rem;
	border-radius: 16px;
	border: 1px solid #C9C9C9;
	padding: 7px 10px;
	line-height: 48px;
}

.tag-trending {
	margin-bottom: 10px;
}

.watch-block-player {
	position: relative;
	padding: 0 60px;
}

.watch-block-player::before {
	content: '';
	background: url(../images/b-slided6c3.webp) no-repeat;
	background-position: center;
	position: absolute;
	left: 10px;
	top: 90px;
	width: 10px;
	height: 237px;
}

.watch-block-player::after {
	content: '';
	background: url(../images/b-slided6c3.webp) no-repeat;
	background-position: center;
	position: absolute;
	right: 0;
	bottom: 90px;
	width: 10px;
	height: 237px;
	transform: rotate(180deg);
}

.player-area {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	/* background: #110f14 */
}

.player-area iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100% !important;
	height: 100% !important;
	border-radius: 16px;
}

.breadcrumb-item.active {
	color: #ffffff
}

.page-infor {
	max-width: 1000px;
	margin: 0 auto 40px;
	color: #ffffff;
	line-height: 1.5em
}

.page-infor p {
	margin-bottom: 20px;
}

.page-infor .cat-heading {
	color: #fff;
	margin-bottom: 20px;
}

.page-infor .h4-heading {
	color: #fff;
	font-size: 20px;
	line-height: 1.4em
}

.watch-block .dhc-stats {
	padding: 20px;
	background-color: #111;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.watch-block-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 28px 0 40px;
}

.detail-model-watch-list {
	padding: 30px;
}

.detail-model-watch-list .models_list {
	justify-content: flex-start;
	display: flex;
	gap: 2rem;
	margin: 0;
}

.detail-model-watch-list .models_list .model-item {
	background: none !important;
	width: calc(20% - 2rem);
	padding-right: 1.5rem;
	flex-shrink: 0;
	flex-grow: unset !important;
	display: block;
	margin: 0;
	position: relative;
	border-radius: 0;
	display: flex;
	align-items: flex-start;
}

.detail-model-watch-list .models_list .model-item .model-photo {
	width: 70px;
	height: 70px;
	border-radius: .5rem;
	padding-bottom: 0;
	flex-shrink: 0;
}

.detail-model-watch-list .models_list .model-item .model-item-detail {
	padding: 0 0 0 1rem;
}

.detail-keywords {
	margin: 30px 0 40px;
}

/* channels*/

.channels_list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.channels_list .channel-item {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 10px;
}

.channels_list .channel-photo {
	display: inline-block;
	width: 140px;
	padding-bottom: 140px;
	position: relative;
}

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

.channel-ranking-container {
	position: absolute;
	z-index: 1;
	top: -20px;
	left: -30px;
	padding: 0;
	margin: 0
}

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

.channel-item-detail {
	flex: 1;
}

.channels_list .channel-item .channel-item-detail .block {
	overflow: hidden;
	display: block;
	margin-bottom: 1px;
	font-size: 12px;
	font-weight: 400;
}

.channels_list .channel-item .channel-item-detail .block .float-start {
	font-weight: 600;
	color: #fff;
}

.channels_list .channel-item .channel-item-detail .channel-item-name {
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 16px;
	color: #ffba16 !important;
}


.channels_list .channel-item .channel-item-detail .btn-sm.active,
.model-follow-button .btn-light.active {
	background: #ffba16 !important;
	border-color: #ffba16 !important;
	color: #000 !important;
}

.channels_list .channel-item .rank {
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: 0;
	background: #9cff59;
	padding: 3px 10px;
	font-size: 12px;
	color: #000;
	border-radius: 0 .75rem 0 0;
}

.page-channel-detail .detail-model .detail-header-content {
	border-top: none;
}

.grid {
	margin: 30px auto;
}

.grid-item {
	background: #34303e;
	width: calc(20% - 20px);
	margin: 0 10px 20px;
	display: inline-block;
	position: relative
}

.grid-item .gi-image {
	display: inline-block;
	width: 100%;
	height: auto;
	position: relative
}

.grid-item .gi-image .gii-title {
	padding: 6px 10px;
	line-height: 1.3em;
	background: rgba(0, 0, 0, .7);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-weight: 600;
	text-align: center
}

.grid-item .gi-image img {
	width: 100%;
	height: auto;
}

.grid-item .gi-tags {
	padding: 6px 10px;
	text-align: center
}

.git-tag {
	display: inline-block;
	margin: 3px;
	line-height: 1em;
	padding: 4px 6px;
	font-size: 12px;
	border-radius: 3px;
	background: #423f4f;
	color: #bab3ca;
}

.gif-detail-block {
	margin: 20px 0 60px;
	background: #34303e;
	position: relative;
	width: 100%;
	min-height: 700px;
}

.gif-detail-block .gif-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	bottom: 0;
	background: #211e27;
}

.gif-detail-block .gif-content .gif-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.gif-detail-block .gif-detail {
	width: 30%;
	position: relative;
	float: right;
	padding: 25px;
}

.gif-detail-block .gif-detail .gif-title {
	font-size: 2em;
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.gif-detail-block .gif-detail .description {
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 1.5em;
	color: #c0b8ce;
}

.gif-detail-block .gif-detail .gif-share {
	margin-bottom: 25px;
}

.gif-detail-block .gif-detail .gif-tags {
	text-align: left;
	width: 100%;
}

.gif-detail-block .gif-detail .gif-tags .git-tag {
	margin: 0 5px 6px 0;
}

.gif-buttons {
	margin-bottom: 25px;
}

.gif-buttons .gif-btn {
	font-size: 14px;
	font-weight: 500;
	background: #333;
	color: #fff;
}

.top-tags .git-tag {
	float: left;
	margin: 0 5px 5px 0;
}

.cate-sort .cs-item {
	position: relative
}

.block_area .block_area-header .viewmore .btn.btn-sort {
	background: #fff;
	color: #292631
}

.block-tabs {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	gap: .6rem;
	margin-bottom: 2rem;
}

.block-tabs .btn-secondary:hover {
	color: #ffba16;
}

@media screen and (max-width: 1199px) {
	.grid-item {
		width: calc(25% - 20px)
	}
}

@media screen and (max-width: 991px) {
	.gif-detail-block {
		padding-bottom: 0;
		margin-bottom: 40px;
	}

	.gif-detail-block .gif-content,
	.gif-detail-block .gif-detail {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		width: 100%;
		padding-bottom: 100%;
	}

	.gif-detail-block .gif-detail {
		padding-bottom: 20px;
	}

	.gif-detail-block .gif-detail .gif-title {
		font-size: 1.5em;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 779px) {
	.grid-item {
		width: calc(33.33% - 20px)
	}
}

@media screen and (max-width: 640px) {
	.grid-item {
		width: calc(50% - 20px)
	}
}

@media screen and (max-width: 380px) {
	.gif-detail-block .gif-content {
		width: 100%;
		padding-bottom: 0
	}

	.gif-detail-block .gif-content .gif-image {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		width: 100% !important;
		height: auto;
	}

	.grid-item {
		width: calc(50% - 10px);
		margin: 0 5px 10px;
	}

	.grid-item .gi-tags {
		display: none
	}
}

.search-suggestion {
	position: absolute;
	top: 100%;
	margin: 5px 0;
	left: 0;
	width: 400px;
	background-color: #111;
	border-radius: .75rem;
	z-index: 9;
	padding: .5rem 0;
	border: 1px solid #333;
}

.search-suggestion .ss-item {
	padding: 1rem 1.5rem;
	display: flex;
	gap: 1rem;
}

.search-suggestion .ss-item .film-poster {
	position: relative;
	width: 100px;
	height: 0;
	padding-bottom: 70px;
	flex-shrink: 0;
}

.search-suggestion .ss-item .film-detail {
	flex-grow: 1;
	text-align: left;
}

.search-suggestion .ss-item .film-detail .film-name {
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: .4rem;
}

.search-suggestion .ss-item .film-detail .idols-name {
	font-size: 11px;
	color: #ccc;
}

.top-banner {
	position: relative;
	text-align: center;
	overflow: hidden;
}

.top-banner>.container {
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	z-index: 99;
}

.top-banner>.container::before {
	content: '';
	background: url(../images/b-slided6c3.webp) no-repeat;
	background-position: center;
	position: absolute;
	left: 10px;
	top: 30%;
	width: 10px;
	height: 237px;
}

.top-banner>.container::after {
	content: '';
	background: url(../images/a-slided6c3.webp) no-repeat;
	background-position: center;
	position: absolute;
	right: 35px;
	top: 90px;
	width: 130px;
	height: 11px;
}

.top-fixed {
	position: absolute;
	width: 100%;
	bottom: 70px;
	left: 0;
	z-index: 11;
}
.top-fixed .top-text {
	max-width: 740px;
	margin: 0 auto;
}
.top-fixed h1 {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	color: #FEA016;
	line-height: 28px;
	margin-bottom: 15px;
}

.top-fixed h2 {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	color: #FEA016;
	line-height: 28px;
	margin-bottom: 15px;
}

.top-fixed p {
	font-weight: 500;
	line-height: 24px;
	margin: 0 0 48px;
}

.swiper-banner .swiper-slide img {
	object-fit: cover;
}



.bg-overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 400;
	background: rgb(10 10 10 / .9);
	transition: all 0.2s ease;
	opacity: 0;
	visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bg-overlay.active {
	position: fixed;
}

.popup-banner.fade-in .modal-content {
	opacity: 1;
	transform: translate(-50%, -50%);
}

.popup-banner.fade-up .modal-content {
	transform: translate(-50%, -40%);
}

.popup-banner .modal-content {
	border: 0;
	border-radius: 16px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -40%);
	opacity: 0;
	transition: opacity 0.5s ease, transform 0.5s ease;
	height: auto;
	position: absolute;
	box-shadow: 0px -4px 20px 0px rgba(133, 83, 11, 0.15), 0px 4px 20px 0px rgba(133, 83, 11, 0.15);
}

.main-popup .b-popup {
	border-radius: 16px;
	max-width: 100%;
}

.modal {
	overflow: hidden;
}

.rn-close {
	border-radius: 50%;
	background: rgba(78, 78, 78, 0.30);
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 24px;
	right: 24px;
	transition: 0.2s;
	pointer-events: auto;
	cursor: pointer;
}
	
.rn-close:hover {
	background: rgba(78, 78, 78, 1);
}

.right-popup .logo {
	display: block;
	margin-bottom: 28px;
}

.right-popup span {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 18px;
	display: block;
}

.right-popup .list-i {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr;
	list-style: none;
	padding: 0;
	margin-bottom: 25px;
}

.right-popup .list-i img {
	margin-right: 6px;
}

.right-popup .group-btn {
	display: flex;
	align-items: center;
	gap: 14px;
}

.right-popup .group-btn a {
	border-radius: 14px;
	border: 1px solid #5D5D5D;
	padding: 8px 16px;
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 16px;
	line-height: 24px;
	transition: 0.2s;
}

.right-popup .group-btn a:hover {
	color: #fff;
	background: #ffba16;
	border-color: #ffba16;
}

.mmo {
	position: relative;
}

.mmo-flex {
	display: flex;
	margin: 0 auto;
}



.mmo-fixside {
	position: fixed;
	z-index: 100;
	top: 46%;
	transform: translateY(-50%);
}

.mmo-fixside.to-left {
	left: calc(50% - 935px);
}

.mmo-fixside.to-right {
	right: calc(50% - 935px);
}

.mmo .mmo-inner {
	background-color: rgba(44, 44, 44, 1);
	text-align: center;
	margin: 0 auto;
	position: relative;
}

.mmo-inner.size-160x800 {
	width: 160px;
	height: 800px;
}

.mmo .mmo-inner a {
	display: flex;
}

.mmo .mmo-inner img {
	width: 100%;
}
.mmo-inner.size-728x90 {
	max-height: 68px;
}
.mmo-inner.size-1330x90 {
	width: 100%;
	max-width: 1330px;
	height: auto;
	max-height: 100px;
	display: block;
	pointer-events: auto;
}

.mmo-inner.size-1500x100 {
	width: 100%;
	max-width: 1500px;
	height: auto;
	max-height: 100px;
	display: block;
	pointer-events: auto;
}

.mmo.for-mobile {
	display: none;
}

.mmo-fixbot {
	position: fixed;
	z-index: 100;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}

#search-header .search-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	position: relative;
	z-index: 11;
}

#search-header input {
	transition: .3s;
	padding: 7px 20px;
	line-height: 24px;
	border-color: #FEA016;
	cursor: pointer;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
}

@media(min-width: 1200px) {
	#search-header .search-icon {
		border-radius: 50%;
		background: rgba(20, 21, 22, 0.34);
		backdrop-filter: blur(7.599999904632568px);
	}

	#search-header {
		position: relative;
	}

	#search-header input {
		width: 0px;
		position: absolute;
		top: 0;
		right: 0;
		border-color: transparent;
		background: transparent;
	}

	#search-header input::-ms-input-placeholder {
		color: #BABABA;
	}

	#search-header input::placeholder {
		color: #BABABA;
	}

	#search-header.active .search-icon {
		position: absolute;
		background: transparent;
		backdrop-filter: none;
		top: 0;
	}

	#search-header.active input {
		width: 300px;
		z-index: 11;
		cursor: text;
		box-shadow: none;
		border-color: #FEA016;
		position: relative;
		padding-left: 40px;
		backdrop-filter: blur(7.599999904632568px);
	}

	#search-header.active #search-form {
		z-index: 1000;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}

/* [Mobile] */
/* 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;
		padding: 0;
		svg {
			width: 20px;
			height: 20px;
		}
	}

	#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: auto;
		top: 70px;
	}
	.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;
		gap: 10px;
	}

	.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 {
		/* position: absolute;
		z-index: 5;
		bottom: 12px;
		left: 12px;
		font-size: 10px;
		line-height: 20px;
		border-radius: 16px;
		background: rgba(20, 21, 22, 0.62);
		backdrop-filter: blur(3.5999999046325684px);
		color: #fff;
		font-weight: 500;
		display: inline-block;
		padding: 4px 8px; */
	}

	.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); */
		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: 575px) {

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

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

	.top-fixed p {
		line-height: 20px;
		margin-bottom: 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;
	}
}

@media (min-width: 576px) {
	.popup-banner .modal-dialog {
		max-width: 770px;
	}
}

@media screen and (max-width: 1870px) {
	.mmo-fixside.to-left {
		left: calc(50% - 890px);
	}

	.mmo-fixside.to-right {
		right: calc(50% - 890px);
	}

	.mmo-inner.size-160x800 {
		width: 120px;
		height: 600px;
	}
}

@media screen and (max-width: 1770px) {
	.mmo-fixside {
		display: none;
	}
}

@media (max-width: 991px) {
	.popup-banner .modal-dialog {
		max-width: 100%;
		margin: 1rem;
	}
}

@media screen and (max-height: 800px) {
	.mmo-fixside.to-right {
		right: calc(50% - 790px);
	}

	.mmo-inner.size-160x800 {
		width: 120px;
		height: 600px;
	}
}

@media screen and (max-width: 728px) {
	.mmo.for-desktop {
		display: none;
	}

	.mmo.for-mobile {
		display: block;
	}

	#footer {
		margin-top: 0;
	}
}

@media screen and (max-height: 620px) {
	.mmo-fixside {
		display: none;
	}
}

@media (max-width: 575px) {
	.banner-slider .splide__slide img {
		height: 261px;
	}

	.main-popup {
		height: 206px;
	}

	.main-popup .b-popup {
		width: 100%;
		height: auto;
	}

	.rn-close {
		top: 10px;
		right: 10px;
		pointer-events: auto;
		cursor: pointer;
	}

	.remove-pr {
		top: 5px;
		right: 5px;
		width: 25px;
		height: 25px;
		font-size: 10px;
	}

	.right-popup .logo {
		margin-bottom: 20px;
	}

	.right-popup .logo img {
		width: 157px;
		height: auto;
	}

	.right-popup span {
		font-size: 16px;
		margin-bottom: 14px;
	}

	.right-popup .list-i {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-bottom: 20px;
	}

}

/* [Swiper] */
#slider {
  background: #111;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
  position: relative;
  display: block;
  padding-right: 0;
  width: 100%;
  padding-bottom: 400px;
  margin-bottom: 30px;
}

#slider .swiper-slide .slide-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(12, 12, 12, .5);
}

#slider .swiper-slide {
  position: relative;
  overflow: hidden;
  background: #000;
}

#slider .swiper-slide .slide-photo {
  position: absolute;
  width: 100%;
  height: 100%;
}

#slider .swiper-slide .slide-photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#slider .slide-caption-wrap {
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0px;
  opacity: 1;
  width: 600px;
  max-width: 100%;
  /*background: rgba(12,12,12,0.3);*/
}

#slider .slide-caption {
  position: relative;
  padding: 30px;
  color: #fff;
  z-index: 10;
}

#slider .slide-caption .sc-detail {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 10px;
}

#slider .slide-caption .sc-detail .dot {
  background: #fff;
  width: 4px;
  height: 4px;
  margin: 2px 10px;
  opacity: .5
}

#slider .slide-caption .sc-detail .scd-item {
  margin-bottom: 5px;
  margin-right: 10px;
  display: inline-block
}

#slider .slide-caption .sc-detail .scd-item i {
  font-size: .8em;
  position: relative;
  top: -2px;
}

#slider .slide-caption .sc-detail .scd-item .quality {
  display: inline-block;
  padding: 3px 6px;
  background: #00acc1;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
  font-size: .9em
}

#slider .slide-caption .sc-btn .btn {
  padding: 10px 25px;
}

#slider .slide-caption .sc-btn .btn i {
  font-size: 12px;
  position: relative;
  top: -1px;
}

#slider .slide-caption .film-title {
  margin: 0 0 15px 0;
  font-size: 2em;
  color: #fff;
  line-height: 1.3em;
  font-weight: 300;
}

#slider .slide-caption .film-title a {
  color: #fff;
}

#slider .slide-caption p.sc-desc {
  font-size: 1em;
  color: #ccc;
  font-weight: 300;
  line-height: 1.4em;
  margin-bottom: 15px;
}

#slider .slide-caption p.sc-genre {
  margin-bottom: 30px;
  color: #eee;
}

#slider .slide-caption .slide-caption-info {
  margin-bottom: 30px;
  color: #ccc;
}

#slider .slide-caption .slide-caption-info a {
  color: #ccc;
}

#slider .slide-caption .slide-caption-info .block {
  margin-bottom: 10px;
}

#slider .slide-caption .slide-caption-info .block:last-of-type {
  margin-bottom: 0
}

#slider .swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide img {
  width: 100%;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 3px;
  display: inline-block;
  border-radius: 100%;
  opacity: 1;
  background: #fff;
  vertical-align: middle;
  box-shadow: 0 0 3px rgba(0, 0, 0, .5);
  cursor: pointer;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffc107;
  margin: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical>.swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal>.swiper-pagination {
  bottom: 20px;
  top: auto;
  right: 20px;
  left: auto;
  width: 50%;
  text-align: right;
}

.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
  margin: 5px;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}

/* Cube */
.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: #333;
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 3px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%201.220120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(1.22060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(1.52060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(1.82060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%201.220120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(1.22060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(1.52060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(1.82060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* set effect: 'fade' in html
#slider .swiper-slide:before{ content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #242424; transition-delay: .5s; opacity: 1; transition: all .5s ease 0s}
#slider .swiper-slide.swiper-slide-active:before{ opacity: 0; background: #131313; transition-delay: .5s; }
/*

/* [Player] */

#jwp-banner-container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	background-color: rgba(0, 0, 0, 0.5);
}

#jwp-banner {
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	min-height: 5rem;
	max-height: 8rem;
	min-width: 21.4375rem;
	display: flex;
	flex-direction: row;
	padding-right: 0.625rem;
	background-color: #FFFFFF;
	border-radius: 0.75rem;
	box-sizing: border-box;
	gap: 0.25rem;
}

@media (max-width: 667px) {
	#jwp-banner {
		width: 100%;
		left: 0;
		transform: translateY(-50%);
		border-radius: 0;
	}
}

#jwp-banner-img {
	position: absolute;
	top: -1.7rem;
	left: 0;
	width: 8rem; 
	height: 8rem; 
	background-image: url('../images/monplayer.png');
	background-size: cover;
	border-radius: 0.75rem; /* 12px */
}

#jwp-thumbnail-img {
	width: 8rem;
	border-radius: 0.75rem 0 0 0.75rem;
}

@media (max-width: 430px) {
	#jwp-thumbnail-img {
		border-radius: 0;
	}
}

#jwp-banner-content {
	flex-grow: 1;  
	position: relative; 
	display: flex; 
	flex-direction: column; 
	justify-content: center;
	padding: 0.5rem;
}

#jwp-banner-content ul {
	margin-bottom: 0.25rem;
}

#jwp-banner-button-download {
	z-index: 15;
	flex: 1; 
	height: 2rem; /* 32px */
	background-color: #FEA010; 
	border-radius: 0.5rem; /* 8px */
	display: flex; 
	align-items: center; 
	justify-content: center; 
	border: none;
	font-size: 14px;
}

#jwp-banner-button-close {
	z-index: 15;
	flex: 1; 
	height: 2rem; /* 32px */
	border: 0.0625rem solid #FEA010; /* 1px */
	border-radius: 0.5rem; /* 8px */
	display: flex; 
	align-items: center; 
	justify-content: center; 
	background-color: transparent;
	font-size: 12px;
}

#jwp-banner-button {
	  position: absolute;
    bottom: 2.5rem;
    right: 0.5rem;
    border-radius: 0.75rem;
    width: 2.5rem;
		transition: bottom 0.3s ease-in-out;
		z-index: 15;
}

#jw-container {
	display: none;
}

#jwp {
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: #000;
	border-radius: 16px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

#ncp-container {
	display: none;
	overflow: hidden;
	border-radius: 16px;
	margin: 0;
	padding: 0;
	background: #000;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

#ncplayer {
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	margin-bottom: 70px;
}

.jwplayer {
	position: absolute !important;
}

.jwplayer .jw-preview {
	background-size: cover !important;
}

.jw-icon-rewind,
.jw-settings-sharing {
	display: none !important;
}

.jw-controlbar .jw-button-image {
	max-height: 30px !important;
}

.jw-logo-bottom-right,
.jw-logo-bottom-left {
	max-width: 200px;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.jw-breakpoint-7:not(.jw-flag-audio-player) .jw-controlbar .jw-slider-horizontal.jw-chapter-slider-time,
.jw-breakpoint-7:not(.jw-flag-audio-player) .jw-controlbar .jw-slider-time {
	padding: 0 20px !important;
	height: 34px;
}

.jw-display-container {
	z-index: 20 !important;
}

/*.jw-button-container {*/
/*	padding: 0 !important;*/
/*	margin-top: -6px !important;*/
/*}*/

/* [Mobile] */

.watch-block-right #bug-report.reported {
  background: #D90142 !important;
  cursor: default;
}

.watch-block-right #bug-report.reported:hover {
  opacity: 1;
}
#main-slider .splide__slide {
	max-height: 600px;
}
.splide__slide img {
	width: 100%;
	object-fit: cover;
}
#main-slider .splide__slide img {
	height: 600px;
}
#main-slider .splide__track::before, #main-slider .splide__track::after {
  content: "";
  width: 100%;
  background: linear-gradient(90deg, #141516 0%, rgba(20, 21, 22, 0.00) 100%);
  position: absolute;
  left: 0;
  top: 0;
  bottom: -1px;
  z-index: 10;
  pointer-events: none;
}

#main-slider .splide__track::after {
	left: auto;
  	right: 0;
	background: linear-gradient(-90deg, #141516 0%, rgba(20, 21, 22, 0.00) 100%);
}
#banner-slider {
	max-width: 1450px;
	margin: auto;
}
#banner-slider .splide__list {
	align-items: center;
	max-width: 100%;
}
#banner-slider .splide__slide {
	transition: all 0.15s ease;
	overflow: hidden;
	border: 0;
	border-radius: 16px;
	position: relative;
}
#banner-slider .splide__slide:not(.is-active) {
	max-width: 180px;
	max-height: 113px;
}
#banner-slider .splide__slide.is-prev, 
#banner-slider .splide__slide.is-next {
	max-width: 280px;
	max-height: 175px;
}
#banner-slider .splide__slide img {
	height: 100%;
	border-radius: 16px;
	transition: all 0.15s;
}
#banner-slider .splide__slide::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: -1px;
	right: -1px;
	height: 80%;
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(20, 21, 22, 0.00) 0%, #141516 100%);
	pointer-events: none;
}
#banner-slider .film-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}
#banner-slider .film-name {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 16px;
	text-align: left;
	z-index: 11;
	opacity: 0;
	visibility: hidden;
	transition: .2s;
	transform: translateY(30px);
}
#banner-slider .splide__slide.is-active .film-name {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
#banner-slider .splide__slide:hover img {
	transform: scale(1.05);
}
#banner-slider .film-name span {
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	line-height: 24px;
	text-transform: uppercase;
	color: #FEA016;
}
.splide__arrow {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #FEA016;
	border: 0;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: .2s;
}

.splide__arrow.splide__arrow--next {
	left: auto;
	right: 0;
}
#banner-slider:hover .splide__arrow {
	opacity: 1;
	visibility: visible;
	transform: translateX(20px) translateY(-50%);
}
#banner-slider:hover .splide__arrow.splide__arrow--next {
	transform: translateX(-20px) translateY(-50%);
}
#banner-slider .film-name a {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width: 991px) {
	/* #banner-slider .splide__slide {
		max-width: 280px;
		max-height: 175px;
	}
	 */

	.splide__arrow {
		width: 30px;
		height: 30px;
		opacity: 1;
		visibility: visible;
		transform: translateX(20px) translateY(-50%);
		padding: 0;
		svg {
			width: 15px;
			height: 15px;
		}
	}
	.splide__arrow.splide__arrow--next {
		transform: translateX(-20px) translateY(-50%);
	}
}
@media (max-width: 767px) {
	#main-slider .splide__slide img {
		height: 375px;
	}
	#main-search {
		margin-top: 30px;
	}
	#banner-slider .film-name a {
		line-height: 20px;
	}
}

@media (max-width: 640px) {
	#banner-slider .splide__slide.is-prev, 
	#banner-slider .splide__slide.is-next {
		max-width: 150px;
		max-height: 100px;
	}
}
body.homepage {
	overflow-x: hidden;
}

