.banner[data-v-0e2330d0] {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: url(../image/about.jpg) no-repeat 50%/cover;
	/*background-attachment: fixed;*/

	height: 30vw;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media(min-width:1024px)and (max-width:1439px) {
	.banner[data-v-0e2330d0] {
		height: auto;
		padding: 5vw 0
	}
}

@media(min-width:768px)and (max-width:1023px) {
	.banner[data-v-0e2330d0] {
		height: 40vw
	}
}

@media(max-width:767px) {
	.banner[data-v-0e2330d0] {
		height: auto;
		padding: 10vw 0
	}
}

.banner__inner[data-v-0e2330d0] {
	width: 80vw;
	color: #fff;
	line-height: 35px;
	text-indent: 2em
}

@media(min-width:768px)and (max-width:1023px) {
	.banner__inner[data-v-0e2330d0] {
		font-size: 14px;
		line-height: 26px
	}
}

@media(max-width:767px) {
	.banner__inner[data-v-0e2330d0] {
		width: 90vw;
		font-size: 12px;
		line-height: 22px
	}
}

.banner__text[data-v-0e2330d0] {
	margin-bottom: 1vw
}

@media(max-width:767px) {
	.banner__text[data-v-0e2330d0] {
		margin-bottom: 5vw
	}
}

.panel-title[data-v-394bb1b7] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 3vw 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.panel-title__large[data-v-394bb1b7] {
	font-size: 30px;
	margin: 10px 5px;
	font-weight: 600;
	color: #333333;
}

@media(min-width:768px)and (max-width:1023px) {
	.panel-title__large[data-v-394bb1b7] {
		font-size: 40px
	}
}

@media(max-width:767px) {
	.panel-title__large[data-v-394bb1b7] {
		font-size: 24px
	}
}

.panel-title__small[data-v-394bb1b7] {
	color: #3C3C3C;
    font-size: 16px;
}

.about-title{
	background: #0193DD;
	width: 80px;
	height: 4px;
	margin: auto;
}

.service[data-v-4abd69ba] {
	width: 80vw;
	margin: auto;
}

@media(min-width:768px)and (max-width:1023px) {
	.service[data-v-4abd69ba] {
		width: 90vw
	}
}

@media(max-width:767px) {
	.service[data-v-4abd69ba] {
		width: 90vw
	}
}

.icons[data-v-4abd69ba] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	/*justify-content: space-between;*/
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	flex-direction: row;
	flex-wrap: wrap;
}

.icons__icon[data-v-4abd69ba] {
	-webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .5));
	filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .5));
	margin-bottom: 0px;
	height: 80px;
	-webkit-transition: 1s;
	transition: 1s
}

.icons__title[data-v-4abd69ba] {
	color: #343434;
	font-size: 15px;
	font-weight: 600;
	margin-top: 20px;
}

.icons__description[data-v-4abd69ba] {
	color: #999999;
	font-size: 14px;
	margin-top: 15px;
}

.icons__endescription[data-v-4abd69ba] {
	color: #999999;
	font-size: 14px;
	margin-top: 3px;
}


@media(min-width:768px)and (max-width:1023px) {
	.icons__icon[data-v-4abd69ba] {
		height: 70px
	}
}

@media(max-width:767px) {
	.icons__icon[data-v-4abd69ba] {
		height: 40px;
		font-size: 12px;
		margin-bottom: 30px
	}
}

.icons__icon[data-v-4abd69ba]:hover {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

@media(max-width:767px) {
	.icons__title[data-v-4abd69ba] {
		font-size: 10px
	}
}

.services-item[data-v-4abd69ba] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1);
	margin-top: 50px;
	border-radius: 8px;
	overflow: hidden
}

