#header .navbar{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 90px;
	transition: all .5s;
	padding-right: 25px;
	max-width: 1200px;
	border: 0px rgba(255,255,255,0.2) solid;
	background: rgba(255,255,255,0.2);
	transition: all .5s;
	border-radius: 20px;
	padding-left: 25px;
	-webkit-backdrop-filter: blur(17px);
	backdrop-filter: blur(17px);
	box-shadow: inset 2px 0 10px rgba(171, 196, 211, .22);
}
.navbar .nav-item .dropdown-menu ul{
    list-style-type: none;
    padding-left: 0;
}
.navbar .nav-item .dropdown-menu {
	height: auto;
	padding: 15px 0;
	background: #fff;
	width: auto;
	top: 100%;
	z-index: 99;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 20px;
}
.navbar .nav-item .dropdown-menu a, .navbar .nav-item .sub-menu a {
	font-size: 15px;
	padding: 10px 25px;
	line-height: 25px;
	display: flex;
	text-align: center;
	opacity: .6;
	transition: all ease .3s;
	white-space: nowrap;
	align-items: center;
	justify-content: space-between;
        border-bottom: 1px solid #eee;
}
.product-details-header .navbar .navbar-nav .nav-link {
	color: #333;
}
#header.product-details-header .header-search .p_inputCon .p_input,
#header.product-details-header .header-search .p_btnCon .p_btn{
	color: #333;
	border-color: #707070;
}
#header .header-search {
	display: flex;
	border: 0px solid #ccc;
	background: none;
	height: 35px;
	border-radius: 0;
	display-radio: flex;
	width: auto;
	max-width: 150px;
	flex-direction: row;
	background-color: none;
}
#header .header-search .p_inputCon {
	flex-grow: 1;
	padding: 0 0 0 0;
	overflow: hidden;
}
#header .header-search .p_inputCon .p_input {
	width: 100%;
	height: 100%;
	line-height: 30px;
	border: 1px #fff solid;
	border-radius: 20px 0 0 20px;
	border-right: 0;
	padding: 0 5px 0 15px;
	background: none;
	color: #fff;
	transition: all .5s;
}
#header .header-search .p_btnCon {
	flex: 0 0 auto;
	width: 30px;
}
#header .header-search .p_btnCon .p_btn {
	padding: 0;
	width: 100%;
	height: 100%;
	border-radius: 0 20px 20px 0;
	font-size: 14px;
	line-height: 35px;
	overflow: hidden;
	background: none;
	border: 1px #fff solid;
	border-left: 0;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .5s;
	padding: 0 5px 0 0;
}
#header .header-search .p_btnCon .p_btn .icon {
	font-size: 16px;
	font-style: normal;
	fill: currentColor;
}

