
 .process-tpl1 .process {
	 text-align: center;
	 display: unset;
	 transform: unset;
}
 .process-tpl1 .container {
	 width: 1200px;
	 margin: auto;
}
 .process-tpl1 .sub-title {
	 color: #ff5a1f;
	 font-weight: 600;
	 font-size: 14px;
	 display: inline-block;
	 position: relative;
	 margin-bottom: 10px;
}
 .process-tpl1 .sub-title:before, .process-tpl1 .sub-title:after {
	 content: "";
	 width: 40px;
	 height: 2px;
	 background: #ff5a1f;
	 position: absolute;
	 top: 50%;
}
 .process-tpl1 .sub-title:before {
	 left: -50px;
}
 .process-tpl1 .sub-title:after {
	 right: -50px;
}
 .process-tpl1 .process h2 {
	 font-size: 42px;
	 margin-bottom: 60px;
}
 .process-tpl1 .process-wrap {
	 display: flex;
	 justify-content: space-between;
	 position: relative;
}
 .process-tpl1 .process-item {
	 width: 23%;
	 position: relative;
}
 .process-tpl1 .process-icon {
	 width: 100px;
	 height: 100px;
	 margin: auto;
	 background: #fff;
	 border-radius: 50%;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	 margin-bottom: 20px;
}
 .process-tpl1 .process-icon i {
	 font-size: 30px;
	 color: #ff5a1f;
}
 .process-tpl1 .process-item h3 {
	 font-size: 20px;
	 margin-bottom: 10px;
}
 .process-tpl1 .process-item p {
	 font-size: 14px;
	 color: #666;
	 line-height: 1.6;
}
 .process-tpl1 .process-item:not(:last-child)::after {
	 content: "";
	 position: absolute;
	 top: 50px;
	 right: -60px;
	 width: 100px;
	 height: 50px;
	 background: url('https://svgshare.com/i/12oN.svg') no-repeat center;
	 background-size: contain;
}
 .process-tpl1 .process-icon:hover {
	 background: #eb3300;
	 transition: 0.5s ease;
}
 .process-tpl1 .process-icon:hover i {
	 color: #fff;
}
 .process-tpl1 .process-item:before {
	 content: '';
	 background-image: url('../../images/download.svg');
	 background-repeat: no-repeat;
	 height: 36px;
	 width: 96px;
	 position: absolute;
	 top: 30px;
	 right: -48px;
}
 .process-tpl1 .process-item:last-child:before {
	 display: none;
}
 .process-tpl1 .process-item:nth-child(even):before {
	 transform: rotateX(180deg);
}
 .process-tpl1 .process-item:nth-child(even) {
	 margin-top: 60px;
}
section.process-tpl1 {
    padding: 30px 0px;
}
 @media (max-width: 992px) {
    .process-tpl1 .process-item:before {
    display: none;
}
	 .process-tpl1 .container {
		 width: 90%;
	}
	 .process-tpl1 .process-wrap {
		 flex-direction: column;
		 gap: 40px;
	}
	 .process-tpl1 .process-item {
		 width: 100%;
	}
	 .process-tpl1 .process-item::after {
		 display: none;
	}
}
 



















































/* .introduce-product */

.introduce-product-box:not(:last-child) {
	margin-bottom: 60px;
}

.introduce-product-box.introduce-product-box--left {
	flex-direction: row-reverse;
}

.introduce-product-box--left .introduce-product-left {
	margin-left: 20px;
	margin-right: 0px;
}

.introduce-product-left {
	align-items: center;
	border-radius: 100%;
	-ms-box-shadow: 0 0 15px 0 rgba(37, 143, 103, .12);
	-o-box-shadow: 0 0 15px 0 rgba(37, 143, 103, .12);
	box-shadow: 0 0 15px #258f671f;
	display: flex;
	justify-content: center;
	margin-right: 20px;
	min-height: 90px;
	min-width: 90px;
	background-color: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 3px;
}

.introduce-product-left img {
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
	transform: translateX(0);
	height: 50px;
	width: unset;
	max-width: unset;
}

.introduce-product__title {
	margin: 0px 0px;
	margin-bottom: 0px;
	font-size: 35px;
	margin-bottom: 6px;
	color: #eb7100;
	font-weight: 500;
}

.introduce-product-right .desc p {
	font-size: 14px;
	line-height: 1.4;
}

.introduce-product-right .desc p {
	font-size: 15px;
	line-height: 24px;
	color: #1A1A1A;
	font-weight: 300;
}

.introduce-product-box--left.introduce-product-box:nth-child(2) {
	margin-right: 55px;
	margin-left: unset;
}

.introduce-product-box:not(:last-child) {
	margin-bottom: 60px;
}

.introduce-product-box:nth-child(2) {
	margin-left: 55px;
	margin-right: unset;
}

section.introduce-product {
	padding: 30px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.news-container-title {
	max-width: 800px;
	text-align: center;
	animation: fadeInUp 1s ease-out;
	margin: 0 auto;
	padding: 20px 0px;
}

.news-container-title .news-label {
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #f4812a;
	margin-bottom: 12px;
	font-weight: 500;
	opacity: 0.9;
	animation: fadeIn 1.2s ease-out 0.3s both;
}

.news-container-title .news-title {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 13px;
	animation: fadeIn 1.2s ease-out 0.6s both;
	text-transform: uppercase;
	color: #207cb9;
	font-weight: 600;
}

.news-container-title .news-description {
	font-size: 15px;
	line-height: 1.6;
	color: #333;
	font-style: italic;
	max-width: 600px;
	margin: 10px auto 10px;
	animation: fadeIn 1.2s ease-out 0.9s both;
}

.news-container-title .divider {
	width: 60px;
	height: 2px;
	background: linear-gradient(90deg, #f38631, #f5b574);
	margin: 0 auto;
	animation: expandWidth 1s ease-out 1.2s both;
}
