/*--Font Awesome--*/

/*- https://fonts.google.com/?query=Nunito&selection.family=Nunito:400,600,700,900|Oswald:300,400,500,600,700|Playfair+Display:400,700|Roboto:400,500,700,900 -*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

@import url('font-awesome.min.css');

@import url('fonts.css');

/*--Main Container--*/
body{

	font-family: 'Roboto', sans-serif;

	color: #fff;

}

input:focus, textarea:focus{

	outline: none !important;

	box-shadow: none !important;

}
.coming{
    text-align: center;
    margin: 100px 0;
}
.coming h2{
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 15px;
    font-size: 35px;
}
.coming span{color: #06406d;}

.inner .content h4{

    color: #06406d;

    margin-bottom: 20px;

    font-size: 25px;

}

.inner .content p{margin-bottom: 25px;}

::placeholder{color: #102d67 !important;}

.inner .well{

	color: #e42222;

    font-weight: 500;

    text-align: center;

    display: block;

    text-transform: capitalize;

    font-size: 22px;

}

.inner{padding: 80px 0; text-align:justify;}

.inner .content{margin-top: 60px;}

#wrapper{

	position: relative;

	overflow: hidden;

	height: 100%;

	min-height: 600px;

}

.resize-active .hold{

	-webkit-transition: none !important;

	-ms-transition: none !important;

	transition: none !important;

}

.top{

	position: absolute;

    top: 0;

    right: 0;

    background: #ed1a3b;

    width: 40%;

    height: 35px;

    z-index: 9999;

    padding: 5px 40px;

}

.top:before {

    position: absolute;

    content: '';

    width: 20px;

    height: 20px;

    left: -30px;

    top: 0;

    border-bottom: 35px solid transparent;

    border-right: 30px solid #ed1a3b;

}

.top a{

	color: #fff;

	padding-right: 30px;

	text-decoration: none;

	font-size: 16px;

}

.top a i{

	background: #fff;

    color: #ed1a3b;

    font-size: 12px;

    padding: 4px;

    border-radius: 50px;

    margin-right: 10px;

    width: 20px;

    text-align: center;

}

/*--Header--*/

#header{

	position: relative;

	z-index: 999;

	background: #fff;

	padding: 20px 0;

}

#header.clone {

	top:-111px;

	transition: all linear 0.2s;

	-webkit-transition: all linear 0.2s;

	-ms-transition: all linear 0.2s;

	position: absolute;

	width: 100%;

	visibility:hidden;

	border-bottom:2px solid #054fad;

}

#header.clone.fixed {

	position: fixed;

	z-index: 9995;

	width: 100%;

	top: 0;

	left: 0;

	right: 0;

	visibility:visible;

}

/*--Logo--*/

.navbar-brand{

	padding: 0;

}

.navbar-brand img{

	width: 100%;

	height: auto;

	display: block;

}

.navbar-collapse{margin-top: 20px;}

#header .navbar-nav>li{

	display: inline-block;

	vertical-align: middle;

	position: relative;

}

.navbar-light{

	background: #fff;

}

.navbar-light .navbar-nav .nav-link{

	padding: 10px 12px;

	font-family: 'Roboto', sans-serif;

	color: #000;

	text-transform: uppercase;

	font-weight: 500;

}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{

	background: none;

	color: #000;

}

.navbar-nav > li ul{

	position: absolute;

	width: 200px;

	left: 0;

	top: 100%;

	list-style: none;

	padding: 0;

	margin: 0;

	background: #fff;

	opacity: 0;

	visibility: hidden;

	transition:all linear 0.2s;

	-webkit-transition:all linear 0.2s;

	-ms-transition:all linear 0.2s;

	font-weight: 400;

	text-transform: capitalize;

}

.navbar-nav > li ul li{

	position: relative;

}

.navbar-nav > li ul li.has-drop-down{

	background: #ccc;

}

.navbar-nav > li ul ul{

	left: auto;

	right: 100%;

	top: 0;

}

.navbar-nav > li ul ul a{

	padding-left: 20px;

}