#home-aboutus .e_image-2 {
	overflow: hidden;
	border-radius: 15px;
	height: 320px;
}
#home-aboutus .e_image-2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}
#home-aboutus .e_loop-11 {
	margin-top: 40px;
}
#home-aboutus .e_loop-11 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%;
}
#home-aboutus .e_container-12 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	margin-bottom: 15px;
	padding-right: 50px;
	background: #f5f5f5;
	padding: 10px;
	border-radius: 15px;
	transition: all .5s;
}
#home-aboutus .e_container-12 .cbox-12-0 {
	flex: 0 0 auto;
	width: 42px;
}
#home-aboutus .e_container-12 .e_image-15 {
	overflow: hidden;
	width: 100%;
	padding-bottom: 100%;
	position: relative;
}
#home-aboutus .e_container-12 .e_image-15 img {
	width: 100%;
	height: auto;
	object-fit: cover;
	position: absolute;
	transition: all .5s;
	top: 0;
}
#home-aboutus .e_container-12 .cbox-12-1 {
	flex: 0 0 auto;
	width: calc(100% - 42px);
	padding-left: 5%;
	align-self: center;
}
#home-aboutus .e_container-12 .e_text-14 {
	line-height: normal;
	margin-top: 0px;
	font-size: 18px;
	color: rgba(102,102,102,1);
	transition: all .5s;
}
#home-aboutus .e_text-5 {
	line-height: normal;
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 20px;
}
#home-aboutus .e_image-10 {
	overflow: hidden;
	height: auto;
	border-radius: 15px;
}
#home-aboutus .e_image-10 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}
.company-information {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}
.company-information .item_con {
	text-align: right;
	margin-bottom: 2px;
	height: 60px;
	clear: both;
}
.company-information .service_item {
	padding-left: 60px;
	float: right;
	width: 60px;
	min-width: 60px;
	max-width: 60px;
	height: 60px;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	transition: all 0.5s ease;
	position: relative;
	cursor: pointer;
}
.company-information .service_icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
}
.company-information .service_icon {
	display: flex;
	align-items: center;
}
.company-information .service_value {
	padding: 10px 20px 10px 0;
	text-align: left;
	line-height: 20px;
}
.company-information .service_value p {
	height: 20px;
	overflow: hidden;
        margin-bottom: 0;
}
.company-information .service_value a {
	color: #fff;
}
.company-information .service_icon .icon {
	width: 30px;
	height: 30px;
	margin: 0 16px;
}
.company-information .service_icon p{
    margin-bottom: 0;
}
.company-information .item_con {
	text-align: right;
}
.company-information .icon {
	color: #fff;
        fill: currentColor;
        font-size: 16px;
}
.company-information .service_value.dh {
	line-height: 40px;
}
.company-information > .item_con .service_item.showLang:hover {
	min-width: 265px;
}
.company-information .service_item.showLang:hover {
	width: fit-content;
	min-width: 230px;
	max-width: 600px;
}
#home-banner{
    position: relative;
}
#home-banner .e_container-4 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 50%;
	padding-left: 0;
	padding-right: 0;
	position: absolute;
	left: auto;
	z-index: 1;
	right: 60px;
	top: auto;
	bottom: 5%;
}
#home-banner .home-new-product > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#home-banner .home-new-product .e_container-12 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	max-width: 730px;
	margin-left: auto;
	margin-right: auto;
}        
#home-banner .home-new-product .e_container-12 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#home-banner .home-new-product .e_container-12 .e_text-5 {
	line-height: normal;
	font-size: 20px;
	font-family: "f848589c-91ed-4ff9-8d0b-8f641d2dd64e";
	font-weight: bold;
	color: rgba(255,255,255,1);
	margin-bottom: 25px;
}
#home-banner .home-new-product .owl-item {
	/*flex: 0 0 auto;
	position: relative;*/
        padding-right: 10px;
}
#home-banner .home-new-product .product-item .e_container-7{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	background-color: rgba(255,255,255,0.2);
	border-radius: 20px;
	box-shadow: inset 2px 0 10px rgba(171, 196, 211, .22);
	-webkit-backdrop-filter: blur(17px);
	backdrop-filter: blur(17px);
}
#home-banner .home-new-product .product-item .cbox-7-0 {
	flex: 0 0 62%;
	padding-right: 5%;
}
#home-banner .home-new-product .product-item > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#home-banner .home-new-product .product-item .e_container-11 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 0px;
}
#home-banner .home-new-product .product-item .e_container-11 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}
#home-banner .home-new-product .product-item .e_container-11 > .p_item .e_text-8 {
	line-height: normal;
	font-size: 19px;
	font-weight: bold;
	font-family: "f848589c-91ed-4ff9-8d0b-8f641d2dd64e";
	color: rgba(255,255,255,1) !important;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
        text-align: left;
}
#home-banner .home-new-product .product-item .e_container-11 > .p_item .e_text-8 a,
#home-banner .home-new-product .product-item .e_container-11 > .p_item .e_text-9 a{
    color: rgba(255,255,255,1)
}
#home-banner .home-new-product .product-item .e_container-11 > .p_item .e_text-9 {
	line-height: normal;
	font-size: 15px;
        text-align: left;
        font-weight: bold;
}
#home-banner .home-new-product .product-item .e_container-7 .cbox-7-1 {
	flex: 0 0 38%;
}
#home-banner .home-new-product .product-item .e_image-10 {
	overflow: hidden;
	position: relative;
	padding-bottom: 100%;
	border-radius: 20px;
	background: rgba(255,255,255,0.3);
}
#home-banner .home-new-product .product-item .e_image-10 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	transition: all .5s;
	padding: 15px;
        filter: blur(0);
}
#home-banner .home-new-product .owl-carousel{
    position: relative;
}
#home-banner .home-new-product .owl-carousel .owl-nav {
	position: absolute;
	top: auto;
	left: 50%;
	transform: translate(-50%,0);
	bottom: 0;
	width: 110px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#home-banner .home-new-product .owl-carousel .owl-nav > div {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 1px #fff solid;
	transition: all .5s;
	color: #fff;
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
        z-index: 1001;
        cursor: pointer;
}
#home-banner .home-new-product .owl-carousel .owl-nav > div:hover {
	background: #666;
	color: #fff;
	border: 1px #666 solid;
}
#home-banner .home-new-product .owl-carousel .owl-nav > div i:before{
    font-weight: bold !important;
    font-size: 25px;
}
#home-product .e_text-32 {
	line-height: normal;
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 20px;
}
#home-product .home-product-world .e_container-12 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
}
#home-product .home-product-world .e_container-12 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
        position: relative;
}
#home-product .home-product-world .e_container-12 .e_image-13 {
	overflow: hidden;
	position: relative;
	cursor: pointer;
	height: auto;
	border-radius: 10px;
}
#home-product .home-product-world .e_container-12 .e_image-13 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	transition: all .5s;
        filter: blur(0);
}
#home-product .home-product-world .e_container-18 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 1;
	background: rgba(0,0,0,0.4);
	bottom: 0;
	top: auto;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 20px;
	transition: all .5s;
	transform: translateY(0);
	border-radius: 0 0 6px 6px;
}
#home-product .home-product-world .e_container-18 .cbox-18-0 {
	flex: 0 0 100%;
	width: 115px;
}
#home-product .home-product-world .e_container-18 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#home-product .home-product-world .e_container-18 .e_text-30 {
	line-height: normal;
	font-size: 24px;
	color: rgba(255,255,255,1);
	margin-bottom: 5px;
}
#home-product .home-product-world .e_container-18 .e_text-30 a,
#home-product .home-product-world .e_container-18 .e_text-29 a{
    color: rgba(255,255,255,1);
}
#home-product .home-product-world .e_container-18 .e_text-29 {
	line-height: normal;
	color: rgba(255,255,255,1);
	margin-bottom: 6px;
}
#home-product .home-product-world .cbox-1.p_loopitem {
	padding-top: 0;
	transition: all .5s;
	padding-right: 30px;
}
#home-product .home-product-world .owl-item {
	padding-top: 0;
	width: calc(100% / 3);
	transition: all .5s;
	padding-right: 30px;
}
#home-product .owl-carousel {
	position: relative;
	padding-bottom: 0;
}
#home-product .owl-carousel .owl-stage-outer {
	overflow: hidden;
}
#home-product .home-product-world .owl-nav {
	position: absolute;
	top: auto;
	left: 50%;
	transform: translate(-50%,0);
	bottom: 0;
	width: 90px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#home-product .home-product-world .owl-nav .owl-prev,
#home-product .home-product-world .owl-nav .owl-next{
	transition: all .5s;
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px #666 solid;
	border-radius: 50%;
	cursor: pointer;
	color: #666;
}

#home-company-profile .e_container-2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	margin-bottom: 50px;
}
#home-company-profile .e_container-3 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	padding-bottom: 50px;
}
#home-company-profile .e_container-3 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
        position: relative;
}
#home-company-profile .e_container-3 > .p_item .e_text-4 {
	line-height: normal;
	color: rgba(153,153,153,1);
	font-family: "f848589c-91ed-4ff9-8d0b-8f641d2dd64e";
	margin-bottom: 20px;
}
#home-company-profile .e_container-3 > .p_item .e_text-5 {
	line-height: normal;
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 20px;
        color: #232325;
}
#home-company-profile .e_container-3 > .p_item .e_richText-6 {
	font-size: 18px;
	margin-bottom: 20px;
	text-align: justify;
}

#home-company-profile .e_container-3 .e_button-7 {
	display: flex;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width: 160px;
	padding: 8px;
	max-width: none;
	height: 50px;
	align-items: center;
	justify-content: center;
	border: 0px #abcd04 solid;
	background: #f2bb0c;
	border-radius: 25px;
	font-size: 18px;
	color: rgba(255,255,255,1);
	font-weight: normal;
	background-color: rgba(102,102,102,1);
}
#home-company-profile .e_bannerA-14 .owl-item .company-profile-slider{
    position: relative;
}
#home-company-profile .e_bannerA-14 .p_img {
	width: 100%;
	height: 400px;
	border-radius: 20px;
}
#home-company-profile .e_bannerA-14 .p_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
        filter: blur(0);
        transition: filter 1s;
}
#home-company-profile .e_bannerA-14 .p_info {
	width: 50%;
	position: absolute;
	right: 50%;
	top: 50%;
	z-index: 9;
	display: flex;
	transform: translateX(50%) translateY(-50%);
	align-items: center;
	text-align: center;
}
#home-company-profile .e_bannerA-14 .owl-carousel {
	height: inherit;
	border-radius: 15px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
}
#home-company-profile .owl-nav .owl-next,
#home-company-profile .owl-nav .owl-prev,
#profile .owl-nav .owl-next,
#profile .owl-nav .owl-prev{
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
	z-index: 1001;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
