*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	font-family: 'Open Sans', sans-serif;
	color: #434244;
}

.wrap{
	width: 1400px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.menu-ico{display: none;}

.multiplyover{
	position: absolute;
	top: 96px;
	left: 0;
	width: 100%;
	z-index: 2;
	mix-blend-mode: multiply;
}

.multiplyover:after{
	content: "";
	height: 450px;
	width: 100%;
	background-color: #8bc70a;
	transform-origin: top left;
	transform: skewY(19deg);
	display: block;
	position: absolute;
	left: 0;
	top: 350px;
}

.multiplyover.nosec:after{display: none;}

.multiplyover:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 1483px 536px 0;
	border-color: transparent #8bc70a transparent transparent;
	position: absolute;
	top: 0;right: 0;
}

header{
	background-color: #249994;
	padding: 20px 0;
	position: relative;
	z-index: 999;
}

header .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header a.logo{
	display: block;
	width: 155px;
}

header a.logo img, header a.fb img{display: block;width: 100%;}

header a.fb{
	display: block;
	width: 28px;
	margin-left: 60px;
	transition: all .3s;
}

header a.fb:hover{
	-webkit-filter: invert(1);
    filter: invert(1);
}

header nav{
	display: flex;
	flex-grow: 1;
	justify-content: flex-end;
	align-items: center;
}

header nav a, header a.en{
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	margin-left: 20px;margin-right: 20px;
	transition: all .3s;
}

