/*
Theme Name: Yuanhe Theme
Theme URI: https://www.eastdigi.com
Author: East Digi Marketing Team
Author URI: https://www.eastdigi.com
Version: 1.0
*/ 
@font-face {
    font-family: 'Montserrat-Bold';
    
    src: url('../yuanhe/fonts/Montserrat-Bold.woff') format('woff'),
	 url('../yuanhe/fonts/Montserrat-Bold.ttf') format('truetype'),
	 url('../yuanhe/fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-style: normal;
  }
@font-face {
    font-family: 'Montserrat-Medium';
    
    src: url('../yuanhe/fonts/Montserrat-Medium.woff') format('woff'),
	 url('../yuanhe/fonts/Montserrat-Medium.ttf') format('truetype'),
	 url('../yuanhe/fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-style: normal;
  }
@font-face {
    font-family: 'Roboto-Light';
    
    src: url('../yuanhe/fonts/Roboto-Light.woff') format('woff'),
	 url('../yuanhe/fonts/Roboto-Light.ttf') format('truetype'),
	 url('../yuanhe/fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-style: normal;
  }
@font-face {
    font-family: 'Roboto-Bold';
    
    src: url('../yuanhe/fonts/Roboto-Bold.woff') format('woff'),footer-social
	 url('../yuanhe/fonts/Roboto-Bold.ttf') format('truetype'),
	 url('../yuanhe/fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-style: normal;
  }
@font-face {
    font-family: 'Roboto-Regular';
    
    src: url('../yuanhe/fonts/Roboto-Regular.woff') format('woff'),
	 url('../yuanhe/fonts/Roboto-Regular.ttf') format('truetype'),
	 url('../yuanhe/fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-style: normal;
  }
a:hover,
a{
    color:#adf512;
	transition: all .5s ease-out 0s;
}
h1{
    font-size: 30px;
}
ul li,
body a,
body p{
    font-family: 'Roboto-Light';
}
.info_top{
    font-family: 'Roboto-Light';
}
body h1,h3,h4,
#content h2{
    font-family: 'Roboto-Bold';
    text-transform: capitalize;
}
.banner-info h3{
    color: #fff;
    font-family: 'Roboto-Regular';
    font-size: 28px;
}
.info_top{
    margin-bottom: 10px;
    color:#888;
    display: block;
    text-align: right;
}
.info_top::after {
  content: "";
  display: block;
  clear: both;
}
.info_top .lan{
    margin-left: 15px;
    float: right;
}
.info_top .time{
    float: right;
}
.info_top .lan i{
    font-size: 18px;
}
.info_bottom h2{
    margin:0;
    font-size:22px;
    font-family: 'Roboto-Bold';
}
.top-right{
    text-align: right;
}
.page_box .vc_row,
.vc_row.container{
	margin:0 auto!important;
	padding:0
}
.header_top{
    background: url(/wp-content/themes/yuanhe/images/top.jpg) top center no-repeat;
    padding:35px 0 28px;
}
.header_bottom{
    background:#fff;
}
.header_bottom a{
    color:#30212c;
}
.affix {
  position: fixed;
  z-index: 99;
  width: 100%;
}
.page-id-9 .affix{
    opacity: 0;
    transition: all .5s ease-out 0s;
    top: -50px;
}
.page-id-9 .affix:hover{
    opacity: 1;
    top:0;
}
a{
    display: inline-block;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav-main-menu ul.top-main-menu > li{
    display: inline-block;
    margin-right: 30px;
        position: relative;
}
.sub-menu li{
    position: relative;
}
.sub-menu{
    position: absolute;
    width: 260px;
    z-index: 9;
    background: #929090;
    display: none;
}
.sub-menu ul{
    left:230px;
    top:0;
}
.culture_info .aio-icon-box{
	background:#fff;
	padding:40px 30px;
	min-height: 370px;
}
.nav-main-menu .sub-menu li a{
    line-height: 40px;
     padding: 0 15px;
    display: block;
    font-size: 15px;
}
.nav-main-menu .sub-menu li a:hover{
    color: #ffffff;
    background-color: #adf512;
}
.top-main-menu > li.menu-item-has-children > a:after{
    font: normal normal normal 14px/1 FontAwesome;
    content:"\f107";
    margin-left: 8px;
}

.top-main-menu li:hover > ul{
    display: block;
}
.nav-main-menu ul.top-main-menu > li:last-child{
    margin-right: 0;
}
#search-bg {
  position: relative;
}
.nav-main-menu ul.top-main-menu > li > a{
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 80px;
    font-family: 'Montserrat-Medium';
    position: relative;
}
.nav-main-menu ul.top-main-menu > li > a:before{
    height:2px;
    content: "";
    display: block;
    position: absolute;
    bottom: 22px;
    width:0;
    background: transparent;
    transition: all .5s ease-out 0s;
}
#fancybox-outer #fancybox-content{
	border:0!important;
	width:100% !important
}
.nav-main-menu ul.top-main-menu li.current-menu-ancestor > a:before,
.nav-main-menu ul.top-main-menu li.current-menu-item > a:before,
.nav-main-menu ul.top-main-menu li:hover > a:before{
    background: #fff;
    width: 100%;
}
.nav-main-menu ul.top-main-menu > li > a i{
    font-size:20px;
}
#search-bg input {
  width: 100%;
  padding: 9px;
  border: 1px solid #ddd;
}
#searchsubmit {
  background: #adf512;
  color: #fff;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 15px;
}
.nav_right .top-quote a{
    line-height: 45px;
    font-size: 16px;
    background: #adf512;
    display:block;
    text-align: center;
    font-family: 'Montserrat-Bold';
    color: #30212c;
    text-transform: uppercase;
	padding:0 20px;
}
.nav_right .top-quote{
    float: right;
    margin-left: 20px;
}
.nav_right .top-lan{
    float: right;
    margin-left: 20px;
	display:none;
}
.lan_down{
    position: relative;
    line-height: 43px;
    padding: 0 10px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
}
.lan_down ul{
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    background: #929090;
    z-index: 9;
    border: 1px solid transparent;
    line-height: 30px;
}
.top-search{
    float: right;
}
.top-search a{
    line-height: 45px;
    font-size: 20px;
    font-family: 'DMSans-Regular';
    cursor: pointer;
}
.home-banner img{
    width: 100%;
	height:auto;
}
.home-banner{
    position: relative;
	overflow:hidden;
}
.home-banner .banner-text{
height: 100%;
top: 0;
width: 100%;
left: 0;
display: flex;
align-items: center;
    padding: 80px 0;
    min-height: 910px;
    max-height: 910px;
}
.home-banner .banner-text h2,
.home-banner .banner-text h1{
    font-size: 48px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 30px;
line-height: 55px;
}
.banner-text .button_link a{
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border:2px solid #fff;
    padding: 10px 35px;
    transition: all .5s ease-out 0s;
}
.banner-text .button_link a:hover{
    background: #286dc0;
    border:2px solid #286dc0;
}
.banner-text .link_right{
    text-align: left;
}
.pro_bottom img{
    max-width: 100%;
}
.pro_cat_info a{
    position: relative;
    color:#333;
        transition: all .5s ease-out 0s;
    overflow: hidden;
	width:100%;
}
.pro_cat_info a:hover h3{
	color:#adf512;
}
.pro_cat_info a h3{
    font-size: 24px;
    font-family: 'Roboto-Bold';
	 transition: all .5s ease-out 0s;
}
.pro_cat_info a img{
	transition: all .5s ease-out 0s;
}
.pro_cat_detail .pro_cat_title .pro_img{
	padding: 10px 0;
	overflow: hidden;
}
.pro_cat_info a:hover img{
	-webkit-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.btShowTitle{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(255,255,255,0.9);
    color: #333;
    border-left: 5px solid #adf512;
    transition: all .5s ease-out 0s;
}
.btShowTitle h3{
    margin: 0;
    padding:18px 25px;
    font-size: 20px !important;
}
.pro_cat_info a:hover .btShowTitle{
    bottom: -60px;
}
.col-md-6 .pro_cat_info a h3{
    font-size: 36px;
    font-family: 'Roboto-Bold';
}
.pro_cat_detail{
    padding: 20px;
    z-index: 9;
    transition: all .5s ease-out 0s;
}
.pro_cat_detail .pro_cat_title{
    display: flex;
    height: 100%;
    align-items: center;
}
.pro_cat_img .text{
    display:none;
}
.pro_cat_detail .pro_cat_title div{
    text-align: center;
    width: 100%;
}
.pro_cat_info{
    margin-top: 30px;
}
/*.pro_cat_info a:after{
    content:"";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgb(0,0,0,0.4);
    transition: all .5s ease-out 0s;
}
.pro_cat_info a:hover:after{
    background:rgb(0,53,107,0.8);
}*/
.pro_cat_info .pro_detail span{
    display: inline-block;
    background: #adf512;
    color: #fff;
    font-weight: bold;
    max-height: 0;
    overflow: hidden;
    transition: all .5s ease-out 0s;
    padding: 10px 30px;
    opacity: 0;
    transform: translateY(20px);
}
.pro_detail p{
	font-size:16px;
}
.pro_cat_info a:hover span{
    max-height: inherit;
    transition: all .5s ease-out 0s;
    opacity: 1;
    transform: translateY(0);
}
.pro_cat_info:hover .pro_cat_detail{
    opacity: 1;
}
.col-md-6 .pro_cat_info .pro_detail{
    max-width: 290px;
    margin: 0 auto;
}
.home-product{
    margin-top: 80px;
}
.home-product h2{
    font-size: 48px;
    margin-top:0;
    color:#30212c;
}
.link_right{
    text-align: right;
}
.link_right a{
    font-size: 20px;
    background: #adf512;
    color:#30212c;
    padding:15px 30px;
    /* margin-top: 15px; */
    font-family: 'Roboto-Bold';
    position: relative;
    transform: perspective(1px);
    transition: color .3s ease; 
	border-radius:8px;
	overflow: hidden;
}
.link_right a:last-child{
    background: #30212c;
    color:#adf512;
}
.link_right a:before {
  background-color: #30212c;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-out;
}
.home-keep .link_right a{
    background-color: #adf512;
}
.home-keep .link_right a:before {
    background: #333232;
}
.home-blog .link_right a:before{
    background-color: #adf512;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-out;
}
.pd_em{
	margin-top: 20px;
font-size: 18px;
font-style: italic;
	color: #e40100;
	
}
.single-post #enquiry .nf-form-content textarea.ninja-forms-field {
  height: 100px;
}
.home-blog .link_right a:hover:before,
.link_right a:hover:before{
    transform: scaleX(1);
}
.link_right a:first-child:hover{
	color:#adf512;
}
.link_left a:before{
    content:"";
    height:1px;
    width:30px;
    margin-right: 10px;
    background: #e40100;
    display: inline-block;
    transition: all .5s ease-out 0s;
}
.link_left p a,
.link_left a{
    font-size: 16px;
    color:#e40100;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
    width: 180px;
    transition: all .5s ease-out 0s;
    margin-bottom: 15px;
}
.link_left p a:hover,
.link_left a:hover{
    color:#e40100;
}
.link_left p a:hover:before,
.link_left a:hover:before{
    background: #e40100;
}
.pro_top{
	text-align:center;
}
.pro_top p{
    font-size: 18px;
    line-height: 1.5em;
    margin: 15px 0;
}
.h_a_text h2{
    font-size: 48px;
    color:#fff;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 46px;
}
.h_a_text .stats-top .aio-icon-top, 
.h_a_text .stats-top .stats-desc {
  text-align: left;
  color: #fff;
}
.h_a_text{
	padding-left:50px;
}
.h_a_text .stats-block .stats-text {
  font-size: 16px !important;
}
.h_a_text .stats-top .stats-number {
  font-size: 45px !important;
  font-family: 'Roboto-Bold';
}
.h_a_text .stats-block, 
.h_a_text .wpb_row .wpb_column .wpb_wrapper .stats-block {
  display: block;
  margin-bottom: 0;
}
.h_a_text sup {
  top: -20px;
}
.home-about{
    padding: 80px 0;
    position: relative;
    background: url(images/t_bg.jpg) no-repeat;
    background-size: cover;
}
/* .home-about .h_a_text h2,
.home-about .h_a_text p{
    color: #333;
} */
.h_a_text p{
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}
.home-about .row{
    display: flex;
    align-items: center;
    position: relative;
z-index: 9;
}
.h_a_text > p a{
    background:#adf512;
    color:#fff;
    padding:10px 30px;
    margin-top: 15px;
    font-family: 'Roboto-Bold';
    transition: all .5s ease-out 0s;
	margin-bottom: 15px;
}
.h_a_video a{
    position: relative;
    width: 100%;
}
.h_a_video a img{
    width:100%;
}
.h_a_video a .icon_play{
    position: absolute;
    width: 100%;
    display: flex;
    left: 0;
    top:0;
    color:#fff;
    height: 100%;
    align-items: center;
}
.h_a_video a .a_icon{
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border: 2px solid #fff;
    text-align: center;
    line-height: 66px;
    border-radius: 50%;
    font-size: 25px;
    padding-left: 5px;
    transition: all .5s ease-out 0s;
}
.h_a_video a:hover .a_icon{
    border: 2px solid #e40100;
    background: #e40100;
}
.home-keep{
    background: url(images/bgc.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0;
    color:#fff;
}
.home-keep h2{
    font-size: 36px;
}
.home-keep p{
    font-size: 20px;
}
.home-keep .row{
    display: flex;
    align-items: center;
}
.keep_icon{
    height: 150px;
    width: 150px;
    color: #fff;
    font-size: 60px;
    border-radius: 50%;
    margin: 0 auto;
text-align: center;
line-height: 146px;
    background: #adf512;
}
.home-blog{
    margin: 80px 0;
}
.tax-solution_category .blog-info,
.page-template-page-solutions .blog-info,
.home .blog-info{
    background: #f9f9f9;
    transition: all .5s ease-out 0s;
    margin-top: 30px;
    position: relative;
	display: flex;
	align-items: center;
}
.blog-info:hover{
    box-shadow:none
}
.tax-solution_category .blog_text,
.page-template-page-solutions .blog_text,
.home .blog_text{
    padding:20px;
	width:70%;
}
.blog_text_left::after{
    content: '';
    width: 30px;
    height: 3px;
    background-color: #adf512;
    display: inline-block;
}
.home-blog h2{
    font-size: 48px;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: left;
    color: #30212c;
}
.blog-info a{
    color:#333;
    transition: all .5s ease-out 0s;
    display: block;
	overflow: hidden;
}
.tax-solution_category .blog-info .blog_text > a,
.page-template-page-solutions .blog-info .blog_text > a,
.home .blog-info .blog_text > a{
	color:#e40100;
}
.tax-solution_category .blog-info > a,
.page-template-page-solutions .blog-info > a,
.home .blog-info > a{
	width:30%
}
.blog-info a img{
	transition: all .5s ease-out 0s;
}
.blog-info:hover a img{
	-webkit-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.blog-info h3 a{
    font-size: 20px;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
	font-family: 'Roboto-Bold';
}
.blog-info span{
    color:#30212c;
}
.blog-info p{
    color: #666;
	font-size: 16px;
}

.home-blog .blog-info p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 45.7px;
}
.blog_left .blog_text{
    position: absolute;
    width: 100%;
    bottom:0;
    left: 0;
}
.blog_left .blog_text .blog_bg{
    background: rgb(255,255,255,0.8);
    padding:30px;
}
.blog_left .blog-info p{
    font-size: 18px;
    font-family: 'Roboto-Regular';
    color:#222;
}
.blog_left .blog-info h3 a {
  font-size: 30px;
    font-family: 'Roboto-Bold';
}
.blog_right .blog-info{
    display: flex;
    align-items: center;
}
.blog_right .blog-info > a{
    width: 31%;
} 
.blog_right .blog-info h3 a{
    font-size: 24px;
    font-family: 'Roboto-Bold';
}
.blog_right .blog-info > div{
    width: 69%;
    padding-left: 30px;
}
.blog-info .bottom-link a:after{
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    border-bottom: 2px solid currentColor;
    transition: width .5s ease;
    display: block;
}
.blog_right .blog-info p{
    font-size: 16px;
    font-family: 'Roboto-Regular';
    color: #222;
}
.blog-info .bottom-link a{
    position: relative;
    border-bottom: 1px solid rgba(72,72,72,.15);
    transition: all .5s ease-out 0s;
    color: #ccc;
}
.blog-info:hover h3 a{
    color:#adf512;
}
.blog-info:hover .bottom-link a:after{
    width: 100%;
}
.blog-info h3{
    margin-top: 10px;
}
.home-contant{
    padding:80px 0;
    background: url(images/bgc.jpg) top center no-repeat;
    background-size: cover;
    color:#fff;
    text-align: center;
}
.home-contant h2{
    margin: 25px 0 20px 0;
    font-family: 'Roboto-Bold';
}
.h_c_icon{
    width: 75px;
    height: 75px;
    margin: 0 auto;
    font-size: 25px;
    border-radius: 50%;
    line-height: 70px;
    text-align: center;
    border: 2px solid #fff;
}
.h_c_content p{
    font-size: 20px;
}
.h_c_content{
    padding: 0 20px;
}
.h_c_content a{
    max-width: 250px;
    width: 100%;
    margin: 10px auto 0;
    color: #fff;
    font-size: 16px;
    background: #adf512;
    padding: 10px;
    font-family: 'Roboto-Bold';
    position: relative;
    transform: perspective(1px);
    transition: color .3s ease;
}
.h_c_content a:before {
    background-color: #e40100;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.h_c_content a:hover:before{
    transform: scaleX(1);
}
.h_c_content a:hover{
    background:#e40100;
}
.home-app{
    margin: 80px 0;
}
.home-app .link_left a{
    width:250px;
}
.home-app h2{
    font-size: 48px;
    color:#30212c;
    margin: 0 0 20px;
}
.home-app .link_left h2{
    margin: 0 0 20px;
}
.home-app .app_list{
	margin-top:30px;
}
.home-app .app_info h3 a{
	font-family: 'Roboto-Bold';
	color:#333;
}
.home-app .app_info p{
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
	font-size:16px;
	line-height:25px;
}
.app_lists > p{
	font-size:16px;
}
.app_list .row .col-md-6:first-child{
    order:2;
}
.app_list .row .col-md-6 img{
    margin: 0 auto;
    width: 100%;
}
.app_list .row .col-md-6:last-child{
    order:1;
}
.app_info p{
    font-size: 18px;
    line-height: 30px;
    color: #555;
}
.sol_list .swiper-pagination,
.home-app .swiper-pagination {
  position: relative;
    margin-top: 5px;
}
.sol_list .swiper-pagination-bullet,
.home-app .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #333;
    margin: 0 5px;
}
.sol_list .swiper-pagination-bullet-active,
.home-app .swiper-pagination-bullet-active {
  opacity: 1;
  background: #e40100;
}
footer ul li{
    font-size:16px;
    display: flex;
}
footer ul li span,
footer ul li a{
    color:#666;
}
footer ul li a:hover{
    color: #adf512;
}
.footer-contact li i{
    width:25px;
    height:25px;
    background: #adf512;
    color:#fff;
    border-radius: 50%;
text-align: center;
line-height: 25px;
    margin-right: 10px;
    font-size: 14px;
}
.footer-contact li{
    margin-bottom: 6px;
}
.footer-menu ul li{
    line-height: 28px;
}
footer h3{
    font-size: 28px;
    color: #30212c;
    margin-bottom: 20px;
    font-family: 'Roboto-Bold';
}
.footer-bottom{
    background: #eff2f6;
    padding: 25px 0;
    margin-top: 50px;
}
.footer-bottom ul li{
    display: inline-block;
    margin-right: 2px;
}
.footer-bottom p{
    margin: 0;
    font-size: 16px;
    color:#fff;
}
footer{
    padding-top: 35px;
	z-index: 1;
position: relative;
}
.tnp-subscription .tnp-email{
    width: 100%;
    padding: 12px 10px;
    background: #fff !important;
    color:#888;
    border:0;
    font-size: 16px;
    margin-bottom: 15px;
    font-family: 'Roboto-Regular';
    outline-color:#888888;
}
.tnp-subscription .tnp-submit{
    background: #adf512 !important;
    font-size: 16px;
    color:#30212c !important;
    border:0;
    border-radius: 0;
    padding: 12px 30px;
    transition: all .5s ease-out 0s;
}
.tnp-subscription .tnp-submit:hover{
    background:#e40100;
}
.tnp-field.tnp-field-email {
    display: inline-block;
    min-width: 320px;
}
.tnp-field.tnp-field-button {
    display: inline-block;
}
footer .footer-social a{
    font-size: 18px;
    width:35px;
    height: 35px;
    line-height: 35px;
    background: #30212c;
    color:#fff;
    text-align: center;
    border-radius: 50%;
}
.footer-social ul{
	display:flex;
	gap:10px;
}
/* footer .footer-social .icon_twitter{
    background: #1da1f2;
}
footer .footer-social .icon_facebook{
    background: #3b5798;
}
footer .footer-social .icon_linkedin{
    background: #1784ad;
}
footer .footer-social .icon_instagram{
    background: #b045f4;
}
footer .footer-social .icon_youtube{
    background: #d65359;
} */
.footer-bottom .row{
    display: flex;
    align-items: center;
}
.footer-social {
  margin-top: 20px;
}
.app_info > p a{
    min-width: 181px;
    text-align: center;
    margin-top: 30px;
}
.app_info > p a:first-child{
    background:#30212c;
    color:#fff;
    padding:10px 30px;
    font-family: 'Roboto-Bold';
    font-size: 16px;
    margin-right: 10px;
    transition: all .5s ease-out 0s;
}
.app_info > p a:last-child{
    background:#e40100;
    color:#fff;
    padding:10px 30px;
    font-family: 'Roboto-Bold';
    font-size: 16px;
    transition: all .5s ease-out 0s;
}
.h_a_text > p a:hover,
.app_info > p a:first-child:hover,
.app_info > p a:last-child:hover{
    background:#333;
}
.home-blog .link_right a {
  background: #adf512;
}
#menu{
        display: none;
    }
    #menu.mm-opened{
        display: block;
    }
