.lang_pos {
    position: relative;
}


/* ///////////////////// */
.wrapperr {
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}

.top-container {
	padding: 50px 10px 60px;
}

.swiper-slide {
    min-height: 620px;
    height: initial;
}

.container-swiper {
	max-width: 1515px;
	margin: 0 auto;
	overflow: hidden;
	background: #FFFFFF;
	border-radius: 20px;
	filter: drop-shadow(0px 0px 50px rgba(215, 215, 215, 0.35));
}

.swiper-banner .swiper-slide .wrapperr {
	display: flex;
	align-items: center;
	max-height: 622px;
	height: 100%;
	position: relative;
}

.swiper-banner .wrapperr .left-info {
	width: 50%;
	padding-right: 30px;
}

.swiper-banner .wrapperr .rigt-info {
	width: 50%;
	padding-left: 30px;
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
}

.banner-title {
	font-style: normal;
	font-weight: 450;
	font-size: 54px;
	margin-bottom: 20px;
}

.banner-description {
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 217.5%;
	margin-bottom: 45px;
}

.banner-src {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background-color: #FD4000;
	border-radius: 5px;
	max-width: 260px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}

.banner-image-bg {
	position: absolute;
	top: 13%;
	right: 0;
	max-height: 462px;
	height: 100%;
	width: 48%;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	overflow: hidden;
}

.banner-image-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-people {
	position: absolute;
	left: 40px;
	bottom: 0;
	z-index: 2;
}

.swiper-pagination-bullets {
	position: relative;
	margin: 50px auto 0;
	z-index: 10;
	bottom: initial;
	left: initial;
}

.swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	background: #DDDDDD;
	margin-right: 30px;
	opacity: 1;
}

.swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.swiper-pagination-bullet-active {
	background: #FD4000;
}

@media screen and (max-width: 1024px) {
	.banner-people {
		left: 0;
	}
	.banner-people img {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
    .company-card {
        width: 100%;
    }
	.swiper-wrapperr {
		height: initial;
	}
	.banner-people {
		position: relative;
		bottom: initial;
		top: 0;
		width: 60%;
	}
	.swiper-banner .swiper-slide .wrapperr {
		flex-direction: column;
		max-height: initial;
	}
	.swiper-banner .wrapperr .left-info {
		width: 100%;
		padding-right: initial;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 50px;
	}
	.swiper-banner .wrapperr .rigt-info {
		width: 100%;
		padding-left: initial;
		justify-content: center;
		margin-top: 60px;
	}
	.banner-title {
		text-align: center;
	}
	.banner-description {
		text-align: center;
	}
	.banner-src {
		width: 260px;
	}
	.container-swiper {
		max-height: initial;
	}
	.banner-image-bg {
		height: 40%;
		width: 90%;
		bottom: 10%;
		top: initial
	}
}

@media screen and (max-width: 767px) {
	.swiper-banner .wrapperr .rigt-info {
		height: 500px;
	}
}

@media screen and (max-width: 660px) {
	.banner-image-bg {
		height: 35%;
		bottom: 8%;
	}
}

@media screen and (max-width: 550px) {
	.banner-title {
		font-size: 40px;
	}
	.banner-description {
		font-size: 16px;
	}
	.banner-people {
		width: 85%;
	}
	.swiper-banner .wrapperr .rigt-info {
		height: 440px;
	}
}

@media screen and (max-width: 375px) {
	.banner-image-bg {
		height: 28%;
	}
	.swiper-banner .wrapperr .rigt-info {
		height: 320px;
	}
}

@media screen and (max-width: 320px) {
	.banner-image-bg {
		height: 21%;
	}
}