#home-company-profile .owl-nav .owl-prev,
#profile .owl-nav .owl-prev{
	left: 10px;
	right: auto;
}
#home-company-profile .owl-nav .owl-next,
#profile .owl-nav .owl-next{
	right: 10px;
	left: auto;
}
#home-company-profile .owl-nav i{
        font-size: 50px;
        color: #ddd;
}
#home-company-profile .owl-nav .owl-prev, 
#home-company-profile .owl-nav .owl-next {
	width: 3rem;
	height: 3rem;
}
#home-capabilities-counter{
        min-height: 300px;
        padding-top: 8%;
        padding-bottom: 8%;
}
#home-capabilities-counter .e_container-2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 90%;
	margin-right: 3%;
	margin-left: auto;
	max-width: 750px;
	animation-name: fadeInLeft;
	animation-duration: 1s;
	animation-delay: 0.5s;
	animation-fill-mode: both;
}
#home-capabilities-counter .e_container-2 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#home-capabilities-counter .e_container-9 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: none;
	width: auto;
}
#home-capabilities-counter .e_container-9 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#home-capabilities-counter .e_container-9 .e_text-75 {
	line-height: normal;
	font-size: 50px;
	font-weight: normal;
	margin-bottom: 20px;
        color: #232325;
}
#home-capabilities-counter .e_container-15,
#home-capabilities-counter .e_container-19, 
#home-capabilities-counter .e_container-23{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	margin-bottom: 20px;
}
#home-capabilities-counter .e_container-15{
    	margin-top: 30px;
}