.navbar-nav > li ul ul ul a{

	padding-left: 30px;

}

.navbar-nav li li a{

	padding: 5px 10px;

	display: block;

	color: #000;

}

.navbar-nav li li a:hover{

	text-decoration: none;

	background: #000;

	color: #fff;

}

.navbar-nav li .opener{display: none;}

.navbar-nav > li ul li.has-drop-down>a{

	background: #000;

	color: #fff;

}

.has-drop-down-a {

	position: relative;

}

.navbar-nav li li>.has-drop-down-a {

	position: relative;

}

.navbar-nav > li.has-drop-down .dropdown-menu{

    box-shadow: 0px 1px 25px -5px #888888;

}

.navbar-nav > li.has-drop-down:hover .dropdown-menu{display: block;}

.navbar-nav > li.has-drop-down .dropdown-menu li a{

    background-color: #fff;

    color: #000;

    padding: 10px 12px;

    font-family: 'Roboto', sans-serif;

    color: #000;

    text-transform: uppercase;

    font-weight: 500;

}

.navbar-nav > li.has-drop-down .dropdown-menu li a:hover{

    background-color: #ed1a3b;

    color: #fff;

}

.navbar-nav li li>.has-drop-down-a:after{

	content: '';

	position: absolute;

	right: 10px;

	top: 50%;

	border:5px solid transparent;

	border-top-color: #000;

	transform: translateY(-50%);

	-ms-transform: translateY(-50%);

	-webkit-transform: translateY(-50%);

}

.navbar-nav li li.hover>.has-drop-down-a:after{

	border-top-color: transparent;

	border-bottom-color: #000;

}

.nav-item.has-drop-down{

	position: relative;

}

.nav-item.has-drop-down:after{

	position: absolute;

	right: 2px;

	top: 50%;

	border:4px solid transparent;

	border-top-color: #e01010;

	content: '';

}

.sticky-btns{
    display: none;
	position: fixed;

	z-index: 999;

	right: -10%;

	top: 50%;

	/*transform: translate3d(125px,0,0) rotate(270deg);

	-ms-transform: translate3d(125px,0,0) rotate(270deg);

	-webkit-transform: translate3d(125px,0,0) rotate(270deg);*/

	transform: rotate(-90deg);

    -webkit-transform: rotate(-90deg);

	font:20px/1.2 'Roboto', sans-serif;

}

.sticky-btns .login{

	background: #0f76b1;

	color: #fff;

	padding:5px 27px;

	line-height: 30px;

	display: inline-block;

	vertical-align: middle;

	border-radius: 4px;

	margin: 0 5px;

}

.sticky-btns .login:hover{

	background: #fff;

	text-decoration: none;

	color: #0f76b1;

}

.sticky-btns .login i{

	display: inline-block;

	vertical-align: middle;

	margin-right: 10px;

}

.sticky-btns .portal{

	background: #e01010;

	color: #fff;

	padding:5px 27px;

	line-height: 30px;

	display: inline-block;

	vertical-align: middle;

	border-radius: 4px;

	margin: 0 5px;

}

.sticky-btns .portal:hover{

	background: #fff;

	text-decoration: none;

	color: #e01010;

}

/*--Slideshow--*/

.slideshow{

    width: 100%;

    position: relative;

    overflow: hidden;

    background: #000;

}

.slideshow .slideset{

    position: relative;
    /*max-height: 493px;
    min-height: 493px;*/

}

.slideshow .slide{

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

}

.slideshow .slide>img{

    width: 100%;

    height: auto;

    display: block;

}

.slideshow .slide.active{

    z-index: 2;

}

.slideshow .slide .caption{

	position: absolute;

    top: 150px;

    width: 40%;

    margin: 0 auto;

    text-align: center;

}
.slideshow .slide .caption p{
    text-align: center;
}
.slideshow .slide .caption-r{right: 70px;}

.slideshow .slide1 .caption h1{

	text-transform: uppercase;

	line-height: 45px;

	font-size: 50px;

	margin-bottom: 25px;

}

