﻿.head{ width:100%; height:105px; margin:0px auto; 
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    padding: 0px 50px; background:#fff;
    z-index: 1;
}
.logo{width:39%;height:105px; float:left;background:url(../sximg/logo.jpg) no-repeat 
}



.tel{width:5%;height:105px; float:right; line-height:110px; font-size:18px; color:#0b3a85; font-weight:bold;
}
.tel a{}


	



/*** 

====================================================================
	Main Header style / Header Style One
====================================================================

***/

.main-header{
	position: relative;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	z-index: 9999;
	background:none;
}

.header-style-one .header-span{

}

/*=== Header Main Box ===*/

.header-style-one .header-upper{
	position:fixed;
	display: block;
	left: 0;
	top: 0;
	padding: 0px 50px;
	width: 100%;
	background: #ffffff;
	z-index: 1;
}

.fixed-header.header-style-one .header-upper,
.header-alt.header-style-one .header-upper{
	border-bottom: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 10px 30px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0 10px 30px 0px rgba(0,0,0,0.08);
    -ms-box-shadow: 0 10px 30px 0px rgba(0,0,0,0.08);
    -o-box-shadow: 0 10px 30px 0px rgba(0,0,0,0.08);
    box-shadow: 0 10px 30px 0px rgba(0,0,0,0.08);
}

.main-header .header-upper .inner-container{
	position:relative;
	display: block;
}

.header-style-one .header-upper .logo-box{
	position: relative;
	float: left;
	padding: 45px 0px;
	margin-right: 50px;
}

.header-style-one .header-upper .logo-box .logo{
	position: relative;
	display:block;
}

.header-style-one .header-upper .logo-box .logo img{
	position: relative;
	display: inline-block;
	max-width: 100%;
	max-height: 35px;
	z-index:1;
}

.header-style-one .other-links{
	position: relative;
	float: right;
	padding: 30px 0px 0px;
}

.header-style-one .other-links .info{
	position: relative;
	float: left;
	padding-top: 15px;
}

.header-style-one .other-links .link-box{
	position: relative;
	float: left;
	margin-left: 30px;
}

.header-style-one .other-links .info li{
	position: relative;
	float: left;
	margin-left: 30px;
}

.header-style-one .other-links .info li:first-child{
	margin-left: 0;
}

.header-style-one .other-links .info li a{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #171b27;
	line-height: 30px;
}

.header-style-one .other-links .info li .icon{
	position: relative;
	font-size: 20px;
	padding-right: 10px;
}

.header-style-one .other-links .info li a:hover .txt{
	text-decoration: underline;
}

.header-style-one .nav-outer{
	position: relative;
	float: left;
	z-index:1;
}





/*** 

====================================================================
	Header Style One / Alternate
====================================================================

***/

.header-style-one.alternate{
	position: fixed;
}

.header-style-one.alternate .header-span{
	display: none;
}

.header-style-one.alternate .header-upper{
	background: none;
}

.fixed-header.header-style-one.alternate .header-upper{
	background: #171b27;
	border: none;
}

.header-style-one.alternate .header-upper .logo-box{
	padding-top: 15px;
	padding-bottom: 15px;
}

.header-style-one.alternate .other-links .info li a{
	color: #ffffff;
}

.header-style-one.alternate .nav-outer .main-menu{
	display: none;
}

.header-style-one.alternate .nav-outer .mobile-nav-toggler{
	display: block;
	margin-top: 37px;
	color: #ffffff;
	font-size: 20px;
}

.header-style-one.alternate .other-links{
	padding-top: 25px;
}

/*** 

====================================================================
	Header Style One / Alternate-Two
====================================================================

***/

.header-style-one.alternate-two{
	position: fixed;
}

.header-style-one.alternate-two .header-span{
	display: none;
}

