/*
Theme Name: Krokodil Theme
Theme URI: http://www.eastdesign.net
Author: the East Digi Marketing team
Author URI: http://www.eastdesign.net
Version: 1.0
*/
@font-face {
    font-family:'Roboto-Bold';
    src: url('/wp-content/themes/Krokodil/assets/fonts/Roboto-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'Roboto-Medium';
    src: url('/wp-content/themes/Krokodil/assets/fonts/Roboto-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'Roboto-Regular';
    src: url('/wp-content/themes/Krokodil/assets/fonts/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
*{
	margin:0;
	padding:0;
}
body.mmx-show{
	overflow: hidden;
}
li{
	list-style: none;
}
a, li{
	text-decoration: none!important;
	transition: all .6s;
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6, p, ul, li, a{
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto-Bold';
}
p, div{
	font-family: 'Roboto-Regular';
	font-size: 18px;
}
p{
	color: #666;
}
h1{
	font-size: 48px;
}
h2{
	font-size: 36px;
}
.container{
	max-width:1550px;
	width:100%;
	margin: auto;
}
.btn01{
	background:#feab27;
	color: #fff;
	border:2px solid #FEAB27;
	transition:all .6s;
	font-size:18px;
}
.btn02{
	font-size: 18px;
	color:#feab27;
	background: #fff;
	border: 2px solid #fff;
}
.btn02:hover{
	background:#feab27;
	color: #fff;
	border-color:#feab27;
}
.btn01:hover{
	background: #fff;
	color: #FEAB27;
	border-color: #FEAB27;
}
.ts_table td {
    padding: 20px 40px!important;
    border: 0 !important;
}
.table-active td {
    text-align: center;
    vertical-align: middle;
}
.ts_table .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f8f9fb;
}
.table-active tr {
    border-bottom: 1px solid #F1F1F1;
}
.ts_table {
    margin-top: 50px;
}
/**********mm menu**********/
.mmx-box{
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 20px;
	position: absolute;
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    box-sizing: border-box;	
}
.mmx-box .sub-menu-toggle{
	display: block!important;
}
.mmx-box .menu-item-has-children{
	position: relative;
}
.mmx-box .menu-item-has-children .sub-menu{
	display: none;
}
.mmx-box .sub-menu-toggle .icon-plus{
	position: relative;
	display: block;
	width: 46px;
	height: 46px;
	background: none;
	border: 0!important;
}

.mmx-box .sub-menu-toggle .icon-plus:after{
	content: '';
    border: 2px solid #fff;
	border-top: none;
	border-left: none;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
	left: 50%;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);	
}
.mmx-box .menu-item-has-children .sub-menu-toggle{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: 0;
}
.mmx-box .sub-menu-toggle .icon-plus svg, .mmx-box .sub-menu-toggle .icon-minus, .mmx-box .sub-menu-toggle .screen-reader-text{
	display: none!important;
}
.mmx-navbar{
	position: relative;
}
.mmx-navbar .click-close{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.mmx-navbar a{
	display: block;
	text-align: center;
	color: #fff;
	font-family: 'Roboto-Medium';
	padding: 10px 0;
	font-size: 20px;
	border-bottom: 1px solid #ccc;
}
.mmx-box .nav-menu{
	padding: 10px 0;
}
.mmx-box .nav-menu li{
	padding: 10px 0;
	border-bottom: 1px solid #fff;
}
.mmx-box .nav-menu li a{
	color: #fff;
}
.mmx-box .menu-item-has-children.active{
	left: 0;
	top: 0;
	z-index: 2;
	padding: 0;
}
.mmx-box .menu-item-has-children.active .sub-menu{
	padding:10px 20px;
	max-height: 500px;
	overflow-y: scroll;
}
.mmx-box .menu-item-has-children.active>a{
	display: block;
	text-align: center;
	font-family: 'Roboto-Medium';
	padding: 10px 0;
	font-size: 20px;
	border-bottom: 1px solid #ccc;
}
.mmx-box .menu-item-has-children.active .icon-plus:after{
	transform: rotate(135deg);
}
.mmx-box .menu-item-has-children.active .sub-menu-toggle{
	left: 0;
	top: 0;
	right: auto;
	bottom: auto;
	transform: none;
}
.mmx-box .menu-item-has-children.active .sub-menu{
	display: block!important;
}
.mmx-box .menu-item-has-children.active, #menu.active{
    display: block!important;
    position: fixed;
    width: 100%;
    max-width: 400px;
    height: 100%;
    background: #FEAB27;
}

#page.active{
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease,-webkit-transform .4s ease;
	z-index: 1;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
	box-sizing: border-box;
	position: relative;
}
/*********uber menu***********/

.sub-menu-toggle{
	display: none!important;
}
.ubermenu-submenu-id-562, .ubermenu-submenu-id-31{
	padding: 20px 0!important;
	background: #fff!important;
}
#menu-item-31 .ubermenu-submenu{
	width:300px;
}
#menu-item-31 .ubermenu-submenu li{
	padding-bottom: 10px;
}
#menu-item-31 .ubermenu-submenu li:last-child{
	padding-bottom: 0;
}
.ubermenu-submenu-id-305{
	position: fixed!important;
	left: 0!important;
	max-width: 100%!important;
	background: #fff!important;
}
.ubermenu-row-id-269{
	max-width: 1520px!important;
	margin: auto!important;
}
#ubermenu-nav-main-2-primary>li>a{
	height: 86px;
	line-height: 86px;
}
.ubermenu-row-id-269 .ubermenu-image{
	margin-bottom: 0!important;
}
.ubermenu-row-id-269 .ubermenu-target-title{
	font-size: 14px!important;
	padding: 10px 0!important;
}
.ubermenu-row-id-269{
	padding: 50px 0!important;
}
/************header***********/
.header{
	background: #fff;
}
header.fixeded{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 2px 2px 10px rgba(0,0,0,.2);
}
.main-footer{
	box-shadow: 2px 2px 10px rgba(0,0,0,.2);
}
.header-logo a {
    display: block;
	line-height: 0;
}
.header-menu .nav-menu li{
	display: inline-block;
	margin: 0;
	position: relative;


}
.header-menu .ubermenu-current_page_item>a{
	color:#feab27!important;
}
.header-menu li, .header-menu li a:focus-visible, .header-menu li a:focus, .header-menu li a:active, .header-menu li:focus-visible{
	outline: none!important;
	border: none!important;
}
.header-menu .nav-menu li a{
	color: #333;
	font-size: 18px;
	font-family: 'Roboto-Regular';
	padding: 0 25px;
	transition: all .6s;
	display: block;
}
.header-menu .nav-menu li a:hover{
	color: #feab27;
}
.header-main, .header-logo, .header-menu, .header-right{
	display: flex;
}
.header-main{
	height: 86px;
	align-items: center;
}
.header-logo{
	flex: 1 1 225px;
}
.header-menu{
	flex: 1 1 100%;
	max-width: 920px;
	justify-content: center;
}
.header-right{
	flex: 1 1 375px;
}
.get-in-touch{
	width: 140px;
	margin-left: 10px;
}
.header-right #search-bg{
	position: relative;
}
.header-right input{
	height: 36px;
	border: 1px solid #feab27;
	border-radius: 18px;
	width: 220px;
	padding-left:20px;
	color: #999;
	font-size: 16px;
	font-family: 'Roboto-Regular';
	outline: none!important;
}
.get-in-touch a{
	height: 36px;
	line-height: 36px;
	display: block;
	max-width: 140px;
	width: 100%;
	text-align: center;
	background:#feab27;
	color: #fff;
	border-radius: 18px;
	font-size: 16px;
	font-family: 'Roboto-Regular';
}
.header-right #searchsubmit{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 36px;
	height: 36px;
	border: 0;
	top:0;
	right:0;
	border-radius: 50%;
	background:#feab27;
}
/********home********/
.mySwiper-home .swiper-slide{
	position: relative;
}
.mySwiper-home .swiper-slide .container{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.banner-image img{
	width: 100%;
}
.orange-border{
	max-width: 320px;
	width:100%;
	height: 6px;
	margin: 36px 0;
	background:#feab27;
	border-radius: 5px;
}
.banner-box{
	max-width: 760px;
}
.banner-box h2{
	font-size: 48px;
	color: #fff;
}
.banner-box p{
	font-size: 18px;
	font-family: 'Roboto-Medium';
	padding-bottom: 24px;
	color: #fff;
}
.box-big-text{
	font-size: 20px;
}
.banner-box .btn01{
	margin-top: 24px;
	display: block;
	max-width: 286px;
	text-align: center;
	height: 40px;
	line-height: 36px;
	border-radius: 20px;
}
.home-history{
	padding: 100px 0 72px;
	background: #f7f7f7;
}
.home-history-image{
	border-radius: 30px;
	overflow: hidden;
}
.home-history-image img{
	width: 100%;
	transition: all 1s;
}
.home-history-image:hover img{
	transform: scale(1.1);
}
.history-title{
	font-size: 36px;
}
.home-history-content p{
	padding-bottom: 30px;
}
.home-history-content{
	padding-left: 30px;
}
.numbox{
	background: #fff;
	margin-top: 72px;
	padding: 48px;
	border-radius: 30px;
}
.numboxs h3{
	font-size: 36px;
	color:#feab27;
	font-family: 'Roboto-Medium';
	padding-bottom: 24px;
}
.numCount li{
	float: left;
	width: 25%;
	overflow: hidden;
	text-align: center;
	position: relative;
	border-right:2px solid #ececec;
}
.numCount li:last-of-type{
	border-right:0!important
}
.home-product{
	padding: 72px 0 36px;
}
.col-md-1-5{
	width: 12.5%;
}
.home-product-main h4{
	font-size: 18px;
	font-family: 'Roboto-Medium';
	text-align: center;
	min-height: 40px;
}
.home-product-main h4 a{
	color: #333;
}
.popular-product-box{
	padding-bottom: 40px;
}
.popular-product-box:hover a{
	color:#feab27;
}
.popular-product-image{
	position: relative;
	display: block;
	border-radius: 30px;
	margin-bottom: 18px;
	overflow: hidden;
}
.popular-product-image img{
	width: 100%;
	transition: all .6s;
}
.popular-product-image svg{
	position: absolute;
	right: 10px;
	bottom: 10px;
	transition: all .6s;
}
.popular-product-box:hover svg{
	transform: rotate(45deg);
}
.popular-product-box:hover img{
	transform: scale(1.1);
}
.popular-product-box:hover .popular-product-image{
	box-shadow: 4px 4px 6px rgba(0,0,0,.1);
}
.home-product h2{
	padding-bottom: 40px;
}
.service-image img{
	width: 100%;
}
.home-service-content{
	padding-right: 30px;
}
.home-service-content p{
	padding-bottom: 30px;
}
.home-service-content .btn01{
	display: block;
	max-width: 256px;
	width: 100%;
	text-align: center;
	height: 42px;
	line-height: 38px;
	border-radius: 20px;
	margin-top: 30px;
}
.home-service{
	padding: 100px 0;
	background:#f7f7f7;
}
.home-how-need{
	height: 320px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 72px;
}
.how-need-box h2, .how-need-box p{
	color: #fff;
	text-align: center;
}
.how-need-box p{
	font-size: 24px;
	padding: 30px 0;
}
.how-need-box .btn02{
	max-width: 256px;
	width: 100%;
	text-align: center;
	display: block;
	font-size: 18px;
	color:#feab27;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 20px;
	height: 42px;
	line-height: 38px;
	margin: auto;
}
.how-need-box .btn02:hover{
	background: #feab27;
	color: #fff;
	border-color: #FEAB27;
}
.home-type-buyers{
	padding: 100px 0;
}
.buyers-icon{
	position: relative;
	text-align: center;
	padding-bottom: 24px;
}
.buyers-icon .buy-image{
	position: relative;
	z-index: 1;
}
.buyers-box h3{
	font-family: 'Roboto-Medium';
	font-size: 24px;
	padding-bottom: 24px;
}
.buyers-icon .buy-image-hover{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	opacity: 0;
	z-index: 2;
	transition: all .6s;
}
.buyers-box{
	height: 440px;
	border-radius: 30px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	padding:30px 40px;
	transition-property: background-color;
	transition-duration: .6s;
	cursor: pointer;
	margin-bottom: 50px;
}
.buyers-box p, .buyers-box h3{
	transition-property: color;
	transition-duration: .6s;
}
.buyers-box:hover{
	background-color:#FEAB27;
}
.buyers-box:hover h3{
	color: #fff;
}
.buyers-box:hover p{
	color: #fff;
}
.buyers-box:hover .buy-image-hover{
	opacity: 1;
}
.home-type-buyers h2{
	padding-bottom: 40px;
}
.home-resource .btn01, .home-blog .btn01, .home-type-buyers .btn01{
	max-width: 256px;
	width: 100%;
	text-align: center;
	height: 42px;
	line-height: 38px;
	display: block;
	border: 2px solid #FEAB27;
	border-radius: 20px;
	margin: auto;
}
.blog-box{
	border-radius: 30px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 50px;
}
.blog-image{
	overflow: hidden;
}
.blog-image img{
	width: 100%;
	transition: all .6s;
}
.blog-box:hover img{
	transform: scale(1.1);
}
.blog-content{
	padding: 24px;
}
.blog-content h3 a{
  position: relative;
	text-decoration: none;
	color: #333;
	height: 56px;
	overflow: hidden; 
	text-overflow: ellipsis;
	display: -webkit-box; 
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 
}
.blog-content h3 a:hover{
	color:#FEAB27;
}                                                 
.blog-content h3 a:after{
    content: "";
    width: 100%;
    height: 2px;                  
	position: absolute;
    top: 100%;
    left: 0;
    background-color:#FEAB27; 
    transform: scale(0);                
    transition:all .35s;
}
.blog-content h3 a:hover:after{
    transform: scale(1);
}
.blog-content h3 a:after{
    transform-origin: left;
	}
.home-blog h2{
	padding-bottom:40px;
}
.blog-content p{
		padding:16px 0;
	}
.date{
	position: relative;
	padding-left: 24px;
	font-size: 16px;
}
.date:after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(/wp-content/uploads/2023/04/calendar.png) no-repeat;
	width: 16px;
	height: 16px;
}
/**********Resource*************/
.home-resource{
	padding: 90px 0;
	color: #fff;
}
.resource-content p{
	color: #fff;
	padding: 30px 0;
}
.home-resource .btn01{
	margin-top: 16px;
}
/********footer******/
.footer-top{
	padding:60px 0 50px;
}
.footer-active h3 svg{
	display: none;
}
.navmenu li a{
	display: inline-block;
	color: #666;
	font-size: 16px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	position: relative;
	transition: all .6s;
}
.footer-contact-main a{
	color: #666;
	font-size: 16px;
	position: relative;
	transition: all .6s;
	display: block;
}
.navmenu li a:after{
	content: '';
	position: absolute;
	bottom: 2px;
	height: 2px;
	width: 0;
	background:#FEAB27; 
	left: 0;
	transition-property: width;
	transition-duration: .6s;

	
}
.footer-contact-main a:hover, .navmenu li a:hover{
	color: #FEAB27;
}
.navmenu li a:hover:after{
	width: 100%;
}
.footer-active h3{
	padding-bottom: 30px;
	position: relative;
	display: inline-block;
}
.footer-active h3:after{
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 26px;
	height: 3px;
	background:#FEAB27; 
}
.footer-contact-main li{
	position: relative;
	padding-bottom: 16px;
	padding-left: 30px;
	max-width: 300px;
}
.footer-contact-main .footer-email:after{
	position: absolute;
	left: 0;
	top: 4px;
	content: '';
	width: 18px;
	height: 18px;
	background: url(/wp-content/uploads/2023/05/email.png) no-repeat;
	
}
.footer-contact-main .footer-phone:after{
	position: absolute;
	left: 0;
	top: 4px;
	content: '';
	width: 18px;
	height: 18px;
	background: url(/wp-content/uploads/2023/05/phone.png) no-repeat;
	
}
.send-email p, .footer-address p{
	font-size: 16px;
}
.footer-contact-main .footer-address:after{
	position: absolute;
	left: 0;
	top: 4px;
	content: '';
	width: 18px;
	height: 18px;
	background: url(/wp-content/uploads/2023/05/address.png) no-repeat;
	
}
.email-main input{
	height: 40px;
	width: 100%;
	border-radius: 20px;
	padding: 0 20px;
	font-family: 'Roboto-Regular'!important;
	font-weight: 400!important;
}
.send-email{
	max-width: 240px;
}
.send-email p{
	padding-bottom: 16px;
}
.email-main input[type="email"]::placeholder{
	font-family: 'Roboto-Regular'!important;
	font-weight: 400!important;
	font-size: 16px;
	color: #9b9b9b;
}
.email-main input[type="email"]{
	border: 0;
	background:#e7e7e7;
	margin-bottom: 16px;
}
.email-main input[type="submit"]{
	text-align: center;
}
.footer-social{
	display: flex;
	align-items:center;
}
.footer-social li{
	margin-left: 20px;
}
.footer-social li, .footer-social li a{
	display: inline-block;
}
.footer-bottom .row{
	display: flex;
	align-items: center;
}
.email-main label{
	margin-bottom: 0;
}
.footer-bottom{
	padding: 18px 0;
}
#back-to-top {
    position: fixed;
    right: 10px;
    bottom: 20px;
    padding: 10px 5px;
    background: #feab27;
    cursor: pointer;
    transition: all .6s;
	z-index: 999;
}
#back-to-top svg{
	width:30px;
	height: 30px;
	display: block;
}
#back-to-top:hover{
	opacity: .8;
}
/*********404*************/
.cls-1 {
  fill: #333;
}

