@font-face{
	font-family:roboto_reg;
	src:url(../fonts/Roboto-Regular.ttf) format("truetype");
}

@font-face{
	font-family:roboto_bold;
	src:url(../fonts/Roboto-Bold.ttf) format("truetype");
}

@font-face{
	font-family:roboto_light;
	src:url(../fonts/Roboto-Light.ttf) format("truetype");
}

@font-face{
	font-family:'FontAwesome';
	src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight:normal;
	font-style:normal
}

/* Smartphone Default*/
.no-padding{
	margin: 0px;
	padding: 0px;
}

.select2-container .select2-selection--single{
	height: 37px;
	background-color: #f5f6fa;
	border: solid 1px #eceff4;
}
.select2-dropdown{
	border: 1px solid #eceff4;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 37px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 37px;
}

.select2-container .select2-selection--multiple{
	height: 37px;
	background-color: #f5f6fa;
	border: solid 1px #eceff4;
}
.select2-container--default .select2-selection--multiple{
	border: 1px solid #eceff4;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
	border: solid 1px #eceff4;
}

html,
body{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: roboto_reg;
}
	.welcome{
		position: fixed;
		display: block;
		width: 80%;
		left: 50%;
		top: 50%;
		text-align: center;
		color: #fff;
		transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		z-index: 99999;
	}
		.logo-welcome{
			position: relative;
			width: 100%;
			text-align: center;
			margin-bottom: 20px;
		}
			.logo-welcome img{
				width: 90%;
			}
		.isi-welcome{
			font-size: 20px;
		}
		.btn-welcome{
			position: relative;
			width: 100%;
			text-align: center;
			margin-top: 30px;
		}
			.btn-explore{
				border: solid 2px #fff;
				border-radius: 50px;
				-moz-border-radius: 50px;
				-webkit-border-radius: 50px;
				padding: 10px 30px;
				background: transparent;
				font-size: 20px;
				outline: none;
			}
		
	
	header{
		width: 100%;
		position: fixed;
		z-index: 9;
		padding: 10px 20px;
		top: 0px;
	}
		.bg-header{
			position: fixed;
			top: -60px;
			left: 0px;
			width: 100%;
			height: 60px;
			background-color: #0c3b7b;
			opacity: 1;
			transition: top .5s;
		}
		.bg-header-active{
			top: 0px !important;
		}
		.logo{
			height: 32px;
			margin-top: 10px;
			cursor: pointer;
		}
	#menu-white,
	#menu-blue{
		display: none;
	}
	.btn-menu{
		width: 42px;
		height: 42px;
		font-size: 20px;
		border: none;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		text-align: center;
		outline: none;
	}
		.btn-blue{
			background-color: #458fcc;
			color: #fff;
			-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
			-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
			box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
		}
		.btn-white{
			background-color: #fff;
			color: #458fcc;
			text-align: center;
			-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
			-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
			box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
		}
	
	.box-menu{
		position: fixed;
		display: none;
		width: 100%;
		height: 100%;
		z-index: 999;
		background-color: #4e93ce;
		top: 0px;
		right: 0px;
		opacity: .95;
	}
	#menu{
		z-index: 9999;
		display: none;
	}
		.frame-menu{
			width: 100%;
			padding: 15px 0px;
			margin-top: 30px;
			text-align: right;
			display: block;
		}
			.box-right-menu{
				margin: 10px 0px;
			}
				.btn-right-menu{
					font-family: roboto_bold;
					font-size: 42px;
					color: #fff;
					cursor: pointer;
					border: solid 2px transparent;
					padding: 0px 20px;
					border-radius: 50px;
					-moz-border-radius: 50px;
					-webkit-border-radius: 50px;
				}
				.btn-right-menu:hover,
				.btn-right-menu-active{
					border: solid 2px #fff;
				}	
	.content{
		position: relative;
		display: block;
		width: 100%;
		font-family: roboto_reg;
		color: #0f3b7c;
	}
		.home-D{
			display: none;
		}
		.home-M{
			display: block;
		}
		
		.jdl-home-content{
			position: relative;
			width: 100%;
			display: block;
			text-align: center;
			padding: 20px 0px;
			font-family: roboto_bold;
			font-size: 32px;
			color: #458fcd;
		}
		.button-content{
			position: relative;
			width: 100%;
			display: block;
			text-align: center;
			padding: 30px 0px;
			padding-bottom: 50px;
			color: #0f3b7a;
			outline: none;
		}
			.btn-learn-more{
				font-size: 14px;
				padding: 10px 40px;
				border-radius: 50px;
				-moz-border-radius: 50px;
				-webkit-border-radius: 50px;
				border: solid 2px #0f3b7a;
				background-color: transparent;
				outline: none;
			}
		
		.inner-content{
			width: 90%;
			position: relative;
			display: block;
			left: 50%;
			transform: translateX(-50%);
			-moz-transform: translateX(-50%);
			-webkit-transform: translateX(-50%);
			text-align: center;
		}
		
			/* Service */
			.box-service{
				position: relative;
				display: block;
				width: 100%;
				margin-bottom: 10px;
			}
				.box-img-service{
					position: relative;
					display: inline-block;
					vertical-align: top;
					width: 33%;
				}
					.box-img-service img{
						width: 90%;
					}
				.box-text-service{
					position: relative;
					display: inline-block;
					vertical-align: top;
					width: 65%;
					color: #0e397d;
					font-size: 14px;
				}
					.jdl-services{
						font-size: 19px;
						color: #458fcd;
						font-family: roboto_bold;
					}
			
			/* Clients */
			.box-client{
				position: relative;
				display: inline-block;
				width: 40%;
				height: 100px;
				text-align: center;
				vertical-align: top;
				margin: 10px;
			}
				.client-landscape{
					width: 100%;
					/*-webkit-filter: grayscale(100%);
					filter: grayscale(100%);*/
				}
				.client-portrait{
					height: 100px;
					/*-webkit-filter: grayscale(100%);
					filter: grayscale(100%);*/
				}
				
		/* Maps */
		.maps{
			height: 300px;
		}
		.inner-content{
			width: 95%;
		}
		.inner-contact{
			width: 95%;
		}
			.judul-contact{
				padding: 20px 10px;
				color: #0c397a;
			}
			.box-contact{
				padding: 10px;
				background-color: #d6d6d6;
				border-radius: 3px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				margin-bottom: 50px;
			}
				.text-input{
					width: 100%;
					padding: 5px;
					margin-bottom: 10px;
					border: none;
					color: #0c397a;
					outline: none;
				}
				.text-area{
					height: 150px;
				}
			
				.box-button-contact{
					padding: 10px 0px;
					text-align: right;
				}
					.button-contact{
						border: none;
						background-color: #fff;
						color: #0c397a;
						padding: 10px 30px;
						font-size: 16px;
						border-radius: 50px;
						-moz-border-radius: 50px;
						-webkit-border-radius: 50px;
						margin-bottom: 80px;
						outline: none;
					}
			
			.box-alamat{
				background-color: #458fcc;
				text-align: left;
				width: 90%;
				position: relative;
				left: 50%;
				transform: translateX(-50%);
				-moz-transform: translateX(-50%);
				-webkit-transform: translateX(-50%);
				padding: 15px;
				color: #fff;
				border-radius: 5px;
				top: -130px;
			}
				.jdl-contact{
					font-size: 32px;
					margin-bottom: 10px;
				}
			.box-sosmed-contact{
				position: absolute;
				bottom: 30px;
				width: 100%;
				text-align: center;
			}
				.jdl-sosmed-contact{
					font-family: roboto_reg;
					font-size: 20px;
					margin-bottom: 5px;
					color: #0c397a;
				}
				.sosmed-contact{
					width: 48px;
					height: 48px;
					cursor: pointer;
					margin: 0px 5px;
				}
	
		.bg-blue{
			background: url('../images/bg-blue-m.png') no-repeat;
			background-position: top center;
			background-size: 100% auto;
		}
			.banner-d{
				display: none;
				position: relative;
				left: 50%;
				transform: translateX(-50%);
				-moz-transform: translateX(-50%);
				-webkit-transform: translateX(-50%);
			}
			.banner-m{
				display: block;
				width: 90%;
				position: relative;
				left: 50%;
				transform: translateX(-50%);
				-moz-transform: translateX(-50%);
				-webkit-transform: translateX(-50%);
				padding-top: 100px;
				margin-bottom: 30px;
			}
				.banner-d > img,
				.banner-m > img{
					border-radius: 20px;
					-moz-border-radius: 20px;
					-webkit-border-radius: 20px;
					-webkit-box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.75);
					-moz-box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.75);
					box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.75);
				}
		
		.content-about{
			font-size: 16px;
			padding: 20px 10px;
			letter-spacing: 1px;
		}
	
		.loading{
			width:100%;
			max-width:700px;
		}
		
		.content-work-blog{
			width: 100%;
			padding: 10px;
			margin-top: 100px;
			position: relative;
			display: block;
			min-height: 350px;
			text-align: center;
		}
			.box-work{
				width: 45%;
				height: 165px;
				display: inline-block;
				position: relative;
				vertical-align: top;
				margin: 5px;
				text-align: left;
				font-family: roboto_reg;
				overflow: hidden;
				cursor: pointer;
			}
			.box-work:hover .box-hover{
				left: 0px;
			}
			
			.box-blog{
				width: 45%;
				height: 240px;
				display: inline-block;
				position: relative;
				vertical-align: top;
				margin: 5px;
				text-align: left;
				font-family: roboto_reg;
				overflow: hidden;
				cursor: pointer;
			}
			.box-blog:hover .box-hover{
				left: 0px;
			}
			
				.box-hover{
					width: 100%;
					height: 100%;
					position: absolute;
					display: block;
					z-index: 9;
					text-align: center;
					left: -100%;
					transition: left .5s;
				}
					.bg-hover{
						background-color: #468fcd;
						width: 100%;
						height: 100%;
						opacity: .8;
					}
					.isi-hover{
						color: #fff;
						width: 100%;
						position: absolute;
						left: 50%;
						top: 50%;
						transform: translate(-50%, -50%);
						-moz-transform: translate(-50%, -50%);
						-webkit-transform: translate(-50%, -50%);
						font-family: roboto_light;
						font-size: 20px;
					}
						.box-arrow{
							display: inline-block;
							border: solid 2px #fff;
							width: 48px;
							height: 48px;
							font-size: 24px;
							padding: 4px;
							border-radius: 50%;
							-moz-border-radius: 50%;
							-webkit-border-radius: 50%;
							margin-bottom: 5px;
						}
				
				.box-judul-work{
					position: absolute;
					width: 100%;
					padding: 2px 5px;
					bottom: 0px;
					font-size: 14px;
					font-family: roboto_reg;
					color: #fff;
					text-shadow: 2px 1px 3px rgba(150, 150, 150, 1);
					-moz-text-shadow: 2px 1px 3px rgba(150, 150, 150, 1);
					-webkit-text-shadow: 2px 1px 3px rgba(150, 150, 150, 1);
				}
				
				.box-image-blog{
					width: 100%;
					height: 165px;
					display: block;
					position: relative;
					background-size: cover;
					background-position: top center;
				}
				.box-tgl-blog{
					font-size: 11px;
					margin-top: 5px;
					padding: 0px 10px;
				}
				.box-judul-blog{
					font-size: 12px;
					font-family: roboto_bold;
					padding: 0px 10px;
					padding-bottom: 10px;
				}
		
		.data-hal{
			position: relative;
			display: block;
			width: 100%;
			margin-top: 20px;
		}
		
		.judul-detail-blog{
			margin-top: 70px;
			font-family: roboto_bold;
			font-size: 18px;
			color: #0e3a77;
		}
			.batas-judul{
				display: inline-block;
				width: 50px;
				border: solid 2px #458fcc;
				border-radius: 3px;
			}
		.tgl-detail-blog{
			margin: 10px 0px;
			text-align: center;
		}
		.isi-detail-blog{
			text-align: left;
		}
		
		.judul-more{
			position: relative;
			display: block;
			font-size: 26px;
			text-align: center;
			padding: 20px 0px;
		}
		
		.box-slider-work{
			position: relative;
			display: block;
			width: 100%;
		}
		.box-side-work-d{
			display: none;
		}
		.box-side-work-m{
			display: block;
			position: relative;
			display: 10px;
			text-align: left;
			margin-bottom: 20px;
		}
			.info-work{
				margin-bottom: 10px;
			}
		.slide-work{
			position: relative;
			display: block;
			width: 100%;
			height: 200px;
			margin-bottom: 20px;
		}
			.isi-slide{
				position: relative;
				display: block;
				width: 100%;
				height: 200px;
				background-repeat: no-repeat;
				background-position: center center;
				background-size: cover;
				cursor: pointer;
			}
				.play-button{
					width: 100px;
					position: absolute;
					left: 50%;
					top: 50%;
					transform: translate(-50%, -50%);
					-moz-transform: translate(-50%, -50%);
					-webkit-transform: translate(-50%, -50%);
				}
		
		.pilih-cat{
			position: relative;
			display: block;
			padding: 10px;
			color: #fff;
			background: url('../images/Arrow.png'), url('../images/Bar.png');
			background-repeat: no-repeat, no-repeat;
			background-size: 11px 10px, auto 100%;
			background-position: center right 10px, top center;
			text-align: left;
		}
		.box-menu-cat{
			position: relative;
			display: block;
			background-color: #468fcd;
			color: #fff;
			display: none;
		}
			.menu-cat{
				position: relative;
				display: block;
				padding: 10px;
				text-align: left;
				cursor: pointer;
			}
			.menu-cat-active{
				background-color: #0c3b7b;
			}
			#data-isi{
				margin-top: 20px;
			}
			.batas-menu{
				display: none;
			}
			
		
		
		.content-register{
			background-color: #f4f4f4;
			position: relative;
			width: 100%;
			display: block;
			padding: 100px 30px;
		}
			.box-register{
				position: relative;
				display: block;
				background-color: #fff;
				padding: 35px 20px;
				width: 100%;
				border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				-webkit-box-shadow: 0px 0px 5px 0px rgba(201,201,201,0.5);
				-moz-box-shadow: 0px 0px 5px 0px rgba(201,201,201,0.5);
				box-shadow: 0px 0px 5px 0px rgba(201,201,201,0.5);
			}
				.judul-register{
					position: relative;
					display: block;
					width: 100%;
					color: #458fce;
					font-family: roboto_bold;
					font-size: 26px;
					padding-bottom: 5px;
					border-bottom: solid 1px #f1f1f1;
				}
				.isi-register{
					margin-top: 20px;
					position: relative;
					display: block;
					width: 100%;
					font-family: roboto_light;
					font-size: 14px;
					color: #909090;
				}
				.register-left,
				.register-right{
					padding: 0px;
				}
					.group-input{
						margin-bottom: 10px;
					}
					.input-register{
						background-color: #f5f6fa;
						border-radius: 5px;
						padding: 8px 10px;
						width: 100%;
						border: solid 1px #eceff4;
						color: #000;
					}
				.box-syarat{
					width: 100%;
					position: relative;
					display: block;
					text-align: center;
					padding: 10px;
				}
					.button-register{
						border: none;
						background-color: #498ec9;
						color: #fff;
						padding: 10px 30px;
						font-size: 14px;
						border-radius: 50px;
						-moz-border-radius: 50px;
						-webkit-border-radius: 50px;
						outline: none;
					}
					.syarat{
						cursor: pointer;
						color: #438cd0;
					}
					
					.bg-term{
						position: fixed;
						width: 100%;
						height: 100%;
						top: 0px;
						left: 0px;
						z-index: 99999;
						background-color: #000;
						opacity: .5;
						display: none;
					}
					.box-term{
						position: fixed;
						display: none;
						width: 90%;
						height: 90%;
						top: 50%;
						left: 50%;
						transform: translate(-50%, -50%);
						-moz-transform: translate(-50%, -50%);
						-webkit-transform: translate(-50%, -50%);
						background-color: #fff;
						padding: 20px;
						padding-right: 10px;
						z-index: 999999;
						overflow: hidden;
						border-radius: 5px;
					}
					.box-thanks{
						position: fixed;
						display: none;
						width: 80%;
						height: auto;
						top: 50%;
						left: 50%;
						transform: translate(-50%, -50%);
						-moz-transform: translate(-50%, -50%);
						-webkit-transform: translate(-50%, -50%);
						background-color: #fff;
						padding: 20px;
						z-index: 999999;
						border-radius: 5px;
					}
					.box-ig{
						position: fixed;
						display: none;
						width: 90%;
						height: auto;
						top: 50%;
						left: 50%;
						transform: translate(-50%, -50%);
						-moz-transform: translate(-50%, -50%);
						-webkit-transform: translate(-50%, -50%);
						background-color: #fff;
						padding: 5px;
						padding-top: 50px;
						z-index: 999999;
						border-radius: 5px;
					}
					.judul-ig{
						text-align: center;
						font-size:24px;
					}
						.isi-detail-ig{
							font-size: 18px;
						}
						.judul-term{
							font-family: roboto_bold;
							font-size: 24px;
							color: #0e3a7b;
							position: relative;
							display: block;
							width: 100%;
							text-align: center;
							margin-bottom: 20px;
						}
						.isi-term{
							position: relative;
							display: block;
							color: #8c8d92;
						}
						.isi-thanks{
							position: relative;
							display: block;
							color: #8c8d92;
							text-align: center;
						}
						.close-term{
							position: absolute;
							top: 0px;
							right: 10px;
							background: none;
							border: none;
							font-size: 32px;
							z-index: 999999;
						}
						
						.err{
							position: relative;
							display: block;
							width: 100%;
							color: red;
							display: none;
							text-align: left;
						}
						.err:before{
							font-family: FontAwesome;
							content:"\f071";
							padding-right: 5px;
						}
				 .box-maps{
					 padding-top: 60px;
				 }
			