.header-style-one.alternate-two .header-upper{
	top: 50px;
	padding-left: 50px;
	padding-right: 50px;
	background: none;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.fixed-header.header-style-one.alternate-two .header-upper{
	top: 0;
	background: #ffffff;
}

.header-style-one.alternate-two .header-upper .inner-container{
	background: #ffffff;
	padding-left: 50px;
	padding-right: 50px;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.fixed-header.header-style-one.alternate-two .header-upper .inner-container{
	padding-left: 0px;
	padding-right: 0px;
}

/*** 

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header{
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
	border-bottom:1px solid #f0f0f0;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header{
	opacity:1;
	z-index: 99901;
	visibility:visible;
}

.fixed-header .sticky-header .logo{
	padding: 10px 0px;
}

.sticky-header .main-menu .navigation > li{
	margin-left: 40px !important;
	padding: 0;
	margin-right: 0;
	background-color: transparent;
}

.sticky-header .main-menu .navigation > li.dropdown > a:after,
.sticky-header .main-menu .navigation > li:before{
	display: none;
}

.sticky-header .main-menu .navigation > li > a{
	padding:21px 0px !important;
	line-height:30px;
	font-size:16px;
	font-weight:600;
	color:#25283a;
	text-transform:capitalize;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sticky-header .main-menu .navigation > li > ul > li > ul{
	left:auto;
	right:100%;	
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
	opacity:1;
}

/*** 

====================================================================
	Search Popup
====================================================================

***/

.search-popup{
	position:fixed;
	left:0;
	top:0px;
	width:100%;
	height:100%;
	z-index:99999;
	visibility:hidden;
	opacity:0;
	overflow:auto;
	background:rgba(0,0,0,0.0);
	transition:all 100ms ease;
	-moz-transition:all 100ms ease;
	-webkit-transition:all 100ms ease;
	-ms-transition:all 100ms ease;
	-o-transition:all 100ms ease;
}

.search-popup:before{
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.70);
	-webkit-transform:translateY(101%);
	-ms-transform:translateY(101%);
	transform:translateY(101%);
}

.search-popup.popup-visible:before{
	transition:all 500ms ease 100ms;
	-moz-transition:all 500ms ease 100ms;
	-webkit-transition:all 500ms ease 100ms;
	-ms-transition:all 500ms ease 100ms;
	-o-transition:all 500ms ease 100ms;
	-webkit-transform:translateY(0%);
	-ms-transform:translateY(0%);
	transform:translateY(0%);
}

.search-popup.popup-visible{
	opacity:1;
	visibility:visible;
}

body.search-visible{
	overflow: hidden;
}

.search-popup .overlay-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	display:block;
}

.search-popup .close-search{
	position:absolute;
	right:25px;
	top:25px;
	font-size:22px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
}

.search-popup .close-search:hover{
	opacity:0.70;	
}

.search-popup .search-form{
	position:relative;
	padding:0px 15px 0px;
	max-width:1024px;
	margin:0 auto;	
	margin-top:150px;
	margin-bottom: 100px;
	opacity: 0;
	-webkit-transform:translateY(50px);
	-ms-transform:translateY(50px);
	transform:translateY(50px);
    z-index: 10;
}

.search-popup.popup-visible .search-form{
	opacity: 1;
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);
	transition: all 500ms ease 500ms;
    -moz-transition: all 900ms ease 500ms;
    -webkit-transition: all 900ms ease 500ms;
    -ms-transition: all 900ms ease 500ms;
    -o-transition: all 900ms ease 500ms;
}

.search-popup .search-form fieldset{
	position:relative;
	border:7px solid rgba(255,255,255,0.50);
	border-radius:12px;
}

.search-popup .search-form fieldset input[type="search"]{
	position:relative;
	height:70px;
	padding:20px 220px 20px 30px;
	background:#ffffff;
	line-height:30px;
	font-size:24px;
	color:#233145;
	border-radius:7px;
}

.search-popup .search-form fieldset input[type="submit"]{
	position:absolute;
	display:block;
	right:0px;
	top:0px;
	text-align:center;
	width:220px;
	height:70px;
	padding:20px 10px 20px 10px;
	color:#ffffff !important;
	background:#1b1c1e;
	line-height:30px;
	font-size:20px;
	cursor:pointer;
	text-transform:uppercase;
	border-radius:0px 7px 7px 0px;
}

.search-popup .search-form fieldset input[type="submit"]:hover{
	background:#1b1c1e;
}

.search-popup h3{
	text-transform:uppercase;
	font-size:20px;
	font-weight:600;
	color:#ffffff;
	margin-bottom:20px;
	letter-spacing:1px;
	text-align:center;	
}