.cls-2 {
  fill: #feab27;
}

.cls-3 {
  fill: #feab20;
}

.cls-4 {
  fill: #333;
}

.cls-5 {
  fill: #fa976c;
}

.cls-6,
.cls-7,
.cls-8 {
  fill: #b64e02;
}

.cls-10,
.cls-6 {
  opacity: 0.6;
}

.cls-7 {
  opacity: 0.4;
}

.cls-9 {
  fill: #f4b73b;
}

.cls-11 {
  fill: #f9c358;
}

.cls-12 {
  fill: #9b462c;
}

.cls-13 {
  fill: #aa512e;
}

.cls-14 {
  fill: #7d6aa5;
}
.com-404 .wrapper{
	max-width: 700px;
	width: 100%;
	margin: auto;
}
.show-antor .search-form{
	text-align: center;
	max-width: 700px;
	width:100%;
	margin: auto;
}
.show-antor #search-bg{
	display: flex;
}
.show-antor input{
	
}
.show-antor p{
	padding:18px 0;
}
.com-404{
	 padding: 100px 15px;
 }
/* animations */

.wheel {
  animation: wheel-rotate 6s ease infinite;
  transform-origin: center;
  transform-box: fill-box;
}
.show-antor #search-bg{
	display: flex;
}
.show-antor #search-bg input{
	flex: 1 1 90%;
	height:50px;
	border-right: 0!important;
	padding: 10px 20px;
	border: 2px solid #ccc;
	border-radius: 0;
}
.show-antor #search-bg button{
	flex: 1 1 50px;
	border-radius: 0;
	background:#feab27;
	border:2px solid #feab27!important;
	color: #fff;
	font-size: 24px;
	border-left:0;
}
@keyframes wheel-rotate {
  50% {
    transform: rotate(360deg);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  100% {
    transform: rotate(960deg)
  }
}

.clock-hand-1 {
  animation: clock-rotate 3s linear infinite;
  transform-origin: bottom;
  transform-box: fill-box;
}

.clock-hand-2 {
  animation: clock-rotate 6s linear infinite;
  transform-origin: bottom;
  transform-box: fill-box;
}

@keyframes clock-rotate {
  100% {
    transform: rotate(360deg)
  }
}

#box-top {
  animation: box-top-anim 2s linear infinite;
  transform-origin: right top;
  transform-box: fill-box;
}