header nav a:hover, header a.en:hover{color: #222;}

header a.en{
	margin-right: 0;
	font-size: 16px;
}

.banner{
	position: relative;
}

.banner img{
	display: block;
	width: 100%;
	z-index: -1;
}

.baninfo{
	height: calc(100% - 80px);
	position: absolute;
	top: 40px;
	width: 950px;
	max-width: 100%;
	left: 50%;
	transform: translateX(-50%);
	text-align: right;
	color: #fff;
	z-index: 9;
}

.baninfo h2{
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 800;
	line-height: 1;
}

.baninfo h3{
	font-size: 30px;
	font-weight: 800;
	line-height: 1;
}

a.btnh{
	text-decoration: none;
	color: #fff;
	font-size: 25px;
	border:2px solid #fff;
	padding: 10px 30px 12px;
	display: block;
	line-height: 1;
	font-weight: 600;
	position: absolute;
	bottom: 0;right: 0;
	transition: all .4s;
}

a.btnh:hover{
	background-color: #fff;
	color: #97c24e;
}

section:not(.banner){position: relative;z-index: 2;}

section.content{
	padding: 60px 0;
}

section.content h1{
	display: flex;
	justify-content: flex-start;
	align-items: center;

	font-size: 40px;
	font-weight: 800;
	margin-bottom: 40px;
	line-height: 1;
	text-transform: uppercase;
}

section.content.intro h1{
	color: #fff;
}

section.content h1 div div{
	text-transform: none;
	font-size: 26px;
}

section.content h1 .img{
	display: block;
	width: 60px;
	margin-right: 30px;
}

section.content h1 .img img{display: block;width: 100%;}

.introbox{
	width: calc(100% - 160px);
	margin-left: auto;
	margin-right: auto;
	border:2px solid #fff;
	text-align: center;
	margin-bottom: 100px;
}

.introbox p{
	color: #434244;
	font-size: 20px;
	font-weight: 600;
	padding: 30px 10px;
}

.taclist{
	text-align: center;
}

.taclist>div{
	display: inline-block;
	text-align: left;
}

.taclist h2{
	color: #fff;
	display: inline-block;
	background-color: #249994;
	text-transform: uppercase;
	font-size: 40px;
	padding: 8px 10px;
	margin-bottom: 30px;
}

.taclist ul{text-align: left;}

section.content ul{
	list-style-type: none;
}

section.content ul li{
	position: relative;
	padding-left: 40px;
	margin-bottom: 5px;
}

section.content ul li:before{
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 5px;
	background-color: #249994;
	border-radius: 50%;
	top: 9px;
	left: 25px;
}

footer{
	background-color: #249994;
	color: #fff;
	padding: 50px 0;
	position: relative;
	z-index: 9;
}

footer .wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

footer h2{
	text-transform: uppercase;
	width: 100%;
	font-weight: 800;
	font-size: 40px;
	margin-bottom: 35px;
}

.footeritem{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 300;font-size: 18px;
}

.footeritem a, p.copy a{
	color: #fff;
	text-decoration: none;
}

.footeritem .img{
	margin-right: 25px;
	width: 55px;
}

.footeritem .img img{display: block;width: 100%;}

a.telf{font-size: 28px;font-weight: 800;}

p.copy{
	width: 100%;
	text-align: center;
	margin-top: 80px;
	font-weight: 300;
}

p.copy img{
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	margin-left: 10px;
}

.right{
	float: right;
}

.contentpage p{margin-bottom: 20px;font-size: 18px;}

.contentpage p a{
	text-decoration: none;
	color: #249994;
}

a.btn{
	display: inline-block;
	padding: 10px 30px;
	background-color: #249994;
	border:2px solid #249994;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 20px;
	transition: all .3s;
}

a.btn:hover{
	background-color: #fff;
	color: #249994;
}

.contentpage h2{
	font-size: 30px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.contentpage h3{
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 30px;
}

.contentpage hr{
	height: 3px;
	border:0;
	width: 100%;
	background-color: #8bc70a;
	margin: 60px auto;
}

.minigal{
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 70px 0;
}

.minigal a{
	display: block;
	width: 300px;
	max-width: 30%;
}

.minigal a img{display: block;width: 100%;}

.contentpage h4{
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 50px;
}

.contentpage iframe{
	margin-left: auto;margin-right: auto;
	display: block;
}

.contentpage iframe+p{
	margin-top: 40px;
	font-size: 22px;
	text-align: center;
}

@media screen and (min-width:1921px){
	.multiplyover:after{
		transform: skewY(19.1deg);
		height: 680px;
		top: 420px;
	}
	.multiplyover:before {
		border-width: 0 1833px 636px 0;
	}
}

@media screen and (max-width:1350px){
	
	header nav a, header a.en{
		font-size: 17px;
		margin-left: 10px;
		margin-right: 10px;
	}
	
	header a.fb{margin-left: 10px;}
	
	header a.logo{width: 140px;}
	
	.multiplyover{top: 91px;}
	
	.multiplyover:before{
		border-width: 0px 953px 328px 0;
	}
	.multiplyover:after{
		top: 230px;
		height: 500px;
	}
	
	.baninfo h2{font-size: 30px;}
	.baninfo h3{font-size: 25px;}
	.introbox p{font-size: 16px;}
	.introbox {
    	width: calc(100% - 80px);
	}
	
	p.copy{font-size: 14px;}
}

@media screen and (max-width:1024px){
	.menu-ico{
		display: block;
		width: 40px;
		margin-left: 20px;
	}
	
	.menu-ico div{
		display: block;
		width: 100%;
		height: 4px;
		background-color: #fff;
	}
	
	.menu-ico div:nth-child(2){
		margin-bottom: 5px;
		margin-top: 5px;
	}
	
	header nav{
		display: none;
		position: absolute;
		top: 90px;
		left: 0;
		width: 100%;
		flex-wrap: wrap;
		text-align: center;
		background-color: #1e837f;
		padding-bottom: 10px;
		padding-top: 5px;
	}
	header nav a{
		display: block;
		width: 100%;
		padding: 10px 5px;
		margin: 0 !important;
	}
	header a.fb{margin-left: auto;}
	
	.baninfo{max-width: 95%;}
	
	.multiplyover:after{
		transform: skewY(13deg);
	}
	.multiplyover:before {
	    border-width: 0px 1001px 231px 0;
	}
	section.content h1{font-size: 34px;}
	section.content h1 div div{font-size: 22px;}
	.introbox {
    	width: 100%;
	}
	
	.wrap{max-width: 97%;}
	
	.footeritem{font-size: 15px;}
	.footeritem .img {
    	margin-right: 15px;
    	width: 45px;
	}
	a.telf{font-size: 22px;}
	p.copy {
    	font-size: 12px;
	}
	.taclist h2, footer h2{font-size: 30px;}
}

@media screen and (max-width:800px){
	.baninfo h2 {
		font-size: 25px;
	}

	.baninfo h3 {
		font-size: 18px;
	}
	.baninfo {
		height: calc(100% - 40px);
		top: 20px;
	}

	a.btnh{font-size: 20px;}
	
	p.copy a{display: block;}
}

@media screen and (max-width:700px){
	header a.logo {
		width: 100px;
	}
	header{
		padding: 10px 0;
	}

	.menu-ico{margin-left: 5px;}

	header nav, .multiplyover{top: 56px;}
	
	.banner img{
		height: 260px;
		object-fit: cover;
		object-position: center;
	}
	
	.multiplyover:before {
		border-width: 0px 461px 161px 0;
	}
	
	.multiplyover:after{
		transform: skewY(19deg);
		top: 210px;
		height: 400px;
	}
	
	.baninfo h2 {
		font-size: 24px;
		font-weight: 700;
	}
	
	.baninfo h3{
		font-size: 14px;
		font-weight: 700;
	}
	.baninfo {
		height: calc(100% - 20px);
		top: 10px;
	}
	a.btnh {
    	font-size: 16px;
	}
	
	section.content h1 .img{
		width: 45px;
		margin-right: 20px;
	}
	
	section.content h1 {
		font-size: 24px;
	}
	section.content h1 div div {
		font-size: 18px;
	}
	
	.taclist h2, footer h2 {
    	font-size: 22px;
	}
	
	.footeritem {
		font-size: 18px;
		width: 100%;
		margin-bottom: 30px;
	}
	a.telf {
		font-size: 26px;
	}
	.contentpage h2{font-size: 26px;}
	.contentpage h3{font-size: 18px;}
	.contentpage iframe{max-width: 100%;}
	.contentpage iframe+p{font-size: 18px;}
	
	.right{float: none;}
	
	.contactp{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items: center;
	}
	
	.contactp h1{width: 100%;order: 1;}
	.contactp>p{width: 100%;order: 2;}
	.contactp .right{width: 100%;order: 3;}
}




















