/* CSS Document */

body {
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans TC', sans-serif;
	overflow-x: hidden;
	position: relative;
	background: #f5f9fc;
}

img {
	border: 0;
}

/* Reset ================================================================================= */

a {
	text-decoration: none;
	transition: all 0.4s ease-out 0s;
}

a:hover {
	text-decoration: none !important;
}

* {
	box-sizing: border-box;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.content-Box {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	clear: both;
}

#content {
	font-size: 16px;
	line-height: 1.8;
	color: #444;
	letter-spacing: 0.05rem;
	font-weight: 400;
	padding-top: 90px;
}

#content p {
	margin-bottom: calc(20px + 1%);
	margin-top: 0;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 400;
}

p,
td,
li,
label {
	font-size: 16px;
	line-height: 1.8;
	font-weight: 400;
}

.photo-fit img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}

.photo {
	line-height: 0;
	height: 0;
	padding-bottom: 40%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
}

.imgCenter {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.imgCenter img {
	max-height: 100%;
}
.video-box{
	max-width: 1000px;
	margin: 0 auto;
}
header {
	background: #fff;
}

.demo-section {
	padding-left: 5%;
	padding-right: 5%;
}

.font-size-18 {
	font-size: 18px;
}

.font-size-20 {
	font-size: clamp(18px, 1.5vw, 20px);
}

.font-size-22 {
	font-size: clamp(20px, 1.7vw, 22px);
}

.font-size-24 {
	font-size: clamp(20px, 1.9vw, 24px);
}

.font-size-28 {
	font-size: clamp(22px, 2.2vw, 28px);
}

.font-size-30 {
	font-size: clamp(22px, 2.5vw, 30px);
}

.font-size-36 {
	font-size: clamp(24px, 3.1vw, 36px);
}

.font-size-40 {
	font-size: clamp(24px, 3.5vw, 40px);
	line-height: 1.3;
}

.font-size-48 {
	font-size: clamp(24px, 3.5vw, 48px);
	line-height: 1.3;
}

.font-size-50 {
	font-size: clamp(26px, 4vw, 50px);
	line-height: 1.2;
}

.font-size-72 {
	font-size: clamp(28px, 6vw, 72px);
	line-height: 1.2;
}

.font-size-80 {
	font-size: clamp(28px, 6.5vw, 80px);
	line-height: 1.2;
}

.font-size-90 {
	font-size: clamp(28px, 7vw, 90px);
	line-height: 1.2;
}

.font-size-120 {
	font-size: clamp(28px, 8vw, 120px);
	line-height: 1.2;
}

.color-green {
	color: #00b0a7;
}

.color-blue {
	color: #0e509a;
}

.color-black {
	color: #333;
}

.font-family-Poppins {
	font-family: "Poppins", sans-serif;
}

.align-center {
	text-align: center !important;
}

.align-left {
	text-align: left !important;
}

.align-right {
	text-align: right !important;
}

.bg-white {
	background: #fff;
}

.bg-blue {
	background: #0e509a;
}

.bg-blue-2 {
	background: #e3f1fb;
}

.width-1280 {
	max-width: 1280px;
}

.banner {
	position: relative;
}

.banner-pto {
	height: 420px;
}

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

.banner-pc {}

.banner-mobile {
	display: none !important;
}

.banner-content {
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	padding: 0 5%;
	color: #fff;
}

.banner-title-en {
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.banner-title-en>div {
	position: relative;
	z-index: 2;
	line-height: 1;
}

.banner-title-en>span {
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0.3;
	font-weight: 700;
	line-height: 0.8;
}

.banner-title-ch {
	font-weight: 500;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
}

.btn01 {
	background: none;
	width: 198px;
	height: 45px;
	border-radius: 23px;
	padding: 0 24px 0 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #0e509a;
}

.btn01:hover>div:nth-of-type(1) {
	transform: translateX(25px);
}

.btn01:hover>div:nth-of-type(2) {
	width: 0px
}

.btn01>div:nth-of-type(1) {
	font-size: 15px;
	color: #224f94;
	line-height: 1;
	transition: all 0.4s ease-out 0s;
}

.btn01>div:nth-of-type(2) {
	width: 42px;
	height: 1px;
	background: #224f94;
	transition: all 0.4s ease-out 0s;
	position: relative;
}

.btn01>div:nth-of-type(2):after {
	content: "";
	position: absolute;
	width: 8px;
	height: 7px;
	background: #224f94;
	transition: all 0.4s ease-out 0s;
	clip-path: polygon(0 0, 100% 50%, 0% 100%);
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.title01 {
	padding-bottom: calc(20px + 2%);
	color: #0e509a;
}

.title01 span {
	display: block;
	font-weight: 700;
	padding-bottom: 10px;
	text-transform: uppercase;
	line-height: 1;
}

.btn01-blue {
	background: #0e509a;
}

.btn01-blue>div:nth-of-type(1) {
	color: #fff;
}

.btn01-blue>div:nth-of-type(2) {
	background: #fff;
}

.btn01-blue>div:nth-of-type(2):after {
	background: #fff;
}

.btn01-green {
	background: #00b0a7;
	border-color: #00b0a7;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.btn01-green>div:nth-of-type(1) {
	color: #fff;
}

.btn01-green>div:nth-of-type(2) {
	background: #fff;
}

.btn01-green>div:nth-of-type(2):after {
	background: #fff;
}

.loop {
	position: relative;
}

.loop .owl-dots {
	display: none !important;
}

.loop .owl-item {
	position: relative;
	z-index: 2;
}

.loop .owl-nav {
	position: absolute;
	bottom: 10%;
	right: 5%;
	width: 90px;
	z-index: 11;
}

.loop .owl-prev,
.loop .owl-next {
	position: absolute;
	z-index: 100;
	top: calc(50% - 20px);
	background: #fff !important;
	width: 40px;
	height: 40px;
	margin: 0 !important;
	border-radius: 100% !important;
	border: 0px solid #ddd !important;
	transform-origin: 50% 50%;
	transition: all 0.4s ease-out 0s;
	box-shadow: 0px 0px 30px 0px rgba(1, 84, 123, 0.2);
}

.loop .owl-prev {
	left: 0px;
}

.loop .owl-next {
	right: 0px;
}

.loop .owl-prev:before,
.loop .owl-next:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900 !important;
	font-size: 70px;
	color: #fff;
	opacity: 1;
	transition: all 0.4s ease-out 0s;
	width: 8px;
	height: 8px;
	background-size: contain;
	display: inline-block;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #0e509a;
	position: relative;
	top: -2px;
}

.loop .owl-prev:before {
	content: "";
	transform: rotate(-135deg);
	left: 2px;
}

.loop .owl-next:before {
	content: "";
	transform: rotate(45deg);
	right: 1px;
}

.loop .owl-prev:hover,
.loop .owl-next:hover {
	opacity: 0.5;
}

.loop .owl-stage-outer {
	z-index: 2;
}

.loop .owl-dots {
	position: absolute;
	z-index: 100;
	bottom: -20px;
	width: 100%;
	text-align: center !important;
	padding: 0 0px;
}

.loop .owl-dots .owl-dot span {
	background: #00b4ab !important;
	width: 9px !important;
	height: 9px !important;
	margin: 5px !important;
}

.loop .owl-dots .owl-dot.active span,
.loop .owl-dots .owl-dot:hover span {
	background: #165ea7 !important;
}

#path {
	padding: 15px 5% 0 5%;
}

#path ul {
	padding: 0 0 10px 0;
	line-height: 1.2;
	text-align: right;
	border-bottom: 1px solid #e2e2e2;
}

#path li {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 400;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}

#path li img {
	width: 12px;
	display: inline-block;
	margin-right: 7px;
	transform: translateY(-1.5px);
}

#path li:after {
	content: "/";
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 4px;
	color: #b4b4b4;
}

