/* viewsjs */
.vtech {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.vtech .banner {
	width: 100%;
	position: relative;
	height: 65vh;
}

.vtech .banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vtech .banner-h3 {
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translateX(-50%);
	color: #F7F7F7;
	font-weight: bold;
	font-size: 55px;
	text-align: center;
	line-height: 55px;
	width: 100%;
	z-index: 9;
	font-family: 'Montserrat';
}

.tech-item {
	display: flex;
	align-items: center;
}

.tech-item a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.tech-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tech-item-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	text-align: center;
}

.tech-item-text h3 {
	font-size: 40px;
	line-height: 40px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 20px;
}

.tech-item-text p {
	font-size: 20px;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: 500;
	margin-bottom: 38px;
}

.tech-item-text div {
	font-size: 17px;
	line-height: 25px;
	color: #FFFFFF;
	font-weight: 300;
	margin-bottom: 79px;
}

.tech-item-text div {
	font-size: 17px;
	line-height: 25px;
	color: #FFFFFF;
	font-weight: 300;
	margin-bottom: 79px;
}

.tech-item-text button {
	width: 128px;
	height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #FFFFFF;
	background: transparent;
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: 300;
	border-radius: 50px;
	margin: auto;
	cursor: pointer;
}

.tech-content {
	width: 100%;
	height: 100%;
}

.tech-item {
	width: 100%;
	height: 100%;
}

.tech-img {
	width: 50%;
	height: 100%;
	display: flex;
}

.tech-img video {
	width: 100%;
	height: auto;
}

.tech-item img {
	width: 100%;
	height: auto;
}

.tech-text {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	width: 50%;
	height: 100%;
	flex-direction: column;
	text-align: center;
}

.tech-f {
	width: 50%;
	margin: auto;
}

.tech-text h5 {
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 23px;
	font-family: 'Montserrat';
}

.tech-text p {
	font-weight: 300;
	font-size: 17px;
	line-height: 25px;
	color: #000000;
	font-family: 'Montserrat';
}

.tech-content .tech-item:nth-child(even) {
	flex-direction: row-reverse;
}

@media (max-width: 1440px) {}

@media (max-width:1140px) {
	.banner {
		height: auto;
	}

	.banner img {
		height: 60vh;
	}

	.tech-item {
		flex-direction: column-reverse;
	}

	.tech-content .tech-item:nth-child(even) {
		flex-direction: column-reverse;
	}

	.tech-img {
		width: 100%;
	}

	.tech-text {
		width: 100%;
	}

	.tech-f {
		width: 85%;
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.tech-item img {
		height: 50vh;
	}
}