
.nw_aboutUs {
	max-width: 798px;
	margin: 0 auto;
	padding-bottom: 120px;
}
.nw_aboutUs_title {
	text-align: center;
	margin-bottom: 55px;
}
.nw_aboutUs_btn {
	border-radius: 20px;
	padding: 25px 30px 20px;
	background-color: #fff;
}
.nw_aboutUs_btn .btn {
	background: #EF00AE;
	color: #fff;
	padding: 9px 23px;
	display: inline-block;
	margin-top: 10px;
}


.sect_history {
	padding: 0;
}
.history {
	padding: 80px 35px 35px;
	border-radius: 20px;
	background-color: #6E80B41A;
}
.history_slid  {
	padding-top: 140px;
}
.history_slid .swiper-slide {
	max-width: 1244px;
}
.history_item {
	display: flex;
	align-items: flex-start;
	
}
.history_img {
	width: 33%;
	border-radius: 20px;
	overflow: hidden;
}
.history_img img {
	max-width: 100%;
}
.history_info {
	width: 66%;
	padding: 0 220px 0 60px;
}
.history_title {
	margin-bottom: 20px;
}
.history_text p {
	margin-bottom: 20px;
}
.history_text p:last-child {
	margin-bottom: 0;
}
.history_slid .swiper-button-next.swiper-button-disabled, .history_slid .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}
.history_slid .swiper-button-prev, .history_slid .swiper-button-next {
	top: 160px;
	width: 58px !important;
	height: 44px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #EF00AE;
	padding: 12px;
	position: absolute;
	z-index: 2;
}
.history_slid .swiper-button-prev {
	right: 79px;
	left: auto;
}
.history__pagination {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
	padding: 0 190px 0 10px;
}
.history__pagination:before, .history__pagination:after {
	content: "";
	height: 12px;
	position: absolute;
	top: 0;
}
.history__pagination:before {
	left: 0;
	width: 10px;
	background: #6E80B4;
	border-radius: 20px 0 0 20px;
}
.history__pagination:after {
	right: 0;
	width: 190px;
	background: #E5E5EE;
	border-radius: 0 20px 20px 0;
}
.history_slid .progressbar {
	height: 12px;
	overflow: hidden;
	width: calc(100% - 200px);
	background: #E5E5EE;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 10px;
}
.history_slid .progressbar .progressbar-fill {
	background: linear-gradient(91.31deg, #6E80B4 2.55%, #32436B 97.4%);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform-origin: left top;
}
.history_slid .swiper-pagination-bullet {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	background: none;
	border-radius: 0;
	margin-top: -109px;
	margin-right: -92px;
	flex: 1 1 auto;
	opacity: 1;
}
.history_slid .swiper-pagination-bullet span {
	width: 184px;
	height: 130px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.history_slid .swiper-pagination-bullet b {
	width: 34px;
	height: 34px;
	border-radius: 100px;
	background: linear-gradient(91.31deg, #6E80B4 2.55%, #32436B 97.4%);
	border: 7px solid #fff;
	box-shadow: 0px 4px 10px 0px #00000040;
	opacity: 0;
	position: relative;
	z-index: 2;
}
.history_slid .swiper-pagination-bullet-active b {
	opacity: 1;
}
.history_slid .swiper-pagination-bullet em {
	font-weight: 500;
	font-size: 50px;
	line-height: 96px;
	letter-spacing: -6.32px;
	font-style: normal;
	color: #E5E5EE;
}
.history_slid .swiper-pagination-bullet-active em {
	color: #32436B;
}

.process_grid {
	margin-top: 50px;
}
.process_item {
	box-shadow: 0px 4px 4px 0px #00000040;
	background: #6E80B4;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: -1.1px;
	color: #fff;
	line-height: 1;
	border-radius: 20px;
	padding: 35px 61px 22px;
	margin-top: -13px;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease;
}
.process_item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(91.31deg, #6E80B4 2.55%, #32436B 97.4%);
	opacity: 0;
	z-index: -1;
	border-radius: 20px;
	transition: all 0.3s ease;
}
.process_item span {
	display: block;
	max-width: 740px;
}
.process_item:nth-child(1) {
	background-color: #6E80B4;
	z-index: 7;
}
.process_item:nth-child(2) {
	background-color: #6F81B5;
	z-index: 6;
}
.process_item:nth-child(3) {
	background-color: #7183B6;
	z-index: 5;
}
.process_item:nth-child(4) {
	background-color: #7587B8;
	z-index: 4;
}
.process_item:nth-child(5) {
	background-color: #7F8FBC;
	z-index: 3;
}
.process_item:nth-child(6) {
	background-color: #919DC1;
	z-index: 2;
}
.process_item:nth-child(7) {
	background-color: #AAB3CC;
	z-index: 1;
}
.process_item.active {
	padding: 33px 61px 33px;
	font-size: 38px;
	z-index: 8;
}
.process_item.active:before {
	opacity: 1;
}

@media (max-width: 1299px) {
	.history_slid .swiper-slide {
		max-width: calc(100vw - 90px);
	}
}
@media (max-width: 1199px) {
	.history_info {
		padding: 0 150px 0 30px;
	}
}
@media (max-width: 991px) {
	.history_img {
		width: 40%;
	}
	.history_info {
		padding: 0 0 0 20px;
		width: 60%;
	}
	.history_slid .swiper-buttons {
		display: flex;
		justify-content: center;
		margin-top: 60px;
	}
	.history_slid .swiper-button-prev, .history_slid .swiper-button-next{
		position: static;
	}
	
	.history_slid .swiper-pagination-bullet {
		margin-top: -85px;
		margin-right: -52px;
	}
	.history_slid .swiper-pagination-bullet span {
		width: 104px;
		height: 114px;
	}
	.history_slid .swiper-pagination-bullet em {
		font-size: 36px;
		line-height: 70px;
		letter-spacing: -2px;
	}
	.history__pagination {
		padding: 0 90px 0 10px;
	}
	.history_slid .progressbar {
		width: calc(100% - 100px);
	}
	.history__pagination:after {
		width: 90px;
	}
}
@media (max-width: 639px) {
	.process_item {
		line-height: 1.1;
		padding: 35px 20px 22px;
	}
	.process_item.active {
		padding: 33px 20px 33px;
		font-size: 32px;
	}

	.sect_history {
		padding: 40px 0 40px;
		border-radius: 20px;
		background-color: #6E80B41A;
	}
	.history {
		padding: 0;
		border-radius: 0;
		background-color: transparent;
	}
	.history_slid .swiper-slide {
		max-width: calc(100vw - 40px);
	}
	.history_item {
		flex-wrap: wrap;
	}
	.history_img {
		width: 100%;
		order: 1;
		text-align: center;
	}
	.history_img img {
		border-radius: 20px;
	}
	.history_info {
		padding: 0 0 30px;
		width: 100%;
	}
	
	.history__pagination {
		padding: 0;
	}
	.history__pagination:before, .history__pagination:after {
		display: none;
	}
	.history_slid .progressbar {
		width: 100%;
		left: 0;
	}
	.history_slid .progressbar .progressbar-fill {
		width: 50% !important;
	}
	.history_slid .swiper-pagination-bullet {
		margin-top: -85px;
		margin-right: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		align-items: center;
	}
	.history_slid .swiper-pagination-bullet em {
		font-size: 50px;
		opacity: 0;
	}
	.history_slid .swiper-pagination-bullet-active em {
		opacity: 1;
	}
	
}