	:root {
    --c-main: #C8A125;
    --c-text: #E3B144;
    --c-primary: #008000;
    --c-info: #00adef;
    --btn-primary: #008000;
    --btn-primary-hover: #008000;
}


/*================================================
01 - IMPORTED CSS
==================================================*/

@font-face {
  font-family: 'Poppins-Bold';
  src: url('../fonts/poppins/SVN-Poppins Bold.ttf');
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/poppins/SVN-Poppins Regular.ttf');
}
@font-face {
  font-family: 'Poppins-Light';
  src: url('../fonts/poppins/SVN-Poppins Light.ttf');
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('../fonts/poppins/SVN-Poppins SemiBold.ttf');
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url('../fonts/poppins/SVN-Poppins Medium.ttf');
}
@font-face {
  font-family: 'SVN-Arial-2-bold';
  src: url('../fonts/SVN-Arial-2-bold.ttf');
}
@font-face {
  font-family: 'SVN-Avo-bold';
  src: url('../fonts/SVN-Avo-bold.ttf');
}
/*================================================
02 - DEFAULT CSS
==================================================*/

body {
	
	color: #727a93;
	font-size: 14px;
	font-weight: 400;
	/*font-family: 'Poppins-Regular';*/
	font-family: 'Poppins-Light';
	line-height: 26px;
	letter-spacing: 1px
}

html,
body {
	/*height: 100%;*/
}

img {
	max-width: 100%;
	height: auto
}

p {
	color: #777;
	margin-bottom: 10px;
}
p:last-child{
	margin-bottom: 0;
}

.bg-success{
	color: #fff;
}

.no-pad-left {
	padding-left: 0
}

.no-pad-right {
	padding-right: 0
}

.no-pad-all {
	padding: 0
}

.fix {
	overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-family: 'Poppins-Bold';
}

main{
	background: url('../images/web-background.jpg') no-repeat top center;
	background-size: 100% 100%;
	background-color: #3A3A3A;
}