footer{
	background-color: #458fcc;
	position: relative;
	display: block;
	text-align: center;
	font-family: roboto_light;
	font-size: 14px;
	color: #fff;
	padding: 20px 0px;
}
	.footer-left{
		text-align: center;
		margin-bottom: 10px;
	}
	.footer-right{
		text-align: center;
	}
		.footer-sosmed{
			width: 38px;
			margin: 1px;
			cursor: pointer;
		}
					
		.content-slide{
			width: 100%;
			left: 50%;
			position: relative;
			display: block;
			transform: translateX(-50%);
			-moz-transform: translateX(-50%);
			-webkit-transform: translateX(-50%);
		}
			#carousel{
				width: 80%;
				left: 50%;
				transform: translateX(-50%);
				-moz-transform: translateX(-50%);
				-webkit-transform: translateX(-50%);
				height: 200px;
				position: relative;
				display: block;
				clear: both;
				overflow: hidden;
			}
				#prev,
				#next{
					width: 32px;
					height: 32px;
					position: absolute;
					top: 50%;
					transform: translateY(-50%);
					-moz-transform: translateY(-50%);
					-webkit-transform: translateY(-50%);
					z-index: 9999999 !important;
				}
				#prev{
					left: 2px;
				}
				#next{
					right: 2px;
				}
				#carousel img{
					visibility: hidden; /* hide images until carousel can handle them */
					cursor: pointer; /* otherwise it's not as obvious items can be clicked */
					height: 200px;
				}
				
	.box-side-menu{
		position: fixed;
		display: inline-block;
		top: 50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		right: 5px;
		z-index: 99;
	}
		.side-menu{
			position: relative;
			display: block;
			width: 10px;
			height: 10px;
			background-color: #b7b7b7;
			margin: 15px 10px;
			border-radius: 50%;
			cursor: pointer;
		}
		.side-menu-active{
			width: 20px;
			height: 20px;
			padding: 0px;
			margin: 5px;
			background-color: #fff;
			border: solid 5px #488fcf;
		}

