
.pagination>li>a, .pagination>li>span{
	color: #82ab28;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #82ab28;
    border-color: #82ab28;
}

.product-tags {
	margin: 10px 0;
	background-color: #fff;
}

.product-tags .row {
	padding: 0px 0px;
	margin: 0px 0px;
}

.product-tags .row div[class*="col-md"] {
	padding: 0 5px;
}

.product-tags .row div[class*="col-md"] span {
	display: block;
	cursor: pointer;
	background-color: #8faadc;
	color: #fff;
	padding: 2px 5px;
	font-size: 13px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
}

.product-tags {
	background-color: #fff;
	padding: 0px;
	margin-left: -15px;
	margin-right: -15px;
}

.product-tags .row div[class*="col-md"] {
	padding: 0 15px;
}

.product-tags .row div[class*="col-md"] span {
	display: block;
	cursor: pointer;
	color: #337ab7;
	font-size: 13px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
}

.product-tags .row div[class*="col-md"] a {
	padding-left: 5px;
	display: block;
	color: #337ab7;
	background-color: #f3f3f3;
	padding: 4px 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	margin-bottom: 0;
	font-size: 13px;
	margin-bottom: 15px;
}

.product-tags .row div[class*="col-md"]:hover span {
	color: #ffffff;
	/*animation-name:myfirst;animation-duration:0.1s;*/
}

.product-tags .row div[class*="col-md"] span.cur {
	color: #ffffff;
	background-color: #337ab7 !important;
}


.product-tags .row div[class*="col-md"] a {
	padding-left: 5px;
	display: block;
	color: #fff;
	background-color: #82ab28; 
	padding: 0px 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	font-size: 15px;
	line-height: 40px;
}
.product-tags .row div[class*="col-md"]:hover a {
	color: #ffffff;
	background-color: #ec9e40 !important;
}

.product-tags .row div[class*="col-md"]:hover span {
	color: #ffffff;
	/*animation-name:myfirst;animation-duration:0.1s;*/
}

.product-tags .row div[class*="col-md"] span.cur {
	color: #ffffff;
	background-color: #337ab7 !important;
}

.product-tags .row div[class*="col-md"]:hover a {
	color: #fff;
	background: #ec9e40;
}

.sub-nav{
	width: 100%;
	height: auto;
	border: 1px solid #ececec;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	column-gap: 2%;
	padding: 15px 15px 0px;
	margin-bottom: 25px;
}
.sub-nav a{
	width: 32%;
	display: inline-block;
	padding: 8px 10px 8px 25px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	position: relative;
	transition: color 0s;
	align-content: center;
}
.sub-nav a:before{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	display: inline-block;
	background: #82ab28;
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -3px;
}
.sub-nav a:hover{
	background: linear-gradient(to right, rgba(248, 227, 201, 0.9), rgba(229, 246, 228, 0.5));
	border: 1px solid transparent;
}
.sub-nav a:hover:before{
	background: #ec9e40;
}


.successinfo {
	line-height: 30px;
	line-height: 22px;
	color: #888888;
	padding-right: 0px;
	padding-bottom: 20px;
}

.successinfo .iconarea {}

.successinfo .iconarea .iconunit {
	text-align: center;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: #82ab28;
	color: #ffffff;
	line-height: 40px;
	font-weight: bolder;
	font-size: 22px;
	position: relative;
	z-index: 9;
}

.successinfo .tit {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	display: block;
}
.successinfo .iconarea .iconunit img {
	top: 10px;
	left: 5px;
	position: absolute;
	z-index: 10;
}
.successtable table tr td{
	font-size: 16px;
	    background: #fff;
}
.content{
	width: 1470px;
	height: auto;
	margin: auto;
}
.maincon{
	width: 1470px;
	height: auto;
	margin: auto;
}
p{
    margin-bottom: 20px;
}
.thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img{
	max-width: none;
	height: 100%;
    min-width: 100%;
    width: 100%;
    object-fit: cover;
}
.carousel-indicators{
	/*display: none;*/
}
.carousel-control{
	height: 35px;
    width: 35px;
    opacity: 1;
    border-radius: 100px;
    top: 50%;
    display: none;
    transform: translateY(-50%);
    background: url(../images/carousel-right.svg) no-repeat center center/100% #3f73cf !important;
}
.carousel-control:hover{
	opacity: 1;
    background: url(../images/carousel-right.svg) no-repeat center center/100% #2e9cd4 !important;
}
.carousel-control:focus{
	opacity: 1;
}
.carousel-control.right{
	right: 1%;
	transform: translateY(0%);
}
.carousel-control.left{
	left: 1%;
	right: auto;
	transform: rotate(180deg);
}
.carousel-inner>.item{
	height: 100vh;
}
.carousel-inner>.item .pic{
	width: 100%;
	height: 100%;
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
}
.carousel-inner>.item .pic:before{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,30%);
	position: absolute;
	left: 0px;
	top: 0px;
}
.carousel-indicators li{
	width: 24px;
	height: 6px;
	border-radius: 0px;
	margin: 0px 3px;
	background: #fff;
	border: none;
}
.carousel-indicators .active{
	background: #82ab28;
	margin: 0px 3px;
	width: 24px;
	height: 6px;
	border-radius: 0px;
}
.bannertext{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0px 0% 0px 0%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: left;
    z-index: 2;
}
.bannertext h1{
	text-align: left;
	font-size: 45px;
    color: #fff;
    margin-bottom: 60px;
    margin-top: 80px;
	opacity: 0;
	transform: translateY(-15px);
	-webkit-animation: upDown 0.5s ease-out;
    animation: upDown 0.5s ease-out;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
    animation-delay: 0.5s;
    white-space: break-spaces;
}
.bannertext h2{
	text-align: left;
	font-size: 45px;
    color: #fff;
    margin-bottom: 60px;
    margin-top: 80px;
	opacity: 0;
	transform: translateY(-15px);
	-webkit-animation: upDown 0.5s ease-out;
    animation: upDown 0.5s ease-out;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
    animation-delay: 0.5s;
    white-space: break-spaces;
}
.bannertext .banner-title{
	text-align: left;
	font-size: 45px;
    color: #fff;
    margin-bottom: 60px;
    margin-top: 80px;
	opacity: 0;
	transform: translateY(-15px);
	-webkit-animation: upDown 0.5s ease-out;
    animation: upDown 0.5s ease-out;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
    animation-delay: 0.5s;
    white-space: break-spaces;
    display: block;
    font-family: 'HelveticaNeue';
}
.bannertext p{
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 0px;
	white-space: normal;
	display: block;
	opacity: 0;
	transform: translateY(-15px);
	-webkit-animation: upDown 1s ease-out;
    animation: upDown 1s ease-out;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
    animation-delay: 0.8s;
    text-align: left; 
    max-width: 950px;
}
.learnmore{
	height: 48px;
	padding: 0px 80px 0px 30px;
	border-radius: 50px;
	color: #fff;
	font-size: 16px;
	margin-top: 0px;
	position: relative;
    overflow: hidden;
    transition: 400ms;
    display: inline-flex;
    align-items: center;
    border: 2px solid #fff;
    text-transform: uppercase;
    background: url(../images/icon-right.svg) no-repeat calc(100% - 30px) 46%/30px;
}
.learnmore:hover{
	background-color: #ec9e40;
	border: 2px solid #ec9e40;
	color: #fff;
}
.learnmore.blue-bg{
	background-color: #82ab28;
	border: 2px solid #82ab28;
	color: #fff;
}
.learnmore.blue-bg:hover{
	background-color: #ec9e40;
	border: 2px solid #ec9e40;
	color: #fff;
}
.bannertext .learnmore{
	opacity: 0;
	transform: translateY(-15px);
	-webkit-animation: upDown 1s ease-out;
    animation: upDown 1s ease-out;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
    animation-delay: 1.2s;
    margin-top: 60px;
}
@-webkit-keyframes upDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes upDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}
.sp_nav{width:25px;position:relative;cursor:pointer;height:22px;margin-top:9px;display: none;}
.sp_nav span{display:block;background:#82ab28;width:25px;height:2px;position:absolute;left:0px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.navs{
	width: auto;
	height: 100%;
	position: relative;
	margin-top: 0;
}
.navs a{
	font-size: 16px;
	color: #000;
}
.navs a:first-child{
	margin-left: 0px;
}
.navs a:hover{
	color: #ffc000;
}
.navs a.shows{
	color: #fcc10e;
}
.navs>ul>li{
	width: auto;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-left: 40px;
	position: relative;
	padding: 0px 0px 0px;
}
.navs>ul>li:first-child{
	margin-left: 0px;
}
.navs>ul>li>a{
	text-transform: uppercase;
	color: #333333;
}
.navs>ul>li:after{
	/*content: '';*/
	position: absolute;
	width: 0%;
	height: 2px;
	background: #333333;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s;
}
.navs>ul>li>span{
    float: right;
    margin-left: 8px;
    color: #666;
    font-size: 16px;
    transition: all 0.3s;
}
.navs>ul>li>span::before{
	content: '\e968';
    font-family: 'icomoon';
    right: 0;
    top: 0;
}
.navs>ul>li>a.actives{
	color: #000;
}
.navs>ul>li>span.act::before{
	color: #000;
}
.navs>ul>li:hover:after{
	width: 100%;
}
.navs>ul>li:hover>a{
	color: #82ab28;
}
.navs>ul>li:hover>span{
	color: #82ab28;
}
.navs>ul>li:hover:after{
	background: #82ab28;
}
.navs ul li ul li{
	width: 100%;
    height: auto;
    padding: 10px 10px;
    border-bottom: 1px solid #d2d7da;
    margin-bottom: 0px;
    position: relative;
    line-height: 25px;
    float: left;
}
.navs ul li ul li span::before{
	content: ">";
	color: #062134;
	font-weight: bold;
	position: absolute;
	top: 50%;
    right: 15px;
    position: absolute;
    transform: translateY(-50%);
    font-size: 16px;
}
.navs ul li ul li a{
	font-size: 15px;
	line-height: 20px;
    color: #000;
    display: inline-block;
    max-width: 90%;
    transition: all .1s ease-out;
    font-weight: normal;
}
.navs ul li ul li:hover>a{
	color: #82ab28;
}
.navs ul li ul li:hover>span::before{
	color: #82ab28;
}
.navs ul li ul li a.shows{
	color: #82ab28;
}
.navs ul li ul li img{
	height: 7px;
    cursor: pointer;
    transition: all 0.3s;
    line-height: 12px;
    top: 50%;
    position: absolute;
    right: 5px;
    transform: translateY(-50%);
}
.navs ul li ul li img.down{
	transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-o-transform:rotate(-90deg); 
}
.navs>ul>li>ul{
	position: absolute;
	left: 0px;
	top: 100%;
	background: #fff;
	width: 280px;
	height: auto;
	display: none;
}
.navs ul li ul li ul{
	position: absolute;
	left: 100%;
	top: 0px;
	background: #fff;
	width: 100%;
	height: auto;
	display: none;
}