.top-banner .container{
    display: flex;
    align-items: center;
    height: 100%;
}
.top-banner h1{
    color:#fff;
    margin: 0 0 20px;
    font-size: 40px;
}
.category .top-banner h1{
    margin: 0;
}
.top-banner p{
    color: #fff;
    font-size: 18px;
}
.top-banner .breadcrumbs-left a,
.top-banner .breadcrumbs-left span{
    color:#ccc;
}
.breadcrumbs-left a,
.breadcrumbs-left span{
    font-size:14px;
    font-family: 'Roboto-Regular';
}
.breadcrumbs-left a{
    color: #adf512;
}
.breadcrumbs-left{
    padding:15px 0;
}
.pro_cat_topdesc{
    padding:50px 0;
}
.topdesc p{
    color: #555;
    line-height: 25px;
    font-size:16px;
}
.cat_keep{
    background:#343434;
    padding:40px 50px;
    color:#fff;
}
.cat_keep h2{
    margin-top: 0;
}
.cat_keep a{
    color:#fff;
    background: #e40100;
    padding:10px 30px;
    margin-top: 20px;
    font-size: 16px;
}
.cat_keep p{
    font-size:16px;
}
.category .cat_keep{
	display: flex;
align-items: center;
}
.category .cat_keep .cat_img{
	width:40%;
}
.category .cat_keep .ca_keep{
	width:60%;
}
.pro_cat_topdesc .row{
    display: flex;
    align-items: center;
}
.pro_list{
    background: #eff2f6;
    padding-top: 30px;
}
.child_list{
    background: #646464;
    padding:18px 20px;
    margin: 20px 0 10px;
}
.child_list ul li{
    display: inline-block;
    margin: 0 15px;
}
.child_list ul li a{
    color: #fff;
    font-size: 16px;
    transition: all .5s ease-out 0s;
}
.child_list ul li a:hover{
    color:#e40100;
}
.pro_details{
    background: #fff;
    margin-top: 30px;
}
.pro_details .pro_text{
    padding:30px;
    border-top: 1px solid #ddd;
}
.pro_details .pro_text p{
    color: #666;
    font-size: 16px;
}
.pro_details .pro_text h3{
    margin-top: 0;
    color: #30212c;
    font-family: 'DMSans-Regular';
}
.pro_details .pro_text span{
    color: #30212c;
    display: block;
    margin-bottom: 5px;
    font-family: 'Roboto-Bold';
}
.pro_list_top ul{
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #ddd;

}
.pro_list_top ul li a{
    font-family: 'Roboto-Bold';
    font-size:18px;
    color:#444444;
    outline: none;
    position: relative;
    padding-bottom: 5px;
}
#products_type h2{
    margin-top:0;
    color: #30212c;
}
#products_type {
    padding: 50px 50px;
}
.pro_list_top{
    transition: all .5s ease-out 0s;
}
.pro_list_top.scroll-to-fixed-fixed{
    background: #eff2f6;
    padding: 6px 0 10px;
box-shadow: 0 0 10px #ccc;
}
.pro_list_top ul li a:after{
    width:100%;
    position: absolute;
    content:"";
    display: block;
    height:2px;
    background: transparent;
    bottom: -2px;
}
.pro_list_top ul li.active a{
    color:#adf512;
}
.pro_list_top ul li.active a:after{
    background: #adf512;
}
a:focus{
  text-decoration: none;
}
.pro_details .pro_text > a{
    background: inherit;
    color: #adf512;
    padding: 8px 20px;
    font-family: 'Roboto-Bold';
    transition: all .5s ease-out 0s;
    border: 2px solid #adf512;
}
.pro_details:hover .pro_text > a{
    background: #e40100;
    color: #ffffff;
}
.pro_details .pro_text h3 a{
    color: #30212c;
    transition: all .5s ease-out 0s;
    font-family: 'Roboto-Regular';
}
.pro_details:hover .pro_text h3 a{
    color: #e40100;
}
.pro_why{
    padding:50px 0;
}
#why.home-about{
    margin-top: 0;
}
#why.home-about:after{
    display:none;
}
#why .h_a_text h2 {
  font-size: 36px;
    line-height: 36px;
}
.pro_solution{
    padding: 80px 0;
    background: url(https://www.yuanhecd.com/wp-content/uploads/2022/11/cat-bg.jpg) no-repeat;
	background-size:cover;
}
.pro_solution .s_image img{
	margin:0 auto;
}
.pro_solution .row{
    display: flex;
}
.pro_solution .row .s_text{
    display: block;
height: 100%;
    background:transparent;
    color:#fff;
    align-items: center;
padding: 50px;
}
.pro_solution .row .s_text h2{
    font-size: 36px;
    margin-top: 0;
}
.pro_solution .row .s_text p{
    font-size: 16px;
}
.pro_solution .row .s_text ul{
    list-style: disc;
    padding-left: 15px;
    -moz-column-count:2; /* Firefox */
-webkit-column-count:2; /* Safari and Chrome */
column-count:2;

-moz-column-gap:25px; /* Firefox */
-webkit-column-gap:25px; /* Safari and Chrome */
column-gap:25px;
    font-size: 16px;
}
.pro_solution .row .s_text ul li{
    line-height: 18px;
    margin-bottom: 5px;
}
.pro_solution .row .s_text p a{
    color:#fff;
    background: #e40100;
    padding:10px 25px;
    margin-top: 20px;
}
#why .col-md-6:first-child{
    order: 2;
}
#download h2{
    color: #30212c;
    font-size: 36px;
    font-family: 'Roboto-Bold';
    margin-top: 0
}
#download .d_title p{
    color:#30212c;
    font-size: 24px;
}