#path li:last-child {
	pointer-events: none;
}

#path li:last-child:after {
	display: none;
}

#path li a {
	color: #b1b1b1 !important;
}

#path li a:hover {
	color: #0e509a !important;
}

#path li:last-child a {
	color: #0e509a !important;
}

aside {
	padding: 8px 0;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: calc(30px + 1%);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}

/*about*/
.about-section-1 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-bottom: calc(20px + 4%);
}

.about-section-1>div {
	width: 50%;
}

.about-section-1>div:nth-of-type(1) {
	padding-right: 5%;
}

.about-section-1>div:nth-of-type(2) {
	padding-top: calc(20px + 1%);
}

.title-box {
	padding-bottom: calc(10px + 1%);
}

.title-en {
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.title-en>div {
	position: relative;
	z-index: 2;
	line-height: 1;
	font-weight: 600;
}

.title-en>span {
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0.3;
	font-weight: 700;
	line-height: 0.8;
	-webkit-text-stroke: 1px rgba(178, 178, 178, .8);
	color: transparent;
}

.title-ch {
	font-weight: 500;
	padding: 0;
	margin: 0;
}

.max-box {
	background: #fff;
	border-top: 1px solid #ededed;
	padding: calc(20px + 2%) 1% calc(20px + 5%) 1%;
}

.about-section-2-top {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: calc(20px + 3%);
}

.about-section-2-top>div:nth-of-type(1) {
	width: 32%;
}

.about-section-2-top>div:nth-of-type(1) .title-box {
	padding-bottom: 0;
}

.about-section-2-top>div:nth-of-type(2) {
	width: 68%;
	border-left: 1px solid #eaedf1;
	padding-left: 16px;
}

.about-section-2-top-content {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

.about-section-2-top-content>div {
	border-bottom: 1px solid #ededed;
	padding: 15px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.about-section-2-top-content>div:nth-child(even) {
	background: #fcfeff;
}

.about-section-2-top-content>div>div {
	line-height: 1.3;
	padding: 0 2vw;
}

.about-section-2-top-content>div>div:nth-of-type(1) {
	width: 30%;
	border-right: 1px solid #ededed;
}

.about-section-2-top-content>div>div:nth-of-type(2) {
	width: 70%;
}

.about-section-2-bottom {
	width: 100%;
}

.about-section-2-bottom iframe {
	border-radius: 15px;
	overflow: hidden;
	width: 100%;
	height: 326px;
	border-width: 0;
}

/*products*/
.title-2 {
	font-weight: 700;
	padding: 0 0 calc(10px + 1%) 0;
	margin: 0;
	color: #0e509a;
	line-height: 1.1;
}
/* 
.title-2:first-letter {
	font-size: clamp(28px, 3.1vw, 36px);
	;
	color: #0e509a;
} */

.products-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.products-list>a {
	display: block;
	width: 33.33%;
	position: relative;
	padding: 0 25px 45px 25px;
	margin-bottom: 45px;
}

.products-list>a:hover .products-list-pto img {
	transform: scale(0.9);
}

.products-list>a:hover .products-circle>img {
	transform: scale(0.62);
	opacity: 1;
}

.products-list>a:hover .products-list-title {
	color: #0e509a;
}

.products-list>a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: calc(100% - 45px);
	background: #e9ebed;
}

.products-list>a:nth-of-type(3n + 3):before {
	display: none;
}

.products-list>a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 50px);
	height: 1px;
	background: #e9ebed;
}

.products-list-pto {
	position: relative;
	padding-bottom: 100%;
}

.products-list-pto img {
	transition: all 0.4s ease-out 0s;
}

.products-circle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	z-index: -1;
	animation-name: app-circle;
	animation-duration: 25s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.products-circle>img {
	transform: scale(0);
	opacity: 0;
	transition: all 0.4s ease-out 0s;
}

@keyframes app-circle {
	0% {
		transform: translate(-50%, -50%) scale(1.6) rotate(0deg);
	}

	100% {
		transform: translate(-50%, -50%) scale(1.6)rotate(360deg);
	}
}

.products-list-title {
	padding-bottom: 14px;
}

.btn02 {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #0e509a;
	transition: all 0.4s ease-out 0s;
	position: relative;
}

.btn02:before {
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #fff;
	transform: rotate(45deg) translateX(-50%);
	left: 38%;
	top: 14px;
}

#page {
	text-align: center;
	padding: 0 0 0 0;
}

#page a {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	border-radius: 100%;
	display: inline-block;
	border: 1px solid #999999;
}

#page a.current {
	background: #004a9a;
	border: 1px solid #004a9a;
	color: #fff;
}

.page-prev,
.page-next {
	width: auto !important;
	height: auto !important;
	line-height: 30px !important;
	border-radius: 0 !important;
	border: none !important;
	margin: 0 10px;
	padding: 0 10px;
	font-size: 14px;
	color: #004a9a;
	background: none !important;
}

.page-prev:hover,
.page-next:hover {
	background: none !important;
	color: #004a9a;
	text-decoration: underline;
}

#page a.disabled {
	opacity: 0.3;
	cursor: default;
	pointer-events: none;
	border-color: #999;
}

.page-prev {
	transform: none;
}

.page-next {
	transform: none;
}

/*products-detail*/
.products-detail-top-box {
	padding: calc(20px + 3%) 0;
}

