@import url('opensans.css');

html, body, div, applet, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, label, strong, sub, sup, tt, var,
b, u, i, center, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	line-height: 18px;
	outline: none;
	list-style:none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
}

h1{
  font-size: 20px;
}

h2{
  font-size: 18px;
}

h3{
  font-size: 16px;
}

h4{
  font-size: 15px;
}

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}


body{
	background: #fff;
	font-family: "Open Sans",sans-serif;
	font-size: 13px;
	color:#777777;
}
.bg {
	width: 100%;
	height: 100vh;
	float: left;
	position: fixed;
	z-index: -1;
}
a{
	text-decoration: none;
	color: #434a54;
}
a:hover{
	color: #f4AD31;
}
/* SB-SEARCH */
.column {
	float: left;
	width: 100%;
	position: relative;
}

.column:nth-child(2) {
	box-shadow: -1px 0 0 rgba(0,0,0,0.1);
}

.column p {
	font-weight: 300;
	font-size: 2em;
	padding: 0;
	margin: 0;
	text-align: right;
	line-height: 1.5;
}

.column a {
	border: 3px solid #b4c7da;
	padding: 0 15px;
	display: inline-block;
	margin: 20px 0;
}

.column a:hover {
	border-color: #fff;
}
@media screen and (max-width: 46.0625em) {
	.column {
		width: 100%;
		min-width: auto;
		min-height: auto;
		padding: .7em; 
	}

	.column p {
		text-align: left;
		font-size: 1.5em;
	}

	.column:nth-child(2) {
		box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
	}
	.header .searchapp {
		display: block;
		width: 50%;
		position: absolute;
		top: 2px;
		right: 0;
		border:0px solid #333;
	}
		.header .searchapp .fa {
			font-size:21px;
			color:#fff;
		}	
}

@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}

}
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.sb-search {
	position: relative;
	width: 0%;
	min-width: 40px;
	height: 40px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	/*position: inherit;*/
	top: 0;
	right: 0;
	border: none;
	outline: none;
	width: 100%;
	height: 40px;
	margin: 0;
	z-index: 10;
	padding: 10px 65px 10px 10px;
	font-family: inherit;
	font-size: 11px;
	color: #000000;
}

.sb-search-input::-webkit-input-placeholder {
	color: #727272;
}

.sb-search-input:-moz-placeholder {
	color: #727272;
}

.sb-search-input::-moz-placeholder {
	color: #727272;
}

.sb-search-input:-ms-input-placeholder {
	color: #727272;
}