.search-popup .recent-searches{
	font-size:16px;
	color:#ffffff;
	text-align:center;
}

.search-popup .recent-searches li{
	display:inline-block;
	margin:0px 10px 10px 0px;	
}

.search-popup .recent-searches li a{
	display:block;
	line-height:24px;
	border:1px solid #ffffff;
	padding:7px 15px;
	color:#ffffff;
	border-radius:3px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.search-popup .recent-searches li a:hover{
	color:#1b1c1e;
	border-color:#1b1c1e;	
}



/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 30px;
	line-height: 40px;
	cursor: pointer;
	margin-left: 0px;
	color: #222222;
	margin: 10px 0px 0px;
	display: none;
}

.mobile-nav-toggler .txt{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
}

.mobile-menu{
	position: fixed;
	left: 0;
	top: 0;
	width: 300px;
	padding-right:30px;
	max-width:100%;
	height: 100%;
	background: #171b27;
	border-top: 200px solid #171b27;
	border-bottom: 150px solid #171b27;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .mCSB_inside>.mCSB_container{
	margin-right:5px;	
}

.mobile-menu .navbar-collapse{
	display:block !important;	
}

.mobile-menu .nav-logo{
	position:absolute;
	left: 0;
	top: -200px;
	height: 120px;
	width: 100%;
	padding:34px 20px;
	text-align:center;	
	z-index: 10;
}

.mobile-menu .nav-logo img{
	display: inline-block;
	max-height: 52px;
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop{
	position: fixed;
	right: 0;
	top: 0;
	left: 300px;
	max-width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.50);
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #171b27;
	padding: 0px 0px;
	border-radius: 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
}

.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.mobile-menu .close-btn{
	position: fixed;
	right: 15px;
	top: 15px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	z-index: 99;
	-webkit-transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
	transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	width: 100%;
	float: none;
}

.mobile-menu .navigation li{
	position: relative;
	display: block;
	text-align: center;
}

.mobile-menu .navigation li > a{
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 10px 10px;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	text-transform: capitalize;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}
@media only screen and (max-width: 1000PX){
.mobile-menu .navigation li > a{font-size:22px;}

}
.mobile-menu .navigation li ul li > a{
	font-size: 15px;
	text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
	content:'';
	position:absolute;
	left:-5px;
	top:19px;
	height:6px;
	width: 6px;
	background: #ffffff;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

.mobile-menu .navigation li.current > a:before{
	opacity: 1;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:32px;
	height:32px;
	text-align:center;
	font-size:16px;
	line-height:32px;
	color:#ffffff;
	background:rgba(255,255,255,0.10);
	cursor:pointer;
	display: none;
	border-radius:2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
	z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);	
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

.mobile-menu .nav-bottom{
	position:absolute;
	left: 0;
	bottom: -140px;
	height: 120px;
	width: 100%;
	padding:30px 20px 10px;
	text-align:center;	
	z-index: 10;
}

.mobile-menu .nav-bottom .copyright{
	position: relative;
	display: block;
	color: #9a9fa6;
	line-height: 24px;
}

.mobile-menu .social-links{
	position:relative;
	text-align:center;
	padding-top: 15px;
}

.mobile-menu .social-links li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
}

.mobile-menu .social-links li a{
	position: relative;
	display: block;
	margin-right: 16px;
	color: #9a9fa6;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.mobile-menu .social-links li a:hover{
	color: #ffffff;
}

/*** 

====================================================================
		Lazy Load Settings
====================================================================

***/

img.lazy-image{
	background:url(../sximg/icons/image-bg.svg) center center no-repeat;	
}

img.lazy-image.loaded{
	background-image:none;
}

.owl-theme img.lazy-image.loaded{
	height: auto;
	opacity: 1;
}

/* Default Form Style */

.default-form{
 	position: relative;
}

.default-form .row{
	margin: 0 -15px;
}

.default-form .form-group{
	position:relative;
	margin-bottom: 30px;
}

.default-form .field-inner{
	position: relative;
	display: block;
}

.default-form .field-inner .alt-icon{
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -15px;
	line-height: 30px;
	font-size: 18px;
	color: #9b9fa6;
	z-index: 1;
	pointer-events: none;
}