/*Tablet / iPad / Laptop Portraid*/
@media only screen
and (min-width: 601px) {
	.welcome{
		width: 70%;
	}
			.logo-welcome img{
				width: 70%;
			}
		.isi-welcome{
			font-size: 28px;
		}
			.btn-explore{
				font-size: 20px;
			}
			
	header{
		padding: 15px 30px;
	}
		.bg-header{
			top: -80px;
			height: 80px;
		}
		.logo{
			height: 38px;
			margin-top: 10px;
		}
	.btn-menu{
		width: 48px;
		height: 48px;
		font-size: 24px;
		text-align: center;
	}
	
		.jdl-home-content{
			font-size: 32px;
		}
		
			.btn-learn-more{
				font-size: 18px;
				padding: 10px 50px;
			}
		
		/* Maps */
		.maps{
			height: 350px;
		}
		.inner-content{
			width: 90%;
		}
		.inner-contact{
			width: 55%;
		}
			.box-alamat{
				width: 85%;
			}
			
			.banner-m{
				width: 90%;
				padding-top: 200px;
				margin-bottom: 30px;
			}
				.banner-m > img{
					border-radius: 35px;
					-moz-border-radius: 35px;
					-webkit-border-radius: 35px;
				}
		
		.content-about{
			font-size: 16px;
			padding: 20px 10px;
			letter-spacing: 1px;
			min-height: 350px;
		}
		
		.content-work-blog{
			width: 75%;
			padding: 0px;
			left: 50%;
			transform: translateX(-50%);
			-moz-transform: translateX(-50%);
			-webkit-transform: translateX(-50%);
		}
			.box-work{
				height: 265px;
			}
			
			.box-blog{
				height: 350px;
			}
				.box-judul-work{
					font-size: 18px;
				}
				
				.box-image-blog{
					height: 265px;
				}
				.box-tgl-blog{
					font-size: 12px;
					margin-top: 10px;
				}
				.box-judul-blog{
					font-size: 14px;
				}
				
		.judul-detail-blog{
			margin-top: 80px;
			font-size: 20px;
		}
			.box-register{
				width: 100%;
			}
				.judul-register{
					font-size: 26px;
				}
				.register-left{
					padding-right: 10px;
				}
				.register-right{
					padding-left: 10px;
				}
					.box-term{
						width: 80%;
						height: 80%;
					}
						.judul-term{
							font-size: 26px;
						}
					.box-thanks{
						width: 550px;
						padding: 50px;
					}
			
			
		.pilih-cat{
			display: none;
		}
		.box-menu-cat{
			background-color: transparent;
			display: block;
			width: 100%;
			text-align: left;
		}
			.menu-cat{
				display: inline-block;
				padding: 10px 15px;
				color: #0d3a7b;
				font-size: 18px;
				border-bottom: solid 5px transparent;
				transition: border-bottom 1s;
			}
			.menu-cat-active{
				background-color: transparent;
				border-bottom: solid 5px #0d3a7b;
			}
			.batas-menu{
				border-bottom: solid 1px #e1e1e1;
				position: absolute;
				width: 100%;
				display: block;
				bottom: 2px;
			}
				
			.box-register{
				margin: 110px 0px;
			}
		
				.box-maps{
					 padding-top: 80px;
				 }
			
	.footer-left{
		text-align: left;
		padding-top: 10px;
	}
	.footer-right{
		text-align: right;
	}
	
	
		.content-slide{
			width: 90%;
		}
			#carousel{
				width: 85%;
				height: 250px;
			}
				#prev,
				#next{
					width: 42px;
					height: 42px;
				}
				#prev{
					left: 0px;
				}
				#next{
					right: 0px;
				}
				#carousel img{
					height: 250px;
				}
				
	.box-side-menu{
		right: 10px;
	}
		.slide-work{
			position: relative;
			display: block;
			width: 100%;
			height: 300px;
			margin-bottom: 20px;
		}
			.isi-slide{
				height: 300px;
			}
}


