@charset "utf-8";
/* CSS */
img, object, embed, video {
	max-width: 100%;
}
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
h3{
	font-size: 1.25rem;
	padding: 0 15px;
	margin: 10px auto;
	border-radius: 10px ;
}
h4{
	font-size: 1.125rem;
	padding: 0 15px;
	margin: 10px auto;
	border-radius: 10px ;
}
h5{
	font-size: 1rem;
	margin: 10px auto;
	background: #b6b701;
	color: #fff;
	border-radius: 5px;
}
body {
	font-family: Georgia, 'Times New Roman', Times, serif;
	background: #fff;
	color: #000;
	line-height: 2;
}
table{
	border-collapse:collapse;
	margin:auto;
}
table, th, td{
	border:1px solid #999;
}
td{
	text-align:center;
}
a{
	text-decoration:none;
	cursor: pointer;
} 
ul{
	list-style: none;
}
p{
	font-size: 1rem;
}
.menu-btn{
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 30px;
	z-index: 2;
	display: none;
}

/*Main-nav*/
.main-nav{
	width: 100%;
	background-color: #b6b701;;
}
.nav-container{
	max-width: 1200px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 60px;
	font-size: 1.25rem;
}
.main-nav ul{
	display: flex; 
	align-items: center;
}

.main-nav ul li{
	padding: 0 15px;
}
.main-nav ul li a{
	padding-bottom: 3px;
}
.main-nav ul li a:hover{
	border-bottom: 2px solid #262626;
}
nav span{
	text-transform: uppercase;
	margin-left: 10px;
	letter-spacing: 0.4em;
}

/*Showcase*/
.showcase{
	width: 100%;
	background-color: #000;
}

.showcase .container{
	max-width: 1200px;
	display: grid;
	display: -ms-grid;
	grid-template-columns: repeat(3, 1fr);
	-ms-grid-columns: 1fr 15px 1fr 15px 1fr;
	grid-gap: 15px;
	margin-top: 15px;
	padding: 15px 0;
	margin: 0 auto;
	text-align: center;
}

.showcase .container div{
	background: #f5f5f5;
	padding: 0 5px;
	transition: all ease 500;
	border-radius: 5px;
	background-color: #e9f5f5;
	box-shadow: 2px 2px 2px rgba(245, 245, 245, 0.75);
}

.showcase .container div:hover{
	transform: scale(1.01);
}

