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

/* CSS Document */
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-main.webp?v=3.3) 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;
}

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

.btn-circle {
	position: fixed;
	bottom: 20px;
	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: 16px;
	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: space-between;
}

.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;
}

#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;
}


.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: 12px;
	left: 12px;
	font-size: 12px;
	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.time {
	left: auto;
	right: 12px;
}

.flw-item .pick.sub {
	top: 12px;
	bottom: auto;
	font-weight: 700;
	background: #FEA016;
}

.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-logo {
	display: block;
	float: left;
	margin-right: 30px;
}

#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 .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-left.webp?v=3.3) 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-right.webp?v=3.3) no-repeat;
	height: 100%;
	display: flex;
	align-items: center;
}

/* 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-slide.webp?v=3.3) 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-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-slide.webp?v=3.3) 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;
}

.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 {
	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;
}

.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-cat.png?v=3.3) 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 */
.swiper-models {
	margin-top: 48px;
	margin-bottom: 48px;
}

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

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

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

.swiper-models .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-slide.webp?v=3.3) no-repeat;
	background-position: center;
	position: absolute;
	left: 10px;
	top: 90px;
	width: 10px;
	height: 237px;
}

.watch-block-player::after {
	content: '';
	background: url(../images/b-slide.webp?v=3.3) 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;
}

.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;
}

.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-slide.webp?v=3.3) no-repeat;
	background-position: center;
	position: absolute;
	left: 10px;
	top: 30%;
	width: 10px;
	height: 237px;
}

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

.top-fixed {
	position: absolute;
	width: 100%;
	max-width: 740px;
	bottom: 70px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 11;
}

.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;
}

.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 {
	background: url(../images/bg-popup.webp?v=3.3) no-repeat;
	background-size: contain;
	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);
}

.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;
}

.main-popup {
	display: flex;
	align-items: center;
}

.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;
}

#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%);
	}
}

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

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

@media (max-width: 575px) {
	.popup-banner .modal-dialog {
		max-width: 335px;
		margin: 1rem auto;
	}

	.popup-banner .modal-content {
		background-size: cover;
		background-position: right;
	}

	.main-popup {
		padding: 22px 25px;
	}

	.main-popup .b-popup {
		display: none;
	}

	.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;
	}
}