.setscreen{
	background-color: #F5F5F5;
}
.csc-header{
	width: 100%;
	background-color: #FFF;
	border-top: 3px solid #245ab1;
}
.csc-header-set{
	margin: auto;
	max-width: 1200px;
	width: 100%;
}
.csc-header-set::after{
	content: '';
	display: block;
	clear: both;
}
.csc-logo{
	float: left;
	padding: 15px 20px;
	width: 250px;
}
.csc-menu{
	float: right;
	padding: 30px 20px 10px 10px;
	width: calc(100% - 250px);
}
.csc-menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
}
.csc-menu ul li{
	float: left;
}
.csc-menu ul li a{
	color: #898989;
	font-size: 1em;
	padding: 0px 15px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s;
}
.csc-menu ul li a:hover{
	color: #28b7cc;
}
.csc-menu ul li a.active{
	text-decoration: none;
	font-weight: 700;
	color: #245ab1;
}
.csc-menu-mb{
	display: none;
	float: left;
	padding: 20px;
}

li.mnu-home-active>a,
li.mnu-aboutus-active>a,
li.mnu-product-active>a,
li.mnu-contactus-active>a{
	text-decoration: none;
    font-weight: 700;
    color: #245ab1;
}
.csc-menu-mb button{
	width: 40px;
	height: 40px;
	border: 0px;
	background-color: transparent;
	background-image: url(/application/images/mobile_menu.svg);
	background-position: center;
	cursor: pointer;
	outline: none;
}
.csc-footer{
	width: 100%;
	background-color: #6A6A6A;
	line-height: 140%;
	color: #FFF;
}
.csc-footer h2{
	margin: 0px;
	padding: 10px 0px 20px 0px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.5em;
}
.csc-footer p{
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
.csc-ft-wrap,
.csc-ft-cpr{
	margin: auto;
	max-width: 1200px;
	width: 100%;
}
.csc-ft-wrap::after{
	content: '';
	display: block;
	clear: both;
}
.csc-ft-about{
	float: left;
	width: 50%;
	padding: 20px;
}
.csc-ft-contact{
	float: right;
	width: 50%;
	padding: 20px;
}

.csc-ft-contact ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.csc-ft-contact ul li{
	padding: 0px;
	position: relative;
	display: block;
	padding: 0px 0px 20px 40px;
}
.csc-ft-contact ul li span{
	color: #FFF;
	white-space: nowrap;
}
.csc-ft-contact ul li.addr::before,
.csc-ft-contact ul li.tel::before,
.csc-ft-contact ul li.mail::before{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 30px;
}
.csc-ft-contact ul li.addr::before{
	background:url(/application/images/icon_map.svg);
}
.csc-ft-contact ul li.tel::before{
	background:url(/application/images/icon_telephone.svg);
	top: -5px;
}
.csc-ft-contact ul li.mail::before{
	background:url(/application/images/icon_letter.svg);
	top: -5px;
}
.csc-ft-cpr{
	padding: 20px;
	font-size: 0.9em;
}

.csc-container{
	padding: 0px;
}

.ct-pdd-btm{
	padding-bottom: 300px;
}
.ft-abs-btm{
	position: absolute;
	bottom: 0px;
	left: 0px;
}

@media only screen and (max-width: 768px) {
   
   	.csc-logo{width: 200px; padding-top: 20px;}
   	.csc-menu{display: none;}
	.csc-menu-mb{display: block;}
	.csc-logo{float: right;}
	.csc-footer{font-size: 0.9em;}
	.csc-footer h2{padding: 0px 0px 10px 0px;}
	.csc-ft-about{
		float: none;
		width: 100%;
		text-align: center;
		padding: 30px 0px 0px 0px;
	}
	.csc-ft-contact{
		float: none;
		margin: auto;
		max-width: 420px;
		width: 100%;
		text-align: center;
		padding: 15px 0px 0px 0px;
	}
	.csc-ft-contact ul li{
		padding: 0px 20px 10px 20px; 
	}
	.csc-ft-cpr{
		text-align: center;
	}

.csc-ft-contact ul li.addr::before,
.csc-ft-contact ul li.tel::before,
.csc-ft-contact ul li.mail::before{
	background-image: none;
	position: static;
	width: auto;
	height: auto;
	display: inline-block;
	font-weight: 700;
	white-space: nowrap;
}


.csc-ft-contact ul li.addr::before{}
.csc-ft-contact ul li.tel::before{content:'Telephone : ';}
.csc-ft-contact ul li.mail::before{content:'E-mail : ';}

}
@media only screen and (max-width: 520px) {

	.ct-pdd-btm{padding-bottom: 350px;}


}