#home-capabilities-counter .e_container-15 > .p_item,
#home-capabilities-counter .e_container-19 > .p_item,
#home-capabilities-counter .e_container-23 > .p_item{
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#home-capabilities-counter .e_container-15 .cbox-15-0,
#home-capabilities-counter .e_container-19 .cbox-19-0,
#home-capabilities-counter .e_container-23 .cbox-23-0{
	flex: 0 0 50px;
	align-self: center;
}
#home-capabilities-counter .e_image-16,
#home-capabilities-counter .e_image-22,
#home-capabilities-counter .e_image-26{
	overflow: hidden;
	width: auto;
	max-width: 40px;
}
#home-capabilities-counter .e_image-16 img,
#home-capabilities-counter .e_image-22 img,
#home-capabilities-counter .e_image-26 img{
	width: 100%;
	height: 100%;
	object-fit: contain;
        filter: blur(0);
        transition: filter 1s;
}
#home-capabilities-counter .e_scrollNumber-17,
#home-capabilities-counter .e_scrollNumber-20,
#home-capabilities-counter .e_scrollNumber-24{
	height: 60px;
	line-height: 60px;
	font-size: 50px;
	color: #333;
}
#home-capabilities-counter .e_scrollNumber-17 .p_plus,
#home-capabilities-counter .e_scrollNumber-20 .p_plus,
#home-capabilities-counter .e_scrollNumber-24 .p_plus{
	font-size: 14px;
}
#home-capabilities-counter .e_video-73 {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	margin-top: 0px;
}
#home-capabilities-counter .e_video-73 .p_video {
	position: relative;
}
#home-capabilities-counter .e_video-73 .cover {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#home-capabilities-counter .e_video-73 .cover .playBtn {
	position: absolute;
	width: 80px;
	height: 80px;
	z-index: 2;
	left: 50%;
	top: 50%;
	margin: -40px auto auto -40px;
	cursor: pointer;
        filter: blur(0);
        transition: filter 1s;
}
#home-capabilities-counter .e_video-73 .cover .coverImage {
	width: 100%;
	height: 100%;
}
#home-capabilities-counter .e_video-73 .cover .coverImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
        filter: blur(0);
        transition: filter 1s;
}
#home-capabilities-counter .e_video-73 video {
	width: 100%;
	display: block;
}
.bgimg {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: no-repeat center/cover;
}
.subpage_ad .bgimg {
	animation: bannerimg 2s;
}
.subpage_ad {
	position: relative;
	height: 460px;
	overflow: hidden;
	margin-top: 0px;
}
.subpage_ad::before {
	content: "";
	dislay: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	left: 0;
	top: 0;
	z-index: 1;
	position: absolute;
}
.subpage_ad .text {
	top: 60%;
}
.subpage_ad .text {
	position: absolute;
	width: 84%;
	max-width: 1440px;
	color: #fff;
	text-align: center;
	top: 55%;
	left: 50%;
	line-height: 1.6;
	transform: translate(-50%, -50%);
	z-index: 4;
	font-family: auto;
}
.subpage_ad .text .ad-tit {
	color: #fff;
	font-size: 40px;
	font-weight: normal;
	display: inline-block;
	position: relative;
	font-family: 'LamaSans-Bold';
}
.subpage_ad .ad-tit::before {
	position: absolute;
	top: 0px;
	right: -9px;
	content: '';
	width: 22px;
	height: 22px;
	border: solid 1px #fff;
	border-radius: 50%;
	opacity: 0;
}
.page-heading{
	position: relative;
}
#breadcrumb {
	min-height: 0px;
	background-color: rgba(242,242,242,1);
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-bottom: 0px;
	font: 14px/1.5 'LamaSans-Regular',arial,'\5FAE\8F6F\96C5\9ED1',helvetica,sans-serif;
}
#breadcrumb .e_breadcrumb-1 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	padding-left: 15px;
	padding-right: 15px;
}
#breadcrumb  .e_breadcrumb-1 .p_breadcrumb {
	flex-wrap: wrap;
	overflow: hidden;
	margin-bottom: 0;
}
#breadcrumb .e_breadcrumb-1 .p_breadcrumbItem {
	position: relative;
	float: left;
}
#breadcrumb .e_breadcrumb-1 .icon {
	width: 12px;
	height: 12px;
}
#breadcrumb .icon {
	font-size: 16px;
	width: 20px;
	height: 20px;
	margin-right: 3px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	margin-top: -3px;
	fill: currentColor;
}
#breadcrumb .e_breadcrumb-1 .p_breadcrumbItem:not(:first-child) {
	padding: 0 3px 0 15px;
}
#breadcrumb .e_breadcrumb-1 .p_breadcrumbItem:not(:first-child)::before {
	content: '>';
	position: absolute;
	left: 3px;
	color: #999;
}
#breadcrumb .e_breadcrumb-1 .p_showTitle {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 5px;
	border: 1px solid transparent;
}
#breadcrumb .text-secondary {
	color: #6c757d !important;
}
#breadcrumb ul  li {
	list-style: none;
}
.product-category .e_container-2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background-color: #e5e5e5;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 15px;
	padding-left: 15px;
}
.product-category .e_container-2 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
.product-category .e_container-2 .e_text-3 {
	line-height: normal;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	max-width: 278px;
	margin-bottom: 0px;
	font-family: 'LamaSans-Regular',arial,'\5FAE\8F6F\96C5\9ED1',helvetica,sans-serif;
        color: #232325;
}
#product_list .product-card {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	transition: all .5s;
	border: solid 1px rgba(102, 102, 102,0.5);
	border-radius: 20px;
	height: 100%;
}
#product_list .product-card > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
        position: relative;
}
#product_list .product-card .e_image-51 {
	overflow: hidden;
	padding-bottom: 87%;
	margin-bottom: 20px;
	position: relative;
}
#product_list .product-card .e_image-51 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	transition: all .5s;
}
#product_list .product-card .e_text-52 {
	line-height: normal;
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}
#product_list .product-card .e_text-52 a,
#product_list .product-card .e_text-54 a{
        color: #666;
}
#product_list .product-card .e_text-54 {
	line-height: 40px;
	background-color: rgba(234,234,234,1);
	text-align: center;
	transition: all .5s;
}
#product_list .product-card:hover {
	transform: translateY(-10px);
	box-shadow: rgba(102, 102, 102,0.2) 0px 3px 18px 2px;
}
#product_list .product-card:hover .e_text-54 {
	background-color: #666;
}
#product_list .product-card:hover .e_text-54 a{
	color: #fff;
}
.product-pagination{
        margin-top: 5%
}
.product-pagination .page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #2061BB;
	border-color: #2061BB;
}
.page-link {
	position: relative;
	display: block;
	color: #666;
	background-color: #fff;
	border: 1px solid #dee2e6;
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.product-details-breadcrumb {
	background-color: rgba(240,240,240,1);
	padding-top: 30px;
	padding-bottom: 20px;
	min-height: 0px;
	border-bottom: 1px solid #ddd;
}
.product-details-breadcrumb .e_breadcrumb-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 94%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.product-details-breadcrumb .e_breadcrumb-1 > .p_breadcrumb {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
        position: relative;
}
.product-details-page{
        background: rgba(240,240,240,1);
}
#breadcrumb.product-details-breadcrumb {
	padding-top: 30px;
	padding-bottom: 20px;
}
.product-details-page .product-details-content{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	height: auto;
	max-width: 1200px;
	margin-bottom: 30px;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	background-color: rgba(255,255,255,1);
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	border-radius: 20px;

}
.product-details-page .product-details-content .e_container-211 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding-left: 0px;
	max-width: none;
	width: 100%;
	max-height: none;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	height: auto;
        padding-left: 3%;
}
.product-details-page .product-details-content .e_container-211 .p_item {
	flex: 1;
	max-width: 100%;
        position: relative;
}
.product-details-page .product-details-content .e_h1-212 {
	margin-bottom: 10px;
	margin-top: 30px;
	max-width: none;
	color: rgba(48,49,51,1);
	line-height: 1.2;
	font-weight: normal;
	font-size: 30px;
        font-family: 'LamaSans-Regular',arial,'\5FAE\8F6F\96C5\9ED1',helvetica,sans-serif;
}
.product-details-page .product-details-content .e_line-260 {
	max-height: 1px;
        box-sizing: content-box;
        height: 0;
        margin-top: 1rem;
        margin-bottom: 1rem;
        border: 0;
        border-top-width: 0px;
        border-top-style: none;
        border-top-color: currentcolor;
        border-top: 1px solid rgba(0,0,0,.1);
}
.product-details-page .product-details-content .e_loop_sub-214 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.product-details-page .product-details-content a, 
.product-details-page .product-details-content .Ctitle{
    color: #232325;
}
.product-details-page .product-details-content .e_container-215 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.product-details-page .product-details-content .e_richText-222 {
	font-size: 14px;
	color: rgba(144, 147, 153, 1);
	line-height: 2;
	margin-bottom: 0px;
	margin-top: 0px;
}
.product-details-page .product-details-content .e_container-261 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	padding-bottom: 0px;
	margin-bottom: 15px;
}
.product-details-page .product-details-content .e_container-261 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.product-details-page .product-details-content .e_button-262 {
	display: flex;
	position: relative;
	overflow: hidden;
	text-align: center;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 190px;
	padding: 10px 8px;
	max-height: none;
	height: auto;
	background-color: rgba(85,85,85,1);
	border-style: solid;
	border-width: 1px;
	border-color: rgba(85,85,85,1);
	border-radius: 20px;
	margin-right: 10px;
}
.product-details-page .product-details-content .btn-primary{
        color: #fff !important;
}
.product-details-page .product-details-content .e_button-262 i{
        margin-right: 10px;
}
.product-details-page .product-details-content .e_loop_sub-267 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.product-details-page .product-details-content .e_container-246 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
} 
.product-details-page .product-details-content .e_container-250 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: auto;
	height: 45px;
	background-color: rgba(245,245,245,1);
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
}
.product-details-page .product-details-content .e_container-250 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
        position: relative;
}
.product-details-page .product-details-content .e_container-250 .cbox-250-0 {
	align-self: center;
	margin-top: 0px;
	flex: 0 0 12%;
}
.product-details-page .product-details-content  .e_text-252 {
	line-height: normal;
	color: rgba(100,100,100,1);
	width: auto;
        font: 14px/1.5 'LamaSans-Regular',arial,'\5FAE\8F6F\96C5\9ED1',helvetica,sans-serif;
        margin-bottom: 0;
}        

