/*css*/
@font-face {
  font-family: 'mont-reg';
  src: url('../fonts/Montserrat-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'mont-bold';
  src: url('../fonts/Montserrat-Bold.otf') format('opentype');
}

/* Smartphone Default*/
body{
	padding: 0px;
	margin: 0px;
	font-family: mont-reg;
	font-size: 12px;
}

.button-blue{
	background-color: #102456;
	color: #fff;
	border: none;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	padding: 10px 30px;
	outline: none;
}
.text-input{
	background-color: #f9f9f9;
	border: solid 1px #ececec;
	padding: 5px;
	width: 100%;
}

.tbl_box{
	display: table;
	width: 100%;
	height: 100%;
}
.tbl_cell{
	width: 100%;
	height: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.bread_menu{
	cursor: pointer;
}
.bread_menu:hover{
	text-decoration: underline;
}

/* Start Header */
.header{
	padding: 0px;
	display: block;
	position: relative;
	width: 100%;
	z-index: 99;
}
	.top{
		background-color: #cc9933;
		color: #fff;
		padding: 5px;
		height: 60px;
		text-align: center;
	}
	.menu{
		position: absolute;
		display: inline-block;
		background-color: #fff;
		width: auto;
		height: 65px;
		left: 0px;
		top: 100%;
		padding: 0px;
		text-align: center;
		transition: top .5s;
	}
	.menu-top{
		position: fixed;
		top: 0px;
	}
		.m-menu{
			position: absolute;
			background-color: #cc9933;
			color: #fff;
			border: none;
			padding: 5px 10px;
			font-size: 16px;
			display: block;
			left: 3%;
			top: 18%;
		}
		.logo{
			position: relative;
			display: inline-block;
			width: 60%;
			text-align: center;
			margin-top: 5px;
		}
		.box-menu{
			display: none;
			position: relative;
			width: 100%;
			background-color: #fff;
			-webkit-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1);
			-moz-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1);
			box-shadow: 0px 0px 5px 0px rgba(196,196,196,1);
		}
			.l_menu{
				position: relative;
				display: block;
				padding: 15px 0px;
				color: #102456;
				cursor: pointer;
				font-size: 16px;
			}
/* End Header */

/* Start Body */
.box-body{
	display: block;
	position: relative;
	margin-top: 65px;
}
	.box-center{
		padding: 30px;
		color: #102456;
		font-size: 14px;
	}
		.judul-center{
			font-size: 26px;
			font-weight: bold;
			padding: 10px 0px;
			color: #000;
		}
		.img-shadow{
			box-shadow: -20px 20px #cc9933;
		}
		.isi-center{
			padding-right:0px;
		}
	
	.box-bottom{
		padding: 20px;
		color: #102456;
		font-size: 14px;
		padding-bottom: 0px;
	}
	.box-bottom-slide{
		padding: 0px 5px;
		margin-bottom: 20px;
	}
		.box-slide{
			padding: 20px;
			display: block;
			position: relative;
		}
		.nama-slide{
			display: block;
			position: absolute;
			width: 75%;
			padding: 10px;
			height: 70px;
			text-align: center;
			background-color: #fff;
			color: #000;
			left: 50%;
			transform: translateX(-50%);
			-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
			bottom: 0px;
		}
		.box-slide-arrow{
			margin-top:10px;
			margin-bottom: 10px;
		}
		.slide-arrow{
			font-size: 36px;
			margin: 10px 5px;
			color: #cc9933;
			border-radius: 50%;
			padding: 0px;
			cursor: pointer;
			display: none;
		}
		.what-we-do-slide{
			margin-bottom: 60px;
		}
	.slide{
		position: relative;
	}
		.judul-banner{
			color: #fff;
			position: absolute;
			width: 80%;
			font-size: 22px;
			top: 20%;
			left: 50%;
			transform: translateX(-50%);
			text-align: center;
		}
			.animated {
				transition: all .5s ease;
			}
	
.breadcum{
	padding: 10px;
}
.box-bottom-find-us{
	padding: 0px 5px;
	margin-bottom: 20px;
}
.box-find-us{
	background-color: #f9f9f9;
	padding: 10px;
	height: 150px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1);
	box-shadow: 0px 0px 5px 0px rgba(196,196,196,1);
	margin-bottom: 30px;
}
	.marker{
		background-color: #cc9933;
		display: table;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	}
		.pin{
			display: table-cell;
			text-align: center;
			vertical-align: middle;
			width: 60px;
			height: 60px;
			color: #fff;
		}
		
	.menu-wwd{
		padding: 20px;
		border-bottom: solid 1px #dedede;
		cursor: pointer;
	}
	.menu-wwd:hover,
	.menu-wwd-aktif{
		color: #102456;
		font-family: mont-bold;
	}
	.isi-wwd{
		display: none;
	}
	
	.wwd-menu{
		cursor: pointer;
		background-color: #fff;
		color: #000;
		transition: background-color .5s;
		border: solid 1px #fff;
	}
	.wwd-menu:hover{
		background-color: #102456;
		color: #fff;
	}
	
