
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}
li {
	float: right;
}
li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
li a:hover {
	background-color: #111;
}
@font-face {
	font-family: "customfont";
	src: url('SourceSansPro-Regular.TTF');
}
.customfont {
	font-family: "customfont";
}
.button_build {
	background-color: #F2BB46; /* Green */
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
}
.lingkaran1{
	background: #030615;
	height: 50px;
	width: 100px;
	border-top-right-radius: 50px;
	border-top-left-radius: 50px;
	text-align: center;
}
.tech-slideshow {
	height: 450px;
	max-width: 5000px;
	margin: 0;
	position: relative;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
}
.tech-slideshow > div {
	height: 450px;
	width: 3500px;
	background: url(img/logo/banner33.png);
	position: relative;
	height: 90%;
	margin-top: 5%;
	transform: translate3d(0, 0, 0);
}
.tech-slideshow .mover-1 {
	animation: moveSlideshow 30s linear infinite;
}
.tech-slideshow1 {
	height: 600px;
	max-width: 5000px;
	margin: 0;
	position: relative;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
}
.tech-slideshow1 > div {
	height: 600px;
	width: 3500px;
	background: url(img/logo/step2_10.png);
	position: relative;
	height: 70%;
	margin-top: 3%;
	transform: translate3d(0, 0, 0);
}
.tech-slideshow1 .mover-2 {
	animation: moveSlideshow 30s linear infinite;
}
.tech-slideshow2 {
	height: 150px;
	max-width: 5000px;
	margin: 0;
	margin-top: 1%;
	position: relative;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
}
.tech-slideshow2 > div {
	height: 150px;
	width: 3500px;
	background: url(img/logo/trusted7.jpg);
	position: relative;
	height: 100%;
	margin-top: 0%;
	transform: translate3d(0, 0, 0);
}
.tech-slideshow2 .mover-3 {
	animation: moveSlideshow 30s linear infinite;
}
@keyframes moveSlideshow {
	100% { 
		transform: translateX(-66.6666%);  
	}
}
.dropbtn {
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
}
.dropdown {
	position: relative;
}
.dropdown-content {
	display: none;
	position: absolute;
	min-width: 160px;
	z-index: 1;
	margin-bottom: 20%;
}
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.dropdown-content a:hover {
	background-color: white;
}
.dropdown:hover .dropdown-content {
	display: block;
}
div.bg{
	background-image: url("img/logo/step2_1.png");
	height: 100%; 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bgimg2 {
	background-image: url('img/logo/ukuran4.png');
	height:80px;
	position: static;
	background-position: top;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}
.bgimg3 {
	background-image: url('img/logo/bg_menu1.png');
	height:60px;
	background-position: top;
	background-repeat: no-repeat;
	background-size: auto;
}
.hov {
	color: white;
}
.hov:hover {
	color: rgb(255,242,57);
}
.active{
	color: rgb(255,242,57);
}
.active:before {
	content: "\25cf";
	font-size: 16px;
	color: yellow;
}
.active:hover{
	color: rgb(255,242,57);
}
div.ex2 {
	min-width:200px;
	border: 5px solid #73AD21;
}
.input1 {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #f2f2f2;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: #f2f2f2;
}
.showme{ 
	display: none;
}
.showhim:hover .showme{
	display : block;
}
.showhim:hover .ok{
	display : none;
}
.hov:hover span {
	display:none
}
.hov:hover:before {
	content: "\25cf";
	font-size: 16px;
}
.dropbtn1 {
	background-color: transparent;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
}
.dropbtn1:hover, .dropbtn1:focus {
	background-color: transparent;
}
.dropdown1 {
	position: relative;
	display: inline-block;
}
.dropdown-content1 {
	display: none;
	position: absolute;
	background-color: black;
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.dropdown-content1 a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.dropdown1 a:hover {
	background-color: black;
}
.show1 {
	display: block;
}
@font-face {
	font-family: "customfont";
	src: url('SourceSansPro-Regular.ttf')  format('truetype');
}
.customfont {
	font-family: "customfont";
}
@font-face {
	font-family: "roboto";
	src: url('Roboto-Medium.ttf')  format('truetype');
}
.roboto {
	font-family: "roboto";
}
@font-face {
	font-family: "robotolight";
	src: url('Roboto-Light.ttf')  format('truetype');
}
.robotolight {
	font-family: "robotolight";
}
@font-face {
	font-family: "Montserrat-Bold";
	src: url('Montserrat-Bold.ttf')  format('truetype');
}
.Montserrat-Bold {
	font-family: "Montserrat-Bold";
}