/*Tablet / iPad / Laptop Landscape*/
@media only screen
and (min-width: 1024px) {
	.welcome{
		width: 60%;
	}
			.logo-welcome img{
				width: 60%;
			}
		.isi-welcome{
			font-size: 32px;
		}
			
			.box-right-menu{
				margin: 15px 0px;
			}
				.btn-right-menu{
					font-size: 52px;
				}
				
		.home-M{
			display: none;
		}
		.home-D{
			display: block;
		}
		
		.jdl-home-content{
			padding: 30px 0px;
			padding-top: 80px;
			font-size: 48px;
		}
			.btn-learn-more{
				padding: 12px 50px;
				border: solid 3px #0f3b7a;
			}
			
			/* Service */
			.box-service{
				position: relative;
				display: inline-block;
				width: 28%;
				vertical-align: top;
				margin: 0px 1%;
				margin-bottom: 10px;
			}
				.box-img-service{
					display: block;
					width: 50%;
					left: 50%;
					transform: translateX(-50%);
					-moz-transform: translateX(-50%);
					-webkit-transform: translateX(-50%);
				}
					.box-img-service img{
						width: 50%;
					}
				.box-text-service{
					display: block;
					width: 100%;
					font-size: 16px;
				}
					.jdl-services{
						font-size: 24px;
					}
				
			/* Clients */
			.box-client{
				width: 25%;
				height: 120px;
				margin: 20px 30px;
			}
				.client-portrait{
					height: 120px;
				}
		
		/* Maps */
		.maps{
			height: 250px;
		}
		.inner-content{
			width: 90%;
		}
		.inner-contact{
			width: 80%;
		}
			.box-contact{
				padding: 20px;
			}
				.text-input{
					padding: 10px;
					margin-bottom: 20px;
				}
				
			.box-alamat{
				width: 90%;
				padding: 15px;
				top: 80px;
				margin-bottom: 100px;
			}
					.button-contact{
						margin-bottom: 10px;
					}
			.box-sosmed-contact{
				position: relative;
				bottom: auto;
				width: 100%;
				text-align: center;
			}
				.jdl-sosmed-contact{
					font-size: 24px;
				}
		
		.bg-blue{
			background: url('../images/bg-blue-d2.png') no-repeat;
			background-position: top center;
			background-size: 100% auto;
		}
			.banner-m{
				display: none;
			}
			.banner-d{
				display: block;
				width: 80%;
				padding-top: 100px;
				margin-bottom: 30px;
			}
				.banner-d > img{
					border-radius: 45px;
					-moz-border-radius: 45px;
					-webkit-border-radius: 45px;
				}
		
		.content-about{
			font-size: 16px;
			padding: 30px 20px;
			letter-spacing: 1px;
			min-height: 150px;
		}
		
		.content-work-blog{
			width: 90%;
		}
			.box-work{
				width: 22%;
				height: 215px;
			}
			
			.box-blog{
				width: 22%;
				height: 300px;
			}
				.box-image-blog{
					height: 215px;
				}
				.box-tgl-blog{
					font-size: 12px;
					margin-top: 10px;
				}
				.box-judul-blog{
					font-size: 14px;
				}
			
		.judul-detail-blog{
			margin-top: 90px;
			font-size: 22px;
		}
		
		.judul-more{
			font-size: 32px;
		}
		
		.content-slide{
			width: 90%;
		}
			#carousel{
				width: 90%;
				height: 320px;
			}
				#prev,
				#next{
					width: 42px;
					height: 42px;
				}
				#carousel img{
					height: 320px;
				}
	
	.box-side-menu{
		right: 20px;
	}
	
		.box-side-work-m{
			display: none;
		}
		.box-side-work-d{
			display: inline-block;
			width: 28%;
			position: relative;
			display: 10px;
			text-align: left;
			margin-bottom: 0px;
			border: solid 1px #0e3a77;
			padding: 10px;
			vertical-align: top;
			margin-right: 5px;
			min-height: 350px;
		}
			.info-work{
				margin-bottom: 10px;
			}
		.slide-work{
			display: inline-block;
			width: 70%;
			height: 350px;
			margin-bottom: 20px;
			vertical-align: top;
		}
			.isi-slide{
				height: 350px;
			}
			
			.box-register{
				width: 90%;
				margin: 0px;
				left: 50%;
				transform: translateX(-50%);
				-moz-transform: translateX(-50%);
				-webkit-transform: translateX(-50%);
			}
				.judul-register{
					font-size: 26px;
				}
				.register-left{
					padding-right: 10px;
				}
				.register-right{
					padding-left: 10px;
				}
			
					.box-ig{
						width: 70%;
						padding-bottom: 40px;
					}
					.judul-ig{
						text-align: left;
						font-size:24px;
					}
}