.slideshow .rslide .caption h1{

	text-transform: uppercase;

	line-height: 50px;

	font-size: 50px;

	font-weight: 500;

	margin-bottom: 25px;

}

.slideshow .slide1 .caption h1 span{

	display: block;

    font-size: 100px;

    line-height: 90px;

}

.slideshow .slide .caption span.des{

	width: 80%;

	display: inline-block;

    color: #fff;

}

.slideshow .slide .caption a{

	background: #fff;

    display: inline-block;

    text-transform: uppercase;

    padding: 7px 35px 7px 15px;

    margin-top: 25px;

    color: #34a853;

    border-radius: 4px;

    font-size: 14px;

}

.slideshow .slide .caption a:after{

	position: absolute;

    content: '';

    border-top: 5px solid transparent;

    border-bottom: 5px solid transparent;

    border-left: 6px solid #34a853;

    margin-left: 15px;

    margin-top: 4px;

}
.slideset .category-link{
    width: auto;
    background: #fff;
    border-color: #fff;
    color: #1998db;
    font-weight: 600;
}
.slideset .category-link:hover{
    color: #fff;
}


/***Contact***/

.inner.bg{background-color: #f1f6fa;}

.inner .contact{

	border: solid 1px;

    padding: 80px;

    background: #fff;

    box-shadow: 0px 1px 50px 10px #eee;

}

.inner .contact h2{

	text-align:center;

	color: #000;

	font-weight: 600;

	margin-bottom: 50px;

}

.inner .contact form{margin-bottom: 120px;}
.inner .contact.quote-form form{margin-bottom: 0px;}
.inner .contact input,

.inner .contact textarea{

	background: #f1f6fa;

    border-color: #f1f6fa;

    height: 45px;

    color: #122c69;

    font-weight: 600;

    margin-bottom: 30px;

}

.inner .contact textarea{min-height: 150px;}

.inner .contact input[type=submit]{

	background: #1d7ad7;

	border:solid 2px #1d7ad7;

    text-transform: uppercase;

    color: #fff;

    display: block;

    margin: 0 auto;

    text-align: center;

    min-width: 300px;

    font-size: 20px;

    font-weight: 400;

    height: 45px;

}

.inner .contact input[type=submit]:hover{

	background-color: transparent;

	color: #1d7ad7;

}

.inner .contact .icon,

.inner .contact .txt{

	display: inline-block;

	vertical-align: middle;

}

.inner .contact .txt.first{width: 80%;}

.inner .contact .icon img{

	width: 45px;

	margin-right: 10px;

}

.inner .contact h5{

	color: #3b3b3b;

	text-transform: uppercase;

	margin-bottom: 0px;

}

.inner .contact span,

.inner .contact a{

	color: #7a7a7a;

    font-size: 16px;

    font-weight: 500;

}

.inner .contact a.bold{font-size: 20px;}



/****About****/

.inner h2{

	color: #e32323;

    text-align: center;

    font-weight: 500;

}

.inner .content ul.icon{margin-bottom: 40px;}

.inner .content ul li{color: #11557f;}

.inner .content ul.icon li{

	color: #11557f;

	padding-bottom: 25px;

	list-style: none;

	padding-left: 40px;

}

.inner .content ul.icon li:before{

	content: '';

    position: absolute;

    background-image: url(../images/list.jpg);

    width: 50px;

    height: 50px;

    background-repeat: no-repeat;

    left: 0;

    margin-top: 5px;



}

.inner .content ul.icon li:last-child{padding-bottom: 0px;}



/****Product & Details****/
li.widget_breadcrumb_navxt{
    background: #f1f6fa;
    vertical-align: middle;
    list-style: none;
    padding: 10px;
    margin-bottom: 30px;
}
li.widget_breadcrumb_navxt .breadcrumbs{
    color: #7a7a7a;
    font-weight: 900;
}
.products form#searchform{text-align: center;}
.products form#searchform input[type="text"]{
    background: #f1f6fa;
    height: 45px;
    color: #122c69;
    font-weight: 600;
    margin-bottom: 30px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    width: 300px;
    padding-left: 15px;
    outline: none;
}
.products form#searchform select{
    background: #f1f6fa;
    height: 45px;
    color: #122c69;
    font-weight: 600;
    margin-bottom: 30px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    width: 200px;
    outline: none;
}
.products form#searchform input[type="submit"]{
    background: #287fcf;
    border-color: #287fcf;
    border: solid 1px;
    color: #fff;
    height: 45px;
    padding: 10px 30px;
    border-radius: 4px;
    text-transform: uppercase;
    cursor: pointer;
}
.products form#searchform label{display: none;}
/* .products form#searchform select option:first-child{display: none;} */
.products nav{text-align: center;}