.product-details-page .product-details-content .e_container-250 .cbox-250-1 {
	align-self: center;
}
.product-details-page .product-details-content .e_text-251 {
	line-height: normal;
	margin-left: 0px;
	margin-right: 20px;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	width: auto;
        margin-bottom: 0;
        font: 14px/1.5 'LamaSans-Regular',arial,'\5FAE\8F6F\96C5\9ED1',helvetica,sans-serif;
}
.product-description .product-description-tab{
	width: 94%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,1);
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	border-radius: 20px;
}
.product-description .product-description-tab .nav-tabs {
	display: flex;
	border-bottom: 1px #666 solid;
	background: #f1f1f1;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 20px;
}
.product-description .product-description-tab .nav-tabs .nav-item{
	display: block;
	width: calc(100% / 3);
	line-height: 46px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	position: relative;
        border-right: 1px solid #ddd;
}
.product-description .product-description-tab .nav-tabs .nav-link.active {
	color: #fff;
	background: #666;
}
.product-description .product-description-tab .nav-tabs .nav-link{
    padding: 0 1rem;
    color: #232325;
    font: 'LamaSans-Regular','arial','helvetica,sans-serif';
}
.table {
  border: 1px solid black;
}

.table thead th {
  border-top: 1px solid #000!important;
  border-bottom: 1px solid #000!important;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.table td {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top: none!important;
}
.product-description .product_pdf{
    text-align: center;
}
#related_product{
    background: #fff;
}
#related_product .e_container-8,
#product_inquery .e_container-8{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	padding-bottom: 40px;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px;
}
#related_product .e_container-8 > .p_item,
#product_inquery .e_container-8 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
        position: relative;
}
#related_product .e_text-9,
#product_inquery .e_text-9{
	line-height: normal;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}
#related_product .e_line-10,
#product_inquery .e_line-10{
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: var(--mLine);
	max-width: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	min-height: 0px;
	max-height: none;
	height: auto;
}
.related-product .e_container-3{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(229,229,229,1);
	background: #fff;
	background-color: #fff;
	border-radius: 15px;
}
.related-product .e_container-3 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
.related-product .e_image-4 {
	overflow: hidden;
	position: relative;
	padding-bottom: 87%;
}
.related-product .e_image-4 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	transition: all .5s;
}
.related-product .e_text-5 {
	line-height: 2;
	font-size: 18px;
	color: rgba(51,51,51,1);
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.related-product .e_text-5 a{
    color: rgba(51,51,51,1);
}
.related-product .owl-nav{
    position: absolute;
    top: 45%;
    width: 100%;
}
.related-product .owl-prev{
    float:left;
 }
.related-product .owl-next{
    float:right;
}
.related-product .owl-nav .owl-prev, 
.related-product .owl-nav .owl-next {
	transition: all .5s;
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px #666 solid;
	border-radius: 50%;
	cursor: pointer;
	color: #666;
}
#product_inquery .product-inquery{
    background: #fff;
}
#product_inquery .form-group.p_phoneCode{
    display: flex;
}
#product_inquery .form-group.p_phoneCode {
    display: flex;
}
#product_inquery .form-group.p_phoneCode input.phone_number{
    flex: 1 1 auto;
}
#home-certificate .e_container-2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	max-width: 1340px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
#home-certificate .e_container-2 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#home-certificate .e_container-14 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	padding-bottom: 40px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
#home-certificate .e_text-17 {
	line-height: normal;
	color: rgba(153,153,153,1);
	font-family: "f848589c-91ed-4ff9-8d0b-8f641d2dd64e";
	margin-bottom: 20px;
	text-align: left;
}
#home-certificate .e_text-18 {
	line-height: normal;
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: left;
}
#home-certificate .e_container-12 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
}
#home-certificate .e_container-12 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#home-certificate .e_image-13 {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
#home-certificate .e_image-13 a {
	padding-bottom: 138%;
	position: relative;
	overflow: hidden;
	display: block;
}
#home-certificate .e_image-13 a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/certificate_image.png) center/cover no-repeat;
	width: 100%;
	height: 100%;
	z-index: 5;
}
#home-certificate .e_image-13 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	transition: all .5s;
	z-index: 2;
	padding: 5%;
}
#home-certificate .e_container-19 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
}
#home-certificate .e_container-19 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#home-certificate .e_container-24 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	text-align: center;
}
#home-certificate .e_container-24 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#home-certificate .e_text-20 {
	line-height: normal;
	font-size: 16px;
	text-align: center;
	margin-bottom: 15px;
}
#home-certificate .owl-nav .owl-next, 
#home-certificate .owl-nav .owl-prev {
	position: absolute;
	top: 40%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	z-index: 1001;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
#home-certificate .owl-nav .owl-next {
	right: 10px;
	left: auto;
}
#home-certificate .owl-nav .owl-prev {
	left: 10px;
	right: auto;
}
#home-certificate .owl-nav .owl-prev,
#home-certificate .owl-nav .owl-next{
	width: 50px;
	height: 50px;
	border: 1px #333 solid;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .5s;
	color: #333;
}
.home-certificate{
        position: relative;
        padding: 0 80px;
}
#aboutus--breadcumb {
	min-height: 0px;
	padding-top: 0px;
	margin-top: 0px;
	background-color: rgba(239,239,239,1);
}
#aboutus--breadcumb .e_container-3 > .p_item {
	max-width: 100%;
	max-height: 100%;
        position: relative;
}
#aboutus--breadcumb .p_linkBox a {
	display: block;
	line-height: 20px;
	padding: 10px 20px;
	white-space: nowrap;
	border-radius: 50px;
	font-size: 16px;
	position: relative;
	background: #fff;
        color: #666;
}
#aboutus--breadcumb .e_breadcrumb-5 .p_breadcrumb {
	display: flex;
        margin-bottom: 0;
}
#aboutus--breadcumb .e_breadcrumb-5 .p_breadcrumbItem {
	position: relative;
        list-style-type: none;
        font-size: 14px;
        font-weight: bold;
}
#aboutus--breadcumb .text-secondary {
	color: #6c757d !important;
}
#aboutus--breadcumb .e_breadcrumb-5 .icon {
	width: 12px;
	height: 12px;
}
#aboutus--breadcumb .e_container-3 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
	padding-top: 8px;
	justify-content: space-between;
	padding-left: 15px;
	min-height: 80px;
}
#aboutus--breadcumb .e_breadcrumb-5 .p_breadcrumbItem:not(:first-child)::before {
	content: '>';
	position: absolute;
	left: 3px;
	color: #999;
}
#aboutus--breadcumb .e_breadcrumb-5 .p_breadcrumbItem:not(:first-child) {
	padding: 0 3px 0 15px;
}
#profile .e_container-26 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#profile .owl-item .p_img {
	width: 100%;
	height: 500px;
	background: #fff;
}
#profile .owl-item .p_img img {
	width: 100%;
	height: 100%;
        border-radius: 20px;
}
#profile .owl-nav .carousel-control-prev-icon, 
#profile .owl-nav .carousel-control-next-icon {
	background-color: inherit;
	border: 0;
}
#profile {
    min-height: 300px;
    padding-top: 60px;
    padding-bottom: 60px;
}
#profile  .e_container-28 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	padding-top: 20px;
}
#profile .e_container-28 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
        position: relative;
}
#profile .e_text-29 {
	line-height: normal;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	font-family: "f848589c-91ed-4ff9-8d0b-8f641d2dd64e";
        color: #232325;
        text-transform: uppercase;
}
#profile .e_line-30 {
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #666;
	max-width: 70px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	max-height: none;
	min-height: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#profile .e_richText-31 {
	font-size: 16px;
	line-height: 2;
	text-align: justify;
}