@keyframes box-top-anim {
  50% {
    transform: rotate(-5deg)
  }
}

#umbrella {
  animation: umbrella-anim 6s linear infinite;
  transform-origin: center;
  transform-box: fill-box;
}

@keyframes umbrella-anim {
  25% {
    transform: translateY(10px) rotate(5deg);
  }
  75% {
    transform: rotate(-5deg);
  }
}

#cup {
  animation: cup-rotate 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
  transform-origin: top left;
  transform-box: fill-box;
}

@keyframes cup-rotate {
  50% {
    transform: rotate(-5deg)
  }
}

#pillow {
  animation: pillow-anim 3s linear infinite;
  transform-origin: center;
  transform-box: fill-box;
}

@keyframes pillow-anim {
  25% {
    transform: rotate(10deg) translateY(5px)
  }
  75% {
    transform: rotate(-10deg)
  }
}

#stripe {
  animation: stripe-anim 3s linear infinite;
  transform-origin: center;
  transform-box: fill-box;
}

@keyframes stripe-anim {
  25% {
    transform: translate(10px, 0) rotate(-10deg)
  }
  75% {
    transform: translateX(10px)
  }
}

#bike {
  animation: bike-anim 6s ease infinite;
}

@keyframes bike-anim {
  0% {
    transform: translateX(-1300px)
  }
  50% {
    transform: translateX(0);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  100% {
    transform: translateX(1300px)
  }
}

#rucksack {
  animation: ruck-anim 3s linear infinite;
  transform-origin: top;
  transform-box: fill-box;
}

@keyframes ruck-anim {
  50% {
    transform: rotate(5deg)
  }
}

.circle {
  animation: circle-anim ease infinite;
  transform-origin: center;
  transform-box: fill-box;
  perspective: 0px;
}

.circle.c1 {
  animation-duration: 2s
}

.circle.c2 {
  animation-duration: 3s
}

.circle.c3 {
  animation-duration: 1s
}

.circle.c4 {
  animation-duration: 1s
}

.circle.c5 {
  animation-duration: 2s
}

.circle.c6 {
  animation-duration: 3s
}

@keyframes circle-anim {
  50% {
    transform: scale(.2) rotateX(360deg) rotateY(360deg)
  }
}

.four,
#ou {
  animation: four-anim cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
}

.four.a {
  transform-origin: bottom left;
  animation-duration: 3s;
  transform-box: fill-box;
}

.four.b {
  transform-origin: bottom right;
  animation-duration: 3s;
  transform-box: fill-box;
}

#ou {
  animation-duration: 6s;
  transform-origin: center;
  transform-box: fill-box;
}

@keyframes four-anim {
  50% {
    transform: scale(.98)
  }
}
input:focus-visible{
	outline: none!important;
}
/*******breadcrumb******/
.breadcrumbs{
	padding: 10px 0;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}
.breadcrumbs span, .breadcrumbs{
	color: #999999;
}
.breadcrumbs .current-item{
	color: #333!important;
}
/****search********/
.page-header{
	border-bottom: 0!important;
	padding: 50px 0;
	margin: 0;
}
.search-container{
	padding: 100px 15px;
}
.search-container .search-form #search-bg{
	position: relative;
}
.search-container .search-form{
	margin-bottom: 50px;
}
.entry-title{
	padding-bottom: 16px;
}
.wp-pagenavi{
	text-align: center;
}
.entry-title a{
	color: #333;
}
.entry-summary .learn-more{
	max-width: 180px;
	width: 100%;
	display: block;
	text-align: center;
	border-radius: 20px;
	line-height: 40px;
}
.border-line{
	margin: 20px 0;
	width: 100px;
	height: 4px;
	background:#feab27;
}
.search-container .search-form input {
    width: 100%;
    height: 50px;
    font-size: 18px;
    padding: 0 20px;
}
.entry-main-content{
	display: flex;
	align-items: center;
}
.search-container .search-submit{
    position: absolute;
    right: 0;
    top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
    background:#feab27;
    width: 80px;
    height: 50px;
    border: 0;
}
/*********Contact Us************/
.contact-info{
	padding: 80px 0;
}
.contact-form{
	background: #f6f6f6;
}
.contact-form label, .contact-form input{
	width: 100%;
}
.contact-form input{
	height: 50px;
}
.contact-form input::placeholder, .contact-form textarea::placeholder{
	font-weight: 400;
	font-size: 18px;
	color: #ccc;
}
.contact-info-main textarea, .contact-info-main label{
	width: 100%;
}
.contact-info-main textarea{
	height: 8em;
}
.contact-info-main{
	display: flex;
	align-items: center;
}
.contact-top-info h2{
	padding-bottom: 30px;
}
.contact-top-info .wpb_text_column{
	padding-bottom: 80px;
	margin-bottom: 0;
}
.contact-box .wpb_text_column{
	padding-bottom:0!important;
}
.contact-box > .vc_column-inner > .wpb_wrapper{
	max-width: 320px;
	background: #feab27;
	padding: 40px 20px;
	margin: auto;
	border-radius: 20px;
	min-height: 264px;
	transition: all .6s;
	cursor: pointer;
}
.contact-box > .vc_column-inner > .wpb_wrapper:hover{
	box-shadow: 2px 2px 10px rgba(0,0,0,.4);
}
.contact-top-info .vc_row{
	max-width: 1200px;
	margin: auto;
}
.contact-info-main .wpcf7 h2{
	padding-bottom: 30px;
}
.contact-box .vc_single_image-img{
}
.contact-box h3{
	padding: 12px 0;
}
.contact-info-main .wpb_gmaps_widget, .contact-box .wpb_content_element{
	margin-bottom: 0!important;
}
.contact-top-info{
	padding-bottom: 80px;
}
.contact-box h3, .contact-box a, .contact-box p{
	color: #fff;
	display: block;
	text-align: center;
}
.contact-box a, .contact-box p{
	padding-bottom:5px;
}
.contact-info-main .btn01{
	display: block;
	width: 100%;
	text-align: center;
	line-height: 46px;
	font-size: 18px;
	border-radius: 5px;
	text-transform: uppercase;
}