.products .nav{display: block;}

.products .nav-tabs{border-bottom: 2px solid #bed3e4;}

.products .nav .nav-link{

	display: inline-block;

	background: #bed3e4;

    color: #39547b;

    font-weight: 500;

    padding: 8px 25px;

    border-radius: 6px 6px 0px 0px;

    margin: 0 2px;

    font-size: 18px;

    border-bottom: 2px solid #bed3e4;

}

.products .nav .nav-link.active{

	background-color: #287fcf;

    color: #fff !important;

    border-color: #287fcf !important;

}

.products .tab-content{margin-top: 50px;}

.products .p-block{

	border:solid 1px;

	text-align: center;

	background-color: #fff;

	padding:10px;

	box-shadow: 10px 5px 50px 0px #ccc;

	margin-bottom: 35px;

    position: relative;

}

.products .p-block img{border: solid 1px #bfe6f5;}

.products .p-block h5{

	color: #1998db;

    text-transform: uppercase;

    margin-top: 15px;

    margin-bottom: 5px;

    font-size: 22px;

}
.products .p-block h5 a{color: #1998db;}

.products .p-block span{

	color: #494848;

	font-weight: 400;

	display: block;

	text-transform: capitalize;
	word-wrap: break-word;
	/*margin-bottom: 15px; */

}

.products .p-block a.quote-btn{

	background: #1998db;

	border:solid 2px #1998db;

    color: #fff;

    padding: 5px 20px;

    text-transform: uppercase;

    display: inline-block;

    border-radius: 4px;

    margin-bottom: 20px;

    left: 0;

    right: 0;

    position: absolute;

    margin: 0 auto;

    bottom: 20px;

    width: 60%;

}

.products .p-block a.quote-btn:hover{

	color: #1998db;

	background:transparent;

}

.tab-pane form{

    width: 100%;

    cursor: pointer;

}

.tab-pane h4{

    color: #445777;

    text-align: center;

    font-weight: 500;

    font-size: 30px;

    margin-bottom: 40px;

}

.category-link{

    background: #1998db;

    color: #fff;

    font-weight: 500;

    border-radius: 4px;

    width: 100%;

    font-size: 15px;

    display: inline-block;

    text-align: center;

    padding: 12px;

    margin-bottom: 30px;

    border:solid 2px #1998db;

    cursor: pointer;

    text-transform: uppercase;

}

.category-link:hover{

    color: #1998db;

    background-color: transparent;

}

.detail h2.title{

	text-transform: uppercase;

    color: #148cd3;

    display: inline-block;

    text-align: left;

    margin-bottom: 25px;

    font-weight: 500;

}

.detail h2.title span{

	text-transform: capitalize;

    font-size: 25px;

    vertical-align: middle;

}

.detail h4{

	color: #148cd3;

    text-transform: uppercase;

    font-size: 22px;

}

.detail h5{

	text-transform: capitalize !important;

    color: #000 !important;

    font-size: 18px;

}

.detail p{

	color: #434343;

    margin-bottom: 15px;

    font-size: 15px;

}

.detail .quote{

	background: #1998db;

	border:solid 2px #1998db;

    color: #fff !important;

    text-transform: uppercase;

    padding: 10px 25px;

    font-size: 20px !important;

    border-radius: 4px;

    margin-top: 15px;

    display: inline-block;

}

.detail .quote:hover{

	color: #1998db !important;

	background:transparent;

}

.jobs table{

    border: solid 1px #eee;

    width: 100%;

}

.jobs tr,.jobs th,.jobs td{

    border: solid 1px #eee;

    padding: 15px 10px;

    /*width: 16%;*/

}

.jobs th{

    color: #fff;

    font-weight: 600;

    text-transform: capitalize;

    background-color: #1998db;

}

.jobs td{

    color: #465676;

    font-size: 16px;

}

.jobs table .apply-btn{

    background: #1998db;

    color: #fff;

    padding: 8px 8px;

    border: solid 2px #1998db;

    border-radius: 4px;

    text-transform: uppercase;

    font-size: 13px;

    cursor: pointer;

}

.jobs table .apply-btn:hover{

    background-color: transparent;

    color: #1998db;

}

.career-modal .modal-header{border: none;}

.career-modal .modal-header button{

    background: #ed1a3b;

    color: #fff;

    opacity: 1;

    font-size: 35px;

    padding: 2px 12px;

}

.career-modal form{padding: 40px;}

.career-modal .form-control{margin-bottom: 25px;}

.career-modal form input[type=submit]{

    background: #1d7ad7;

    border: solid 2px #1d7ad7;

    text-transform: uppercase;

    color: #fff;

    display: block;

    margin: 0 auto;

    text-align: center;

    min-width: 250px;

    font-size: 20px;

    font-weight: 400;

    height: 45px;

    margin-top: 20px;

}

.distributor a.dis-block{

    background: #1998db;

    color: #fff;

    font-weight: 500;

    border-radius: 4px;

    width: 100%;

    font-size: 15px;

    display: inline-block;

    text-align: center;

    padding: 12px;

    margin-bottom: 30px;

    border: solid 2px #1998db;

    text-transform: uppercase;

}

.distributor a.dis-block:hover{

    background: transparent;

    color: #1998db;

}

.distributor table a{

    color: #1998db;

    font-weight: 600;

    padding: 0 5px;

    display: inline-block;

}

.distributor.single .jobs tbody tr td:first-child{width: 20%;}
.inner .mangement img{
    width: 200px;
    height: 200px;
    margin-right: 12px;
}
.inner .mangement p{margin-bottom: 15px;}
.inner .mangement h4{margin-bottom: 10px;}
.inner .mangement strong{
    color: #1998db;
}
.inner .mangement .m-block{margin-bottom: 30px;}




/***Footer**/

footer .upper-footer{

	background-color: #ed1c24;

	padding: 45px 0;

}

footer .upper-footer a{

	color: #fff;

	font-size: 22px;

	text-decoration: none;

	display: inline-block;

}

footer .upper-footer .circle{

	margin-right: 20px;

	background-color: rgba(255,255,255,0.2);

	border-radius: 50px;

	width: 50px;

    text-align: center;

    height: 50px;

    display: inline-block;

    vertical-align: middle;

}

footer .upper-footer .middle img{

	padding-top: 15px !important;

	width: 28px;

}

footer .upper-footer .circle img{padding-top: 10px;}

footer .upper-footer .last img{width: 22px;}

footer .upper-footer .last a{

	width: 75%;

	vertical-align: top;

}

footer .bottom-footer{

	padding: 30px 0;

	background-color: #0c567d;

}

footer .footer-menu{padding-left: 0px;}

footer .footer-menu li{

	list-style: none;

	display: inline-block;

}

footer .footer-menu li a{

	color: #fff;

	text-decoration: none;

	text-transform: uppercase;

	font-size: 16px;

    font-weight: 500;

    padding-right: 20px;

}

footer .footer-menu li a:hover{

	color: #ed1c24;

}

footer .bottom-footer span{

	border-right: 2px solid;

    padding-right: 10px;

    margin-right: 7px;

}

footer .bottom-footer a.terms{

	color: #fff;

	text-decoration: none;

	text-transform: capitalize;

}

footer .bottom-footer .esp{float: right;}

footer .bottom-footer .esp img{padding-left: 5px;}





@media only screen and (min-width:1025px) and (max-width:1300px){

	.slideshow .slide .caption{

		top: 120px;

    	width: 45%;

	}

	.slideshow .slide .caption-r{right: 20px;}

	.slideshow .slide .caption-l{left: 20px;}

	.slideshow .slide1 .caption h1,

	.slideshow .rslide .caption h1{

		line-height: 40px;

    	font-size: 40px;

    	margin-bottom: 15px;

	}

	.slideshow .slide1 .caption h1 span{

		font-size: 80px;

    	line-height: 70px;

	}

}

@media screen and (max-width:1399px){

	.slideshow .slide > img{

		max-width: inherit;

		/*width: 130%;

		margin: 0 -15%;*/
        width: 100%;

	}

}

@media only screen and (min-width:1200px){
    .img-fluid{width: 100%;}
}

@media screen and (max-width:1199px){

	.navbar-light .navbar-nav .nav-link{

		padding: 10px;

	}

}

/*--nav--*/

@media screen and (min-width:768px){

	.navbar-nav > li .opener{display: none;}

	.slideshow .slide img.mobile{display: none;}

}

@media only screen and (min-width: 1025px) and (max-width:1199px){

	.inner .contact .txt.first{width: 75%;}

    .products .p-block img{height: 140px;}

    .products .p-block a.quote-btn{width: 70%;}

}

@media screen and (min-width:1025px){

    .navbar-nav > li ul{width: 260px;}

	.navbar-nav > li:hover > ul, .navbar-nav > li ul li:hover > ul{

		opacity: 1;

		visibility: visible;

	}

	.banner img{width: 100%;}

    .modal-dialog{max-width: 800px !important;}

    .products .p-block{min-height: 300px;}

    .products .p-block img{height: 150px;}

}

@media screen and (max-width:1024px){

	.navbar-nav > li.hover> ul, .navbar-nav > li ul li.hover > ul{

		opacity: 1;

		visibility: visible;

	}

}



@media only screen and (min-width:768px) and (max-width:991px){

    .modal-dialog{max-width: 800px !important;}

    .products .p-block{min-height: 310px;}

}



@media only screen and (min-width:768px) and (max-width:1024px){

	.slideshow .slide .caption{

		top: 80px;

    	width: 50%;

	}

	.slideshow .slide .caption-r{right: -20px;}

	.slideshow .slide .caption-l{left: -20px;}

	.slideshow .slide1 .caption h1 span{

		font-size: 50px;

		line-height: 50px;

	}

	.slideshow .slide1 .caption h1,

	.slideshow .rslide .caption h1{

		line-height: 30px;

    	font-size: 30px;

    	margin-bottom: 15px;

	}

	.inner .contact .txt.first{

		width: 85%;

		margin-bottom: 60px;

	}

	.inner .contact .icon, .inner .contact .txt{vertical-align: top;}

	.inner{padding: 60px 0;}

	.inner .contact{padding: 60px;}

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

}





@media screen and (min-width:992px) and (max-width: 1024px){

    .products .p-block{min-height: 290px;}

    .products .p-block a.quote-btn{width: 70%;}

}





@media screen and (max-width:991px){

	.products-slider .arrows-btns{display: block;}

	.navbar-nav > li{

		display: inline-block;

		float: none !important;

		text-align: left;

	}

	.navbar-nav > li ul ul{

		position: static;

		max-height: 0;

	}

	.navbar-nav > li ul li.hover>ul{

		max-height: 400px;

	}

	.navbar-brand{width: 150px;}

	.navbar-light .navbar-nav .nav-link {

		padding: 10px 9px;

		font-size: 12px;

	}

	.nav-item.has-drop-down:after{

        right: -1px;

        border: 3px solid transparent;

        border-top-color: #e01010;

    }

    .navbar-light .navbar-nav .nav-link{padding: 10px 5px !important;}

}



@media screen and (max-width:767px){

	/*--Header--*/

	.navbar-light .navbar-toggler{border-color: #06406d;}

	.top{

		position: relative;

		width: 100%;

		padding: 5px 10px;

        z-index: 999;

	}

	.top a{padding-right: 10px;}

	.top a i{margin-right: 5px;}

	#header{

		z-index: 999;

		padding: 10px 0;

	}

	#header.clone{display: none !important;}

	html.nav-open{

		overflow-y: hidden;

		position: relative;

		height: 100%;

	}

	html.nav-open body{

		overflow-y: hidden;

		position: relative;

		height: 100%;

	}

	#header .container{padding: 0;}

	.navbar-nav > li ul li{border-bottom:none;}

	.navbar-light .navbar-nav .nav-link{color: #fff;}

	.navbar-nav li a{border-bottom:1px solid #ddd;}

	.navbar-nav li li a{

		line-height: 20px;

		padding-bottom: 10px;

		padding-top: 10px;

	}

	.navbar-nav li li a:hover{

		background: #054fad;

		color: #fff;

		text-decoration: none;

	}

	.navbar-nav li .opener{

		width: 50px;

		position: absolute;

		right: 0;

		top: 0;

		z-index: 999;

		text-indent: -999px;

		overflow: hidden;

		background: #eee !important;

		height: 40px;

		border-left:1px solid #ddd;

		border-bottom:none!important;

		display: block;

	}

	.navbar-nav li{

		overflow: hidden;

		display: block;

	}

	.navbar-nav > li ul{

		position: relative;

		opacity: 1;

		visibility: visible;

		max-height: 0;

		width: 100%;

		z-index: 99;

		top: 0;

		left: 0 !important;

		right: auto !important;

		background: #fff;

	}

	.navbar-toggler{

		float: right;

		background: #fff;

		margin: 0;

		border-radius: 2px;

	}

	.navbar-nav > li.hover > ul, .navbar-nav > li ul li.hover > ul{max-height: 400px;}

	.nav-open .nav li>li{display: none;}

	.nav-open .nav li.hover{

		position:relative;

		width: 100%;

		z-index: 999;

		background: #eee;

		top: 0;

		overflow: hidden;

		display: block !important;

	}

	#header .navbar-nav>li{

		display: block;

	}

	#header .navbar-collapse{

		padding: 0;

		margin: 0;

		background: #ed1a3b;

	}

	.nav-open .nav	 li > a.opener:after{

		position: absolute;

		width: 10px;

		height: 10px;

		border:2px solid transparent;

		border-color: #000 #000 transparent transparent;

		transform: rotate(45deg) translateY(-50%);

		-ms-transform: rotate(45deg) translateY(-50%);

		-webkit-transform: rotate(45deg) translateY(-50%);

		left: 10px;

		top: 50%;

		content: '';

	}

	.nav-open .nav	 li.hover > a.opener:after{

		position: absolute;

		width: 10px;

		height: 10px;

		border:2px solid transparent;

		border-color:transparent transparent #000 #000 ;

		transform: rotate(45deg) translateY(-50%);

		-ms-transform: rotate(45deg) translateY(-50%);

		-webkit-transform: rotate(45deg) translateY(-50%);

		left: 10px;

		top: 50%;

		content: '';

	}

	.navbar-collapse, .navbar-collapse.collapse {

		position: fixed;

		left: -245%;

		top: 0;

		width: 245px;

		background: #000;

		height: 100vh !important;

		max-height: 100%;

		z-index: 99999;

		transition: all linear 0.2s;

		-webkit-transition: all linear 0.2s;

		-ms-transition: all linear 0.2s;

		border: none;

		overflow: auto;

	}

	.navbar-right{text-align: left;}

	.navbar-collapse.collapse:before{

		position: absolute;

		left: 0;

		right: 0;

		top: 0;

		content: 'Menu';

		text-align: center;

		width: 100%;

		padding:14px 10px;

		font:18px/21px 'Montserrat', sans-serif;

		color: #fff;

		font-weight: 700;

		border-bottom:2px solid #fff;

		display: block;

	}

	#header .navbar-nav {

		padding: 52px 0 0;

		margin: 0;

	}

	.navbar-collapse.collapse { display: block !important; }

	.nav-open .navbar-collapse { left: 0; }

	.navbar-toggler{

		height: 40px;

		z-index: 9999;

	}

	.nav-open .navbar-toggler .sr-only + .icon-bar{display: none;}

	.nav-open .navbar-toggler .icon-bar + .icon-bar{

		margin: 0;

		transform:rotate(-45deg);

		-ms-transform:rotate(-45deg);

		-webkit-transform:rotate(-45deg);

	}

	.nav-open .navbar-toggler .icon-bar:last-child{

		transform:rotate(45deg);

		-ms-transform:rotate(45deg);

		-webkit-transform:rotate(45deg);

		margin-top: -2px;

	}

	.sticky-btns{display: none;}

	/*.slideset{height: auto !important;}*/

	.slideshow .slide img.desktop{display: none;}

	.slideshow .slide .caption{

		position: relative;

		top: 0;

		right: 0;

		width: 100%;

		background-color: #ed1a3b;

		padding: 20px 20px;

	}

	.slideshow .slide .caption-r,

	.slideshow .slide .caption-l{right: 0;left: 0;}

	.slideshow .slide1 .caption h1,

	.slideshow .rslide .caption h1{

	    text-transform: uppercase;

	    line-height: 30px;

	    font-size: 30px;

	    margin-bottom: 10px;

	}

	.slideshow .slide1 .caption h1 br{display: none;}

	.slideshow .slide1 .caption h1 span {

	    font-size: 30px;

	    line-height: 30px;

	    display: inline-block;

	}

	.slideshow .slide .caption span.des{width: 100%;}
    .inner .mangement .pull-left{
        float: none;
        margin-bottom: 15px;
    }

	.banner img{width: 100%;}

	.inner{padding: 40px 0;}

	.inner .contact{padding: 30px;}

	.inner .contact input[type=submit]{min-width:100%;}

	.inner .contact form{margin-bottom: 60px;}

	.inner .contact .txt.first{width: 75%;}

	.inner .contact .icon, .inner .contact .txt{margin-bottom: 30px;}

	.inner .content{

		text-align: center;

		margin-top: 20px;

	}

	.inner .content ul{text-align: left;}

	.inner .content ul li:before{left: 10px;}

    .products .p-block{min-height: 340px;}

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

	.detail h2.title span{font-size: 18px;}

    .products .nav .nav-link{

        margin-bottom: 5px !important;

        display: block;

    }

    .products .tab-content{margin-top: 25px;}

    .products.res-p{padding: 0 !important;}

    .career-jobs table .job-row td{

        display: block;

        position: relative;

        width: 100%;

        padding: 10px 0 10px 150px;

        text-align: left;

        border: none;

    }

    .jobs table thead tr{display: none;}

    .jobs table tr td{

        display: block;

        position: relative;

        width: 100%;

        padding: 10px 0 10px 150px;

        text-align: left;

        border: none;

        border-bottom: solid 1px #eee;

    }

    .jobs table td:after{

        position: absolute;

        left: 15px;

        top: 0;

        width: 150px;

        font-weight: 700;

        content: attr(title);

        padding: 10px 0;

        color: #1998db;

    }

	footer .upper-footer{padding: 25px 0;}

	footer .upper-footer a{

		font-size: 18px;

		vertical-align: top;

		margin-top: 8px;

	}

	footer .upper-footer .circle img{width: 20px;}

	footer .upper-footer .last img{width: 18px;}

	footer .upper-footer .circle{

		margin-left: 15px;

		margin-bottom: 15px;

		margin-right: 15px;

		width: 42px;

		height: 42px;

	}

	footer .footer-menu li{width: 49%;}

	footer .bottom-footer span{

		border-right: none;

		display: block;

	}

	footer .bottom-footer .esp{

		margin-top: 15px;

		float: none;

	}

}

