@font-face {
	font-family: "DinsPro";
	font-style: normal;
	font-weight: 400;
	src: url(../font/dinspro-regular.woff) format("woff"), url(../font/dinspro-regular.woff2) format("woff2");
	font-display: swap;
}

@font-face {
	font-family: "DinsPro";
	font-style: normal;
	font-weight: 600;
	src: url(../font/dinspro-bold.woff) format("woff"), url(../font/dinspro-bold.woff2) format("woff2");
	font-display: swap;
}

@font-face {
	font-family: "PlayFairDisplay";
	font-style: normal;
	font-weight: 400;
	src: url(../font/playfairdisplay-regular.woff) format("woff"), url(../font/playfairdisplay-regular.woff2) format("woff2");
	font-display: swap;
}

@font-face {
	font-family: "PlayFairDisplay";
	font-style: normal;
	font-weight: 600;
	src: url(../font/playfairdisplay-bold.woff) format("woff"), url(../font/playfairdisplay-bold.woff2) format("woff2");
	font-display: swap;
}

body {
	font-family: "DinsPro", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:1.4em;
	color:#54565A;
}

header {
	font-size:1rem;
	line-height:1.5;
}

h1, h2, h3, h4 {
	margin-top:0;
	margin-bottom:20px;
}
p {
	margin-top:0;
	margin-bottom:20px;
}

h2,h3 {
	color:#638C1C;
	font-weight:600;
}
h1 {
	font-size:35px;
	line-height: 1.2em;
}
h2 {
	font-size:28px;
	line-height: 1.2em;
}


/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/

.container {
	max-width: 1180px;
	padding-right:20px;
	padding-left:20px;
	margin:0 auto;
}
.site-content .container-fluid {
	max-width: 100%!important;
	padding-right: 0px;
    padding-left: 0px;
}
.row {
	display: flex;
  flex-wrap: wrap;
}
.col {
	flex: 1 0 0%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
		background:#333;
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.white * {
	color:#FFF;
}

.center {
	text-align: center;
}

.tagline {
	font-family: "PlayFairDisplay", Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 1.5em;
	margin-bottom:1em;
}

.btn {
	display: inline-block;
	border-radius:24px;
	text-transform: uppercase;
	padding:8px 25px;
	text-decoration: none;
	transition: .2s background ease-in, .2s color ease-in;
}
.btn-coral,
.btn-coral:visited {
	font-weight:600;
	background:#FF8189;
	letter-spacing: 1.08px;
	font-size:10px;
	color:#FFF;
}

.btn-coral:hover,
.btn-coral:active,
.btn-coral:focus {
	background:#638C1C;
	color:#FFF;
}

.btn-transparent,
.btn-transparent:visited {
	background:transparent;
	letter-spacing: 1.3px;
	font-size:12px;
	color:#54565A;
	font-weight:400;
	border:2px solid #638C1C;
}

.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus {
	background:#638C1C;
	color:#FFF;
}

.pt-9 {
	padding-top:90px;
}
.pb-9 {
	padding-bottom:90px;
}
.pb-12 {
	padding-bottom:120px;
}

.py-6 {
	padding-bottom:60px;
	padding-top:60px;
}

.pt-6 {
	padding-top:0px;
}

.pb-6 {
	padding-bottom:60px;
}

.pt-3 {
	padding-top:60px !important;
}

.pb-3 {
	padding-bottom:30px;
}

.px-6 {
	padding-left:60px;
	padding-right:60px;
}

.px-3 {
	padding-left:30px!important;
	padding-right:30px!important;
}

.pl-6 {
		padding-left:60px;
}

.pl-3 {
		padding-left:30px;
}

section,
footer {
	position: relative;
	background:#FFF;
/*background: #78a22c;*/
}
/*footer p{ color:#fff}
#menu-4 a{ color:#fff}
body footer .social svg{ fill:#fff}
body footer .copyright{ color:#fff}
footer .copyright a{ color:#fff}*/
.divider {
	overflow:hidden;
}
.divider::after {
	border-radius: 50%;
	height: 60px;
	bottom: 0;
	transform: translate(0,50%);
	-ms-transform: translate(0,50%);
	-webkit-transform: translate(0,50%);
	content: "";
	position: absolute;
	width: 106%;
	/*background: #33647E;*/
	left: -3%;
	right: 0;
}

/*--------------------------------------------------------------
# Swiper Slider
--------------------------------------------------------------*/

.swiper.cards {
	max-height:500px;
	font-size:12px;
	padding-top:20px;
	padding-bottom:20px;
	line-height:1.3em;
}

.swiper.cards .btn {
	margin-top:10px;
}

.swiper.cards .content-wrapper {
	border-top:5px solid #78a22c;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 2px 14px rgba(0,0,0,.1);
  transition-duration: 0.3s;
  transition-property: box-shadow;
}

.swiper-icon {
    /* width:100px; */
    /* height:100px; */
    margin-bottom: 20px;
}
.swiper-pagination-wrapper {
	position: relative;
}

.swiper-pagination-wrapper .nav-bar {
	height: 100%;
	position: absolute;
	width: 2px;
	top: 0;
	left:10px;
	background:#D9D8D6;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 0;
    line-height: 0;
	width:24px;
	height:24px;
	opacity:.6;
}

.swiper-button-next:after{
	background: url(../image/right-arrow.png) no-repeat;
	background-size:contain;
}
.swiper-button-prev:after {
	background: url(../image/left-arrow.png) no-repeat;
	background-size:contain;
}

#products .swiper-pagination-bullets, #products .swiper-pagination-bullets,
#applications .swiper-pagination-bullets, #applications .swiper-pagination-bullets {
	position: relative;
	text-align: unset;
	transform:none;
	top:unset;
	right:unset;
	left:unset;
	margin:0 0 40px 0;
}

