.strength1 {
	width: 100%;
	background: url(../img/strength1.jpg) no-repeat top center;
	overflow: hidden;
	padding: 75px 0;
}
.strength1 .strength1-txt {
	width: 430px;
	overflow: hidden;
	float: left;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}
.strength1-txt h1 {
	font-size: 40px;
	color: #000000;
	margin: 75px 0 30px;
}
.strength1 .strength1-img {
	width: 530px;
	overflow: hidden;
	float: right;
}
.strength1 .strength1-img img {
	width: 100%;
}
@media only screen and (max-width: 991px) {
	.strength1 {
		background: url(../img/strength1S.jpg) no-repeat top center;
		background-size: 100% auto;
		padding: 95px 0 100px;
	}
	.strength1 .strength1-txt {
		width: 100%;
		float: none;
		margin: 0 0 90px;
		line-height: 40px;
		font-size: 26px;
	}
	.strength1-txt h1 {
		font-size: 48px;
		margin: 0 0 25px;
	}
	.strength1 .strength1-img {
		width: 100%;
		float: none;
	}
}
@media only screen and (max-width: 700px) {
	.strength1 {
		padding: 45px 0 50px;
	}
	.strength1 .strength1-txt {
		margin: 0 0 40px;
		line-height: 20px;
		font-size: 14px;
	}
	.strength1-txt h1 {
		font-size: 28px;
		margin: 0 0 20px;
	}
}
@media only screen and (max-width: 370px) {
	.strength1 {
		background-size: auto 100%;
	}
}
@media only screen and (min-width: 1921px) {
	.strength1 {
		background-size: 100%;
	}
}
.strength2 {
	width: 100%;
	overflow: hidden;
	padding: 100px 0 75px;
	background: url(../img/strength2.jpg) no-repeat top center;
	color: #FFFFFF;
}
.strength2 .strength2-img {
	width: 450px;
	height: 450px;
	overflow: hidden;
	margin: 0 0 0 16px;
	position: relative;
	cursor: pointer;
	float: left;
}
.strength2 .strength2-img:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: url(../img/strength2.png) no-repeat center;
	transition: all 0.5s;
}
.strength2 .strength2-img:hover:before {
	transform: rotate(120deg);
}
.strength2-img h3 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 23px 0 0 5px;
	position: relative;
	z-index: 2;
}
.strength2-img h3 span {
	display: inline-block;
	position: relative;
}
.strength2-img h3 span:nth-of-type(1) {
	transform: rotate(-34deg);
	top: 28px;
}
.strength2-img h3 span:nth-of-type(2) {
	transform: rotate(-20deg);
	top: 15px;
}
.strength2-img h3 span:nth-of-type(3) {
	transform: rotate(-14deg);
	top: 7px;
}
.strength2-img h3 span:nth-of-type(4) {
	transform: rotate(-8deg);
	top: 2px;
}
.strength2-img h3 span:nth-of-type(5) {
	transform: rotate(0);
}
.strength2-img h3 span:nth-of-type(6) {
	transform: rotate(8deg);
	top: 2px;
}
.strength2-img h3 span:nth-of-type(7) {
	transform: rotate(14deg);
	top: 7px;
}
.strength2-img h3 span:nth-of-type(8) {
	transform: rotate(20deg);
	top: 15px;
}
.strength2-img h3 span:nth-of-type(9) {
	transform: rotate(34deg);
	top: 28px;
}
.strength2-img ul {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.strength2-img ul li {
	width: 90px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
}
.strength2-img ul li:nth-of-type(1) {
	transform: rotate(-60deg);
	left: 50%;
	top: 50%;
	margin: -80px 0 0 -140px;
}
.strength2-img ul li:nth-of-type(2) {
	transform: rotate(60deg);
	left: 50%;
	top: 50%;
	margin: -80px 0 0 50px;
}
.strength2-img ul li:nth-of-type(3) {
	left: 50%;
	margin: 0 0 0 -40px;
	bottom: 88px;
}
.strength2-img ul li h4 {
	font-size: 26px;
	font-family: "wigrumweb-bold";
	margin: 0 0 2px;
}
.strength2 .strength2-txt {
	width: 515px;
	overflow: hidden;
	font-size: 16px;
	line-height: 24px;
	float: right;
}
.strength2-txt h1 {
	font-size: 40px;
	margin: 116px 0 28px;
}
@media only screen and (max-width: 991px) {
	.strength2 {
		background: url(../img/strength2S.jpg) no-repeat top center;
		background-size: 100% auto;
		padding: 145px 0 85px;
	}
	.strength2 .strength2-img {
		width: 532px;
		height: 532px;
		margin: 0 auto;
		float: none;
	}
	.strength2 .strength2-img:before {
		background-size: 100%;
	}
	.strength2 .strength2-txt {
	    width: 100%;
	    float: none;
	    margin: 0 0 70px;
	    font-size: 26px;
	    line-height: 40px;
	}
	.strength2 .strength2-txt br:last-of-type,.strength2 .strength2-txt br:first-of-type {
		display: none;
	}
	.strength2-txt h1 {
		font-size: 48px;
	    margin: 0 0 30px;
	}
	.strength2-img h3 {
		font-size: 26px;
		margin: 32px 0 0 5px;
	}
	.strength2-img ul li {
		width: 110px;
		font-size: 16px;
	}
	.strength2-img ul li:nth-of-type(1) {
		transform: rotate(-58deg);
		margin: -90px 0 0 -170px;
	}
	.strength2-img ul li:nth-of-type(2) {
		transform: rotate(58deg);
		margin: -92px 0 0 65px;
	}
	.strength2-img ul li:nth-of-type(3) {
		margin: 0 0 0 -55px;
		bottom: 105px;
	}
	.strength2-img ul li h4 {
		font-size: 30px;
		margin: 0 0 2px;
	}
}
@media only screen and (max-width: 700px) {
	.strength2 {
		padding: 70px 0 45px;
	}
	.strength2 .strength2-txt {
	    margin: 0;
	    font-size: 14px;
    	line-height: 20px;
	}
	.strength2-txt h1 {
		font-size: 28px;
	    margin: 0 0 15px;
	}
	.strength2 .strength2-img {
		width: 300px;
		height: 300px;
		left: 50%;
		margin: 35px 0 0 -150px;
	}
	.strength2 .strength2-img:before {
		background-size: 100%;
	}
	.strength2-img h3 {
		font-size: 16px;
		line-height: 30px;
		height: 30px;
		margin: 14px 0 0 5px;
	}
	.strength2-img h3 span:nth-of-type(1) {
		transform: rotate(-34deg);
		top: 20px;
	}
	.strength2-img h3 span:nth-of-type(2) {
		transform: rotate(-20deg);
		top: 12px;
	}
	.strength2-img h3 span:nth-of-type(3) {
		transform: rotate(-14deg);
		top: 6px;
	}
	.strength2-img h3 span:nth-of-type(4) {
		transform: rotate(-8deg);
		top: 2px;
	}
	.strength2-img h3 span:nth-of-type(5) {
		transform: rotate(0);
	}
	.strength2-img h3 span:nth-of-type(6) {
		transform: rotate(8deg);
		top: 2px;
	}
	.strength2-img h3 span:nth-of-type(7) {
		transform: rotate(14deg);
		top: 6px;
	}
	.strength2-img h3 span:nth-of-type(8) {
		transform: rotate(20deg);
		top: 12px;
	}
	.strength2-img h3 span:nth-of-type(9) {
		transform: rotate(34deg);
		top: 20px;
	}
	.strength2-img ul li {
		width: 90px;
		font-size: 12px;
	}
	.strength2-img ul li:nth-of-type(1) {
		margin: -55px 0 0 -108px;
	}
	.strength2-img ul li:nth-of-type(2) {
		margin: -53px 0 0 20px;
	}
	.strength2-img ul li:nth-of-type(3) {
		margin: 0 0 0 -40px;
		bottom: 60px;
	}
	.strength2-img ul li h4 {
		font-size: 16px;
		margin: 0;
	}
}
@media only screen and (max-width: 375px) {
	.strength2 {
		background-size: auto 100%;
	}
}
@media only screen and (min-width: 992px) {
	.strength2 .strength2-txt {
		width: 450px;
	}
	.strength2 .strength2-txt p:nth-of-type(1) br {
		display: none;
	}
}
@media only screen and (min-width: 1200px) {
	.strength2 .strength2-txt {
		width: 515px;
	}
	.strength2 .strength2-txt p:nth-of-type(1) br {
		display: block;
	}
}
@media only screen and (min-width: 1921px) {
	.strength2 {
		background-size: 100%;
	}
}
.strength3 {
	width: 100%;
	overflow: hidden;
	padding: 100px 0 170px;
	background: url(../img/strength3.jpg) no-repeat center;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}
.strength3 h1 {
	font-size: 40px;
	margin: 0 0 35px;
	color: #000000;
}
.strength3 a {
	display: block;
	width: 150px;
	height: 40px;
	color: #FFFFFF;
	font-size: 16px;
	overflow: hidden;
	background-color: #d8262c;
	border: 1px solid #d8262c;
	border-radius: 5px;
	text-align: center;
	line-height: 38px;
	position: relative;
	margin: 80px 0 0;
	transition: all 0.5s;
}
.strength3 a span {
	position: relative;
	z-index: 2;
}
.strength3 a:before {
	content: '';
	display: block;
	width: 0px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transition: all 0.5s;
}
.strength3 a:hover span {
	color: #d8262c;
}
.strength3 a:hover:before {
	width: 100%;
	left: 0;
	background-color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
	.strength3 {
		background: url(../img/strength3S.jpg) no-repeat top center;
		background-size: 100% auto;
		padding: 125px 0 520px;
		font-size: 26px;
		line-height: 40px;
	}
	.strength3 h1 {
		font-size: 48px;
		margin: 0 0 30px;
	}
	.strength3 a {
		width: 245px;
		height: 65px;
		font-size: 26px;
		line-height: 61px;
		margin: 80px 0 0;
		border-width: 2px;
	}
}
@media only screen and (max-width: 700px) {
	.strength3 {
		padding: 60px 0 260px;
		font-size: 14px;
		line-height: 20px;
	}
	.strength3 h1 {
		font-size: 28px;
		margin: 0 0 20px;
	}
	.strength3 p:last-of-type {
		width: 336px;
	}
	.strength3 a {
		width: 120px;
		height: 35px;
		font-size: 14px;
		line-height: 33px;
		margin: 40px 0 0;
		border-width: 1px;
	}
}
@media only screen and (max-width: 375px) {
	.strength3 {
		background-size: auto 100%;
	}
}
@media only screen and (min-width: 1921px) {
	.strength3 {
		background-size: 100%;
	}
}
.strength4 {
	width: 100%;
	overflow: hidden;
	padding: 165px 0 365px;
	background: url(../img/strength4.jpg) no-repeat center;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}
.strength4 .strength4-txt {
	width: 520px;
	overflow: hidden;
	color: #FFFFFF;
	float: right;
}
.strength4 h1 {
	font-size: 40px;
	margin: 0 0 30px;
	color: #FFFFFF;
}
.strength4 a {
	display: block;
	width: 150px;
	height: 40px;
	color: #FFFFFF;
	font-size: 16px;
	overflow: hidden;
	background-color: #d8262c;
	border-radius: 5px;
	text-align: center;
	line-height: 38px;
	border: 1px solid #d8262c;
	position: relative;
	margin: 60px 0 0;
	transition: all 0.5s;
}
.strength4 a span {
	position: relative;
	z-index: 2;
}
.strength4 a:before {
	content: '';
	display: block;
	width: 0px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transition: all 0.5s;
}
.strength4 a:hover span {
	color: #d8262c;
}
.strength4 a:hover:before {
	width: 100%;
	left: 0;
	background-color: #ffffff;
}
@media only screen and (max-width: 991px) {
	.strength4 {
		background: url(../img/strength4S.jpg) no-repeat top center;
		background-size: 100% auto;
		padding: 125px 0 645px;
	}
	.strength4 h1 {
	    font-size: 48px;
	    margin: 0 0 30px;
	}
	.strength4 .strength4-txt {
	    width: 100%;
	    float: none;
	    font-size: 26px;
	    line-height: 40px;
	    text-align: justify;
	}
	.strength4 .strength4-txt p {
		margin: 0 0 10px;
	}
	.strength4 .strength4-txt br {
		display: none;
	}
	.strength4 a {
		width: 245px;
		height: 65px;
		font-size: 26px;
		line-height: 61px;
		border-width: 2px;
		margin: 90px 0 0;
	}
}
@media only screen and (max-width: 700px) {
	.strength4 {
		padding: 60px 0 320px;
	}
	.strength4 h1 {
	    font-size: 28px;
	    margin: 0 0 20px;
	}
	.strength4 .strength4-txt {
	    font-size: 14px;
	    line-height: 20px;
	}
	.strength4 .strength4-txt p {
		margin: 0 0 5px;
	}
	.strength4 a {
		width: 125px;
		height: 35px;
		font-size: 14px;
		line-height: 33px;
		margin: 45px 0 0;
		border-width: 1px;
	}
}
@media only screen and (max-width: 375px) {
	.strength4 {
		background-size: auto 100%;
	}
}
@media only screen and (min-width: 1921px) {
	.strength4 {
		background-size: 100%;
	}
}
.strength5 {
	width: 100%;
	overflow: hidden;
	height: 495px;
	background: url(../img/strength5.jpg) no-repeat center;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}
.strength5 h1 {
	font-size: 40px;
	color: #000000;
	margin: 100px 0 32px;
}
@media only screen and (max-width: 991px) {
	.strength5 {
		height: auto;
		padding: 125px 0 665px;
		background: url(../img/strength5S.jpg) no-repeat bottom center;
		background-size: 100% auto;
		font-size: 26px;
		line-height: 40px;
	}
	.strength5 h1 {
		font-size: 48px;
		margin: 0 0 30px;
	}
}
@media only screen and (max-width: 700px) {
	.strength5 {
		padding: 60px 0 330px;
		font-size: 14px;
		line-height: 20px;
	    text-align: justify;
	}
	.strength5 h1 {
		font-size: 28px;
		margin: 0 0 20px;
	}
}
@media only screen and (max-width: 370px) {
	.strength5 {
		background-size: auto 100%;
	}
}
@media only screen and (min-width: 1921px) {
	.strength5 {
		background-size: 100%;
	}
}