/*Laptop / Desktop*/
@media only screen
and (min-width: 1280px) {
	.welcome{
		width: 60%;
	}
			.logo-welcome img{
				width: 70%;
			}
		.isi-welcome{
			font-size: 42px;
		}
			.btn-explore{
				font-size: 20px;
			}
			
		/* Maps */
		.maps{
			height: 300px;
		}
		.inner-contact{
			width: 70%;
		}
		
			.box-alamat{
				top: 60px;
			}
			
				.banner-d > img{
					border-radius: 55px;
					-moz-border-radius: 55px;
					-webkit-border-radius: 55px;
				}
		
		.content-work-blog{
			width: 90%;
		}
			.box-work{
				height: 265px;
			}
			
			.box-blog{
				height: 350px;
			}
				.box-image-blog{
					height: 265px;
				}
			
			
			#carousel{
				width: 90%;
				height: 350px;
			}
				#prev,
				#next{
					width: 42px;
					height: 42px;
				}
				#carousel img{
					height: 350px;
				}
		
		.box-side-work-d{
			width: 32%;
			min-height: 380px;
			padding: 20px;
			margin-right: 20px;
		}
		.slide-work{
			width: 65%;
			height: 380px;
		}
			.isi-slide{
				height: 380px;
			}
}


/*Desktop 1366*/
@media only screen
and (min-width: 1366px) {
	header{
		padding: 15px 50px;
	}
	
			/* Service */
			.box-service{
				width: 25%;
				margin: 0px 3%;
			}
			
			/* Clients */
			.box-client{
				width: 22%;
				height: 150px;
				margin: 20px 50px;
			}
				.client-portrait{
					height: 180px;
				}
				
					.button-contact{
						padding: 12px 40px;
						font-size: 20px;
					}
					
			
		.bg-blue{
			background: url('../images/bg-blue-d3.png') no-repeat;
			background-position: top center;
			background-size: 100% auto;
		}
			.banner-d{
				width: 70%;
				padding-top: 100px;
				margin-bottom: 30px;
			}
				.banner-d > img{
					border-radius: 50px;
					-moz-border-radius: 50px;
					-webkit-border-radius: 50px;
				}
			
		.content-work-blog{
			width: 85%;
		}
			.box-work{
				height: 270px;
			}
			
			.box-blog{
				height: 350px;
			}
				.box-image-blog{
					height: 270px;
				}
			
		.judul-detail-blog{
			font-size: 24px;
			padding: 0px 50px;
		}
		
		.content-slide{
			width: 85%;
		}
		
	.box-side-menu{
		right: 30px;
	}
			
			.box-register{
				width: 80%;
				margin: 50px 0px;
			}
					.box-ig{
						width: 60%;
					}
}