#about-capabilities-counter {
	min-height: 300px;
	padding-bottom: 50px;
	background-color: rgba(242,242,242,1);
        position: relative;
}
#about-capabilities-counter .e_loop-2 .p_list {
	display: flex;
	position: relative;
	max-width: 100%;
        margin-top: 30px;
}
#about-capabilities-counter .e_container-15,
#about-capabilities-counter .e_container-19, 
#about-capabilities-counter .e_container-23{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 20px;
        border-left: 1px solid #666;
}


#about-capabilities-counter .e_container-15 > .p_item,
#about-capabilities-counter .e_container-19 > .p_item,
#about-capabilities-counter .e_container-23 > .p_item{
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#about-capabilities-counter .e_container-15 .cbox-15-0,
#about-capabilities-counter .e_container-19 .cbox-19-0,
#about-capabilities-counter .e_container-23 .cbox-23-0{
	flex: 0 0 50px;
	align-self: center;
}
#about-capabilities-counter .e_image-16,
#about-capabilities-counter .e_image-22,
#about-capabilities-counter .e_image-26{
	overflow: hidden;
	width: auto;
	max-width: 40px;
}
#about-capabilities-counter .e_image-16 img,
#about-capabilities-counter .e_image-22 img,
#about-capabilities-counter .e_image-26 img{
	width: 100%;
	height: 100%;
	object-fit: contain;
        filter: blur(0);
        transition: filter 1s;
}
#about-capabilities-counter .e_scrollNumber-17,
#about-capabilities-counter .e_scrollNumber-20,
#about-capabilities-counter .e_scrollNumber-24{
	height: 40px;
	line-height: 45px;
	font-size: 35px;
	color: #333;
}
#about-capabilities-counter .e_scrollNumber-17 .p_plus,
#about-capabilities-counter .e_scrollNumber-20 .p_plus,
#about-capabilities-counter .e_scrollNumber-24 .p_plus{
	font-size: 14px;
}
#about-capabilities-counter .p_list .p_item {
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	padding-left: 2vw;	
}
#about-capabilities-counter .p_list .e_text-18,
#about-capabilities-counter .p_list .e_text-21,
#about-capabilities-counter .p_list .e_text-25{
    margin-bottom: 0;
}
#about-capabilities-counter .e_video-73 {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	margin-top: 0px;
}
#about-capabilities-counter .e_video-73 .p_video {
	position: relative;
}
#about-capabilities-counter .e_video-73 .cover {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#about-capabilities-counter .e_video-73 .cover .playBtn {
	position: absolute;
	width: 80px;
	height: 80px;
	z-index: 2;
	left: 50%;
	top: 50%;
	margin: -40px auto auto -40px;
	cursor: pointer;
    filter: blur(0);
    transition: filter 1s;
}
#about-capabilities-counter .e_video-73 .cover .coverImage {
	width: 100%;
	height: 100%;
}
#about-capabilities-counter .e_video-73 .cover .coverImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    filter: blur(0);
    transition: filter 1s;
}
#about-capabilities-counter .e_video-73 video {
	width: 100%;
	display: block;
}
#history{
    position: relative;
}
#history .bgBoxActive {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	pointer-events: none;
	background-attachment: fixed;
}
#history .e_text-15 {
	line-height: normal;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: left;
	color: rgba(255,255,255,1);
	padding-top: 170px;;
}
#history .e_line-13 {
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #fff;
	max-width: 70px;
	margin-left: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	min-height: 0px;
	max-height: none;
	height: auto;
}
#history .cbox-5 .e_container-6 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
}
#history .cbox-5 .e_container-6 .cbox-6-0 {
	flex: 0 0 30%;
	max-width: 100%;
    max-height: 100%;
}
#history .cbox-5 .e_container-6 .e_text-7 {
	line-height: 1.4;
	font-size: 22px;
	color: rgba(255,255,255,1);
	text-align: right;
	padding-right: 40px;
	position: relative;
	transition: all ease .3s;
	opacity: 0.7;
}
#history .cbox-5 .e_container-6 .e_text-7::after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 100%;
	right: -3px;
	top: 50%;
	transform: translateY(-50%);
}
#history .cbox-5 .e_container-6 .cbox-6-1 {
	flex: 0 0 70%;
	max-width: 100%;
    max-height: 100%;
}
#history .cbox-5 .e_container-6 .e_text-8 {
	line-height: 1.4;
	font-size: 16px;
	color: rgba(255,255,255,1);
	text-align: left;
	padding-left: 40px;
	transition: all ease .3s;
	opacity: 0.7;
	padding-top: 10px;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
#history .developmentPath {
	max-height: 530px;
	height: 100%;
	overflow: hidden;
}
#history .developmentPathBox {
	padding: 120px 0;
	position: relative;
}
#history .developmentPathBox .swiper-button-prev::after {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	transform: rotate(90deg) translateX(-1px);
}
.swiper-button-next::after, 
.swiper-button-prev::after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}
#history .developmentPathBox .swiper-button-next::after {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	transform: rotate(90deg) translateX(1px);
}
#history .developmentPathBox .swiper-button-prev {
	left: 30%;
	margin: 0;
	top: 60px;
	border: 1px solid rgb(255 255 255 / 50%);
	border-radius: 100%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	background: #666;
	transition: all ease .3s;
}
#history .developmentPathBox .swiper-button-next {
	left: 30%;
	margin: 0;
	bottom: 60px;
	border: 1px solid rgb(255 255 255 / 50%);
	border-radius: 100%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	right: auto;
	top: auto;
	background: #666;
	transition: all ease .3s;
}
.swiper-button-next, .swiper-button-prev {
	z-index: 300 !important;
}
#history .developmentPathBox::before {
	content: '';
	position: absolute;
	left: 30%;
	height: 100%;
	width: 1px;
	background: rgb(255 255 255 / 15%);
	top: 0;
}
#history .cbox-title, #culture{
	position: relative;
}
#culture {
	padding-top: 70px;
	padding-bottom: 70px;
}
#culture .cbox-52-0.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	padding-bottom: 40px;
}
#culture .e_text-53 {
	line-height: normal;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
