
@media screen and (max-width:750px) {

	.lastFont {
		width:100vw;
	font-size: 1.5rem!important;
	font-weight: 500!important;
	line-height: 38px!important;
	
	}

}
@media screen and (max-width:750px) {

	.lastFont1 {
		font-size: 1.2rem !important;
		width:100vw;
	
	}

}
@media screen and (max-width:750px) {

	.bottomInfo {
		width: 200vw;
		display: flex;
		flex-direction: row;
		justify-content: center;
		font-size: 2vw !important;
		transform: scale(0.8);
	
	}

}
@media screen and (max-width:750px) {

	.indexTitle {
		font-size: 5vw;
		color: white;
		font-weight: 600;
		width: 100vw;
	}

}

@media screen and (min-width:750px) {

	.indexTitle {
		font-size: 2vw;
		color: white;
		font-weight: 600;
		width: 100vw;
	}
}

@media screen and (max-width:750px) {

	.indexTitle1 {
		font-size: 2vw !important;
		color: white;
		font-weight: 600;
		width: 100vw;
	}

}

@media screen and (min-width:750px) {

	.indexTitle1 {
		font-size: 2vw;
		color: white;
	}
}




@media screen and (max-width:750px) {

	.maxWidth {

		width: 130vw !important;
		height: auto !important;
	}

}



.rowItem {
	display: flex;
	flex-direction: row;
	width: 100vw;
	height: 100vh;
}

.rowItem-left {
	width: 100vw;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: row;
	align-items: center;


}

.rowItem-img-box {
	margin-left: 10vw;
	flex-shrink: 0;

}

.rowItem-img-box img {
	width: 500px;
	height: auto;
}

@media screen and (max-width:750px) {

	.rowItem-img-box {
		margin-left: 0;
		flex-shrink: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;

	}

	.rowItem-img-box img {
		width: 100vw !important;
		height: auto !important;

	}
}

.rowItem-right {
	width: 100vw;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}

.rowItem-right .right-title {
	font-size: 75px;
	font-size: 3rem;
	font-weight: 600;
	line-height: 106px;
	-webkit-transition: all 350ms;
	transition: all 350ms;
}

@media screen and (max-width:750px) {

	.rowItem-right .right-title {
		position: absolute;
		top: 10vh;
	}
}

.rowItem-right .right-sub {
	margin-top: 40px;
	font-size: 29px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 38px;
	-webkit-transition: all 550ms;
	transition: all 550ms;
}

@media screen and (max-width:750px) {

	.rowItem-right .right-sub {
		position: absolute;
		top: 72vh;
		z-index: 10;
	}
}

.rowItem-right .right-desc {
	margin-top: 20px;
	font-size: 20px;
	font-size: 1.5rem;
	line-height: 32px;
	-webkit-transition: all 750ms;
	transition: all 750ms;
}

@media screen and (max-width:750px) {

	.rowItem-right .right-desc {
		position: absolute;
		z-index: 10;
		top: 85vh;
	}
}