#download{
    padding:80px 0;
    background: #eff2f6;
}
.d_image a{
    font-size: 20px;
    display: block;
    font-family: 'Roboto-Bold';
    padding: 15px 0 15px 60px;
    background: url(images/pdf.png) no-repeat;
    background-position: 20px center;
    background-color: #fff;
    color: #666666;
}
.d_image{
    
    box-shadow: 0 0 10px #ccc;
    border-radius: 5px;
    margin-top: 30px;
}
.pro_related{
    padding:80px 0;
}
.pro_related h2{
    color: #30212c;
    font-size: 36px;
    font-family: 'Roboto-Bold';
    margin-top: 0;
    margin-bottom: 0;
}
.pro_relateds{
    margin-top: 30px;
    position: relative;
}
.relate-box .box-c .swiper-button-prev,
.relate-box .box-c .swiper-button-next{
    width:40px;
    background: #adf512;
    color:#fff;
    text-align: center;
    font-size: 18px;
    height: 40px;
    top:18px;
}
.pro_relateds .swiper-button-prev,
.pro_relateds .swiper-button-next{
    width:40px;
    background: #adf512;
    color:#fff;
    text-align: center;
    font-size: 18px;
    height: 40px;
    top:-47px;
}
.relate-box .box-c .swiper-button-disabled,
.pro_relateds .swiper-button-disabled{
    background: #1c1b1b;
    opacity: 0.6;
}
.relate-box .box-c .swiper-button-next,
.pro_relateds .swiper-button-next{
    right:0;
}
.relate-box .box-c .swiper-button-prev,
.pro_relateds .swiper-button-prev{
    right:50px;
    left:auto;
}
.pro_relateds .pr_list > a{
    background: #adf512;
    color: #fff;
    font-family: 'Roboto-Bold';
    padding:10px 20px;
    margin-top: 10px;
    transition: all .5s ease-out 0s;
}
.pr_iamge h3{
    color:#30212c;
    font-family: 'Roboto-Regular';
}
.pro_relateds .pr_list:hover h3{
    color: #adf512;
}
.pr_iamge .pr_iamgea {
    background: inherit;
    border: 2px solid #adf512;
    color: #adf512;
    font-family: 'Roboto-Bold';
    padding: 7px 40px;
    margin-top: 10px;
    transition: all .5s ease-out 0s;
    line-height: 18px;
}
.pr_iamge {
    text-align: center;
}
.pro_relateds .pr_list{
    text-align: center;
}
.pro_relateds .pr_list:hover a{
    background: #e40100;
    color: #ffffff;
}
.swiper-button-next::after, .swiper-button-prev::after{
    display: none;
}
.c_left p{
    font-size: 16px;
    line-height: 28px;
}
.c_left{
    padding-right: 40px;
}
.c_left img{
    max-width: 100%;
    height:auto;
    margin-bottom: 20px;
}
.c_title h2{
    margin-bottom: 25px;
    font-size: 36px;
    color: #30212c;
}
.pro_contact .c_title ul{
	list-style: disc;
padding-left: 20px;
line-height: 30px;
font-size: 18px;
}
.nf-field-label{
    display: none;
}
.nf-form-content label {
    font-size: 14px !important;
    line-height: 16px !important;
    font-weight: normal!important;
    color: #ccc;
}
.checkbox-wrap .nf-field-label label:before{
    color: #ccc !important;
}
.product-des p{
    font-size: 16px;
line-height: 30px;
}
.pro_model p{
    font-size:16px;
}
.pro_model p span{
    color:#666;
}
.inquiry a{
    background: #e40100;
    color: #fff;
    padding: 10px 30px;
    font-family: 'Roboto-Bold';
    font-size: 16px;
    transition: all .5s ease-out 0s;
    min-width: 150px;
    text-align: center;
}
.inquiry a:first-child{
    background: #333;
}
.inquiry a:last-child{
    background: #e40100;
}
.inquiry a:first-child:hover{
    background: #222;
}
.inquiry a:last-child:hover{
    background: #adf512;
}
.inquiry{
    margin-top: 30px;
}
table tr:nth-of-type(2n+1) {
  background-color: #f9f9f9;
}
table > tbody > tr > th, table > tbody > tr > td{
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.box-c{
    position: relative;
}
.relate-box{
    background: #eff2f6;
padding: 50px 0;
    position: relative;
}
.single-post h1,
.single-post .product-content h2{
    color: #30212c;
}
.blog-page{
    margin-bottom: 50px;
    margin-top: 50px;
}
.blog_box p {
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 15px 0;
}
.blog_box{
    margin-bottom: 50px;
}
.single_meta{
    margin-bottom: 30px;
color: #ccc;
}
.blog-content h1,
.blog-content h2{
    color: #30212c;
}
.page_box{
    padding-top: 80px;
}
.page-id-244 .page_box{
    padding-top: 40px;
}
.page_box h1{
    text-align: center;
    color: #adf512;
    margin-bottom: 30px;
}
.page_box h2{
    color: #adf512;
    font-size: 25px;
}
.page_box h3{
    color: #adf512;
    font-size: 22px;
}
.page_box p{
    font-size: 16px;
    line-height: 28px;
}
.logo img{
    max-width: 100%;
}
.mobile_bar{
    display: none;
}
.banner-info .row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.banner-info .row .col-md-7{
    order:1;
}
.banner-info .row .col-md-5{
    order:2;
}
.swiper-pagination-bullet {
  background: #fff;
  opacity: .6;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.blog_con ul{
    font-size: 16px;
    line-height: 28px;
font-family: 'DMSans-Regular';
color: #333;
    list-style: disc;
padding-left: 15px;
}
.blog_con ul li{
    margin:5px 0;
}
.blog_con figure{
    margin-bottom: 15px;
}
.blog_con h2{
    font-size: 26px;
}
.blog_con h3{
    font-size: 22px;
    font-family: 'Roboto-Bold';
    margin: 45px 0 15px 0;
}
.blog_con h4{
    font-size: 18px;
    font-family: 'Roboto-Bold';
}
figcaption{
    text-align: center;
}
.page_box ul{
    list-style: disc;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    padding-left: 18px;
    font-family: 'DMSans-Regular';
}
.con_box .vc_icon_element{
    margin:0;
}
.related-list div a{
    display: flex;
    align-items: center;
    color: #333;
    font-size: 18px;
}
.related-list div a:hover{
    color:#e2040f;
}
.related-list div a div{
    width: 25%;
}
.related-list > div{
    margin-top: 20px;
}
.related-list div a span{
    width: 75%;
    padding-left: 15px;
    /* display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2; */
/* overflow: hidden; */
    line-height: 20px;
}
.left-widget{
    margin-bottom: 50px;
}
.paginate_links{
    text-align: center;
    margin-top: 30px;
}
.paginate_links a,
.paginate_links span{
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 22px;
    border-radius: 50%;
    background: inherit;
    color: #e40100;
    font-family: 'Roboto-Bold';
    border: 0;
}
.paginate_links span.current{
    background: #e40100;
    color: #ffffff;
}
.pro_image a{
    padding:20px;
}
.wp-pagenavi a, 
.wp-pagenavi span {
  text-decoration: none;
  border: 0;
}
.nav-main-menu ul.top-main-menu > li.top-search {
  position: inherit;
}
.top-search #searchform{
    position: absolute;
    line-height: 30px;
    width: 100%;
    right: 15px;
    top: 62px;
    z-index: 9;
    max-height: 0;
    overflow: hidden;
    transition: all .5s ease-out 0s;
}
.top-search.open #searchform {
  max-height: 50px;
}
.header_bottom .col-md-4{
    position: inherit;
}
.header-content{
    position: relative;
}
.header-content .row{
    display: flex;
align-items: center;
}
.solution-detail{
    background: #f9f9f9;
}
.solution-detail .product-img a{
    display: block;
    line-height: 0;
}
.solution-detail .row{
    display: flex;
    align-items: center;
    margin: 0;
}
.solution-detail .row .col-md-6{
    /* padding: 0; */
}
.sol_list .solution-detail:nth-child(2n) .row .col-md-6:first-child{
    order:2;
    padding-left: 0;
}
.sol_list .solution-detail:nth-child(2n) .row .col-md-6:last-child{
    order:1;
    padding-right: 0;
}
.sol_list .solution-detail:nth-child(2n-1) .row .col-md-6:first-child{
   
    padding-right: 0;
}
.sol_list .solution-detail:nth-child(2n-1) .row .col-md-6:last-child{
    
    padding-left: 0;
}
.solution-detail .product-meta{
    padding:0 50px;
}
.solution-detail .product-meta p{
    font-size: 16px;
}
.solution-detail .product-meta h2 a{
    color: #101010;
    font-family: 'Roboto-Bold';
    display: inline-block;
    margin-bottom: 10px;
}
.solution-detail .product-meta > a{
    max-width: 150px;
    width: 100%;
    margin: 10px auto 0;
    color: #fff;
    font-size: 16px;
    background: #adf512;
    padding: 10px;
    font-family: 'Roboto-Bold';
    transition: all .5s ease-out 0s;
    text-align: center;
    position: relative;
    transform: perspective(1px);
    transition: color .3s ease;
}
.solution-detail .product-meta > a:before {
    background-color: #e40100;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.solution-detail .product-meta > a:hover:before{
    transform: scaleX(1);
}
.solution-detail .product-meta > a:hover{
    background:#e40100;
}
.sol-page h1{
    text-align: center;
    margin-bottom: 40px;
}
.sol-page .page_box{
	padding:0;
}
.sol_top .col-md-9{
	float:none;
	margin:0 auto;
}
#enquiry{
    padding: 50px;
}
.single-post #enquiry{
	background:url(https://www.yuanhecd.com/wp-content/uploads/2022/10/pe_bg.jpg) no-repeat;
	background-size: cover;
}
.single-post #enquiry p{
	font-size:18px;
	margin-top:25px;
}
.single-post #enquiry .hc_left{
	padding-right:100px;
	margin-bottom: 25px;
}
.nf-form-content {
  padding: 5px 0 !important;
  max-width: 100% !important;
  margin: 0 auto;
}
.tax-solution_category .home-blog h2 {
  font-size: 36px;
}
.sol_d-page .pro_top ul{
    list-style: disc;
    padding-left: 20px;
    font-size: 18px;
}
.sol_d-page .pro_top ul li{
    margin-bottom: 5px;
}
.sol_top .container{
    color: #fff;
    margin: 0 auto !important;
}
.sol_top{
    padding:80px 0;
}
.d_item .d_info h4{
    margin:0;
}
.d_item .d_info{
    text-align: center;
    padding:20px 15px 30px;
}
.d_item{
    margin-bottom: 30px;
    border: 1px solid #ddd;
}
.d_item .d_info a{
    display: block;
    max-width: 150px;
    margin: 15px auto 0;
    padding: 10px 20px;
    text-align: left;
    font-size: 16px;
    color: #fff;
    background: #adf512;
    font-family: 'Roboto-Bold';
}
.d_item .d_info a:hover{
    background: #e40100;
}
.d_item .d_info a i{
    float: right;
    margin-top: 4px;
}
.d_left ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.d_left ul a{
    display:block;
    color: #333;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    transition: all .5s ease-out 0s;
}
.d_left ul a:before{
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px;
}
.d_left ul a:hover{
    color:#e40100;
}
.con_left .aio-icon-component{
    padding:30px 50px;
    border-radius: 5px;
    border:1px solid #ddd;
}
.con_left .aio-icon.none{
    width: 60px;
    height:60px;
    line-height: 60px;
    border-radius: 50%;
    background: #e40100;
    color: #fff !important;
    font-size: 25px !important;
}
.con_box textarea,
.con_box input{
    border:0 !important;
}
#ninja_forms_required_items, 
.nf-field-container {
  margin-bottom: 10px !important;
}
.nf-form-content .list-select-wrap .nf-field-element > div, 
.nf-form-content input:not([type="button"]), 
.nf-form-content textarea {
  background: #fdf5f3 !important;
  color: #888888 !important;
}
.con_box .field-wrap input[type="button"]{
    background: #adf512 !important;
    width:200px !important;
    text-align: center;
    text-transform: uppercase;
color: #fff !important;
    font-family: 'Roboto-Bold';
}
.blog-page .blog-info{
    margin-bottom: 50px;
    position: relative;
}
.blog-page .blog-info h3 a{
    font-size: 25px;
    line-height: 32px;
    font-family: 'Roboto-bold';
}
.left-widget h3:after,
.blog-page .blog-info h3:after{
    width:60px;
    height:3px;
    background: #e40100;
    content:"";
    display: block;
    margin: 10px 0;
}
.blog-page .blog-info p{
    font-size: 16px;
}
.related-list div a span em{
    display: block;
    font-size: 14px;
    color: #ccc;
    margin-bottom: 5px;
}
.blog_meta{
    width: 70px;
    position: absolute;
    text-align: center;
}
.blog_meta img{
    max-width: 100%;
    margin-bottom: 15px;
}
.blog_details{
    padding-left: 90px;
}
.share_bottom ul li{
    display: inline-block;
    margin-right: 5px;
}
.share_bottom ul li a{
    transition: all .5s ease-out 0s;
}
.share_bottom ul li a:hover{
    color:#e40100;
}
.share_bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog-page .blog-info .bottom-link a::after{
    display: none;
}
.blog-page .blog-info .bottom-link a {
    border-bottom: 0;
    color: #000;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 8px 15px;
    font-weight: bold;
    font-size: 13px;
    transition: all .5s ease-out 0s;
    line-height: 13px;
    font-family: 'Roboto-Bold';
}
.blog-page .blog-info .bottom-link a i{
    margin-left: 20px;
}
.blog-page .blog-info .bottom-link a:hover{
    background:#000;
    color:#fff;
}
.page-template-page-thanks .top-banner .row{
    width:100%;
    text-align:center;
}
.home-hot{
    background: #eff2f6;
    padding: 80px 0;
    margin-top:80px;
}
.home-hot h2{
    margin-top:0;
    font-size: 48px;
}
.pro_text p{
    font-size:20px;
    color:#fff;
}
.home-banner img {
  width: auto;
  margin: 0 auto;
  display: block;
	max-width: 100%;
}
.home-banner picture img{
	width: 100%;
}
.home-banner .swiper-slide:first-child .banner-text{
    padding-bottom:0;
}
.home-banner .swiper-slide:last-child .banner-text .pro_text{
    text-align:center;
}
.home-banner .swiper-slide:last-child .banner-text .link_right {
  text-align: center;
}
.pb_about .pba_item .row{
	display:flex;
	align-items:center;
}
.pb_about .pba_item{
	padding:80px 0;
}
.pb_about .pba_item:first-child{
	background:#f8f8f8;
}
.pb_about .pba_item .col-md-6 img{
	margin:0 auto;
}
.pb_about .pba_item:nth-child(2n) .col-md-6:last-child{
	order:1;
}
.pb_about .pba_item:nth-child(2n) .col-md-6:first-child{
	order:2;
}
.pb_app .container{
	max-width:1920px;
	width:100%;
}
.pb_app .container .row{
	margin:0;
}
.pb_app .container .row .col-md-3{
	padding:0;
}
.pb_app{
	background: #f8f8f8;
text-align: center;
padding-top: 55px;
}
.pb_app h2{
	margin-bottom:50px;
}
.pb_support{
	padding: 80px 0;
}
.pb_support .pbs_item{
	padding: 50px;
	background:#f8f8f8;
	transition: all 0.5s ease;
}
.pb_support .pbs_item:hover{
	background:#adf512;
}
.pb_support .pbs_item:hover p,
.pb_support .pbs_item:hover h2{
	color:#fff!important;
}
.page_box .pb_support p{
	font-size:20px;
}
.pb_support .pbs_item:hover img.hover{
	display:block;
}
.pb_support .pbs_item:hover img.img-responsive{
	display:none;
}
.pbs_image img.hover{
	display:none;
}
.pbs_item a{
	background:#adf512;
	font-size:18px;
	padding:8px 25px;
	color: #fff;
	margin-top: 15px;
	transition: all 0.5s ease;
}
.pb_support .pbs_item:hover a{
	background:#fff;
	color: #adf512;
}
.pbs_image{
	min-height:58px;
}
.pb_contact{
	background:url(https://www.yuanhecd.com/wp-content/uploads/2022/11/ac_bg.jpg) no-repeat;
	padding:60px 0;
	color:#fff;
	background-size: cover;
}
.pb_contact h2{
	color:#fff;
	font-size: 36px;
	margin-top:0;
}
.pb_contact .nf-form-content textarea.ninja-forms-field {
  height: 100px;
}
.pb_contact .row {
  display: flex;
  align-items: center;
}
.sol-page .pb_contact h2{
	text-align:left;
}
.page-template-page-solutions .home-keep{
	display:none;
}
.page-template-page-solutions .pb_contact p,
.page_box .pb_contact p {
  font-size: 20px;
}
.pbc_text{
	padding-right:50px;
}
.page-template-page-aboutchild .home-keep,
.page-template-page-about .home-keep{
	display:none;
}
.text_list .wpb_text_column .wpb_wrapper{
	background:#fff;
	text-align:center;
	font-size:18px;
	padding: 30px;
}
.text_list .wpb_text_column .wpb_wrapper p{
	font-size:24px;
}
.category #content .container{
	width:1380px;
}
.category h1{
	font-size:48px;
	margin: 0 0 20px;
}
.taxonomy-description h3{
	font-size:20px;
	margin:30px 0 15px;
}
.taxonomy-description ul{
	list-style:disc;
	padding-left:15px;
	line-height:26px;
	color: #555;
}