.filmoja-btn {
	background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
	background-image: linear-gradient(to right, #fbbd61, #ec7532);
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 9;
	display: inline-block;
	padding: 10px 20px;
	text-transform: capitalize;
	letter-spacing: 2px;
	border-radius: 25px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.filmoja-btn:hover {
	background-image: -webkit-linear-gradient(right, #fbbd61, #ec7532);
	background-image: linear-gradient(to left, #fbbd61, #ec7532);
	color: #fff
}

.filmoja-btn i {
	margin-right: 3px
}

a {
	/*-webkit-transition: all 0.4s ease 0s;*/
	/*transition: all 0.4s ease 0s;*/
	color: #6b739c;
}

a:focus {
	text-decoration: none;
	outline: medium none;
	color: inherit
}

a:hover {
	color: inherit;
	text-decoration: none;
	color: var(--c-text);
}

input:focus,
textarea:focus,
button:focus,
select:focus {
	outline: medium none
}

fieldset,
label {
	margin: 0;
	padding: 0;
}

tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b, strong{
	font-family: 'Poppins-SemiBold';
}

.color-main{
	color: var(--c-text) !important;
}

.btn-main{
	color: #000;
	background: linear-gradient(91.23deg, #C69847 4.41%, #ECD971 54.98%, #C79744 99.59%) !important;
}
.btn-main:hover{
	color: #000 !important;
}

/*@media (min-width: 576px)
{
	.container {
	    max-width: 100%;
	}
}
@media (min-width: 1200px){
	.container {
	    max-width: 1310px;
	}
}*/


.filmoja-heading {
	margin-bottom: 20px
}

.filmoja-heading h2 {
	font-family: 'Orbitron', sans-serif;
	text-transform: capitalize;
	font-weight: 500;
	color: #111;
	font-size: 30px;
	position: relative;
	padding-left: 15px
}

.filmoja-heading h2:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 7px;
	height: 20px;
	width: 4px;
	background: #ec7532;
}

.filmoja-heading h2:after {
	position: absolute;
	content: "";
	left: 0;
	height: 30px;
	width: 4px;
	background: #111;
	bottom: 0;
}

.filmoja-heading h2 span {
	color: #ec7532
}

.section_100 {
	padding: 100px 0;
}

.section_b_50 {
	padding-bottom: 50px
}

.section_70 {
	padding: 70px 0;
}

.section_50 {
	padding: 50px 0;
}
.section_30 {
	padding: 30px 0;
}

.section_15 {
	padding: 15px 0
}

.pad-right {
	padding-right: 0
}

.section_t_100 {
	padding-top: 100px
}

.section_b_70 {
	padding-bottom: 70px
}

.section_b_80 {
	padding-bottom: 80px
}
.pr-100{
	padding-right: 100px !important;
}

@media(max-width: 768px){
	.section_70{
		padding: 30px 0;
	}
	.section_50 {
	    padding: 20px 0;
	}
}
/*================================================
03 - RESPONSIVE CSS
==================================================*/

.filmoja-responsive-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	z-index: 999;
	height: 70px;
}

.slicknav_nav a {
	font-size: 14px;
	margin: 0;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #000
}

.slicknav_menu {
	background: transparent;
}

.slicknav_menutxt {
	display: none !important;
}

.slicknav_arrow {
	float: right;
	color: #ec7532
}

.slicknav_nav a:hover {
	border-radius: 0;
}

.slicknav_nav .slicknav_row:hover {
	border-radius: 0
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
	background: #ec7532 none repeat scroll 0 0;
	color: #fff
}

.slicknav_nav a:hover .slicknav_arrow {
	color: #fff
}

.slicknav_nav a:hover a {
	color: #fff
}

.slicknav_nav li {
	border-bottom: 1px solid #ddd;
}

.slicknav_nav li.hide-desktop {
	border-bottom: 0px solid #ddd
}

.slicknav_nav li:last-child {
	border-bottom: 0px solid #ddd
}

.slicknav_nav {
	background: #fff none repeat scroll 0 0;
	border-top: 1px solid #ec7532;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.19);

}

.slicknav_btn {
	background-color: transparent !important;
	line-height: 0;
	margin: 10px 0;
}

.slicknav_menu .slicknav_icon {
	float: none !important;
	margin: 0
}

.slicknav_icon-bar {
	height: 3px !important;
	margin: 5px 0;
	width: 30px !important;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: var(--c-main);
}

.filmoja-header-area.stick-top.sticky .slicknav_menu .slicknav_icon-bar,
.filmoja-header-area.home-3-page .slicknav_menu .slicknav_icon-bar {
	background-color: #111
}

.filmoja-header-area .btn-login-page{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}

/*================================================
04 - PAGINATION CSS
==================================================*/

.pagination-box-row {
	text-align: center;
}

.pagination-box-row p {
	display: inline-block;
	font-size: 15px;
	color: #444;
	margin-right: 15px
}

.pagination {
	margin-top: 50px;
	text-align: center;
	float: none;
	display: inline-block;
}

.pagination li {
	display: inline-block;
	margin-right: 5px
}

.pagination li:last-child {
	margin-right: 0
}

.pagination li a {
	display: block;
	width: 35px;
	height: 35px;
	font-size: 15px;
	line-height: 38px;
	border-radius: 50%;
	color: #fff;
	font-weight: 500;
}

.pagination li.active a,
.pagination li a:hover {
	background: #101010 none repeat scroll 0 0;
	color: #fff
}


/*================================================
05 - BREADCROMB CSS
==================================================*/

.filmoja-breadcrumb-area {
	background: url(../images/bgs1.jpeg) no-repeat scroll 0 0/cover
}

.breadcrumb-box h2 {
	color: #fff;
	text-transform: capitalize;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 2px;
	font-size: 38px;
	font-weight: 400;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
}

.breadcrumb-box {
	text-align: center
}

.breadcrumb-box ul {
	text-align: center;
	margin-top: 15px
}

.breadcrumb-box ul li {
	display: inline-block;
	text-transform: capitalize;
	color: #eee;
}

.breadcrumb-box ul li.active-breadcromb {
	color: #ec7532
}

.breadcrumb-box ul li a:hover {
	color: #ec7532;
}

.breadcrumb-box ul li a {
	color: #eee;
	text-transform: capitalize
}

.breadcrumb-box ul>li+li:before {
	content: "/ ";
	padding: 0 5px;
	color: #ccc;
}


/*================================================
06 - BTN TOP CSS
==================================================*/

.btntoTop:before {
	color: #fff;
	content: "";
	display: inline-block;
	font: 20px "FontAwesome";
	vertical-align: middle;
}

.btntoTop {
	background-color: #212121;
	border: 2px solid #212121;
	border-radius: 5px;
	bottom: 60px;
	cursor: pointer;
	height: 50px;
	line-height: 47px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: fixed;
	right: 20px;
	text-align: center;
	-webkit-transition: opacity 0.4s ease 0s;
	transition: opacity 0.4s ease 0s;
	width: 50px;
	z-index: 99999;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.42)
}

.btntoTop.active {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.btntoTop.active:hover {
	background: #ec7532 none repeat scroll 0 0;
	border: 2px solid #fff;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.btntoTop.active.btntoTop:hover:before {
	color: #fff;
}
@media(max-width: 580px)
{
	.btntoTop{
		bottom: 60px;
	}
}

/*================================================
07 - HEADER CSS
==================================================*/
header{
	position: relative;
    z-index: 9999;
}

.main-header-content{
	display: flex;
	flex-wrap: wrap;
}
.main-header-content>div{
	padding-left: 10px;
	padding-right: 10px;
}
.main-header-content .header-logo{
	flex: 0 0 10%;
}
.main-header-content .mainmenu{
	display: flex;
	align-items: center;
	flex: 1;
}
.main-header-content .header-main-search{
	flex: 0 0 20%;
}
.main-header-content .header-auth{
	flex: 0 0 155px;
}

.header-top-area {
	background: #181818 none repeat scroll 0 0;
	padding: 10px 0;
}

.header-top-social li {
	display: inline-block;
	margin-right: 5px
}

.header-top-social li:last-child {
	margin-right: 0
}

.header-top-social li a {
	display: block;
	color: #fff;
	font-size: 20px;
}

.header-top-menu ul {
	text-align: right;
}

.header-top-menu ul li {
	display: inline-block;
	margin-right: 10px;
}

.header-top-menu ul li:last-child {
	margin-right: 0px;
}

.header-top-menu ul li a {
	color: #fff;
	text-transform: capitalize;
	display: block
}

.main-header-area {
	background: #1F1F1F none repeat scroll 0 0;
	box-shadow: 0 5px 10px rgba(17, 17, 17, 0.54);
}

.main-header-area .container-fluid{
	max-width: 1440px;
}

.site-logo {
	margin: 15px 0;
	position: relative;
	z-index: 9999
}
.site-logo img{
	max-height: 50px;
}

.mainmenu ul {
	text-align: right
}

.mainmenu ul li {
	display: inline-block;
	position: relative
}

.mainmenu ul>li>a {
	display: block;
	color: #B1B1B1;
	text-transform: uppercase;
	padding: 30px 10px;
	position: relative;
	font-size: 16px;

}


.mainmenu nav>ul>li.active>a {
	position: relative;
}

.mainmenu nav>ul>li>a:hover,
.mainmenu nav>ul>li.active>a {
	color: #fff
}

.mainmenu nav>ul>li:hover>a {
	position: relative;
	color: #fff
}

.main-header-area .btn-login-page{
	color: var(--c-main);
}

@media(max-width: 1440px)
{
	.mainmenu ul>li>a{
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media(max-width: 900px)
{
	.main-header-content .mainmenu{
		display: none;
	}
	.main-header-content .header-logo{
		flex: 1;
	}
}


/* Dropdown Menu */

.mainmenu ul li ul {
	padding: 0;
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 250px;
	background: #464646 none repeat scroll 0 0;
	;
	visibility: hidden;
	opacity: 0;
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	margin-top: 30px;
	z-index: 10;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	text-align: left
}

.mainmenu ul li:hover>ul {
	visibility: visible;
	opacity: 1;
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	z-index: 10;
	margin-top: 0;
	border-radius: 10px;
	-moz-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-top-right-radius: 0;
	border-top-right-radius: 0;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.mainmenu ul li>ul>li {
	display: block;
	position: relative;
	border-top: 1px solid #000;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.mainmenu ul li ul li>a {
	padding: 10px 15px;
	display: block
}

.mainmenu ul li ul li.submenu-parent:after {
	position: absolute;
	top: 0;
	right: 10px;
	line-height: 50px;
	font-family: 'FontAwesome';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f0da";
	color: #13212d;
}

.mainmenu ul li ul li>ul.submenu {
	position: absolute;
	left: 100%;
	top: 0;
}

.mainmenu nav>ul>li:hover>ul li:hover>a {
	color: #ffffff;
}


/* Header */

.header-main-search {
	margin: 23px 0;
}

.mainmenu ul li.hide-desktop {
	display: none;
}

.header-main-search form {
	position: relative;
	height: 40px;
	background: #404040;
	border-radius: 8px;
	width: 100%;
}

.header-main-search form input {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: transparent;
	color: #fff;
	border: medium none;
	padding: 5px 50px 5px 10px;
}

.header-main-search form button {
	position: absolute;
	right: 0;
	border: medium none;
	top: 0;
	height: 100%;
	width: 35px;
	background: transparent none repeat scroll 0 0;
	color: #C8A125;
	cursor: pointer;
	font-size: 20px;

}

.navbar-tool {
    position: relative;
    display: flex;
    align-items: center;
}
.navbar-tool-icon-box {
    position: relative;
    width: 2.875rem;
    height: 2.875rem;
    transition: color .25s ease-in-out;
    border-radius: 50%;
    line-height: 2.625rem;
    text-align: center;
    color: #fff;
}
.navbar-tool-icon {
    font-size: 1.25rem;
    line-height: 2.875rem;
}

.navbar-tool-text {
    display: none;
    flex-grow: 0;
    flex-shrink: 0;
    /*padding-left: 0.875rem;*/
    transition: color .25s ease-in-out;
    font-size: 16px;
    text-decoration: none !important;
    white-space: nowrap;
    color: #fff;
}
.navbar-light .navbar-tool-text {
    color: #fff;
}

.menu-mobile {
		background: #fff;
		box-shadow: 0 5px 10px rgb(17 17 17 / 54%);
		position: relative;
		z-index: 9;
		overflow-x: auto;
	}
	.menu-mobile ul{
		display: flex;
		min-width: 740px;
	}
	.menu-mobile ul li{
		flex: auto;
	}
	.menu-mobile ul li a{
		text-transform: uppercase;
		font-size: 20px;
		color: #373737;
		display: block;
		text-align: center;
		padding: 12px 10px 8px;
		line-height: 46px;
		font-family: 'Poppins-Bold';
		position: relative;
	}
	.menu-mobile ul li a.active:before{
		content: "";
		position: absolute;
		left: 15%;
		bottom: 22%;
		width: 70%;
		height: 1px;
		background: #000;
	}
	
@media (min-width: 992px){
	.navbar-tool-text {
	    display: block;
	}
}

@media(max-width: 768px)
{
	.header-main-search form{
		border-radius: 0;
		background: #000;
	}
	.header-main-search form button{
		text-align: center;
		background: #444444;
		padding: 0;
		width: 40px;
	}

	
}

@media(max-width: 580px)
{
	.menu-mobile ul li a{
		font-size: 14px;
	}
	.menu-mobile ul{
		min-width: 540px;
	}
}
@media(max-width: 480px)
{
	.menu-mobile ul{
		min-width: 430px;
	}
	.menu-mobile ul li a{
		font-size: 12px;
		line-height: 30px;
		padding: 12px 5px 8px;
	}
}

/*user*/
.agent-content{
	position: relative;
}
.agent-content:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/login-bg-form.jpg) no-repeat center center;
    background-size: 100% 100%;
    z-index: 0;
}
.agent-content .widget{
	position: relative;
	padding: 10px;
	background: #ffffffbd;
}
.agent-contact{
	position: relative;
	z-index: 1;
	background: #ffffffbd;
	padding: 10px;
}
.agent-contact .avatar {
  width: 100px;
  height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  /*border: 2px solid #3b6a7a;*/
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
}
.agent-contact .avatar img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.agent-contact .avatar i{
    font-size: 50px;
}
.top-header .btn-icon .fa{
  font-size: 1.5em;
}

.agent-contact-name{
	color: var(--c-text);
}

.agent-content a.dropdown-item{
	color: #000;
}
.agent-content a.dropdown-item svg{
	margin-bottom: -3px;
}
.agent-content a.dropdown-item img{
	margin-bottom: 2px;
}
/*user*/

.customer-form-content{
	display: flex;
	justify-content: center;
}

.customer-form{
	border: 1px solid #959595;
	position: relative;
	background: #ffffff63;
	width: 100%;
    max-width: 100%;
}
.login-form{
	width: 500px;
}

.customer-form:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('../images/login-bg-form.jpg') no-repeat center center;
	background-size: 100% 100%;
	z-index: 0;
}

.customer-form-top{
	background: #ffffffbd;
	position: relative;
}
.customer-form-top h3{
	color: #000;
	font-size: 18px;
	margin-top: 20px;
	font-family: 'Poppins-Regular';
}
.login-form form{
	position: relative;
}

.form-group-icon{
	position: relative;
}
.form-group-icon input{
	padding-left: 40px;
	height: 60px;
}
.form-group-icon .icon {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	height: 20px;
}
.form-group-icon .icon i{
	font-size: 20px;
}

.btn-update-profile,
.btn-register,
.btn-login-page{
	width: 100%;
	max-width: 500px;
	background: url('../images/login-btn-bg.png') no-repeat;
	background-size: 100% 100%;
	padding: 15px 10px;
	text-transform: uppercase;
	font-family: 'Poppins-SemiBold';
}

.btn-login{
	font-size: 13px;
	padding: 7px 10px;
	color: #fff;
	border-radius: 19px;
	background-color: #C8A125;
	display: flex;
	align-items: center;
	min-width: 130px;
}
.btn-login:hover{
	color: #fff;
}
.btn-login .icon{
	border-radius: 50%;
	background: #fff;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
}
.btn-login .icon i{
	color: var(--c-text);
}

.login-right{
	position: relative;
	flex: 1;
}
.login-banner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.login-banner img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.customer-form a{
	color: #b3567d;
}

.customer-form .form-group{
	margin-bottom: 20px;
	position: relative;
}
.customer-form .form-control,
.customer-form .custom-file-label{
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
}
.customer-form .form-control:focus,
.customer-form .custom-file-label:focus{
	outline: unset;
	box-shadow: unset;
}
.customer-form .custom-file-label::after,
.customer-form .custom-file-input{
	height: 41px;
    line-height: 32px;
}
.customer-form label{
	color: #fff;
}

.profile-bottom{
	background: #aca4a2;
	padding: 20px;
	text-align: center;
	font-size: 18px;
}
.profile-bottom h4{
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
}
.profile-bottom ul{
	text-align: left;
	display: inline-block;
	margin: auto;
	list-style: disc;
	color: #000;
}
.profile-bottom ul li i{
	font-size: 12px;
}

.profile-bottom ul li{
	line-height: 1.4;
	margin-bottom: 5px;
}
.profile-bottom ul li:last-child{
	margin-bottom: 0;
}
.profile-bottom ul li:before{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #000;
	border-radius: 50%;
	margin-right: 5px;
	margin-bottom: 2px;
}

.password-toggle {
  position: relative;
}
.password-toggle .form-control {
  padding-right: 3rem;
}

.password-toggle-btn {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  margin-bottom: 0;
  padding: 0.5rem;
  transform: translateY(-50%);
  font-size: 1.0625rem;
  line-height: 1;
  cursor: pointer;
}
.password-toggle-btn .password-toggle-indicator {
  transition: color 0.2s ease-in-out;
  color: #7d879c;
  font-family: "FontAwesome";
  font-style: normal;
}
.password-toggle-btn .password-toggle-indicator::before {
  content: "\f06e";
}
.password-toggle-btn .password-toggle-indicator:hover {
  color: var(--c-main);
}
.password-toggle-btn .password-toggle-check {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.password-toggle-btn .password-toggle-check:checked ~ .password-toggle-indicator::before {
  content: "\f070";
}

.was-validated .password-toggle .form-control:invalid,
.was-validated .password-toggle .form-control.is-invalid,
.was-validated .password-toggle .form-control:valid,
.was-validated .password-toggle .form-control.is-valid {
  padding-right: 4rem;
}
.was-validated .password-toggle .form-control:invalid + .password-toggle-btn,
.was-validated .password-toggle .form-control.is-invalid + .password-toggle-btn,
.was-validated .password-toggle .form-control:valid + .password-toggle-btn,
.was-validated .password-toggle .form-control.is-valid + .password-toggle-btn {
  right: 2.1rem;
}

.view_text_error{
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.3;
	color: #ff75af;
}

@media(max-width: 768px){

}
@media(max-width: 580px){
	.login-main-content{
		flex-direction: column;
	}
	.login-form {
		/*width: 100%;*/
	}
}

/* Change the white to any color */
.form-group-custom input:-webkit-autofill,
.form-group-custom input:-webkit-autofill:hover,
.form-group-custom input:-webkit-autofill:focus,
.form-group-custom input:-webkit-autofill:active {
	color: #ffffff !important;
	-webkit-text-fill-color: #fff;
    transition: background-color 9999s ease-in-out 0s;
}
.form-group-custom{
	/*border: 1px solid #fff;*/
	border-radius: 30px;
	padding: 10px;
	position: relative;
}
.form-group-custom:before{
	content: "";
	border: 1px solid #fff;
	position: absolute;
	top: 10px;
	left: 12px;
	width: calc(100% - 24px);
	height: 53px;
	border-radius: 30px;
	z-index: 1;
}
.form-group-custom:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	z-index: 1;
	background: url('../images/box-shadow-1.png') no-repeat center center;
	background-size: 100% 100%;
}
.form-group-custom label{
	position: absolute;
  top: -2px;
  left: 48px;
  padding: 0 1px;
  /*background: #3a3a3a;*/
  color: #fff;
  z-index: 9;
  letter-spacing: normal;
  font-size: 13px;
  min-width: 63px;
  text-align: center;
  /*background: url('../images/box-shadow-2.png') no-repeat center right;
  background-size: auto 27px;*/
  /*background-color: #3a3a3a;*/
  /*padding-right: 53px;*/
}
.form-group-custom label:after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 2px;
	background: #3a3a3a;
	z-index: -1;
}

.form-group-custom input,
.form-group-custom textarea{
	background: unset;
	border: 0;
	position: relative;
	z-index: 9;
	height: 53px;
	color: #fff;
	padding-left: 25px;
	padding-right: 20px;
	width: 100%;
}
.form-group-custom .form-control:focus{
	background: unset;
	box-shadow: unset;
	outline: unset;
	color: #fff;
}

input.date-icon{
	/*position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;*/
	background: url('../images/date-icon.svg?ver=1') no-repeat center right 20px;
	background-color: #fff;
}

.customer-btn{
	width: 100%;
	height: 56px;
	border-radius: 28px;
	margin: 0 12px;
	background: rgb(198,152,71);
	background: linear-gradient(90deg, rgba(198,152,71,1) 0%, rgba(236,217,113,1) 53%, rgba(198,152,71,1) 100%);
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Poppins-Bold';
	color: #000;
}

.login-btn-group,
.btn-fb-auth, .btn-google-auth {
    background: unset;
    color: #fff;
    width: 100%;
    margin: 5px 0;
    line-height: 1;
    padding: 10px 15px;
    border-radius: 28px;
    border:  1px solid #fff;
    font-size: 14px;
    position: relative;
}
.btn-fb-auth:hover, .btn-google-auth:hover{
	color: var(--c-text);
}

.login-btn-group svg{
	display: inline-block;
    vertical-align: top;
    height: 24px;
    width: 24px;
}

.btn-fb-auth .SocialButton-Icon, .btn-google-auth .SocialButton-Icon {
    display: inline-block;
    vertical-align: top;
    height: 24px;
    width: 24px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.btn-fb-auth .title, .btn-google-auth .title {
    display: inline;
    vertical-align: top;
    /*font-size: 18px;*/
    line-height: 19px;
    padding-left: 12px;
    padding-right: 0;
    white-space: normal;
}

.error-message{
	color: #a60000;
}
form div.error{
	position: absolute;
	left: 10px;
	font-size: 12px;
	color: #ff75af;
	line-height: 20px;
}

form.form-login-page div.error{
	color: #c51c00;
}

.custom-file-label{
	background: unset;
	color: #fff;
}
.custom-file-label::after{
	color: #fff;
	background: #000;
}
/*================================================
08 - SLIDER CSS
==================================================*/

.filmoja-slider-area {
	position: relative
}

.filmoja-slide {
	position: relative
}

.filmoja-main-caption {
	background: rgba(28, 28, 28, 0.74) none repeat scroll 0 0
}

.filmoja-main-slide {
	background-color: #eee;
	background-position: center center;
	background-size: cover;
	/*height: 620px;*/
}

.filmoja-slider-area .container-fluid{
	max-width: 1353px;
}

.slider-content-holder {
	width: 100%;
	text-align: center
}

.filmoja-main-caption {
	display: table;
	height: 100%;
	width: 100%;
}

.filmoja-caption-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.slider-text h2 {
	color: #fff;
	font-family: 'Orbitron', sans-serif;
	font-size: 50px;
	font-weight: 500;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
	text-transform: capitalize;
	letter-spacing: 3px;
	line-height: 60px;
}

.slider-text h4 {
	color: #fff;
	font-size: 17px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	letter-spacing: 7px;
	margin-bottom: 15px
}

.slider-text p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin: 15px 0;
	text-transform: capitalize;
}

.filmoja-slide .owl-nav>.owl-prev {
	visibility: hidden;
	-webkit-transition: all 0.2s cubic-bezier(.83, .8, .11, .64) 0s;
	transition: all 0.2s cubic-bezier(.83, .8, .11, .64) 0s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.filmoja-slide:hover .owl-nav>.owl-prev {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	left: 30px
}

.filmoja-slide .owl-nav>.owl-next {
	visibility: hidden;
	-webkit-transition: all 0.2s cubic-bezier(.83, .8, .11, .64) 0s;
	transition: all 0.2s cubic-bezier(.83, .8, .11, .64) 0s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.filmoja-slide:hover .owl-nav>.owl-next {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	right: 30px
}

.filmoja-slide .owl-prev {
	left: -30px;
	position: absolute;
	top: 45%;
}

.filmoja-slide .owl-next {
	right: -30px;
	position: absolute;
	top: 45%;
}

.owl-carousel .owl-dots{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9999;
    display: flex;
    justify-content: center;
}
.owl-carousel button.owl-dot{
	width: 12px;
    height: 12px;
    display: block;
    background: #fff;
    border-radius: 50%;
/*    border: 2px solid #000;*/
    margin: 5px;
/*    opacity: 0.7;*/
}
.owl-carousel button.owl-dot.active,
.owl-carousel button.owl-dot:hover{
	opacity: 1;
	background: #C8A125;
}

.slider-play {
	position: relative;
}

.slider-play .popup-youtube {
	background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
	background-image: linear-gradient(to right, #fbbd61, #ec7532);
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 9;
	display: inline-block;
	padding: 10px 20px;
	text-transform: capitalize;
	letter-spacing: 2px;
	border-radius: 25px;
}

.popup-youtube i {
	margin-left: 5px
}


.content-slider.owl-carousel .owl-dots{
	height: 26px;
	width: auto;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	align-items: center;
}
.content-slider.owl-carousel button.owl-dot{
	margin: 0 3px;
	width: 12px;
	height: 12px;
}
.content-slider.owl-carousel button.owl-dot:hover,
.content-slider.owl-carousel button.owl-dot.active{
	background: #C8A125;
}

.content-slider.owl-carousel .owl-nav{
	position: absolute;
	bottom: 0;
	font-size: 20px;
	color: #fff;
	display: flex;
	width: 100px;
	height: 26px;
	align-items: center;
	justify-content: space-between;
	left: 50%;
	transform: translateX(-50%);
	z-index: 8;
}

.content-slider.owl-carousel .owl-nav.disabled{
	display: none;
}

.top-movie-hot{
	max-height: 300px;
	overflow: hidden;
	opacity: 0;
	transition: all 0.3s;
}
.top-movie-hot.owl-loaded{
	max-height: unset;
	overflow: unset;
	opacity: 1;
}

.top-movie-hot.owl-carousel .owl-dots{
	bottom: -70px;
}
.top-movie-slider.owl-carousel .owl-dots{
	bottom: -20px;
}
.top-hot-shadow{
	background: #272525;
	box-shadow: rgba(200, 161, 37) 0px 0 20px -2px, rgba(200, 161, 37, 0.2) 0px 3px 13px -3px;
}



@media(max-width: 768px)
{
	.filmoja-slider-area .container-fluid{
		padding: 0;
	}

	.top-hot-shadow{
		box-shadow: unset;
	}

	.top-hot-title {
		font-size: 18px;
	}
	.top-movie-hot.owl-carousel .owl-dots {
    bottom: -60px;
	}
}
/*================================================
09 - TOP MOVIE CSS
==================================================*/


.row.row-5,
.product-list-5.row{
	/*margin-left: -12px;*/
	/*margin-right: -12px;*/
}

.product-list-5 > div,
.row-5 > div{
	padding-left: 12px;
		padding-right: 12px;
}



@media(min-width: 769px){
	.product-list-5 > div{
		width: 25%;
	}
}
@media(min-width: 990px){
	.product-list-5 > div{
		width: 20%;
		flex: 0 0 20%;
	}

	.row-5 .col-20{
		width: 20% !important;
		flex: 0 0 20% !important;
		max-width: 20% !important;
	}
	.row-5 .col-80{
		width: 80% !important;
		flex: 0 0 80% !important;
		max-width: 80% !important;
	}
}

.single-top-movie {
	margin-top: 10px;
	padding: 10px;
	transition: all 0.3s;
	border: 1px solid transparent;
}

.single-top-movie .top-movie-wrap {
	position: relative
}

.single-top-movie .top-movie-img {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}
.single-top-movie .top-movie-img:before{
	content: "";
	display: block;
	padding-top: 133%;
}
.single-top-movie .top-movie-img a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top-movie-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/*.single-top-movie .top-movie-img:before {
	position: absolute;
	left: -25%;
	top: -50%;
	height: 60%;
	width: 150%;
	content: "";
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
	background-image: linear-gradient(to right, #fbbd61, #ec7532);
	-webkit-transform: skewY(25deg);
	transform: skewY(25deg);
	-webkit-transition: all 500ms linear;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}

.single-top-movie .top-movie-wrap:hover .top-movie-img:before {
	height: 200%;
	opacity: 0.95;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}*/
.single-top-movie:hover{
	background: #202020;
	border-image: linear-gradient(to bottom, #C8A125, #6e694d) 1;
}

.thumb-hover {
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	text-align: center;
}

.thumb-hover>a.play-video {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border: 2px solid #fff;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	z-index: 2;
	font-size: 19px;
	color: #fff;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.thumb-hover>a.celebrity-link,
.thumb-hover>ul {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -45px;
	z-index: 2;
	font-size: 15px !important;
	color: #fff;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	width: auto !important;
	height: auto !important;
	border: medium none !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Roboto Condensed', sans-serif;
}

.top-movie-details p {
	text-transform: capitalize;
	color: #999;
	font-size: 15px;
	margin-top: 3px;
}

.no-margin-top .single-top-movie {
	margin-top: 0
}

.thumb-date {
	position: absolute;
	width: 100%;
	top: 50px;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.thumb-date span {
	line-height: normal;
	padding: 5px 10px;
	background: #fff none repeat scroll 0 0;
	border-radius: 5px;
	color: #ec7532;
	text-transform: capitalize
}

.thumb-hover>a.play-video>i {
	margin-top: 4px;
	margin-left: 2px;
}

.single-top-movie .top-movie-wrap:hover .thumb-hover>a.play-video,
.single-top-movie .top-movie-wrap:hover>.thumb-date,
.single-top-movie .top-movie-wrap:hover .thumb-hover>a.celebrity-link,
.top-movie-wrap:hover .thumb-hover>ul {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: scale(1);
	transform: scale(1);
}

.thumb-hover ul {
	margin: 25px 0 0 -50px;
	text-align: center;
}

.thumb-hover ul li {
	margin: 0 5px;
}

.thumb-hover ul li a {
	color: #fff;
}

.actor-social li {
	display: inline-block;
	margin-right: 10px;
}

.actor-social li a {
	font-size: 16px;
	color: #fff;
}

.top-movie-details {
	margin-top: 15px;
	display: flex;
    flex-direction: column;
}

.top-movie-details h4 {
	font-family: 'Poppins-Light';
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;
}

.top-movie-details h4 a {
	color: #fff;
	font-family: 'Poppins-Light';
	letter-spacing: normal;
	line-height: 22px;
}

.movie-details-thumbs {
	/*margin-top: 10px;*/
}

.movie-details-thumbs ul li {
	display: inline-block;
	width: 30.33%;
}

.movie-details-thumbs ul li a {
	color: #fff;
}

.movie-details-thumbs ul li a:hover,
.top-movie-details h4 a:hover {
	color: #ec7532
}

.movie-details-thumbs ul li i {
	color: #C8A125;
	margin-right: 3px;
}

.movie-details-thumbs ul li span.rating {
	line-height: 16px;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
	background-image: linear-gradient(to right, #fbbd61, #ec7532);
	color: #fff;
	text-align: center;
}

.movie-details-thumbs ul li span.rating i {
	color: #fff
}

.movie-details-thumbs img{
	width: 15px !important;
}
.view-count{
	color: #c3c3c3;
	font-size: 12px;
}

.view-count {
}

.view-count span{
	opacity: 1;
	color: #C8A125;
	margin-right: 5px;
}

@media(max-width: 767px)
{
	.view-count{
		line-height: 20px;
	}

	.view-count span{
		display: none;
		color: #c3c3c3;
    font-size: 12px;
    margin-left: 5px;
	}
}

@media(max-width: 580px)
{
	.single-top-movie{
		padding: 5px;
	}
}


.top-movie-slider .owl-nav.disabled {
	/*display: block !important;*/
	position: absolute;
	top: -45px;
	right: 0;
}

.top-movie-slider .owl-nav.disabled>button {
	color: #ec7532;
	width: 30px;
	height: 30px;
	border: 1px solid #ddd;
	margin: 0 3px;
	font-size: 17px;
}

.top-movie-slider .owl-nav.disabled>button:last-child {
	margin-right: 0
}


/*================================================
10 - THEATER CSS
==================================================*/

.filmoja-theater-area {
	position: relative;
	z-index: 1;
	background: #f9f9f9 none repeat scroll 0 0
}

.filmoja-theater-area:after {
	position: absolute;
	left: 0;
	content: "";
	width: 65%;
	top: 0;
	height: 100%;
	background: url(../images/bgs1.jpg) no-repeat scroll 0 0/cover;
	z-index: -1;
}

.filmoja-theater-area:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 65%;
	height: 100%;
	background: #111 none repeat scroll 0 0;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}

.single-theater {
	border: 5px solid #ec7532;
	border-radius: 5px;
	position: relative;
	background: #ec7532;
}

.single-theater img {
	width: 100%;
	border-radius: 5px;
	position: relative
}

.single-theater:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000 none repeat scroll 0 0;
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"
}

.single-theater a.play-video {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 60px;
	height: 40px;
	background: #FF0000 none repeat scroll 0 0;
	border-radius: 10px;
	top: 54%;
	left: 50%;
	margin: -30px 0 0 -30px;
	z-index: 3;
	font-size: 17px;
	color: #fff;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.theater-left {
	display: table;
	height: 100%;
	width: 100%;
}

.theater-box {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.theater-text h3 {
	color: #fff;
	font-family: 'Orbitron', sans-serif;
	font-size: 37px;
	font-weight: 500;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
	text-transform: capitalize;
	letter-spacing: 1px;
	margin-bottom: 15px
}

.theater-text h4 {
	text-align: center;
	font-size: 17px;
	color: #fe9052;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.theater-text p {
	text-align: right;
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 400;
}

.theater-text a.filmoja-btn {
	margin-top: 20px;
}

.nav-link {
	display: block;
	padding: 0px;
	text-transform: capitalize;
	position: relative;
	color: #111 !important;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 1px;
	font-weight: 400;
}

.nav-link:after {
	position: absolute;
	right: auto;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 4px;
	content: '';
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
	background-image: linear-gradient(to right, #fbbd61, #ec7532);
}

.nav-link:hover:after {
	color: #ec7532;
	right: 0;
	width: 100%;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #ec7532 !important;
	background-color: transparent;
	position: relative
}

.nav-pills .nav-link.active:after,
.nav-pills .show>.nav-link:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	color: #ec7532;
	height: 4px;
	content: '';
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
	background-image: linear-gradient(to right, #fbbd61, #ec7532);
}

.nav-pills .nav-link {
	border-radius: 0
}

.tv-tab ul li.nav-item {
	margin-right: 15px;
}

.tv-panel-list {
	margin-top: 20px;
}

.movie-details-page-box .tv-panel-list {
	margin-top: 30px;
}


/*================================================
11 - QUOTE CSS
==================================================*/

.filmoja-quote-area {
	background: url(../images/bgs1.jpg) no-repeat scroll 0 0/cover;
	position: relative
}

.filmoja-quote-area:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #111 none repeat scroll 0 0;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	z-index: -1
}

.quote-box {
	width: 70%;
	text-align: center;
	margin: 0 auto;
}

.quote-box h4 {
	text-align: center;
	font-size: 17px;
	color: #fe9052;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 2px;
	margin-bottom: 15px;
}

.quote-box h3 {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 40px;
	font-weight: 500;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
	text-transform: capitalize;
	letter-spacing: 1px;
}

.quote-box form {
	position: relative;
	width: 70%;
	margin: 30px auto 0;
	background: #fff;
	height: 40px;
	border-radius: 20px;
}

.quote-box form input {
	position: absolute;
	left: -2px;
	top: 0;
	border-radius: 20px;
	border: medium none;
	height: 100%;
	color: #111;
	font-size: 14px;
	width: 100%;
	padding: 5px 120px 5px 20px;
}

.quote-box form button {
	background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
	background-image: linear-gradient(to right, #fbbd61, #ec7532);
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	position: absolute;
	right: -2px;
	border: medium none;
	border-radius: 0 20px 20px 0;
	height: 100%;
	letter-spacing: 2px;
	top: 0;
	width: auto;
	padding: 5px 20px;
	cursor: pointer;
}

.mouse-icon {
	display: inline-block;
}

.mouse-icon .wheel {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: down;
	animation-name: down;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 25px;
	color: #fff;
	margin-bottom: 20px
}

@-webkit-keyframes down {
	0% {
		top: 5px;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	30% {
		top: 15px;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	60% {
		top: 15px;
		opacity: 0.60;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	}
	100% {
		top: 25px;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

@keyframes down {
	0% {
		top: 5px;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	30% {
		top: 15px;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	100% {
		top: 25px;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}


/*================================================
12 - BLOG CSS
==================================================*/

.filmoja-news-area {
	background: #f8f8f8 none repeat scroll 0 0
}

.news-side-list {
	margin-top: 30px
}

.filmoja-news-area .single-news-item {
	margin-top: 30px
}

.news-image {
	position: relative;
	overflow: hidden
}

.news-date {
	position: absolute;
	right: 25px;
	bottom: 25px;
	background: #111 none repeat scroll 0 0;
	width: auto;
	padding: 15px 20px;
	text-transform: uppercase;
	font-family: 'Orbitron', sans-serif;
	color: #ec7532;
	font-weight: 600;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.news-date span {
	display: block;
	line-height: normal;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.news-date .date {
	font-size: 30px;
	color: #fff
}

.news-text {
	padding: 20px;
	background: #fff none repeat scroll 0 0;
}

.news-text h3 {
	font-size: 23px;
	color: #111;
	text-transform: capitalize;
	line-height: 30px;
}

.news-text h3 a {
	color: #111;
}

.news-text h3 a:hover,
.news-side-text h4 a:hover {
	color: #ec7532;
}

.post-meta {
	margin-top: 5px
}

.post-meta p {
	display: inline-block;
	margin-right: 15px;
}

.post-meta p a {
	color: #111
}

.post-meta p i {
	margin-right: 5px;
	color: #ec7532
}

.post-meta p:last-child {
	margin-right: 0
}

.post-content {
	margin-top: 10px
}

.post-content p {
	color: #333;
}

.single-news-side {
	overflow: hidden;
	position: relative
}

.news-side-img {
	position: relative;
	overflow: hidden
}

.news-side-img img {
	-webkit-transition: 0.4s all linear;
	transition: 0.4s all linear;
	-webkit-transform: scale(1);
	transform: scale(1);
	width: 100%
}

.news-image img {
	width: 100%;
	height: auto;
	-webkit-transition: 0.4s all linear;
	transition: 0.4s all linear;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.single-news-item:hover .news-image img,
.single-news-side:hover .news-side-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.single-news-item:hover .news-date,
.single-news-side:hover .news-date {
	background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
	background-image: linear-gradient(to right, #fbbd61, #ec7532);
	color: #fff
}

.news-side-text {
	padding: 20px 13px;
	background: #fff none repeat scroll 0 0;
}

.news-side-text h4 {
	font-size: 18px;
	color: #111;
	text-transform: capitalize;
	line-height: 27px;
	margin-bottom: 20px;
}

.news-side-text h4 a {
	color: #111
}

.blog-page-list .news-text {
	padding: 20px 0
}

.blog-page-list .single-news-item {
	margin-bottom: 30px;
	border-bottom: 1px solid #ededed;
}

.blog-page-list .single-news-item:last-child {
	margin-bottom: 0
}

.filmoja-blog-page .pagination-box-row {
	text-align: left
}

.blog-page-list .post-content>p {
	margin: 0 0 10px;
}

.post-content blockquote {
	margin: 30px 0;
	position: relative;
}

.post-content blockquote .quote-inner {
	border-left: 2px solid #ddd;
	margin-left: 25px;
	padding-left: 60px;
	position: relative;
}

.post-content blockquote .quote-icon {
	background-color: #ffffff;
	border: 2px solid #e9f2f7;
	border-radius: 50%;
	color: #d2dae0;
	font-size: 16px;
	height: 35px;
	left: -18px;
	line-height: 32px;
	margin-top: -17px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 35px;
}

.post-content blockquote .quote-text {
	color: #262626;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
	position: relative;
}

ul.company-desc-list {
	margin: 30px 0;
}

.post-content ul.company-desc-list li {
	margin: 10px 0;
	text-transform: capitalize;
	color: #111
}

ul.company-desc-list li i {
	width: 20px;
	height: 20px;
	line-height: 22px;
	text-align: center;
	color: #ec7532;
	margin-right: 5px;
	border-radius: 50%;
	font-size: 11px;
}

.comment-box,
.leave-comment {
	margin-top: 50px;
}

.comment-box>h3,
.leave-comment>h3 {
	font-size: 22px;
	color: #333;
	text-transform: capitalize;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
}

.comment-box>ul {
	margin-top: 20px;
}

.comment-box .single-comment-history .single-comment-list {
	border: 1px solid #e8ecec;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 0 30px 20px;
	position: relative
}

.main-comment {
	font-size: 14px;
	padding: 30px 0 0 100px;
	position: relative;
}

.candidate-text-inner {
	margin-top: 10px
}

.candidate-image {
	border-radius: 50%;
	left: 0;
	margin-bottom: 20px;
	position: absolute;
	top: 30px;
}

.candidate-image img {
	border-radius: 50%;
	display: block;
	width: 80px;
}

.candidate-title h3 {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
	display: inline-block;
}

.candidate-title h3 a {
	color: #333;
}

.single-comment-history .candidate-info>p i {
	margin-right: 5px;
}

.single-comment-history.reply-commnt {
	padding-left: 65px;
}

.candidate-info>p {
	color: #777;
}

.reply {
	color: #ec7532;
	text-transform: capitalize;
}

.leave-comment>form {
	margin-top: 20px;
}

.leave-comment input[type="text"],
.leave-comment input[type="email"] {
	border: 2px solid #e8ecec;
	border-radius: 5px;
	color: #333;
	height: 45px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-top: 0;
	padding: 10px 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 45%;
}

.leave-comment textarea {
	border: 2px solid #e8ecec;
	border-radius: 5px;
	color: #333;
	height: 160px;
	margin-bottom: 20px;
	padding: 5px 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 93%;
}

.leave-comment form button {
	background: #ec7532 none repeat scroll 0 0;
	border: medium none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	padding: 10px 30px;
	text-transform: capitalize;
}

.single-blog-page .news-text {
	padding-bottom: 0;
	border: medium none
}

.single-blog-page .single-news-item {
	padding-bottom: 0;
	border-bottom: 0px solid #ededed
}


/*================================================
13 - FOOTER CSS
==================================================*/
footer{

}

.filmoja-footer-area {
	
	background-color: #000;
}

.footer-top-area{
	position: relative;
	background: url('../images/background-phong-canh-nui-may.png') no-repeat center center;
	background-size: cover;
}
.footer-top-area:before{
	content: "";
	background: #484848;
	position: absolute;
	left: 0;
	top: 0;
	width: 30%;
	height: 100%;
}

.single-footer-widget h3 {
	font-size: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
	/*color: #ec7532;*/
	background: -webkit-linear-gradient(#F3E37A, #B57D2C, #F3E37A);
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;

	font-family: 'Poppins-Bold';
	margin-bottom: 15px;
}

.single-footer-bg{
	background: url('../images/footer-bg.png') no-repeat center center;
	background-size: 100% 100%;
	padding-right: 200px;
}

.single-footer-widget img {
	margin-bottom: 15px
}

.single-footer-widget p {
	font-size: 13px;
	letter-spacing: 1.5px;
	color: #eee;
/*	text-transform: capitalize*/
}

.single-footer-widget p>a {
/*	text-decoration: underline;*/
	color: #eee
}

.single-footer-widget p>a:hover {
	text-decoration: none
}

.single-footer-widget ul li {
	margin: 2px 0
}

.single-footer-widget ul li>a {
	font-size: 13px;
	display: inline-block;
	letter-spacing: 1px;
	color: #eee;
	text-transform: capitalize
}

.single-footer-widget ul li>a:hover,
.single-movie-list-right h3 a:hover {
	color: #ec7532;
}

.single-footer-widget ul li>a i {
	margin-right: 5px
}

.footer-contact ul {
	margin-top: 20px
}

.footer-contact ul li {
	display: inline-block;
	margin-right: 10px
}

.footer-contact ul li:last-child {
	margin-right: 0
}

.footer-contact ul li>a {
	font-size: 17px
}

.apps-list {
	margin-top: 10px
}

.apps-list li {
	float: left;
	width: 48%;
	margin-right: 5px !important
}

.apps-list li a img {
	border-radius: 5px
}

.payback {
	font-size: 16px !important
}

.payback span {
	color: #ec7532;
}

.copyright-area {
	padding: 15px 0;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.copyright-box p {
	color: #eee;
	text-transform: capitalize;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 1px
}

.copyright-box p a {
	color: #ec7532;
}

.copyright-top{
	position: absolute;
    top: -25px;
    right: -30px;
}
.copyright-top-text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 5px;
	display: flex;
	align-items: center;
	font-family: 'Poppins-Bold';
}
.copyright-top-text h4{
	background: -webkit-linear-gradient(#F3E37A, #B57D2C, #F3E37A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
    text-align: center;
}

@media(max-width: 768px){
	.footer-top-area:before{
		display: none;
	}
	.single-footer-bg{
		padding-right: 0;
		background: unset;
	}
	.copyright-top{
		display: none;
	}

	.copyright-box{
		font-size: 11px;
	}
	
	.single-footer-widget ul{
		display: flex;
		flex-wrap: wrap;
	}
	.single-footer-widget ul li{
		flex: 0 0 50%;
	}
	.single-footer-widget.section_70,
	.single-footer-bg.section_70{
		padding: 10px 0;
	}
}

/*================================================
14 - SIDEBAR CSS
==================================================*/

.sidebar-widget-title {
	font-size: 21px;
	color: #101010;
	text-transform: capitalize;
	line-height: 30px;
	position: relative;
	font-weight: 500;
	margin-bottom: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 1px;
}

.sidebar-widget-title:after {
	position: absolute;
	content: "";
	bottom: -5px;
	left: 0;
	width: 25%;
	height: 4px;
	border-radius: 2px;
	background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
	background-image: linear-gradient(to right, #fbbd61, #ec7532);
}

.single-sidebar-widget input {
	width: 100%;
	border: 2px solid #ddd;
	border-radius: 0;
	padding: 5px 10px;
}

.single-sidebar-widget {
	margin-bottom: 20px;
	/*padding: 20px;*/
	/*background: #f9f9f9 none repeat scroll 0 0;*/
	/*border-radius: 5px;*/
}

.single-sidebar-widget:last-child {
	margin-bottom: 0px;
}

.comingsoon-text h4 {
	font-size: 17px;
	color: #111;
	text-transform: capitalize;
	margin: 10px 0 2px;
}

.comingsoon-text p {
	color: #888;
	font-weight: 400;
	text-transform: capitalize;
}

.comingsoon-text p span {
	color: #111
}

.coming-soon-slider .owl-prev {
	left: 5px;
	position: absolute;
	top: 30%;
	width: 30px;
	height: 30px;
	background: #fff !important;
	z-index: 99;
	color: #111 !important;
}

.coming-soon-slider .owl-next {
	right: 5px;
	position: absolute;
	top: 30%;
	width: 30px;
	height: 30px;
	background: #fff !important;
	z-index: 99;
	color: #111 !important;
}

.sidebar-top-movie {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.sidebar-top-movie:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0px solid #ddd
}

.sidebar-top-movie-right h3 {
	margin: 10px 0 5px;
	font-size: 17px;
	color: #111 !important;
	text-transform: capitalize;
}

.sidebar-top-movie-right h3 a {
	color: #111;
}

.sidebar-top-movie-right ul,
.single-movie-list-right ul {
	margin: 5px 0;
}

.sidebar-top-movie-right ul li,
.single-movie-list-right ul li {
	display: inline-block;
	line-height: normal;
	padding: 2px 8px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.director {
	font-size: 14px;
	color: #888;
	margin: 10px 0;
}

.director span {
	color: #111
}

.top-action a {
	border: 1px solid #ddd;
	color: #111;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	position: relative;
	z-index: 9;
	display: inline-block;
	padding: 5px 15px;
	text-transform: capitalize;
	letter-spacing: 2px;
	border-radius: 25px;
	margin-top: 5px;
	-webkit-transition: all 0.0s ease 0s;
	transition: all 0.0s ease 0s
}

.top-action a:hover {
	border: 1px solid #fbbd61;
	background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
	background-image: linear-gradient(to right, #fbbd61, #ec7532);
	color: #fff;
}

.sidebar-top-movie-right ul li.rating,
.single-movie-list-right ul li.rating {
	line-height: 16px;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
	background-image: linear-gradient(to right, #fbbd61, #ec7532);
	color: #fff;
	text-align: center;
	border: medium none
}

.tags-post li {
	display: inline-block;
	margin: 2px 0;
}

.category-post li {
	display: block;
	border-bottom: 1px solid #ededed
}

.category-post li:last-child {
	border-bottom: 0px solid #ededed
}

.category-post li a {
	display: block;
	text-transform: capitalize;
	color: #333;
	padding: 5px 0px;
}

.category-post li a:hover {
	color: #ec7532
}

.tags-post li a {
	display: block;
	text-transform: capitalize;
	color: #333;
	padding: 5px 10px;
	border: 1px solid #ededed;
	border-radius: 3px;
	-webkit-transition: all 0s ease 0s;
	transition: all 0s ease 0s
}

.tags-post li a:hover {
	background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
	background-image: linear-gradient(to right, #fbbd61, #ec7532);
	color: #fff;
	border: 1px solid #fbbd61
}

.sidebar-category li a{
	background: #2E2E2E;
	display: block;
	color: #F3DE81;
	text-transform: uppercase;
	font-family: 'Poppins-Bold';
	font-size: 22px;
	text-align: center;
	padding: 20px 10px;
	margin-bottom: 10px;
	border: 2px solid transparent;
	position: relative;

}
.sidebar-category li.active a,
.sidebar-category li:hover a{
	border-color: #fff;
}
.sidebar-category li a:after{
		content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: 15px solid transparent;
    border-right-color: #fff;
    border-left-width: 0px;

    display: block;
    width: 0px;
    height: 0px;
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0;
    transition: all 0.4s ease 0s;
}
.sidebar-category li.active a:after,
.sidebar-category li:hover a:after{
	opacity: 1;
}
/*================================================
15 - CHECKBOX CSS
==================================================*/

.checkbox {
	margin: 5px 0;
	text-transform: capitalize;
	color: #555;
}

.checkbox label {
	margin: 0;
}

@-webkit-keyframes pull {
	0% {
		height: 0;
	}
	100% {
		height: 1.2rem;
	}
}

@keyframes pull {
	0% {
		height: 0;
	}
	100% {
		height: 1.2rem;
	}
}

@-webkit-keyframes pop {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	75% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@keyframes pop {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	75% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

.checkbox-spin {
	display: none;
}

.checkbox-spin+label span {
	display: inline-block;
	width: 25px;
	height: 16px;
	margin: 0 0px -3px 0;
}

.checkbox-spin+label span:before,
.checkbox-spin+label span:after {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: "";
	position: absolute;
	z-index: 1;
	width: 16px;
	width: 16px;
	width: 16px;
	width: 1rem;
	height: 16px;
	height: 16px;
	height: 16px;
	height: 1rem;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #aaa;
}

.checkbox-spin+label span:after {
	z-index: 0;
	border: none;
}

.checkbox-spin:checked+label span:before {
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
	background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
	background-image: linear-gradient(to right, #fbbd61, #ec7532);
	border: 1px solid #fbbd61;
}


/*================================================
16 - DATE PICKER CSS
==================================================*/

.ui-datepicker {
	background-color: #000;
	border: 1px solid #000;
	border-radius: 4px;
	box-shadow: none;
	display: none;
	margin-top: 4px;
	padding: 0;
	width: 250px;
	color: #fff;
	z-index: 999 !important;
}

.ui-datepicker a,
.ui-datepicker a:hover {
	text-decoration: none;
}

.ui-datepicker a:hover,
.ui-datepicker td:hover a {
	color: #2A6496;
	-webkit-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}

.ui-datepicker .ui-datepicker-header {
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
	padding: 10px 12px;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	color: #fff;
	cursor: default;
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	height: 20px;
	line-height: 1;
	margin-top: 2px;
	width: 30px;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
	color: #fe7900;
}

.ui-datepicker .ui-datepicker-prev {
	float: left;
	text-align: left;
}

.ui-datepicker .ui-datepicker-next {
	float: right;
	text-align: right;
}

.ui-datepicker .ui-datepicker-prev:before {
	content: "\f053";
}

.ui-datepicker .ui-datepicker-next:before {
	content: "\f054";
}

.ui-datepicker .ui-icon {
	display: none;
}

.ui-datepicker .ui-datepicker-calendar {
	table-layout: fixed;
	width: 100%;
	border: none;
}

.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
	text-align: center;
	padding: 5px;
	border: none;
	text-transform: uppercase;
}

.ui-datepicker .ui-datepicker-calendar td {
	border-radius: 50%;
	-webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}

.ui-datepicker .ui-datepicker-calendar td:hover {
	background-color: #fe7900;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-calendar td:hover a {
	color: #fff;
}

.ui-datepicker .ui-datepicker-calendar td a {
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

.ui-datepicker .ui-datepicker-current-day {
	background-color: #fe7900;
}

.ui-datepicker .ui-datepicker-current-day a {
	color: #fff;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
	background-color: #fe7900;
	cursor: default;
}


/*================================================
17 - MOVIE LIST PAGE CSS
==================================================*/

.browse-option-box {
	padding: 15px;
	background: #f9f9f9 none repeat scroll 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.total-item-show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.total-item-show select {
	width: 45%;
	border: 1px solid #ddd;
	padding: 3px;
}

.sorter {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.total-item-show p {
	color: #444;
	text-transform: capitalize;
	font-size: 15px;
}

.sorter p {
	margin-right: 10px;
	padding: 3px 0
}

.single-movie-list {
	margin-top: 30px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #eee;
	background: #f9f9f9;
	border-radius: 5px;
}

.single-movie-list-right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.single-movie-list-left {
	margin-right: 20px;
}

.single-movie-list-left img {
	width: 100%
}

.single-movie-list-right h3 {
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.single-movie-list-right h3 a {
	color: #111;
}

.list-genre {
	color: #888
}

.single-movie-list .top-action {
	margin-right: 15px
}

.movie-list-info {
	margin-top: 20px;
}

.movie-list-info p {
	color: #888;
	font-weight: 400;
	text-transform: capitalize;
}

.movie-list-info p span {
	color: #111;
	margin-left: 3px
}

.single-movie-list-right>.movie-details-thumbs li {
	padding: 0 !important;
	width: auto !important;
	border: medium none !important;
	margin-right: 13px;
}


/*================================================
18 - MOVIE GRID CSS
==================================================*/

.movie-grid-layout {
	display: block;
}

.movie-grid-layout .single-movie-list-left {
	margin: 0
}

.movie-grid-layout .single-movie-list-left img {
	width: 100%
}

.movie-grid-layout .single-movie-list-right {
	padding: 15px;
}

.movie-grid-layout.full-grid .single-movie-list-right {
	padding: 10px;
}

.movie-grid-layout .single-movie-list-right .movie-list-info {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.movie-list-info .top-action {
	margin-right: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.list-info-left {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}


/*================================================
19 - MOVIE DETAILS CSS
==================================================*/

.details-banner-thumb {
	position: relative;
}

.details-banner-thumb img {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px
}

.details-banner-action {
	text-align: right;
	margin: 30px 0;
}

.details-banner-info h3 {
	font-size: 27px;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
}

.details-banner-info h3 span {
	position: absolute;
	font-size: 12px;
	margin-left: 10px;
	color: #eee;
}

.details-banner-info h3:after {
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	height: 3px;
	border-radius: 2px;
	background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
	background-image: linear-gradient(to right, #fbbd61, #ec7532);
	bottom: -8px;
}

.details-genre {
	color: #eee;
	text-transform: capitalize;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 1px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.details-time-left {
	color: #eee;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: .5px;
}

.details-time-left i {
	margin-right: 5px;
	color: #ec7532;
}

.movie-details-page-box>ul>li {
	margin-bottom: 3px;
	text-transform: uppercase;
	color: #111;
}

.movie-details-page-box>ul>li>span {
	width: 15%;
	display: inline-block;
	color: #555;
}

.movie-details-page-box>ul>li>small {
	color: #ec7532;
}

.movie-details-page-box ul li:last-child {
	color: #ec7532;
}

.tab-body p {
	margin: 0 0 10px
}

.tab-body p:last-child {
	margin: 0
}

.tablet-action {
	display: none
}

.tab-movies-details {
	padding-top: 20px;
	border-top: 1px solid #ddd;
}

.single-cast-slider {
	text-align: center;
}

.single-cast-slider img {
	border-radius: 50%;
	width: 100px !important;
	margin: 0 auto;
}

.cast-info {
	margin-top: 10px;
}

.cast-info p {
	color: #333;
	line-height: normal;
}

.cast-info p span {
	display: block;
	color: #777;
}

.cast-slider {
	margin-bottom: 50px;
}

.cast-slider .owl-nav.disabled {
	display: block !important;
	position: absolute;
	bottom: -45px;
	right: 0;
}

.cast-slider .owl-nav.disabled>button {
	color: #ec7532;
	width: 30px;
	height: 30px;
	border: 1px solid #ddd;
	margin: 0 3px;
	font-size: 17px;
}

.cast-slider .owl-nav.disabled>button:last-child {
	margin-right: 0
}

.single-reviews {
	margin-bottom: 30px;
	display: block;
}

.reviews-autor {
	display: block;
	position: relative;
	padding-left: 55px;
	margin-bottom: 15px;
	padding-right: 60px;
}

.reviews-avatar {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	border-radius: 50%;
}

.reviews-title {
	display: block !important;
	font-size: 16px;
	color: #333 !important;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 5px;
	width: 100% !important;
	text-transform: capitalize
}

.reviews-date {
	display: block;
	font-size: 13px;
	color: #777;
	font-weight: 300;
	line-height: 20px;
}

.reviews-date strong {
	color: #333;
}

.reviews-rating {
	position: absolute;
	right: 30px;
	top: 8px;
	line-height: 16px;
	display: inline-block !important;
	padding: 5px 10px;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
	background-image: linear-gradient(to right, #fbbd61, #ec7532);
	color: #fff !important;
	text-align: center;
	border: medium none;
	width: auto !important;
}

.reviews-text {
	display: block;
	margin: 0;
}

.reviews .form {
	width: 65%;
}

.form-item {
	margin-top: 10px;
}

.review_rating p {
	color: #111;
	text-transform: capitalize;
}

.reviews .form input {
	width: 100%;
	padding: 7px 10px;
	border: 1px solid #d1d1d1;
	border-radius: 5px;
}

.reviews .form textarea {
	width: 100%;
	padding: 7px 10px;
	border: 1px solid #d1d1d1;
	border-radius: 5px;
}

.reviews .form button {
	background: #ec7532;
	border: medium none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	padding: 10px 30px;
	text-transform: capitalize;
}

.form-item:last-child {
	overflow: hidden;
	width: 100%;
	display: block;
}

.review_rating {
	border: none;
	float: left;
	margin-bottom: 15px;
}

.review_rating>input {
	display: none;
}

.review_rating>label:before {
	margin: 5px;
	font-size: 1.25em;
	font-family: FontAwesome;
	display: inline-block;
	content: "\f005";
}

.review_rating>.half:before {
	content: "\f089";
	position: absolute;
}

.review_rating>label {
	color: #c2c2c2;
	float: right;
}

.review_rating>input:checked~label,
.review_rating:not(:checked)>label:hover,
.review_rating:not(:checked)>label:hover~label {
	color: #FFD700;
}

.review_rating>input:checked+label:hover,
.review_rating>input:checked~label:hover,
.review_rating>label:hover~input:checked~label,
.review_rating>input:checked~label:hover~label {
	color: #FFED85;
}


/*================================================
20 - CELEBRITY DETAILS CSS
==================================================*/

.tab-body table thead>tr:nth-of-type(2n+1) {
	background: #f4f4f4 none repeat scroll 0 0;
}

.tab-body .table th,
.table td {
	border-top: 0px solid #dee2e6;
	vertical-align: middle
}

.table th {
	color: #111;
	text-transform: capitalize;
}

.table td {
	padding: 7px;
	color: #333
}

.tab-body .table-striped tbody tr:nth-of-type(2n+1) {
	background: #f9f9f9 none repeat scroll 0 0 !important;
}

.tab-body table {
	margin-bottom: 0
}

.film-title {
	font-size: 15px;
	color: #111;
	text-transform: capitalize;
	margin-bottom: 5px
}

.film-title a {
	color: #111;
}

.film-release {
	color: #111;
}


/*================================================
21 - ABOUT PAGE CSS
==================================================*/

.filmoja-about-page-area {
	background: #f9f9f9 none repeat scroll 0 0;
}

.about-slider {
	width: 75%;
	margin: 0 auto;
}

.single-about-slider img {
	border-radius: 5px
}

.about-slider .owl-nav>button.owl-prev {
	background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
	background-image: linear-gradient(to right, #fbbd61, #ec7532);
	color: #fff;
	width: 40px;
	height: 40px;
	border: medium none;
	margin: 0 3px;
	font-size: 17px;
	position: absolute;
	left: -8%;
	top: 45%;
	border-radius: 50%;
}

.about-slider .owl-nav>button.owl-next {
	background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
	background-image: linear-gradient(to right, #fbbd61, #ec7532);
	color: #fff;
	width: 40px;
	height: 40px;
	border: medium none;
	margin: 0 3px;
	font-size: 17px;
	position: absolute;
	right: -8%;
	top: 45%;
	border-radius: 50%;
}

.about-page-text {
	width: 70%;
	text-align: center;
	margin: 30px auto 0;
}

.about-page-text h3 {
	font-size: 35px;
	color: #101010;
	text-transform: capitalize;
	line-height: 30px;
	position: relative;
	font-weight: 500;
	margin-bottom: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 1px;
}

.about-page-text h3:after {
	position: absolute;
	content: "";
	bottom: -15px;
	left: 42%;
	width: 18%;
	height: 4px;
	border-radius: 2px;
	background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
	background-image: linear-gradient(to right, #fbbd61, #ec7532);
}

.banner-form-login-content{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
	padding: 10px;
	display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 20px;
    color: #fff;
}
.btn-banner-login{
	line-height: 45px;
	padding: 5px;
	font-size: 20px;
	text-transform: uppercase;
	background: #fff;
	text-align: center;
	width: 280px;
	max-width: 100%;
	margin: auto;
	color: #000;
	font-family: 'Poppins-Bold';
}
.btn-banner-register{
    max-width: 80%;
    margin: 0 auto -10px;
}

@media(max-width: 480px)
{
	.btn-banner-login{
		width: 230px;
		line-height: 30px;
	}
	.btn-banner-register{
	    max-width: 80%;
	    margin: 0 auto 0;
	}
}
/*================================================
22 - FEATURES CSS
==================================================*/

.features_box {
	padding-top: 5px;
	background-color: #f5f5f5;
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	box-sizing: border-box;
	margin-top: 30px
}

.features_box ul.features_box_list>li {
	margin: 0px;
	float: left;
	box-sizing: border-box;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	width: 33.33%;
	height: auto
}

.features_box ul.features_box_list>li .inner {
	width: 100%;
	height: 100%;
	clear: both;
	float: left;
	position: relative;
	background-color: #f5f5f5;
	padding: 50px;
	box-sizing: border-box;
}

.features_box ul.features_box_list>li .inner:before {
	position: absolute;
	content: "";
	width: 1px;
	height: auto;
	background-color: #e5e5e5;
	top: 50px;
	bottom: 55px;
	right: 0px;
}

.features_box ul.features_box_list>li:last-child .inner:before {
	display: none
}

.features_icon {
	font-size: 40px;
	margin-bottom: 20px;
	color: #B3BAC5;
}

.features_title h3 {
	font-size: 22px;
	color: #333;
	text-transform: capitalize;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
}

.features_title h3 a {
	color: #333
}

.features_title h3 a:hover {
	color: #ec7532
}


/*================================================
23 - PARTNER CSS
==================================================*/

.single-partners img {
	opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.single-partners img:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/*================================================
24 - PRICING CSS
==================================================*/

.filmoja-pricing-area {
	/*background: #f9f9f9 none repeat scroll 0 0;*/
}

.pricing-heading {
	width: 75%;
	text-align: center;
	margin: 0 auto 30px;
}

.pricing-heading h3 {
	font-size: 26px;
	color: #051441;
	text-transform: capitalize;
	line-height: 39px;
	margin-bottom: 30px;
	letter-spacing: 1px;
}

.single-pricing-box {
	/*background: #fff none repeat scroll 0 0;*/
	/*background: linear-gradient(180deg, #0057A7 0%, #001427 100%);*/

	border-radius: 5px;
	text-align: center;
	/*box-shadow: 0 0px 10px rgba(0, 0, 0, .1);*/
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	margin-top: 30px
}

.pricing-head {
	position: relative;
	/*padding: 50px 10px;*/
	background: #1E1558 none repeat scroll 0 0;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: -30px;
}

.pricing-box-1 .pricing-head{
	background: #0065BD;
}

.pricing-box-2 .pricing-head{
	background: #00800C;
}
.pricing-box-3 .pricing-head{
	background: #7C541A;
}
.pricing-box-4 .pricing-head{
	background: #920303;
}

.price {
	color: #eee;
	text-transform: capitalize;
	font-size: 22px;
	/*font-family: 'Roboto Condensed', sans-serif;*/
	letter-spacing: 2px;
	font-weight: 400;
}

.pricing-head h2 {
	color: #fff;
	font-weight: 600;
	font-size: 50px;
	margin-top: 20px;
	display: inline-block;
	position: relative;
}

.pricing-head h2 small {
	font-size: 20px;
	position: absolute;
	left: -20px;
}

.pricing-body {
	padding: 50px 10px 10px;
	border-radius: 12px;
}
.single-pricing-box.active .pricing-body{
	box-shadow: 0 0px 10px rgb(242 228 119);
}
.pricing-box-1 .pricing-body{
	background: linear-gradient(180deg, #0057A7 0%, #001427 100%);
}

.pricing-box-2 .pricing-body{
	background: linear-gradient(180deg, #00A210 0%, #094300 100%);
}
.pricing-box-3 .pricing-body{
	background: linear-gradient(180deg, #D5A52C 0%, #663E0A 100%);

}
.pricing-box-4 .pricing-body{
	background: linear-gradient(180deg, #af0f0f 0%, #2e0000 100%);
}

.pricing-body ul li {
	display: block;
	color: #111;
	margin: 10px 0;
	font-family: 'Poppins-Bold';
}
.pricing-body ul li h3{
	font-size: 24px;
	color: #fff;
}
.pricing-body ul li h3 span{
	font-size: 16px;
	color: #fff;
}

.price-action {
	margin-bottom: 10px;
	margin-top: 15px;
}

.price-action a {
	color: #000;
	font-family: 'Poppins-Bold';
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	padding: 8px 40px;
	text-transform: capitalize;
	letter-spacing: 2px;
	border-radius: 25px;
	margin-top: 5px;
	-webkit-transition: all 0.0s ease 0s;
	transition: all 0.0s ease 0s;
	background: #1E1558 none repeat scroll 0 0;
}

.hot {
	position: absolute;
	display: inline-block;
	padding: 5px;
	width: 40%;
	color: #333;
	text-transform: capitalize;
	background: #fff;
	right: -45px;
	top: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.single-pricing-box.active .pricing-head {

}

.single-pricing-box.active .pricing-head .hot {
	color: #ec7532
}

.single-pricing-box.active .price-action a {
	background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
	background-image: linear-gradient(to right, #fbbd61, #ec7532);
}


/*================================================
25 - AUTHENTICATION CSS
==================================================*/

.auth-box-left h3,
.auth-box-right h3 {
	font-size: 23px;
	color: #111;
	text-transform: capitalize;
	line-height: 30px;
}

.login-box h4 {
	font-size: 17px;
	color: #333;
	text-transform: capitalize;
	line-height: 30px;
	margin-bottom: 15px
}

.login-box {
	padding: 30px;
	border: 1px solid #ddd;
	margin-top: 20px;
	height: 290px
}

.login-box label {
	color: #111;
	text-transform: capitalize;
}

.login-box form input {
	width: 100%;
	display: block;
	border: 1px solid #ddd;
	padding: 7px 10px;
	margin-top: 2px;
}

.login-box form button {
	background: #ec7532 none repeat scroll 0 0;
	border: medium none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	padding: 10px 30px;
	text-transform: capitalize;
}

.auth-box-left .login-box p {
	margin-top: 20px;
}

.auth-box-left .login-box .row:first-child p,
.auth-box-left .login-box form>p:first-child {
	margin-top: 0px;
}

.auth-box-right .login-box p {
	line-height: 25px;
}

.login-box a {
	background: #ec7532 none repeat scroll 0 0;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	padding: 10px 30px;
	margin-top: 20px;
	text-transform: capitalize;
}


/*================================================
26 - ERROR PAGE CSS
==================================================*/

.notfound-box {
	text-align: center;
}

.notfound-box h1 {
	font-size: 150px;
	color: #333;
}

.notfound-box h1 span {
	color: #ec7532;
	margin: 0 5px;
}

.notfound-box h3 {
	font-size: 20px;
	color: #333;
	text-transform: capitalize;
	margin-top: 20px;
}

.notfound-box a {
	margin-top: 40px
}

.notfound-box a {
	border: 1px solid #ddd;
	color: #111;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	position: relative;
	z-index: 9;
	display: inline-block;
	padding: 10px 20px;
	text-transform: capitalize;
	letter-spacing: 2px;
	border-radius: 25px;
	-webkit-transition: all 0.0s ease 0s;
	transition: all 0.0s ease 0s;
}

.notfound-box a:hover {
	background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
	background-image: linear-gradient(to right, #fbbd61, #ec7532);
	color: #fff
}

.notfound-box form {
	position: relative;
	width: 45%;
	margin: 30px auto 0;
	background: #eaeaea none repeat scroll 0 0;
	height: 40px;
	border-radius: 20px;
}

.notfound-box form input {
	background: transparent none repeat scroll 0 0;
	position: absolute;
	left: -2px;
	top: 0;
	border-radius: 20px;
	border: medium none;
	height: 100%;
	color: #111;
	font-size: 14px;
	width: 100%;
	padding: 5px 120px 5px 20px;
}

.notfound-box form button {
	background-image: -webkit-linear-gradient(left, #fbbd61, #ec7532);
	background-image: linear-gradient(to right, #fbbd61, #ec7532);
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	position: absolute;
	right: -2px;
	border: medium none;
	border-radius: 0 20px 20px 0;
	height: 100%;
	letter-spacing: 2px;
	top: 0;
	width: auto;
	padding: 5px 20px;
	cursor: pointer;
}


/*================================================
27 - CONTACT PAGE CSS
==================================================*/

.support-box {
	padding: 35px 40px;
	background: #1E1558 none repeat scroll 0 0;
	border-radius: 5px;
	box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.support-icon {
	font-size: 50px;
	margin-right: 20px;
	color: #fff;
}

.support-text h3 {
	font-size: 26px;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

.support-text a {
	background: #ec7532 none repeat scroll 0 0;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	padding: 7px 20px;
	margin-top: 0;
	text-transform: capitalize;
}

.single-contact-info {
	margin-top: 20px;
}

.single-contact-info p {
	text-transform: capitalize;
}

.single-contact-info h4 {
	font-size: 16px;
	color: #111;
	text-transform: capitalize;
	line-height: normal;
	letter-spacing: 1px;
}

.single-contact-info ul li {
	display: inline-block;
	margin: 0 10px 0 0;
}

.single-contact-info ul li a {
	display: block;
	color: #333;
	font-size: 18px;
}

.single-contact-info ul li a:hover {
	color: #ec7532
}

.single-contact-info ul {
	margin-top: 5px
}

.contact-box-right h3 {
	font-size: 25px;
	color: #111;
	text-transform: capitalize;
	line-height: 30px;
}

.contact-box-right form {
	padding: 30px;
	border: 1px solid #ddd;
	margin-top: 20px;
}

.contact-box-right form input {
	width: 100%;
	display: block;
	border: 1px solid #ddd;
	padding: 7px 10px;
}

.contact-box-right form textarea {
	width: 100%;
	display: block;
	border: 1px solid #ddd;
	padding: 7px 10px;
	height: 120px
}

.contact-box-right form p {
	margin-top: 10px
}

.contact-box-right form p:first-child {
	margin-top: 0px
}

.contact-box-right form button {
	background: #ec7532 none repeat scroll 0 0;
	border: medium none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	padding: 10px 30px;
	text-transform: capitalize;
}


/*company-name*/
.company-name{
	background: url('/upload/images/content/bg-company.png') no-repeat top 75px center;
}
.company-name h1{
	font-family: 'Poppins-Bold';
	font-size: 72px;
	line-height: 74px;
	color: #FFFFFF;
	letter-spacing: 0.05em;
}

@media(max-width: 768px){
	.company-name{
		padding: 0 30px;
		background: url('/upload/images/content/bg-company.png') no-repeat top 80px center;
		background-size: 100% auto;
	}
}
@media (max-width: 480px)
{
	.company-name {
	    background: url(/upload/images/content/bg-company.png) no-repeat top 44px center;
	    background-size: 100% auto;
	}
}
/*company-name*/

/*filter top*/
.filter-top-content select{
	background: unset;
	color: #fff;
	border: 1px solid #C8A125;
	position: relative;
	z-index: 9;
	min-width: 200px;
	border-radius: 8px;
}
.filter-top-content select:focus{
	border-color: #C8A125;
}
.box-linear-gradient{
	position: relative;
}
/*.box-linear-gradient::before {
	z-index: 1;
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px; 
  padding: 1px; 
  background:linear-gradient(to bottom,#C8A125,#6e694d); 
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude; 
}*/

.filter-top-content .form-control{
	width: auto;
}
.filter-top-content .form-control:focus{
	box-shadow: unset;
	color: #ffffff;
    background-color: #2e2e2e;
}

.filter-top-content >div{
	/*flex: 0 0 auto;*/

}
.filter-title{
	white-space: nowrap;
	color: #fff;
	font-size: 20px;
	display: flex;
	align-items: center;
}

.filter-top-content .filter-right select{
	border: 0;
	height: auto!important;
	min-width: 170px;
	margin-top: -5px;
}

@media(max-width: 768px)
{
	.filter-top-content select{
		min-width: 180px;
	}
}
/*filter top*/

.page-title{
	position: relative;
}

.page-title h2{
	font-family: 'Poppins-Bold';
/*	font-size: 26px;*/
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
}

.page-title h2 a{
	color: #fff;
}

.title_view_more{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.view_more_bottom .title_view_more{
	position: relative;
	top: unset;
	right: unset;
	transform: unset;
	margin: auto;
	display: inline-block;
}

@media(max-width: 768px)
{
	.page-title h2{
		font-size: 22px;
		padding-right: 0;
		margin-top: 9px;
	}
	.page-title .title_view_more{
		display: none;
	}

	.page-title.page-title-light.page-title-icon-mobile h2{
		background: url('/images/icon-play.png') no-repeat top left;
		background-size: auto 100%;
		padding-left: 40px;
		color: #fff;
	}
	.page-title.page-title-icon h2:before{
		display: none;
	}
	.page-title.page-title-icon-mobile h2 a{
		color: #fff;
	}

	.hethong-title{
		font-family: 'Poppins-Bold';
		font-size: 18px;
		text-shadow: 1px 1px 5px #f3e37b;
	}

	.title_view_more img{
		height: 32px !important;
	}
}
/*track new*/
.page-track-content{
	background: #4C4C4C;
}
.bg-black{
	background-color: #010101 !important;
}
.track-new-title{
	font-family: 'Poppins-Bold';
	font-size: 22px;
	text-transform: uppercase;
}
.track-new-title span{
	font-size: 26px;
}

.owl-nav-custom .owl-nav>button.owl-next,
.owl-nav-custom .owl-nav>button.owl-prev{
	position: absolute;
	top: 45%;
	border-radius: 50%;
	font-size: 30px;
	color: #fff;
	width: 40px;
	height: 40px;
	border: medium none;
	margin: 0 3px;
	background-image: -webkit-linear-gradient(to right, #f2e477, #af7021);
	background-image: linear-gradient(to right, #f2e477, #af7021);
	transition: all 0.3s;
	opacity: 0;
}
.owl-nav-custom .owl-nav>button.owl-prev {
	left: -10px;
	padding-right: 4px !important;
}
.owl-nav-custom .owl-nav>button.owl-next {
	right: -10px;
	padding-left: 4px !important;
}
.owl-nav-custom:hover .owl-nav>button.owl-next,
.owl-nav-custom:hover .owl-nav>button.owl-prev{
	opacity: 1;
}

@media(max-width: 768px)
{
	.owl-nav-custom .owl-nav>button.owl-next{
		right: 0;
	}
	.owl-nav-custom .owl-nav>button.owl-prev{
		left: 0;
	}
}
/*track new*/

/*customer box*/
.customer-bg{
	background: #241B5A;
}

.customer-box h3{
	font-family: 'Poppins-Bold';
}
.customer-box{
	letter-spacing: normal;
	/*margin-top: 20px;*/
	padding: 15px;
	
}
.customer-box .customer-title{
	color: #FFFDFF;
	font-size: 24px;
	font-family: 'Poppins-Bold';
	text-shadow: 0 0 0.5em #F45BF8, 0 0 0.5em #F45BF8, 0 0 0.5em #F45BF8;
}

.customer-box .img-thumbnail{
	width: 6.375rem;
}

.customer-vip-icon{

	background: url('../images/beat-line.png') no-repeat center center;
	background-size: contain;
}
.customer-vip-icon a{
	color: #FFFDFF;
	text-shadow: 0 0 0.2em #F45BF8, 0 0 0.2em #F45BF8, 0 0 0.2em #F45BF8;
	line-height: 20px;
}

.customer-bottom{
	background: #1E1647;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
}
.customer-bottom h3{
	color: #9B8DFE;
}
.customer-bottom .btn-primary{
	background-color: #9B8DFE;
	border-color: #9B8DFE;
}
/*customer box*/

/*list-sidebar*/
.list-sidebar .customer-box{
	padding: 7px;
}
.list-sidebar .customer-box .img-thumbnail{
	width: 50px;
}
.list-sidebar .customer-box .customer-title{
	font-size: 14px;
	letter-spacing: unset;
}
.list-sidebar .customer-box .customer-title-type{
	font-size: 10px;
	display: block;
	line-height: 14px;
	margin-top: 5px;
}
.list-sidebar .customer-vip-icon a{
	display: block;
	font-size: 10px;
	line-height: 14px;
}
.list-sidebar .customer-bottom {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0;
}
.list-sidebar .customer-bottom h3{
	font-size: 16px;
}
.list-sidebar .customer-bottom a{
	font-size: 13px;
}
.list-sidebar .customer-box .row{
	margin-left: -7px;
	margin-right: -7px;
}
.list-sidebar .customer-box .row>[class*="col-"]{
	padding-left: 7px;
	padding-right: 7px;
}
/*list-sidebar*/

/*TRACK SINGLE*/
.track-info-content{
	background: #181818;
	display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.track-info-title h3{
	font-size: 24px;
}

.track-description{
	background: linear-gradient(180deg, #323232 0%, #474747 100%);
	flex: 1;
}
.track-info-top{
	padding: 30px;
}

.track-info-description{
	opacity: 0.7;
	font-size: 12px;
	overflow-y: auto;
/*	max-height: 331px;*/
}

.track-description::-webkit-scrollbar ,
.track-info-content::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
  cursor: pointer;
  /*display: none;*/
}

.track-description:hover::-webkit-scrollbar ,
.track-info-content:hover::-webkit-scrollbar {
    /*display: block;*/
}

/* Track */
.track-description::-webkit-scrollbar-track ,
.track-info-content::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 5px;
}
 
/* Handle */
.track-description::-webkit-scrollbar-thumb ,
.track-info-content::-webkit-scrollbar-thumb {
  background: #c1c1c1; 
  border-radius: 5px;
}


/*#track-info-description::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 8px;
	background-color: #F5F5F5;
}

#track-info-description::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

#track-info-description::-webkit-scrollbar-thumb
{
	border-radius: 8px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}*/

.track-info-description p{
	color: #fff;
}
.track-info-description a{
	color: var(--c-main);
}

.track-comment-top{
	background: linear-gradient(89.9deg, #323232 0.06%, #474747 169.71%);
	font-size: 16px;
}
.track-comment-top a{
	background: #5C5C5C;
	padding: 2px 15px;
	color: #fff;
	border-radius: 8px;
	font-size: 14px;
	display: inline-block;
	flex: 1;
}
.track-comment-top >div{
	flex: 1;
	display: inline-block;
	padding: 2px 15px;
	background: #5C5C5C;
	border-radius: 8px;
}
.track-comment-top input{
	background: unset;
	border: 0;
	font-size: 14px;
}
.track-comment-top .form-control:focus{
	background: unset;
	box-shadow: unset;
	outline: unset;
	color: #fff;
}

.track-same{
	min-width: 354px;
	max-width: 100%;
}

.track-same-content{
	display: flex;
	flex-direction: column;
}
.track-same-list{
	flex: 1;
	position: relative;
}
.track-same-list-content{
	height: 100%;
	overflow-y: auto;
	margin-bottom: 42px;
}
.track-comment-footer{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;

}

.track-same .page-title h2{
	font-size: 22px;
}
.track-same-item{
	background: #181818;
	max-width: 338px;
	position: relative;
}

.track-same-item .img{
	flex:  0 0 80px;
	position: relative;
}
.track-same-item.active .img:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background: url('../images/sound-wave.gif') no-repeat center center;
	background-size: contain;
}


.track-same-item a{
	font-size: 16px;
	color: var(--c-main);
}

.track-comment-footer{
	background: #2A2A2A;
	font-size: 16px;
}
.track-comment-footer a{
	color: #fff;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.track-comment-footer a i{
	color: #C9934B;
  font-size: 30px;
  margin-left: 10px;
  margin-top: -5px;
}

.track-same-more.disabled {
	opacity: .5;
}

@media(min-width: 1200px)
{
	.track-info-content{
		/*overflow-y: auto;
  	max-height: 647px;*/
	}
	.track-description{
		overflow-y: auto;
		max-height: 498px;
	}
}
/*TRACK SINGLE*/

/*comment*/
.comment-item h6{
	font-size: 14px;
	font-family: 'Poppins-Regular';
}

.comment-item a{
	color: #fff;
	font-size: 13px;
}
.comment-item-text{
	font-size: 13px;
  	line-height: 19px;
  	font-family: 'Poppins-Regular';
}

.fs-ms{
	font-size: 13px;
}
/*comment*/

/*list-pay-type*/
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #d0a02a;
}
.list-group-item.list-pay-item{
	background: #1f1f1f;
	color: #fff;
}
.list-pay-item img{
    width: 70px;
}

.banklist label{
  flex: 0 0 20%;
  padding: 3px;
  
}
.banklist .img {
  border: 1px solid #ccc;
  background: #fff;
  height: 100%;

}
.banklist img {
    max-width: 100%;
    max-height: 100%;

}
.banklist input[type="radio"]:checked+.img,
.banklist .img:hover {
    border-color: #f4e27b;
    -webkit-box-shadow: 2px 2px 2px 0 rgb(0 102 153);
    -moz-box-shadow: 2px 2px 2px 0 rgba(0,102,153,1);
    box-shadow: 2px 2px 2px 0 rgb(178 118 39);
    cursor: pointer;
}

.banklist.banklist-visa label{
    display: flex;
    /*justify-content: center;*/
}
.banklist.banklist-visa img{
    width: auto;
    height: 38px;
}

@media(max-width: 580px){
    .banklist label{
        width: 33%;
        padding: 3px 6px;
    }
    .banklist.banklist-visa img {
        object-fit: cover;
    }
}
/*list-pay-type*/

/*content loading*/
.mh-100{
    min-height: 100px !important;
}
.list-content-loading {
  background: rgba(0, 0, 0, .3);
  border-radius: 3px;
  bottom: 0;
  display: none;
  left: 0;
  /*margin: -15px;*/
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1021;
}

.half-circle-spinner {
  border-radius: 100%;
  height: 60px;
  margin: 20px auto;
  position: relative;
  width: 60px
}

.half-circle-spinner,
.half-circle-spinner * {
  box-sizing: border-box
}

.half-circle-spinner .circle {
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%
}

.half-circle-spinner .circle.circle-1 {
  -webkit-animation: half-circle-spinner-animation 1s infinite;
  animation: half-circle-spinner-animation 1s infinite;
  border-top-color: var(--color-primary)
}

.half-circle-spinner .circle.circle-2 {
  -webkit-animation: half-circle-spinner-animation 1s infinite alternate;
  animation: half-circle-spinner-animation 1s infinite alternate;
  border-bottom-color: var(--color-primary)
}

@-webkit-keyframes half-circle-spinner-animation {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}

@keyframes half-circle-spinner-animation {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}

.list-content-loading .half-circle-spinner .circle.circle-1 {
  border-top-color: #fff
}

.list-content-loading .half-circle-spinner .circle.circle-2 {
  border-bottom-color: #fff
}

.list-content-loading .half-circle-spinner {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.list-content-loading .half-circle-spinner .circle {
  border: 5px solid transparent
}

@media screen and (max-width:768px) {
  .list-content-loading {
    top: 15px
  }
}


@-webkit-keyframes button-loading-spinner {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}

@keyframes button-loading-spinner {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}
/*content loading*/

/*user-box-home*/
.usesr-bg{
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	background: url(../images/bg-user-hoavan.png) no-repeat center;
	background-size: 100% 100%;

}
.user-box-home{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.user-box-home .avatar{
	flex: 0 0 100px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.user-box-home .avatar:before{
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	position: relative;
	z-index: 9;
	border: 4px solid #a3e5ff;
	border-radius: 50%;
}
.user-box-home.vip3 .avatar:before{
	border: 4px solid #65fe36;
}
.user-box-home.vip6 .avatar:before{
	border: 4px solid #faff68;
}
.user-box-home.vip12 .avatar:before{
	border: 0;
	background: url('../images/avatar-border-vip12.png') no-repeat center center;
	background-size: 100% 100%;
}

.user-box-home .avatar:after{
	content: "";
	position: absolute;
	bottom: -2px;
	right: -7px;
	width: 35px;
	height: 35px;
	z-index: 12;

}
.user-box-home.vip1 .avatar:after{
	background: url('../images/vuong-mien-vip1.png') no-repeat center center;
	background-size: contain;
}
.user-box-home.vip3 .avatar:after{
	background: url('../images/vuong-mien-vip3.png') no-repeat center center;
	background-size: contain;
}
.user-box-home.vip6 .avatar:after{
	background: url('../images/vuong-mien-vip6.png') no-repeat center center;
	background-size: contain;
}
.user-box-home.vip12 .avatar:after{
	background: url('../images/vuong-mien-vip12.png') no-repeat center center;
	background-size: contain;
}

.user-box-home .avatar div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	z-index: 10;
	border-radius: 50%;
	overflow: hidden;
	border: 4px solid transparent;
}
}.user-box-home .avatar div img
{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.user-box-home .user-info{
	flex: 0 0 60%;
	padding: 10px;
}
.user-btn {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	display: inline-block;
	height: 30px;
	width: 150px;
	max-width: 100%;
	margin: auto;
	/*background: url('../images/button-image-bg.png') no-repeat center center;*/
	/*background-size: contain;*/
	background: #0058eb;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Poppins-SemiBold';
	font-size: 12px;
	border-radius: 20px;
	padding-top: 3px;
}
.user-btn:hover{
	color: #fff;
}

.user-box-home.vip3 .user-btn{
	background: #029004;
}
.user-box-home.vip6 .user-btn{
	background: #c28f12;
}
.user-box-home.vip12 .user-btn{
	background: #e80808;
}

.user-box-home .user-info-title{
	color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 5px;
    overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 100px;
}

.user-box-home .user-info h5{
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'Poppins-SemiBold';
}

.list-sidebar .user-box-home{
	padding: 5px;
}
.list-sidebar .user-info-left{
	width: 80px;
	text-align: center;
}
.list-sidebar .user-box-home .avatar{
	flex: 0 0 50px;
	width: 50px;
	margin: auto;
}
.list-sidebar .user-box-home .avatar:before{
    width: 100%;
    height: 50px;
}
.list-sidebar .user-box-home .user-info{
	flex: 1;
	font-size: 12px;
	padding: 0;
}
.list-sidebar .user-box-home .user-info-title{
	font-size: 13px;
	width: 80px;
}
.list-sidebar .user-box-home .user-info h5{
	font-size: 13px;
}
/*user-box-home*/

.modal-content{
	background-color: #3b3b3b;
}
.modal-content .modal-title{
	color: #fff;
}


/*audio-area*/
.audio-loader {
	position: relative;
	min-height: 200px;
}

.audio-area  {
  max-height: 500px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.audio-area.slick-initialized{
  max-height: unset;
  overflow: unset;
  opacity: 1;
}

.slick-dotted.slick-slider{
	margin-bottom: 0;
}
.audio-area .slick-track {
	margin: unset;
}
.audio-area .slick-prev, .audio-area .slick-next{
	top: -25px;
	transform: unset;
}
.audio-area .slick-prev {
    right: 50px;
    left: unset;
}
.audio-area .slick-next {
    right: 180px;
}
.audio-area .slick-dots {
    top: -25px;
    bottom: unset;
    right: 200px;
    width: auto;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.audio-area .slick-dots li,
.audio-area .slick-dots li button{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
}
.audio-area .slick-dots li button:before{
	color: #fff;
	width: 12px;
	height: 12px;
	font-size: 12px;
	line-height: 12px;
	opacity: 0.6;
	display: none;
}
.audio-area .slick-dots li:hover button,
.audio-area .slick-dots li.slick-active button{
/*	color: #C8A125;*/
	opacity: 1;
	background: #C8A125;
}
.slick-prev:before, .slick-next:before{
	font-family: FontAwesome;
}
.slick-prev:before {
    content: "\f104";
}
.slick-next:before {
    content: "\f105";
}

@media(max-width: 768px)
{
	.slick-dotted.slick-slider{
		padding-bottom: 30px;
	}
	.audio-area .slick-prev, .audio-area .slick-next,
	.audio-area .slick-dots{
		top: unset;
		bottom: 0;
	}
	.audio-area .slick-next{
		right: 0;
	}
	.audio-area .slick-dots{
		right: 50%;
    transform: translateX(50%);
    bottom: 4px;
	}
	.slick-prev, .slick-next{
		width: 30px;
		height: 30px;
	}
	.slick-prev:before, .slick-next:before{
		font-size: 30px;
	}
	.audio-area .slick-dots li, .audio-area .slick-dots li button{
		width: 12px;
		height: 12px;
	}
	.audio-area .slick-dots li button:before{
		display: none;
		/*width: 20px;
		height: 20px;
		font-size: 20px;*/
	}
}
/*audio-area*/

/*package-list*/
.package-top{
	background: url('../images/page-vip-bg.jpg') no-repeat;
	background-size: 100% 100%;
}
.package-banner{
	position: relative;
	z-index: 1;
}
.package-content{
	background: rgba(0, 0, 0, 0.5);
	border-radius: 30px;
	position: relative;
	z-index: 9;
	margin-top: -120px;

}
.package-list{
	display: flex;
}
.package-list .package-item{
	flex: 1;
	padding: 10px;
	position: relative;
}
.package-item .img img{
	border: 1px solid #78acff;
    border-radius: 27px;
}
.vip3.package-item .img img{
	border-color: #71ff74;
}
.vip6.package-item .img img{
	border-color: #f0ff4c;
}
.vip12.package-item .img img{
	border-color: #ff313c;
}

.package-list .package-body{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	display: flex;
	flex-direction: column;
}
.item-body{
	flex: 1;
	position: relative;
}
.package-title{
	text-transform: uppercase;
	color: #0058eb;
	font-size: 24px;
	font-family: 'SVN-Arial-2-bold';
	position: relative;
	padding-bottom: 50px;
}
.package-title span{
	display: inline-block;
	position: relative;
}
.package-title span:after{
	content: "";
	left: 10%;
	bottom: -20px;
	width: 80%;
	height: 2px;
	background: #0058eb;
	display: block;
	position: absolute;
}
.package-price{
	font-size: 38px;
	font-family: 'SVN-Avo-bold';
	display: flex;
	justify-content: center;
	color: #000;
}
.package-price > div{
	flex: 0;
	text-align: right;
}
.package-price .text-big{
	font-size: 78px;
	padding-right: 5px;
	line-height: 50px;
    height: 62px;
}
.package-price span{
	display: block;
	margin-bottom: 7px;
}
.package-price span:last-child{
	font-size: 25px;
	margin-bottom: 0;
}

.package-action{
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}
.package-action .btn-main {
	display: inline-block;
	line-height: 40px;
	border-radius: 20px;
	height: 42px;
	width: 200px;
	max-width: 100%;
	text-align: center;
	background: #0058eb !important;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'SVN-Arial-2-bold';
}
.vip3 .package-action .btn-main {
	background: #029004 !important;
}
.vip6 .package-action .btn-main {
	background: #c28f12 !important;
}
.vip12 .package-action .btn-main {
	background: #ec000c !important;
}
.package-action .btn-main:hover {
	color: #fff !important;
}

.package-bottom-banner{
	position: relative;
	border-radius: 42px;
	overflow: hidden;
}
.package-bottom-banner .package-bottom-content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 30px 200px;
	color: #fff;
	font-family: 'SVN-Arial-2-bold';
	font-size: 26px;
	line-height: 32px;
}

@media(max-width: 1440px){
	.package-content{
		margin-top: -100px;
	}
}

@media(max-width: 1200px)
{
	.package-content .container,
	.package-bottom .container{
		width: 100%;
		max-width: unset;
	}
	.package-price .text-big{
		font-size: 70px;
	}
	.package-price{
		font-size: 30px;
	}
	.package-price span{
		margin-bottom: 3px;
	}
}

@media(max-width: 990px)
{
	.package-title{
		font-size: 20px;
		padding-bottom: 30px;
	}
	.package-title span:after{
		bottom: -10px;
	}
	.package-price .text-big{
		font-size: 50px;
	}
	.package-price{
		font-size: 24px;
	}
	.package-price span:last-child{
		font-size: 22px;
	}
	.package-action{
		bottom: 0;
	}

	.package-bottom-banner .package-bottom-content{
		padding: 30px 100px;
	}
}

@media(max-width: 865px)
{
	.package-list {
	    flex-wrap: wrap;
	}
	.package-list .package-item{
		flex: 1 1 50%;
	}

	.package-content{
		margin-top: 20px;
	}

	.package-banner .filmoja-main-slide{
		height: auto;
	}
}

@media(max-width: 768px)
{
	.package-bottom-banner .package-bottom-content{
		padding: 10px 50px;
		font-size: 16px;
    	line-height: 23px;
	}

	.package-list .package-item{
		padding: 5px;
	}

	.package-list .package-body{
		padding: 20px;
	}
	.package-list .package-body .item-head img{
		width: 60px;
	}

	.package-title{
		font-size: 18px;
	}

	.package-price > div{
		line-height: 1;
	}
	.package-price .text-big{
		font-size: 40px;
		line-height: 38px;
	}
}

@media(max-width: 580px)
{
	.package-bottom-banner .package-bottom-content {
	    padding: 10px 20px;
	    font-size: 14px;
	    line-height: 18px;
	}
	.package-bottom-banner{
		border-radius: 12px;
	}
}
/*package-list*/

/*ban_wide*/
.ban_wide{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: 0;
}
.ban_wide + .ban_wide{
    right: 0;
    left: unset;
}

.user-page .ban_wide{
    display: none !important;
}

.min-height-600{
    min-height: 600px !important;
}

@media(max-width: 1000px){
    .ban_wide{
        display: none;
    }
}
/*ban_wide*/

/*section-single*/
@media(max-width: 768px)
{
	.section-single .title_view_more{
		display: none;
	}
}
/*section-single*/
.banner_image {
	overflow: hidden;
}
.banner_image p{
	margin-bottom: 0;
}

/*az bot chat*/
.az-box-chat{
    color: var(--c-main);
  position: fixed;bottom: 10px;right: 5px;z-index: 100;
}
.az-box-chat a{
  width: 44px;display: block;
}
.az-box-chat .azitem 
{
	width: 80px;
	min-height: 40px;
	font-size: 14px;
	line-height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
/*    display: none;*/
}
.az-box-chat .azitem svg{width: 100%;}
.back-to-top,
.az-box-chat .azitem{margin-bottom: 10px;position: relative;}
.az-box-chat .azitem:hover span{display: block;}
.az-box-chat .azitem span{
  position: absolute;display: none;
    top: 9px;
    right: 110%;
    white-space: nowrap;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    background: rgba(0, 0, 0, 0.7);
    padding: 7px 10px;
    border-radius: 5px;
}
.az-box-chat .azitem span:before{
  content: "";
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent   transparent transparent rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 100%;
    top: 10px;
    bottom: 0;
}
.az-box-chat a.back-to-top{
    display: flex;
}

.az-box-chat {
			display: flex;
			background: #212121;
			padding: 8px;
			border-radius: 5px;
			right: 20px;
		}
    .az-box-chat .azitem{
	    display: block;
	    margin-bottom: 0;
	    width: auto;
	    height: auto;
	    min-height: unset;
	    padding: 0 5px;
	}
@media (max-width: 768px) {
		

  .az-box-chat .azitem{
/*    display: inline-block;  margin-left: 7px;  */
    }
/*  .az-box-chat .azitem a{width: 40px;}*/
  .az-box-chat .azitem span{display: none !important}
}
/*az bot chat*/