@media(max-width:767px) {
	.services-item[data-v-4abd69ba] {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.services-item__image-inner[data-v-4abd69ba] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative
}

.services-item__image-inner[data-v-4abd69ba]:after {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 70%
}

.services-item__image[data-v-4abd69ba] {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	-webkit-transition: .5s;
	transition: .5s
}

.services-item__image[data-v-4abd69ba]:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.services-item__info-inner[data-v-4abd69ba] {
	-webkit-box-flex: 5;
	-ms-flex: 5;
	flex: 5;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

@media(max-width:767px) {
	.services-item__info-inner[data-v-4abd69ba] {
		padding: 20px
	}
}

@media(min-width:768px)and (max-width:1023px) {
	.services-item__info-inner[data-v-4abd69ba] {
		padding: 20px
	}
}

@media(min-width:1024px)and (max-width:1439px) {
	.services-item__info-inner[data-v-4abd69ba] {
		padding: 20px
	}
}

.services-item__title-large[data-v-4abd69ba] {
	font-weight: 500;
	font-size: 30px;
	line-height: 1.5em
}

@media(max-width:767px) {
	.services-item__title-large[data-v-4abd69ba] {
		font-size: 18px
	}
}

@media(min-width:768px)and (max-width:1023px) {
	.services-item__title-large[data-v-4abd69ba] {
		font-size: 22px
	}
}

@media(min-width:1024px)and (max-width:1439px) {
	.services-item__title-large[data-v-4abd69ba] {
		font-size: 24px
	}
}

.services-item__title-samll[data-v-4abd69ba] {
	line-height: 1.5em
}

@media(max-width:767px) {
	.services-item__title-samll[data-v-4abd69ba] {
		font-size: 12px;
		margin: 10px 0
	}
}

@media(min-width:768px)and (max-width:1023px) {
	.services-item__title-samll[data-v-4abd69ba] {
		font-size: 14px
	}
}

@media(min-width:1024px)and (max-width:1439px) {
	.services-item__title-samll[data-v-4abd69ba] {
		font-size: 14px
	}
}

.services-item__text[data-v-4abd69ba] {
	line-height: 1.5em
}

@media(min-width:1024px)and (max-width:1439px) {
	.services-item__text[data-v-4abd69ba] {
		font-size: 12px
	}
}

@media(min-width:768px)and (max-width:1023px) {
	.services-item__text[data-v-4abd69ba] {
		font-size: 12px
	}
}

@media(max-width:767px) {
	.services-item__text[data-v-4abd69ba] {
		font-size: 12px
	}
}

.swiper[data-v-3f91ef38] {
	width: 100%;
	-webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1);
	overflow: hidden
}

.swiper__slide[data-v-3f91ef38] {
	width: 100%;
	position: relative
}

.swiper__image[data-v-3f91ef38] {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.swiper__pagination[data-v-3f91ef38] .swiper-pagination-bullet {
	width: 2vw;
	height: 3px;
	border-radius: 3px;
	opacity: .5;
	background-color: #fff!important
}

.swiper__pagination[data-v-3f91ef38] .swiper-pagination-bullet-active {
	opacity: 1
}

.swiper__button-next[data-v-3f91ef38],
.swiper__button-prev[data-v-3f91ef38] {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0
}

.swiper__button-prev[data-v-3f91ef38] {
	left: -38px
}

.swiper__button-next[data-v-3f91ef38] {
	right: -38px
}

.swiper:hover .swiper__button-prev[data-v-3f91ef38] {
	left: 3%;
	opacity: 1
}

.swiper:hover .swiper__button-next[data-v-3f91ef38] {
	right: 3%;
	opacity: 1
}

.history[data-v-976bdc22] {
	width: 80vw
}

@media(min-width:768px)and (max-width:1023px) {
	.history[data-v-976bdc22] {
		width: 90vw
	}
}

@media(max-width:767px) {
	.history[data-v-976bdc22] {
		width: 90vw
	}
}

.history__swiper[data-v-976bdc22] {
	border-radius: 8px;
	overflow: hidden;
	-webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1)
}

@media(min-width:768px)and (max-width:1023px) {
	.history__swiper[data-v-976bdc22] {
		margin-bottom: 50px
	}
}

@media(max-width:767px) {
	.history__swiper[data-v-976bdc22] {
		margin-bottom: 50px
	}
}

.team[data-v-1d03b46c] {
	width: 80vw;
	margin-bottom: 5px;
	margin: auto;
}

@media(min-width:768px)and (max-width:1023px) {
	.team[data-v-1d03b46c] {
		display: none
	}
}

@media(max-width:767px) {
	.team[data-v-1d03b46c] {
		display: none
	}
}

.team-card[data-v-1d03b46c] {
	height: 30vw;
	-webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1);
	border-radius: 8px;
	overflow: hidden;
	background: url(../img/background-01.98c6e37c.png) no-repeat 50%/cover
}

.team-title[data-v-1d03b46c] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	padding: 30px 0;
	line-height: 50px
}

.team-title__tite[data-v-1d03b46c] {
	font-size: 30px
}

.team-swiper__slide[data-v-1d03b46c] {
	position: relative;
	border-radius: 8px;
	overflow: hidden
}

.team-swiper__image[data-v-1d03b46c] {
	width: 100%;
	vertical-align: middle
}

.team-swiper__info[data-v-1d03b46c] {
	position: absolute;
	bottom: 0;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 1;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	-ms-flex-align: center;
	padding: 10px 0
}

.main[data-v-47af998f],
.team-swiper__info[data-v-1d03b46c] {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	align-items: center
}

.main[data-v-47af998f] {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center
}