.default-form .form-group .field-label{
	position:relative;
	display: block;
	color: #0f172b;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.default-form .form-group .e-label{
	position: relative;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="file"],
.default-form .form-group input[type="number"],
.default-form .form-group textarea,
.default-form .form-group select{
	position: relative;
    display: block;
    height: 62px;
    width: 100%;
    font-size: 16px;
    color: #25283a;
    line-height: 30px;
    font-weight: 400;
    padding: 15px 20px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
	border-radius:0px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-form .form-group textarea{
	height: 150px;
	padding-top: 20px;
	resize: none;
}

.contact-form .form-group input[type="submit"],
.contact-form .form-group button{
	display:inline-block;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group input[type="file"]:focus,
.default-form .form-group input[type="number"]:focus,
.default-form .form-group textarea:focus,
.default-form .form-group select:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active{
	border-color: #1b1c1e;
}

.default-form ::-webkit-input-placeholder{color: #aaaaaa;}

.default-form ::-moz-input-placeholder{color: #aaaaaa; }

.default-form ::-ms-input-placeholder{color: #aaaaaa;}

.default-form label.error{
	color: #ff0000;
	font-size:14px;
	text-transform: capitalize;
	text-align:left;
	display:block;
	padding-top:7px;
	line-height: 24px;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
	width:100%;
	font-size:16px;
	font-style:normal;
	height:62px;
	padding:15px 20px;
	line-height:30px;
	font-family: 'microsoft yahei', sans-serif;
	color:#25283a;
	border-radius:0px;
	background-color:#ffffff;
	border: 1px solid #e5e5e5;
}

.form-group .ui-button .ui-icon{
	background:none;
	position:relative;
	top:5px;
	text-indent:0px;
	color:#999999;	
}

.form-group .ui-button .ui-icon:before{
	font-family: 'Flaticon';
	content: "\f106";
	position:absolute;
	right:0px;
	top:0px !important;
	width:15px;
	height:30px;
	display:block;
	color:#999999;
	line-height:20px;
	font-size:16px;
	font-weight:400;
	text-align:center;
	z-index:5;
}

.ui-widget.ui-widget-content{
	border:1px solid #1b1c1e;
	border-top: none;
	font-family: 'microsoft yahei', sans-serif;
	border-radius: 0;
	padding: 0;
}

.ui-menu .ui-menu-item{
	font-size:14px;
	border-bottom:1px solid #1b1c1e;
}

.ui-menu .ui-menu-item:last-child{
	border:none;	
}

.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:12px 20px !important;
	font-size:15px;
	line-height:30px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active{
	background: #1b1c1e;
	margin: 0;
}

.check-sel-box{
	position: relative;
	z-index: 5;
}

.check-sel-box .check-sel-btn{
	position: relative;
	display: block;
	width:100%;
	font-size:16px;
	font-style:normal;
	height:62px;
	padding:15px 20px;
	line-height:30px;
	font-family: 'microsoft yahei', sans-serif;
	color:#25283a;
	border-radius:0px;
	background-color:#ffffff;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	z-index: 5;
}

.filter-form .check-sel-box .check-sel-btn{
	height: 82px;
	padding: 25px 20px;
}

.filter-form-two .check-sel-box .check-sel-btn{
	padding-left: 50px;
	background: none;
}

.filter-form-three .check-sel-box .check-sel-btn{
	padding: 9px 25px;
	padding-left: 45px;
	line-height: 30px;
	height: 50px;
	background: none;
}

.check-sel-box .check-sel-btn:before{
	font-family: 'Flaticon';
	content: "\f106";
	position:absolute;
	right:20px;
	top:15px;
	height:30px;
	line-height: 30px;
	display:block;
	color:#999999;
	font-size:16px;
	font-weight:400;
	text-align:center;
	z-index:5;
}

.filter-form .check-sel-box .check-sel-btn:before{
	top:25px;
}

.filter-form-three .check-sel-box .check-sel-btn:before{
	top:10px;
}

.check-sel-box .check-sel-btn .adult-info{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.check-sel-box .check-sel-btn .child-info{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
}

.check-sel-box .check-sel-droplist{
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: -1px;
	width: 100%;
	min-width: 240px;
	padding: 30px 20px 10px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	display: none;
	z-index: 5;
}

.check-sel-box .check-sel-droplist li{
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.check-sel-box .check-sel-droplist li:last-child{
	margin-bottom: 0;
}

.check-sel-box .sel-title{
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 7px;
	line-height: 20px;
}

.check-sel-box .radio-block{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	margin-bottom: 15px;
}

.check-sel-box .radio-block:last-child{
	margin-right: 0;
}

.check-sel-box .radio-block input{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.check-sel-box .radio-block label{
	position: relative;
	display: block;
	padding-left: 24px;
	line-height: 24px;
	font-size: 17px;
	margin: 0;
	font-weight: 500;
	cursor: pointer;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.check-sel-box .radio-block label:before{
	content: '';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	left: 0;
	top: 4px;
	width: 16px;
	height: 16px;
	font-size: 9px;
	text-align: center;
	font-weight: 700;
	line-height: 14px;
	border: 1px solid #e5e5e5;
	background: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.check-sel-box .radio-block input:checked + label:before{
	background: #1b1c1e;
	color: #ffffff;
	content: "\f00c";
}


/*** 

====================================================================
		Banner Section
====================================================================

***/

.banner-section{
	position: relative;
	z-index:1;
}


.showcase {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	padding: 0 20px; margin-top:20px
}


.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: var(--primary-color) url('../img/cover.jpg') no-repeat center
		center/cover;
}
.showcase h1{font-weight:bold;}
.showcase .content{opacity: 0.7;}
.video-container video {
	min-width: 100%;
	min-height: 100%;
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.video-container:after {
	content: '';
	z-index: 1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
}

.content {
	z-index: 2;
	
}

@media screen and (max-width: 768px){
.showcase{height:400px;}
.video-container {}

.video-container video { width:100%; height:auto; min-height:inherit}

}
	
@media screen and (max-width: 414px){.showcase{height:210px;}}

@media screen and (max-width: 1680px)
 {
.head{ width:100%; height:105px; margin:0px auto
}
.logo{width:39%;height:105px; float:left;background:url(../sximg/logo.jpg) no-repeat
}



.tel{width:5%;height:105px; float:right; line-height:100px; font-size:26px; color:#0b3a85; font-weight:bold
}

}
@media screen and (max-width: 1024px) {
	.head{ width:100%; height:60px; margin:0px auto
}
}


@media screen and (max-width: 1280px) {


.head{ width:100%; height:60px; margin:0px auto; padding:0; background-color:#FFFFFF
}

.logo{width:95%;height:60px; float:left;background:url(../sximg/mp_logo.jpg) no-repeat;
}

.tel{width:10%;height:100px; float:right; line-height:100px; font-size:26px; color:#0b3a85; font-weight:bold; display:none;
}
}


@media screen and (max-width: 768px) {


.head{ width:100%; height:60px; margin:0px auto
}

.logo{width:95%;height:60px; float:left;background:url(../sximg/mp_logo.jpg) no-repeat;
}

.tel{width:10%;height:100px; float:right; line-height:100px; font-size:26px; color:#0b3a85; font-weight:bold; display:none;
}
}

@media screen and (max-width: 414px){

.head{ width:100%; height:60px; margin:0px auto
}

.logo{width:90%;height:60px; float:left;background:url(../sximg/mp_logo.jpg) no-repeat;
}

.tel{width:10%;height:100px; float:right; line-height:100px; font-size:26px; color:#0b3a85; font-weight:bold; display:none;
}
}
@media screen and (max-width: 375px){

.head{ width:100%; height:60px; margin:0px auto
}

.logo{width:90%;height:60px; float:left;background:url(../sximg/mp_logo.jpg) no-repeat;
}

.tel{width:10%;height:100px; float:right; line-height:100px; font-size:26px; color:#0b3a85; font-weight:bold; display:none;
}
}
@media screen and (max-width: 360px){

.head{ width:100%; height:60px; margin:0px auto
}

.logo{width:100%;height:60px; float:left;background:url(../sximg/mp_logo.jpg) no-repeat left;
}

.tel{width:10%;height:100px; float:right; line-height:100px; font-size:26px; color:#0b3a85; font-weight:bold; display:none;
}
}