@media (min-width: 1100px){
    .container {
        width: 1060px;
    }
}
@media (min-width: 1200px){
    .container {
        width: 1130px;
    }
}
@media (min-width: 1300px){
    .container {
        width: 1230px;
    }
}
@media (min-width: 1400px){
    .container {
        width: 1320px;
    }
}
@media (min-width: 1500px){
    .container {
        width: 1420px;
    }
	.ha_vtxt {
  max-width: 645px;
}
@media (min-width: 1600px){
    .container {
        width: 1490px;
    }
.ha_vtxt {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
}
}
/* 进入动画 */
    .cover.topEnter {
      opacity: 1;
      animation: topEnter .3s ease both 1;
    }

    .cover.rightEnter {
      opacity: 1;
      animation: rightEnter .3s ease both 1;
    }

    .cover.bottomEnter {
      opacity: 1;
      animation: bottomEnter .3s ease both 1;
    }

    .cover.leftEnter {
      opacity: 1;
      animation: leftEnter .3s ease both 1;
    }

    /* 移出动画 */
    .cover.topLeave {
      opacity: 1;
      animation: topLeave .3s ease both 1;
    }

    .cover.rightLeave {
      opacity: 1;
      animation: rightLeave .3s ease both 1;
    }

    .cover.bottomLeave {
      opacity: 1;
      animation: bottomLeave .3s ease both 1;
    }

    .cover.leftLeave {
      opacity: 1;
      animation: leftLeave .3s ease both 1;
    }

    /* 进入动画 */
    @keyframes topEnter {
      0% {
        transform: translateY(-100%);
      }

      100% {
        transform: translateY(0);
      }
    }

    @keyframes rightEnter {
      0% {
        transform: translateX(100%);
      }

      100% {
        transform: translateX(0);
      }
    }

    @keyframes bottomEnter {
      0% {
        transform: translateY(100%);
      }

      100% {
        transform: translateY(0);
      }
    }

    @keyframes leftEnter {
      0% {
        transform: translateX(-100%);
      }

      100% {
        transform: translateX(0);
      }
    }

    /* 移出动画 */
    @keyframes topLeave {
      0% {
        transform: translateY(0);
      }

      100% {
        transform: translateY(-100%);
      }
    }

    @keyframes rightLeave {
      0% {
        transform: translateX(0);
      }

      100% {
        transform: translateX(100%);
      }
    }

    @keyframes bottomLeave {
      0% {
        transform: translateY(0);
      }

      100% {
        transform: translateY(100%);
      }
    }

    @keyframes leftLeave {
      0% {
        transform: translateX(0);
      }

      100% {
        transform: translateX(-100%);
      }
    }
@-webkit-keyframes slideInUp {
  0% {
      -webkit-transform: translateY(50%);
      transform: translateY(50%);
      visibility: visible
  }
  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }
}
@keyframes slideInUp {
  0% {
      -webkit-transform: translateY(20%);
      transform: translateY(20%);
      visibility: visible
  }
  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp
}
@-webkit-keyframes slideInDown {
  0% {
      -webkit-transform: translateY(-20%);
      transform: translateY(-20%);
      visibility: visible
  }

  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }
}
@keyframes slideInDown {
  0% {
      -webkit-transform: translateY(-20%);
      transform: translateY(-20%);
      visibility: visible
  }
  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown
}