#culture .e_line-54 {
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: var(--mLine);
	max-width: 70px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	max-height: none;
	min-height: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#culture .e_text-51 {
	line-height: normal;
	font-size: 24px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	color: #666;
}
#culture .e_richText-23 {
	font-size: 16px;
	color: #333333;
	line-height: 2;
	font-weight: normal;
}
#culture .e_image-17 {
	overflow: hidden;
	max-width: 800px;
	height: 300px;
}
#culture .e_image-17 img, 
#culture .e_container-57 .e_image-21 img {
	width: 100%;
	height: 100%;
	filter: blur(0);
    transition: filter 1s;
}
#culture .e_container-57 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	height: 100%;
	background-color: rgba(102,102,102,1);
}
#culture .e_container-57.e_container{
    background-color: #fff;
}
#culture .e_container-57 .cbox-57-0 {
	flex: 0 0 50%;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	align-self: center;
}
#culture .e_container-57 .e_text-62 {
	line-height: normal;
	font-size: 24px;
	color: rgba(255,255,255,1);
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	max-width: 407px;
}
#culture .e_container-57 .e_text-63 {
	line-height: normal;
	font-size: 16px;
	color: rgba(255,255,255,1);
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
#culture .e_container-57.e_container .e_text-62{
    color: #666;
}
#culture .e_container-57.e_container .e_text-63{
    color: rgba(116,116,116,1);
}
#culture .e_container-57 .e_image-21 {
	overflow: hidden;
	max-width: 400px;
}
#enviromment {
	min-height: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: rgba(242,242,242,1);
}
#enviromment .cbox-14-0,
#enviromment .cbox-12-0{
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	position: relative;
}
#enviromment .e_text-17 {
	line-height: normal;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	font-family: "f848589c-91ed-4ff9-8d0b-8f641d2dd64e";
}
#enviromment .e_line-18 {
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: var(--mLine);
	max-width: 70px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	max-height: none;
	min-height: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#enviromment .pro_swiper.factory {
	position: relative;
	padding-bottom: 30px;
}
#enviromment .e_container-12 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
}
#enviromment .e_image-13 {
	overflow: hidden;
	position: relative;
	padding-bottom: 100%;
	cursor: pointer;
	border-radius: 20px;
}
#enviromment .e_image-13::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all .5s;
	background: rgba(0,0,0,0.3);
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
}
#enviromment .e_image-13 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	transition: all .5s;
}
#enviromment .e_text-19 {
	line-height: normal;
	font-size: 20px;
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 1;
	text-align: center;
	color: rgba(255,255,255,1);
	width: 100%;
	transform: translateY(-40%);
	opacity: 0;
	transition: all .5s;
}
#enviromment .factory .swiper {
	overflow: hidden;
}
#enviromment .p_loopitem.swiper-slide-prev, 
#enviromment .p_loopitem.swiper-slide-next {
	transform: scale(0.85);
}
#about-certificate{
	min-height: 0px;
	padding-top: 50px;
	padding-bottom: 50px;
}
#about-certificate .e_text-10 {
	line-height: normal;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	font-family: "f848589c-91ed-4ff9-8d0b-8f641d2dd64e";
	text-transform: uppercase;
	color: #222;
}
#about-certificate .e_line-11 {
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color:#666;
	max-width: 70px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	max-height: none;
	min-height: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#about-certificate .e_loop-1 .p_list {
	display: flex;
	position: relative;
}
#about-certificate .e_loop-1 .honorSwip {
	overflow: hidden;
	padding-top: 30px;
}
#about-certificate .e_image-2 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#about-certificate .e_loop-1 .cbox-1{
	position: relative;
}
.service .e_text-29 {
	text-align: left !important;
	text-transform: capitalize !important;
}
#profile .e_line-30 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#service-process {
	min-height: 300px;
	padding-top: 60px;
	padding-bottom: 60px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#service-process .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	position: relative;
}
#service-process .e_text-16 {
	line-height: normal;
	font-family: "f848589c-91ed-4ff9-8d0b-8f641d2dd64e";
	margin-bottom: 20px;
	text-align: center;
}
#service-process .e_text-17 {
	line-height: normal;
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
#service-process .e_container-15 {
	padding-bottom: 40px;
}
#service-process .e_loop-1 .p_loopitem {
	margin-bottom: 50px;
	flex-grow: 0;
	flex-shrink: 0;
}
#service-process .e_container-2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	text-align: center;
	background: #fff;
	padding: 20px;
	box-shadow: 5px 5px 30px rgba(0,0,0,0.15);
	border-radius: 20px;
	height: 100%;
	border: 1px solid #666;
}
#service-process .e_button-9 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width: 150px;
	padding: 8px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -40px;
}
#service-process .e_button-9 span {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden;
	text-align: center;
        color: #fff;
}
#service-process .e_button-9::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0px;
}
#service-process .e_text-4 {
	line-height: normal;
	color: var(--tit-color);
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: bold;
	padding-top: 10px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
