html, body {
	height: 100%;
	font-family: "Poppins", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
}
h1 {
	font-size: 70px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	color: #6b6b6b;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 15px 0;
}
img {
	max-width: 100%;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	text-align: center;
	margin-bottom: 45px;
}
.section-title h2 {
	color: #111111;
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.set-bgfull {
	background-repeat: no-repeat;
	background-size: contain;
	
}

.set-bgspecial {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
		
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
		
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

.spad {
	padding-top: 30px;
	padding-bottom: 30px;
}
.spad-2 {
	padding-top: 50px;
	padding-bottom: 70px;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white span, .text-white li, .text-white a {
	color: #fff;
}

.smallspace{
	line-height:60%;
}

/*---------------------
  CSS
-----------------------*/

.header-section {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border-bottom: 0px solid rgba(255, 255, 255, 0.2);
}
.logo {
	float: left;
}
.logo a {
	display: inline-block;
	padding: 39px 0 29px;
}
.nav-menu {
	padding: 44px 0 29px;
	float: right;
}
.nav-menu .mainmenu {
	display: inline-block;
}
.nav-menu .mainmenu ul li {
	list-style: none;
	display: inline-block;
	margin-right: 27px;
}
.nav-menu .mainmenu ul li.active a:after {
	opacity: 1;
}
.nav-menu .mainmenu ul li a {
	font-size: 18px;
	color: #006CB6;
	font-weight: bold;
	padding: 28px 0;
	position: relative;
	text-decoration:none;
}
.nav-menu .mainmenu ul li a:hover:after {
	opacity: 1;
}
.nav-menu .mainmenu ul li a:after {
	position: absolute;
	left: 0;
	bottom: 24px;
	width: 100%;
	height: 2px;
	background: #006CB6;
	content: "";
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.slicknav_menu {
	display: none;
}

/* home */

.homeheader-section {
	padding-top: 150px;
}

.slideshow-section {
	padding-top: 20px;
	padding-bottom: 20px;
}
					
.expertises-section {
	background: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 80px;
}

.expertisecontent{
	padding-left:220px;
	padding-right:220px;
}

.about-section{
	padding-top: 80px;
	padding-bottom: 80px;
}

.aboutcontent{
	padding-right:80px;
}

.historycontent{
	padding-right:90px;
}

.achievement-section {
	background: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 80px;
}

.product-section {
	padding-top: 80px;
	padding-bottom: 580px;
}

.news-section {
	background: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 80px;
}

.article-item {
	margin-bottom: 42px;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
}

.article-item img {
	min-width: 100%;
	margin-bottom: 15px;
}

.article-text {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	height:180px;
}

.article-date {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

/* expertise */

.expertisesheader-section {
	padding-top: 150px;
}

.expertisescontent-section {
	padding-top: 280px;
	padding-bottom: 280px;
}

.expertisestextcontent{
	padding-left:220px;
	padding-right:220px;
	text-align:center;
}

.expertisesitem-section {
	background: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 80px;
}

.expertises-item {
	margin-bottom: 42px;
	background: #006CB6;
}

.expertises-item img {
	min-width: 100%;
	margin-bottom: 15px;
}

.expertises-text {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	height:260px;
}

.priorities-section {
	background: #D0EBFF;
	padding-top: 80px;
	padding-bottom: 80px;
}

.priorities-item {
	margin-bottom: 42px;
	background: #FFFFFF;
}

.priorities-item img {
	min-width: 100%;
	margin-bottom: 15px;
}

.priorities-text {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

.formula-section {
	background: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 80px;
}

/* about */

.aboutheader-section {
	padding-top: 150px;
}

.aboutcontent-section {
	background: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 80px;
}

.certified-section {
	background: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 80px;
}

.certified-item {
	margin-bottom: 42px;
	background: #FFFFFF;
}

.certified-item img {
	min-width: 100%;
	margin-bottom: 15px;
}

.certified-text {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
}

.aboutachievement-section {
	padding-top: 80px;
	padding-bottom: 80px;
}

.history-section {
	background: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 80px;
}

.testimonial-section {
	background: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 80px;
}

.testimonial-slider.owl-carousel .owl-item img {
	display: inline-block;
}
.testimonial-slider.owl-carousel .owl-nav button {
	font-size: 36px;
	color: #006CB6;
	position: absolute;
	left: 400px;
	top: 50%;
}
.testimonial-slider.owl-carousel .owl-nav button:hover {
	color: #006CB6;
}
.testimonial-slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 400px;
}
.testimonial-slider .testimonial-item {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.testimonial-slider .testimonial-item .ti-pic {
	width: 70px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.testimonial-slider .testimonial-item .ti-pic img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.testimonial-slider .testimonial-item .ti-author {
	margin-top: 10px;
}

/* product */

.productheader-section {
	padding-top: 150px;
}

.productcontent-section {
	padding-top: 280px;
	padding-bottom: 280px;
}

.producttextcontent{
	padding-left:280px;
	padding-right:280px;
	text-align:center;
}

.productitem-section {
	background: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 80px;
}

.product-table{
	width:100%;
	height:100%; 
}

/* product item */

.itemheader-section {
	padding-top: 150px;
}

.itemcontent-section {
	background: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 80px;
}

.itemcontent-text {
	padding-left: 220px;
	padding-right: 220px;
}

.itemdetail-section {
	background: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 80px;
}

.product-item {
	margin-bottom: 42px;
	background: #FFFFFF;
	border: 2px solid #E6E6E6;
	width: 300px;
	margin:auto;
}

.product-item img {
	min-width: 100%;
}

.product-text {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 40px;
	height:180px;
}

/* news */

.newsheader-section {
	padding-top: 150px;
}

.newscontent-section {
	background: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 80px;
}


/* contact */

.contactheader-section {
	padding-top: 70px;
}

.contact-section {
	background: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 80px;
}

.map {
	-webkit-box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.15);
	margin-top: 75px;
}
.map iframe {
	width: 100%;
}


/* other */

.footer-section {
	background: #006CB6;
	padding-top: 20px;
	padding-bottom: 20px;
}

.buttonfooter{
	background-color: #FFFFFF;
	border: none;
	color: #006CB6;
	padding: 6px 12px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	font-family:Montserrat;
	margin: 4px -7px;
	cursor: pointer;
	letter-spacing: 3.5px;
}

.inputfooter{
	background-color: #006CB6;
	border: none;
	color: #FFFFFF;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	font-family:Montserrat;
	border: 2px solid #FFFFFF;
	height:29.5px;
}


::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: white;
}

.small-space {
	padding-bottom: 10px;
}


/*-------------------------------- Respinsive Media Styles --------------------------------*/

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

/* Medium Device: 1200px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.nav-menu {
		padding: 44px 0 29px;
	}
}



@media only screen and (max-width: 991px) {
	.nav-menu {
		padding: 44px 0 29px;
	}
	
	.aboutcontent{
		padding-right:50px;
	}
	
	.historycontent{
		padding-right:50px;
	}
}


/* Tablet Device: 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.nav-menu {
		padding: 44px 0 29px;
	}
	
	.nav-menu .mainmenu ul li {
		margin-right: 12px;
	}
	
	.aboutcontent{
		padding-left:10px;
		padding-right:10px;
	}
	
	.historycontent{
		padding-left:10px;
		padding-right:10px;
	}
	
	.product-section {
		padding-top: 80px;
		padding-bottom: 580px;
	}
	
	.expertisecontent{
		padding-left:150px;
		padding-right:150px;
	}
	
	.expertisestextcontent{
		padding-left:150px;
		padding-right:150px;
		text-align:center;
	}
	
	.producttextcontent{
		padding-left:150px;
		padding-right:150px;
		text-align:center;
	}
	
	.product-content{
		padding-left:10px;
	}
	
	.product-table{
		width:100%;
		height:100%; 
	}
	
	.itemcontent-text {
		padding-left: 150px;
		padding-right: 150px;
	}
}


/* Large Mobile: 480px */
@media only screen and (max-width: 767px) {
	.nav-menu {
		padding: 0px 0 29px;
	}
	
	
	
	.aboutcontent{
		padding-left:10px;
		padding-right:10px;
	}
	
	.historycontent{
		padding-left:10px;
		padding-right:10px;
	}
	
	.product-section {
		padding-top: 80px;
		padding-bottom: 580px;
	}
	
	.expertisecontent{
		padding-left:10px;
		padding-right:10px;
	}
	
	.expertisestextcontent{
		padding-left:10px;
		padding-right:10px;
		text-align:center;
	}
	
	.producttextcontent{
		padding-left:10px;
		padding-right:10px;
		text-align:center;
	}
	
	.product-content{
		padding-left:10px;
	}
	
	.product-table{
		width:100%;
		height:100%; 
	}
	
	.itemcontent-text {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.slicknav_menu {
		display: block;
		background: transparent;
		padding: 0;
		position: relative;
		z-index: 55;
	}
	.slicknav_btn {
		margin: 42px 0;
		border-radius: 0;
		background: #006CB6;
	}
	.slicknav_nav {
		background: #006CB6;
	}
	.slicknav_nav ul {
		margin: 10px;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
		background: #FFFFFF;
		color: #006CB6;
	}
	.slicknav_nav a {
		padding: 10px;
	}
	.nav-menu .mainmenu {
		display: none;
	}
	.nav-menu .signup-btn {
		display: none;
	}
	
	.testimonial-slider.owl-carousel .owl-nav button {
		font-size: 36px;
		color: #006CB6;
		position: absolute;
		left: 50px;
		top: 60%;
	}
	.testimonial-slider.owl-carousel .owl-nav button:hover {
		color: #006CB6;
	}
	.testimonial-slider.owl-carousel .owl-nav button.owl-next {
		left: auto;
		right: 50px;
	}
}


/* Small Mobile: 320px */
@media only screen and (max-width: 479px) {
	.nav-menu {
		padding: 0px 0 29px;
	}

	.aboutcontent{
		padding-left:10px;
		padding-right:10px;
	}
	
	.historycontent{
		padding-left:10px;
		padding-right:10px;
	}
	
	.product-section {
		padding-top: 80px;
		padding-bottom: 580px;
	}

	.expertisecontent{
		padding-left:10px;
		padding-right:10px;
	}
	
	.expertisestextcontent{
		padding-left:10px;
		padding-right:10px;
		text-align:center;
	}
	
	.producttextcontent{
		padding-left:10px;
		padding-right:10px;
		text-align:center;
	}
	
	.product-content{
		padding-left:10px;
	}
	
	.product-table{
		width:100%;
		height:100%; 
	}
	
	.itemcontent-text {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.testimonial-slider.owl-carousel .owl-nav button {
		font-size: 36px;
		color: #006CB6;
		position: absolute;
		left: 50px;
		top: 60%;
	}
	.testimonial-slider.owl-carousel .owl-nav button:hover {
		color: #006CB6;
	}
	.testimonial-slider.owl-carousel .owl-nav button.owl-next {
		left: auto;
		right: 50px;
	}
	
	.slicknav_btn {
		margin: 42px 0;
		border-radius: 0;
		background: #006CB6;
	}
}