.toper{
	width: 100%;
	height: auto;
	padding: 5px 0;
	background: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99;
	border-bottom: 1px solid #ddd;
}
.toper .content{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logos{
	margin-bottom: 0px;
}
.logos img{
	height: 60px;
	width: auto;
}
.top-nav{
	width: auto;
}
.top-nav .top-search{
	width: auto;
	height: auto;
	margin-bottom: 5px;
	text-align: right;
}
.top-nav .top-search form{
	width: auto;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	border: 1px solid #cccccc;
}
.top-nav .top-search form input{
	width: 300px;
	height: 100%;
	border-right: none;
	color: #000;
	padding: 0px 15px 0px 15px;
	box-shadow: none;
	border: none;
}
.top-nav .top-search form input::placeholder{
	font-size: .9em;
}
.top-nav .top-search form button{
	width: 50px;
	height: 100%;
	border: none;
	color: #82ab28;
	font-size: 20px;
	background: none;
	flex-shrink: 0;
}
.top-nav .top-search form button:hover{
	background: #ec9e40;
	color: #fff;
}

.footer{
	width: 100%;
	height: auto;
	background: linear-gradient(#505442 0,#3c3d39 100%);
}
.foot-content.maincon{
	padding-bottom: 30px;
	padding-top: 30px;
}
 
.foot-content p{
	margin-bottom: 10px;
	color: #fff;
}
.foot-content p a{
	color: #fff;
}
.foot-content a:hover{
	color: #82ab28;
}
.foot-content h3{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
	margin-top: 10px;
	color: #fff;
	text-transform: uppercase;
}
.foot-content .foot-title{
	font-size: 18px;
	font-family: 'HelveticaNeue';
	margin-bottom: 25px;
	margin-top: 20px;
	color: #fff;
	text-transform: uppercase;
	display: block;
}
.foot-contact p{
	margin-bottom: 10px;
	padding-left: 35px;
}
.foot-contact p.tel{
	background: url(../images/tel.svg) no-repeat 0px 5px/19px;
}
.foot-contact p.fax{
	background: url(../images/fax.svg) no-repeat 0px 5px/18px;
}
.foot-contact p.email{
	background: url(../images/email.svg) no-repeat 0px 5px/18px;
}
.foot-contact p.address{
	background: url(../images/address.svg) no-repeat 0px 2px/16px;
}
.foot-Opening{
	width: 270px;
}
.foot-search img{
	height: 65px;
	margin: 20px 0;
}
.foot-search form{
	width: auto;
	display: flex;
	justify-content: flex-start;
}
.foot-search form input{
	width: 220px;
	height: 46px;
	background: #eee;
	font-size: 16px;
	color: #000;
	border-radius: 0px;
	border: none;
	box-shadow: none;
}
.foot-search form input:focus{
	border: none;
	box-shadow: none;
}
.foot-search form .submit{
	width: 46px;
	height: 46px;
	background: #82ab28;
	font-size: 18px;
	color: #fff;
	border-radius: 0px;
	border: none;
}
.foot-search form .submit:hover{
	background: #ec9e40;
}
.Copyright{
	width: 100%;
	height: auto;
	border-top: 1px solid rgba(255,255,255,.1);
	padding: 15px 0px;
}
.Copyright .maincon{
	display: flex;
	align-items: center;
	 grid-gap: 40px;
}
.Copyright p{
	margin-bottom: 0px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.share-box{
	margin-bottom: 0px;
}
.share-box a{
	display: inline-flex;
	margin-right: 15px;
}
 .share-box a:last-child{
	margin-right: 0px;
}
 
.go_top{
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 20px;
	bottom: 90px;
	border-radius: 200px;
	background: #82ab28;
	z-index: 22;
	cursor: pointer;
	opacity: 0;
}
.go_top:before{
	content: '\e968';
    font-family: 'icomoon';
    transform: rotate(180deg);
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    color: #fff;
}
.go_top:hover{
	background: #ec9e40;
}
.go_top i{
	font-size: 18px;
	color: #fff;
}
.section-title{
	font-size: 30px;
	line-height: 125%;
	color: #1a1a1a;
	text-align: center;
	margin-bottom: 35px;
	margin-top: 0px;
	font-family: 'HelveticaNeue';
	display: block;
	font-weight: bold;
}
.section-title.uppercase{
	text-transform: uppercase;
}
.section-title.left{
	text-align: left;
}
.Structure-pic{
	width: auto;
	height: auto;
	max-height: 120px;
}
.index-section1{
	width: 100%;
	height: auto;
	padding: 80px 0px 80px;
}
.index-section1 .maincon{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index-section1 .pic{
	width: 550px;
	flex-shrink: 0;
	margin-right: 80px;
	position: relative;
}
.index-section1 .pic img{
	width: 100%;
	/*height: 100%;
	object-fit: cover;*/
}
.index-section1 .text{
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.index-section1 .text h2{
	text-align: left;
}
.index-section1 .text p{
	margin-bottom: 30px;
}
.index-section1 .learnmore{
	margin-top: 40px
}
.index-section1 .swiper-button-next, .index-section1 .swiper-button-prev {
    top: auto;
    bottom: 10px;
    transform: translateY(0%);
    background: rgba(0,0,0,.2);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100px;
}
.index-section1 .swiper-button-next:hover, .index-section1 .swiper-button-prev:hover {
    background: rgba(33,193,212,.8);
}
.index-section1 .swiper-button-next{
	right: 15px;
}
.index-section1 .swiper-button-prev{
	left: 15px;
}
.index-section2{
	width: 100%;
	height: auto;
	background-image:url(../images/home-pic3.jpg); 
	background-image: -webkit-image-set(url(../images/home-pic3.webp) 1x);
    background-image: image-set(url(../images/home-pic3.webp) 1x);
	background-repeat:no-repeat; 
	background-size:cover; 
	background-position:center center;
	background-attachment: fixed;
	padding: 80px 0px;
	position: relative;
}
.index-section2:before{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(208,229,59,.15);
	position: absolute;
	left: 0px;
	top: 0px;
}
.index-section2 .maincon{
	position: relative;
	z-index: 3;
}
.section2-info{
	width: 100%;
	height: auto;
	padding: 80px 15px;
	background: rgba(255,255,255,.6);
}
.section2-info p{
	color: #333;
	text-align: center;
	margin-bottom: 0px;
}
.index-section3 {
    width: 100%;
    height: auto;
    padding: 80px 0px 80px;
}
.section3-list{
	position: relative;
	padding-top: 10px;
}
.section3-list .swiper-slide{
	display: inline-block;
}
.section3-list .pic{
	width: 100%;
	overflow: hidden;
}
.section3-list .pic img{
	width: 100%;
	height: auto;
	transition: all .5s;
}
.section3-list .swiper-slide:hover img{
	transform: scale(1.1); 
}
.section3-list .swiper-slide p{
	text-align: center;
	padding: 15px 15px;
	background: rgba(229, 246, 228, 0.7);
	margin-bottom: 0px;
	font-weight: bold;
}
.section3-list .swiper-slide:hover p{
	background: #ec9e40;
	color: #fff;
}
.index-section3 .swiper-button-next, .index-section3 .swiper-button-prev {
    background: #82ab28;
}
.index-section3 .swiper-button-next:hover, .index-section3 .swiper-button-prev:hover {
    background: #ec9e40;
}
.index-section3 .swiper-button-next{
	right: 15px;
}
.index-section3 .swiper-button-prev{
	left: 15px;
}
.index-section4 {
    width: 100%;
    height: auto;
    padding: 80px 0px 50px;
    background: linear-gradient( rgba(229, 246, 228, 0.7) 0,rgba(229, 246, 228, 0.2) 100%);
}
.section4-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 10px;
}
.section4-list .list-item{
	width: 23%;
	margin-bottom: 30px;
	display: inline-block;
}
.section4-list .list-item .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.section4-list .list-item .pic img{
	width: 100%;
	height: auto;
	transition: all .5s;
}
.section4-list .list-item:hover .pic img{
	transform: scale(1.1); 
}
.section4-list .list-item p{
	text-align: center;
	padding: 15px 10px 0px;
	color: #333333;
	margin-bottom: 0px;
	font-weight: bold;
}
.section4-list .list-item:hover p{
	color: #ec9e40;
}
.index-section5 {
    width: 100%;
    height: auto;
    padding: 80px 0px 50px;
}
.section5-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 10px;
}
.section5-list .list-item{
	width: 25%;
	margin-bottom: 30px;
	border-right: 1px solid #e6e6e6;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.section5-list .list-item:last-child{
	border-right: none;
}
.section5-list .list-item .pic{
	width: 120px;
	height: 120px;
	border-radius: 150px;
	background: rgba(229, 246, 228, 0.7);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	position: relative;
}
.section5-list .list-item .pic img{
	width: 50%;
	height: 50%;
}
.section5-list .list-item p{
	text-align: center;
	padding: 0px 10px 0px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 0px;
}
.section5-list .list-item .pic:hover{
	background: #ec9e40;
}
.section5-list .list-item .pic:after{
	content: '';
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    -webkit-box-shadow: 0 0 0 2px rgb(255 255 255 / 10%);
    box-shadow: 0 0 0 2px rgb(255 255 255 / 10%);
    opacity: 0;
    -webkit-transform: scale(.9);
    transform: scale(.9);   
}
.section5-list .list-item .pic:hover{
	background: #ecf8d2;
}
.section5-list .list-item .pic:hover:after{
	-webkit-box-shadow: 0 0 0 2px rgb(255 255 255 / 10%), 0 0 10px 10px #ecf8d2, 0 0 0 10px rgb(255 255 255 / 50%);
    box-shadow: 0 0 0 2px rgb(255 255 255 / 10%), 0 0 10px 10px #ecf8d2, 0 0 0 10px rgb(255 255 255 / 50%);
    display: inline-block;
    z-index: 2;
    -webkit-animation: fusionSonarEffect 1.3s ease-out 75ms;
    animation: fusionSonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes fusionSonarEffect {
	0% {
		opacity: .3
	}
	40% {
		opacity: .5
	}
	100% {
		-webkit-transform: scale(1.5);
		opacity: 0
	}
}

@keyframes fusionSonarEffect {
	0% {
		opacity: .3
	}
	40% {
		opacity: .5
	}
	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}
}
.index-section6 {
    width: 100%;
    height: auto;
    padding: 80px 0px 80px;
    background-image:url(../images/home-pic17.jpg); 
	background-image: -webkit-image-set(url(../images/home-pic17.webp) 1x);
    background-image: image-set(url(../images/home-pic17.webp) 1x);
	background-repeat:no-repeat; 
	background-size:cover; 
	background-position:center bottom;
	position: relative;
}
.index-section6 .maincon{
	position: relative;
	z-index: 3;
}
.index-section6 .section6-title{
	margin-bottom: 0px;
}
.index-section6 .section6-title h2{
	margin-bottom: 20px;
}
.index-section6 .section6-title h2 a{
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	font-family: inherit;
	font-weight: inherit;
}
.index-section6 .section6-title h2 a:hover{
	color: #82ab28;
}
.index-section6 .section6-title p{
	text-align: center;
	margin-bottom: 0px;
}
.forms .form_control {
    width: 100%;
    height: 60px;
    border: none;
    padding: 0px 0px;
    margin-bottom: 40px;
    font-size: 16px;
    color: #000;
    box-shadow: none;
    border-bottom: 1px solid #b3b3b3;
    background: none;
}
.forms textarea.form_control{
	height: 140px;
	padding: 15px 0px 10px;
}
.forms label{
	margin-bottom: 20px;
	font-size: 16px;
	color: #333333;
}
.forms .main-btn{
	height: 48px;
    padding: 0px 80px 0px 80px;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    margin-top: 0px;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    background: #82ab28;
    border: none;
}
.forms .main-btn:hover{
    background: #ec9e40;
}
.forms .Verification-box{
	position: relative;
	margin-bottom: 40px;
}
.forms .Verification-box img.verifycoderefresh{
	position: absolute;
	right: 0px;
	top:50%;
	transform: translateY(-50%);
}
.forms .Verification-box .glyphicon{
	right: 160px;
	top:50%;
	transform: translateY(-50%);
	position: absolute;
}
.forms .Verification-box .form_control{
	margin-bottom: 0px;
}

.forms .inquiry-quantity{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.forms .inquiry-quantity select.form_control {
    width: 150px;
    font-size: 16px;
    outline: none;
}
.forms .inquiry-quantity{
	width: 100%;
}
.forms .inquiry-quantity input.form_control {
	width: calc(100% - 160px);
	margin-right: 10px;
}
.forms .inquiry-quantity input.form_control:after {
	content: " ";
	position: absolute;
	z-index: 2;
	top: -25px;
	width: 110%;
	height: 50px;
	background-color: #fff;
	transform: rotate(-0.5deg)
}

.index-form .form_button{
	text-align: center;
	margin-top: 40px;
}
.index-form .forms form>.row{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.index-form .forms form>.row:before{
	content: none;
}
.index-form .forms form>.row:after{
	content: none;
}
.index-form .forms form>.row>.col-lg-6{
	width: 46%;
}
.formError .formErrorContent{
	white-space: nowrap;
}
.push{
	margin-top: 97px;
}
.pagebanner{
	width: 100%;
	height: 500px;
	position: relative;
}
.pagebanner:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 52, 107, 0.3);*/
}
.pagebanner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pagebanner .text{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	transform: translateY(-50%);
}
.pagebanner h1{
	font-size: 35px;
	color: #1a1a1a;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
}
.crumbnav{
	width: 100%;
	height: auto;
	padding: 20px 0px;
	text-align: left;
}
.crumbnav ul{
	width: 100%;
	height: auto;
	margin: auto;
	font-size: 15px;
	color: #666;
}
.crumbnav ul li{
	font-size: 16px;
	color: #666;
	display: inline-block;
	margin-right: 5px;
}
.crumbnav ul li a{
	font-size: 16px;
	color: #666;
	display: inline-block;
}
.crumbnav ul li a:hover{
	color: #82ab28;
}
.crumbnav ul li:first-child{
	padding-left: 26px;
	background: url(../images/icon-home.svg) no-repeat 0px 2px/16px;
}
.crumbnav ul li::before{
	content: "/";
	color: #666;
	margin-right: 7px
}
.crumbnav ul li:first-child::before{
	content: "";
	margin-right: 0px;
}
.pagecontent{
	width: 100%;
	height: auto;
	padding: 20px 0px 60px;
}
.about-section1{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about-section1 .pic{
	width: 40%;
}
.about-section1 .pic img{
	width: 100%;
	height: auto;
}
.about-section1 .text{
	width: 55%;
}
.about-section1 .text p:last-child{
	margin-bottom: 0px;
}
.about-section2{
	width: 100%;
	height: auto;
	padding: 50px 0px 20px;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 3.5%;
}
.about-section2 a{
	display: inline-block;
	width: 31%;
	height: auto;
	padding: 13px 10px;
	background: #82ab28;
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
}
.about-section2 a:hover{
	background: #ec9e40;
}
.about-section3{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.about-section4{
	margin-bottom: 0px;
}
.about-section4 .about-section4-info{
	width: 100%;
	height: auto;
	padding: 50px 0px 50px 0px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about-section4 .about-section4-info:before{
	width: 75%;
	height: 100%;
	content: '';
	background: linear-gradient(#f8f8f8 0,rgba(229, 246, 228, 0.7) 100%);
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: -1;
}
.about-section4 .about-section4-info .text{
	width: 60%;
	padding: 15px 70px 0px 70px;
}
.about-section4 .about-section4-info .pic{
	width: 40%;
}
.about-section4 .about-section4-info .pic img{
	width: 100%;
	height: auto;
}
.foot-form{
	width: 100%;
	height: auto;
	padding: 70px 0px;
	background: url(../images/home-pic17.jpg) no-repeat center bottom/cover;
}
.foot-form .section6-title{
	margin-bottom: 55px;
}
.foot-form .section6-title h2{
	margin-bottom: 20px;
}
.foot-form .section6-title p{
	text-align: center;
	margin-bottom: 0px;
}
.foot-form .index-form{
	padding: 60px 60px;
	background: rgba(255,255,255,.8);
}
.foot-form .forms textarea.form_control{
	height: 80px;
}
.foot-form .index-form .form_button {
    margin-top: 20px;
}
.Careers-section2{
	width: 100%;
	height: auto;
	padding: 60px 0px 0px;
}
.Careers-title{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	border-bottom: 2px solid #82ab28;
	margin-bottom: 40px;
}
.Careers-title span{
	padding: 0px 30px;
	height: 56px;
	background: linear-gradient( rgba(229, 246, 228, 0.7) 0,rgba(229, 246, 228, 0.2) 100%);
	color: #333333;
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.Careers-title span.act{
	background: #82ab28;
	color: #fff;
}
.Careers-list{
	width: 100%;
	height: auto;
}
.Careers-list .list-info{
	width: 100%;
	height: auto;
	display: none;
}
.Careers-list .list-info.show{
	display: block;
}
.Careers-list .list-info ul{
	margin-bottom: 35px;
}
.Careers-list .list-info ul:last-child{
	margin-bottom: 0px;
}
.Careers-list .list-info ul li{
	color: #333333;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
    padding-left: 28px;
    background: url(../images/circular.svg) no-repeat 1px 10px/8px;
}
.contactcon{
	width: 100%;
	height: auto;
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0px 100px;
}
.contactcon1{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.contactpic1{
	height: 60px;
	width: auto;
	margin-bottom: 25px;
}
.contactcon .span1{
	font-size: 16px;
	color: #000;
	margin-bottom: 25px;
	font-weight: bold;
	text-align: center;
}
.contactcon .span2{
	font-size: 16px;
	color: #000;
	margin-bottom: 0px;
	text-align: center;
}
.contactcon p{
    font-size: 16px;
    color: #000;
    margin-bottom: 0px;
    text-align: center;
}
.contactcon p a{
    font-size: 16px;
    color: #000;
}
.contactcon p a:hover{
    color: #82ab28;
}
.contactcon p canvas{
	height: 16px;
	margin-bottom: 5px;
}
.contactcon p .spantel{
	margin-right: 4px;
	width: auto;
}
.contactcon p .spancanvas{
    display: flex;
    flex-direction: column;
}
.contactcon2 p{
	width: 230px;
	text-align: center;
}
.contactcon2 a{
	padding: 10px 17px;
	background: #82ab28;
	color: #fff;
	font-size: 16px;
	margin-top: 25px;
	border-radius: 50px;
	text-transform: uppercase;
}
.contactcon2 a:hover{
	background: #ec9e40;
}
.contactemail{
	width: 260px;
	height: 40px;
	margin-top: 20px;
}
.contactemail form {
    width: 100%;
    height: 100%;
    position: relative;
}
.contactcon1 .share-box{
	margin-top: 20px;
}
 
.maps{
	width: 100%;
	height: 400px;
}
.maps iframe{
	width: 100%;
	height: 100%;
}
.Services-list{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.Services-list .list-item{
	width: 100%;
	padding: 45px 180px;
	border-bottom: 1px solid #82ab28;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Services-list .list-item:first-child{
	border-top: 1px solid #82ab28;
}
.Services-list .list-item .pic{
	width: 440px;
	height: auto;
	flex-shrink: 0;
}
.Services-list .list-item .pic img{
	width: 100%;
	height: auto;
}
.Services-list .list-item .text{
	width: 100%;
	margin-right: 100px;
}
.Services-list .list-item .text h3{
	margin-bottom: 50px;
	margin-top: 0px;
}
.Products-list{
	width: 100%;
	height: auto;
	margin-top: 20px;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid #82ab28;
}
.Products-list .list-item{
	width: 50%;
	padding: 45px 0px;
	border-bottom: 1px solid #82ab28;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 45px;
}
.Products-list .list-item:nth-child(2n){
	padding-left: 45px;
	padding-right: 0px;
	border-left: 1px solid #82ab28;
}
.Products-list .list-item .pic{
	width: 40%;
	height: auto;
	flex-shrink: 0;
}
.Products-list .list-item .pic img{
	width: 100%;
	height: auto;
}
.Products-list .list-item .text{
	width: 100%;
	margin-right: 30px;
}
.Products-list .list-item .text h3{
	margin-bottom: 40px;
	margin-top: 0px;
}

.service-content{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.leftnav{
	width: 25%;
}
.rightcon{
	width: 70%;
}
.sidenav{
	width: 100%;
	height: auto;
	box-shadow: 1px 3px 10px #f0f0f0;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 40px;
}
.leftnav h3{
	margin-bottom: 0px;
	font-weight: bold;
	display: block;
    line-height: 22px;
    color: #82ab28;
    padding: 15px 15px;
    position: relative;
    font-size: 22px;
    border-bottom: 1px solid #f5f9ff;
}
.leftnav h3 a{
    color: #82ab28;
    font-weight: bold;
    font-size: 22px;
}
.leftnav .side-title{
	margin-bottom: 0px;
	font-weight: bold;
	display: block;
    line-height: 22px;
    color: #82ab28;
    padding: 15px 15px;
    position: relative;
    font-size: 22px;
    border-bottom: 1px solid #f5f9ff;
}
.leftnav .side-title a{
    color: #82ab28;
    font-weight: bold;
    font-size: 22px;
}
.leftnavli{
	width: 100%;
	height: auto;
	padding: 0px 15px 0px;
}
.leftnavli>ul{
	width: 100%;
	height: auto;
	margin-bottom: 0px !important;
}
.leftnavli ul li a{
	font-size: 16px;
	line-height: 22px;
    color: #222222;
    display: inline-block;
    max-width: 90%;
    
}
.leftnavli ul li a:hover{
	color: #82ab28;
}
.leftnavli ul{
	margin-top: 0px;
	margin-bottom: 7px;
}
.leftnavli ul li{
	width: 100%;
    height: auto;
    padding: 0px 0px 5px 0px;
    margin-bottom: 10px;
    position: relative;
}
.leftnavli ul li ul li:last-child{
	border-bottom: 0px solid #e2e2e2;
    margin-bottom: 0px;
    padding: 10px 0px 0px;
}
.leftnavli>ul>li:last-child{
	border-bottom: 0px solid #8cc7b5;
    margin-bottom: 0px;
}
.leftnavli ul li span{
	float: right;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 14px;
	height: 14px;
	margin-top: 4px;
	font-size: 18px;
}
.leftnavli ul li span::before{
	content: '\e968';
    font-family: 'icomoon';
    color: #666;
    cursor: pointer;
    transition: all .5s;
    font-size: 14px;
    transform: rotate(-90deg);
}
.leftnavli ul li span.down::before{
    color: #82ab28;
    transform: rotate(0deg);
}
.leftnavli ul li ul{
	display: none;
	padding-left: 14px;
	margin-top: 10px;
}
.leftnavli>ul>li{
	padding: 15px 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #e6e6e6;
}
.leftnavli ul li ul li{
	padding: 10px 0px 6px;
	margin-bottom: 0px;
}
.leftnavli>ul>li>ul{
	border-top: 1px solid #e6e6e6;
	padding-left: 10px;
}
.page-title{
	margin-bottom: 30px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 3px solid #82ab28;
	padding-bottom: 14px;
	 position: relative;
}
.page-title:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #82ab28;
    display: inline-block;
    bottom: -6px;
    left: 0px;
}
.page-title:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #82ab28;
    display: inline-block;
    bottom: 2px;
    left: 0px;
}
.page-title h2{
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 130%;
    margin-top: 0px;
    color: #82ab28;
    text-align: left;
}
.page-title h1{
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 1.3;
    margin-top: 0px;
    text-align: left;
}
.site-btn {
	position: relative;
	z-index: 1;
	display: inline-block;
	background-color: #ec9e40;
	height: 38px;
	line-height: 38px;
	padding: 0 80px 0 20px;
	color: #fff;
	transition: all ease .3s !important;
	-webkit-transition: all ease .3s !important;
	cursor: pointer;
	overflow: hidden;
	font-size: 16px;
	font-style: italic;
	border: 0;
	flex-shrink: 0;
	margin-left: 20px;
}
.site-btn:after {
	content: '\e968';
    font-family: 'icomoon';
    transform: rotate(-90deg);
	position: absolute;
	right: 0;
	top: 0;
	height: 38px;
	line-height: 38px;
	width: 50px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-style: normal
}
.site-btn:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 70px;
	top: 0;
	right: -10px;
	z-index: -1;
	background: #698d19;
	-webkit-transition: .3s all ease-out;
	-o-transition: .3s all ease-out;
	transition: .3s all ease-out;
	transform: skew(-12deg)
}
.site-btn:hover {
	position: relative;
	z-index: 1;
	color: #fff;
	padding-right: 60px;
	background: #9dd22a;
}
.site-btn:hover:before {
	width: 110%
}
.site-btn:hover,
.site-btn:focus,
.site-btn:active {
	outline: 0;
	border: 0
}
.site-btn:hover:before{
	background: #9dd22a;
}
.side-inquiry{
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 15px #f0f0f0;
	border-radius: 10px;
	overflow: hidden;
}
.side-inquiry .forms{
	padding: 30px 15px 50px;
}
.side-inquiry .forms .row>div{
	width: 100%;
}
.side-inquiry .forms label{
	display: none;
}
.side-inquiry .forms .form_control{
	margin-bottom: 20px;
}
.side-inquiry .forms textarea.form_control{
	height: 100px;
}
.side-inquiry .forms .main-btn{
	margin-top: 10px;
	padding: 0px 40px 0px 40px;
}
.product-note{
	background: linear-gradient(to right, #edf6f7, #f9f9f9);
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    color: #ec9e40;
    margin-top: 30px;
    margin-bottom: 25px;
}
.product-note span{
    padding-right: 5px;
    font-size: 14px;
}

.services-container .title-bg{
	padding-bottom: 3px;
    border-bottom: 2px solid #82ab28;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 25px;
}
.services-container .title-bg h3{
	display: inline-block;
	padding: 8px 56px 8px 15px;
	background: #82ab28;
	color: #fff;
	position: relative;
	overflow: hidden;
	margin-bottom: 0px;
}
.services-container .title-bg h3:before{
	content: '';
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 0; height: 0;
    border-color: transparent #fff;
    border-width: 0 50px 50px 0;
    border-style: solid;
}
.services-container .title-bg h2{
	display: inline-block;
	padding: 8px 56px 8px 15px;
	background: #82ab28;
	color: #fff;
	position: relative;
	overflow: hidden;
	margin-bottom: 0px;
}
.services-container .title-bg h2:before{
	content: '';
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 0; height: 0;
    border-color: transparent #fff;
    border-width: 0 50px 50px 0;
    border-style: solid;
}
.services-container .title-bg:before{
	width: 120px;
	height: 20px;
	content: '';
	background: url(../images/title-bg.png) no-repeat top right/100%;
	position: absolute;
	right: 0px;
	bottom: -24px;
}
.services-container .title-icon{
    border-bottom: 2px solid #82ab28;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
	padding-bottom: 15px;
}
.services-container .title-icon:before{
	content: '';
    width: 10px;
    height: 10px;
    background: #82ab28;
    transform: rotate(45deg);
    border-radius: 0px;
    margin-right: 15px;
	flex-shrink: 0;
	margin-top: 5px;
}
.services-container .title-icon:after{
	width: 120px;
	height: 20px;
	content: '';
	background: url(../images/title-bg.png) no-repeat top right/100%;
	position: absolute;
	right: 0px;
	bottom: -24px;
}

.services-container .title-icon2{
	padding-bottom: 3px;
    border-bottom: 2px solid #82ab28;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 20px;
}
.services-container .title-icon2:before{
	content: '';
    width: 10px;
    height: 10px;
    background: #82ab28;
    transform: rotate(45deg);
    border-radius: 0px;
    margin-right: 15px;
	flex-shrink: 0;
	margin-top: 9px;
}

.services-container .text-icon1{
	padding-left: 25px;
	background: url(../images/text-icon1.png) no-repeat 0px 13px/15px;
}
.ullist{
	padding-bottom: 5px;
}
.ullist.list-icon1{
	padding-left: 25px;
}
.ullist.list-icon1>li{
	padding-left: 0px !important;
	position: relative;
	list-style:none;
}
.ullist.list-icon1>li:before{
	content: '\25C6';
	position: absolute;
	top: 0px;
	left: -25px;
	width: 10px;
	height: 10px;
	font-size: 24px;
}
.ullist.list-icon2{
	padding-left: 25px;
}
.ullist.list-icon2>li{
	padding-left: 0px;
	position: relative;
	list-style: none;
}
.ullist.list-icon2>li:before{
	content: '';
    position: absolute;
    top: 4px;
    left: -30px;
    width: 18px;
    height: 18px;
    background: url(../images/ullist-icon2.png) no-repeat 0px center/17px;
}
.ullist.list-icon3{
	padding-left: 25px;
}
.ullist.list-icon3>li{
	padding-left: 0px;
	position: relative;
	list-style: none;
}
.ullist.list-icon3>li:before{
	content: '';
    position: absolute;
    top: 10px;
    left: -25px;
    width: 8px;
    height: 8px;
    border: 1px solid #82ab28;
}
.ullist.list-icon4{
	padding-left: 25px;
}
.ullist.list-icon4>li{
	padding-left: 0px;
	position: relative;
	list-style: none;
}
.ullist.list-icon4>li:before{
	content: '';
    position: absolute;
    top: 10px;
    left: -25px;
    width: 8px;
    height: 8px;
    border: 1px solid #82ab28;
    background: #82ab28;
}
.ullist.list-icon5{
	padding-left: 25px;
}
.ullist.list-icon5>li{
	padding-left: 0px;
	position: relative;
	list-style: none;
}
.ullist.list-icon5>li:before{
	content: '';
    position: absolute;
    top: 6px;
    left: -30px;
    width: 18px;
    height: 18px;
    background: url(../images/ullist-icon5.png) no-repeat 0px center/13px;
}
.ullist.list-icon6{
	padding-left: 25px;
}
.ullist.list-icon6>li{
	padding-left: 0px;
	position: relative;
	list-style: none;
}
.ullist.list-icon6>li:before{
	content: '';
    position: absolute;
    top: 6px;
    left: -30px;
    width: 18px;
    height: 18px;
    background: url(../images/ullist-icon6.png) no-repeat 0px center/14px;
}
.ullist.list-icon7{
	padding-left: 25px;
}
.ullist.list-icon7>li{
	padding-left: 0px !important;
	position: relative;
	list-style:none;
	color: #82ab28;
}
.ullist.list-icon7>li:before{
	content: '♦';
	position: absolute;
	top: 1px;
	left: -25px;
	width: 10px;
	height: 10px;
}
.ullist.list-icon8{
	padding-left: 25px;
}
.ullist.list-icon8>li{
	padding-left: 0px;
	position: relative;
	list-style: none;
}
.ullist.list-icon8>li:before{
	content: '';
    position: absolute;
    top: 5px;
    left: -30px;
    width: 18px;
    height: 18px;
    background: url(../images/ullist-icon8.png) no-repeat 0px center/14px;
}
.row.center{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.services-container .foot-site-btn .site-btn{
	margin-left: 0px;
	margin-top: 20px;
	color: #fff;
}
.bannertext-promo h2{
	margin-top: 35px;
	font-size: 20px;
	margin-bottom: 30px;
}
.bannertext-promo h2 span{
	font-size: 50px;
	color: #09ffeb;
	margin-right: 10px;
}
.cover-form{
	display: none;
}
.cover-form-box .cover-form{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.cover-form-box{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 333;
	display: none;
}
.cover-form-box .cover-form .form-bg{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
}
.cover-form-box .cover-form .maincon{
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.cover-form-box .cover-form .maincon .forms{
	max-width: 1000px;
	margin: auto;
	background: #fff;
	padding: 40px 60px 50px;
}
.cover-form-box .cover-form .forms .row>div{
	width: 100%;
}
.cover-form-box .cover-form .forms label{
	color: #ffff;
	margin-bottom: 0px;
	display: none;
}
.cover-form-box .cover-form .forms .form_control{
	height: 44px;
	margin-bottom: 15px;
	border: 1px solid #d6d6d6;
	color: #000;
	padding: 0px 10px;
}
.cover-form-box .cover-form .forms{
	position: relative;
}
.close-box{
	position: absolute;
	right: 10px;
	top: 10px;
}
.cover-form-box .cover-form .close-btn{
	display: inline-flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	color: #000;
	border-radius: 0px;
	cursor: pointer;
}
.cover-form-box .cover-form .close-btn:hover{
	color: #82ab28;
}
.cover-form-box .cover-form .close-btn:before{
	content: '\e981';
    font-family: 'icomoon';
    font-size: 20px;
    transform: rotate(45deg);
}
.cover-form-box .cover-form .forms .Verification-box .form_control{
	margin-bottom: 0px;
}
.cover-form-box .cover-form .forms textarea.form_control{
	height: 80px;
	padding: 10px 10px;
}
.cover-form-box .cover-form .forms input::-webkit-input-placeholder {
  color: #999;
}
.cover-form-box .cover-form .forms input:-moz-placeholder {
  color: #999;
}
.cover-form-box .cover-form .forms input::-moz-placeholder {
  color: #999;
}
.cover-form-box .cover-form .forms input::-ms-input-placeholder {
  color: #999;
}
.cover-form-box .cover-form .forms textarea::-webkit-input-placeholder {
  color: #999;
}
.cover-form-box .cover-form .forms textarea:-moz-placeholder {
  color: #999;
}
.cover-form-box .cover-form .forms textarea::-moz-placeholder {
  color: #999;
}
.cover-form-box .cover-form .forms textarea::-ms-input-placeholder {
 color: #999;
}
.cover-form-box .cover-form-title{
	font-size: 25px;
	color: #82ab28;
	text-align: center;
	font-weight: bold;
	margin-bottom: 25px;
}
.cover-form-box .forms .Verification-box{
	margin-bottom: 25px;
}
table.detail-table tr:nth-child(2n){
	background: none;
}
.services-container .QC-title{
	font-size: 20px;
	margin-top: 30px;
}
.QC-btn>div{
	padding: 0px;
	width: auto;
	margin-right: 20px;
	margin-bottom: 15px;
}
.QC-btn a{
	display: inline-block;
	padding: 6px 15px;
	min-width: 200px;
	text-align: center;
	max-width: 100%;
	color: #82ab28;
	border: 1px solid #82ab28;
}
.QC-btn a:hover{
	color: #fff;
	border: 1px solid #ec9e40;
	background: #ec9e40;
}
.pdf-link-form{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	left: 0px;
	top: 0px;
	display: none;
}
.pdf-link-form .pdf-link-form-bg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,.7);
	cursor: pointer;
}
.pdf-link-form .pdf-link-form-box{
	position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 700px;
    background: #fff;
    padding: 40px 40px 40px;
    width: 100%;
}
.pdf-link-form .pdf-link-form-box .pdf-link-form-content{
	margin: 0px 0px;
	width: 100%;
}
.pdf-link-form .pdf-link-form-close{
	position: absolute;
	right: 10px;
	top: 10px;
	color: #000;
	cursor: pointer;
}
.pdf-link-form .pdf-link-form-close:before{
	content: '\2716';
	font-size: 20px;
	font-weight: bold;
}
.pdf-link-form .pdf-link-form-close:hover{
	color: #82ab28;
}
.pdf_form .form-control{
	height: 42px;
	padding: 0px 12px;
}
.qcform-box .pdf_form-title{
	margin-bottom: 10px;
	line-height: 1.3;
}
.qcform-box .form-control{
	outline: none;
	height: 40px;
	box-shadow: none;
	padding: 0px 10px;
	font-size: 16px;
}
.qcform-box label{
	margin-bottom: 10px;
	font-size: 16px;
}
.qcform-box.forms .Verification-box{
	margin-bottom: 0px
}
.qcform-box.forms .Verification-box img.verifycoderefresh{
	width: 110px;
	height: 100%;
}
.qcform-box.forms.forms .Verification-box .glyphicon {
    right: 125px;
}
.qcform-box.forms .main-btn{
	padding: 9px 35px;
	line-height: 1.3;
    height: auto;
    margin-top: 10px;
}



@media screen and (max-width:1580px){




.navs>ul>li{
	margin-left: 40px;
}
.content {
	width: 100%;
	height: auto;
    padding: 0px 6%;
}
.maincon {
    width: 100%;
	height: auto;
    padding: 0px 6%;
}


}


@media screen and (max-width:1400px){



.cover-form-box .cover-form .forms .row>div.col-lg-6{
	width: 50%;
	float: left;
}
.cover-form-box .cover-form .forms .row>div.col-lg-12{
	width: 100%;
	float: left;
}
.navs>ul>li {
    margin-left: 20px;
}
.foot-content .maincon{
	flex-wrap: wrap;
}
.foot-search{
	width: 100%;
}
.Services-list .list-item{
	padding: 45px 0px;
}
.bannertext h1,.bannertext h2,.bannertext .banner-title{
	font-size: 36px;
	margin-bottom: 40px;
	margin-top: 40px;
}
.logos img {
    height: 60px;
}
.top-nav .top-search form input{
	width: 250px;
}
.top-nav .top-search form button{
	width: 50px;
	font-size: 18px;
}
.top-nav .top-search form{
	height: 42px;
}

}


@media screen and (max-width:1300px){




.Services-list .list-item .pic{
	width: 400px;
	max-width: 100%;
}
.contactcon{
	padding: 0px 0px;
}
.index-section1 .learnmore {
    margin-top: 0px;
}
.section-title{
	font-size: 26px;
}
.index-section1 .pic{
	width: 45%;
}
.navs>ul>li {
    margin-left: 20px;
}
.logos img {
    height: 55px;
}

}


@media screen and (min-width:1200px){



.navs{
	position: static;
}
.navs>ul>li.spread-nav{
	position: static;
}
.navs>ul>li.spread-nav:after{
	content: none;
}
.navs>ul>li.spread-nav>ul{
	width: 1200px;
	padding: 10px 20px !important;
	right: 0%;
    left: auto;
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	border: 1px solid rgba(0,0,0,.15);
	top: calc(100% - 11px);
	flex-wrap: wrap;
}
.navs>ul>li.spread-nav>ul>li{
	width: 33.3%;
	border-bottom: 0px solid #fff;
	padding: 5px 10px;
}
.navs>ul>li.spread-nav>ul>li>a{
	color: #444;
	font-size: 16px;
	font-weight: bold;
}
.navs>ul>li.spread-nav>ul>li>a:hover{
	color: #ec9e40;
}
.navs>ul>li.spread-nav>ul>li>span:before{
	content: none;
}
.navs>ul>li.spread-nav>ul>li>ul{
	position: static;
	display: inline-block !important;
	padding: 6px 0px;
}
.navs>ul>li:nth-child(3)>ul>li>ul{
	max-height: 300px;
    overflow: auto;
}
.navs>ul>li>ul>li>ul::-webkit-scrollbar {
        width: 4px;     
    }
.navs>ul>li>ul>li>ul::-webkit-scrollbar-thumb {
        background: #82ab28;
        width: 4px;     
        height: 4px;
    }
.navs>ul>li>ul>li>ul::-webkit-scrollbar-track {
        border-radius: 10px;
        background: #ccc;
    }
.navs>ul>li.spread-nav>ul>li:hover{
	border-bottom: 0px solid #fff;
	background: none;
}
.navs>ul>li.spread-nav>ul>li>ul li{
	padding: 2px 0px;
	border-bottom: 0px solid #fff;
}
.navs>ul>li.spread-nav>ul>li>ul li a{
	color: #666;
	font-weight: inherit;
}
.navs>ul>li.spread-nav>ul>li>ul li:hover{
	background: none;
}
.navs>ul>li.spread-nav>ul>li>ul li a:hover{
	color: #ec9e40;
	background: none;
}
.navs>ul>li.spread-nav>ul>li>ul>li>a{
	/*color: #82ab28;*/
}
.navs>ul>li.spread-nav>ul>li>ul>li{
	position: relative;
}
.navs>ul>li.spread-nav>ul>li>ul>li>span{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
	top: 11px;
    right: 5px;
    transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    color: #888;
}
.navs>ul>li.spread-nav>ul>li>ul>li>span:before{
	content: none;
}
.navs>ul>li.spread-nav>ul>li>ul>li>ul{
	padding-left: 0px;
	display: none;
	position: absolute;
	left: 50%;
	top: 0px;
	z-index: 22;
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	border: 1px solid rgba(0,0,0,.15);
	background: #fff;
	padding: 5px 20px 10px !important;
	width: 320px;
	max-height: 300px;
	overflow: auto;
}
.navs>ul>li.spread-nav>ul>li>ul>li>ul::-webkit-scrollbar {
        width: 4px;     
    }
.navs>ul>li.spread-nav>ul>li>ul>li>ul::-webkit-scrollbar-thumb {
        background: #82ab28;
        width: 4px;     
        height: 4px;
    }
.navs>ul>li.spread-nav>ul>li>ul>li>ul::-webkit-scrollbar-track {
        border-radius: 10px;
        background: #ccc;
    }
.navs>ul>li.spread-nav>ul>li>ul li:hover>ul{
	display: block;
}
		
}
@media screen and (min-width:1300px){
	
.navs>ul>li.spread-nav>ul{
	right: 5%;
}
}


@media screen and (max-width:1200px){



.page-title h1{
    font-size: 24px;
}
.cover-form-box .cover-form .forms input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
.cover-form-box .cover-form .forms input:-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.cover-form-box .cover-form .forms input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.cover-form-box .cover-form .forms input::-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.cover-form-box .cover-form .forms textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
.cover-form-box .cover-form .forms textarea:-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.cover-form-box .cover-form .forms textarea::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.cover-form-box .cover-form .forms textarea::-ms-input-placeholder {
 opacity: 1;
  color: #fff;
}
.cover-form-box .cover-form .forms label{
	display: none;
}
.cover-form-box .cover-form .forms textarea.form_control {
    height: 80px;
}
.sub-nav a{
	width: 49%;
}
.service-content{
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.rightcon {
    width: 100%;
    margin-bottom: 50px;
}
.leftnav {
    width: 100%;
}

.Products-list .list-item .pic{
	width: 350px;
	max-width: 100%;
}
.Products-list .list-item{
	width: 100%;
	padding-right: 0px;
}
.Products-list .list-item:nth-child(2n) {
    padding-left: 0px;
    border-left: none;
}
.about-section4 .about-section4-info:before{
	content: none;
}
.about-section4 .about-section4-info{
	flex-wrap: wrap;
	background: #f1fafc;
	padding: 50px 50px;
}
.about-section4 .about-section4-info .text{
	width: 100%;
	margin-top: 40px;
	padding: 0px 0px 0px;
}
.about-section4 .about-section4-info .pic{
	width: 500px;
	max-width: 100%;
}
.about-section2{
	justify-content: space-between;
	column-gap: 0px;
}
.about-section2 a{
	width: 48%;
}
.about-section1{
	flex-wrap: wrap;
}
.about-section1 .pic {
    width: 450px;
    max-width: 100%;
    margin-bottom: 40px;
}
.about-section1 .text {
    width: 100%;
}
.pagebanner h1{
	font-size: 28px;
}
.push{
	margin-top: 83px;
}
.index-form .forms form>.row>.col-lg-12{
	width: 100%;
}
.foot-content .maincon{
	flex-wrap: wrap;
}
.foot-Opening{
	width: 100%;
	margin-bottom: 25px;
	margin-top: 25px;
}
.foot-search{
	width: 100%;
}
.bannertext h1, .bannertext h2 ,.bannertext .banner-title{
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.bannertext .learnmore{
	margin-top: 30px;
}
.bannertext p{
	font-size: 16px;
	line-height: 28px;
}
.toper .content{
	align-items: center;
}
.toper{
	padding: 15px 0px 15px;
}
.logos{
	margin-bottom: 0px;
}
.top-nav{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.top-nav .top-search {
    margin-bottom: 0px;
}
.sp_nav {
    display: block;
    margin-left: 30px;
    margin-top: 0px;
}	
.navs {
    width: 100%;
    height: auto;
    position: absolute;
    top: 100%;
    margin-top: 0px;
    right: 0px;
    bottom: auto;
    background: #f2f2f2;
    padding-top: 0px;
    padding-left: 0px;
    z-index: 999;
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
    max-height: calc(100vh - 120px);
    overflow: auto;
}
.navs a{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
    line-height: 50px;
    display: block;
    margin-left: 0px;
    z-index: 999;
    padding: 0px 20px;
    float: left;
    color: #222;
    font-size: 16px;
    text-align: center;
}
.navs.visible{transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); opacity: 1; visibility: visible;}
.navs>ul{
	width: 100%;
	height: auto;
}
.toper.fixed .navs a{
	color: #222;
}
.navs ul li a{
	font-size: 15px;
	line-height: 40px;
    color: #222;
    display: inline-block;
    width: auto;
    text-align: left;
    border-bottom: none;
    padding: 0px 0px;
}
.navs ul{
	margin-top: 0px;
}
.navs ul li{
	width: 100%;
    height: auto;
    padding: 0px 0px 0px 15px;
    margin-bottom: 0px;
    position: relative;
    margin-left: 0px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    display: inline-block;
}
.navs ul li:last-child{
    margin-bottom: 0px;
}
.navs>ul>li:last-child{
	border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
}
.navs ul li img{
	height: 8px;
    cursor: pointer;
    transition: all 0.3s;
    line-height: 12px;
    top: 15px;
    position: absolute;
    right: 20px;
}
.navs ul li ul li img{
	height: 8px;
    cursor: pointer;
    transition: all 0.3s;
    line-height: 12px;
    top: 20px;
    position: absolute;
    right: 20px;
}
.navs ul li img.down{
	transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-o-transform:rotate(-90deg); 
}
.navs ul li ul{
	display: none;
	padding-left: 10px;
	overflow: hidden;
}
.navs ul li ul li{
	padding: 0px 0px;
}
.navs ul li ul li:last-child{
	border-bottom: none;
}
.navs ul li ul li a{
	line-height: 25px;
    padding: 5px 0px;
	font-weight: normal;
}
.navs>ul>li>ul{
	position: static;
	width: 100%;
	padding-left: 20px;
	background: none;
}
.navs ul li ul li ul{
	position: static;
}
.navs ul li ul li ul {
    position: static;
    width: 100%;
}
.navs>ul>li:hover{
	padding-bottom: 0px;
}
.navs>ul>li>ul>li>a{
	color: #fff;
}
.navs>ul>li>ul>li>ul>li>a{
	color: #fff;
}
.navs>ul>li>ul>li>ul>li>ul>li>a{
	color: #fff;
}
.navs>ul>li>ul>li>ul>li>ul>li>ul>li>a{
	color: #fff;
}
.navs>ul li span{
	float: right;
	margin-right: 15px;
}
.navs ul li span::before{
	color: #222;
    content: "+";
    font-weight: bold;
    font-size: 16px;
}
.navs ul li span.down::before{
	color: #222;
    content: "-";
    font-weight: bold;
}
.navs>ul>li:hover {
    background: none;
    border-bottom: 1px solid #ddd;
}
.navs ul li ul li span::before{
	color: #222;
	content: "+";
}
.navs ul li ul li span.down::before{
	content: "-";
}
.navs ul li ul li:hover>span::before{
	color: #222;
}
.navs ul li ul li{
	border-bottom: 1px solid #ddd;
}
.navs ul li ul li:hover {
    background: none;
    border-bottom: 1px solid #ddd;
}
.navs>ul>li:after{
	content: none;
}
.navs ul li ul li ul{
	background: none;
	padding-left: 20px;
}
.navs ul li ul li span::before{
	top: 18px;
}
.navs a:hover{
	color: #fff;
}
.navs>ul>li:hover>a{
	color: #fff;
}
.navs ul li ul li:hover>a{
	color: #fff;
}

}



@media screen and (max-width:1000px){



.qcform-box .pdf_form-title{
	font-size: 15px;
}
.qcform-box label{
	display: none;
}
.cover-form-box .cover-form .forms .row>div.col-lg-6{
	width: 100%;
}
.tablebox table tr th{
	display: none;
}
.tablebox table tr{
    border-bottom: 1px solid #ccc;
    padding: 20px 0px 15px;
    display: block;
    width: 100%;
}
.tablebox table thead{
	display: none;
}
.tablebox table tr:last-child{
	border-bottom: 1px solid #ccc;
}
.tablebox table tr td{
	display: block;
	height: auto;
	width: auto !important;
    text-align: left;
    border: 0px solid #ccc;
    padding: 0px 10px 10px !important;
    background: none !important;
}
.tablebox table tr td .table-inquiry{
	display: inline;
}
.tablebox table tr td a{
	display: inline !important;
	    word-break: break-all;
}

.detail-table{
	border-bottom: 1px solid #dee2e6;
}
.detail-table tr:first-child th{
	padding: 15px 10px;
}
.detail-table tr th{
	display: block;
	width: 100% !important;
    text-align: left;
    padding: 15px 10px 5px !important;
    border: none !important;
    background: none !important;
    color: #000 !important;
}
.detail-table tbody tr{
	padding: 10px 0px 15px;
	border-top: 1px solid #dee2e6;
	border-bottom: none;
	display: block;
}
.detail-table tr td{
	display: block;
	border: none !important;
	width: 100% !important;
	padding: 0px 10px 5px !important;
	background: none !important;
}


.bannertext-promo h2 span{
	font-size: 30px;
}
.foot-contact{
	width: 100%;
	margin-bottom: 15px;
}
.foot-nav{
	width: 100%;
	margin-bottom: 20px;
}
.page-title{
	flex-wrap: wrap;
	flex-direction: column;
}
.page-title h2{
	font-size: 22px;
	margin-bottom: 15px;
}
.page-title h1{
	font-size: 22px;
	margin-bottom: 15px;
}
.page-title .site-btn{
	margin-left: 0px;
}
.Products-list .list-item{
	flex-wrap: wrap;
}
.Products-list .list-item .text {
    margin-right: 0px;
    margin-bottom: 40px;
}
.Products-list .list-item .text h3 {
    margin-bottom: 20px;
}
.Services-list .list-item{
	flex-wrap: wrap;
}
.Services-list .list-item .text {
    margin-right: 0px;
    margin-bottom: 40px;
}
.Services-list .list-item .text h3 {
    margin-bottom: 20px;
}
.contactcon{
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.contactcon1{
	margin-bottom: 40px;
	width: 100%;
}
.pagebanner h1{
	font-size: 24px;
}
.push{
	margin-top: 60px;
}
.section5-list{
	flex-wrap: wrap;
}
.section5-list .list-item{
	width: 50%;
	border-right: none;
}
.section5-list .list-item .pic{
	width: 100px;
	height: 100px;
}
.section4-list {
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.section4-list .list-item{
	width: 450px;
	max-width: 100%;
}
.index-section6{
	padding: 50px 0px 50px;
}
.index-section5{
	padding: 50px 0px 20px;
}
.index-section4{
	padding: 50px 0px 20px;
}
.index-section1{
	padding: 50px 0px 50px;
}
.index-section3{
	padding: 50px 0px 50px;
}
.index-section1 .maincon{
	flex-direction: column;
}
.index-section1 .pic {
    width: 450px;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
}
.section-title{
	font-size: 22px;
	margin-bottom: 25px;
}
.toper {
    padding: 10px 0px 10px;
}
.logos img {
    height: 40px;
}
.bannertext h1,.bannertext h2,.bannertext .banner-title{
	font-size: 24px;
	line-height: 30px;
}
.content {
    padding: 0px 30px;
}
.maincon {
    padding: 0px 30px;
}


}



@media screen and (max-width:800px){




.pdf-link-form .pdf-link-form-box{
	padding: 30px 15px;
}
.about-section2 a {
    width: 100%;
}
.sub-nav a{
	width: 100%;
}
.Careers-title{
	flex-direction: column;
}
.Careers-title span{
	width: 100%;
	text-align: center;
}
.forms .main-btn{
    padding: 0px 40px 0px 40px;
}
.pagebanner h1{
	font-size: 22px;
}
.push{
	margin-top: 120px;
}
.index-form .forms form>.row>.col-lg-6{
	width: 100%;
}
.go_top{
	bottom: 150px;
}
.Copyright .maincon{
	flex-wrap: wrap;
	flex-direction: column;
}
.Copyright .icon-link{
	margin-top: 10px;
}
.learnmore{
	height: 40px;
	font-size: 14px;
    padding: 0px 70px 0px 20px;
    background: url(../images/icon-right.svg) no-repeat calc(100% - 20px) 46%/30px;
}
.top-nav .top-search {
	width: 100%;
    right: 0px;
    top: 99%;
    transform: translateY(0%);
    padding: 10px 15px;
    background: rgba(239,244,249,1);
    position: absolute;
}
.top-nav .top-search form input{
	width: 100%;
	padding: 0px 15px 0px 15px;
	background: #fff;
}
.top-nav .top-search form{
	width: 100%;
}

.bannertext h1,.bannertext h2,.bannertext .banner-title{
	font-size: 22px;
	line-height: 28px;
}
.content {
    padding: 0px 15px;
}
.maincon {
    padding: 0px 15px;
}

}

@media screen and (max-width:600px){




.forms .inquiry-quantity select.form_control {
    width: 100px;
}
.forms .inquiry-quantity input.form_control {
	width: calc(100% - 110px);
}
.cover-form-box .cover-form .maincon .forms{
	padding: 20px 15px;
}
.foot-form .index-form {
    padding: 40px 15px;
}
.about-section4 .about-section4-info{
	padding: 40px 15px;
}
.section5-list .list-item{
	width: 100%;
}
.foot-content{
	padding: 40px 0px 40px;
}
.foot-contact{
	width: 100%;
}
.foot-nav{
	width: 100%;
	margin-top: 25px;
}
.foot-search img{
	height: 45px;
}


}

.search-list{
	margin-bottom: 25px;
}

@media(min-width: 992px) {
	.search-list{
		grid-gap: 4px;
		margin-bottom: 25px;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}
}
@media(max-width: 992px){
	.search-list a{
		margin-bottom: 10px;
	}
}
.search-list a,.search-list span{
	display: block;
	align-content: center;
	padding: 5px 10px;
	background: linear-gradient(to right, #edf6f7, #f9f9f9);
	transition: all ease .4s;
	min-height: 50px;
	line-height: 1.35em;
	font-weight: bold;
}

.search-list a:hover{
	transform: scale(1.03);
	background: linear-gradient(to right, rgba(248, 227, 201, 0.9), rgba(229, 246, 228, 0.5));
}



@media(min-width: 768px) {
	.contact-box {
		grid-gap: 0;
	}

	.contact-box>div {
		border-right: 1px solid #ddd;
	}

	.contact-box>div:nth-child(3n+3) {
		border-right: none;
	}
}
.contact-box .small-title {
	border-bottom: 1px solid #ddd;
	padding-left: 10px;
	padding-bottom: 25px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}

.contact-box ul>li>strong {
	display: block;
	margin-bottom: 10px;
	font-weight: 700
}

.contact-box ul>li {
	position: relative;
	padding: 0 15px 15px 10px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 15px
}