@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
  }
  @keyframes slideInUp {
    0% {
        -webkit-transform: translateY(20%);
        transform: translateY(20%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
  }
  .slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
  }
  @-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
        visibility: visible
    }
  
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
  }
  @keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
  }
  .slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
  }
.app_lists{
    position: relative;
    overflow: hidden;
}
  .swiper-button-next1, .swiper-button-prev1 {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
  }
  .swiper-button-prev1 {
    right: 100px;
    left: auto;
    top: 25px;
  }
  .swiper-button-next1 {
    right: 15px;
    top: 25px;
  }
  .swiper-button-next1, .swiper-container-rtl .swiper-button-prev1{
    color: #dd351b;
    border: 2px solid #dd351b;
    border-radius: 50%;
    width: 73px;
    height: 73px;
  }
  .swiper-button-prev1, .swiper-container-rtl .swiper-button-next1{
    color: #dd351b;
    border: 2px solid #dd351b;
    border-radius: 50%;
    width: 73px;
    height: 73px;
  }
  .swiper-button-next1.swiper-button-disabled, .swiper-button-prev1.swiper-button-disabled{
    opacity: 1;
    border: 0;
  }
  .swiper-button-next1:after, .swiper-button-prev1:after {
    font-family: swiper-icons;
    font-size: 16px;
    font-weight: bold;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
  }
  .swiper-button-next1:after, .swiper-container-rtl .swiper-button-prev1:after {
    content: 'next';
  }
  .swiper-button-prev1:after, .swiper-container-rtl .swiper-button-next1:after {
    content: 'prev';
  }
  .swiper-button-next1.swiper-button-disabled, .swiper-button-prev1.swiper-button-disabled{
    opacity: 1;
    border: 0;
  }
  .menu_mobile{
    display: none;
  }
  .menu_mobile a{
    display: inline-block;
  }
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #adf512 !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a{
    font-family: 'Roboto-Bold';
    color: #101010 !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: #f0f0f0 !important;
    background-color: inherit !important;
    border-radius: 0 !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{
    border-color: #f0f0f0 !important;
    background-color: inherit !important;
    border-radius: 0 !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background-color: #f9f9f9 !important;
}
.vc_tta-panel-body .wpb_content_element {
    margin-bottom: 0;
}
.single-solution h1{
    margin-top: 0;
}
.sol_list {
    background: #f8f8f8;
padding: 80px 0;
}
.sol_info .product-meta p{
	font-size:18px;
	min-height: 232px;
}
.tax-solution_category .sol_info .product-meta p{
	min-height: initial;
}
.sol_list 
.sol_info .product-meta{
	padding:30px;
}
.sol_list .sol_info{
	background:#fff;
	margin: 25px 0;
	transition: all .5s ease-out 0s;
}
.sol_list .sol_info:hover{
	box-shadow:0 0 10px #ccc;
}
.sol_list .sol-cat .sol_info{
	background:none;
}
.sol-cat{
	display: flex;
align-items: center;
}
.sol-cat h3{
	margin-top:0;
}
.tax-solution_category .sol_list .sol_info:hover {
  box-shadow: none;
}
.sol_list .sol_info:hover a h3{
	color:#adf512;
}
.sol_list .sol_info:hover a img{
	-webkit-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.sol-page h2{
	font-size:30px;
	margin-bottom: 30px;
	text-align:center;
}
.sol_list h2{
	color:#adf512;
	
}
.sol-page .page_box p {
  font-size: 18px;
}
.sol_info .product-img a img{
	transition: all .5s ease-out 0s;
	max-width:100%;
}
.sol_info .product-img a{
	position:relative;
	line-height: 0;
display: block;
	overflow:hidden;
}
.sol_info .product-img a h3{
	position:absolute;
	margin:0;
	bottom:0;
	padding:30px;
	color:#fff;
	transition: all .5s ease-out 0s;
}
.sol_info .product-meta a{
	font-size:18px;
	background:#adf512;
	color:#fff;
	padding:8px 25px;
	margin-top: 15px;
}
.s_info li a{
    color: #ffffff;
}
.s_info li a:hover{
    color: #adf512;
}
.pro_solution .row .s_text p a{
    color: #fff;
    font-size: 16px;
    background: #adf512;
    font-family: 'Roboto-Bold';
    transition: all .5s ease-out 0s;
    text-align: center;
    position: relative;
    transform: perspective(1px);
    transition: color .3s ease;
}
.pro_solution .row .s_text p a:before {
    background-color: #e40100;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.pro_solution .row .s_text p a:hover:before{
    transform: scaleX(1);
}
.pro_solution .row .s_text p a:hover{
    background:#e40100;
}
.cat_keep a{
    color: #fff;
    font-size: 16px;
    background: #adf512;
    font-family: 'Roboto-Bold';
    transition: all .5s ease-out 0s;
    text-align: center;
    position: relative;
    transform: perspective(1px);
    transition: color .3s ease;
}
.cat_keep a:before {
    background-color: #e40100;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.cat_keep a:hover:before{
    transform: scaleX(1);
}
.cat_keep a:hover{
    background:#e40100;
}
.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 {
    font-family: 'Roboto-Regular';
}
.nf-form-content input[type=button] {
    background: #adf512 !important;
    border: 0;
    color: #ffffff;
    transition: all .5s;
    font-size: 18px;
    line-height: 50px;
    text-transform: uppercase;
    width: 240px !important;
    height: 50px !important;
    padding: 0 !important;
}
.nf-form-content input[type=button]:hover{
    color: #ffffff !important;
}
#nf-field-8-wrap .nf-field-element p {
    font-size: 14px;
    color: #888888;
    font-family: 'RobotoLight';
    margin: 10px 0;
}
#nf-field-9-wrap .nf-field-element p::before {
    content: '';
    width: 22px;
    height: 22px;
    display: inline-block;
    background-image: url(/wp-content/uploads/2022/04/yes-1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 10px;
    vertical-align: bottom;
}
.pro_text .link_right{
    text-transform: capitalize;
}
.fixbar{
    position: fixed;
    top: 100px;
    right: 10%;
    max-width: 350px;
    z-index: 100;
    background: #fff;
}
strong {
    font-weight: 700;
    font-family: 'Roboto-Bold';
}
.mm-title,.sf-menu a{
    font-family: 'Roboto-Regular';
    color: #30212c !important;
    font-size: 14px;
}
.mm-title, 
.mm-menu .sf-menu a {
    font-family: 'Roboto-Regular';
    color: #333 !important;
    font-size: 14px;
}
.mm-menu .sub-menu{
    display: block;
    background: inherit;
    position: unset;
    width: auto;
}
.mm-menu .sub-menu a{
    font-family: 'Roboto-Regular'; 
    font-size: 14px;
}
.aio-icon-description a{
    color: #000;
    font-size: 16px;
}
.category .header_bottom{
    position: relative !important
}
.blog_con table > tbody > tr > td{
    border-right: 1px solid #ddd;
    vertical-align: middle;
}
.blog_con table > tbody > tr > td:last-child{
    border-right: 0;
}
.blog_con table > tbody > tr:last-child  td{
    border-bottom: 1px solid #ddd;
}
.error404 .page-content{
    margin-bottom: 30px;
}
.error404 #primary{
    text-align: center;
    padding: 100px 0;
}
.search-results h4 a{
    color: #333;
}
.search-results #primary{
    margin-bottom: 50px;
}
.popup_fearch {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(153,153,153,0.9);
  opacity: 0;
  transition: all 0.5s ease 0s;
  color: #fff;
  z-index: -1;
}
.search_open .popup_fearch {
  z-index: 999;
  opacity: 1;
}
.popup_fearch .container > div {
  text-align: center;
  width:100%;
}
.popup_fearch .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.secr_con form {
  margin: 50px 0;
}
.popup_fearch .close_btn {
  width: 60px;
  height: 60px;
  background: rgb(255,255,255,0.8);
  color: #000;
  border-radius: 50%;
  line-height: 60px;
  margin: 0 auto;
  cursor: pointer;
}
.popup_fearch #search-bg #s {
  width: 450px;
  border: 0;
  padding: 10px;
  color: #333;
  outline: none;
}
.popup_fearch #search-bg button {
  background: #adf512;
  border: 0;
  padding: 10px 40px;
  position: relative;
}
.pb_top{
	margin-bottom: 50px;
text-align: center;
}
.pb_top .col-md-9{
	margin: 0 auto;
float: none;
}
.pba_item{
	position:relative;
}
.paa_info{
	position: absolute;
top: 0;
display: flex;
align-items: center;
height: 100%;
background: rgba(0, 0, 0, 0.5);
width: 100%;
text-align: center;
padding: 0 30px;
}
.paa_info h3{
	color: #fff !important;
	width:100%;
}
.pct_top span{
	display: inline-block;
width: 35px;
height: 35px;
text-align: center;
line-height: 35px;
background: #adf512;
color: #fff;
border-radius: 50%;
margin-right: 5px;
}
.pro_contact .c_title{
	max-width:730px;
	padding: 80px 0;
}
.pro_contact .c_left{
	margin-left:auto;
	padding: 80px 0 80px 0;
}
.pro_contact .row{
	display:flex;
}
.pro_contact .col-md-6:last-child{
	background: url(https://www.yuanhecd.com/wp-content/uploads/2022/11/con_bg.jpg) no-repeat;
background-size: cover;
	padding:0 100px;
}
.pro_contact .col-md-6:last-child .c_title{
	max-width:600px;
}
.pro_contact .container{
	max-width:1920px;
	width: 100%;
}
.pro_contact .col-md-6:first-child{
	padding:0 100px;
}
.banner_hero a .bh_img img{
	width:100%;
}
.banner_hero a .bh_img{
	position:relative;
}
.bh_pro img{
	max-width:100px;
}
.bh_pro p{
	margin:15px auto 0;
	color:#30212c;
	max-width: 120px;
}
.banner_hero a .bh_pro{
	position:absolute;
	background:#fff;
	bottom:30px;
	right:30px;
	padding:30px 20px;
	text-align:center;
}
.banner_hero a{
	display:block;
	width:100%;
	pointer-events: none;
	color: #fff;
}
.hero_bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero_main {
  position: relative;
  z-index: 3;
	padding-top: 30px;
	padding-bottom: 50px;
}
.hero_bg img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.hero_bg .swiper-container{
	height:100%;
	filter: blur(10px);
}
.hero-bg-cover{
	background: rgba(0, 0, 0, .4);
    z-index: 2;
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.swiper-slide-active .banner_hero a{
	pointer-events: auto;
}
.banner_hero h2{
	font-size:36px;
	margin:0 0 20px;
}
.hero_main .swiper-pagination{
	position: relative;
  bottom: auto;
  margin-top: 30px;
}
.bh_txt {
  margin-top: 35px;
	display:none;
}
.bh_txt p{
	font-size:18px;
}
.swiper-slide-active .bh_txt {
	display:block;
}
.hc_cpanel {
  display: flex;
  flex-wrap:wrap;
	margin:0 -15px;
	row-gap: 30px;
}
.hc_cpanel > div{
	padding:0 15px;
}
.hc_cpanel > div{
	width:33.333%;
}
.hc_cpanel > div:nth-child(2),
.hc_cpanel > div:nth-child(1){
	width:50%;
}
.hc_txt {
  background: #f6f5f6;
  padding: 50px;
  text-align: center;
  border-radius: 20px;
  height: 100%;
}
.hc_txt p {
  font-size: 20px;
}
.hc_txt h3{
	font-size:30px;
}
.swiper-slide-thumb-active .hc_con{
	display:block;
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide{
	height:auto !important;
}
.hc_left h2{
	font-size:48px;
	margin:0;
}
.hc_left .swiper-slide{
	padding-left:40px;
	position:relative;
	overflow:hidden;
}
.hc_left .swiper-slide:before{
	width:3px;
	position:absolute;
	left:0;
	top:0;
	content:"";
	height:100%;
	background:#d5d3d5;
	transition: all 0.5s ease-out;
	border-radius:3px;
}
.hc_left .swiper-slide:after{
	width:3px;
	position:absolute;
	left:0;
	top:0;
	content:"";
	height:100%;
	background:#adf512;
	transform: translateY(-100%);
    transition: none;
	animation-duration: 7000ms !important;
	border-radius:3px;
}
.hc_con a{
	padding:10px 30px;
	background:#adf512;
	color:#30212c;
	font-size:18px;
	font-weight: bold;
  margin-top: 15px;
	margin-bottom:15px;
}
.hc_con p{
	font-size:18px;
	color:#30212c;
	line-height:26px;
}
.hc_right a{
	width: 100%;
  text-align: center;
}
@keyframes slideshowBars{
  0%{ transform:translateY(-100%); }
  to{ transform:translateY(0); }
}

.hc_left .swiper-slide-thumb-active:after{
	animation: slideshowBars 0s linear forwards;
}
.hc_left .swiper-wrapper{
	height:auto !important;
}
.home-category{
	padding:180px 0 100px;
}
.ha_list {
  display: flex;
  gap: 30px;
}
.ha_list > div{
	width:33.333%;
}
.home_about{
	background:#f6f5f6;
	padding:80px 0;
}
.ha_info{
	background:#fff;
	padding:35px;
	height: 100%;
}
.ha_info p{
	font-size:18px;
	line-height:26px;
}
.ha_top{
	text-align:center;
	margin-bottom:30px;
}
.ha_top h2{
	margin:0 0 20px;
	font-size:48px;
}
.ha_top p{
	font-size:18px;
}
.ha_info a{
	background: #adf512;
  display: block;
  text-align: center;
  padding: 11px;
  color: #30212c;
  font-size: 18px;
  font-weight: bold;
	margin-top: 25px;
}
.ha_info h3{
	font-size:30px;
	margin:20px 0;
}
.page-template-page-newhome .home-product{
	margin-top:0;
	background: #ebebeb;
	padding:0 0 100px;
}
.ha_con{
	background:#30212c;
	padding:30px 50px;
	display:flex;
	gap:50px;
	color: #fff;
	margin-top:40px;
	align-items: center;
}
.ha_con h2{
	font-size:40px;
	margin:0 0 15px;
}
.ha_con p{
	margin:0;
}
.ha_con .hac_left{
	width:70%;
}
.ha_con .hac_right{
	width:30%;
	text-align: right;
}
.hac_right a{
	font-size:18px;
	background:#adf512;
	padding:12px 40px;
	font-weight: bold;
	color:#30212c;
}
body {
  font-size: 16px;
	color:#30212c;
}
.hp_btn{
	text-align:center;
	margin-top:40px;
}
.hp_btn a{
	font-size:18px;
	background:#adf512;
	padding:12px 40px;
	font-weight: bold;
	color:#30212c;
}
.home-download{
	padding:80px 0;
	display:flex;
	justify-content:end;
	border-top:10px solid #adf512;
	background:url(/wp-content/uploads/2026/01/download.jpg) no-repeat;
	background-size:cover;
}
.home-download .hd-txt{
	max-width:500px;
	padding:50px;
	background:#30212c;
	color:#fff;
	margin-left: auto;
}
.hd-txt h2{
	font-size:48px;
	margin:0 0 25px;
}
.hd-txt p{
	font-size:18px;
	margin-bottom:30px;
}
.hd-txt a{
	font-size:18px;
	background:#adf512;
	padding:12px 40px;
	font-weight: bold;
	color:#30212c;
	margin-bottom: 30px;
}
.page-template-page-newhome .blog-info a img{
	min-height:190px;
	object-fit:cover;
}
.page-template-page-newhome .footer-bottom {
  background: #30212c;
}
.page-template-page-newhome .blog-info{
	background: #f0eff0;
  transition: all .5s ease-out 0s;
  margin-top: 30px;
  position: relative;
  display: flex;
  align-items: center;
	border-radius: 20px;
  overflow: hidden;
}
.page-template-page-newhome .blog-info > a {
  width: 30%;
}
.page-template-page-newhome .blog-info h3 a {
  font-size: 24px;
  -webkit-line-clamp: 3;
}
.page-template-page-newhome .blog_text {
  padding: 20px;
  width: 70%;
}
.blog_btn {
  text-align: center;
  margin-top: 40px;
}
.blog_btn a{
	font-size:20px;
	color:#30212c;
	background:#adf512;
	border-radius:8px;
	padding:10px 30px;
}
footer {
  background: #f1f1f1;
}
.page-template-page-newhome .footer-top .col-md-4{
	width:25%;
}
.page-template-page-newhome .footer-top .col-md-4:first-child{
	width:50%;
}
.page-template-page-newhome .footer-newsletter {
  max-width: 500px;
	width:100%;
}
.page-template-page-newhome .banner-text{
	padding: 0;
  height: 100%;
  max-height: inherit;
  text-align: left;
	top: 0;
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
	position: absolute;
}
.page-template-page-newhome .home-banner .swiper-slide .banner-text .pro_text {
  text-align: left;
	padding-right:50px;
}
.page-template-page-newhome .home-banner .banner-text h2, 
.page-template-page-newhome .home-banner .banner-text h1 {
  color: #30212c;
}
.page-template-page-newhome .home-banner .banner-text h3{
	color: #30212c;
}
.page-template-page-newhome .pro_text p{
	color: #30212c;
}
.page-template-page-newhome .home-banner .swiper-slide .banner-text .link_right {
  text-align: left;
  margin-top: 50px;
}
.hp_list .swiper-wrapper {
  transition-timing-function: linear;
}
.hcat_con a{
	color:#30212c;
	border-radius:8px;
	border:1px solid #30212c;
	font-size:18px;
	padding:10px 30px;
	font-family: 'Roboto-Bold';
}
.page-template-page-newhome .hc_txt h3 {
  font-size: 30px;
  margin: 30px 0 20px;
}
.hcat_con {
  margin-top: 30px;
}
.nh_top h2 {
  font-size: 44px;
	margin: 0;
}
.nh_top{
	margin-bottom:40px;
}
.nh_top p{
	font-size:18px;
	margin-top:20px;
}
.ha_video-txt {
  display: flex;
  gap: 50px;
  align-items: center;
	position: relative;
}
.ha_video {
  width: 50%;
	order: 2;
}
.ha_video img{
  width: 100%;
	display:block;
}
.ha_video a{
	position:relative;
	display:block;
	overflow:hidden;
	border-radius:20px;
}
.ha_vtxt h2{
	font-size:44px;
	margin:0 0 20px;
}
.ha_vtxt p{
	font-size:18px;
}
.ha_vtxt p {
  font-size: 18px;
  line-height: 28px;
}
.ha_vtxt p a{
  font-size:20px;
	background:#adf512;
	color:#30212c;
	border-radius:8px;
	padding:10px 40px;
	margin-top:30px;
}
.ha_video a .icon_play {
  position: absolute;
  width: 100%;
  display: flex;
  left: 0;
  top: 0;
  color: #fff;
  height: 100%;
  align-items: center;
}
.ha_video a:hover .icon_play .a_icon{
	border: 2px solid #adf512;
	color:#30212c;
	background:#adf512;
}
.ha_video a .a_icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border: 2px solid #fff;
  text-align: center;
  line-height: 66px;
  border-radius: 50%;
  font-size: 25px;
  padding-left: 5px;
  transition: all .5s ease-out 0s;
}
.home-partner{
	padding:80px 0;
}
.hco_list.numCounts {
  background: #30212c;
  color: #adf512;
  padding: 35px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  text-align: center;
	margin: 80px 0 -180px;
}
.hco_list h3{
	font-size:60px;
	margin:0 0 10px;
}
.hco_list p{
	font-size:20px;
	margin: 0;
}
.num_txt {
  max-width: 280px;
}
.ha_cer {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
	bottom: 80px;
}
.hs_info a img{
	width:100%;
}
.hs_info > a{
	display:block;
	border-radius: 20px;
  overflow: hidden;
}
.hs_info {
  position: relative;
}
.hs_txt {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 50px;
  width: 100%;
}
.home-solution h2{
	text-align:center;
}
.hs_txt > a{
	padding: 10px 30px;
	  border: 1px solid #fff;
	  border-radius: 8px;
	  margin-top: 25px;
	  color: #fff;
}
.hc_top {
  display: flex;
  gap: 50px;
  align-items: center;
	margin-bottom: 70px;
}
.hc_top .hc_left{
	width: 48%;
	padding-right:100px;
}
.hc_top .hc_right{
	width: 52%;
	overflow:hidden;
	border-radius: 15px;
}
.hc_right:hover img{
	-webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.hc_right img{
	max-width:100%;
}
.hc_bottom {
  background: #adf512;
  padding: 30px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
	border-radius: 20px;
}
.hcb_info {
  display: flex;
  gap: 20px;
  align-items: center;
}
.hcb_info h3 {
  max-width: 150px;
  font-size: 20px;
}
.home-custom {
  margin-bottom: 100px;
}
.bottom_con{
	padding:80px 0;
	background-size: cover !important;
}
.bottom_con .bc_info{
	max-width:620px;
	border-radius:10px;
	padding:50px;
	background:#30222c;
}
.bc_info h2{
	color:#fff;
	margin: 0 0 30px;
	font-size:44px;
}
.bc_info a{
	font-size:20px;
	color:#30222c;
	padding:10px 30px;
	border-radius:8px;
	background:#adf512;
}
.hc_txt:hover .hcat_con a {
  border: 1px solid #adf512;
  background: #adf512;
}
.hc_top p a{
	font-size: 20px;
  padding: 10px 30px;
  border-radius: 10px;
  background: #30212c;
  margin-top: 30px;
}
.ha_vtxt p a:hover{
	background: #30212c;
	color:#adf512;
}
.hc_top:hover p a{
	background: #adf512;
	color:#30212c;
}
.hc_left h2 {
  font-size: 48px;
  margin: 0 0 20px;
}
.hc_top p {
	font-size:18px;
}
.page-template-page-newhome .home-blog h2 {
  text-align: center;
}
.hs_info:hover .hs_txt a{
	background: #adf512;
	border: 1px solid #adf512;
	color:#30212c;
}
.hs_info:hover > a img{
	-webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
img{
	transition: all .5s ease-out 0s;
}









@media (max-width: 1680px){
	.header_bottom .container {
    width: 100%;
  }
	.nav-main-menu ul.top-main-menu > li {
	  margin-right: 25px;
	}
}
@media (max-width: 1515px){
    .nav-main-menu ul.top-main-menu > li {
        margin-right: 15px;
    }
    .d_item .d_info h4 {
        min-height: 40px;
    }
}
@media (max-width:1440px){
	.hc_right a img{
		max-width:100%;
		height:auto;
	}
	.hc_con p,
	.ha_info p {
  font-size: 16px;
  line-height: 24px;
}
	.ha_info h3 {
  font-size: 24px;
}
	.ha_top h2, .hd-txt h2,
	.hc_left h2,.ha_con h2{
		font-size:36px;
	}
	.header-content .row .col-md-3:last-child{
		width:20%;
	}
	.header-content .row .col-md-6{
		width:55%;
	}
	.sol_info .product-meta p {
  font-size: 16px;
}
	.sol_info .product-meta {
  padding: 35px;
}
	.page-id-313 .sol_list {
  padding: 50px 0;
}
	.sol_top {
  padding: 50px 0;
}
	.sol-page .page_box p {
  font-size: 16px;
}
	.sol_info .product-img a h3 {
  		padding: 35px;
	}
	.pro_contact .c_left {
  padding: 50px 0;
}
	.pro_contact .c_title {
	  padding: 50px 0;
	}
	.cat_keep {
		padding: 40px 30px;
	}
	.h_a_text{
	padding-left:30px;
}
	.h_a_text .stats-top .stats-number {
	  font-size: 35px !important;
	  font-family: 'Roboto-Bold';
	}
	.pro_img.pro_right{
		max-width:400px;
		margin:0 auto;
	}
	.pro_text p {
  font-size: 16px;
}
	.home-banner .swiper-slide:first-child .banner-text {
  padding-bottom: 0;
  padding-top: 0px;
}
    .home-banner .banner-text {
  min-height: 600px;
  max-height: 600px;
}
    .home-banner .banner-text h2, .home-banner .banner-text h1 {
      font-size: 35px;
      line-height: 45px;
    }
    .sol-page .col-md-6{
        /* padding:0; */
    }
    .home-product h2,
    .h_a_text h2,
    .home-app h2,
    .home-blog h2,.home-hot h2,
    .pro_solution .row .s_text h2,
    .pro_related h2,
    #download h2,
    .c_title h2{
        font-size: 36px;
    }
    .banner-info h3 {
        font-size: 20px;
    }
    .app_info h2 {
        font-size: 28px;
    }
    .blog_right .blog-info h3 a {
        font-size: 20px;
    }
    .blog_left .blog-info h3 a {
        font-size: 24px;
    }
    .cat_keep h2{
        font-size: 26px;
    }
    .single-post h1,.single-post .product-content h2{
        font-size: 30px;
    }
	.home-banner .banner-text h2, .home-banner .banner-text h1 {
  margin-bottom: 15px;
	}
	.home .blog_text {
  width: 65%;
}
	.home .blog-info > a {
  width: 35%;
}
}
@media (max-width: 1415px){
	.text_list .wpb_text_column .wpb_wrapper{
		padding:26px;
	}
	.text_list .wpb_text_column .wpb_wrapper p{
  font-size: 18px;
}
    .nav-main-menu ul.top-main-menu > li {
        margin-right: 15px;
    }
	.nav_right .top-lan{
		margin-left: 15px;
	}
	.nav_right .top-quote {
  margin-left: 15px;
}
	.nav_right .top-quote a {
  font-size: 14px;
	}
	.home-banner img {
  width: 100%;
	}
	.link_right a {
  font-size: 16px;
	}
}
@media (max-width: 1315px){
    .nav_right .top-quote {
        width: 160px;
    }
    .nav_right .top-quote a {
        font-size: 14px;
    }
    .nav-main-menu ul.top-main-menu > li {
        margin-right: 3px;
    }
}
@media (max-width: 1280px){
	.pro_contact .col-md-6 {
	  padding: 0 50px !important;
	}
    .app_info p {
        font-size: 16px;
        line-height: 26px;
    }
    .footer-top .col-md-4:nth-child(2){
        padding: 0;
    }
    footer h3 {
        font-size: 24px;
    }
    .home-contant .h_c_content h2{
        font-size: 24px;
    }
    .home-contant .h_c_content p {
        font-size: 18px;
    }
    .blog_right .blog-info h3 a {
        font-size: 18px;
    }
    .blog_left .blog-info h3 a {
        font-size: 22px;
    }
    .home .blog_text {
        padding: 15px;
    }
    .home .blog-info {
        margin-top: 25px;
    }
    .home-product h2,
    .h_a_text h2,
    .home-app h2,
    .home-blog h2,
    .pro_solution .row .s_text h2,
    .pro_related h2,.home-hot h2,
    #download h2,
    .c_title h2{
        font-size: 32px;
    }
    .btShowTitle h3 {
        font-size: 16px !important;
    }
    .pro_cat_info a h3 {
        font-size: 16px;
    }
    .pro_detail img{
        max-width: 100px;
    }
    .single-post h1,.single-post .product-content h2{
        font-size: 26px;
    }
    .top-banner h1 {
        font-size: 36px;
    }
    .blog-page .blog-info h3 a {
        font-size: 22px;
    }
    .related-list div a {
        font-size: 16px;
    }
}
@media (max-width: 1215px){
    .nav-main-menu ul.top-main-menu > li > a {
        font-size: 14px;
    }
    .logo img {
        width: 180px;
    }
    .nav_right .top-quote {
        width: 150px;
        margin-left: 14px;
		display:none;
    }
	#products_type .pro_lists .row{
		display: flex;
flex-wrap: wrap;
	}
}
@media (max-width:1199px){
	.page_box .pb_support p {
  font-size: 18px;
}
	.page_box .paa_info h3 {
  font-size: 18px;
}
	.pb_support .pbs_item {
  padding: 30px 20px;
	}
    .col-md-6 .pro_cat_info a h3 {
        font-size: 28px;
    }
    .pro_cat_info a h3 {
        font-size: 18px;
    }
    .pro_cat_info a {
      min-height: 216px;
    }
    .home-product h2,.home-hot h2,
    .home-blog h2,
    .h_a_text h2 {
  font-size: 38px;
  line-height: 38px;
}
    .app_info p a:last-child,
    .app_info p a:first-child{
        padding: 7px 20px;
    }
    .h_c_content p {
  font-size: 16px;
}
}
@media (max-width:1024px){
	.ha_top h2, .hd-txt h2, .hc_left h2, .ha_con h2 {
    font-size: 30px;
  }
	.ha_info {
  padding: 20px 15px;
  height: 100%;
}
	.text_list .wpb_text_column .wpb_wrapper {
  padding: 10px;
}
    .page-id-9 .affix {
      opacity: 1;
      transition: all .5s ease-out 0s;
      top: 0;
    }
    .lan_down {
      position: relative;
      line-height: 45px;
      padding: 0;
      border: 0;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
    }
    .home-banner .banner-text{
    min-height: 600px;
    max-height: 600px;
}
    .pro_top p {
        font-size: 16px;
    }
    .home-product h2, .home-blog h2, .h_a_text h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .home-banner .banner-text h2, .home-banner .banner-text h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .h_a_text p {
      font-size: 16px;
      line-height: 25px;
    }
    .home-app h2 {
  font-size: 30px;
    }
    .home-keep h2 {
      font-size: 30px;
    }
    .home-keep p {
      font-size: 16px;
    }
    .app_info p {
      line-height: 25px;
    }
    .mobile-none {
        display:none;
    }
    /*.header_bottom{
        position: relative;
    }*/
    .menu_mobile{
        display: inline-block;
        position: relative;
        top: 4px;
        float: right;
line-height: 45px;
        margin-left: 20px;
    }
    .top-search #searchform{
        top:49px;
    }
    .menu_mobile .fa {
        color: #ffffff;
        font-size: 24px;
    }
    .pro_cat_info a {
        min-height: inherit;
    }
    .pro_detail img {
        max-width: 80px;
    }
    .app_info {
        padding: 0 15px;
    }
    .blog_right .blog-info p {
        font-size: 14px;
    }
    .blog_left .blog-info h3 a {
        font-size: 20px;
    }
    .blog_left .blog-info p {
        font-size: 16px;
    }
    footer ul li {
        font-size: 14px;
    }
    .tnp-subscription .tnp-email{
        font-size: 14px;
    }
    .pro_details .pro_text {
        padding: 15px;
    }
    .pro_solution .row .s_text {
        padding: 26px;
    }
    .d_image a {
        font-size: 16px;
        padding: 10px 0 10px 60px;
    }
    .d_image {
        margin-top: 20px;
    }
    .relate-box .col-md-3{
        padding: 0;
    }
    #enquiry {
        padding: 50px 0;
    }
    .content-box table{
        width: 100% !important;
    }
    .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
        font-family: 'Roboto-Regular';
    }
    .solution-detail .product-meta h2 a {
        font-size: 20px;
    }
    .solution-detail .product-meta {
        padding: 0 25px;
    }
    .solution-detail .product-meta > a {
        margin: 0 0 15px 0;
    }
    .blog-content h1 {
        color: #30212c;
        font-size: 24px;
    }
    .blog-content h2 ,.blog_con h3{
        font-size: 18px;
    }
    .page_box h3 {
        font-size: 20px;
    }
    .tnp-field.tnp-field-email {
        min-width: inherit;
        width: 100%;
    }
}
@media (max-width:991px){
    .container {
        width: 100%;
    }
    .mobile_bar a{
        color: #888;
    }
    .mobile-search{
        margin: 0 10px 0 15px;
    }
    .info_top .lan i{
        font-size: 20px;
        line-height: 28px;
    }
    .lan span{
        display: none;
    }
    .mobile_bar{
    display: block;
        font-size: 20px;
        float:right;
}
    .info_bottom,
    .info_top .time{
        display: none;
    }
    .top-right{
        display: block;
    }
    .info_top {
  margin-bottom: 0;
    }
    .header-content .row{
        display: flex;
        align-items: center;
    }
    .app_info > p a {
        min-width: 150px;
    }
}