.sb-icon-search,
.sb-search-submit  {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #fff;
	background: #18AC99;
	z-index: 90;
	font-size: 20px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
	content: "\e000";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 20%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #18AC99;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
/* SB-SEARCH */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 15px 20px;
  border-left: 1px solid #1682ba;
  border-right: 1px solid #1682ba;
  border-top: 1px solid #1682ba;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background: #36aae7;
  background: -webkit-linear-gradient(#36aae7, #1fa0e4);
  background: -moz-linear-gradient(#36aae7, #1fa0e4);
  background: -o-linear-gradient(#36aae7, #1fa0e4);
  background: -ms-linear-gradient(#36aae7, #1fa0e4);
  background: linear-gradient(#36aae7, #1fa0e4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
  color: #eeeeee;
  background: #1fa0e4;
  background: -webkit-linear-gradient(#1fa0e4, #1992d1);
  background: -moz-linear-gradient(#1fa0e4, #1992d1);
  background: -o-linear-gradient(#1fa0e4, #1992d1);
  background: -ms-linear-gradient(#1fa0e4, #1992d1);
  background: linear-gradient(#1fa0e4, #1992d1);
}
#cssmenu > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #1682ba;
}
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
  border-bottom: 1px solid #1682ba;
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#cssmenu ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid #32373e;
  border-left: 1px solid #32373e;
  border-right: 1px solid #32373e;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #eeeeee;
  background: #49505a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background: #424852;
  color: #ffffff;
}
#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #ffffff;
}
.clear {
	width:100%;
	float:left;
	margin:15px 0;
}
.container{
	width: 100%;
	float: left;
	overflow: hidden;
	padding:0;
}
.wrapper {
	width:1100px;
	margin:0 auto;
}
.logo_toparea, .sosmed {
	width:50%;
	float:left;
}
.logo_toparea {padding:10px;}
.sosmed {padding:15px 0;}
.sosmed ul {
	float: right;
}

.sosmed ul li {
	width: auto;
	float: left;
	padding:5px;
	cursor:pointer;
}

.sosmed ul li img {
	height: 20px;
}

.sosmed ul li:last-child {
}	
	
.header{
	width: 100%;
	float: left;
	border: 0px solid #dedede;
	padding: .7em 3em .7em 3em;
	margin: 0px;
	background: #f4AD31;
}
	.logo{
		width:155px;
		float: left;
		position:relative;
	}
	.logo img {max-width:100%;}

.topmenu_wrap {
	width:100%;
	float: left;
	border-bottom: 3px solid #18AC99;
	position: relative;
	z-index: 1;
	background: url(../files/layout/bg-home.png);
}
.topmenu{
	float:right;
	position:relative;
	padding:0;
}
	.f-nav {
		position:fixed;
		top:0;
		z-index:9;
		border-top:none;
		background: #18AC99;
		}

.pencarian {
	width:50%;
	float:left;
	padding:5px;
	position:relative;
	} 
.pencarian input[type=text]{
	width:270px;
	padding:5px 0px 5px 10px;
	float:left;
	margin-bottom:0px;
	border:1px solid #f4AD31;
	background:#fff url(../files/layout/search2.png)no-repeat 98% 6px;
	border-radius:4px;
	font-size: 12px;
	}
.pencarian input[type=text]:hover{border-color:#f9f9f9;}
.pencarian input[type=text]:focus{border-color:#f2f2f2;}		
.user {
		width:50%;
		padding:5px;
		border-bottom:0px solid #D42D31;
		display:block;
		text-align:center;
		margin-bottom:0px;
		float:left;
		position:relative;
	}
/*	.user ul{
		margin:0;
		padding:0;
		float:right;
	}
*/	
	.user ul li{
		float:left;
		
		padding-right:10px;
		padding-left:22px;
		line-height:15px;
		cursor:pointer;
		font-size:11px;
		text-transform:uppercase;
		letter-spacing:1px;
		margin:0;
		}
	.user ul li:last-child{padding-right:0;border-right:0;}
	.user ul li a{color:#f4AD31;}
	.user ul li a:hover {color:#dfbd4f;}
		.user ul li.userlogin {
			background:url(../files/layout/user.png)no-repeat 0;
			margin:5px;
			border-right:1px solid #f4AD31;
		}
		.user ul li.usersignup {
			background:url(../files/layout/book.png)no-repeat 0;
			margin:5px;
			border-right:1px solid #f4AD31;
		}
		.user ul li.usercart {
			background:url(../files/layout/shoping_bag.png)no-repeat 0;
			margin:5px;
		}

.slide{
	width:100%;
	border: 0px solid #8a8893;
	padding:0;
	margin-bottom: 20px;
	position:relative;
	overflow:hidden;
}
	.content-slide {
		width: 400px;
		height: 250px;
		position: absolute;
		background: rgba(0,0,0,0.3);
		top: 50px;
	}
	.slide-home {
		width: 100%;
		float: left;
		height: 55vh;
		overflow: hidden;
		background: ;
		position: relative;
		background: url(../files/layout/bg-home.png)no-repeat 0 -40px;
	}
	.slide-nonhome {
		width: 100%;
		float: left;
		height: 50vh;
		overflow: hidden;
		background: ;
		margin-top: -42px;
		position: relative;
	}
.slide img {
	max-width:100%;
}
.home{
	width:100%;
	border-top: 0px solid #cfdaea;
	padding:0 3em;
	margin: 30px 0px;
	position:relative;
	float:left;
	overflow:hidden;
}
	.home ul{
		margin:0;
		padding:0;
		text-align:center;
	}
	.home ul li {
		width:33%;
		display:inline-block;
		padding-left:20px;
		padding-right:20px;
		text-align:justify;
		border:0px solid #e9e9e9;
	}
	.home ul li .isi_home {
		width:100%;
		float:left;
		border:0px solid #000;
	}
		.isi_home img {max-width:100%;}

/* Main */

.content{
	width:100%;
	padding:2em 3em;
	position:relative;
	float:left;
	background: #fff;
}
.title {
	width:100%;
	height:30px;
	margin-bottom:15px;
	float:left;
	position:relative;
	border-bottom:0px solid #eee;
}
	.title h3 {
	  font-size: 20px;
	  font-weight: 400;
	  line-height: 20px;
	  color:#444;
	  border-bottom:1px solid #45b87f;
	  position:absolute;
	  padding:4px 0;
	  margin-bottom:-1px;
	  margin:0;
	  text-transform: uppercase;
	}
.title-front {
	width:auto;
	height:33px;
	margin-bottom:-3.5px;
	position:relative;
	border-bottom:1px solid #eee;
	display:inline-block;
	margin-right:5px;
	cursor:pointer;
}

	.title-front h3 {
	  font-size: 18px;
	  font-weight: 200;
	  line-height: 20px;
	  color:#444;
	  border-bottom:1px solid #4EB8AA;
	  padding:4px 0;
	  margin-bottom:-1px;
	  display:inline-block;
	}
	.title-front h3::first-letter {
		font-size:24px;
		font-weight:500;
	}
.divisi {
    width: 100%;
    float: left;
}
.list-jobs {
	width:100%;
	float:left;
	border-bottom:0px solid #ddd;
}
	.list-jobs ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	.list-jobs ul li {
		width:25%;
		float:left;
		padding:5px 0px 5px 20px;
		border:0px solid #e1e1e1;
		margin-bottom:5px;
		background:url(../files/layout/bg-list.png)no-repeat left;
	}
.tab-search, .tab-info {
	width:100%;
	float:left;
	padding:20px;
}
.tab-search {
	border-radius:5px;
	background:rgba(255,255,255,.3);
	border:1px solid rgba(255,255,255,.4);
}

.tab-info {
	background:#f4f5f6;
	border-radius:5px;
	border:1px solid rgba(0,0,0,0.1);
}

.tab-info ul {
	margin:0;
	padding:0;
	list-style:none;
}
.tab-info ul li {
	width:100%;
	padding:8px 5px;
	float:left;
	border-bottom:1px dotted #666;
	cursor:pointer;
	margin-bottom:0px;
	background:url(../files/layout/docs.png)no-repeat 0 12px;
}
.tab-info ul li ul {
	width:130px;
	float:left;
}
.tab-info ul li ul li {
	padding:5px 5px 0px 18px;
	border-bottom:none;
	margin-bottom:0px;
	margin-left:-5px;
	width:100%;
	border:0px solid #000;
}
.tab-info ul li a {
	font-size:12px;
	line-height:17px;
	margin-top:0px;
	text-overflow:ellipsis;
	word-wrap:break-word;
	margin-bottom:0px;
	color:#4E756C;
	text-shadow:0px 0px 0px rgba(0,0,0,0.3);
	padding-left:15px;
}
.tab-info ul li li a {
	font-size:12px;
	color:#3f3162;
	text-shadow:0px 1px 1px rgba(255,255,255,0.1);
}
.tab-info ul li a:hover,.tab-info ul li li a:hover {
	color:#3f3162;
	text-shadow:0px 1px 1px rgba(255,255,255,0.3);
}
.tab-info ul li h1:hover {
	color:#3f3162;
}		

.kiri {
	width:76%;
	float:left;
	position:relative;
	min-height:100px;
	border:0px solid #d9d9d9;
}
.kanan {
	width:24%;
	min-height:100px;
	border:0px solid #d9d9d9;
	margin-left:0px;
	float:left;
	position:relative;
	padding:20px;
}
	.isi_kanan {
		width:100%;
		min-height:200px;
		border:1px solid #d9d9d9;	
		padding:0px;
		float:left;
		background:#f5f5f5;
	}
.right-info {
	width:38%;
	height: 300px;
	border: 1px solid #18AC99;
	position:absolute;
	text-align:left;
	font-weight:500;
	overflow: auto;
	right: 0;
	bottom: 0;
}
		.right-info h2 {
			position: absolute;
			top: 5px;
			left: 5px;
			border-bottom: 0px solid rgba(0,0,0,0.1);
			padding: 5px 15px;
			background: #f2f2f2;
			z-index: 1;
		}
	.info_inner {
		width:100%;
		float: left;
		padding:15px;
		border:0px solid #fff;
		position: relative;
	}

	.content_info {
		width:100%;
		float: left;
		text-align:center;
		position: relative;
	}	
.banner {
	width:100%;
	border: 0px solid #ec3237;
	margin: 20px 0;
	float:left;
	position:relative;
	text-align:left;
	font-weight:500;
	letter-spacing:2px;
	overflow: hidden;
}
	.banner_inner {
		width:100%;
		padding:15px;
		border:0px solid #fff;
	}
	.content_banner {
		width:100%;
		float: left;
		text-align:center;
	}
		.content_banner ul {
			margin: 0;
			padding: 0;
			text-align: center;
		}
		.content_banner ul li {
			width: 32%;
			height: 98px;
			overflow: hidden;
			display: inline-block;
			border: 0px solid #000;
		}
			.content_banner ul li img {
				max-width: 100%;
			}
.banner h5 {
	margin:0;
	color:#f4AD31;
}
.banner p{
	margin-bottom:0px;
	font-size:20px;
	cursor:pointer;
}
.footer{
	width:100%;
	background:#fff;
	float:left;
}
	.layer {
		width:100%;
		float:left;
		padding:1em 0;
		color:#333;
		text-align:center;
	border-top: 40px solid #999999;
	border-bottom: 40px solid #19AC9A;		
	}
	.layer h4{
		letter-spacing:1px;
		font-size:14px;
		font-weight:normal;
		color:#333;
	}
	.box1 {
		width:33%;
		min-height:200px;
		margin-top:0px;
		border:0px solid #8a8893;
		display:inline-block;
		padding:10px;
		color:#aab2bd;
	}
	.box1 ul {
		margin:0;
		padding:0;
	}
	.box1 ul li {
		width:100%;
		height:auto;
		padding:2px;
		float:left;
		border-bottom:0px dotted #d0cfd3;
		margin-bottom:10px;
	}
	.box1 ul li .email {width:auto;float:right;padding-right:0;}
	.box1 ul li a {color:#aab2bd;}
	.box1 ul li a:hover {color:#aab2bd;}
	.box1 ul li h5 {font-size:14px;font-weight:600;color:#fff;}
	.box1 ul li .icon {
		width:24px;
		height:24px;
		float:right;
		margin:4px 0px;
	}
	.box1 ul li .icon img{
		width:100%;
	}
	
.content_nonhome {
	width:100%;
	float:left;
	position:relative;
	margin-bottom: 20px;
	margin-top: 1em;
}
.left {
	width:24%;
	float:left;
	position:relative;
	min-height:100px;
}
	.isi_left {
		width:100%;
		min-height:100px;
		border:0px solid #cfdaea;	
		padding:0px;
		float:left;
	}
.right {
	width:60%;
	min-height:500px;
	border:0px solid #d8d8d8;
	margin-left:0px;
	float:left;
	position:relative;
	background: #fff;
}

.bg-gambar {
	width: 50%;
	height: 300px;
	position: absolute;
	right: 0;
	top: 10%;
	border: 1.5em solid #fff;
	background-size: cover;
	z-index: 1;
}
	.bg-gambar img {
		max-width: 100%;
	}
#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: -150px;
}

#back-top a {
	width: 108px;
	display: hide;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
  width: 43px;
  height: 43px;
  padding: 8px 4px;
  position: fixed;
  right: 10px;
  bottom:10px;
  cursor: pointer;
  background: #f4AD31;
  color: #ffffff;
  -webkit-transition: all .4s ease-in;
  -moz-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  -ms-transition: all .4s ease-in;
  transition: all .4s ease-in;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
#back-top a:hover span {
	background: #18AC99;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
#back-top img {
	max-height:100%;
}

/* CAREER REGISTRATION */
.error {
    color: red;
}

label.formulir {
    width: 150px;
    float: left;
}

.form_reg input[type=text],.form_reg input[type=password] {
    margin-bottom: 5px;
    padding: 5px;
    width: 300px;
}
.bayang {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(74,141,123,.85);
}
.form_kiri {
    width: 38%;
    float: left;
    border: 0px solid #ccc;
    padding: 10px;
    height: 400px;
    background: url(../files/layout/bg-daftar.png)no-repeat right;
    position: relative;
}
	.form_kiri_header {
		width: 80%;
		margin: 0 auto;
		margin-bottom: 10px;
		position: relative;
		z-index: 1;
	}
		.logodaftar {
		    width: 40px;
		    height: 40px;
		    float: left;
		    margin-right: 10px;
		}
		.form_kiri_header h1 {
			font-size: 18px;
			font-weight: 600;
		    float: left;
		    margin-bottom: 10px;
		    padding: 10px 0;
		    color: #fff;
		}
		.form_kiri .login {
			margin-top: 25%;
		    border: 0px solid #000;
		}
		/*.g-signin2{margin-top:-28px;margin-left: 80px;}*/
		.tombol_login {
		    width: 53%;
		    margin: 0 auto;
		    position: relative;
		    border-radius: 4px;
		    /*margin-top: 10px;*/
		}

		.login p {
		    font-style: italic;
		    margin-top: 15px;
		    color: #fff;
		    position: relative;
		    z-index: 1;
		    float: left;
		}

.form_kanan {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    height: 400px;
    overflow-y: auto;
    position: relative;
    background: #f9f9f9;
}
	.form_kanan_header {
		top: 0;
		left: 20px;
		margin-bottom: 10px;
		position: absolute;
		z-index: 1;
	}
	.form_kanan h1 {
		font-size: 18px;
		font-weight: 600;
	    float: left;
	    margin-bottom: 10px;
	    padding: 10px 0;
	    color: rgba(74,141,123,.85);
	    border-bottom: 0px solid #dd4e22; 
	}
	.icon_form_kanan {
		width: 25px;
	    height: 25px;
	    float: left;
	    margin-right: 8px;
	    padding-top: 8px;
	}

form input,form select,form textarea {
    margin-bottom: 10px;
    vertical-align: middle;
    padding: 8px 10px;
    background: #fff;
}

form select option {
    padding-left: 3px;
    padding-right: 3px;
}

form input[type=text],form input[type=password],form select {
    width: 370px;
	border: 1px solid #d8d8d8;
    vertical-align: middle;
}

form textarea {
    width: 370px;
    resize: none;
    border: 1px solid #d8d8d8;
    vertical-align: top;
}
/* CAREER REGISTRATION */

/* PROFIL */
.form_register {

}
	.form_register_header {
		width: 100%;
		float: left;
	}
	.form_register_header_icon {
	    width: 32px;
	    height: 32px;
	    float: left;
	    margin-right: 10px;		
	}
	.form_register_header h1 {
		font-size: 17px;
		font-weight: 600;
	    float: left;
	    padding: 10px 0;		
	}
	.form_register p{
	    margin-bottom: 10px;
	}
	
.profil_wrap {
	width: 100%;
	float: left;
	padding-bottom: 20px;
	background: url(../files/layout/shadow.png)no-repeat 100% 99%;

}
	.content_profil {
		width: 100%;
		float: left;
		border: 1px solid #ddd;
		margin: 10px 0;
		background: #fafbfc;
		border-radius: 0px;
	}
.profil_kiri{
  width: 20%;
  float: left;
  height: 340px;
  margin: 20px 0;
  border-right: 1px solid rgba(0,0,0,0.1);
}
	.profil_kiri ul {
		margin: 0;
		padding: 0;
	}
	.profil_kiri ul li a {
		color: #fff;
		text-shadow: 1px 0px 1px rgba(0,0,0,0.8);
	}
	.profil_kiri ul li .fa {
		margin-right: 8px;
	}
		.profil_kiri ul li a:hover, .profil_kiri ul li a:focus  {
			color: #f9f9f9;
		}
	.profil_kiri ul li {
		width: 90%;
		float: left;
		margin-bottom: 5px;
		background: rgba(74,141,123,.95);
		border-left: 1px solid rgba(74,141,123,.95);
		border-top: 1px solid rgba(74,141,123,.95);
		border-right: 1px solid rgba(74,141,123,.95);
		border-bottom: 1px solid rgba(74,141,123,.95);
		border-top-right-radius: 0px;
		border-bottom-right-radius: 10px;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		padding: 6px 10px;
		box-shadow:inset 0 0 2px 0 #fff;
		position: relative;
		margin-left: -10px;
	}
	.profil_kiri ul li::before{
		display: block;
		width: 8px;
		height: 0px;
		position: absolute;
		bottom: -6px;
		left: 0;
		content: "";
		border-bottom: 5px solid transparent;
		border-right: 8px solid rgba(74,141,123);
	}	
		.profil_kiri ul li:hover {
			background: rgba(74,141,123,.85);
		}
		.profil_kiri ul li:active, .profil_kiri ul li:focus  {
			background: rgba(74,141,123,.85);
		}


.profil_kanan{
  border-left: 0px solid rgba(0,0,0,0.2);
  float: left;
  width: 80%;
  padding: 20px;
  height: 380px;
  background: url(../files/layout/bg-daftar.png)no-repeat right;
  position: relative;
  z-index: 1;
}
.list_submit{margin-top: 10px;}
form.sembunyikan{display: none;}

.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.effect3
{
  position: relative;
}
.effect3:before
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.effect4
{
  position: relative;
}
.effect4:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(3deg);
}
.shadow {
    -ms-transform: rotate(2deg); /* IE 9 */
    -webkit-transform: rotate(2deg); /* Safari and Chrome */
    -o-transform: rotate(2deg); /* Opera */
    -moz-transform: rotate(2deg); /* Firefox */
    box-shadow: 0 6px 16px -6px black;
    height: 20px;
    width: 180px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    left: 0;
}
/* PROFIL */
/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* untuk ukuran 1080px kebawah */
@media screen and (max-width: 1080px) {
	
	.container{
		width: 100%;
	}
	.wrapper {
		width:95%;
	}
	.logo img {margin-top:0;}
	.topmenu_wrap {
		width:100%;
	}
	.topmenu ul li {
		padding:0;
	}
	.content {
		width: 100%;
		float: left;
	}
	.detaildata {
		width:100%;
		float:left;
	}

	.footer {
		width: auto;
		float: left;
		padding:0px;
	}
	.gambardetail {
		width:39%;
		float:left;
	}
	.deskripsi {
		width:100%;
		float:left;
	}
	.box1 {
		width:32%;
	}
	.box1 ul li .email {padding-right:0px;}
	.list-jobs ul li {
		width:100%;
	}
	.list-jobs ul li ul li {
		width:100%;
	}
}


/* untuk ukuran layar 700px kebawah */
@media screen and (max-width: 780px) {
	
	.container {
	}
	.bg {display: none;}
	.header {
		width:100%;
		height:auto;
		text-align:center;
	}
	.pencarian {
		width:100%;
		float:left;
		text-align:center;
	}
	.user {
		width:100%;
	}
	.slide{
		width:100%;
		float:left;
		margin-top:20px;
		margin-bottom:20px;
		padding:4%;
	}
	.home {
		width:100%;
		padding:0% 4%;
	}
	.home ul li{
		width:100%;
	}
	.home ul li:nth-child(2) {
		border-left: 1px solid #cfdaea;	
	}
	.content {
		width: 100%;
		float: left;
		padding:0% 4%;
	}
	.terbaru ul li {
		width:auto;
		margin-bottom:20px;
	}
	.detaildata {
		width:100%;
		float:left;
	}
	.kiri {
		width: 100%;
		float: left;
		padding:0;
	}
	.kanan {
		width: 100%;
		float: left;
		margin-top:20px;
		padding:0;	
	}
	.left {
		width: 100%;
		float: left;
		padding:0;
	}
	.right {
		width: 100%;
		float: left;
		margin-top:20px;
		padding:0;
	}
	.footer {
		width: auto;
		float: left;
		padding:0px 10px;
		text-align: left;
	}
	.box1 {
		width:auto;
		float:left;
		margin-bottom:15px;
	}
	.produk ul li {
		width:auto;
		float:none;
	}
	.detail {
		width:100%;
		float:left;
		padding:0px;
	}
	.gambardetail {
		width:100%;
		float:none;
	}
	.deskripsi {
		width:auto;
		float:left;
		margin-right:0;
		padding:5px;
	}

	.detaildata .thumbnail {
		width:100%;
		float:left;
	}
	.banner {
		margin:0;
	}
	.list-jobs ul li {
		width:100%;
	}
	.list-jobs ul li ul li {
		width:100%;
	}	
}

@media screen (width: 1024px) {
	.f-nav {
		top:57px;
	}
}
@media screen (min-width: 0px) and (max-width: 480px) {

	.topmenu ul li{
		float:left;
	}
	.detaildata .thumbnail {
		margin-right:0;
	}
	.info_toparea, .sosmed {
		width:100%;
		float:left;
	}
	.list-jobs ul li {
		width:100%;
	}
	.list-jobs ul li ul li {
		width:100%;
	}

}


@media only screen and (max-width: 600px) {
	body {
		background: none;
	}
	.slide-home {display: none;}
	.header {
		padding:1em 1em 0 1em;
	}
	.slide-home {display: none;}
	.topmenu_wrap {
		background: #18AC99;
	}
	.topmenu {
		width: 100%;
		float: left;
	}
	.logo_toparea {
		width:100%;
	}
	.bg-gambar, .right-info {
		width: 100%;
		position: relative;
		float: left;
	}
	.bg-gambar {
		height: 150px;
		border: none;
		margin-bottom: 20px;
		display: none;
	}
	.right-info {
		margin-top: 20px;
	}
	.sosmed {
		width:100%;
		float:left;
		padding: 5px 0;
	}
	.info_toparea, .slide, .pencarian {display:none;}
	.pencarian input[type="text"] {width:235px;}
	.user {
		width:100%;
		float:left;
	}
	.list-jobs ul li {
		width:100%;
	}
	.list-jobs ul li ul li {
		width:100%;
	}		
	.content_banner ul li	{
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	.divisi {
		margin-top: 20px;
	}
	.sb-search.sb-search-open,
	.no-js .sb-search {
		width: 100%;
	}
	.form_kiri, .form_kanan	{
		width: 100%;
	}
		.form_kiri {
			height: auto;
		}
		.form_kiri_header {
			width: 100%;
		}
		.logodaftar {
			width: 24px;
			height: 24px;
		}
		.form_kiri_header h1 {
			font-size: 95%;
			padding: 3px 0;
		}

	.tombol_login {width: 100%;}
}