body {
	overflow-x : hidden;
}
#visual {
	position: relative;
	width: 100%;
	height: 900px;
	background-image: url('../images/visual1.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}
#visual div,
.row div {
	transition: ease 1s all;
	transform: translateY(200px);
	opacity:0;
}

#visual.anim div,
.row.anim div {
	transform: translateY(0);
	opacity:1;
}
#visual .box-txt {
	position: absolute;
	left: 50%;
	margin-left: -265px;
	top: 280px;
}
.box-txt .box {
	width: 100px;
	height: 100px;
	background-color: #e43e42;
	position: absolute;
	left: -40px;
	top: -30px;
}
#logotype, #slogan {
	position: relative;
	background-repeat: no-repeat;
	background-image: url('../images/thesImageSet.png');
}
#logotype {
	width: 150px;
	height: 56px;
	background-position: -90px -10px;
	margin-bottom: 50px;
}
#slogan {
	width: 525px;
	height: 105px;
	background-position: -15px -75px;
}
.row1 .inner-row {
	width: 900px;
	margin-top: 50px;
}
.row1 ul#listTech {
	clear: both;
}
ul#listTech li {
	float: left;
	width: 33.333%;
}
ul#listTech .box-img {
	width: 100%;
	overflow: hidden;
}
ul#listTech .box-img img {
	width: 100%;

}
ul#listTech .box-img:hover img {
	transform: scale(1.5);
}
ul#listTech p {
	font-weight: 600;
	margin: 10px 0 20px;
	height: 100%;
}
.row2 {
	background-image: url('../images/bg-solution.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	color: #fff;
}
.row2 .inner-row {
	width: 900px;
}
.row2 h3 {
	color: #fff;
	margin-bottom: 30px;
}
.row2 ul#listSolution {
	margin-top: 120px;
}
ul#listSolution li {
	float: left;
	height: 200px;
	width: 33%;
	text-align: left;
	margin-bottom: 40px;
}
ul#listSolution div.icon {
	padding-top: 30px;

	width: 80px;
	height: 80px;
	border-radius: 40px;
	border: 3px solid #fff;
	background-image: url('../images/thesImageSet.png');
	background-repeat: no-repeat;
}
ul#listSolution li:nth-child(1) div.icon {
	background-position: -3px -197px;
}
ul#listSolution li:nth-child(2) div.icon {
	background-position: -75px -197px;
}
ul#listSolution li:nth-child(3) div.icon {
	background-position: -150px -197px;
}
ul#listSolution li:nth-child(4) div.icon {
	background-position: -3px -257px;
}
ul#listSolution li:nth-child(5) div.icon {
	background-position: -75px -257px;
}
ul#listSolution li:nth-child(6) div.icon {
	background-position: -150px -257px;
}
ul#listSolution div.txt {
	clear:both;
	font-size: 1.2rem;
}
ul#listSolution h3 {
	font-size: 1.3rem;
	font-weight: 600;
}
.row3 .inner-row {
	padding-bottom: 50px;
}
.row3 h2,
.row4 h2 {
    line-height: 0.9;
	text-align: left;
}
.wrap-box-logos {
	clear: both;
}
.box-logos {
	float: left;
	height: 100%;
	margin-right: 20px;
	position: relative;
}
.box-logos .box-img {
	width: 100%;
	height: 100%;
	text-align: center;
}
.box-logos .box-img img {
	width: auto;
    height: 150px;
}
.box-logos .btn-group {
	margin: 15px 0 30px;
}
ul#listValue {
	clear: both;
	width: 640px;
	margin: 60px auto 0;
}
ul#listValue li {
	float: left;
	width: 100px;
	margin: 0 25px;
}
ul#listValue li p.box-img {
	background-image: url('../images/thesImageSet.png');
	background-repeat: no-repeat;
	height: 70px;
}
ul#listValue li:nth-child(1) p.box-img {
	background-position: -332px -200px;
}
ul#listValue li:nth-child(2) p.box-img {
	background-position: -415px -200px;
}
ul#listValue li:nth-child(3) p.box-img {
	background-position: -335px -272px;
}
ul#listValue li:nth-child(4) p.box-img {
	background-position: -418px -270px;
}
ul#listValue li p.gray {
	color: #777;
	font-weight: 600;
	font-size: 1.3rem;
}
ul#listValue li p.black {
	font-weight: 600;
	color: #000;
}
.row4 {
	background-image: url('../images/bg-history.jpg');
	background-repeat: no-repeat;
	background-position: center -230px;
	background-size: cover;
	height: 2000px;
	padding: 0;
}
.row4 h2 {
	margin-bottom: 80px;
}
#history {
	top: 160px;
	left: 90px;
	position: relative;
}
.red-box {
	position: absolute;
	width: 250px;
	height: 850px;
	left: -100px;
	top: 0;
	background-color: rgba(229,46,59,0.7);
}
#history h2 {
	position: absolute;
	width: 250px;
	height: 65px;
	line-height: 65px;
	color: #fff;
	text-align: center;
	left: 80px;
	top: 60px;
	background-color: rgba(0,0,0,0.7);
}
#history table {
	font-weight: 600;
	text-align: left;
	position: absolute;
	top: 205px;
	left: 80px;
}
#history th {
	font-size: 2rem;
	font-weight: bolder;
	color: #000;
}
#history tr {
	height: 30px;
	line-height: 25px;
	vertical-align: top;
}
#history td {
	padding-left: 40px;
	color: #fff;
    text-shadow: 1px 1px 1px #555;
}
#history td.right-bar {
	width: 80px;
	border-right: 1px solid #eee;
}
#history td.blackened {
	color: #000;
}
#history .taller {
	height: 80px;
}