.lebel-name{
	color: #666;
	text-transform: uppercase;
}
.contact-form span{
	color:#feab27;
	display: block;
	margin: 10px 0;
}
.contact-left-info li a{
	display: block;
	color: #fff;
	padding: 6px 0;
}
.contact-left-info li{
	color: #fff;
	font-size: 20px;
}
.contact-address{
	padding: 6px 0;
}
.page-banner{
	padding: 100px 0;
	color: #fff;
}
/******Product*******/
.product-top .orange-border{
	margin:30px auto;
}
.product-top{
	padding-top: 60px;
}
.product-text h3{
	font-family: 'Roboto-Medium'!important;
}
.product-text h3 a{
	color: #333;
	font-size: 24px;
	position: relative;
	overflow: hidden; 
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2; 
	height:53px;
}
.product-related-box h3{
	position: relative;
	overflow: hidden; 
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2; 
}
.product-text h3 a:hover {
    color: #FEAB27;
}
.product-text h3 a:after {
    transform-origin: left;
}
.product-text h3 a:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #FEAB27;
    transform: scale(0);
    transition: all .35s;
}
.product-text h3 a:hover:after {
    transform: scale(1);
}
.product-btn{
	color: #feab27;
	font-size: 18px;
}
.product-image{
	overflow: hidden;
	border-radius: 26px;
	display: block;
}
.product-text{
	padding: 24px 0 10px;
}
.product-text p{
	padding: 16px 0;
}
.main-product-box{
	border: 1px solid #d6d6d6;
	border-radius: 26px;
}
.main-product-box{
	padding: 16px;
}
.product-btn span{
	display: inline-block;
	transition: all .6s;
}
.product-btn:hover span{
	margin-left: 10px;
}
.product-btn:hover{
	color: #feab27;
}
.product-image img{
	transition: all .6s;
}
.main-product-box:hover img{
	transform: scale(1.1);
}
.main-product-box{
	margin-bottom: 30px;
}
.wp-pagenavi .current{
	background: #feab27;
	color: #fff;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 0;
	border-radius: 8px;
	font-weight: 400!important;
	padding: 0;
}
.wp-pagenavi .page, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink{
	color: #feab27;
	border: 0!important;
}
.product-center{
	padding:40px 0;
	position: relative;
}
.product-center .row{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.navi-content{
	text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span{
	margin: 2px 10px;
}
.navi-content{
	margin: 16px 0;
}
.product-ideas .container{
	padding: 80px 0 50px;
	border-top: 1px solid #eee;
}
.border-text{
	margin:20px 0;
}
.ideal-text p{
	padding: 36px 0;
}
.border-text{
	text-align: center;
	position: relative;
}
.border-text:before{
	content: '';
	max-width: 280px;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #fff;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: 0;
}
.border-text img{
	position: relative;
}
.border-text:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #eee;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: -1;
}
.product-simple-image, .product-custom-image{
	border-radius: 26px;
	overflow: hidden;
}
.custom-text p, .simple-text p, .main-product-des p{
	padding-bottom: 30px;
}
.custom-text p:last-child, .simple-text p:last-child, .main-product-des p:last-child{
	padding: 0!important;
}
.product-custom .row, .product-simple .row{
	display: flex;
	align-items: center;
}
.simple-text .child-link{
	position: relative;
	padding-left: 22px;
	display: block;
	color: #666;
}
.simple-text .child-link:hover{
	color: #666;
}
.simple-text .child-link:after{
	content: '';
	position: absolute;
	width: 17px;
	height: 16px;
	background: url(/wp-content/uploads/2023/05/true.png);
	left: 0;
	top: 4px;
}
.simple-text li{
	margin-bottom: 20px;
}
.product-simple .container{
	padding: 80px 15px;
}
.product-custom .container{
	padding-bottom: 80px;
	border-bottom: 1px solid #eee;
}
.product-simple-content{
	padding-left: 20px;
}
.inquiry-box{
	padding: 48px 76px;
}
.form-flex{
	position: relative;
	margin-left: -5px;
	margin-right: -5px;
	overflow: hidden;
}
.form-flex .form-label{
	width: 50%;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
.form-flex .form-label input, .inquiry-form input{
	height: 50px;
	line-height: 50px;
}
.contact-info-main textarea, .inquiry-form textarea, .inquiry-form input{
	border-radius: 10px;
}
.inquiry-box{
	border-radius: 26px;
}
.inquiry-form .form-group{
	margin-bottom: 10px;
}
.inquiry-box .row{
	display: flex;
	align-items: center;
}
.inquiry-form label{
	width: 100%;
	margin-bottom: 0;
}
.contact-info-main textarea, .contact-info-main textarea::placeholder, .form-flex .form-label input::placeholder, .inquiry-form textarea::placeholder, .form-flex .form-label input, .inquiry-form textarea, .inquiry-form input{
	font-size: 18px;
	font-weight: 400;
}
.inquiry-text-down p{
	padding-bottom: 10px;
}
.inquiry-text-down p:last-child{
	padding-bottom:0!important;
}
.solution-inquiry .inquiry-text{
	max-width: 800px;
}
.inquiry-form .tt-btn{
	width: 100%;
	height: 48px;
	border-radius: 24px;
	background:#feab27;
	color: #fff;
	border: 0;
	transition: all .6s;
}
.solution-info{
	padding-bottom:30px;
}
.inquiry-form .tt-btn:hover{
	opacity: .8;
}
.inquiry-text{
	max-width: 640px;
}
.inquiry-box h2, .inquiry-box p{
	color: #fff;
}
.faq-question{
	font-family: 'Roboto-Medium';
	font-size: 20px;
	color:#feab27;
	background:#f7f7f7;
	padding: 14px 64px;
	position: relative;
	border-radius: 25px;
}

.faq-question svg{
	position: absolute;
	right: 32px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .6s;
}
.faq-question.active svg{
	transform: translateY(-50%) rotate(90deg);
}
.faq-question:after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background: url(/wp-content/uploads/2023/05/Q.png) no-repeat;
	background-size: cover;
}
.faq-ans{
	display: none;
	padding: 16px 64px;
}
.faq-box{
	margin-bottom: 16px;
	cursor: pointer;
}
.product-faq h2{
	padding-bottom: 56px;
}
.product-faq{
	padding: 80px 0;
}
/********About*********/
.about-content, .about-banner{
	padding: 80px 0;
}
.about-banner h1, .about-banner p{
	color: #fff;
	padding-bottom:20px;
}

.about-banner .breadcrumbs{
	border: 0;
	text-align: center;
}
.about-banner .breadcrumbs, .about-banner .breadcrumbs a, .about-banner .breadcrumbs span{
	color: #fff!important;
}
.about-content>.container>.orange-border{
	margin:36px auto;
}
.about-content p{
	padding-bottom: 30px;
}
.about-column-image{
	overflow: hidden;
	border-radius: 27px;
	margin-top: 30px;
	margin-bottom:30px;
}
.about-column-image img{
	width: 100%;
	transition: all .6s;
}
.about-column-image:hover img{
	transform: scale(1.1);
}
.about-column{
	padding: 60px 0 0;
}
.about-column-text p:last-child{
	padding-bottom:0;
}
.about-box{
	position: relative;
	margin-bottom: 48px;
}
.about-box:last-child{
	margin-bottom: 0;
}
.about-box:nth-child(even):after, .about-box:nth-child(odd):after{
	content: '';
	position: absolute;
	top: 0;
	max-width: 1080px;
	width:100%;
	height: 100%;
	border-radius: 27px;
	background: #f7f7f7;
	z-index: -1;
}
.about-box:nth-child(even):after{
	right: 0;
}
.about-box:nth-child(odd):after{
	left: 0;
}
.about-column-content{
	padding: 30px 60px;
}
.about-box .row{
	display: flex;
	align-items: center;
}
.about-column-content .orange-border{
	margin: 30px 0;
}
.about-company{
	background: #f7f7f7;
}
.about-company .orange-border{
	margin: 36px auto;
}
.company-box{
	padding: 36px 56px;
	border-radius: 27px;
	background: #fff;
	min-height: 440px;
}
.company-box-content h3{
	padding: 24px 0;
	font-family: 'Roboto-Medium';
}
.company-column .row{
	margin-left: -30px;
	margin-right: -30px;
}
.company-column .col-md-4{
	padding-left: 30px;
	padding-right: 30px;
}
.company-box{
	margin-top: 40px;
}
.about-market{
	padding: 80px 0;
}
.about-market h2, .about-market p{
	color: #fff;
}
.about-market p{
	max-width: 1080px;
	margin: auto;
	padding: 30px 0;
}
.about-market .btn01{
	display: block;
	max-width: 256px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	border-radius: 27px;
	margin: auto;
}
.about-market .btn01:hover{
	color: #feab27;
}
.about-company{
	padding:80px 0;
}
/********category***********/
.product-advantage, .product-contact{
	padding: 80px 0;
}
.product-category-main{
	padding: 80px 0 50px;
}
.product-advantage{
	background:#f7f7f7;
}
.product-category-main .orange-border{
	margin: 36px auto;
}
.category-center .row{
	margin-left: -30px;
	margin-right: -30px;
}
.category-center .col-md-3{
	padding-left: 30px;
	padding-right: 30px;
}
.category-box{
	padding: 16px;
	border: 1px solid #b0b0b0;
	border-radius: 27px;
	min-height: 310px;
	margin-bottom: 30px;
}
.category-box-image{
	overflow: hidden;
	border-radius: 27px;
	display: block;
}
.category-box-image img{
	width:100%;
	transition: all .6s;
}
.category-box:hover img{
	transform: scale(1.1);
}
.category-box:hover a{
	color: #feab27;
}
.category-box h4{
	font-family: 'Roboto-Medium';
}
.category-box h4 a{
	color: #333;
	display: block;
	padding: 24px 0 0;
	text-align: center;
}
.product-advantage .orange-border{
	margin: 36px auto;
}
.product-advantage .col-md-6{
	padding-top: 15px;
	padding-bottom: 15px;
}
.product-advantage .advantage-box{
	display: flex;
	padding: 30px;
	border-radius: 27px;
	background: #fff;
	height: 232px;
}
.product-advantage .advantage-content{
	padding-left: 30px;
}
.product-advantage .advantage-content h3{
	padding-bottom: 16px;
}
.product-contact h2{
	color: #fff;
	padding-bottom: 40px;
}
.product-contact .btn01{
	display: block;
	max-width: 256px;
	width: 100%;
	text-align: center;
	line-height: 40px;
	border-radius: 27px;
	margin: auto;
}
/*********blog************/
.blog-box-t .blog-image-t{
	position: relative;
}
.blog-box-t .timebox{
	position: absolute;
	top: 10px;
	left: 10px;
	background: #feab27;
	padding: 6px 12px;
	color: #fff;
	border-radius: 5px;
	z-index: 10;
}
.time-day{
	text-align: center;
	font-size: 24px;
}
.time-mon{
	font-size: 16px;
}
.time-day, .time-mon{
	color: #fff;
}
.blog-text-main .btn01{
	text-align: center;
	display: block;
	font-size: 20px;
	line-height: 48px;
	border-radius: 5px;
}
.blog-left-image, .blog-image-t a{
	display: block;
	overflow: hidden;
}
.blog-left-image img, .blog-image-t img{
	width: 100%;
	transition: all .6s;
}
.blog-left-image:hover img, .blog-image-t a:hover img{
	transform: scale(1.1);
}
.blog-box-t{
	padding: 20px;
	background: #f7f7f7;
	margin-bottom: 30px;
}
.blog-text-main{
	padding: 20px 0;
}
.blog-text-main p{
	padding:16px 0;
}
.single-blog-center{
	padding: 80px 0;
}
.main-blog-center{
	padding: 80px 0 50px;
}
.blog-review{
	padding: 50px 0;
	background: #f7f7f7;
}
.product-inquiry{
	background: #f7f7f7;
}
.blog-article{
	padding-bottom: 80px;
}
.blog-article h1{
	font-size: 40px;
	padding-bottom: 20px;
}
.blog-article .border-line{
	height: 1px;
	width: 100%;
	background: #ccc;
}
.recent-blog-box{
	position: relative;
	margin-bottom: 30px;
	/* border-radius: 5px;
	overflow: hidden; */
}
/*******动画边框**********/
.btn03{
	position: relative;
	background: #feab27;
	color: #fff;
	border-radius: 5px;
	z-index: 1;
}
.btn03:hover, .btn03:active, .btn03:focus{
	color: #fff;
}
.btn03:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	transition-property: height;
	transition-duration: .6s;
	z-index: -1;
	background: #000;
}
.btn03:hover:after{
	height: 100%;
}


