.about-content-item {
	padding: 20px 30px;
	margin-top: 30px;
	border: solid 1px #a0a0a0;
	width: 95%;
	border-radius: 50px 0 0 50px;
	float: right;
	display: flex;
	align-items: center;
	color: #7c7c7c;
}

.about-content-actived {
	transform: translateX(-45px);
	-webkit-transform: translateX(-45px);
	transform: translateX(-45px);
	-webkit-transition: 0.5s;
	box-shadow: 5px 5px 5px gainsboro;
	color: #000000;
}

.about-content-left {
	font-size: 14px;
	margin-right: 50px;
	color: #21c1b5;
}

.about-content-baseline {
	width: 100%;
	height: 1px;
	background-color: #21c1b5;
}

.about-content-right {
	width: 180px;
	font-size: 16px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/*** 

====================================================================
	Main Slider Banner
====================================================================

***/

.main-slider {
	position: relative;
}

.main-slider .content {
	position: relative;
}

.main-slider .slide {
	position: relative;
	padding: 500px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.main-slider .slide-explore {
	border-radius: 30px;
	position: relative;
	padding: 80px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.main-slider .slide-inner {
	padding: 83px 64px 40px;
	width: 40%;
	background-color: #FFFFFF;
	color: #434343;
}

.main-slider h1 {
	position: relative;
	color: #ffffff;
	font-size: 80px;
	font-weight: 700;
	line-height: 85px;
	margin-bottom: 30px;
	text-transform: capitalize;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	font-family: 'Muli', sans-serif;
}


.main-slider .active h1 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1300ms;
}

.main-slider h1 span {
	color: #9206ea;
}

.main-slider h5 {
	position: relative;
	color: #777;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 20px;
	display: inline-block;
	text-transform: uppercase;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .active h5 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1000ms;
}

.main-slider .link-box {
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .link-box .theme-btn {
	margin-right: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
}

.main-slider .active .link-box {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2500ms;
}

.main-slider .content .title {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 20px;
	margin-bottom: 25px;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .content .title:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	width: 70px;
	height: 1px;
	margin-left: -35px;
	background-color: #ffffff;
}

.main-slider .active .title {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 600ms;
}

.main-slider .image {
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translate(50px);
	-moz-transform: translate(50px);
	-ms-transform: translate(50px);
	-o-transform: translate(50px);
	transform: translate(50px);
}

.main-slider .active .image {
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
}

.main-slider .image img {
	animation-delay: 1s;
}

.main-slider .owl-dots {
	position: absolute;
	left: 50%;
	bottom: 20px;
}

.main-slider .owl-dots .owl-dot {
	position: relative;
	width: 12px;
	height: 12px;
	margin: 0px 4px;
	border-radius: 6px;
	display: inline-block;
	background-color: #ffffff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-slider .owl-dots .owl-dot:hover,
.main-slider .owl-dots .owl-dot.active {
	background-color: #9206ea;
	height: 29px;
}

.main-slider .owl-nav {
	position: absolute;
	left: 0px;
	top: 35%;
	z-index: 1;
	width: 100%;
	margin-top: -20px;
	opacity: 0;
	transition: .5s ease;
}

.main-slider:hover .owl-nav {
	opacity: 1;
}

.main-slider .owl-nav .owl-prev {
	position: absolute;
	left: 40px;
	width: 60px;
	height: 60px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	font-size: 21px;
	border-radius: 50%;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.10);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}


.main-slider .owl-nav .owl-next {
	position: absolute;
	right: 40px;
	width: 56px;
	height: 56px;
	color: #fff;
	font-size: 21px;
	line-height: 56px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.10);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover {
	color: #ffffff;
	background-color: #9206ea;
}

.main-slider .owl-nav .owl-prev span:before,
.main-slider .owl-nav .owl-next span:before {
	margin: 0;
}

.goods-img {
	padding: 48px 18px 18px 18px;
}

.goods-desc {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	width: 100%;
	height: 180px;
	background: #00BCAE;
	border-top-right-radius: 80px;
}

.goods-inner {
	text-align: center;
}

.team-block-one .inner-box .image {
	/* border: 2px solid #00BCAE; */
	border-radius: 80px;
}

.goods-title {
	margin-bottom: 10px;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
}

.goods-vice-title {
	font-size: 10px;
	font-family: Source Han Sans CN;
	font-weight: 400;
}

.inner-box {
	background-color: #FFFFFF;
}

.goods-img img {
	height: 250px;
}

.modular3 .container {
	position: relative;
}

.modular3 .row {
	z-index: 99;
}

.modular3 .section-desc {
	height: 150px;
	overflow: hidden;
}

.advantage-img {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	z-index: 98;
}

.instructions {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	z-index: 99;
}

.instructions-dot {
	margin-right: 5px;
	width: 10px;
	height: 10px;
	border: solid 2px #00BCAE;
	border-radius: 50%;
}

.active {
	background-color: #00BCAE;
	border: solid 2px #00BCAE;
}

.mask-business-img {
	width: 100%;
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.mask-business-inner {
	text-align: center;
}

.mask-business-text {
	color: #5C5C5C;
}

.dynamic-image-block {
	margin: 0px 50px 70px;
	position: relative;
}

.dynamic-image-mantle {
	position: absolute;
	border-radius: 60px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 79, 73, 0.5);
	color: #FFFFFF;
	padding: 80px 50px 50px;
	display: none;
}

.dynamic-image-block img {
	border-radius: 60px;
}

.dynamic-image-inner {
	width: 100%;
	height: 100%;
	position: relative;
}

.dynamic-image-btn {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.dynamic-image-title {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 23px;
}

.dynamic-image-btn {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 500;
}

.section-btm{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.overlay-boxs{
	position: absolute;
	 left: 0px;
	 top: 0px;
	 width: 100%;
	 height: 100%;
	 color: #ffffff;
	 text-align: center;
	 background: rgba(0, 79, 73, 0.55);
	 opacity: 0;
	 border-radius: 80px;
	 /* -webkit-transform: translate(0, -30px); */
	/* -ms-transform: translate(0, -30px); */
	 /* transform: translate(0, -100%); */
	 transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	 -webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}