@media (max-width:768px){
	.banner_hero a .bh_pro {
  bottom: 15px;
  right: 15px;
  padding: 10px;
  text-align: left;
		display: flex;
    align-items: center;
		gap:10px;
		border-radius:5px;
}
	.bh_pro p {
  margin: 0;
  max-width: 80px;
  font-size: 12px;
}
	.bh_pro img {
  max-width: 45px;
}
	.banner_hero a .bh_img > img {
  height: 300px;
		object-fit:cover;
}
	.header-content .row .col-md-3:last-child {
    width: 50%;
  }
	.pro_bottom .row{
		display:flex;
		flex-wrap:wrap;
	}
	.pro_bottom .col-md-3{
		width:50%;
	}
	.ha_con .hac_right {
  width: 230px;
  text-align: center;
  margin: 0 auto;
}
	.ha_con .hac_left {
  width: 100%;
		text-align: center;
}
	.ha_con {
	  gap: 30px;
	  flex-wrap: wrap;
		padding:50px;
	}
	.home-category {
  padding: 60px 0;
}
	.home_about {
  padding: 60px 0;
}
	.bh_txt p {
  font-size: 16px;
}
	.banner_hero h2 {
  font-size: 26px;
}
	.hc_con a{
		font-size:16px;
	}
	.hc_left .swiper-slide {
  padding-left: 20px;
}
	.hc_left h2{
		font-size:24px;
	}
	.pro_contact .c_title {
  padding: 30px 0;
}
	.pro_contact .col-md-6 {
  padding: 0 15px !important;
}
	.pro_contact .row {
  display: block;
}
	.text_list .vc_col-sm-3{
		width:50%;
		float:left;
	}
	.pb_about .pba_item .row {
  display: block;
	}
	.page_box .paa_info h3 {
  font-size: 14px;
}
	.paa_info {
  padding: 0 10px;
}
	.h_a_text .vc_row {
		display:flex;
	}
	.h_a_text .stats-top .stats-number {
  font-size: 25px !important;
  font-family: 'Roboto-Bold';
}
	.h_a_text .stats-block .stats-text {
  font-size: 12px !important;
}
	.h_a_text .vc_col-sm-4{
		width:33.333%;
	}
	.h_a_text sup {
  top: -10px;
		font-size: 14px !important;
}
	.h_a_text{
	padding-left:0;
}
	.home .blog-info h3 {
  margin-top: 0px;
  margin-bottom: 5px;
}
	.home .blog-info p {
  font-size: 12px;
}
	.home .blog_text {
  width: 60%;
}
	.home .blog-info > a {
  width: 40%;
}
	.home-blog .blog-info p {
  height: auto;
}
	.single-post #enquiry .hc_left{
	padding-right:0;
}
	.blog-info h3 a {
  font-size: 18px;
	}
	.home-blog .blog-info h3 a {
  -webkit-line-clamp: 1;
}
	.blog-info p {
  font-size: 14px;
}
    .pro_text p {
  font-size: 13px;
    }
    .home-hot {
  padding: 50px 0;
  margin-top: 50px;
}
	#products_type .pro_lists .row{
		display: block
	}
    .banner-text .link_right {
  text-align: center;
}
    .pr_iamge h3 {
    font-size: 20px;
}
    .c_left {
    padding-right: 0;
}
    .pro_top p {
    text-align: left;
        line-height: 25px;
        margin-top: 0;
}
    .home-blog h2{
        margin-bottom: 0;
    }
    .home-app h2 {
    margin: 0 0 30px;
}
    .blog_right .blog-info p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
    #products_type {
  padding: 0;
}
    
    .pro_list_top{
        display: none;
    }
    .pro_cat_topdesc .row {
  display: block;
    }
    .solution-detail .product-meta h2 a {
  color: #00356b;
  font-size: 24px;
}
    .sol_list .solution-detail .row .col-md-6 {
  padding: 0 15px !important;
}
    .solution-detail .product-meta {
  padding: 0 0 30px;
}
    .solution-detail .row {
  display: block;
    }
    .app_list .row .col-md-7 img {
  margin-left: 0;
  width: 100%;
}
    .h_a_video{
        margin-bottom: 20px;
    }
    
    .app_list .row > div,
    .home-about .row > div{
        width:100%;
    }
    .pro_bottom img {
  max-width: inherit;
  width: 100%;
}
    .pro_cat_info a {
  min-height: inherit;
  width: 100%;
}
    .footer-bottom p {
      font-size: 14px;
    }
    .footer-social{
        text-align: center;
        margin-bottom: 10px;
    }
    .h_c_icon {
      width: 50px;
      height: 50px;
      font-size: 22px;
      line-height: 47px;
    }
    .link_right a {
        font-size: 14px;
    }
    .h_c_content {
      max-width: 300px;
      margin: 0 auto 20px;
    }
    .h_c_content a {
      max-width: 200px;
      font-size: 14px;
    }
    .app_info{
        margin-top:20px;
    }
    .app_info p a:last-child, 
    .app_info p a:first-child {
      padding: 7px 15px;
      font-size: 14px;
    }
    .app_info p {
      line-height: 25px;
      color: #555;
    }
    
    .link_right {
  text-align: center;
}
    
    .home-keep p {
      font-size: 14px;
    }
    .keep_text{
        text-align: center;
    }
    .footer-bottom .row {
  display: block;
  align-items: center;
}
    .app_list .row {
  display: block;
  align-items: center;
}
    .home-keep .row {
  display: block;
    }
    .home-about::after {
      width: 100%;
    }
    .home-about .row {
      display: block;
    }
    .home-banner .banner-text {
 min-height: 490px;
  padding: 50px 0;
        height: 100vh;
        text-align: center;
}
    .pro_cat_info a:hover span {
  padding: 5px 20px;
    }
    .home-contant {
  padding: 50px 0 30px;
    }
    .home-blog {
  margin: 50px 0;
}
    .home-app {
  margin: 50px 0 0;
}
    .home-about {
  padding: 0 0 50px;
  position: relative;
}
    .home-about .col-md-5{
        padding:0;
    }
    .home-product {
  margin-top: 50px;
}
    .pro_top .col-md-6:nth-child(1){
        width:100%
    }
    .pro_top .col-md-6:nth-child(2){
        display:none;
    }
    .col-md-6 .pro_cat_info a h3 {
      font-size: 22px;
    }
    .pro_bottom .col-xs-12:nth-child(4),
    .pro_bottom .col-xs-12:nth-child(2){
        padding-right:7px;
    }
    .pro_bottom .col-xs-12:nth-child(3),
    .pro_bottom .col-xs-12:nth-child(5){
        padding-left: 7px;
    }
    .pro_cat_info {
  margin-top: 15px;
}
    .pro_cat_info a {
  min-height: inherit;
}
    
    .pro_bottom .col-xs-12{
        width:50%;
    }
    .keep_icon {
      height: 100px;
      width: 100px;
      line-height: 95px;
    }
    .pro_cat_detail {
        padding: 10px;
    }
    .pro_cat_info a h3 {
  font-size: 16px;
}
    .cat_keep {
      padding: 30px 20px;
    }
    .pro_solution .row {
  display: block;
}
    .pro_solution .row .s_text {
        padding: 30px 15px;
    }
    .blog-list .col-sm-6{
        width: 100%;
    }
    .footer-top .col-md-4{
        width: 100%;
    }
    #download{
    padding: 50px 0;
}
    .pro_solution .col-md-6,
    .pro_solution{
        padding:0;
    }
	.footer-top .col-md-4{
		width:100% !important;
	}
    .footer-top .col-md-4:nth-child(1){
        display: block;
		width:100% !important;
    }
    .footer-menu{
        padding: 0 15px;
    }
    .page-id-11 .vc_col-sm-3{
        width: 50%;
        float: left;
    }
    footer h3 {
    font-size: 20px;
  }
	.footer-menu .footer-menu{
		padding:0;
	}
	.footer-top .col-md-4:nth-child(3){
		padding:0;
	}
    .top-banner h1 {
        font-size: 28px;
    }
    .cat_keep h2 {
        font-size: 20px;
    }
    .child_list ul li {
        margin: 0 8px;
    }
    #products_type h2 {
        font-size: 26px;
    }
    .pro_details .pro_text h3 {
        font-size: 20px;
    }
    .paginate_links {
        margin: 30px 0;
    }
    .home-product h2, .h_a_text h2, .home-app h2, .home-blog h2, .pro_solution .row .s_text h2, .pro_related h2, #download h2, .c_title h2,.home-hot h2 {
        font-size: 26px;
    }
    .page-id-11 .vc_col-sm-6{
        width: 100%;
    }
    .d_content{
        margin-top: 25px;
    }
    .page_box {
        padding-top: 40px;
    }
    .page-id-244 .vc_col-sm-6{
        width: 100%;
    }
    .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a{
        line-height: 28px;
    }
    .page-id-21 .vc_col-sm-6{
        width: 100%;
    }
    .page-id-17 .product-left{
        display: none;
    }
    footer ul li {
        font-size: 16px;
    }
    .single-blog .product-left{
        display: none;
    }
    .page-id-19 .vc_col-sm-6{
        width: 100%;
    }
    .pro_bottom .pro_detail img{
        width: auto;
    }
    #why .h_a_text h2 {
    font-size: 26px;
    line-height: 35px;
}
    .link_left p a, .link_left a{
        width: 180px;
    }
    .pro_relateds h3 {
  font-size: 18px;
}
    .pro_relateds {
  text-align: center;
}
    .pro_related {
  padding: 50px 0;
}
    #why.home-about .col-md-6:first-child{
        padding: 0;
    }
    #why.home-about{
        padding-top:0;
    }
    .home-banner .swiper-slide:first-child .banner-text .row{
        display: flex;
    }
    .home-banner .swiper-slide:first-child .banner-text .row .col-md-12:first-child{
        order: 2;
    }
    .home-banner .swiper-slide:first-child .banner-text .row .col-md-12:last-child{
        order: 1;
    }
    .app_info > p a {
  min-width: 140px;
}
    .app_info > p a {
  margin-top: 10px;
  margin-bottom: 10px;
}
    .blog_left .blog_text .blog_bg {
  padding: 15px;
}
    .banner-text{
        text-align: center;
    }
    .banner-text .pro_img{
        max-width:400px;
        width: 100%;
		margin: 0 auto;
    }
    .banner-text .col-md-12,
    .banner-text .col-md-6{
        width: 100%;
    }
    .page-id-313 .sol_list {
  margin: 0;
}
    .page-id-313 .sol_list .col-md-6:first-child{
        padding:0 !important;
    }
    .sol_top {
  padding: 20px 0;
}
	.pb_contact .row {
  display: block;
  align-items: center;
}
.page_box .pb_contact p {
  font-size: 16px;
}
.pbc_text{
	padding-right:0;
}
	.pb_about .pba_item {
  padding: 50px 0 30px;
}
	.pb_support {
  padding: 50px 0;
}
	.pb_app {
  padding-top: 30px;
}
	.pb_top {
  margin-bottom: 30px
	}
}