#products .swiper-pagination-bullets .swiper-pagination-bullet, #products .swiper-pagination-bullets .swiper-pagination-bullet,
#applications .swiper-pagination-bullets .swiper-pagination-bullet, #applications .swiper-pagination-bullets .swiper-pagination-bullet {
	text-align: unset;
	background:none;
	width:auto;
	height:auto;
	text-transform: uppercase;
	letter-spacing: 1.25px;
	margin:0 0 5px 0;
	position: relative;
	padding-left:30px;
	border-radius: 0;
	opacity:1;
	transition: .25s all;
}

#products .swiper-pagination-bullets .swiper-pagination-bullet:before, #products .swiper-pagination-bullets .swiper-pagination-bullet:before,
#applications .swiper-pagination-bullets .swiper-pagination-bullet:before, #applications .swiper-pagination-bullets .swiper-pagination-bullet:before {
	content:'';
	width:10px;
	height:10px;
	border-radius:50%;
	background:	#638C1C;
	border:2px solid #FBFBFB;
	position: absolute;
	left:6px;
	top:5px;
	opacity:0;
	transition: .25s all;
}

#products .swiper-pagination-bullets .swiper-pagination-bullet:hover, #products .swiper-pagination-bullets .swiper-pagination-bullet:hover,
#applications .swiper-pagination-bullets .swiper-pagination-bullet:hover, #applications .swiper-pagination-bullets .swiper-pagination-bullet:hover {
	color:#638C1C;
	opacity:.8;
}
#products .swiper-pagination-bullets .swiper-pagination-bullet:hover:before, #products .swiper-pagination-bullets .swiper-pagination-bullet:hover:before,
#applications .swiper-pagination-bullets .swiper-pagination-bullet:hover:before, #applications .swiper-pagination-bullets .swiper-pagination-bullet:hover:before {
	opacity:.8;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
		color:#638C1C;
		font-weight:600;
}

#products .swiper-pagination-bullets .swiper-pagination-bullet-active:before, #products .swiper-pagination-bullets .swiper-pagination-bullet-active:before,
#applications .swiper-pagination-bullets .swiper-pagination-bullet-active:before, #applications .swiper-pagination-bullets .swiper-pagination-bullet-active:before {
	opacity:1;
}


/*--------------------------------------------------------------
# Home Sections
--------------------------------------------------------------*/
.site-header .container {
	max-width:1300px;
}

#about {
	background: url(../image/about-us.jpeg) no-repeat;
	background-size: cover;
}
#about:before {
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	/*background:rgba(25, 61, 32, .8);*/
}

#about .tagline {
	font-size:18px;
	font-weight:600;
	margin-bottom:5px;
}

#about h2 {
	font-size:35px;
}

#products, #applications {
	background:#FBFBFB;
}

#products h2 {
	font-size:28px;
}

#products h3 {
	text-transform: uppercase;
	letter-spacing: 1.25px;
	margin-bottom:5px;
	font-size:14px;
color: #638C1C;
}
#products h3 + .tagline {
	margin-top:0;
}

#products .swiper.cards {
	padding-left:30px;
}

#applications .swiper.cards {
	padding-right:30px;
}


#applications.divider::after {
	background:#FBAF85;    display: none;
}