@media screen and (max-width:1280px) {
	#visual {
		height: 800px;
	}
	.row2 {
		height: 850px;
	}
	#history {
	    top: 130px;
	}
}

@media screen and (max-width:992px) {
	#visual {
		height: 600px;
	}
	#visual .box-txt {
		left: 50%;
		top: 160px;
	}
	#logotype, #slogan {
		background-size: 500px auto;
	}
	#logotype {
		background-position: -80px -10px;
	}
	#slogan {
	    width: 470px;
	}
	.box-txt .box {
		width: 80px;
		height: 80px;
	}
	.row1 .inner-row,
	.row2 .inner-row {
		width: 90%;
	}
	.row2 ul#listSolution {
		margin-top: 70px;
	}
	ul#listSolution li {
		height: 230px;
		margin-bottom: 20px;
	}
	ul#listSolution div.icon {
		float: none;
		background-size: 450px auto;
		width: 70px;
		height: 70px;
		border-radius: 35px;
		padding-top: 20px;
	}
	ul#listSolution div.txt {
		margin-top: 10px;
	}
	ul#listSolution li:nth-child(1) div.icon {
		background-position: 0 -156px;
	}
	ul#listSolution li:nth-child(2) div.icon {
		background-position: -58px -156px;
	}
	ul#listSolution li:nth-child(3) div.icon {
		background-position: -118px -156px;
	}
	ul#listSolution li:nth-child(4) div.icon {
		background-position: 0 -205px;
	}
	ul#listSolution li:nth-child(5) div.icon {
		background-position: -56px -205px;
	}
	ul#listSolution li:nth-child(6) div.icon {
		background-position: -119px -205px;
	}
	.box-logos {
		float: none;
		margin: 0 auto;
	    margin-right: 10px;
	}
	.row4 {
		height: 1550px;
		background-position: top right;
	}
	.row4 .inner-row {
		color: #fff;
	}
	ul#listValue li p.gray {
	    color: #ddd;
	}
	ul#listValue li p.black {
	    color: #fff;
	}
	#history {
	    left: 0px;
	    top: 60px;
	}
	.red-box {
		width: 210px;
		left: 0;
		height: 750px;
	}
	#history h2 {
	    width: 230px;
	    height: 55px;
	    line-height: 55px;
	    top: 30px;
	}
	#history table {
		top: 180px;
		left: 140px;
	    width: 80%;
		font-size: 1.4rem;
	}
	#history td {
		color: #fff !important;
	}
	#history .taller {
	    height: 60px;
	}
}