@media (max-width:640px){
	.hc_cpanel > div {
  width: 100% !important;
}
	.hc_cpanel {
  gap: 40px;
  flex-wrap: wrap;
}
	.cat_keep p {
  font-size: 14px;
}
	.cat_keep h2 {
  font-size: 16px;
}
	.cat_keep a {
  margin-top: 5px;
		font-size: 14px;
	}
    .sol_d-page h2{
        font-size: 26px;
        margin-top: 0;
    }
    .child_list ul{
        display: flex;
        flex-wrap: wrap;
    }
    .child_list ul li{
        width: 50%;
        margin: 0;
    }
    .pro_solution .row .s_text ul li {
  font-size: 16px;
  line-height: 22px;
}
    .pro_solution .row .s_text ul{
        column-count: inherit;
        margin-bottom: 5px;
    }
    .d_image a {
  font-size: 14px;
    }
    .blog_right .blog-info > div {
  padding-left: 15px;
  padding-right: 15px;
}
    .blog_right .blog-info p {
  -webkit-line-clamp: 1;
}
    .blog_right .blog-info h3 a {
  font-size: 16px;
}
    .home-banner .banner-text h2, .home-banner .banner-text h1 {
  font-size: 25px;
  line-height: 30px;
        margin-bottom: 15px;
}
    .solution-detail .product-meta h2 a {
  font-size: 18px;
}
    .con_left .aio-icon-component {
        padding: 30px 15px;
    }
    .category .top-banner{
        height:150px !important;
         background-position: right !important; 
    }
    .page-id-11 .h4, 
    .page-id-11 h4 {
        font-size: 14px;
    }
    .page-id-11 .vc_col-sm-3 .wpb_single_image{
        margin-bottom: 10px;
    }
    .pro_bottom .col-xs-12:nth-child(3), .pro_bottom .col-xs-12:nth-child(5){
        padding-left: 15px;
    }
    .pro_bottom .col-xs-12:nth-child(4), .pro_bottom .col-xs-12:nth-child(2) {
    padding-right: 15px;
}
    .pro_bottom .col-xs-12{
        width:100%;
    }
    
    .pro_lists .col-xs-6 {
      width: 100%;
    }
    .banner-info{
        text-align: center;
    }
    .pro_img{
        margin: 0 auto 20px;
    }
    .banner-info .row {
      display: block;
      align-items: center;
    }
    .home-banner .swiper-slide:nth-child(2) .pro_img{
        margin: 0 auto 20px;
    }
    .pro_image{
        text-align: center;
    }
    .pro_img{
        margin: 0 auto;
    }
    .banner-info h3 {
        font-size: 16px;
    }
	.page_box > .vc_row > .vc_column_container > .vc_column-inner{
		padding:0;
	}
	h2 br{
		display:none;
	}
	.ha_top p {
  font-size: 16px;
}
	.ha_list {
  flex-wrap: wrap;
}
	.ha_list > div {
  width: 100%;
}
	.ha_info {
    text-align: center;
  }
	.page-template-page-newhome .home-product {
  padding: 0 0 60px;
}
	.home-download .hd-txt {
  padding: 30px;
}
	.hd-txt p {
  font-size: 16px;
}
	.hd-txt a {
  font-size: 14px;
  padding: 12px 30px;
	}
	 .ha_con {
    padding: 40px 20px;
  }
	.ha_info a, .hp_btn a,
	.hac_right a {
  font-size: 16px;
	}
	.home-blog .blog-info{
		margin-top:30px;
	}
}
@media (max-width:480px){
	.bh_txt p {
    font-size: 14px;
  }
	.ha_info a, .hp_btn a,
	.hac_right a {
  font-size: 14px;
	}
	.hd-txt p {
  font-size: 14px;
}
	.pro_details .pro_text {
    padding: 15px 10px;
  }
	.pro_details .pro_text span {
  font-size: 14px;
  line-height: 18px;
}
	.pro_details .pro_text p {
  font-size: 14px;
}
	.pro_bottom .col-md-3:nth-child(2n){
		padding-left:5px;
	}
	.pro_bottom .col-md-3:nth-child(2n-1){
		padding-right:5px;
	}
	.ha_top p {
  font-size: 14px;
}
	.hc_con p, .ha_info p {
    font-size: 14px;
    line-height: 22px;
  }
	.hc_right a img {
    max-width: 280px;
  }
	.bh_txt {
  margin-top: 25px;
	}
	.banner_hero h2 {
  font-size: 20px;
		margin-bottom:10px;
}
	.text_list .vc_col-sm-3{
		width:100%;
		float:left;
	}
	.cat_keep p {
  font-size: 12px;
}
}