#applications .swiper.cards .content-wrapper {
	border-top:5px solid #638C1C;
}
#applications h3 {
    text-transform: uppercase;
    letter-spacing: 1.25px;
    margin-bottom: 5px;
    font-size: 14px;
	color: #638C1C;
line-height: 30px;
}
#newsletter {
	position:relative;
	background: url(../image/newsletter-signup.jpeg) no-repeat;
	background-size: cover;
}

#newsletter:before {
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(0, 0, 0, .6);
}
#newsletter h2 {
	font-size:35px;
}
#newsletter p {
	font-weight:600;
}

#strategy {
	background: #FBFBFB;
    padding-top: 30px;
}

#strategy .btn-transparent {
	color:#FFF;
	border-color:#FFF;
background: #638C1C;
}

#strategy .btn-transparent:hover,
#strategy .btn-transparent:focus,
#strategy .btn-transparent:active {
	background: #638C1C;
	color:#fff;
}


#hero.divider::after {
	/*background:#fff;*/
}


.divider .col.py-6 {
	padding-bottom:90px;
}



#hero h1 {
	margin-bottom:5px;
	color:#54565A;
}

#hero .tagline {
	font-size:18px;
	color:#33647E;
}

#hero .btn {
	margin-top:10px;
}


#hero-swiper.swiper {
	z-index: 0;
}

#hero .swiper-slide {
	height:450px;
}

@media screen and (max-width:768px) {
	#hero .swiper-slide {
	height:525px;
}
}

#hero .swiper-slide .content-wrapper,
#hero .swiper-slide .row {
	height:100%;
}

#hero .swiper-slide .row .col {
	display:flex;
	align-items:center;
}

#hero .swiper-slide .row .col .content {
	margin-bottom:30px;
}

#hero-swiper .swiper-button-next.swiper-button-disabled, #hero-swiper .swiper-button-prev.swiper-button-disabled {
	opacity:0;
}

#hero-swiper .swiper-pagination-bullet {
	background:transparent;
	border: 2px solid #FFF;
	height:10px;
	width:10px;
	opacity:1;
}
#hero-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #D2D2D2;
}

.search-submit:before {
	/*font-size:.8em;*/
}
.menu-main-nav-container, .menu-china-main-nav-container, .menu-japan-main-nav-container {
	margin-right:50px;
}

#fixed-header {
	border-bottom:1px solid #D9D8D6;
}

/*--------------------------------------------------------------
# Footer Section
--------------------------------------------------------------*/

footer {
	padding-bottom:20px;
background-color: #f4f4f4;
}

footer .col.info {
	min-width:33%;
}

footer .col.info .logo {
	max-width: 175px;
	margin-bottom:15px;
}

footer .headline {
	font-weight:600;
	font-size:12px;
	text-transform: uppercase;
	margin-bottom:15px;
}

footer .address {
	margin:0;
	padding:0;
	list-style: none;
}

footer .menu-footer-main-nav-container ul{
	margin:0;
	padding:0;
	list-style: none;
}
footer .menu-footer-main-nav-container ul li {
	display:block;
	margin-bottom:10px;
}

footer .menu-footer-main-nav-container ul li a {
	font-weight:400;
}

footer .menu-footer-main-nav-container ul li a:hover,
footer .menu-footer-main-nav-container ul li a:focus {
	text-decoration: none;
	color:#638C1C;
}

footer .row:last-child {
	text-align:right;
}

footer .menu-footer-utility-nav-container ul {
	margin-bottom:10px;
}

footer .menu-footer-utility-nav-container .list-inline-item:not(:last-child) {
    margin-right: 4px;
}

footer .menu-footer-utility-nav-container a {
	font-size:10px;
	text-decoration: none;

}
footer .menu-footer-utility-nav-container .list-inline-item:not(:last-child) a {
	border-right:1px solid #54565A;
	padding-right:8px;
}

footer .social svg {
	max-width:15px;
	fill:#54565A;
}

footer .social li {
	margin-bottom: 1.5em;
}

footer .copyright {
	font-size:10px;
	color:#979693;
	margin-bottom:0;
}

@media (min-width:769px) {
	#products .pl-3 p,
	#applications .pl-3 p {
		display:none;
	}
	#hero-swiper .content-wrapper .content {
		max-width: calc((1220px / 2) - 60px);
	}
	#hero-swiper .swiper-horizontal>.swiper-pagination-bullets, #hero-swiper .swiper-pagination-bullets.swiper-pagination-horizontal, #hero-swiper .swiper-pagination-custom, #hero-swiper .swiper-pagination-fraction {
    bottom: 40px;
    width: 50%;
}
#hero-swiper .swiper-button-next, #hero-swiper .swiper-rtl .swiper-button-prev {
    right: calc(50% + 10px);
}