@media screen and (max-width: 768px) {
	.bg-round-black {
		float: none;
	}
	#visual {
		height: 500px;
	}
	#visual .box-txt {
	    margin-left: -210px;
	}
	#logotype, #slogan {
		background-size: 430px auto;
	}
	#logotype {
		background-position: -70px -10px;
		margin-bottom: 15px;
		height: 50px;
	}
	#slogan {
		background-position: -10px -50px;
	}
	ul#listTech li {
	    float: none;
	    width: 70%;
	    margin: 0 auto;
	}
	.row2 ul#listSolution {
		margin-top: 50px;
	}
	ul#listSolution li {
	    height: 205px;
	}
	.row3 .inner-row {
		padding-bottom: 0;
	}
	.box-logos .box-img img {
	    height: 130px;
	}
	.row4 .inner-row p {
		width: 90%;
	}
	ul#listValue {
	    width: 100%;
        margin-top: 40px;
	}
	ul#listValue li {
	    width: 90px;
	    margin: 0 15px;
	}
	ul#listValue .inner-row p {
		color: #fff;
	}
	ul#listValue li p.box-img {
	    height: 60px;
	    background-size: 440px auto;
	}
	ul#listValue li:nth-child(1) p.box-img {
		background-position: -262px -150px;
	}
	ul#listValue li:nth-child(2) p.box-img {
		background-position: -325px -150px;
	}
	ul#listValue li:nth-child(3) p.box-img {
		background-position: -265px -210px;
	}
	ul#listValue li:nth-child(4) p.box-img {
		background-position: -328px -210px;
	}
	#history {
	    left: 0;
	}
	.red-box {
		left: 0;
		width: 160px;
		height: 650px;
	}
	#history table {
		top: 140px;
		left: 100px;
		font-size: 1.3rem;
	}
	#history th {
	    font-size: 1.8rem;
	}
	#history tr {
		height: 35px;
	   	line-height: 20px;
	}
	#history td.right-bar {
	    width: 60px;
	}
	#history td.blackened {
		color : #fff;
	}
	#history td {
	    padding-left: 30px;
	}

}
@media screen and (max-width: 560px) {
	#visual {
	    height: 450px;
	}
	#visual .box-txt {
	    margin-left: -130px;
	}
	.box-txt .box {
	    width: 70px;
	    height: 70px;
	}
	#logotype, #slogan {
		background-size: 300px auto;
	}
	#logotype {
		width: 80px !important;
		height: 35px;
		background-position: -50px -10px;
		margin-bottom: 15px;
	}
	#slogan {
		width: 290px;
		height: 65px;
		background-position: -10px -40px;
	}
	.row2 {
	    height: 1000px;
	}
	ul#listSolution li {
		width: 50%;
	}
	.box-logos .box-img img {
	    height: 100px;
	}
	ul#listValue {
        margin-top: 40px;
	}
	.row4 {
	    height: 1400px;
	}
	.row4 h2 {
		margin-bottom: 20px;
	}
	ul#listValue li {
	    width: 60px;
   		margin: 0 5px;
   	}
	ul#listValue .inner-row p {
		color: #fff;
	}
	ul#listValue li p.box-img {
	    height: 60px;
	    background-size: 400px auto;
	}
	ul#listValue li:nth-child(1) p.box-img {
		background-position: -244px -135px;
	}
	ul#listValue li:nth-child(2) p.box-img {
		background-position: -302px -135px;
	}
	ul#listValue li:nth-child(3) p.box-img {
		background-position: -245px -190px;
	}
	ul#listValue li:nth-child(4) p.box-img {
		background-position: -304px -188px;
	}
	#history {
	    top: 50px;
	    left: 0;
	}
	#history h2 {
	    width: 150px;
	    height: 40px;
	    line-height: 40px;
	    top: 0;
	    left: 0;
	}
	#history table {
	    width: 95%;
	    left: 0;
	    top: 80px;
	    font-size: 1.2rem;
    }
    .red-box {
   	    width: 10px;
   	    top: 70px;
   	    height: 600px;
    }
	#history td {
	    padding-left: 30px;
	}
	#history td.right-bar {
	    width: 70px;
	}
    #history th {
	    font-size: 1.5rem;
	    color: #fff;
	}
}

@media screen and (max-width: 330px) {
	#visual {
	    height: 350px;
	}
	#visual .box-txt {
	    margin-left: -100px;
   	    top: 130px;
	}
	.box-txt .box {
	    width: 60px;
	    height: 60px;
	    left: -30px;
	}
	.box-logos .box-img img {
	    height: 80px;
	}
	#logotype, #slogan {
		background-size: 240px auto;
	}
	#logotype {
		height: 25px;
		background-position: -40px 0;
		margin-bottom: 15px;
	}
	#slogan {
		width: 225px;
		height: 50px;
		background-position: -10px -35px;
	}
	ul#listValue {
        margin-top: 20px;
	}
	ul#listValue li {
	    width: 60px;
   		margin: 0 5px;
   	}
	ul#listValue .inner-row p {
		color: #fff;
	}
	ul#listValue li p.box-img {
	    height: 40px;
	    background-size: 300px auto;
	}
	#history table {
	    font-size: 1rem;
    }
}