/* common use */
body{
    overflow-x: hidden;
    font-family: Microsoft YaHei New !important;
    font-size: 16px;
}
body p,body{
    color: #555;
	font-size: 16px;
	line-height: 1.9;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
dl {
	margin: 0;
}

dt {
	font-weight: normal;
}

ul,
li {
	list-style-type: none;
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
	font-weight: var(--heading--font-weight-strong) !important;
    color: #333333;
}
a{
    text-decoration: none;
    outline: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none !important;
    color: inherit !important;
	background-color: rgba(0,0,0,0) !important;
}
img {
	border: 0;
	vertical-align: middle;
	transition: all 0.6s;
}
table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
input,
textarea,
select,
button {
	border: 0;
	outline: none;
}
/* header */
.header_top{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	align-items: center;
}
.header_top p{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	display: flex;
    align-items: center;
}
.search_form .search-field {
	margin: 0 !important;
    font-size: 14px;
    color: #555555;
    border: 0;
    /* border-radius: 25px; */
    padding: 0;
	font-weight: var(--heading--font-weight-strong);
}
.search_form .search-submit {
    margin: 0 !important;
    background-color: rgba(0,0,0,0) !important;
    border-radius: 25px;
    padding: 0;
    background-image: url(/wp-content/themes/aier/assets/images/search.png);
    background-repeat: no-repeat;
    width: 28px;
    height: 25px;
	border: 0;
	background-position: center;
}
.search-form .search-submit:hover{
	border: 0;
}
.search-form .search-submit:focus{
	outline: none;
}
.search_form .search-form{
	border-radius: 25px;
	border: 1px solid #b8b8b8;
	width: 300px;
	height: 40px;
	display: flex;
    align-items: center;
    padding: 0 15px 0 20px;
}
.search_form .search-field:focus{
	outline: none;
}
.header_top p img{
	margin-right: 12px;
}
.lan{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #82bf34;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #82bf34;
	transition: all ease 0.3s;
}
.lan:hover{
	color: #82bf34;
	background-color: #ffffff;
	border: 2px solid #82bf34;
}
.header_search {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.header_search a:hover{
	color: #222222;
}
.search_form {
    margin: 0 18px 0 28px;
}
.header_up{
	padding: 11px 0;
}
.header_down {
    background-color: #737373;
}
.header_logo h1{
	line-height: 0;
}
.header-menu .primary-navigation .primary-menu-container > ul > .menu-item > a{
	font-size: 16px;
	color: #ffffff;
	padding: 20.8px 38px;
	text-decoration: none;
	transition: all ease 0.25s;
	font-weight: var(--heading--font-weight-strong);
}
.header-menu .primary-navigation .primary-menu-container > ul > .menu-item > a:focus{
	color: #ffffff !important;
}
.header-menu .primary-navigation .primary-menu-container > ul > .current-menu-item > a{
	background-color: #82bf34;
}
.header-menu .primary-navigation .primary-menu-container > ul > .menu-item > a:hover{
	background-color: #82bf34;
}
.friend_link span {
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    padding: 20.8px 0;
    display: inline-block;
    line-height: 18px;
	font-weight: var(--heading--font-weight-strong);
}
.friend_link span:hover{
	cursor: pointer;
}
.friend_link ul {
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    transform: translateY(-10px);
    opacity: 0;
    transition: all ease 0.3s;
}
.friend_link ul.active{
	transform: translateY(0);
    opacity: 1;
}
.friend_link li a{
	list-style: none;
	color: #333333;
	border-bottom: 1px dashed #333333;
	display: block;
	padding: 5px 10px;
    font-size: 16px;
	font-weight: var(--heading--font-weight-strong);
}
.friend_link li a:hover{
	background-color: #82bf34;
	color: #ffffff;
}
.header_down{
	position: relative;
}
.friend_link{
	position: absolute;
	right: 40px;
	top: 0;
	z-index: 10;
}
.friend_link span i{
	margin-left: 10px;
}
.slide_content{
    position: absolute;
    top: 34%;
    left: 0;
    width: 100%;
}
.slide_box h2{
	font-size: 24px;
	line-height: 30px;
	color: #222222;
	font-weight: bold;
}
.slide_box p{
	font-size: 60px;
	color: #222222;
	font-weight: bold;
}
.slide_btn{
    width: 158px;
    height: 48px;
    border: 1px solid #82bf34;
    background-color: #82bf34;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #fff;
    border-radius: 25px;
	transition: all ease 0.3s;
	margin-top: 20px;
    font-weight: var(--heading--font-weight-strong);
}
.slide_btn span{
	display: block;
    margin-left: 10px;
    font-size: 24px;
}
.slide_btn:hover{
	color: #82bf34;
	background-color: #ffffff;
}
.slide_box::before {
    content: '';
    width: 50px;
    height: 3px;
    background-color: #82bf34;
    display: inline-block;
    margin-bottom: 30px;
    margin-left: 1px;
}
.banner .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
	opacity: 0.1;
}
.banner .swiper-pagination-bullet-active{
	background-color: #82bf34;
	opacity: 1;
}
.home-part-one-boxs{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.home-part-one-box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.home-part-one-box img{
	transition: all 0.3s ease;
}
.home-part-one-box:hover img{
	transform: rotateY(180deg);
}
.home-part-one-box h3{
	font-size: 18px;
    color: #222222;
	font-weight: bold;
}
.home-part-one-box p{
	font-size: 18px;
	color: #555555;
	font-weight: 100;
}
.home-part-one-content {
    margin-left: 22px;
	margin-top: 5px;
}
.home-part-one {
    background-color: #f4f4f4;
    padding: 40px 0;
}
.bot{
	width: 100%;
	position: relative;
}
.home-part-two-box ul li{
	width: 26%;
    position: relative;
    transition: all .6s ease-out;
	padding: 0 10px;
	min-height: 440px;
	display: inline-block;
}
.bot_box{
	background-color: #f4f4f4;
	height: 100%;
}
.ul_row{
	margin-left: -10px;
	margin-right: -10px;
}
.home-part-two-box h3 {
    color: #222222;
    font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	transition: color ease 0.3s;
}
.bot_box:hover h3{
	color: #82bf34;
}
.home-part-two-box ul li img{
	transition: all .6s ease-out;
	margin: 0 auto;
}
.home-part-two-box ul .on{
	width: 48%;
	text-align: left;
}
.bot_content{
	padding: 40px;
}
.bot_content p{
	font-size: 15px;
	line-height: 28px;
	color: #555555;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home-part-two,
.home-part-five{
	padding: 110px 0;
}
.home-part-three,
.home-part-six{
	padding: 0 0 110px 0;
}
.home-part-four{
	padding: 110px 0 100px 0;
}
.titlebar{
	text-align: center;
	border-bottom: 2px solid #82bf34;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.titlebar h3{
	font-size: 24px;
	color: #222222;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.titlebar h2{
	font-size: 36px;
	color: #82bf34;
	font-weight: bold;
}
.home-part-two-box ul{
	display: flex;
	padding: 0;
}
.aligncenter{
	text-align: center;
}
.custom_btn{
    height: 48px;
    border: 1px solid #d9d9d9;
    background-color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #555555;
    border-radius: 25px;
	transition: all ease 0.3s;
	padding: 0 50px;
    font-weight: var(--heading--font-weight-strong);
	margin-top: 40px;
}
.custom_btn span{
	display: block;
    margin-left: 10px;
    font-size: 24px;
}
.custom_btn:hover{
	color: #ffffff;
	background-color: #82bf34;
	border: 1px solid #82bf34;
}
.home-case-box{
	background-color: #f4f4f4;
	margin-bottom: 34px;
	transition: all ease 0.3s;
}
.home-case-box .img_box{
	flex-basis: 35%;
}
.home-case-box:hover{
	box-shadow: 0px 0px 12px rgba(0,0,0,0.12);
	background-color: #82bf34;
}
.home-case-box a{
	display: flex;
}
.home-case-content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 40px;
flex-basis: 65%;
}
.home-case-content h3{
	color: #222222;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    transition: color ease 0.3s;
}
.home-case-box:hover h3{
	color: #ffffff;
}
.home-case-content button{
	width: 28px;
	height: 28px;
	background-color: #82bf34 !important;
	border-radius: 50%;
	color: #ffffff !important;
	font-size: 20px;
	display: flex;
	align-items: end;
	justify-content: center;
	padding: 0 !important;
	border: 0 !important;
	transition: all ease 0.3s;
}
.home-case-box:hover button{
	transform: rotate(90deg);
	background-color: #ffffff !important;
	color: #82bf34 !important;
}
.home-part-three .custom_btn{
	margin-top: 6px;
}
.img_box{
	overflow: hidden;
}
.img_box img{
	transition: all ease 0.3s;
}
.home-case-box:hover img{
	transform: scale(1.05);
}
.home-part-four{
	background-color: #f0f0f0;
}
.home-part-four .titlebar{
	border-bottom: 2px solid #222222;
}
.home-part-four .titlebar h2{
	color: #222222;
}
.new_box{
	box-shadow: 0px 0px 12px rgba(0,0,0,0.12);
	background-color: #ffffff;
	min-height: 432px;
}
.new_box:hover img{
	transform: scale(1.05);
}
.new_box:hover h3{
	color: #82bf34;
	border-bottom: 1px solid #82bf34;
}
.new_content{
	padding: 30px 35px;
}
.new_content h3{
	color: #222222;
    font-size: 20px;
    margin-bottom: 20px;
	padding-bottom: 20px;
    font-weight: bold;
    transition: color ease 0.3s;
	border-bottom: 1px solid #878787;
}
.new_content p{
	font-size: 16px;
	line-height: 30px;
	color: #555555;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home-part-four-navigation{
	position: relative;
}
.home-part-four-navigation .swiper-button-next {
    top: 70px;
    right: 0;
    color: #82bf34;
}
.home-part-four-navigation .swiper-button-prev {
    top: 70px;
    right: 35px;
    left: auto;
    color: #82bf34;
}
.home-part-four-navigation .swiper-button-next.swiper-button-disabled, 
.home-part-four-navigation .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}
.home-part-four-navigation .swiper-button-next:after, 
.home-part-four-navigation .swiper-rtl .swiper-button-prev:after,
.home-part-four-navigation .swiper-button-prev:after, 
.home-part-four-navigation .swiper-rtl .swiper-button-next:after {
    font-size: 21px;
    font-weight: bold;
}
.newswiper{
	min-height: 440px;
}
.home-information-box{
	background-color: #ebebeb;
	padding: 23px 28px;
	margin: 0 0 15px 0;
	transition: all ease 0.3s;
}
.home-information-box button{
	width: 28px;
    height: 28px;
    background-color: #82bf34 !important;
    border-radius: 50%;
    color: #ffffff !important;
    font-size: 20px;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 0 !important;
    border: 0 !important;
    transition: all ease 0.3s;
}
.home-information-box:hover button{
	transform: rotate(90deg);
	background-color: #ffffff !important;
	color: #82bf34 !important;
}
.home-information-box h3{
	color: #222222;
    font-size: 20px;
	font-weight: bold;
    transition: color ease 0.3s;
	margin-left: 15px;
}
.home-information-box:hover h3{
	color: #ffffff;
}
.home-information-box a{
	display: flex;
}
.home-information-box:hover{
	box-shadow: 0px 0px 12px rgba(0,0,0,0.12);
	background-color: #82bf34;
}
.home-part-five .custom_btn{
	margin-top: 25px;
}
.home-part-six .titlebar{
	display: flex;
	align-items: end;
	justify-content: space-between;
	text-align: left;
}
.title_more{
	width: 140px;
	height: 44px;
	border: 1px solid #82bf34;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #82bf34;
	color: #ffffff;
	border-radius: 25px;
	font-size: 17px;
    font-weight: var(--heading--font-weight-strong);
	transition: all ease 0.3s;
}
.title_more span{
	margin-left: 3px;
}
.title_more:hover{
	color: #82bf34;
	background-color: #ffffff;
}
.home-company-boxs{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.home-company-content{
	padding: 20px 0 20px 68px;
}
.home-company-three{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	margin-top: 45px;
}
.home-company-three li{
	font-size: 18px;
	line-height: 30px;
	color: #555555;
	font-weight: var(--heading--font-weight-strong);
}
.home-company-three li span{
	font-size: 72px;
	color: #82bf34;
	line-height: 72px;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}
.home-company-three li span sup{
	font-size: 18px;
	top: -2.5em;
}
.footer_up{
	background-color: #152031;
	padding: 65px 0;
}
.foot_contact{
	display: flex;
	align-items: center;
}
.foot_contact_content h5{
	font-size: 14px;
	color: #ffffff;
	opacity: 0.8;
	margin-bottom: 3px;
}
.foot_contact_content a{
	font-size: 27px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1;
}
.foot_contact_content {
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.foot_contact_content a:focus{
	color: #ffffff !important;
}
.foot_ul{
	padding: 0;
	margin-top: 30px;
}
.foot_ul li,.foot_ul a{
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	opacity: 0.8;
}
.footer_up .row1 {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
	flex-wrap: wrap;
}
.foot_menu h3,.foot_box h3{
    font-size: 17px;
    line-height: 17px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 20px;
}
.menu_ul{
	padding: 0;
}
.menu_ul li a{
	font-size: 14px;
	color: #ffffff;
	opacity: 0.8;
}
.menu_ul li a:focus{
	color: #82bf34 !important;
}
.dark_btn{
	width: 200px;
	height: 50px;
	background-color: #82bf34;
	border: 1px solid #82bf34;
	color: #ffffff;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	/* font-weight: bold; */
	transition: all ease 0.3s;
	font-weight: var(--heading--font-weight-strong);
}
.light_btn{
	width: 200px;
	height: 50px;
	background-color: rgba(0,0,0,0);
	border: 1px solid #ffffff;
	color: #ffffff;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	/* font-weight: bold; */
	transition: all ease 0.3s;
	font-weight: var(--heading--font-weight-strong);
}
.dark_btn:hover{
	background-color: rgba(0,0,0,0);
	color: #ffffff !important;
	border: 1px solid #ffffff;
}
.light_btn:hover{
	background-color: #82bf34;
	color: #ffffff !important;
	border: 1px solid #82bf34;
}
.foot_box .dark_btn{
	margin-top: 15px;
	margin-bottom: 10px;
}
.foot_box.foot_box_bar {
    flex-basis: 145px;
    border-right: 1px solid rgba(255,255,255,0.8);
}
.footer_down{
	background-color: #82bf34;
	height: 94px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer_down p,
.footer_down a{
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}
.footer_down a:hover{
	text-decoration: underline;
}
.foot_box a:hover{
	color: #82bf34;
	opacity: 1;
}
.home-company-content p {
    margin-bottom: 15px;
}
.foot_box h3 .fa {
    display: none;
}
span.dropdown-icon.close {
    font-size: 12px;
    font-weight: 400;
    opacity: 0.9;
}
.header_mobile .header_search{
	display: none;
}
/* form */
#nf-form-title-1{
    display: none;
}
.nf-form-fields-required{
    display: none;
}
.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea, .nf-form-content select {
    background: #efefef !important;
    border: 1px solid #efefef !important;
    color: #888888 !important;
}
nf-field{
    margin-bottom: 15px;
    display: block;
}
#ninja_forms_required_items, .nf-field-container {
    margin-bottom: 9px !important;
}
.nf-form-content input[type=button]{
    background: #82bf34 !important;
    border: 0;
    color: #ffffff;
    transition: all .5s;
    font-size: 18px;
    line-height: 50px;
    text-transform: uppercase;
    width: 100% !important;
    height: 50px !important;
    padding: 0 !important;
	font-weight: var(--heading--font-weight-strong) !important;
}
.nf-form-content input[type=button]:hover{
    color: #ffffff !important;
}
.nf-form-content label{
    color: #222222;
}
.nf-form-content label {
    font-size: 18px;
    line-height: 20px;
	font-weight: var(--heading--font-weight-strong) !important;
}
/* product page */
.top-banner{
	position: relative;
}
.banner_cover {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
	z-index: 10;
}
.titlebar_breadcrumbs, .titlebar_breadcrumbs span, .titlebar_breadcrumbs a {
    color: #fff;
    font-size: 18px;
	font-weight: var(--heading--font-weight-strong);
}
.titlebar_breadcrumbs .bread_icon i{
	margin-right: 5px;
	font-size: 20px;
}
.banner_cover h1{
	color: #ffffff;
	font-size: 48px;
	margin: 20px 0 15px 0;
}
.product_page{
	padding: 80px 0;
	background-color: #f4f3ef;
}
.sub-menu-toggle{
	display: none;
}
.product_page_box {
    padding: 40px;
    background-color: #ffffff;
    min-height: 600px;
}
.side_menu{
    display: flex;
    position: relative;
    padding: 15px;
	flex-wrap: wrap;
}
.side_menu .sub-menu{
	padding: 0;
	position: absolute;
	top: 50px;
	left: 0;
	display: none;
}
.side_menu .current-menu-item .sub-menu{
	display: flex;
}
.side_menu li{
	font-size: 16px;
	padding: 0 15px;
	font-weight: var(--heading--font-weight-strong);
}
.side_menu li a:hover{
	color: #82bf34;
}
.side_menu li.current-menu-item > a,
.side_menu li.current-menu-parent > a{
	color: #82bf34 !important;
}
.cat_menu {
    background-color: #f4f3ef;
}
.side_menu .current-menu-item .sub-menu {
    display: flex;
    flex-wrap: wrap;
	width: 100%;
}
.side_menu .sub-menu li {
    font-size: 14px;
}
.side_menu .sub-menu li a{
    color: #555555;
}
.side_menu .sub-menu li a:hover{
	color: #82bf34;
}
.side_menu .current-menu-item .sub-menu,
.side_menu .current-menu-parent .sub-menu{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 15px;
    border-top: 1px dashed #e6e6e6;
	background-color: #f4f3ef;
	width: 100%;
}
.side_title{
	background-color: #555555;
    padding: 0 0 0 12px !important;
}
.side_title a{
	color: #ffffff;
}
.side_title a:hover{
	color: #ffffff !important;
	cursor: context-menu;
}
.product_page_list {
    background-color: #f4f3ef;
	margin-bottom: 30px;
	min-height: 399px;
}
.product_list_content {
    padding: 20px;
}
.product_list_content h3{
	color: #222222;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    transition: color ease 0.3s;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product_list_content p{
	font-size: 15px;
    line-height: 28px;
    color: #555555;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product_page_lists {
    margin-top: 40px;
}
.product_page_list img{
	transition: all .4s ease-out;
}
.product_page_list:hover img{
	transform: scale(1.1);
}
.product_page_list:hover h3{
	color: #82bf34;
}
.category-4 .cat_menu {
    min-height: 130px;
}
/* .category-5 .cat_menu {
    min-height: 100px;
} */
.category-4 .side_menu .current-menu-item .sub-menu{
	min-height: 74px;
}
.category-5 .side_menu .current-menu-item .sub-menu{
	min-height: 45px;
}
/* pagenav */
.wp-pagenavi {
    clear: both;
    text-align: left;
    width: 100%;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #82bf34;
    padding: 3px 5px;
    margin: 2px;
    margin-top: 30px;
}
.wp-pagenavi span.current {
    background: #82bf34;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    display: inline-block;
    width: 31px;
    height: 31px;
    line-height: 25px;
    text-align: center;
    border: none;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    vertical-align: bottom;
}
.wp-pagenavi a {
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    display: inline-block;
    width: 31px;
    height: 31px;
    line-height: 22px;
    text-align: center;
    border: none;
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
}
.wp-pagenavi a:focus .wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #82bf34;
    color: #ffffff;
    background-color: #82bf34;
}
.page-nav {
    display: block;
    text-align: left;
    width: 100%;
    margin-top: 40px;
	padding: 0 15px;
}
.single_banner{
    text-align: right;
    padding: 50px 0;
}
.single-top-banner::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right,#c4c1b8 25%, #f4f3ef 55%, transparent 60%);
    position: absolute;
    top: 0;
    left: 0;
}
.info-lists {
    background-color: #82bf34;
    text-align: center;
    padding: 17px 0;
}
ul.info-faq {
    padding: 0;
}
ul.info-faq li{
    display: inline-block;
    padding: 0 30px;
}
ul.info-faq li a{
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    font-weight: var(--heading--font-weight-strong);
    text-transform: uppercase;
    opacity: 0.7;
    transition: all ease 0.3s;
}
ul.info-faq li a:hover,ul.info-faq li a:focus{
    color: #ffffff !important;
    background-color: rgba(0,0,0,0) !important;
    opacity: 1;
}
.single_part{
    padding: 80px 0;
    text-align: center;
}
.single_part_h2{
    font-size: 48px;
    color: #82bf34;
    position: relative;
    display: inline-block;
    margin-bottom: 60px;
    text-transform: uppercase;
	font-weight: var(--heading--font-weight-strong);
}
.single_part_h2::after {
    content: '';
    width: 30px;
    height: 4px;
    background-color: #82bf34;
    position: absolute;
    bottom: -20px;
    left: 41%;
}
.single_text{
    text-align: left;
}
.single_text h2,.single_text h3{
    font-size: 22px;
    color: #82bf34;
    margin-bottom: 15px;
    text-align: center;
}
.single_text p{
    font-size: 20px;
    color: #666666;
    margin-bottom: 15px;
	text-align: center;
}
.info-lists{
    transition: all ease 0.3s;
}
.info-lists.scroll-to-fixed-fixed {
    box-shadow: 0 5px 14px 0 rgb(0 0 0 / 8%);
    padding: 30px 0;
}
.info-lists .info-faq li.active a {
    opacity: 1;
}
.single_part#gallery{
    background-color: #f4f3ef;
}
.product-gallery {
    max-width: 800px;
    margin: 0 auto;
}
.product-gallery .swiper-pagination-bullet-active {
    background: #82bf34;
}
.product-gallery .swiper-button-next, .product-gallery .swiper-button-prev {
    color: #ffffff;
    background-color: #82bf34;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.product-gallery .swiper-button-next.swiper-button-disabled,.product-gallery .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}
.product-gallery .swiper-button-next:after,.product-gallery .swiper-rtl .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}
.product-gallery .swiper-button-prev:after,.product-gallery .swiper-rtl .swiper-button-next:after {
    font-size: 20px;
    font-weight: bold;
}
.swiper_control{
    overflow: hidden;
    position: relative;
}
.product-gallery img{
    margin: 0 auto;
}
#bx-pager{
    margin-top: 25px;
}
#bx-pager .swiper-wrapper{
    justify-content: center;
}
#bx-pager img{
    border: 2px solid rgb(130, 191, 52,0.4);
}
#bx-pager .swiper-slide-thumb-active img{
    border: 2px solid rgb(130, 191, 52,1);
}
.single table {
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid #ddd;
}
.single table>tbody>tr:nth-of-type(even) {
    background-color: rgb(130, 191, 52, 0.7);
}
.single table td{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border: 1px solid #ddd;
    width: auto !important;
    color: #333333;
    font-size: 14px;
	text-align: center;
}
.single table td p{
	color: #333333;
}
.single table tr:hover{
    background-color: #eeeeee !important;
}
.single table>tbody>tr:nth-of-type(even):hover{
    background-color: rgb(130, 191, 52, 0.9) !important; 
}
.single_highlights{
	text-align: left;
}
.single_highlights h2,
.single_page_box h2{
    font-size: 28px;
    color: #82bf34;
    margin-bottom: 25px;
	font-weight: var(--heading--font-weight-strong);
}
.single_highlights h3,
.single_page_box h3{
    font-size: 24px;
    color: #82bf34;
    margin-bottom: 25px;
	font-weight: var(--heading--font-weight-strong);
}
.single_highlights h4,
.single_highlights h5,
.single_highlights h6,
.single_page_box h4,
.single_page_box h5,
.single_page_box h6{
	font-size: 20px;
    color: #82bf34;
    margin-bottom: 25px;
	font-weight: var(--heading--font-weight-strong);
}
.single_highlights p,.single_highlights ul,.single_highlights a,.single_highlights ol,
.single_page_box p,.single_page_box ul,.single_page_box a,.single_highlights ol{
    font-size: 16px;
	color: #555;
}
.single_highlights ul,
.single_page_box ul,
.single_highlights ol,
.single_page_box ol{
    padding: 0 0 0 25px;
}
.single_highlights li,
.single_page_box li{
    list-style: disc;
}
.single_highlights img,
.single_page_box img{
    max-width: 100%;
    height: auto;
}
#comments{
	display: none;
}
.return-top {
    background: #333333 none repeat scroll 0 0;
    border: 2px solid #333333;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    bottom: 0;
    color: #FFF;
    display: inline-block;
    font-size: 28px;
    height: 35px;
    line-height: 30px;
    overflow: hidden;
    position: fixed;
    right: 50px;
    text-align: center;
    width: 55px;
    cursor: pointer;
    transition: all .3s ease 0s;
    z-index: 99;
}
.return-top:hover {
    background-color: transparent;
    color: #333333;
}
.project_sticky{
    position: relative;
    height: 100%;
    margin-bottom: 70px;
}
#blogSidebar {
    position: sticky;
    top: 15px;
}
.mb-25 {
    margin-bottom: 25px;
}
.widgetAccordions {
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 4px;
}
.single_side_menu {
    padding: 10px 0;
}
.single_side_menu li a{
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    display: block;
    padding: 5px 25px;
    margin: 0;
}
.single_side_menu  li{
    margin: 0;
}
.single_side_menu  li a:hover{
    background-color: #82bf34;
    color: #ffffff;
}
.widgetAccordions h3 {
    background-color: #82bf34;
    border-radius: 4px;
    color: #fff !important;
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    text-transform: uppercase;
    margin: 0 !important;
}
.widgetAccordions h3:hover{
    cursor: pointer;
}
.single_side_menu.no_active{
    display: none;
    transition: all ease 0.3s;
}
.widgetAccordions h3 .fa{
    font-size: 26px;
    transition: all ease 0.3s;
}
.widgetAccordions h3 .fa.active{
    transform: rotate(180deg);
}
.side_contact{
    background-image: url('/wp-content/uploads/2022/08/20220707132956.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px;
    border-radius: 4px;
    text-align: center;
}
.side_contact h4{
    color: #ffffff !important;
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px !important;
}
.singlepage {
    padding: 80px 0;
    background-color: #f4f3ef;
}
.single-new .banner_cover h1,
.single-case .banner_cover h1,
.single-information .banner_cover h1{
	font-size: 32px;
}
.single_page_box{
	padding: 40px;
    background-color: #ffffff;
    min-height: 600px;
}
.singlepage .row{
	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
	    align-items: baseline;
}
.side_contact .dark_btn{
	margin: 0 auto;
}
.new_page_nav{
	border-bottom: solid 1px #e5e5e5;
	margin-top: 35px;
}
.new_menu_ul{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.new_menu_ul li a{
	font-size: 32px;
	padding: 14px 150px;
	display: inline-block;
	transition: all ease 0.3s;
	position: relative;
	z-index: 1;
	opacity: 0.7;
}
.new_menu_ul li a:focus{
	outline: none !important;
}
.new_menu_ul li.current-menu-item{
	background-color: #ffffff;
}
.new_menu_ul li.current-menu-item a{
	opacity: 1;
}
.new_menu_ul li:hover{
	background-color: #ffffff;
}
.new_menu_ul li:hover a{
	opacity: 1;
	color: #000000;
}
.newpage{
	padding: 80px 0;
	background-color: #f4f3ef;
}
.newpage .new_box{
	margin-bottom: 30px;
}
.new_menu_ul li{
	position: relative;
}
.new_menu_ul li::before{
	content: '01';
    font-size: 70px;
    line-height: 70px;
    position: absolute;
    font-style: italic;
    width: 100%;
    text-align: center;
    top: -30px;
    background-image: -webkit-linear-gradient(top, #82bf34, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
	transition: all ease 0.3s;
}
.new_menu_ul li:hover::before{
	filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    top: -20px;
}
.new_menu_ul li.current-menu-item::before{
	filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    top: -20px;
}
.new_menu_ul li:nth-child(2)::before{
	content: '02';
}
.newpage .home-case-box,
.newpage .home-information-box{
	background-color: #ffffff;
}
.newpage .home-case-box:hover,
.newpage .home-information-box:hover{
	background-color: #82bf34;
}
.sub-menu-toggle{
	display: none !important;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu {
    width: 200px;
    border: 1px solid #f2f2f2;
	padding: 0 !important;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu::before,
.primary-navigation > div > .menu-wrapper > li > .sub-menu::after{
	display: none !important;
}
.primary-navigation .sub-menu .menu-item > a{
	font-size: 16px !important;
    text-decoration: none;
    transition: all ease 0.25s;
    font-weight: var(--heading--font-weight-strong);
	color: #555 !important;
	padding: 16.5px 25px !important;
}
.primary-navigation .sub-menu .menu-item > a:hover{
	background-color: #82bf34;
	color: #ffffff !important;
}
.primary-navigation .sub-menu .menu-item > a:focus{
	color: #555555 !important;
}
.contact_h3{
    color: #ffffff;
	margin-bottom: 20px;
}
.contact_column ul{
    padding-left: 20px;
}
.contact_column ul li{
    color: #ffffff;
    list-style: disc;
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0;
}
.contact_right p{
    color: #ffffff;
}
.contact_column .vc_col-sm-6 .vc_column-inner,
.contact_column .vc_col-sm-5 .vc_column-inner,
.contact_column .vc_col-sm-7 .vc_column-inner{
    padding: 50px;
}
.contact_column a:hover{
    color: #ffffff;
    text-decoration: underline;
}
.contact_column .fa{
    margin-right: 15px;
}
.newpage h2{
	color: #82bf34;
	margin-bottom: 20px;
	font-size: 26px;
}
.searchpage{
    padding: 80px 0;
}
.searchpage .no-results p{
    font-size: 18px;
    line-height: 26px;
    text-align: center;
	font-weight: var(--heading--font-weight-strong);
}
.searchpage .no-results label{
    color: #82bf34;
    font-size: 28px;
	font-weight: var(--heading--font-weight-strong);
    text-transform: uppercase;
	display: none;
}
.searchpage .no-results input[type="submit"]{
    background-color: #82bf34 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    border-color: #82bf34 !important;
	height: 63px !important;
}
.searchpage .search-form .search-field {
    border: none;
	background-color: #f6f6f6;
}
.searchpage .product_page_list img {
    width: 100%;
}
.searchpage_p{
	text-align: center;
    margin-bottom: 50px;
    font-weight: var(--heading--font-weight-strong);
    font-size: 20px;
    color: #000;
}
.primary-navigation-open .menu-button-container{
	background-color: rgba(0,0,0,0) !important;
}
.primary-navigation-open .menu-button-container #primary-mobile-menu {
    background-color: #fff;
}
.about-info-lists {
    background-color: rgba(0,0,0,0);
    padding: 0;
}
.about-info-lists .info-faq{
	background-color: #82bd35;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.about-info-lists .info-faq a{
	color: #ffffff;
	font-size: 18px;
	font-weight: var(--heading--font-weight-strong);
	padding: 20px 0;
	position: relative;
	display: inline-block;
}
.about-info-lists .info-faq a::after{
	font: normal normal normal 18px/1 FontAwesome;
	content: "\f106";
    opacity: 0;
    position: absolute;
    left: 41%;
    bottom: 5px;
}
.about-info-lists .info-faq li.active a::after{
	opacity: 1;
}
.info-faq a:focus{
	outline: none !important;
}
.about-info-lists.info-lists.scroll-to-fixed-fixed {
    padding: 0;
	background-color: #ffffff;
}
.vc_row.container {
    margin: 0 auto;
}
.aboutpage{
	padding: 100px 0 0 0;
}
.aboutpage h2{
	font-size: 36px;
	color: #82bf34;
	padding-bottom: 25px;
    margin-bottom: 50px;
}
.aboutpage h2{
	border-bottom: 2px solid #82bf34;
}
.aboutpage #overview,#honor,#branch {
    padding: 0;
}
.aboutpage #overview > .wpb_column > .vc_column-inner,
#honor > .wpb_column > .vc_column-inner,
#branch > .wpb_column > .vc_column-inner{
    padding: 0;
}
.aboutpage h3{
	font-size: 24px;
	line-height: 34px;
	color: #82bf34;
	margin: 20px 0;
}
.about_part_one{
	padding-left: 65px !important;
}
.about_part_one p,.about_part_four p{
	margin-bottom: 30px;
}
.about_part_two h4{
	color: #ffffff;
	font-size: 30px;
	line-height: 34px;
}
.about_part_two h5{
	color: #ffffff;
	font-size: 36px;
	font-family: Microsoft YaHei New !important;
	font-weight: 400 !important;
	margin: 25px 0;
}
.about_part_two h5::after{
	content: '';
	width: 40px;
	height: 2px;
	background-color: #ffffff;
	display: block;
	margin-top: 25px;
}
.about_part_two ul{
	padding: 0;
}
.about_part_two li{
	color: #ffffff;
	font-size: 20px;
	line-height: 34px;
	font-family: Microsoft YaHei New !important;
}
.nopadding{
	padding: 0;
}
.about_part_two .vc_column-inner{
	padding: 0 !important;
}
#honor + div{
	margin: 0;
	padding: 115px 0;
}
.certificate_box {
    display: inline-block;
    padding: 15px;
    background-color: #fefefe;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 12%);
}
.certificateswiper {
    min-height: 370px;
}
.certificateswiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}
.certificateswiper .swiper-pagination-bullet-active{
	background-color: #82bf34;
}
.about_part_three{
	display: flex;
}
.about_part_three_text {
    padding: 0 35px;
}
.about_part_three_text h3 {
    margin: 10px 0;
}
.about_part_four{
	padding-right: 50px !important;
}
.about_part_five{
	background-color: #ffffff;
	padding: 25px 35px;
	min-height: 216px;
}
.about_part_three img {
    height: fit-content;
}
.about_part_five .about_part_three_text {
    padding: 0 0 0 35px;
}
.about_part_five .about_part_three_text h3 {
    margin: 0 0 10px 0;
}
.about_part_five {
    min-height: 220px;
}
.aboutpage h4{
	font-size: 20px;
    margin: 15px 0;
}
.rss_link,.search_remote_position{
	display: none;
}
.search_jobs input{
	border-color: #82bf34 !important;
}
.search_jobs input[type="submit"]{
	background-color: #82bf34 !important;
}
.search_jobs input[type="submit"]:hover{
	color: #ffffff !important;
}
.job_types input[type="checkbox"]{
	width: 20px;
    height: 20px;
	border: 2px solid;
}
.job_types input[type=checkbox]:after {
    height: 11px;
}
.job_listings h3 {
    margin: 0 0 5px 0 !important;
    font-size: 14px !important;
}
.search_jobs {
    display: none;
}
.job_description li{
	list-style: decimal;
	font-size: 16px;
}
.job_description ol{
	padding-left: 20px;
}
.single_job_listing .meta li{
	list-style: none;
}
.red p{
	color: red;
}
@media (max-width:1440px){
	.friend_link{
		right: 80px;
	}
	.slide_box p {
		font-size: 46px;
	}
	.slide_box h2 {
		font-size: 20px;
		line-height: 26px;
	}
	.banner_cover {
		position: absolute;
		top: 25%;
	}
	#honor + div {
		margin: 0;
		padding: 35px 0;
	}
}
@media (max-width:1280px){
	.friend_link {
		right: 40px;
	}
	.slide_content {
		top: 25%;
	}	
	.titlebar h2,
	.aboutpage h2 {
		font-size: 32px;
	}
	.slide_box p {
		font-size: 40px;
	}
	.titlebar h3 {
		font-size: 22px;
	}
	.single_part_h2 {
		font-size: 36px;
	}
	.single_text p {
		font-size: 16px;
	}
	.about_part_one {
		padding-left: 25px !important;
	}
	.about_part_four {
		padding-right: 25px !important;
	}
	#honor + div {
		background-position: 100% 0% !important;
	}
	.certificateswiper {
		min-height: 340px;
	}
	.aboutpage h3 {
		font-size: 20px;
	}
	.about_part_two h5 {
		font-size: 28px;
		margin: 20px 0;
	}
	.about_part_two h5::after {
		margin-top: 20px;
	}
	.about_part_one p, .about_part_four p {
		margin-bottom: 15px;
	}
}
@media (max-width:1024px){
	.home-part-one-content {
		margin-left: 10px;
	}
	.home-part-one-box img {
		width: 60px;
	}
	.home-part-one-box p {
		font-size: 16px;
	}
	.home-part-one-box h3 {
		font-size: 17px;
	}
	.home-part-one {
		padding: 25px 0;
	}
	.slide_box p {
		font-size: 34px;
	}
	.slide_box h2 {
		font-size: 18px;
		line-height: 22px;
	}
	.slide_box::before {
		margin-bottom: 15px;
	}
	.slide_btn{
		margin-top: 10px;
	}
	.titlebar h2 {
		font-size: 28px;
	}
	.home-part-two-box h3, 
	.home-case-content h3,
	.new_content h3,
	.home-information-box h3{
		font-size: 17px;
	}
	.bot_content p,
	.new_content p {
		font-size: 14px;
		line-height: 24px;
	}
	.img_box img{
		width: 100%;
	}
	.home-information-box {
		padding: 14px;
	}
	.home-information-box button,
	.home-case-content button {
		width: 24px;
		height: 24px;
		font-size: 16px;
	}
	.home-case-content {
		padding: 0 5px 0 20px;
	}
	.home-company-content {
		padding: 20px 0;
		max-width: 600px;
	}
	.home-company-boxs {
		flex-wrap: wrap;
		justify-content: center;
	}
	.dark_btn,.light_btn {
		width: 158px;
		height: 40px;
		font-size: 17px;
	}
	.foot_contact_content a {
		font-size: 20px;
	}
	.foot_box.foot_box_bar {
		flex-basis: 115px;
	}
	.home-company-three li span {
		font-size: 60px;
	}
	.home-company-three li span sup {
		top: -2em;
	}
	.top-banner img{
		max-height: 600px;
		object-fit: cover;
	}
	.banner_cover {
		top: 20%;
	}	
	.banner_cover h1{
		font-size: 34px;
	}
	.single_banner img {
		width: 300px;
	}
	.product-gallery {
		max-width: 600px;
	}
	.about_part_one {
		padding-left: 0 !important;
	}
	.about_part_four {
		padding-right: 0 !important;
	}
	.titlebar h2, .aboutpage h2 {
		font-size: 28px;
	}
	.aboutpage {
		padding: 70px 0 0 0;
	}
	.about_part_two h4 {
		font-size: 26px;
	}
	.vc_custom_1662444860373 > .wpb_wrapper > .wpb_content_element{
		margin-bottom: 0 !important;
	}
}
@media (max-width: 820px){
	.header-menu .primary-navigation .primary-menu-container > ul > .menu-item > a {
		padding: 15.8px 19px;
	}
	.friend_link span{
		padding: 15.8px 0;
	}
	.banner .slide_box {
		display: inline-block;
		padding: 20px;
		background-color: rgba(255,255,255,0.6);
	}
	.home-part-one-box img {
		width: auto;
	}
	.home-part-one-content {
		margin-left: 22px;
	}
	.home-part-one-box h3 {
		font-size: 18px;
	}
	.home-part-one-box p {
		font-size: 18px;
	}
	.home-part-one-box {
		flex-basis: 50%;
		margin: 10px 0;
	}
	.home-part-two-box ul {
		flex-wrap: wrap;
	}
	.home-part-two-box ul .on,
	.home-part-two-box ul li{
		width: 50%;
		margin: 0 0 20px 0;
	}
	.home-case-content {
		padding: 0 40px;
	}
	.titlebar h2 {
		font-size: 26px;
	}
	.titlebar h3 {
		font-size: 20px;
	}
	.new_box {
		min-height: 380px;
	}
	.newswiper {
		min-height: 390px;
	}
	.foot_box:first-child,
	.foot_box:last-child{
		flex-basis: 100%;
	}
	.foot_box.foot_box_bar {
		flex-basis: 100%;
		border-right: 0;
		border-bottom: 1px solid #eee;
	}
	.foot_box_bar .primary-menu-container{
		display: none;
	}
	.foot_box_bar .primary-menu-container.active{
		display: block;
		margin-bottom: 15px;
	}
	.foot_box h3 .fa{
        display: block;
        font-weight: bold;
    }
	.foot_box h3{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
	.foot_box h3.active .fa{
        transform: rotate(180deg);
    }
	.foot_menu h3 {
		margin: 20px 0;
	}
	.foot_box:first-child{
		margin: 0 0 20px 0;
	}
	.foot_box:last-child {
		margin: 20px 0 0 0;
	}
	.dark_btn, .light_btn {
		display: inline-flex;
	}
	.foot_box .dark_btn {
		margin: 0 15px 0 0;
	}
	.home-part-four-navigation .swiper-button-next {
		top: 55px;
	}
	.home-part-four-navigation .swiper-button-prev {
		top: 55px;;
	}
	.slide_box .dark_btn {
		display: flex;
	}
	.banner_cover {
		position: absolute;
		top: 25%;
	}
	.single_highlights .vc_col-sm-4,
	.single_highlights .vc_col-sm-8,
	.single_highlights .vc_col-sm-6,
	.single_highlights .vc_col-sm-3,
	.single_highlights .vc_col-sm-9,
	.single_page_box .vc_col-sm-4,
	.single_page_box .vc_col-sm-8,
	.single_page_box .vc_col-sm-6,
	.single_page_box .vc_col-sm-3,
	.single_page_box .vc_col-sm-9{
		width: 100%;
	}
	.top-banner img {
		max-height: 340px;
	}
	.banner_cover{
		z-index: 1;
	}
	#branch {
		margin: 0;
	}
	.aboutpage .vc_col-sm-5,
	.aboutpage .vc_col-sm-7,
	.aboutpage .vc_col-sm-6{
		width: 100%;
	}
	.about_part_five {
		min-height: inherit;
	}
	.titlebar h2, .aboutpage h2 {
		font-size: 26px;
	}
	.aboutpage h3 {
		font-size: 24px;
	}
	.aboutpage #responsibility h2 {
		margin-bottom: 25px;
	}
}
@media (max-width: 540px){
	.header_search {
		display: none;
	}
	.header_up {
		padding: 15px
	}
	.header_down {
		position: absolute;
		right: 0;
		top: 0;
	}
	header {
		position: relative;
	}
	.friend_link{
		display: none;
	}
	.header-menu .primary-navigation .primary-menu-container > ul > .menu-item > a{
		color: #222222;
	}
	.header-menu .primary-navigation .primary-menu-container > ul > .current-menu-item > a {
		color: #82bf34;
		background-color: rgba(0,0,0,0);
	}
	.primary-navigation-open .primary-navigation > .primary-menu-container {
		border: 0;
		position: absolute;
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
		padding-left: 0;
		padding-right: 0;
		top: 52px;
		padding-top: 82px;
		background-color: rgba(0,0,0,0);
	}
	.primary-navigation > div > .menu-wrapper {
		padding-top: 5px;
		padding-bottom: 50px !important;
		background-color: #ffffff;
		box-shadow: 0px 5px 4px -3px #999;
		padding-left: 0 !important;
    	padding-right: 0 !important;
	}
	.lock-scrolling .site {
		position: unset !important;
	}
	.menu-button-container{
		width: 100px !important;
		top: 50px;
	}
	.header_mobile .header_search {
		display: flex;
		justify-content: space-between;
		background-color: #82bf34;
		align-items: center;
    	padding: 5px 15px;
	}
	.header_mobile .header_search p,
	.header_mobile .header_search a{
		color: #ffffff;
	}
	.header_mobile .header_search img{
		width: 22px;
    	margin-right: 10px;
	}
	.header_mobile .header_search .lan{
		border-radius: 0;
    	background-color: rgba(0,0,0,0);
		width: auto;
		height: auto;
	}
	.home-part-one-box {
		justify-content: center;
	}
	.home-part-one-content {
		margin-left: 0;
		text-align: center;
		margin-top: 10px;
	}
	.home-part-two, .home-part-five,.home-part-four {
		padding: 65px 0;
	}
	.home-part-two-box ul .on, .home-part-two-box ul li {
		width: 100%;
	}
	.home-case-box a{
		flex-wrap: wrap;
	}
	.home-case-box .home-case-content {
		flex-basis: 100%;
		padding: 20px;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.home-case-box .img_box {
		flex-basis: 100%;
	}
	.home-case-content h3{
		margin-bottom: 0;
	}
	.home-part-three, .home-part-six {
		padding: 0 0 65px 0;
	}
	.home-part-four-navigation .swiper-button-next:after, .home-part-four-navigation .swiper-rtl .swiper-button-prev:after, .home-part-four-navigation .swiper-button-prev:after, .home-part-four-navigation .swiper-rtl .swiper-button-next:after {
		font-size: 14px;
	}
	.home-part-four-navigation .swiper-button-prev,
	.home-part-four-navigation .swiper-button-next {
		top: 50px;
	}
	.titlebar h2 {
		font-size: 24px;
	}
	.home-information-box {
		padding: 14px 20px;
	}
	.home-part-six .titlebar {
		display: flex;
		align-items: center;
		justify-content: space-between;
		text-align: center;
		flex-direction: column;
	}
	.home-part-six .title_more{
		margin-top: 15px;
		font-weight: 400;
	}
	.custom_btn{
		font-weight: 400;
	}
	.home-company-content {
		padding: 15px;
	}
	.home-company-three li span {
		font-size: 48px;
	}
	.home-company-three li span sup {
		top: -1.5em;
	}
	.footer_up {
		padding: 65px 15px;
	}
	.slide_box p {
		font-size: 28px;
	}
	.slide_box h2 {
		font-size: 17px;
		line-height: 20px;
	}
	.slide_btn {
		width: 140px;
		height: 35px;
		font-size: 14px;
		font-weight: 400;
	}
	.slide_btn span {
		font-size: 20px;
		font-family: fantasy;
	}
	.new_content {
		padding: 15px;
	}
	.new_box {
		min-height: 320px;
	}
	.newswiper {
		min-height: 330px;
	}
	.home-company-three li span {
		font-size: 32px;
		line-height: 36px;
	}
	.home-company-three li span sup {
		top: -1em;
		font-size: 14px;
	}
	.home-company-three li {
		font-size: 16px;
	}
	.home-company-three{
		margin-top: 0;
	}
	.foot_menu h3 ,.foot_box h3{
		font-weight: 400;
	}
	.dark_btn, .light_btn{
		font-weight: 400;
	}
	.banner_cover {
		padding: 0 15px;
	}
	.single-top-banner::after {
		background-image: linear-gradient(to right,#c4c1b8 55%, #f4f3ef 100%, transparent 100%);
	}
	.banner_cover h1 {
		font-size: 28px;
	}
	ul.info-faq {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	ul.info-faq li {
		padding: 0;
	}
	.single_part_h2 {
		font-size: 28px;
	}
	.product-gallery .swiper-button-next, .product-gallery .swiper-button-prev {
		width: 40px;
		height: 40px;
	}
	.product-gallery .swiper-button-next:after, .product-gallery .swiper-rtl .swiper-button-prev:after {
		font-size: 14px;
	}
	.single_part {
		padding: 50px 0;
	}
	.single_highlights .row{
		margin: 0;
	}
	.single_highlights h2,
	.single_highlights h3,
	.single_page_box h2,
	.single_page_box h3 {
		font-size: 22px;
	}
	.single_highlights h4, .single_highlights h5, .single_highlights h6,.single_page_box h4,.single_page_box h5,.single_page_box h6{
		font-size: 18px;
	}
	.titlebar_breadcrumbs, .titlebar_breadcrumbs span, .titlebar_breadcrumbs a {
		font-size: 16px;
	}
	ul.info-faq li a {
		font-size: 18px;
	}
	.product_page {
		padding: 0;
	}
	.product_page_box {
		padding: 40px 0;
	}
	.side_menu .sub-menu{
		top: 90px;
	}
	.product_page_lists {
		margin-top: 1px;
	}
	.category-4 .product_page_lists {
		margin-top: 115px;
	}
	.category-5 .product_page_lists {
		margin-top: 40px;
	}
	.product_page_list{
		background-color: #ffffff;
	}
	.menu-wrapper > li > .sub-menu{
        display: none;
    }
    .menu-wrapper > li > .sub-menu.sub-active{
        display: block;
    }
    .mega_menu > a::after,.common_menu > a::after{
        display: none;
    }
    .header-menu button.sub-menu-toggle {
        display: inline-block !important;
        color: #000000 !important;
        position: absolute;
        top: 0;
        right: 0;
        text-align: center;
    }
    .icon-plus::after{
        content: "\f107";
        font: normal normal normal 18px/1 FontAwesome;
    }
    .icon-minus::after{
        content: "\f106";
        font: normal normal normal 18px/1 FontAwesome;
    }
    .menu-image-title-after.menu-image-title{
        margin: 0;
        font-size: 14px;
    }
    .icon-plus svg,.icon-minus svg{
        display: none;
    }
    .icon-plus,.icon-minus{
        justify-content: center;
    }
	.primary-navigation > div > .menu-wrapper > li > .sub-menu{
		border: 0;
		width: auto;
	}
	.header-menu .primary-navigation .primary-menu-container > ul > .menu-item > a {
		border-bottom: 1px solid #efefef;
	}
	.header-menu .primary-navigation .primary-menu-container > ul > .menu-item > a:focus{
		color: #000000 !important;
	}
	.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
		height: 51px !important;
		width: 51px !important;
	}
	.primary-navigation > div > .menu-wrapper .sub-menu-toggle:focus{
		outline: none !important;
	}
	.aboutpage h2 {
		font-size: 24px;
	}
	.aboutpage #overview, #honor, #branch {
		padding: 0 15px;
	}
	.about_part_two {
		background-color: rgba(0,0,0,0.5);
		padding: 20px !important;
	}
	.about_part_two .wpb_content_element{
		margin-bottom: 0;
	}
	.about_part_two h5 {
		font-size: 24px;
	}
	.about_part_two h4 {
		font-size: 24px;
	}
	.certificateswiper {
		min-height: 300px;
	}
	#branch .vc_row,
	#branch .vc_row .vc_column-inner,
	#responsibility .vc_row,
	#development .vc_row,
	#development > .wpb_column > .vc_column-inner{
		padding: 0;
	}
	.about_part_three {
		flex-wrap: wrap;
	}
	.about_part_three_text {
		padding: 20px 0;
	}
	.aboutpage h3 {
		font-size: 20px;
	}
	.about_part_five .about_part_three_text {
		padding: 20px 0 0 0;
	}
	#branch .vc_col-sm-6:nth-child(2) .wpb_content_element{
		margin-bottom: 0;
	}
	#development{
		margin: 0;
	}
	.certificateswiper .swiper-slide {
		text-align: center;
	}
	.certificateswiper {
		min-height: 350px;
	}
	.single_page_box{
		margin-bottom: 50px;
	}
}
@media (max-width: 375px){
	.about-info-lists .info-faq a {
		font-size: 16px;
	}
}
@media (max-width: 320px){
	.slide_box p {
		font-size: 24px;
	}
	.home-part-one-box {
		flex-basis: 100%;
	}
	.home-part-one-content {
		margin-left: 15px;
		text-align: left;
	}
	.home-part-one-box {
		justify-content: flex-start;
		padding: 0 15px;
	}
	.banner_cover h1 {
		font-size: 24px;
	}
	.dark_btn, .light_btn {
		width: 135px;
	}
	.category-4 .product_page_lists {
		margin-top: 168px;
	}
	.about_part_two h5 {
		font-size: 18px;
		margin: 15px 0;
	}
	.about_part_two h5::after{
		margin-top: 15px;
	}
	.about_part_two h4 {
		font-size: 18px;
	}
	.about_part_two li {
		font-size: 16px;
		line-height: 28px;
	}
	.certificateswiper {
		min-height: 350px;
	}
	.certificateswiper .swiper-slide {
		text-align: center;
	}
}
.swiper-wrapper{
	height: inherit;
}