.right-blog-text{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding:10px;
	background: rgba(255,255,255,.9);
}
.right-blog-text h3 a{
	color: #333;
	font-size: 18px;
	font-family: 'Roboto-Medium';
}
.recent-blog-box:hover .blog-a, .right-blog-text h3 a:hover{
	color: #feab27;
}
.blog-article .border-line{
	margin: 36px 0;
}
.blog-article h2{
	font-size: 32px;
}
.blog-article h3{
	font-size: 26px;
}
.blog-article h2, .blog-article h3, .blog-article h4{
	margin: 24px 0 16px;
}
.blog-article h2{
	padding: 10px;
	background:#feab27;
	color: #fff;
}
.blog-article p{
	padding-bottom: 10px;
	line-height: 1.6;
}
.blog-article li{
	list-style: inside;
	font-family: 'Roboto-Medium';
	padding-bottom: 4px;
}
.blog-article li::marker{
	color: #feab27;
	font-size: 24px;
}
.blog-title{
	min-height: 54px;
}
.blog-article a{
	color: #FEAB27;
}
/**********图片放大*********/
.single-product-center{
	padding: 80px 0;
}
.click-video iframe video{
	width:100%;
}
.jiazai{
	width: 50px!important;
	height: 50px!important;
}
.mySwiper-product-thumb, .mySwiper-product{
	position: relative;
	margin-bottom: 10px;
}
.image-jiazai{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 0;
}
.image-jiazai.tab-active{
	z-index: 2!important;
}
.mySwiper-product-thumb img{
	cursor: pointer;
}
.mySwiper-product img{
	cursor: zoom-in;
}
.product-image-swiper-click{
	position: fixed;
	width: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	left: -10000px;
	top: 0;
	transition-property:left, width;
	transition-duration: .8s;
	z-index: 999;
	background: rgba(0,0,0,.5);
	
}
.img-main{
	position: relative;
	z-index: 1;
}
.jiazai-box{
	padding: 25px;
	border-radius: 10px;
	background:#fff;
}
.product-image-swiper-click.active{
	width: 100%;
	left: 0;
	overflow-y: scroll;
}
.jiazai-box{
	cursor: pointer;
}
.swiper-prev, .swiper-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,.8);
}
.swiper-prev-pro, .swiper-next-pro{
	position: absolute;
	left: 0;
	background: rgba(0,0,0,.8);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
.swiper-prev-pro{
	top:0;
}
.swiper-next-pro{
	bottom: 0;
}
.swiper-prev-pro svg{
	transform: rotate(180deg);
}
.swiper-prev-pro.swiper-button-disabled, .swiper-next-pro.swiper-button-disabled{
	display: none;
}
.mySwiper-product{
	overflow: hidden;
}
.swiper-prev{
	left: -100px;
	transition-property: left;
	transition-duration: .6s;
}
.swiper-next{
	right: -100px;
	transition-property: right;
	transition-duration: .6s;
}
.mySwiper-product:hover .swiper-next{
	right:0;
}
.mySwiper-product:hover .swiper-prev{
	left:0;
}

.product-border{
	max-width: 200px;
	width: 100%;
	height: 4px;
	background: #FEAB27;
	margin: 30px 0;
}
.single-product-btn a{
	padding: 10px 20px;
	text-align: center;
	font-size: 22px;
	display: block;
	border-radius: 27px;
	overflow: hidden;
	max-width: 300px;
}
.info-des li{
	padding-bottom: 10px;
	position: relative;
	font-size: 20px;
}
.info-des li span{
	font-family: 'Roboto-Medium';
}
.info-des{
	margin-bottom:30px;
}
.product-des-infor h2{
	padding:20px 40px;
	background: #FEAB27;
	color: #fff;
	font-size: 24px;
	text-align: center;
	font-family: 'Roboto-Medium';
}
.product-des-infor{
	padding-bottom: 40px;
}
.product-des-box{
	padding: 40px 15px;
}
.product-des-box .wpb_single_image{
	text-align: center!important;
}
.single-product-center .row{
	position: relative;
}

.mySwiper-product .swiper-slide{
	display: flex;
	justify-content: center;
}
.product-image-swiper{
	position: relative;
}
.product-info-main{
	padding-left: 50px;
}
.product-image-swiper-thumb{
	position: relative;
}
.mySwiper-product-thumb  .swiper-slide-thumb-active .product-image-swiper-thumb:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,.3);
	border: 2px solid #FEAB27;
	z-index: 1;
}
.product-image-swiper-thumb img{
	width: 100%;
}
.product-inquiry .inquiry-box{
	border-radius: 0;
}
.mySwiper-product-thumb .swiper-slide{
	height:100%!important;
}
.info-des li{
	padding-left: 24px;
}
.info-des li:after {
    content: '';
    position: absolute;
    width: 17px;
    height: 16px;
    background: url(/wp-content/uploads/2023/05/true.png);
    left: 0;
    top: 5px;
}
.slide-image img{
	margin: auto;
}
.product-view-box img{
	width:100%;
}
.product-view-box::-webkit-scrollbar{
	width: 14px;
	height: 10px;
	background: #f1f1f1;
	box-shadow: 4px 2px 10px rgba(0,0,0,.3);
}
.product-view-box::-webkit-scrollbar-thumb{
	background: #FEAB27;
}
.single-product-center .left-slide{
	position: relative;
	max-height:600px;
	overflow: hidden;
}
/* .single-product-center .left-slide:before, .single-product-center .left-slide:after{
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 2;
}
.single-product-center .left-slide:before{
	top:0;
	background:linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
}
.single-product-center .left-slide:after{
	bottom: 0;
	background:linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
} */
.related-image img{
	width: 100%;
	transition: all .6s;
}
.related-image{
	overflow: hidden;
}
.product-related-box:hover img{
	transform: scale(1.1);
}
.related-product h2{
	padding-bottom:30px;
}
.related-product{
	padding: 80px 0;
	background: #f7f7f7;
}
.product-related-box{
	padding: 20px;
	border-radius: 5px;
	background: #fff;
	
}
.product-related-box h3{
	font-size: 18px;
	margin: 20px 0;
	font-family: 'Roboto-Medium';
}
.product-related-box .btn01{
	width:100%;
	display: block;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
}
.mySwiper-related:hover .swiper-next{
	right:0;
}
.mySwiper-related:hover .swiper-prev{
	left:0;
}
.inquiry-form textarea{
	height: 120px;
}
/*******solution***********/
.about-banner .btn01{
	max-width:256px;
	width: 100%;
	text-align: center;
	line-height: 40px;
	margin:16px auto;
	display: block;
	border-radius: 27px;
}
.solution-step, .solution-benefit, .solution-top{
	padding:80px 0;
}
.solution-mistakes{
	padding: 80px 0 30px 0;
}
.solution-benefit{
	background-color: #f7f7f7;
}
.solution-mistakes .orange-border, .solution-step .orange-border, .solution-benefit .orange-border{
	margin: 36px auto;
}
.benefits-box{
	display: flex;
	background: #fff;
	padding: 60px;
	border-radius: 27px;
	margin-bottom: 30px;
}
.benefits-box:last-child{
	margin-bottom:0!important;
}
.benefit-text h3{
	font-family: 'Roboto-Medium';
	padding-bottom: 16px;
}
.benefit-img{
	width:120px;
}
.benefit-text{
	width:100%;
}
.step-content{
	padding: 50px;
	box-shadow: 1px 1px 8px rgba(0,0,0,.2);
	border-radius: 27px;
}
.step-box .step-content{
	margin-left: 60px;
}
.step-box .col-md-pull-6 .step-content{
	margin-left: 0;
	margin-right: 60px;
}
.step-box .step-img{
	float: right;
	padding-right:170px;
	position: relative;
	}
}
.step-box .row{
	margin-left:0;
	margin-right:0;
}
.step-box .col-md-6{
	padding:0;
}
.step-box .col-md-push-6 .step-img{
	float: left;
	padding-right:0;
	padding-left: 170px;
}
.step-box .step-img:after{
	content:'';
	position: absolute;
	height: 4px;
	width: 100%;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #feab27;
	z-index: -1;
}
.step-box .step-img:before{
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #feab27;
	right: 0;
	top: 50%;
	transform: translate(50%, -50%);
	z-index: 3;
}
.step-box .col-md-push-6 .step-img:after{
	content: '';
	left: 0;
	right: auto;
}
.step-box .col-md-push-6 .step-img:before{
	content: '';
	left: 0;
	right: auto;
	transform: translate(-50%, -50%);
}
.step-box .step-img .tep-number{
	font-family: 'Roboto-Medium';
	position: absolute;
	right: 70px;
	top: 50%;
	padding-top: 10px;
	color: #666;
}
.step-box .col-md-push-6 .step-img .tep-number{
	right: auto;
	left: 70px;
}
.step-box{
	margin-bottom: 36px;
}
.step-main{
	position: relative;
}
.step-main:after{
	content: '';
	width:4px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	background:#eeeeee;
	z-index: 2;
}
.step-main{
	margin-top: 80px;
}
.step-box:last-child{
	margin-bottom:0;
}
.step-content h3{
	font-family: 'Roboto-Medium';
	padding-bottom: 16px;
}
.solution-mistakes{
	background: #f7f7f7;
}
.mistakes-box{
	padding: 50px 0;
}
.main-center-solution .row, .mistakes-box .row{
	display: flex;
	align-items: center;
}
.mistakes-box h3{
	font-family: 'Roboto-Medium';
	padding-bottom: 30px;
}
.mistakes-box p{
	padding-bottom: 30px;
}
.mistakes-box p:last-child{
	padding-bottom: 0;
}
.mistake-img img{
	transition: all .6s;
}
.mistake-img{
	border-radius: 27px;
	overflow: hidden;
}
.mistake-img:hover img{
	transform: scale(1.1);
}
.mistake-content{
	padding-left: 30px;
}
.mistakes-box .col-md-pull-6 .mistake-content{
	padding-left: 0;
	padding-right: 30px;
}
.solution-top .vc_row h2{
	padding-bottom: 30px;
}
.solution-top .vc_row h3{
	padding-bottom: 20px;
}
.solution-top .vc_row p{
	padding-bottom: 10px;
}
.solution-top .container{
	margin:0 auto!important;
}
.solution-top .vc_row{
	margin-left: auto;
	margin-right: auto;
}
.faqs-box{
	margin-bottom: 20px;
}
.solution-faqs{
	background: #f7f7f7;
	padding: 80px 0;
}
.faq-title{
	background:#ccc;
	font-size: 24px;
	padding: 20px 30px;
	color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	border-radius: 18px;
	overflow: hidden;
	z-index: 1;
	cursor: pointer;
	font-family: 'Roboto-Medium';
}
.contact-banner{
	padding: 60px 0;
}
.contact-banner h2, .contact-banner p{
	color: #fff;
}
.contact-banbox{
	padding: 18px 0;
}
.contact-banner .btn01{
	max-width:240px;
	width: 100%;
	margin: auto;
	display: block;
	line-height: 36px;
	border-radius: 18px;
	text-align: center;
}
.faqs-content p{
	padding-bottom: 10px;
}
.faqs-content p:last-child{
	padding-bottom: 0;
}
.faq-title:after{
	content: "";
	position: absolute;
	background:#feab27;
	left: 0;
	top: 0;
	height: 100%;
	width:0;
	transition-property: width;
	transition-duration: .6s;
	z-index: -1;
}
.faqs-box.active .faq-title:after{
	width: 100%;
}
.faq-title svg{
	position: absolute;
	right: 30px;
	transform: rotate(90deg);
	transition: all .6s;
}
.faqs-content{
	padding: 58px 30px 40px;
	background: #fff;
	display: none;
	margin-top:-18px;
}
.faqs-box.active svg{
	transform: rotate(-90deg);
}
.private-main .wpb_text_column:last-child{
	margin-bottom: 0!important;
}
.shipping-box{
	background: #f7f7f7;
}
.shipping-box .vc_column-inner{
	padding: 50px!important;
}
.shipping-flex{
	display: flex;
	align-items: stretch;
	
}
.shipping-flex .vc_col-sm-6{
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
}
.shipping-bottom{
	padding-top:80px;
}
















