body {
	font-family: "Poppins", Arial, sans-serif;
}

.pos {
	position: absolute;
	left: 0; right: 0; top: 0; width: auto;
	background-image: linear-gradient(360deg, #6600ff, #4d94ff);
}

a {
	text-decoration: none;
	color: white;
}

p,h3 a {
	text-decoration: none;
	color: black;
}

.banner {
	background-image: url(images/img_bg_4.jpg);
	height:105vh;
	background-size: cover;
	background-position: center;
	position: relative;
	left: 0px; right: 0px; top: 0px; width: auto;
	opacity: 0.3;
	z-index: 1;
	}
	
.banner1 {
	background-image: url(images/img_bg_2.jpg);
	height:105vh;
	background-size: cover;
	background-position: center;
	position: relative;
	left: 0px; right: 0px; top: 0px; width: auto;
	opacity: 0.3;
	z-index: 1;
	}
	
.banner2 {
	background-image: url(images/img_bg_3.jpg);
	height:105vh;
	background-size: cover;
	background-position: center;
	position: relative;
	left: 0px; right: 0px; top: 0px; width: auto;
	opacity: 0.3;
	z-index: 1;
	}
	
.banner3 {
	background-image: url(images/img_bg_1.jpg);
	height:105vh;
	background-size: cover;
	background-position: center;
	position: relative;
	left: 0px; right: 0px; top: 0px; width: auto;
	opacity: 0.3;
	z-index: 1;
	}

.banner4 {
	background-image: url(images/cover_img_3.jpg);
	height:16vh;
	background-size: cover;
	background-position: top;
	position: relative;
	left: 0px; right: 0px; top: 0px; width: auto;
	opacity: 0.3;
	z-index: 1;
	}

.slides {display:none;}

.textslides {display:none;}
  
.headline {
	position: absolute;
	left: 21.9vw; right: 21.9vw; top: 36.5vh; width: auto;
	z-index: 10; 
	color: white;
}

.axis {
	padding-top: 2vh;
	padding-bottom: 2vh;
}

.info {
	background-color: #1e1e1e;
	width: 100%;
	background-position: center;
	position: relative; 
	z-index: 1;
	left: 0px; right: 0px; top: 0px; width: auto}

.content {
	background-color:  #f2f2f2;
	width: 100%;
	padding: 0.15vw;
	background-position: center;
	position: relative; 
	z-index: 1;
	left: 0px; right: 0px; top: 0px; width: auto
}
	
.space {
	height: 60px;
	background-color: #242424;
	position: relative; 
	z-index: 1;
	left: 0px; right: 0px; top: 0px; width: auto
}

.space1 {
	background-color: #ffa31a;
	position: relative; 
	padding: 2px;
	font-size: 0.95vw;
	z-index: 1;
	left: 0px; right: 0px; top: 0px; width: auto
}
.logo {
	float: left;
	font-size: 1.8vw;
    text-transform: uppercase;
    font-weight: 700;
	color: white;
	padding: 1.7%;
}
	
table {
	margin-top: 2vh;
	margin-bottom: 2vh;
}

.detail {font-size: 0.95vw; text-align: center; color: #cccccc;}

.grid {font-size: 1.05vw; text-align: center; padding: 4.5vh 0;}

.grid1 {font-size: 1.05vw; text-align: center; padding: 0.7vw 1.1vw;}

.grid2 {font-size: 15px; text-align: center; padding: 0px 15px;}

.navi {
	float: right; 
	font-size:1.02vw; 
	font-weight: 500;
	color: #f2f2f2;
}

.navi:hover {
	color: #ffa31a;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

li a {
	display: block;
	color: black;
	text-align: center;
	margin: 0.4%;
	padding: 2.2% 1.5%; 
	text-decoration: none;  
	background-color: transparent;
}

.divide {
	position: relative;
	z-index: 10;
	padding: 0 4%; 
   }

h2 {font-size: 1.75vw; font-weight:300;}
h1 {font-size: 3.3vw; font-weight:300;}

.left {
	position: absolute;
	left: 9.5vw; top: 45.8vh;
	z-index: 10;
	font-size: 5vw;
	color: #f2f2f2;
	cursor: pointer;
	opacity: 0.4;
}
.left:hover {text-shadow: 0 0 25px #000000; opacity: 1;}

.right {
	position: absolute;
	right: 9.5vw; top: 45.8vh;
	z-index: 10;
	font-size: 5vw;
	color: #f2f2f2;
	cursor: pointer;
	opacity: 0.4;
}
.right:hover {text-shadow: 0 0 25px #000000; opacity: 1;}

.fading{animation:opac 1.4s}
@keyframes opac{0%,100%{opacity:0} 50%{opacity:1}}

.animate{animation:fading 11s}
@keyframes fading{0%{opacity:0.2}15%{opacity:1}87%{opacity:1}100%{opacity:0.1}}

.scroll {
	display: block;
    overflow-x: auto;
}

.prod {
	font-weight: bold; 
	color: black;
}


.prod:hover {
	text-shadow: 2px 2px 4px #808080;
}

.prodimg {
	width: 18.3vw; 
	height: 53.2vh; 
	object-fit: cover;
	transition: transform .3s;
}

.prodimg:hover {
	-ms-transform: scale(1.07);
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}

.prodback {
	background-color: white;
	width: 18.3vw; 
	height: 70vh; 
	overflow: hidden;
}

.serv {
	background-color: white; 
	width: 22.7vw; 
	height: 38vh; 
	padding: 1.4vw;
}

.headimg {
	width: 40.26vw;
	height: 45vh;
	object-fit: cover;
	transition: transform .2s;
	
}

.headimg:hover {
	-ms-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

.port {
	background-color: white; 
	width: 40.26vw;  
	overflow: hidden;
}

.hcomp {
	font-weight: 500;
	margin: 1.5vw;
	text-align: left;
}

.comp:hover {
	text-shadow: 2px 2px 4px #808080;
}

.cont {
	background-color: white; 
	width: 160px; 
	height: 150px; 
	padding: 25px;
}

.name {
	width: 450px;
	padding: 10px;
	margin: 10px 0px;
	font-family:"Poppins", Arial, sans-serif;
	font-size: 16px;
	border: 0px;
}

.rest {
	width: 973px;
	padding: 10px;
	margin: 10px 0px;
	font-family:"Poppins", Arial, sans-serif;
	font-size: 16px;
	border: 0px;
}

input[type=submit] {
	width: 250px;
	padding: 10px;
	margin: 10px 0px;
	font-family:"Poppins", Arial, sans-serif;
	font-size: 16px;
	color: white;
	border: 0px;
	background-color: #ffa31a;
	cursor: pointer;
}

.tabs {
	background-color: white;
	width: 40.2vw;
	padding: 0.36vw;
	border: 1px solid gray;
	cursor: pointer;
}
.tabs:hover {
	background-color: #ffa31a;
	color: white;
}