/*-------- CSS -------------*/
/* ------------------Reset--------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;}
input, textarea, select {margin:0; padding:0px;}

/*----------------- global ------------------------*/


div {
	box-sizing: border-box;
	
}

body {
	background: black;
	font-family: arial;
	
}

.container {
	
	width: 75%;
	margin: auto;
	
}

.head {
	width: 100%;
	padding: 10px;
	border: 1px #0015b4 solid;
}

.logo {
	display: block;
	width: 650px;
	height: 200px;
	background: url(../img/logo-data-pengeluaran-sgp.png) center no-repeat;
	background-size: 100% 100%;
	margin: auto;
}

.banner {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	border: 1px solid #0015b4;
}

.banner img {
	display: inline-block;
	width: 48%;
	margin: 1px;
	
}

.menu {
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #0015b4;
}


.menu a {
	display: inline-block;
	width: 17%;
	text-decoration: none;
	color: white;
	font-size: 16px;
	text-transform: uppercase;
	padding: 15px 0px;
	margin: 0px 13px;
}

.menu a:hover {
	background: black;
	color: white;
}


.content {
	width: 100%;
	padding: 5px;
	border: 1px solid #0015b4;
}

h1 {
	text-align: center;
	margin: 15px 0px;
}

h2 {
	text-align: center;
	margin: 15px 0px;
}

.head-title {
	text-decoration: none;
	color: white;
	font-size: 24px;
	
}

.head-title2 {
	text-decoration: none;
	color: white;
	font-size: 20px;
	
}

.content p {
	color: white;
	margin: 5px 0px;
	
}


.kol-dp {
	width: 100%;
	display: block;
	text-align: center;
	margin: 10px 0px;
}

.kol-tngl {
	width: 12%;
	display: inline-block;
}

.kol-tngl table {
	width: 100%;
	
}

.kol-tngl td {
	width: 100%;
	text-align: center;
	padding: 3px 0px;
	border: 1px solid #e7e7e7;
	color: white;
}

.tngl-head {
	
	background: #0015b4;
	color: white !important;
}

h3 {
	text-align: center;
	font-size: 16px;
	color: white;
}

.title-head3 {
	text-decoration: none;
	color: white;
	font-size: 16px;
}

.foot {
	width: 100%;
	padding: 15px;
	background: #626262;
	color: white;
	font-size: 14px;
}

.linker {
	color: white;
	margin: 5px 0px;
}

.linker a {
	color: white;
	text-decoration: none;
}

@media only screen and (max-device-width: 1000px) {
	
	.container {
		width: 100%;
		
		
	}
	
	.logo {
		width: 80%;
		height: 100px;
	}
	
	.menu a {
		display: block;
		width: 100%;
		margin: 0px;
		border: 1px solid black;
	}
	
	.banner img {
		display: block;
		width: 100%;
	}
	
	.kol-dp {
		font-size: 9px;
		
		
	}
	
	.kol-tngl {
		width: 19%;
		
	}
	
	.head-title {
		font-size: 16px;
		
	}
	
	.head-title1 {
		font-size: 16px;
		
	}
	
	.head-title2 {
		font-size: 16px;
		
	}
	
	.title-head3 {
		font-size: 14px;
		
	}
	
	
}