@charset "utf-8";
img, object, embed, video {max-width: 100%;height:auto;	}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {width:100%;}

#kontainer-tampilan {font-size:16px;}

.devider-header {border-bottom: 1px solid #cdc5a7;padding-bottom:5px;width: inherit;margin-left: auto;margin-right: auto;font-size:1.2em;}
p {font-weight:400;color:#888888;text-align:justify;}
.text-content-title {color:rgb(190, 6, 0) !important;font-weight:bold !important;}
.text-content-title-1 {color:#000 !important;font-weight:bold !important;margin-bottom:-15px;}
.text-content-title-2 {color:#000;text-align:center;font-weight:bold;}
#tabel-1, #tabel-2 {width:100%;}
#tabel-1 td:first-child {width:55%;padding-right:5px;} 
#tabel-1 td:last-child {width:45%;padding-left:5px;}
#tabel-2 td:nth-child(1) {width:5%;} 
#tabel-2 td:nth-child(3) {width:93%;} 

/* Mobile Layout: 480px and below. */
p {font-size: 0.8em;}
.text-content-title {font-size:1em !important;}
#tabel-2 {font-size:0.8em;}
.text-content-title-2 {font-size:1.2em;}

.text-content-isi {margin-left:0;}
.sub-text-content-4-h1 {width:94%;height:auto;display: block;margin-left: auto;margin-right: auto;}
.sub-text-content-4-h2 {width:100%;height:auto;display: block;margin-left: auto;margin-right: auto;}
.sub-text-content-4-h3 {width:100%;height:auto;}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {	
	
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {		
	p {font-size:1em;}
	.text-content-title {font-size:1.2em !important;}
	#tabel-2 {font-size:1em;}
	.text-content-title-2 {font-size:1.6em;}

	.text-content-isi {margin-left:20px;}	
	#kontainer-slider {padding-top:15px;}

	.sub-text-content-4-h1 {width:91%;height:auto;display: block;margin-left: auto;margin-right: 0;}
	.sub-text-content-4-h2 {width:100%;height:auto;display: block;margin-left: auto;margin-right: auto;}
}