/*Internet Explorer*/
.showcase div:nth-child(1){
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
.showcase div:nth-child(2){
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.showcase div:nth-child(3){
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}

.showcase-2{
	width: 100%;
	background-color: #f5f5f5;
}

.showcase-2 .container{
	display: grid;
	display: -ms-grid;
	grid-template-columns: repeat(3, 1fr);
	-ms-grid-columns: 1fr 15px 1fr 15px 1fr;
	grid-gap: 15px;
	margin: 0 auto;
	max-width: 1200px;
	padding: 15px 0;
}
.showcase-2 .container div{
	padding: 10px;
	min-height: 240px;
	transition: all ease 500;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 2px 2px 2px rgba(245, 245, 245, 0.75);
}
.showcase-2 .container div img{
	display: flex;
	align-items: center;
	justify-content: center;
}
.showcase-2 hr{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	height: 10px;
	background-color: #b6b701;
	border-radius: 5px;
}

/*Internet Explorer*/
.showcase-2 div:nth-child(1){
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
.showcase-2 div:nth-child(2){
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.showcase-2 div:nth-child(3){
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}


.showcase-2 ul{
	padding-left: 15px;
	padding-right: 15px;
}

.showcase-2 li{
	list-style-type: none;
	margin: 10px 0;
	padding-left: 15px;
}
.showcase-2 .container div ul li{
	transition: all ease-in-out 0.5;
}
.showcase-2 .container div ul li:hover{
	transform: scale(1.05);
}


/*Company*/

.company{
	width: 100%;
	background-color: #eef3f1;
	padding: 15px;

}
.company img{
	border-radius: 10px;
}
.company h3{
	font-size: 1.125rem;
	text-align: center;
	margin:15px auto;
	background: #b6b701;
	color: #000;
	border-radius: 10px;
	width: 100%;
	max-width: 1200px;
}
.company .content{
	max-width: 1200px;
	padding: 15px;
	margin: 0 auto;
	background-color: #b6b701;
	border-radius: 10px;
	box-shadow: 5px 5px 5px rgba(238, 243, 241, 0.75);
}
.company p{
	padding: 0 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.company .workshop{
	text-align: center;
}
.company .factory{
	display: grid;
	display: -ms-grid;
	grid-template-columns: repeat(2, 1fr);
	-ms-grid-columns: 1fr 15px 1fr;
	-ms-grid-rows:auto 15px auto 15px auto 15px;
	grid-gap: 15px;
	max-width: 1200px;
	margin: 0 auto;
}

/*Internet Explorer*/

.company .factory img:nth-child(1){
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
.company .factory img:nth-child(2){
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}
.company .factory img:nth-child(3){
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}
.company .factory img:nth-child(4){
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}
.company .factory img:nth-child(5){
	-ms-grid-row: 5;
	-ms-grid-column: 1;
}
.company .factory img:nth-child(6){
	-ms-grid-row: 5;
	-ms-grid-column: 3;
}

/*Application*/

.application div{
	margin-bottom: 15px;
}

.application p{
	font-size: 1rem;
	text-align: left;
	padding: 0 15px;
}



/*Links*/
.main-links{
	width: 100%;
	background-color: #f5f5f5;
}
.main-links-container{
	background-color: #f5f5f5;
	max-width: 1200px;
	padding: 15px;
	margin: 0 auto;
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(3,1fr);
	justify-content: center;
	align-items: center;
}
.main-links-single{
	background-color:#b6b701;
	height: 320px;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 5px 5px 5px rgba(238, 243, 241, 0.75);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/*Product-details*/
.product-detail{
	width: 100%;
	background-color: #f5f5f5;
	height: auto;
	padding: 15px;
}
.product-detail-single{
	width: 100%;
	background-color: #f5f5f5;
	height: auto;
	padding: 15px;
	min-height: calc(100vh - 120px);
}
.product-detail h5{
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 15px;
	padding-left: 15px;
}
.product-detail-single h5{
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 15px;
	padding-left: 15px;
}
.product-detail h6{
	font-size: 1rem;
	font-weight: 800;
	font-style: italic;
	margin-bottom: 15px;
}
.product-detail-single h6{
	font-size: 1rem;
	font-weight: 800;
	font-style: italic;
	margin-bottom: 15px;
}
.product-detail .container{
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 15px;
}
.product-detail-single .container{
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 15px;
}
.product-detail .container div{
	height: auto;
	background-color: #fff;
	padding: 15px;
	border-radius: 10px;
}
.product-detail-single .container div{
	height: auto;
	background-color: #fff;
	padding: 15px;
	border-radius: 10px;
}
.product-detail .container div:last-child{
	line-height: 2.8rem;
}
.product-detail-single .container div:last-child{
	line-height: 2.8rem;
}
.product-detail div ul{
	list-style-image: url(./pictures/round-star.png);
	list-style-position: outside;
	padding-left: 10px;
}
.product-detail-single div ul{
	list-style-image: url(./pictures/round-star.png);
	list-style-position: outside;
	padding-left: 10px;
}

/*Contact*/
.contact{
	background-color: #f5f5f5;
	width: 100%;
}
.contact .container{
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 15px;
	padding: 15px 0;
}
.contact .contact-info{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}

/*Internet Explorer*/
.contact div:nth-child(1){
	-ms-grid-column: 1;
	-ms-grid-row: 1;
}

.contact-content{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.contact div:nth-child(2){
	-ms-grid-column: 3;
	-ms-grid-row: 1;
}

.contact div:nth-child(3){
	-ms-grid-column: 5;
	-ms-grid-row: 1;
}

/*Google Map*/


.map{
	padding-bottom: 60%;
	overflow: hidden;
	height: 0;
	position: relative;
	margin: 15px auto;
}
.googlemap {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/*Footer*/

.main-footer{
	background-color: #b6b701;;
	width: 100%;
	flex: none;
	height: 60px;
}
.footer{
	max-width: 1200px;
	margin: auto;
	padding:10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}


.footer li{
	margin-right: 30px;
}


@media(max-width:800px){
	.nav-container{
		justify-content: space-between;
	}
	.nav-container span{
		letter-spacing: 0.2em;
	}
	.menu-btn{
		display: block;
	}
	.menu-btn:hover{
		opacity: 0.5;
	}
	.main-nav ul.main-menu{ 
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		background: #b6b701;
		width: 80%;
		height: 100%;
		border-right: #ccc 1px solid;
		opacity: 0.9;
		padding: 30px;
		z-index: 2;
		transform: translateX(-500px);
		transition: transform 0.5s ease-in-out;
	}
	.main-nav ul.main-menu li{
		padding: 10px;
		border-bottom: #ccc solid 1px;
		font-size: 14px;
	}
	.main-nav ul.main-menu li:last-child{
		border-bottom: 0;
	}
	.main-nav ul.main-menu.show{
		transform: translateX(-30px);
	}
	.showcase .container{
		grid-template-columns: 1fr;
		max-width: 90%;
	}
	.showcase-2 .container{
		grid-template-columns: 1fr;
		max-width: 90%;
	}
	.showcase-picture{
		display: none;
	}
	.main-product{
		max-width: 90%;
		grid-template-columns: 1fr;
	}
	.company .factory{
		grid-template-columns: 1fr;
	}
	.projects{
		grid-template-columns: 1fr;
		border-bottom: none;
		padding: 0;
	}
	.vial-des{
		grid-template-columns: 1fr;
	}
	.vial-des-2{
		grid-template-columns: 1fr;
	}
	.vial-des-2 .vial-des-2-content p{
		margin-top: 0;
	}
	.service{
		grid-template-columns: 1fr;
	}
	.service-content{
		display: block;
	}
	.main-links-container{
		grid-template-columns: 1fr;
		max-width: 90%;
	}
	.main-links-single{
		height: auto;
	}
	.contact .container{
		grid-template-columns: 1fr;
		width: 90%;
	}
	.product-detail{
		padding: 0;
		padding-top: 15px;
		margin: 0;
	}
	.product-detail h5{
		width: 90%;
	}
	.product-detail .container{
		grid-template-columns: 1fr;
		width: 90%;
		padding:0;
		padding-bottom: 15px;
	}
	.product-detail-single{
		padding: 0;
		padding-top: 15px;
		margin: 0;
	}
	.product-detail-single h5{
		width: 90%;
	}
	.product-detail-single .container{
		grid-template-columns: 1fr;
		width: 90%;
		padding:0;
		padding-bottom: 15px;
	}
	.specification-table table{
		display: none;
	}
	.api .api-content-img{
		grid-template-columns: 1fr;
	}
	.vhp-chamber .vhp-chamber-img{
		flex-direction: column;
	}
	.vhp-chamber .vhp-chamber-img img{
		margin-bottom: 10px;
	}
	.projects div{
		padding: 5px 0;
	}
	.projects .project-content p{
		margin: 0;
	}
	.gallery{
		grid-template-columns: repeat(2, 1fr);
	}
	.gallery div:nth-of-type(1){
		grid-column: 1/3;
	}
	.gallery div:nth-of-type(2){
		grid-column: 1/3;
	}
	.main-footer{
		height: auto;
	}
}