/*Desktop MAC*/
@media only screen
and (min-width: 1440px) {
				.btn-right-menu{
					font-size: 62px;
				}
				
		.jdl-home-content{
			padding: 35px 0px;
			font-size: 52px;
		}
				.box-img-service img{
						width: 80%;
					}
		
		
		/* Maps */
		.maps{
			height: 350px;
		}
		.inner-content{
			width: 80%;
		}
		.inner-contact{
			width: 65%;
		}
		
		.content-about{
			min-height: 220px;
		}
			
				.box-judul-work{
					font-size: 20px;
				}
			
			.box-blog{
				height: 360px;
			}
				.box-tgl-blog{
					font-size: 14px;
				}
				.box-judul-blog{
					font-size: 16px;
				}
		
		.judul-more{
			font-size: 42px;
		}
					.box-ig{
						width: 50%;
					}
}


/*Desktop Full HD*/
@media only screen
and (min-width: 1680px) {
	.welcome{
		width: 50%;
	}
		.logo-welcome img{
			width: 60%;
		}
	
		/* Maps */
		.maps{
			height: 450px;
		}
		
		.bg-blue{
			background: url('../images/bg-blue-d1.png') no-repeat;
			background-position: top center;
			background-size: 100% auto;
		}
			.banner-d{
				width: 60%;
				padding-top: 100px;
				margin-bottom: 30px;
			}
				.banner-d > img{
					border-radius: 60px;
					-moz-border-radius: 60px;
					-webkit-border-radius: 60px;
				}
		
		.content-about{
			min-height: 360px;
		}
		
		.content-work-blog{
			width: 70%;
		}
		.judul-detail-blog{
			font-size: 28px;
			padding: 0px 80px;
		}
		
		.content-slide{
			width: 80%;
		}
			#carousel{
				width: 85%;
				height: 420px;
			}
				#prev,
				#next{
					width: 60px;
					height: 60px;
				}
				#carousel img{
					height: 420px;
				}
				
			.box-register{
				width: 70%;
				margin: 120px 0px;
			}
					.box-term{
						width: 65%;
						height: 80%;
					}
						.isi-term{
							padding: 35px;
						}
						
}


/*Desktop Full HD*/
@media only screen
and (min-width: 1920px) {
		.isi-welcome{
			font-size: 52px;
		}
		
		/* Maps */
		.maps{
			height: 350px;
		}
		
		.content-about{
			min-height: 230px;
		}
			.box-work{
				height: 300px;
			}
			
			.box-blog{
				height: 400px;
			}
				.box-image-blog{
					height: 300px;
				}
		
		.box-side-work-d{
			width: 33%;
			min-height: 420px;
			padding: 20px;
		}
		.slide-work{
			width: 65%;
			height: 420px;
		}
			.isi-slide{
				height: 420px;
			}
			
			.box-register{
				width: 70%;
				margin: 80px 0px;
			}
}