/* End Body */

/* Start Footer */
.footer{
	padding: 20px 10px;
	background-color: #102456;
	color: #fff;
	text-align: center;
}
.bottom-up{
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 50px;
	cursor: pointer;
	display: none;
}
/* End Footer */

/*Tablet / iPad / Laptop Portraid*/
@media only screen
and (min-width: 601px) {
	body{
		font-size: 12px;
	}
	
	/* Start Header */
	.header{
		
	}
		.top{
			padding: 15px;
			height: 50px;
			text-align: left;
		}
		.menu{
			width: 100%;
			height: 71px;
			left: 0px;
			top: 100%;
			padding: 5px;
			text-align: left;
		}
			.m-menu{
				display: none;
				height: 68px;
			}
			.logo{
				position: relative;
				display: inline-block;
				width: 30%;
				text-align: center;
			}
			.box-menu{
				position: relative;
				display: inline-block;
				width: 65%;
				text-align: right;
				-webkit-box-shadow: none;
				-moz-box-shadow: none;
				box-shadow: none;
			}
				.l_menu{
					position: relative;
					display: inline-block;
					padding: 22px 15px;
					height: 65px;
					border-bottom: solid 3px #fff;
					color: #000;
					font-size: 12px;
				}
				.l_menu:hover,
				.l_menu_aktif{
					border-bottom: solid 3px #102456;
					color: #102456;
				}
					
	/* End Header */
	
	/* Start Body */
	.box-body{
		margin-top: 0px;
	}
		.box-center{
			padding: 50px;
			font-size: 12px;
		}
			.img-shadow{
				box-shadow: -30px 30px #cc9933;
			}
			.isi-center{
				padding-right:0px;
			}
		.box-bottom{
			padding: 30px;
		}
		.box-bottom-slide{
			padding: 0px 30px;
			margin-bottom: 30px;
		}
		.box-slide-arrow{
			margin-top:30px;
			margin-bottom: 30px;
		}
		.what-we-do-slide{
			margin-bottom: 30px;
		}
		.judul-banner{
			font-size: 32px;
			top: 22%;
		}
	
	.breadcum{
		padding: 10px 50px;
		padding-bottom: 0px;
	}
	.box-bottom-find-us{
		padding: 0px 10px;
		margin-bottom: 30px;
	}
	.box-find-us{
		padding: 20px;
		height: 130px;
		margin-bottom: 0px;
	}
		.marker{
			width: 50px;
			height: 50px;
		}
			.pin{
				width: 50px;
				height: 50px;
			}
	/* End Body */
	
	/* Start Footer */
	.box-footer{
		padding: 50px;
	}
	/* End Footer */
}

/*Tablet / iPad / Laptop Landscape*/
@media only screen
and (min-width: 1024px) {
	/* Start Header */
	.header{
		
	}
		.top{
			padding: 15px;
			height: 50px;
			text-align: left;
		}
		.menu{
			width: 90%;
			height:80px;
			left: 50%;
			transform: translateX(-50%);
			-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
			top: 100%;
			padding: 0px;
			text-align: left;
		}
				.l_menu{
					padding: 32px 15px;
					font-size: 14px;
					height: 80px;
				}
	/* End Header */
	
	/* Start Body */
			.isi-center{
				padding-right:20px;
			}
		.box-bottom{
			padding: 30px;
		}
		.box-bottom-slide{
			padding: 0px 50px;
		}
		.box-slide-arrow{
			margin-bottom: 0px;
		}
		.what-we-do-slide{
			margin-bottom: 30px;
		}
		
			.nama-slide{
				padding: 8px;
			}
		
	.box-bottom-find-us{
		padding: 0px 50px;
	}
	.box-find-us{
		padding: 40px;
		height: 160px;
	}
		.marker{
			width: 60px;
			height: 60px;
		}
			.pin{
				width: 60px;
				height: 60px;
			}
	/* End Body */
}

/*Laptop / Desktop*/
@media only screen
and (min-width: 1200px) {
	/* Start Header */
	.header{
		
	}
		.menu{
			width: 80%;
			height: 85px;
		}
				.l_menu{
					padding: 32px 15px;
					height: 85px;
				}
	/* End Header */
	
	/* Start Body */
		.box-center{
			padding: 80px 50px;
		}
		.box-bottom-slide{
			padding: 0px 70px;
		}
		.what-we-do-slide{
			margin-bottom: 50px;
		}
		
			.nama-slide{
				padding: 10px;
			}
	
	.breadcum{
		padding: 10px 100px;
		padding-bottom: 0px;
	}
	.box-bottom-find-us{
		padding: 0px 70px;
	}
	.box-find-us{
		padding: 50px;
		height: 180px;
	}
	/* End Body */
}