#strategy .content {
	max-width: calc((1340px / 2) - 60px);
}
	#products .swiper-pagination-wrapper svg,
	#applications .swiper-pagination-wrapper svg{
		   display:none;
	}
}

@media (max-width:768px){
	.pardotform {
		height:250px;
	}

	.col {
		flex: 0 0 auto;
		width: 100%;
		padding-left:0;
		padding-right:0;
	}

	.container-fluid {
		padding-right:0px;
		padding-left:0px;
	}

	.px-3 {
		padding-left:0!important;
		padding-right:0!important;
	}
	.pl-3 {
		padding-left:0!important;;
	}
	.px-6 {
		padding-left:0;
		padding-right:0;
	}
	.pl-6 {
    padding-left: 0px;
}

	#products .swiper.cards {
		padding-left:0px;

	}
	#products .pl-3 p,
	#applications .pl-3 p {
		display:block;
		font-size:12px;
	}


	#applications .row {
		flex-direction: column-reverse;
	}

	#applications .swiper.cards {
		padding-right:0px;
	}
	#hero-swiper .swiper-horizontal>.swiper-pagination-bullets, #hero-swiper .swiper-pagination-bullets.swiper-pagination-horizontal, #hero-swiper .swiper-pagination-custom, #hero-swiper .swiper-pagination-fraction {
		bottom: 40px;
	}
	#hero .swiper-slide .col:first-child {
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		z-index:-1;
	}

	#hero .swiper-slide .col:first-child:after {
		content:'';
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    z-index: 0;
			background: rgba(240, 118, 27, .6);
	}

	#hero .swiper-slide .content {
		text-align:center;
		padding-left:40px;
		padding-right:40px;
	}

	#hero .swiper-slide * {
		color:#FFF;
	}

	#hero .btn-transparent,
	#hero .btn-transparent:visited {
		border:2px solid #FBE785;
	}

	#hero .btn-transparent:hover,
	#hero .btn-transparent:active,
	#hero .btn-transparent:focus {
		background:#638C1C;
		color:#FFF;
	}

	#hero.divider.divider::after {
		background:#FF8189;
	}
.swiper.cards {
	max-height: unset;
}
	 #products .row,
	  #applications .row {
			margin-bottom:20px;
		}

 #products .swiper-pagination-bullets .swiper-pagination-bullet, #applications .swiper-pagination-bullets .swiper-pagination-bullet {
		display:block;
		padding-left:20px;
	}

	#products .swiper-pagination-bullets, #products .swiper-pagination-bullets,
	#applications .swiper-pagination-bullets, #application .swiper-pagination-bullets {
		max-height:0;
		opacity:0;
		margin:0;
		pointer-events:none;
		transition:.25s all ease-in;
	}
	#products .swiper-pagination-bullets.active, #products .swiper-pagination-bullets.active,
	#applications .swiper-pagination-bullets.active, #applications .swiper-pagination-bullets.active {
		max-height:500px;
		opacity:1;
		margin:0;
		pointer-events:auto;
		transition:.25s all ease-in;
	}
	#products .swiper-pagination-wrapper .nav-bar, #products .swiper-pagination-bullets .swiper-pagination-bullet:before, #products .swiper-pagination-bullets .swiper-pagination-bullet:before,
	#applications .swiper-pagination-wrapper .nav-bar, #applications .swiper-pagination-bullets .swiper-pagination-bullet:before, #applications .swiper-pagination-bullets .swiper-pagination-bullet:before {
		display:none;
	}
	#products .swiper-pagination-wrapper svg,
	#applications .swiper-pagination-wrapper svg{
		    max-width: 15px;
    position: absolute;
    right: 20px;
    top: 14px;
		fill:#54565A;
		pointer-events: none;
	}
	.active-swiper-pagination {
		padding:10px 20px;
		margin-bottom:30px;
		border:2px solid #D9D8D6;
		border-radius:25px;
	}

	#applications.divider::after {
		background:#FBE785;
	}
	#applications.pt-3 {
		padding-top:50px!important;
	}
	#strategy .col-5 {
		width: 100%;
		max-width:100%;
		height:220px;
	}

	#strategy .content {
		padding-left:20px;
		padding-right:20px;
	}

	footer .headline {
		margin-bottom:10px;
	}

	footer .menu-footer-utility-nav-container ul {
		text-align: right!important;
	}

	footer .col.pt-6 {
		padding-top:30px;
	}
}