#service-process .e_text-5 {
	line-height: 1.5;
	font-size: 14px;
	color: #999999;
}
#service-process .e_loop-1 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%;
	justify-content: space-between;
	align-items: stretch;
}
#service-process .e_button-9.btn-primary {
	background: #0ECA1A;
	border-color: #0ECA1A;
}
#service-process .service-process-img img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}
#faq .e_container-18 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(235,237,255,1);
	padding-top: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: rgba(242,242,242,1)
}
#faq .e_container-18 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
        position: relative;
}
#faq .e_container-19 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	margin-top: 0px;
}
#faq .e_container-19 .cbox-19-0 {
	flex: 0 0 4%;
}
#faq .e_text-25 {
	line-height: normal;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	font-size: 16px;
	color: rgba(255,255,255,1);
	background-color: #a43e28;
        margin-bottom: 0;
}
#faq .e_container-19 .cbox-19-1 {
	flex: 0 0 96%;
	align-self: center;
}
#faq  .e_text-24 {
	font-size: 16px;
}
#faq .e_line-20 {
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: rgba(235,237,255,1);
	margin-top: 10px;
	min-height: 0px;
	max-height: none;
	height: auto;
	padding-top: 0px;
}
#faq .e_container-21 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
}
#faq .e_container-21 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
        position: relative;
}
#faq .e_container-21 .cbox-21-0 {
	flex: 0 0 4%;
}
#faq .e_text-23 {
	line-height: normal;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	font-size: 16px;
	color: rgba(255,255,255,1);
	background-color: #02E60E;
        margin-bottom: 0;
}
#faq .e_container-21 .cbox-21-1 {
	flex: 0 0 96%;
}
.faq_pagination .page-item.disabled .page-link {
	border-color: #333;
}
.faq_pagination .page-item.active .page-link {
	background-color: #02E60E;
	border-color: #02E60E;
}
.faq_pagination .page-link {
	border: 1px solid #333;
}
.faq_pagination .page-item{
    margin-right: 5px;
}
.back-to-top.btn-primary {
	background-color: #02E60E;
	border-color: #02E60E;
}
#footer-section .text-primary {
	color: #fff !important;
}
#footer-section h4.text-primary {
	line-height: normal;
	font-size: 25px;
	font-family: "f848589c-91ed-4ff9-8d0b-8f641d2dd64e";
	text-transform: capitalize !important;
	font-weight: normal;
	padding-bottom: 10px;
}
#footer-section{
    background-color: rgba(54,54,54,1);
}
#footer-section .footer-bottom{
    border-top: 1px solid #666!important;
}
#footer-section .footer-category{
    font-size: 14px;
    font-family: 'LamaSans-Regular',arial,'\5FAE\8F6F\96C5\9ED1',helvetica,sans-serif;
    color: rgba(215,215,215,1);
}
.btn-primary {
    color: #333 !important;
    background-color: rgba(242,242,242,1);
    border-color: rgba(242,242,242,1);
}
#video {
	min-height: 300px;
	padding-top: 60px;
	padding-bottom: 60px;
}
#video .e_container-12 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	padding-bottom: 40px;
}
#video .e_container-12 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
        position: relative;
}
#video .e_text-13 {
	line-height: normal;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
#video .e_line-14 {
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: var(--mLine);
	max-width: 70px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	max-height: none;
	min-height: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#video .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%;
}
#video .e_container-6 {
	margin: 0 0 20px 20px;
}
#video .e_text-8 {
	line-height: 1;
	font-size: 15px;
	font-family: Microsoft YaHei;
	text-align: left;
	color: rgba(0,0,0,0.8);
	margin-top: 15px;
	margin-bottom: 0px;
        text-align: center;
}
#contact{
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    background: rgba(242,244,245,1);
}
#contact .top-section {
	background: #fff;
	border-radius: 20px;
}
#contact .top-section .left {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 50px;
	padding-bottom: 50px;
}
#contact .top-section p {
	font-size: 19px;
	color: rgba(27,27,29,1) !important;
	font-weight: normal;
	line-height: 2;
	font-family: "f848589c-91ed-4ff9-8d0b-8f641d2dd64e";
}
#contact .top-section .e_text-16 {
	font-size: 30px;
	color: rgba(27,27,29,1);
	font-weight: bold;
	line-height: 2;
	font-family: "f848589c-91ed-4ff9-8d0b-8f641d2dd64e";
}
#contact-from{
    padding-top: 50px;;
    position: relative;
}
#contact-from .e_container-27 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	background-color: rgba(242,244,245,1);
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
	border-radius: 20px;
}
#contact-from .e_text-99 {
	position: static;
	width: auto;
	max-width: none;
	min-width: 0px;
	height: auto;
	max-height: none;
	min-height: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	z-index: auto;
	font-size: 30px;
	color: rgba(48,49,51,1);
	font-weight: normal;
	margin-top: 0px;
	margin-left: auto;
	font-family: "f848589c-91ed-4ff9-8d0b-8f641d2dd64e";
	text-align: center;
}
#contact-from .e_line-109 {
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #666;
	max-width: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	min-height: 0px;
	max-height: none;
	height: auto;
}
#contact-from .e_text-110 {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: rgba(102,102,102,1);
	text-align: center;
}
#contact-from .e_form .p_input {
	height: 55px;
	border-radius: 10px;
	background: #fff;
	padding: 0 20px;
	font-size: 16px;
}
#contact-from .e_form .input-group-prepend {
	display: -ms-flexbox;
	display: flex;
}
#contact-from .e_form .p_phoneCode {
	position: relative;
	width: 90px;
	margin-right: 10px;
}
#contact-from .e_form .p_phoneCode .form-control {
	height: 55px;
	border-radius: 30px;
	background: #fff;
	padding: 0 20px;
	font-size: 16px;
	line-height: 55px;
        cursor: pointer;
}
#contact-from .e_form .p_arrow {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}
#contact-from .e_form .p_codeList {
	display: none;
	position: absolute;
	width: 120px;
	left: 0;
	top: calc(100% + 5px);
	background-color: #fff;
	color: #495057;
	border-radius: 4px;
	max-height: 192px;
	overflow: auto;
	z-index: 9;
	border: 1px solid #ced4da;
        padding-left: 0;
}
#contact-from .e_form .p_codeItem {
	line-height: 32px;
	padding: 0 15px;
	overflow: hidden;
	cursor: pointer;
}
#contact-from .e_form .p_enCode {
	float: right;
	color: #ccc;
}
#contact-from .e_form .p_currentCode .icon {
	font-size: 16px;
	width: 20px;
	height: 20px;
	margin-right: 3px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	margin-top: -3px;
	fill: currentColor;
}
#contact-from .e_form .input-phone{
    display: flex;
}
#contact-from .e_form .form-control.phone-whatsapp {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	margin-bottom: 0;
}
#contact-from .e_form .form-control:focus {
	color: #787878;
	background-color: #fff;
	border-color: #02E60E;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(2, 230, 14, 1);
}
#contact-from .e_form .btn-primary {
	color: #fff !important;
	background-color: #02E60E;
	border-color: #02E60E;
        font-weight: bold;
}
#contact-from .e_form .input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#contact-from .e_form span.required {
	left: 10px;
	top: 20px;
        position: absolute;
	z-index: 2;
	color: #c6232a;
}
#contact-from .e_form textarea{
    padding: 10px 20px;
}