/********Thank*********/
.main-center-solution, .main-center-thank{
	padding: 80px 0;
}
.main-center-solution .btn01, .message-btn .btn01{
	margin: auto;
	display: block;
	max-width: 286px;
	text-align: center;
	height: 40px;
	line-height: 36px;
	border-radius: 20px;
}
.main-center-solution .btn01{
	margin-left: 0!important;
}
.solution-content{
	padding: 30px 50px;
}
.solution-content p{
	padding:30px 0;
}
.solution-box{
	background: #f7f7f7;
	margin-bottom: 30px;
}
.solution-box:last-child{
	margin-bottom: 0;
}
.solution-image{
	overflow: hidden;
}
.solution-image img{
	transition: all .6s;
}
.solution-image:hover img{
	transform: scale(1.1);
}
.solution-box:nth-child(even) .solution-main-img{
	left: 50%;
}
.solution-box:nth-child(even) .solution-main-content{
	right: 50%;
}
.solution-box .row{
	margin-left: 0;
	margin-right: 0;
}
.solution-box .col-md-6{
	padding:0;
}
.main-page-thank .wpb_raw_html{
	margin-bottom: 20px!important;
}
.main-page-thank .wpb_text_column p{
	padding-top:20px;
}
.main-page-thank .wpb_text_column{
	margin-bottom:0!important;
}
.main-page-thank{
	background: #f7f7f7;
}







