.products-detail-top {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.products-detail-top>div:nth-of-type(1) {
	width: 60%;
	border-right: 1px solid #e9e9e9;
	padding-right: 3%;
}

.products-detail-top>div:nth-of-type(2) {
	width: 40%;
	padding-left: 4%;
	padding-top: 4%;
}

.products-detail-top-left {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.products-detail-top-left>div:nth-of-type(1) {
	width: 110px;
	position: relative;
}

.products-detail-top-left>div:nth-of-type(2) {
	width: calc(100% - 110px);
	position: relative;
}


.swiper-container {
	overflow: hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-container-wrapper {
	display: flex;
	flex-flow: column nowrap;
}

@media (min-width: 480px) {
	.swiper-container-wrapper {
		flex-flow: row nowrap;
	}
}

.gallery-next,
.gallery-prev {
	position: absolute;
	width: 16px;
	height: 16px;
	border-width: 3px 3px 0 0;
	border-style: solid;
	border-color: #d5d9db;
	left: 45%;
	transform: translateX(-50%);
}

.gallery-prev {
	top: -25px;
	transform: rotate(-45deg);
}

.gallery-next {
	bottom: -25px;
	transform: rotate(135deg);
}

.swiper-slide {
	text-align: center;
	background-size: cover;
	background-position: center;
	/* Center slide text vertically */
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	/* Slide content */
}


.gallery-top {
	position: relative;
	width: 100%;
}

@media (min-width: 480px) {
	.gallery-top {
		width: 100%;
		margin-right: 10px;
	}
}

.gallery-thumbs {
	width: 100%;
	min-height: 320px;
	height: 320px;
	padding-top: 0px;
}

@media only screen and (max-width: 980px) {
	.gallery-thumbs {
		min-height: 150px;
		height: 150px;
	}

	.gallery-next,
	.gallery-prev {
		left: 37%;
	}

	.gallery-prev {
		top: -15px;
	}

	.gallery-next {
		bottom: -15px;
	}
}

.gallery-top .swiper-slide img {
	max-width: 100%;
	height: auto;
}

.gallery-thumbs .swiper-wrapper {
	flex-direction: row;
}

@media (min-width: 480px) {
	.gallery-thumbs .swiper-wrapper {
		flex-direction: column;
	}
}

.gallery-thumbs .swiper-slide {
	width: 100%;
	flex-flow: row nowrap;
	height: auto;
	cursor: pointer;
}

@media (min-width: 480px) {
	.gallery-thumbs .swiper-slide {
		flex-flow: column nowrap;
		width: 100%;
	}
}

.gallery-thumbs .swiper-slide-thumb-active {
	border-radius: 10px;
	border: 1px solid #0e509a;
	overflow: hidden;
}

.products-detail-title {
	padding: 0 0 calc(20px + 3%) 0;
	margin: 0;
	font-weight: 700;
}

.btn-box-1 {
	border-top: 1px solid #e9e9e9;
	padding-top: calc(20px + 2%);
	padding-bottom: calc(20px + 3.5%);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.btn-box-1>a {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 15px;
	padding: 14px;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	margin: 0 15px 15px 0;
}

.btn-box-1>a:hover {
	transform: scale(0.9);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.btn-box-1>a>img {
	width: 30px;
	margin-bottom: 10px;
}

.btn-download-pro {
	background: #0e509a;
}

.btn-contact {
	background: #00b4ab;
}

.btn-box-2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.btn-box-2>a {
	margin-right: 14px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 1px solid #d5d5d5;
}

.btn-box-2>a:hover {
	transform: scale(0.9);
}

.sticky-tool {
	position: sticky;
	top: 90px;
	z-index: 8;
}

.products-detail-aside {
	background: #fff;
	border-top: 1px solid #ededed;
}

.products-detail-tab {
	border-bottom: 1px solid #ededed;
	padding: 8px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	background: #fff;
}

.products-detail-tab>a {
	display: block;
	width: 100%;
	position: relative;
	font-size: 17px;
	font-weight: 400;
	color: #5c6065;
	padding: 12px 10px;
	line-height: 1;
	background: transparent;
	border-radius: 22px;
	text-align: center;
}

.products-detail-tab>a:hover {
	background: #0e509a;
	color: #fff;
}

.products-detail-tab>a:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 15px;
	background: #e2e2e2;
}

.products-detail-tab>a:last-child:before {
	display: none;
}

.products-detail-bottom-box {
	padding: calc(20px + 5%) 5%;
}


.title-box-2 {
	margin-bottom: calc(20px + 2.5%);
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
}

.title-ch-2 {
	position: relative;
	z-index: 3;
}

.title-en-2 {
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	color: #0e509a;
	z-index: 3;
	text-align: center;
	line-height: 1.3;
}

.title-en-2-stroke {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.3;
	font-weight: 700;
	line-height: 0.8;
	-webkit-text-stroke: 1px rgba(178, 178, 178, .8);
	color: transparent;
	width: 100%;
	text-align: center;
}

.title-3 {
	margin-bottom: calc(15px + 1%);
	position: relative;
	padding-left: 20px;
	color: #333;
}

.title-3:before {
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background: #0e509a;
}

.products-desc {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	gap: 15px;
}


.products-desc-title {
	padding: 10px;
	font-size: 16px;
	position: relative;
	color: #0e509a;
	box-sizing: border-box;
	width: calc(33.3% - 15px);
}
.products-desc-title img{
	width: 100%;
	height: auto;
	border-radius: 20px;
	overflow: hidden;
	transition: all 0.4s ease-out 0s;
}
.products-desc-title img:hover{
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	transition: all 0.4s ease-out 0s;
}

.products-desc-data {
	padding: 10px 20px;
}

.product-client-item {
	width: 100%;
	padding: 20px 0 0;
}

.p-detail-spec {
	border: 1px solid #e7e7e7;
	width: 100%;
	border-collapse: inherit;
	border-spacing: 0;
}

.p-detail-spec th {
	text-align: center;
	font-size: 15px;
	color: #fff;
	position: relative;
	padding: 18px 10px;
	line-height: 1.2;
	font-weight: 400;
}

.p-detail-spec td {
	text-align: center;
	font-size: 15px;
	color: #333;
	padding: 12px 10px;
	line-height: 1.2;
}

.p-detail-spec tr:nth-child(odd) {
	background: #f5f9fc;
}

.p-spec-name {
	position: absolute;
}

.p-spec-name-1 {
	right: 5%;
	top: 8px;
}

.p-spec-name-2 {
	left: 5%;
	bottom: 8px;
}

.p-detail-spec-line {
	background-image: linear-gradient(to top right, #0e509a 49%, #fff, #0e509a 51%);
	position: relative;
}


.border-white-1 {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.border-white-2 {
	border-bottom: 1px solid #fff;
}

.border-white-3 {
	border-right: 1px solid #fff;
}

.border-gray-1 {
	border-left: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.border-gray-2 {
	border-left: 1px solid #e1e1e1;
}

.border-gray-3 {
	border-bottom: 1px solid #e1e1e1;
}

.border-gray-4 {
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.border-gray-5 {
	border-right: 1px solid #e1e1e1;
}

.p-detail-spec-note {
	border-width: 0 1px 1px 1px;
	border-color: #e7e7e7;
	border-style: solid;
	padding: 25px 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: calc(20px + 2.5%);
}

.p-detail-spec-note>div {
	width: 48.5%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	font-size: 15px;
	line-height: 1.6;
	color: #666;
}

.p-detail-spec-note>div li {
	font-size: 15px;
	line-height: 1.6;
}

.btn-back {
	display: block;
	max-width: 240px;
	margin: 0 auto;
	border: 1px solid #e9f1f8;
	background: #0e509a;
	text-align: center;
	color: #fff !important;
	line-height: 1.1;
	border-radius: 30px;
	padding: 18px 10px;
	font-size: 15px;
}

.btn-back:hover {
	max-width: 260px;
}


.loop2 {
	position: relative;
	padding-bottom: calc(20px + 3%);
}

.loop2 .owl-dots {}

.loop2 .owl-item {
	position: relative;
	z-index: 2;
}

.loop2 .owl-nav {
	position: absolute;
	bottom: 10%;
	right: 5%;
	width: 90px;
	z-index: 11;
}

.loop2 .owl-prev,
.loop2 .owl-next {
	position: absolute;
	z-index: 100;
	top: calc(50% - 20px);
	background: #fff !important;
	width: 40px;
	height: 40px;
	margin: 0 !important;
	border-radius: 100% !important;
	border: 0px solid #ddd !important;
	transform-origin: 50% 50%;
	transition: all 0.4s ease-out 0s;
	box-shadow: 0px 0px 30px 0px rgba(1, 84, 123, 0.2);
}

.loop2 .owl-prev {
	left: 0px;
}

.loop2 .owl-next {
	right: 0px;
}

.loop2 .owl-prev:before,
.loop2 .owl-next:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900 !important;
	font-size: 70px;
	color: #fff;
	opacity: 1;
	transition: all 0.4s ease-out 0s;
	width: 8px;
	height: 8px;
	background-size: contain;
	display: inline-block;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #0e509a;
	position: relative;
	top: -2px;
}

.loop2 .owl-prev:before {
	content: "";
	transform: rotate(-135deg);
	left: 2px;
}

.loop2 .owl-next:before {
	content: "";
	transform: rotate(45deg);
	right: 1px;
}

.loop2 .owl-prev:hover,
.loop2 .owl-next:hover {
	opacity: 0.5;
}

.loop2 .owl-stage-outer {
	z-index: 2;
}

.loop2 .owl-dots {
	position: absolute;
	z-index: 100;
	bottom: -10px;
	width: 100%;
	text-align: center !important;
	padding: 0 0px;
}

.loop2 .owl-dots .owl-dot span {
	background: #00b4ab !important;
	width: 9px !important;
	height: 9px !important;
	margin: 5px !important;
}

.loop2 .owl-dots .owl-dot.active span,
.loop2 .owl-dots .owl-dot:hover span {
	background: #165ea7 !important;
}

.loop2 a:hover .products-list-pto img {
	transform: scale(0.9);
}

.loop2 a:hover .products-circle>img {
	transform: scale(0.62);
	opacity: 1;
}

.loop2 a:hover .products-list-title {
	color: #0e509a;
}

/*application*/
.application-section-1 {
	padding-top: calc(20px + 1%);
	padding-bottom: calc(10px + 1%);
}

.application-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-right: -38px;
	padding-bottom: 0px;
}

.application-list>div {
	width: calc(33.33% - 38px);
	margin: 0 38px 0 0;
	padding-bottom: calc(20px + 2.5%);
}

.idx-app-pto {
	display: block;
	border-radius: 20px;
	padding-bottom: 62.5%;
	margin-bottom: calc(20px + 1%);
}

.idx-app-pto:hover {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.idx-app-content {
	padding: 0 3% calc(20px + 1%) 3%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.idx-app-case-title {
	background: #0bb2b0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 6px 3%;
	color: #fff;
}

.idx-app-case-title img {
	width: 12px !important;
}

.idx-app-case-list {
	padding: calc(15px + 1%) 3% 10px 3%;
}

.idx-app-case-list>div {
	position: relative;
	margin-bottom: 12px;
	padding-left: 20px;
	line-height: 1.3;
}

.idx-app-case-list>div:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #0bb2b0;
	left: 4px;
	top: 10px;
}
.fontover{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*news*/
.news-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-right: -56px;
	padding-bottom: 10px;
}

.news-list>div {
	width: calc(33.33% - 56px);
	margin: 0 56px calc(20px + 2%) 0;
	overflow: hidden;
	border-radius: 15px;
	border: 1px solid #e1e1e1;
}

.news-pto {
	display: block;
	border-radius: 15px 15px 0 0;
	padding-bottom: 67%;
}

.news-pto img {
	transition: all 1.4s ease-out 0s;
}

.news-pto:hover img {
	transform: scale(1.03);
}

.news-content {
	padding: calc(15px + 1%) 20px;
}

.news-content-top {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: calc(15px + 1%);
}

.news-date {
	color: #0e509a;
	font-size: 13px;
}

.news-date span {
	color: #1a6aa5;
	font-weight: 500;
}

.news-tag {
	border: 1px solid #3793cd;
	line-height: 30px;
	border-radius: 15px;
	padding: 0 13px;
	color: #3793cd;
	font-size: 14px;
	display: inline-block;
}

.news-title {
	font-size: 18px;
	color: #333;
	height: 58px;
	margin-bottom: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-title:hover {
	color: #0e509a;
}

.news-data {
	padding-top: 20px;
	border-top: 1px solid #e1e1e1;
	font-size: 16px;
	padding-bottom: 15px;
}


/*inverstors*/
.inverstors-section-1 {
	padding-top: calc(20px + 1%);
	padding-bottom: calc(20px + 2%);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
}

.inverstors-section-1 .btn01 {
	max-width: 230px;
	width: 100%;
}

.inverstors-section-1>div {
	width: 50%;
}

.inverstors-section-1>div:nth-of-type(2) {
	padding-left: 5%;
}

.inverstors-section-1-data {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.inverstors-section-1-data>div {
	width: 50%;
	padding: 0 5%;
	border-left: 1px solid #e6edf1;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.inverstors-section-1-data>div>div:nth-of-type(1) {
	height: 175px;
}

.inverstors-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.inverstors-list>div {
	display: block;
	width: 33.33%;
	position: relative;
	padding: 0 25px 45px 25px;
	margin-bottom: 45px;
}

.inverstors-list>div:hover .inverstors-menu {
	display: block;
}

.inverstors-list>div:hover .inverstors-title>span {
	color: #0e509a;
}

.inverstors-list>div:hover .inverstors-title>span:after {
	opacity: 1;
}

.inverstors-list>div:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: calc(100% - 45px);
	background: #e9ebed;
}

.inverstors-list>div:nth-of-type(3n + 3):before {
	display: none;
}

.inverstors-list>div:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 50px);
	height: 1px;
	background: #e9ebed;
}

.inverstors-title {
	margin-bottom: 15px;
}

.inverstors-title>span {
	display: inline-block;
	position: relative;
	padding-right: 20px;
}

.inverstors-title>span:after {
	content: "";
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 8px;
	background: #0e509a;
	clip-path: polygon(0 0, 100% 50%, 0% 100%);
	opacity: 0;
}

.inverstors-menu {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 100%;
	border-radius: 15px;
	border: 1px solid #0e509a;
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	padding: 12px 20px;
	width: 220px;
	display: none;
}

.inverstors-menu>a {
	display: block;
	position: relative;
	border-bottom: 1px dotted #808080;
	padding: 12px 0 12px 22px;
	font-size: 16px;
	line-height: 1.2;
}

.inverstors-menu>a:hover {
	color: #0e509a;
}

.inverstors-menu>a:last-child {
	border-width: 0;
}

.inverstors-menu>a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background: #0e509a;
	border-radius: 100%;
}

.inverstors-menu>a:after {
	content: "";
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 4px;
	height: 4px;
	border-width: 1px 1px 0 0;
	border-color: #fff;
	border-style: solid;
}

.inverstors-pto {
	padding-bottom: 58%;
	display: block;
}

.inverstors-pto img {
	border-radius: 15px;
}

.btn-back-2 {
	width: 41px;
	height: 41px;
	border-radius: 100%;
	background: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}

.btn-back-2 img {
	width: 16px;
}

.btn-back-2:hover {
	background: #0e509a;
}

.btn-back-2:hover img {
	filter: brightness(0) invert(1);
}

/*inverstors-a*/
.inverstors-a-top {
	padding-bottom: calc(20px + 2%);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}

.inverstors-a-top select {
	margin: 0 0 0px 0;
	width: 250px;
	background-image: url(../images/product-select.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) 20px;
	background-size: 9px 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	;
	border-width: 1px;
	border-style: solid;
	border-color: #c2c2c2;
	color: #444;
	font-family: "Noto Sans TC", sans-serif;
	padding: 0px 35px 0px 15px;
	line-height: 45px;
	border-radius: 5px;
}

.inverstors-a-top option {
	padding: 1px 5px;
}

.inverstors-a-top select::-ms-expand {
	display: none;
}

.inverstors-a-list {
	padding-bottom: calc(20px + 2%);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

.inverstors-a-list>a {
	border-radius: 15px;
	border: 1px solid #c2c2c2;
	padding: 15px 15px 15px 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	line-height: 1.2;
	margin-bottom: 15px;
}

.inverstors-a-list>a:hover {
	border: 1px solid #0e509a;
	box-shadow: 0px 0px 20px 0px rgba(94, 109, 127, 0.15);
}

.inverstors-a-list>a>div:nth-of-type(1) {
	width: 25px;
}

.inverstors-a-list>a>div:nth-of-type(2) {
	width: calc(100% - 25px - 40px);
	font-size: 18px;
	padding: 0 14px;
}

.inverstors-a-list>a>div:nth-of-type(3) {
	width: 40px;
}

.btn-download {
	width: 40px;
	height: 40px;
	background: #0e509a;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.btn-download img {
	width: 25px;
}

.btn-back-3 {
	display: inline-block;
	text-align: center;
	border-radius: 22px;
	line-height: 45px;
	border: 1px solid #0e509a;
	padding: 0;
	width: 200px;
	color: #0e509a !important;
	font-size: 14px;
	position: relative;
}

.btn-back-3 span {
	position: absolute;
	width: 16px;
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
}

.btn-back-3:hover {
	background: #0e509a;
	color: #fff !important;
}

.btn-back-3:hover img {
	filter: brightness(0) invert(1);
}

/*inverstors-b*/
.inverstors-b-top>div {
	width: 50%;
}

.inverstors-b-top>div:nth-of-type(2) {
	text-align: right;
}

.inverstors-b-top-info {
	border: 1px solid #e2e2e2;
	max-width: 620px;
	width: 100%;
	border-spacing: 0;
	border-collapse: inherit;
}

.inverstors-b-top-info td {
	padding: 12px 10px;
	text-align: center;
	font-size: 17px;
}

.inverstors-b-top-info tr:nth-child(even) {
	background: #fff;
}

.title-4 {
	padding-bottom: calc(5px + 1%);
	margin-bottom: calc(10px + 1%);
	border-bottom: 1px solid #e2e2e2;
	font-weight: 700;
}

.inverstors-b-data-1 {
	padding-bottom: calc(20px + 2%);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.inverstors-b-data-1>div:nth-of-type(1) {
	width: 66%;
	padding-right: 5%;
}

.inverstors-b-data-1>div:nth-of-type(2) {
	width: 34%;
}

.title-5 {
	margin-bottom: calc(10px + 1%);
	font-weight: 500;
	position: relative;
	padding-left: 30px;
}

.title-5:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	;
	width: 15px;
	height: 15px;
	background: #0e509a;
}

/*human*/
.human-aside {
	width: 100%;
	background: #f5f9fc;
}

.human-aside aside {
	margin-bottom: 0;
}

.human-section-1 {
	background: url("../images/human-bg-1.jpg") no-repeat top center / cover;
	padding: calc(20px + 5%) 5%;
}

.human-section-1 .width-1280 {
	margin: 0 auto;
}

.human-section-box{
	width: 100%;
	padding: 0;
	background: #ffffff;
}

.human-section-core{
	padding: calc(20px + 5%) 5%;
}

.human-title {
	position: relative;
	margin-bottom: calc(10px + 1%);
}

.human-title span {
	position: absolute;
	left: 0;
	bottom: 0;
	font-weight: 700;
	line-height: 0.8;
	-webkit-text-stroke: 1px #dddddd;
	color: transparent;
}

.human-title .title-2 {
	position: relative;
	z-index: 2;
	margin: 0 0 0 0;
	padding: 0;
}

.loop3 {
	position: relative;
	padding-bottom: calc(20px + 3%);
}

.loop3 .owl-dots {}

.loop3 .owl-item {
	position: relative;
	z-index: 2;
	padding: 0 2px;
}

.loop3 .owl-nav {
	position: absolute;
	top: 42%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	z-index: 11;
}

.loop3 .owl-prev,
.loop3 .owl-next {
	position: absolute;
	z-index: 100;
	top: calc(50% - 20px);
	background: #fff !important;
	width: 40px;
	height: 40px;
	margin: 0 !important;
	border-radius: 100% !important;
	border: 0px solid #ddd !important;
	transform-origin: 50% 50%;
	transition: all 0.4s ease-out 0s;
	box-shadow: 0px 0px 30px 0px rgba(1, 84, 123, 0.2);
}

.loop3 .owl-prev {
	left: -50px;
}

.loop3 .owl-next {
	right: -50px;
}

.loop3 .owl-prev:before,
.loop3 .owl-next:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900 !important;
	font-size: 70px;
	color: #fff;
	opacity: 1;
	transition: all 0.4s ease-out 0s;
	width: 8px;
	height: 8px;
	background-size: contain;
	display: inline-block;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #0e509a;
	position: relative;
	top: -2px;
}

.loop3 .owl-prev:before {
	content: "";
	transform: rotate(-135deg);
	left: 2px;
}

.loop3 .owl-next:before {
	content: "";
	transform: rotate(45deg);
	right: 1px;
}

.loop3 .owl-prev:hover,
.loop3 .owl-next:hover {
	opacity: 0.5;
}

.loop3 .owl-stage-outer {
	z-index: 2;
}

.loop3 .owl-dots {
	position: absolute;
	z-index: 100;
	bottom: -10px;
	width: 100%;
	text-align: center !important;
	padding: 0 0px;
}

.loop3 .owl-dots .owl-dot span {
	background: #00b4ab !important;
	width: 9px !important;
	height: 9px !important;
	margin: 5px !important;
}

.loop3 .owl-dots .owl-dot.active span,
.loop3 .owl-dots .owl-dot:hover span {
	background: #165ea7 !important;
}

.loop6 {
	position: relative;
	padding-bottom: calc(20px + 3%);
}

.loop6 .owl-nav {
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;
    z-index: 11;
    transform: translateY(-50%);
}

.loop6 .owl-prev,
.loop6 .owl-next {
	position: absolute;
	z-index: 100;
	top: calc(50% - 20px);
	background: #fff !important;
	width: 40px;
	height: 40px;
	margin: 0 !important;
	border-radius: 100% !important;
	border: 0px solid #ddd !important;
	transform-origin: 50% 50%;
	transition: all 0.4s ease-out 0s;
	box-shadow: 0px 0px 30px 0px rgba(1, 84, 123, 0.2);
}

.loop6 .owl-prev {
	left: -40px;
}

.loop6 .owl-next {
	right: -40px;
}

.loop6 .owl-prev:before,
.loop6 .owl-next:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900 !important;
	font-size: 70px;
	color: #fff;
	opacity: 1;
	transition: all 0.4s ease-out 0s;
	width: 8px;
	height: 8px;
	background-size: contain;
	display: inline-block;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #0e509a;
	position: relative;
	top: -2px;
}

.loop6 .owl-prev:before {
	content: "";
	transform: rotate(-135deg);
	left: 2px;
}

.loop6 .owl-next:before {
	content: "";
	transform: rotate(45deg);
	right: 1px;
}

.loop6 .owl-prev:hover,
.loop6 .owl-next:hover {
	opacity: 0.5;
}

.loop6 .owl-stage-outer {
	z-index: 2;
}

.loop6 .owl-dots {
	position: absolute;
	z-index: 100;
	bottom: -10px;
	width: 100%;
	text-align: center !important;
	padding: 0 0px;
}

.loop6 .owl-dots .owl-dot span {
	background: #00b4ab !important;
	width: 9px !important;
	height: 9px !important;
	margin: 5px !important;
}

.loop6 .owl-dots .owl-dot.active span,
.loop6 .owl-dots .owl-dot:hover span {
	background: #165ea7 !important;
}

.loop6 a:hover .products-list-pto img {
	transform: scale(0.9);
}

.loop6 a:hover .products-circle>img {
	transform: scale(0.62);
	opacity: 1;
}

.loop6 a:hover .products-list-title {
	color: #0e509a;
}


.human-list-box {
	border-radius: 15px;
	border: 1px solid #94a1b1;
	background: #fff;
	padding: calc(20px + 4%) calc(20px + 1%);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	max-width: 389.33px;
	margin: 0 25px;
}

.human-list-box>div {
	width: 100%;
	text-align: center;
}

.human-list-box>div .btn-back-3 {
	width: 140px;
}

.human-list-pto {
	margin-bottom: 20px;
}

.human-list-pto img {
	border-radius: 100%;
	width: auto !important;
	margin: 0 auto;
}

.human-list-title {
	margin-bottom: 10px;
	line-height: 1.2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.human-list-data {
	margin-bottom: calc(20px + 1%);
	height: 72px;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.human-open-box {
	border-radius: 15px;
	background: #fff;
	padding: 30px;
}

.human-open-pto {
	margin-bottom: 15px;
}

.human-open-pto img {
	width: 100%;
}

.human-open-content {
	padding: 0 12px;
}

.human-open-title {
	font-weight: 500;
}

.human-section-2 {
	padding: calc(20px + 5%) 5%;
}

.process-section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.process-section>div {
	width: 46%;
}

.process-type-1 {
	margin-bottom: calc(20px + 5%);
	border-radius: 15px;
	border-width: 3px;
	border-style: solid;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.process-type-1:after {
	position: absolute;
	content: "";
	width: 62px;
	height: 23px;
	bottom: -23px;
	left: 50%;
	transform: translateX(-50%);
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

.process-type-2:after {
	display: none;
}

.process-type-1>div:nth-of-type(1) {
	width: 32%;
	padding: calc(20px + 2.5%) 10px;
	text-align: center;
	color: #fff;
	font-style: italic;
	font-weight: 500;
	border-radius: 10px 0 0 10px;
}

.process-type-1>div:nth-of-type(2) {
	width: 48%;
	padding: 0 4%;
	line-height: 1.2;
}

.process-type-1>div:nth-of-type(3) {
	width: 20%;
	text-align: center;
}

.process-type-title {
	padding-bottom: 8px;
}

.process-green {
	border-color: #71c3b3;
}

.process-green>div:nth-of-type(1) {
	background: #71c3b3;
}

.process-green:after {
	background: #71c3b3;
}

.process-green .process-type-title {
	color: #71c3b3;
}

.process-sky {
	border-color: #79c0d6;
}

.process-sky>div:nth-of-type(1) {
	background: #79c0d6;
}

.process-sky:after {
	background: #79c0d6;
}

.process-sky .process-type-title {
	color: #79c0d6;
}

.process-water {
	border-color: #5a9dd4;
}

.process-water>div:nth-of-type(1) {
	background: #5a9dd4;
}

.process-water:after {
	background: #5a9dd4;
}

.process-water .process-type-title {
	color: #5a9dd4;
}

.process-blue {
	border-color: #2e64a0;
}

.process-blue>div:nth-of-type(1) {
	background: #2e64a0;
}

.process-blue:after {
	background: #2e64a0;
}

.process-blue .process-type-title {
	color: #2e64a0;
}

.process-gray {
	border-color: #94a1b1;
}

.process-gray>div:nth-of-type(1) {
	background: #94a1b1;
}

.process-gray:after {
	background: #94a1b1;
}

.process-gray .process-type-title {
	color: #94a1b1;
}

.process-other {
	text-align: center;
	padding: 0 0 calc(20px + 1.5%) 0;
}

.human-section-3-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

.human-section-3-content:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background: #e9e9e9;
	top: 0;
	left: 50%;
}

.human-section-3-content>div {
	width: 46%;
}

.human-title-2 {
	font-weight: 700;
	padding: 0 0 0 36px;
	margin-bottom: calc(15px + 1%);
	position: relative;
	color: #0e509a;
	line-height: 1.3;
}

.human-title-2:before {
	left: 0px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	background: #0e509a;
}

.board-btn {
	max-width: 450px;
	width: 100%;
	border: 3px solid #6fbcc4;
	border-radius: 20px;
	background: #fff;
	padding: 20px calc(20px + 1%);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.board-btn:hover {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.board-btn>div:nth-of-type(1) {
	width: 36%;
}

.board-btn>div:nth-of-type(2) {
	width: 50%;
	padding: 0 20px;
	color: #7e7e7e;
	line-height: 1.5;
}

.board-btn>div:nth-of-type(3) {
	width: 14%;
}

.board-note {
	padding-bottom: calc(20px + 1%);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.board-note>div:nth-of-type(1) {
	color: #0e509a;
	white-space: nowrap;
}

.board-note>div:nth-of-type(2) {
	padding-left: 5px;
}

.human-bottom-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.human-bottom-content>div:nth-of-type(1) {
	width: calc(50% - 42px);
	padding-right: 35px;
}

.human-bottom-content>div:nth-of-type(2) {
	width: calc(50% + 42px);
}

.human-bottom-note {
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: calc(20px + 2.5%);
	margin-bottom: calc(20px + 2.5%);
}

/*office*/
.office-1 {
	padding: calc(20px + 2.5%) 5% calc(20px + 1%) 5%;
	background: url("../images/office-1-bg.png") 85% 10% no-repeat #f5f9fc;
}

.office-1-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.office-1-content>div {
	width: 50%;
}

.office-1-content>div:nth-of-type(2) {
	padding: 0 55px 0 45px
}

.office-map {
	position: relative;
	display: inline-block;
}

.office-map-top {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.map-light {
	position: absolute;
	width: 100%;
	padding-bottom: 100%;
	border-radius: 50%;
	z-index: 1;
	animation-name: map-light;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	background: #1c88da;
	transform: scale(0);
	opacity: 1;
}

.map-light-1 {
	top: -26.5%;
	left: -6.5%;
}

.map-light-2 {
	top: -5.8%;
	left: -5%;
	animation-delay: 0.4s;
}

.map-light-3 {
	top: -1.7%;
	left: -23.3%;
	animation-delay: 0.8s;
}

.map-light-4 {
	top: 11.3%;
	left: -12.7%;
	animation-delay: 1.2s;
}

.map-light-5 {
	top: 33.3%;
	left: -14.4%;
	animation-delay: 1.6s;
}

.map-light-6 {
	top: -7%;
	left: 7.4%;
	background: #dd1d5a;
	animation-delay: 2s;
}

.office-2 {
	padding: 0 5% calc(20px + 3%) 5%;
}

.office-title {
	padding-top: 60px;
	padding-bottom: 20px;
}

.office-main-section {
	border-bottom: 1px solid #ececec;
	margin-bottom: calc(20px + 2%);
}

.office-main-content {
	padding-bottom: calc(20px + 2%);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.office-main-content>div:nth-of-type(1) {
	width: 33%;
}

.office-main-content>div:nth-of-type(2) {
	width: 67%;
	padding: calc(10px + 1%) 0 0 calc(20px + 1%);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.office-main-content>div:nth-of-type(2)>div:nth-of-type(1) {
	width: 25px;
}

.office-main-content>div:nth-of-type(2)>div:nth-of-type(2) {
	width: calc(100% - 25px);
	padding-left: 15px;
	font-size: 16px;
}

.office-main-content>div:nth-of-type(2)>div:nth-of-type(2) a {
	word-break: break-all;
	display: inline-block;
}

.office-main-pto {
	border-radius: 15px;
}

.office-main-title {
	padding-bottom: calc(10px + 1%);
	font-weight: 500;
	line-height: 1.3;
}


.office-other-section {
	border-bottom: 1px solid #ececec;
	margin-bottom: calc(20px + 2%);
	padding-bottom: calc(20px + 2%);
}

.office-other-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.office-other-content>div {
	width: 33.33%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right: 1px solid #ececec;
	line-height: 1.4;
}

.office-other-content>div:last-child {
	border-right: 0px solid #ececec;
}

.office-other-content>div:nth-of-type(1) {
	padding-right: 3%;
}

.office-other-content>div:nth-of-type(2),
.office-other-content>div:nth-of-type(3) {
	padding-right: 3%;
	padding-left: 3%;
}

.office-other-content>div>div:nth-of-type(1) {
	width: 18px;
}

.office-other-content>div>div:nth-of-type(2) {
	width: calc(100% - 18px);
	padding-left: 12px;
	font-size: 16px;
}

.flex-nowrap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.flex-nowrap>div:nth-of-type(1) {
	white-space: nowrap;
}

/*contact*/
.contact-section-2 {
	padding-bottom: calc(20px + 4%);
}

.contact-layout-1 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-layout-1>div {
	width: calc(50% - 25px);
}

.contact-layout-2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-layout-2>div:nth-of-type(1) {
	width: 67%;
}

.contact-layout-2>div:nth-of-type(2) {
	width: 33%;
}

.contact-form-list {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding: 0 0 20px 0;
}

.contact-form-list>div:nth-of-type(1) {
	width: 125px;
	position: relative;
	padding-top: 5px;
	padding-left: 22px;
}

.contact-form-list>div:nth-of-type(1) span {
	color: #009f97;
	position: absolute;
	top: 4px;
	left: 0;
}

.contact-form-list>div:nth-of-type(2) {
	width: calc(100% - 125px);
	padding-left: 0px;
}

.contact-form-list2 {
	padding: 0 0 20px 0;
}

.contact-form input[type="text"],
.contact-form input[type="number"],
.contact-form input[type="tel"],
.contact-form input[type="phone"],
.contact-form input[type="date"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form input[type="button"],
.contact-form textarea {
	font-size: clamp(16px, 1vw, 19px);
	border-width: 1px;
	border-style: solid;
	border-color: #e1e1e1;
	margin: 0px 0 0px 0;
	width: 100%;
	padding: 0px 15px;
	color: #333;
	background: #fff;
	font-family: "Roboto", sans-serif;
	line-height: 40px;
	border-radius: 5px;
}

.contact-form textarea {
	height: 190px;
	padding: 15px;
	resize: none;
	line-height: 140%;
}

.contact-form select {
	margin: 0 0 0px 0;
	width: 100%;
	max-width: 100%;
	background-image: url(../images/product-select.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) 16px;
	background-size: 9px 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	;
	border-width: 1px;
	border-style: solid;
	border-color: #e1e1e1;
	color: #333;
	font-family: "Roboto", sans-serif;
	padding: 0px 35px 0px 15px;
	line-height: 40px;
	border-radius: 5px;
}

.contact-form option {
	padding: 1px 5px;
}

.contact-form select::-ms-expand {
	display: none;
}

.contact-note2 {
	margin-top: 0px;
	display: inline-block;
	position: relative;
	padding-left: 22px;
	padding-right: 15px;
	padding-bottom: 0px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 130%;
	color: #333;
	margin-bottom: 0;
}

.contact-note2 input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 4px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: transparent;
	border: 1px solid #a4a4a4;
	border-radius: 100%;
}

.contact-note2:hover input~.checkmark {
	background-color: #eeeeee;
}

.contact-note2 input:checked~.checkmark {
	border-color: #009f97;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.contact-note2 input:checked~.checkmark:after {
	display: block;
}

.contact-note2 .checkmark:after {
	left: 2px;
	top: 2px;
	width: 10px;
	height: 10px;
	background: #009f97;
	border-radius: 100%;
}

.contact-note3 {
	margin-top: 0px;
	display: inline-block;
	position: relative;
	padding-left: 22px;
	padding-right: 15px;
	padding-bottom: 0px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 130%;
	color: #333;
	margin-bottom: 0;
}

.contact-note3 input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark2 {
	position: absolute;
	width: 24px;
	height: 24px;
	background: #fff;
	border-radius: 5px;
	left: -8px;
	top: -2px;
	border: 1px solid #d1d1d1;
}

.contact-note3:hover input~.checkmark2 {
	background-color: #fff;
}

.contact-note3 input:checked~.checkmark2 {
	border-color: #0e509a;
}

.checkmark2:after {
	content: "";
	position: absolute;
	display: none;
}

.contact-note3 input:checked~.checkmark2:after {
	display: block;
}

.contact-note3 .checkmark2:after {
	top: 2px;
	left: 6px;
	height: 15px;
	width: 10px;
	background-color: transparent;
	border-width: 0 3px 3px 0;
	border-color: #0e509a;
	border-style: solid;
	transform: rotate(45deg);
}

.color-red {
	color: #ff0000;
}

.contact-bottom {
	background: #e4e4e3;
	padding: calc(20px + 2.5%) 5%;
}

.contact-bottom-section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.contact-bottom-section>div:nth-of-type(1) {
	width: 400px;
	padding-right: 5%;
}

.contact-bottom-section>div:nth-of-type(1) .title01 {
	text-align: left;
}

.contact-bottom-section>div:nth-of-type(2) {
	width: calc(100% - 400px);
}

.contact-info-list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.contact-info {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.contact-info>div {
	margin-bottom: 12px;
}

.contact-info>div:nth-child(odd) {
	width: 44px;
	height: 44px;
	border-radius: 100%;
	background: #3e3a39;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.contact-info>div:nth-child(odd) img {
	width: 24px;
}

.contact-info>div:nth-child(even) {
	width: calc(100% - 44px);
	padding-left: 10px;
	line-height: 1.1;
	font-size: clamp(16px, 1vw, 20px);
}

.contact-100 {
	width: 100% !important;
}

.contact-policy {
	padding-bottom: calc(15px + 1%);
	text-align: center;
}

.contact-policy a {
	color: #00b0a7;
	text-decoration: underline;
}

.contact-btn .btn01 {
	margin-left: auto;
	margin-right: auto;
}

.mail-right {
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-title {
	font-size: 48px;
	color: #1a1a1a;
	margin-bottom: 60px;
	font-weight: normal;
}

/* 核心模块容器 */
.core-modules-container {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
}

/* 单个模块 */
.core-module {
	width: 100%;
	text-align: center;
}

/* 图标容器 */
.module-icon {
	width: 120px;
	height: 120px;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.module-icon svg {
	width: 100%;
	height: auto;
	fill: #23a2d9;
}
.kunlin-core-section{
	width: 100%;
	padding: 40px 0 20px;
	box-sizing: border-box;
}
/* 模块标题 */
.module-title {
	font-size: 24px;
	color: #23a2d9;
	margin-bottom: 15px;
	text-align: center;
	font-weight: bolder;
}

/* 模块描述 */
.module-description {
	color: #666;
	line-height: 1.6;
	width: 100%;
}
.sub-title{
	width: 100%;
	text-align: center;
	font-size: 16px;
	padding-bottom: 5px;
}
.desc-title{
	width: 100%;
	text-align: center;
	font-size: 14px;
}
.core-modules-a{
	width: 25%;
}

.products-desc{
	width: 100%;
}

.products-desc-item{
	width: 48%;
	display: flex;
	align-items: flex-start;
	border-radius: 10px;
    border: 1px solid #dddddd;
    background: #fafdff;
    padding: 20px;
	margin: 0 0 30px 0;
	box-sizing: border-box;
}
.products-desc-icon{
	width: 100px;
	height: 100px;
	border-radius: 10000px;
	border: 2px solid #eeeeee;
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
}
.products-desc-icon img{
	width: 100%;
	vertical-align: middle;
}
.products-desc-box{
	flex: 1;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}
.products-item-title{
	width: 100%;
	font-size: 18px;
	font-weight: bolder;
	padding-bottom: 5px;
}
.btn-contact div{
	color: #ffffff;
}
@keyframes map-light {
	0% {
		transform: scale(0);
		opacity: 1;
	}

	50% {
		transform: scale(0.1);
		opacity: 0;
	}

	100% {
		transform: scale(0.1);
		opacity: 0;
	}
}

.text_tt {
	font-weight: bold;
	color: #189cc5;
	font-size: 20px;
	line-height: 30px;
}

.text_tt span {
	width: 5px;
	height: 20px;
	background-color: #189cc5;
	display: block;
	float: left;
	margin: 5px 10px 5px 0;
}
.service-menu{
	width: 100%;
	padding-bottom: 40px;
}
.service-menu ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.service-menu li{
	display: block !important;
    position: relative;
    font-size: 17px;
    font-weight: 400;
    color: #5c6065;
    padding: 12px calc(10px + 1vw);
    line-height: 1;
    background: transparent;
    border-radius: 22px;
}
.service-menu-item:hover{
	color: #fff!important;
    background: #0e509a!important;
}
.service-menu-item:hover a{
	color: #fff!important;
}
.current-service {
	color: #fff!important;
    background: #0e509a!important;
}
.current-service a{
	color: #fff!important;
}
.aside-new{
	margin-bottom: 0;
}

@media only screen and (max-width: 1920x) {}

@media only screen and (max-width: 1365px) {
	#content {
		padding-top: 50px;
	}

	.sticky-tool {
		top: 50px;
	}

	.office-1-content>div {
		width: 100%;
	}

	.office-1-content>div:nth-of-type(2) {
		text-align: center;
		padding: 0;
		margin-bottom: 30px;
	}

}

@media only screen and (max-width: 1279px) {
	.banner {}

	.banner-pc {
		display: none !important;
	}

	.banner-mobile {
		display: block !important;
	}

	.banner-pto {
		height: 300px;
	}

	#path ul {
		text-align: left;
	}

	aside {
		padding: 0;
		margin-bottom: 20px;
	}

	.inverstors-section-1>div {
		width: 100%;
	}

	.inverstors-section-1>div:nth-of-type(1) {
		padding-bottom: 40px;
	}

	.inverstors-section-1>div:nth-of-type(2) {
		padding-left: 0%;
	}

	.inverstors-section-1-data {
		justify-content: space-between;
	}

	.inverstors-section-1-data>div {
		padding: 0 0 0 0;
		border-left: 0px solid #e6edf1;
		width: 45%;
	}

	.loop3 .owl-prev {
		left: -20px;
	}

	.loop3 .owl-next {
		right: -20px;
	}

	.process-section>div {
		width: 100%;
	}

	.office-title {
		padding-top: 20px;
	}

	.contact-layout-1>div {
		width: 100%;
	}

	.contact-form-list2 {
		padding-left: 125px;
	}
}

@media only screen and (max-width: 980px) {
	.title01 {
		padding-bottom: 20px;
	}

	.about-section-1>div {
		width: 100%;
	}

	.about-section-1>div:nth-of-type(1) {
		padding-right: 0;
		text-align: center;
	}

	.about-section-1>div:nth-of-type(2) {
		padding-top: 40px;
	}

	.about-section-2-top>div:nth-of-type(1) {
		width: 100%;
		padding-bottom: 10px;
	}

	.about-section-2-top>div:nth-of-type(2) {
		width: 100%;
		border-left: 0px solid #eaedf1;
		border-top: 1px solid #eaedf1;
		padding-left: 0px;
	}
	.core-modules-a{
		width: 50%;
	}
	.products-list>a {
		width: 50%;
	}

	.products-list>a:nth-of-type(3n + 3):before {
		display: block;
	}

	.products-list>a:nth-of-type(2n + 2):before {
		display: none;
	}

	.products-detail-top>div:nth-of-type(1) {
		width: 100%;
		border-bottom: 1px solid #e9e9e9;
		border-right: 0px solid #e9e9e9;
		padding-right: 0%;
	}

	.products-detail-top>div:nth-of-type(2) {
		width: 100%;
		padding-left: 0%;
		padding-top: 25px;
	}

	.products-detail-top-left>div:nth-of-type(1) {
		width: 100%;
		order: 2;
	}

	.products-detail-top-left>div:nth-of-type(2) {
		width: 100%;
		order: 1;
	}

	.products-detail-top-left {
		flex-direction: column;
	}

	.gallery-thumbs {
		min-height: auto;
		height: auto;
		padding: 10px 0;
	}

	.gallery-thumbs .swiper-wrapper {
		flex-direction: row;
	}

	.gallery-thumbs .swiper-slide {
		flex-flow: row nowrap;
		width: auto;
	}

	.gallery-thumbs .swiper-slide img {
		max-width: 80px;
		height: auto;
	}

	.products-detail-aside {
		display: none;
	}

	.products-desc>div {
		width: 100%;
	}

	.p-detail-spec-note>div {
		width: 100%;
	}

	.p-detail-spec-note>div:nth-of-type(1) {
		padding-bottom: 20px;
	}

	.application-list {
		justify-content: space-between;
		margin-right: 0;
	}

	.application-list>div {
		width: calc(50% - 15px);
		margin: 0 0 0 0;
	}

	.news-list {
		justify-content: space-between;
		margin-right: 0;
	}

	.news-list>div {
		width: calc(50% - 10px);
		margin-right: 0;
	}

	.inverstors-list>div {
		width: 50%;
	}

	.inverstors-list>div:nth-of-type(3n + 3):before {
		display: block;
	}

	.inverstors-list>div:nth-of-type(2n + 2):before {
		display: none;
	}

	.inverstors-title>span {
		display: block;
	}

	.inverstors-menu {
		top: auto;
		left: 0;
		width: 100%;
		margin-top: 10px;
	}

	.inverstors-a-list>a {
		padding: 15px;
	}

	.inverstors-b-top>div {
		width: 100%;
	}

	.inverstors-b-top>div:nth-of-type(1) {
		padding-bottom: 20px;
	}

	.inverstors-b-top>div:nth-of-type(2) {
		text-align: left;
	}

	.human-section-3-content:after {
		display: none;
	}

	.human-section-3-content>div {
		width: 100%;
	}

	.human-section-3-content>div:nth-of-type(1) {
		border-bottom: 1px solid #e9e9e9;
		padding-bottom: 45px;
		margin-bottom: 30px;
	}

	.human-bottom-content>div:nth-of-type(1) {
		width: 100%;
		padding-right: 0px;
		padding-bottom: 30px;
	}

	.human-bottom-content>div:nth-of-type(2) {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.loop {}

	.loop .owl-prev,
	.loop .owl-next {
		transform: scale(0.7);
	}

	.loop .owl-prev {
		left: -10px;
	}

	.loop .owl-next {
		right: -10px;
	}
	.core-modules-a{
		width: 100%;
	}
	.inverstors-b-data-1>div:nth-of-type(1) {
		width: 100%;
		padding-right: 0%;
		padding-bottom: 25px;
	}

	.inverstors-b-data-1>div:nth-of-type(2) {
		width: 100%;
		text-align: center;
	}

	.contact-layout-2>div:nth-of-type(1) {
		width: 100%;
	}

	.contact-layout-2>div:nth-of-type(2) {
		width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	.office-main-section {
		margin-bottom: 0;
	}

	.office-main-content>div:nth-of-type(1) {
		width: 100%;
	}

	.office-main-content>div:nth-of-type(2) {
		width: 100%;
		padding: 20px 0 0 0;
	}

	.office-other-section {
		padding-bottom: 0;
	}

	.office-other-content>div {
		width: 100%;
		border-bottom: 1px solid #ececec;
		border-right: 0px solid #ececec;
	}

	.office-other-content>div:last-child {
		border-bottom: 0px solid #ececec;
	}

	.office-other-content>div:nth-of-type(1) {
		padding-right: 0%;
	}

	.office-other-content>div:nth-of-type(2),
	.office-other-content>div:nth-of-type(3) {
		padding-right: 0%;
		padding-left: 0%;
	}

}

@media only screen and (max-width: 570px) {
	.banner-pto {
		height: 240px;
	}

	.banner-title-en>span,
	.title-en>span {
		bottom: 10px;
	}

	.products-list>a {
		width: 100%;
	}

	.products-list>a:before {
		display: none;
	}

	.inverstors-section-1-data>div {
		width: 100%;
	}

	.inverstors-section-1-data>div:nth-of-type(1) {
		padding-bottom: 30px;
		border-bottom: 1px solid #e6edf1;
		margin-bottom: 20px
	}

	.inverstors-section-1-data>div>div:nth-of-type(1) {
		height: auto;
		padding-bottom: 15px;
	}

	.inverstors-list>div {
		width: 100%;
	}

	.inverstors-list>div:before {
		display: none !important;
	}

	.loop3 .owl-prev {
		left: -10px;
	}

	.loop3 .owl-next {
		right: -10px;
	}

	.process-type-1 {
		align-items: stretch
	}

	.process-type-1>div {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}

	.process-type-1>div:nth-of-type(1) {
		width: 20%;
	}

	.process-type-1>div:nth-of-type(2) {
		width: 60%;
	}

	.process-type-1>div:nth-of-type(3) {
		width: 20%;
		padding-left: 0;
		padding-right: 15px;
	}
}

@media only screen and (max-width: 414px) {
	.application-list>div {
		width: 100%;
	}

	.news-list>div {
		width: 100%;
	}


}

@media only screen and (max-width: 320px) {}