@media(max-width:1580px){
	.container{
		max-width: 1440px;
	}
	.home-product-main h4{
		font-size: 16px;
	}
	.category-center .row{
		margin-left: -15px;
		margin-right: -15px;
	}
	.category-center .col-md-3{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media(max-width:1440px){
	.header-menu .nav-menu li a{
		padding: 0 6px;
	}
	.table-active {
	    width: 1440px;
	}
	.ts_table {
	    overflow-x: scroll;
	}
	.about-box:nth-child(even):after, .about-box:nth-child(odd):after{
		max-width: 800px;
	}
	.about-column-content{
		padding: 30px;
	}
	.custom-text p, .simple-text p, .main-product-des p, .about-content p, .about-column-content p, .custom-text p{
		padding-bottom: 16px;
	}
	.about-column-content .orange-border{
		margin: 15px 0;
	}
	.about-company .orange-border, .about-content>.container>.orange-border{
		margin: 18px auto;
	}
	.company-column .row{
		margin-left: -15px;
		margin-right: -15px;
	}
	.company-box-content h3{
		padding: 15px 0;
	}
	.company-box{
		padding: 36px;
		min-height: 380px;
	}
	.company-column .col-md-4{
		padding-left: 15px;
		padding-right: 15px;
	}
	.container{
		max-width: 1360px;
	}
	h1{
		font-size: 36px;
	}
	.about-banner h1 br{
		display: none;
	}
	.history-title, h2{
		font-size: 32px;
	}
	.banner-box h2{
		font-size: 36px;
	}
	.simple-text .child-link, .banner-box p, p{
		font-size: 16px;
	}
	.home-service-content .btn01{
		margin-top:0;
	}
	.col-md-1-5{
		width: 20%;
	}
	.popular-product-image svg{
		right: 20px;
		bottom: 20px;
	}
	.inquiry-text .orange-border, .product-simple-content .orange-border, .product-custom-content .orange-border{
		margin: 16px 0;
	}
}
@media(max-width:1360px){
	.container{
		max-width: 1200px;
	}
	.category-box{
		min-height: 280px;
	}
}
@media(max-width:1200px){
	.container{
		max-width: 1024px;
	}
	.main-blog-center .col-md-4{
		width:50%;
		float: left;
	}
	.product-advantage .advantage-box{
		height: 300px;
	}
	.category-center .col-md-3{
		width: 33.333%;
	}
	.entry-thumbnail{
		margin-bottom:30px;
	}
	.entry-main-content{
		display: block;
	}
	.buyers-box{
		padding:40px 20px;
		height: 480px;
	}
	.buyers-icon, .buyers-box h3{
		padding-bottom: 16px;
	}
	.banner-image{
		display: none!important;
	}
	.mySwiper-home .swiper-slide .container{
		position: relative;
		padding: 50px 15px;
		transform: none;
		left: auto;
	}
	.header-logo{
		flex: 1 1 100px;
		overflow: hidden;
	}
}
@media(max-width:1024px){
	.get-in-touch, .search-head, .header-menu{
		display: none;
	}
	.contact-info-main{
		display: block;
	}
	.product-advantage .advantage-box{
		height: auto;
	}
	.contact-info-main .vc_col-sm-6{
		width: 100%;
	}
	.contact-left-info{
		margin-bottom: 30px;
	}
	.product-center .col-md-4{
		width: 50%;
		float: left;
	}
	.inquiry-box .row, .product-custom .row, .product-simple .row{
		display: block;
	}
	.com-404{
		padding: 50px 15px;
	}
	.show-antor #search-bg input{
		padding: 10px;
	}
	.home-resource{
		padding: 45px 0;
	}
	
	.search-head-slide #search-bg, .search-head #search-bg {
	    position: relative;
	}
	.search-head-slide input, .search-head input {
	    width: 100%;
	    height: 40px;
	    border: 0;
	    padding: 10px;
	}
	.search-head-slide #searchsubmit, .search-head #searchsubmit {
	    position: absolute;
	    right: 10px;
	    top: 50%;
	    transform: translateY(-50%);
	    background: none;
	    border: none;
	    color: #000;
	    height: 30px;
	}
	
	.header-right{
		justify-content: flex-end;
	}
	.header-icon{
		display: block!important;
	}
	.buyers-box{
		height: auto;
	}
	.product-custom-image img, .product-simple-image img{
		width: 100%;
	}
	.product-custom-image, .product-simple-image{
		margin-bottom: 30px;
	}
	.inquiry-text{
		max-width: 100%;
	}
	.product-simple-content{
		padding-left: 0;
	}
	.col-md-1-5{
		width: 25%;
	}
	.inquiry-text, .service-image{
		margin-bottom: 30px;
	}
	.inquiry-box{
		padding: 48px 30px;
	}
	.product-custom .container{
		padding-bottom: 40px;
	}
	.product-faq{
		padding: 40px 0;
	}
	.product-simple .container{
		padding: 40px 15px;
	}
	.product-ideas .container{
		padding: 40px 0 25px;
	}
	.ideal-text p{
		padding: 18px 0;
	}
}
@media(max-width:992px){
	.col-md-1-5{
		width: 33.3333%;
	}
	.swiper-prev-pro, .swiper-next-pro{
		display: none!important;
	}
	.main-center-solution .row{
		display: block;
	}
	.solution-image img{
		width:100%;
	}
	.step-box .step-img{
		float: none!important;
		padding: 30px 0!important;
	}
	.step-box .col-md-6{
		padding:0 15px;
	}
	.step-box .step-content{
		margin-left:0!important;
		margin-right:0!important;
	}
	.step-img:before, .step-img:after, .step-main:after{
		content: none!important;
	}
	.mistake-content{
		padding-left: 0!important;
		padding-right:0!important;
	}
	.benefits-box, .mistakes-box .row{
		display: block;
	}
	.benefit-img{
		width: auto;
	}
	.mistake-img{
		margin-bottom:30px;
	}
	.mistakes-box h3, .mistakes-box p{
		padding-bottom: 16px;
	}
	.mistake-img img{
		width: 100%;
	}
	.step-img img{
		margin: auto;
	}
	.step-content h3, .step-content p, .benefits-box h3, .benefits-box p, .benefit-img, .step-img{
		text-align: center;
	}
	.benefit-img{
		margin-bottom: 30px;
	}
	.step-box .step-img .tep-number{
		position: relative!important;
		right: auto!important;
		left: auto!important;
	}
	.mySwiper-product{
		margin-bottom: 30px;
	}
	.mySwiper-related .swiper-next, .mySwiper-related .swiper-prev{
		display: none;
	}
	.company-column .col-md-4{
		width: 50%;
		float: left;
	}
	.product-info-main{
		margin-top: 40px;
	}
	.about-box:nth-child(even):after, .about-box:nth-child(odd):after{
		max-width: 100%;
	}
	.about-column-image{
		margin-left:30px;
		margin-right:30px;
		margin-bottom: 0;
	}
	.about-box .row{
		display: block;
	}
	.home-history-image{
		margin-bottom: 30px;
	}
	.product-info-main{
		padding-left:0;
	}
	.home-history-image img{
		width: 100%;
	}
	.blog-box, .buyers-box{
		margin-bottom: 30px;
	}
	.footer-top .col-md-4{
		width: 50%;
		float: left;
		height: 300px;
	}
	h3{
		font-size: 20px;
	}
	.email-main input[type="email"]{
		margin-bottom: 8px;
	}
	.home-history-content{
		padding-left: 0;
	}
	.home-service-content{
		padding-right: 0;
	}
	.swiper-next-pro{
		display: none;
	}
	.single-product-center .left-slide:after{
		content: none;
	}
}
@media(max-width:768px){
	.solution-step, .solution-benefit, .solution-top, .about-company, .about-content, .about-banner, .home-type-buyers, .home-service{
		padding: 50px 0;
	}
	.main-blog-center .col-md-4{
		width: 100%;
	}
	.blog-title{
		min-height: auto;
	}
	.mistakes-box:first-child{
		padding-top:0!important;
	}
	.solution-mistakes{
		padding: 50px 0 0 0;
	}
	.category-center .col-md-3{
		width: 50%;
		float: left;
	}
	.category-box{
		min-height: 305px;
	}
	.company-column .col-md-4{
		width: 100%;
	}
	.company-box{
		min-height: auto;
	}
	.contact-box{
		margin-bottom: 30px;	
	}
	.about-column{
		padding: 30px 0 0;
	}
	.contact-box > .vc_column-inner > .wpb_wrapper{
		min-height:auto;
	}
	.header-logo, .header-right{
		flex: 1 1 50%;
	}
	.faq-question{
		font-size: 18px!important;
	}
	.home-blog h2, .home-type-buyers h2{
		padding-bottom: 20px;
	}
	.footer-bottom .row{
		display: block;
	}
	.history-title, h2{
		font-size: 26px;
	}
	h3{
		font-size: 20px!important;
	}
	.home-how-need{
		margin-top:36px;
	}
	.home-history{
		padding: 50px 0 36px;
	}
	.banner-box p{
		padding-bottom: 12px;
	}
	.orange-border{
		max-width: 120px;
		height: 4px;
		margin: 18px 0;
	}
	.how-need-box p{
		padding: 15px 0;
	}
	.home-service-content p, .home-history-content p{
		padding-bottom: 15px;
	}
	.col-md-1-5{
		width: 50%;
		float: left;
		padding-left: 15px;
		padding-right: 15px;
	}
	.popular-product-box{
		padding-bottom: 10px;
	}
	.popular-product-image img{
		max-height: 266px;
	}
	.beian{
		padding: 16px 0;
	}
	.footer-social li{
		margin-left: 0;
		margin-right: 20px;
	}
	.numbox{
		padding: 16px;
	}
	.resource-content p{
		padding: 15px 0;
	}
	.numCount li{
		width: 50%;
		margin: 15px 0;
	}
	.numCount li:nth-child(2){
		border-right: 0!important;
	}
	.numboxs h3{
		padding-bottom: 12px;
	}
	.product-image img{
		width: 100%;
	}
}
@media(max-width:480px){
	.footer-top .col-md-4{
		width: 100%;
		float: none;
	}
	.faqs-content, .faq-title{
		font-size: 18px;
	}
	.faq-title{
		padding: 20px 15px;
	}
	.faq-title svg{
		display: none;
	}
	.solution-content{
		padding: 30px 15px;
	}
	.solution-content p{
		padding: 15px 0;
	}
	.benefits-box{
		padding: 30px;
	}
	.product-info-main h1{
		font-size: 30px;
	}
	.product-inquiry{
		padding: 0;
	}
	.product-inquiry .container{
		padding: 0;
	}
	.inquiry-box{
		border-radius: 0;
	}
	.inquiry-box{
		padding: 30px 15px;
	}
	.product-advantage .advantage-box{
		display: block;
	}
	.advantage-image{
		text-align: center;
		margin-bottom: 30px;
	}
	.advantage-content{
		padding-left: 0;
		text-align: center;
	}
	.category-center .col-md-3{
		width: 100%;
		float: none;
	}
	.category-box{
		min-height: auto;
	}
	.form-flex .form-label input{
		height: 40px;
		line-height: 40px;
	}
	.contact-info-main textarea, .contact-info-main textarea::placeholder, .form-flex .form-label input::placeholder, .inquiry-form textarea::placeholder, .form-flex .form-label input, .inquiry-form textarea{
		font-size: 16px;
	}
	.search-head-slide #searchsubmit{
		height: 24px;
	}
	.mmx-main li a{
		font-size: 16px;
	}
	.click-close svg, .search-head-slide #searchsubmit svg, #back-to-top svg{
		width:24px;
		height: 24px;
	}
	#back-to-top{
		padding: 5px;
	}
	#page.active{
		-webkit-transform: translateX(300px);
		transform: translateX(300px);
	}
	.border-text:before{
		max-width: 180px;
	}
	.mmx-box .menu-item-has-children.active, #menu.active{
		max-width: 300px;
	}
	.faq-question{
		padding: 70px 20px 40px;
	}
	.faq-question.active svg {
	    transform: translateX(-50%) rotate(-90deg);
	}
	.faq-ans{
		padding: 16px 20px;
	}
	.faq-question svg{
		right: auto;
		left: 50%;
		top: auto;
		bottom: 0;
		transform: translateX(-50%) rotate(90deg);
	}
	.faq-question:after{
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
	}
	.product-center .col-md-4{
		width: 100%;
		float: none;
	}
	.header-logo img{
		max-width: 120px;
		height: 100%;
	}
	.header-main{
		height: auto;
	}
	.beian{
		font-size: 16px;
	}
	.send-email{
		max-width: 100%;
	}
	.email-main label{
		width: 100%;
	}
	#hamburger{
		display: block;
		height: 40px;
	}
	.home-product-main h4 {
	    font-size: 14px;
	}
	.numbox{
		margin-top: 36px;
	}
	.footer-top .col-md-4{
		height: auto;
	}
	.footer-top{
		padding: 30px 0 25px;
	}
	.footer-active h3{
		display: block;
		position: relative;
	}
	.footer-active h3 svg{
		position: absolute;
		right: 0;
		top: 4px;
		display: block!important;
	}
	.footer-active h3.active svg{
		transform: rotate(90deg);
	}
	.footer-slide{
		display: none;
	}
	.footer-active h3:after{
		bottom: 16px;
		height: 1px;
	}
	.footer-contact-main li{
		max-width: 100%;
	}
}