html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	font-family: 'M PLUS Rounded 1c', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif;
	font-style: normal;
	scroll-behavior: smooth;

		}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
		}

a {
	text-decoration: none;
	color:#2565C7;
		}

img {
	border-style: none;
		}

input:focus, textarea:focus, select:focus{
        outline: none;
		}

/*button daftar demo*/
.btn {
  		box-sizing: border-box;
  		-webkit-appearance: none;
    	-moz-appearance: none;
        appearance: none;
  		background-color: #F6477D;
  		border: 2px solid #e74c3c;
  		border-radius: 0.6em;
  		color: #fff;
  		cursor: pointer;
  		align-self: center;
  		font-size: 24px;
  		font-weight: 400;
  		line-height: 40px;
  		letter-spacing: 2px;
  		padding: 10px;
  		text-decoration: none;
  		text-align: center;
  		text-transform: uppercase;
  		font-family: 'Montserrat', sans-serif;
  		font-weight: 700;
  		width: 300px;
  		display:inline-block;
		}
.btn:hover, .btn:focus {
  		color: #fff;
  		outline: 0;
		}

.first {
  		transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
		}
.first:hover {
  		box-shadow: 0 0 40px 40px #e74c3c inset;
		}

/*akhir button daftar demo*/

#logo{
			float:left;
		}

#logo img{
			width: 200px;
		}

.make_fixed{
	float:left;
	width:100%;
	transition: all 0.5s ease;
	position: fixed;
	background: #fff;
	z-index: 9999; 
}

.make_fixed.fixed{
	position: fixed;
	left:0;
	-webkit-box-shadow: 0px 10px 63px -30px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 10px 63px -30px rgba(0,0,0,0.4);
	box-shadow: 0px 10px 63px -30px rgba(0,0,0,0.4);
		}

#masthead{
	width:1700px;
	transition: all 0.5s ease;
	margin:0 auto;
	display:table;
	z-index: 10;
}
.make_fixed.fixed #site-navigation-right{
	top:15px;
	display:none;
}

.make_fixed.fixed .white_header.header_fix{
	background: #fff;
	-webkit-box-shadow: 0px 10px 63px -30px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 10px 63px -30px rgba(0,0,0,0.4);
	box-shadow: 0px 10px 63px -30px rgba(0,0,0,0.4);
}

.make_fixed.fixed .white_header.header_fix  #logo img{
	transition: all 0.1s ease;
	filter: none;
}

.make_fixed.fixed .white_header .main-navigation a{
	color: #123B77;
}

.main-navigation {
	float: none;
	display: inline-block;
}

	.main-navigation ul,
	.main-navigation ul li{
		margin:-3px;
		padding:0;
		list-style-type: none;
		float:left;
	}

	
	.main-navigation ul li {
			margin-left:30px;
			margin-right:30px;
	}

	.main-navigation ul#secondary-menu  {
			margin-left:30px;
			margin-right:30px;
			color:#7a88a8;
			font-size:24px;
			letter-spacing: 0.28px;
	}	

	.main-navigation ul#secondary-menu li:last-child {
			margin-left:30px;
			padding-top: 20px;
	}

	.telp {
			position: absolute;
			background: url(../img/icon_tel.png) no-repeat;
			left: -280px;
			width: 30px;
			height: 30px;
			content: "";
			top: 2px;

		}		

	.wasap {
			position: absolute;
			background: url(../img/wa2.png) no-repeat;
			left: -40px;
			width: 30px;
			height: 30px;
			content: "";
			top: 2px;
		}

	.main-navigation ul li:last-child {
			padding-right:0;
			position: relative;
		}

	.main-navigation ul li a{
			font-size:18px;
			letter-spacing: 1.5px;
			color:#123B77;
			line-height: 30px;
			height: 60px;
			display:table;
			position: relative;
		}

	.main-navigation ul li {
			color:#2565C7;
		}

	.main-navigation ul{
			position: relative;
		}

	.main-navigation ul li a:before{
	height: 3px;
	position: absolute;
	left: 0;
	width: 0%;
	background: #F6477D;
	content: "";
	top: 45%;
	transition: all 0.5s ease;
}
	.main-navigation ul > li:hover > a:before{
		width:100%;
		background: rgb(37, 101, 199);

	}

	.main-navigation ul > li > a.selected_menu:before{
		width:100%;
		background : #F6477D;
		
	}


	.main-navigation ul li a.demo:before{
	background: none;
	}

	.main-navigation ul li a.demo {
	background: rgb(37, 101, 199);
	padding:0px 15px;
	color: #fff;
	float: left;
	line-height: 42px;
	height: 40px;
	margin-top: -5px;
	box-shadow: none;
	display:inline-block;
	transition: box-shadow 0.3s ease-in-out;
	}

	.main-navigation ul li a.demo:hover {
	box-shadow: 0 0px 30px 0 rgba(37, 101, 199, 0.5);
	-webkit-box-shadow:  0 0px 30px 0 rgba(37, 101, 199, 0.5);
	-moz-box-shadow:  0 0px 30px 0 rgba(37, 101, 199, 0.5);
}

.make_fixed.fixed .white_header .nav2 a{
	color: #123B77;
}

.nav2 {
	float: none;
	display: inline-block;
}

	.nav2 ul,
	.nav2 ul li{
		margin:0;
		padding:0;
		list-style-type: none;
		float:left;
	}

		.nav2 ul li {
			margin-left:30px;
			margin-right:30px;
		}

		.nav2 ul#secondary-menu  {
			margin-left:0px;
			margin-right:30px;
			color:#7a88a8;
			font-size:24px;
			letter-spacing: 0.28px;
		}	

		.nav2 ul#secondary-menu li:last-child {
			margin-left:30px;
		}

		.telp {
			position: absolute;
			background: url(../img/icon_tel.png) no-repeat;
			left: -280px;
			width: 30px;
			height: 30px;
			content: "";
			top: 2px;

		}		

		.wasap {
			position: absolute;
			background: url(../img/wa2.png) no-repeat;
			left: -40px;
			width: 30px;
			height: 30px;
			content: "";
			top: 2px;
		}
		.nav2 ul li:last-child {
			padding-right:0;
			position: relative;
		}

		.nav2 ul li a{
			font-size:18px;
			letter-spacing: 1.5px;
			color:#123B77;
			line-height: 30px;
			height: 60px;
			display:table;
			position: relative;
		}

		.nav2 ul li {
			color:#2565C7;
		}

		.nav2 ul{
			position: relative;
		}

.nav2 ul li a:before{
	height: 3px;
	position: absolute;
	left: 0;
	width: 0%;
	background: #F6477D;
	content: "";
	top: 45%;
	transition: all 0.5s ease;
}

	.nav2 ul > li:hover > a:before{
		width:0%;
	}


.nav2 ul li a.demo:before{
	background: none;
}

.nav2 ul li a.demo {
	background: rgb(37, 101, 199);
	padding:0px 15px;
	color: #fff;
	float: left;
	line-height: 42px;
	height: 40px;
	margin-top: -5px;
	box-shadow: none;
	display:inline-block;
	transition: box-shadow 0.3s ease-in-out;
}

.nav2 ul li a.demo:hover {
	box-shadow: 0 0px 0px 0 rgba(37, 101, 199, 0.5);
	-webkit-box-shadow:  0 0px 30px 0 rgba(37, 101, 199, 0.5);
	-moz-box-shadow:  0 0px 30px 0 rgba(37, 101, 199, 0.5);
}

#site-navigation-right{
	position: absolute;
	top: 30px;
	right: 0;
	transition: all 0.5s ease;
}

.htext {

	color: #F6477D;
}

h1{
	color:#123B77;
	font-size:60px;
	line-height: 40px;
	font-weight: 400;
}

h2{
	color:#123B77;
	font-size:52px;
	line-height: 64px;
	font-weight: 400;
	letter-spacing: 1.04px;
}

h3{
	color:#123B77;
	font-size:34px;
	line-height: 48px;
	font-weight: 400;
	letter-spacing: 0.68px;
	padding: 14px 14px 0 14px;
}
h4{
	color:#123B77;
	font-size:16px;
	line-height: 20px;
	padding: 14px 14px 0 14px;
	font-weight: 200;
	letter-spacing: 0.68px;
}

h5{
	color:#123B77;
	font-size:25px;
	line-height: 64px;
	font-weight: 400;
	letter-spacing: 1.04px;
}
h6{
	color:#123B77;
	font-size:60px;
	line-height: 40px;
	font-weight: 400;
}
li, p {
	color:#102A51;
	font-size:18px;
	line-height: 34px;
	font-weight: 400;
}

#content{
	float:left;
	width:100%;
	position: relative;
	min-height: 1000px;
}

.home{
	width: 100%;
}

#home_left_text{
	float: left;
	width: 700px;
	position: relative;
	margin-top: 150px;
	height: 10px;
	margin-left: 10%;
}

	#home_left_text p{
		font-size:24px;
		line-height: 40px;
		margin-top: 40px;
	}

	#home_left_text a {
		background: #F6477D;
		padding:0px 40px;
		text-transform: uppercase;
		color: #fff;
		letter-spacing: 3px;
		margin-top: 20px;
		float: left;
		font-size:16px;
		min-height: 60px;
		line-height: 60px;
		box-shadow: none;
		display:inline-block;
		transition: box-shadow 0.3s ease-in-out;
	}

#buttondemo a {
		background: #F6477D;
		padding:0px 5px;
		text-transform: uppercase;
		color: #fff;
		letter-spacing: 2px;
		margin-top: 0px;
		font-size:16px;
		height: 40px;
		line-height: 40px;
		box-shadow: none;
		display:inline-block;
		transition: box-shadow 0.3s ease-in-out;
	}

#buttondemo2 a {
		background: #F6477D;
		padding:0px 5px;
		text-transform: uppercase;
		color: #fff;
		letter-spacing: 2px;
		margin-top: 50px;
		font-size:25px;
		height: 65px;
		line-height: 65px;
		box-shadow: none;
		display:inline-block;
		transition: box-shadow 0.3s ease-in-out;
	}

#home_right_image{
	float:right;
	margin-right: 10%;
	margin-top: 6%;
	width: 35%;
}

#home_right_image img{
	width: 100%;
}

.helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.centered_title_container{
	float:left;
	width:100%;
	position: relative;
	z-index: 2;
}

	.centered_title{
		width:100%;
		margin:0 auto;
		display:table;
		text-align: center;
	}

	.centered_title img{
		width: 100%; margin-top: -50px;
	}

#demo{
	float:left;
	width:100%;
	background: rgb(37, 101, 199);
	overflow: hidden;
	margin-top: 0px;
	padding-bottom: 0px;
}

	#demo img{
		float:left;
		width:100%;
		margin-top: 160px;
	}

.one_h{
	width: 40%;
	float:left;
}

	.one_h:last-child{
		float:right;
	}

.one_r{
	float:left;
	width:100%;
}

.inner_tab{
	display: block;
}

.accordion {
	list-style: none;
	float:left;
	padding:0 !important;
	border:0 !important;
	width: 95%;
}

	.accordion h3{
		float:left;
		width:90%;
		font-size:34px;
		line-height: 48px;
		transform: skew(-5deg) rotate(-5deg);
		transition: all 0.5s ease;
	}

	.accordion h3:hover{
		color: #2565C7;
	}


.accordion li {
	float: left;
	transition: all 0.5s ease;
	transform: skew(5deg) rotate(5deg);
	padding-left: 10%;
	padding-top: 3%;
	width: 90%;
	padding-right: 10%;
}

.accordion li.bg_blue{
	padding-top:1px;
}

	.accordion li.bg_blue h3{
		color:#fff;
	}

	.accordion li.bg_blue p{
		color:#BED1EE;
	}

	.accordion li.bg_blue a{
		color:#43E0F2;
		font-size:16px;
		letter-spacing: 1.8px;
		position: relative;
		transition: all 0.5s ease;
	}

	.accordion li.bg_blue a:before {
		width: 17px;
		height: 10px;
		position: absolute;
		right: -30px;
		top: -3px;
		content: "";
	}

.accordion li div{
	transform: skew(-5deg) rotate(-5deg);
	display: none;
	float:left;
	color:#fff;
	font-size:12px;
	margin:0 !important;
	padding:0;
	width:100%;
	margin:0 !important;
	background-repeat:no-repeat;
	background-position:0 10px;
}

.accordion li.active div{
	background-repeat:no-repeat;
	color:#000;
	background-position:5px -30px;
}

#demo label{
	color: #BED1EE;
}

.inputan {
	width: 300px;
	height: 30px;
	border-radius: 5px;
	border: none;
	border-bottom: 3px solid #F6477D;
}

#demo textarea {
	width: 300px;
	height: 50px;
	border-radius: 5px;
	border: none;
	border-bottom: 3px solid #F6477D;
}

#demo select {
	width: 100px;
	height: 35px;
	border-radius: 5px;
	border: none;
	border-bottom: 3px solid #F6477D;
}
.chevron{
	float: none;
	width: 24px;
	height: 15px;
	background: url(../img/ChevronDownDefault.png) no-repeat;
	display: inline-block;
	background-size: 90px;
	margin-left: 20px;
	background-size: 100%;
	transition: all 0.5s ease;
}

.accordion h3:hover .chevron{
	float: none;
	width: 24px;
	height: 15px;
	background: url(../img/ChevronDownHover.png) no-repeat;
	display: inline-block;
	background-size: 90px;
	margin-left: 20px;
	background-size: 100%;
	transition: all 0.5s ease;
}


.accordion li.bg_blue h3  .chevron{
	float: none;
	width: 24px;
	height: 15px;
	background: url(../img/ChevronUp.png) no-repeat;
	display: inline-block;
	background-size: 90px;
	margin-left: 20px;
	background-size: 100%;
	transition: all 0.5s ease;
}

.accordion ul {
	list-style: none;
	padding:0 !important;
	margin:0 !important;
	display: none;
	background-color:#f5f5f5;
	float:left;
	width:auto !important;
}
.accordion ul li{
	font-weight: normal;
	background-color: #f5f5f5;
	float:left;
	width:auto !important;
	background-image:none !important;
	padding:0 !important;
	margin:0 !important;
	border-right:1px solid #e0e0e0 !important;
	border:1px solid red;

}

.submit {
	background: #F6477D;
	padding:0px 15px;
	color: #fff;
	height: 40px;
	margin-top: -5px;
	box-shadow: none;
	display:inline-block;
	transition: box-shadow 0.3s ease-in-out;
	border-color: #2565C7;
	border-radius: 10px;
	opacity:0.8;
	cursor:pointer;
}

.submit:hover {
	box-shadow: 0 0px 42px 0 rgba(246, 71, 125, 0.5);
	-webkit-box-shadow:  0 0px 42px 0 rgba(246, 71, 125, 0.5);
	-moz-box-shadow:  0 0px 42px 0 rgba(246, 71, 125, 0.5);
}

.social_media{
	width: 100%;
	text-align: center;
	margin-bottom: -20px;
}

.social_media a img{
	width: 30px;
}

.social_media a img:hover{
	border-radius:50%;
	box-shadow: 0 0px 30px 0 rgba(37, 101, 199, 1);
	-webkit-box-shadow:  0 0px 30px 0 rgba(37, 101, 199, 1);
	-moz-box-shadow:  0 0px 30px 0 rgba(37, 101, 199, 1);
}

.privacy{
	float:left;
	width:100%;
	margin-top: 10px;
}

.privacy p{
	width:50%;
	font-size: 15px;
}

.privacy p a{
	font-weight: bold;
}

#home_left_text a:hover {
	box-shadow: 0 0px 42px 0 rgba(246, 71, 125, 0.5);
	-webkit-box-shadow:  0 0px 42px 0 rgba(246, 71, 125, 0.5);
	-moz-box-shadow:  0 0px 42px 0 rgba(246, 71, 125, 0.5);
}

#tentang_produk{
	float:left;
	width:100%;
	margin-top:100px;
}
	.m_top{
		margin-top: 150px !important;
	}

	#tentang_produk .item{
		width:950px;
		margin:0 auto;
		display:table;
		margin-bottom:190px;
	}
		
		#tentang_produk .item .text_cont a,
		#tentang_produk .item .text_cont img{
			position: relative;
		}

		#tentang_produk .item .text_cont p{
			position: relative;
			margin-bottom: -5px;
		}

		.text_cont p.title{
			color: #123B77;
			font-size: 28px;
			line-height: 1.3em;
		}

		#tentang_produk .item .text_cont a{
			color:#2565C7;
			letter-spacing: 2px;
			font-size:16px;
			font-weight: bold;
			position: relative;
			text-transform:uppercase;
			transition: all 0.5s ease;
		}

		#tentang_produk .item .text_cont a:hover {
			color:#3B88FF;
}
			#tentang_produk .item .text_cont a:before{
				width:17px;
				height:26px;
				position: absolute;
				right:-30px;
				top:-3px;
				content:"";
			}

		#tentang_produk .item .text_cont{
			position: relative;
		}

		#tentang_produk .item .text_cont:before{
			position: absolute;
			background: #F8F9FF;
			width: 120%;
			height: 100%;
			top:6%;
			right: -10%;
			content: "";
		}

		#tentang_produk .item .img_cont img{
			float:left;
			width:100%;
		}

		.left_mb{
			margin-bottom: 150px !important;
		}

		#tentang_produk .item.left_image .text_cont{
			float:right;
			width:75%;
		}

		#tentang_produk .item.left_image .img_cont{
			float:left;
			width:22%;
			position: relative;
			z-index: 1;
		}

		#tentang_produk .item.right_image .text_cont{
			float:left;
			width:75%;
		}

		#tentang_produk .item.right_image .img_cont{
			float:right;
			width:22%;
			position: relative;
			z-index: 1;
			margin-top:2%;
		}

		#tentang_produk .item.right_image .img_cont2{
			float:left;
			width:22%;
			position: relative;
			z-index: 1;
			margin-top:2%;
		}

	.hubungitop {

		margin-top: 0px;
	}

#prosedur{
	float:left;
	width:100%;
	margin-top:100px;
}
	.m_top{
		margin-top: 150px !important;
	}

	#prosedur .item{
		width:950px;
		margin:0 auto;
		display:table;
		margin-bottom:190px;
	}
		#prosedur .item .text_cont p,
		#prosedur .item .text_cont a,
		#prosedur .item .text_cont img{
			position: relative;
		}

		.text_cont p.title{
			color: #123B77;
			font-size: 28px;
			line-height: 1.3em;
		}

		#prosedur .item .text_cont a{
			color:#2565C7;
			letter-spacing: 2px;
			font-size:16px;
			font-weight: bold;
			position: relative;
			text-transform:uppercase;
			transition: all 0.5s ease;
		}

		#prosedur .item .text_cont a:hover {
			color:#3B88FF;
}

			#prosedur .item .text_cont a:before{
				width:17px;
				height:26px;
				position: absolute;
				right:-30px;
				top:-3px;
				content:"";
			}

		#prosedur .item .text_cont{
			position: relative;
		}

		#prosedur .item .text_cont:before{
			position: absolute;
			background: #F8F9FF;
			width: 120%;
			height: 120%;
			top: -10%;
			right: -10%;
			content: "";
			transform: skew(7deg) rotate(6deg);
		}

		#prosedur .item .img_cont img{
			float:left;
			width:100%;
		}

		.left_mb{
			margin-bottom: 150px !important;
		}

		#prosedur .item.left_image .text_cont{
			float:right;
			width:75%;
		}

		#prosedur .item.left_image .img_cont{
			float:left;
			width:22%;
			position: relative;
			z-index: 1;
		}

		#prosedur .item.right_image .text_cont{
			float:left;
			width:75%;
		}

		#prosedur .item.right_image .img_cont{
			float:right;
			width:22%;
			position: relative;
			z-index: 1;
			margin-top:8%;
		}

		.responsive {
		width: 100%;    	
		}

		.prosedur_kiri {
			float: left;
			width: 75%;
		}

		.mobile_br {
			display: none;
		}

		
#daftar_demo{
	float:left;
	width:100%;
	margin-top:100px;
}
	.m_top{
		margin-top: 150px !important;
	}

	#daftar_demo .item{
		width:950px;
		margin:0 auto;
		display:table;
		margin-bottom:190px;
	}
		#daftar_demo .item .text_cont p,
		#daftar_demo .item .text_cont a,
		#daftar_demo .item .text_cont img{
			position: relative;
		}

		.text_cont p.title{
			color: #123B77;
			font-size: 28px;
			line-height: 1.3em;
		}

		#daftar_demo .item .text_cont a{
			color:#2565C7;
			letter-spacing: 2px;
			font-size:16px;
			font-weight: bold;
			position: relative;
			text-transform:uppercase;
			transition: all 0.5s ease;
		}

		#daftar_demo .item .text_cont a:hover {
			color:#3B88FF;
}

			#daftar_demo .item .text_cont a:before{
				width:17px;
				height:26px;
				position: absolute;
				right:-30px;
				top:-3px;
				content:"";
			}

		#daftar_demo .item .text_cont{
			position: relative;
		}

		#daftar_demo .item .text_cont:before{
			position: absolute;
			background: #F8F9FF;
			width: 120%;
			height: 120%;
			top: -10%;
			right: -10%;
			content: "";
			transform: skew(7deg) rotate(6deg);
		}

		#daftar_demo .item .img_cont img{
			float:left;
			width:100%;
		}

		.left_mb{
			margin-bottom: 150px !important;
		}

		#daftar_demo .item.left_image .text_cont{
			float:right;
			width:75%;
		}

		#daftar_demo .item.left_image .img_cont{
			float:left;
			width:22%;
			position: relative;
			z-index: 1;
		}

		#daftar_demo .item.right_image .text_cont{
			float:left;
			width:75%;
		}

		#daftar_demo .item.right_image .img_cont{
			float:right;
			width:22%;
			position: relative;
			z-index: 1;
			margin-top:8%;
		}

		.responsive {
		width: 100%;    	
		}

		.kiri {
			float: left; 
			width: 75%;
		}
		.kanan{
			float: right; 
			width: 25%; 
			margin-top: 20px;
		}

		.demodate {

			width:185px;
			height: 30px;
			border-radius: 5px;
			border: none;
			border-bottom: 3px solid #F6477D;
		}

#detail_perusahaan{
	float:left;
	width:100%;
	margin-top:100px;
}
	.m_top{
		margin-top: 150px !important;
	}

	#detail_perusahaan.item{
		width:950px;
		margin:0 auto;
		display:table;
		margin-bottom:190px;
	}
		#detail_perusahaan.item .text_cont p,
		#detail_perusahaan.item .text_cont a,
		#detail_perusahaan.item .text_cont img{
			position: relative;
		}

		.text_cont p.title{
			color: #123B77;
			font-size: 28px;
			line-height: 1.3em;
		}

		#detail_perusahaan.item .text_cont a{
			color:#2565C7;
			letter-spacing: 2px;
			font-size:16px;
			font-weight: bold;
			position: relative;
			text-transform:uppercase;
			transition: all 0.5s ease;
		}

		#detail_perusahaan.item .text_cont a:hover {
			color:#3B88FF;
}

			#detail_perusahaan.item .text_cont a:before{
				width:17px;
				height:26px;
				position: absolute;
				right:-30px;
				top:-3px;
				content:"";
			}

		#detail_perusahaan.item .text_cont{
			position: relative;
		}

		#detail_perusahaan.item .text_cont:before{
			position: absolute;
			background: #F8F9FF;
			width: 120%;
			height: 120%;
			top: -10%;
			right: -10%;
			content: "";
			transform: skew(7deg) rotate(6deg);
		}

		#detail_perusahaan.item .img_cont img{
			float:left;
			width:100%;
		}

		.left_mb{
			margin-bottom: 150px !important;
		}

		#detail_perusahaan.item.left_image .text_cont{
			float:right;
			width:75%;
		}

		#detail_perusahaan.item.left_image .img_cont{
			float:left;
			width:22%;
			position: relative;
			z-index: 1;
		}

		#detail_perusahaan.item.right_image .text_cont{
			float:left;
			width:75%;
		}

		#detail_perusahaan.item.right_image .img_cont{
			float:right;
			width:22%;
			position: relative;
			z-index: 1;
			margin-top:8%;
		}

		#pad8 {
			padding: 8px;
		}

		.marperusahaan{

			margin-left: 25%;
			max-width: 1000px;
		}

#kebijakanpribadi{
	float:left;
	width:100%;
	margin-top:100px;
}
	.m_top{
		margin-top: 150px !important;
	}

	#kebijakanpribadi.item{
		width:950px;
		margin:0 auto;
		display:table;
		margin-bottom:190px;
	}
		#kebijakanpribadi.item .text_cont p,
		#kebijakanpribadi.item .text_cont a,
		#kebijakanpribadi.item .text_cont img{
			position: relative;
		}

		.text_cont p.title{
			color: #123B77;
			font-size: 28px;
			line-height: 1.3em;
		}


		#kebijakanpribadi.item .text_cont a{
			color:#2565C7;
			letter-spacing: 2px;
			font-size:16px;
			font-weight: bold;
			position: relative;
			text-transform:uppercase;
			transition: all 0.5s ease;
		}

		#kebijakanpribadi.item .text_cont a:hover {
			color:#3B88FF;
}

			#kebijakanpribadi.item .text_cont a:before{
				width:17px;
				height:26px;
				position: absolute;
				right:-30px;
				top:-3px;
				content:"";
			}

		#kebijakanpribadi.item .text_cont{
			position: relative;
		}

		#kebijakanpribadi.item .text_cont:before{
			position: absolute;
			background: #F8F9FF;
			width: 120%;
			height: 120%;
			top: -10%;
			right: -10%;
			content: "";
			transform: skew(7deg) rotate(6deg);
		}

		#kebijakanpribadi.item .img_cont img{
			float:left;
			width:100%;
		}

		.left_mb{
			margin-bottom: 150px !important;
		}

		#kebijakanpribadi.item.left_image .text_cont{
			float:right;
			width:75%;
		}

		#kebijakanpribadi.item.left_image .img_cont{
			float:left;
			width:22%;
			position: relative;
			z-index: 1;
		}

		#kebijakanpribadi.item.right_image .text_cont{
			float:left;
			width:75%;
		}

		#kebijakanpribadi.item.right_image .img_cont{
			float:right;
			width:22%;
			position: relative;
			z-index: 1;
			margin-top:8%;
		}
#faq{
	float:left;
	width:100%;
	margin-top:100px;
}
	.m_top{
		margin-top: 150px !important;
	}

	#faq.item{
		width:950px;
		margin:0 auto;
		display:table;
		margin-bottom:190px;
	}
		#faq.item .text_cont p,
		#faq.item .text_cont a,
		#faq.item .text_cont img{
			position: relative;
		}

		.text_cont p.title{
			color: #123B77;
			font-size: 28px;
			line-height: 1.3em;
		}

		#faq.item .text_cont a{
			color:#2565C7;
			letter-spacing: 2px;
			font-size:16px;
			font-weight: bold;
			position: relative;
			text-transform:uppercase;
			transition: all 0.5s ease;
		}

		#faq.item .text_cont a:hover {
			color:#3B88FF;
}

			#faq.item .text_cont a:before{
				width:17px;
				height:26px;
				position: absolute;
				right:-30px;
				top:-3px;
				content:"";
			}

		#faq.item .text_cont{
			position: relative;
		}

		#faq.item .text_cont:before{
			position: absolute;
			background: #F8F9FF;
			width: 120%;
			height: 120%;
			top: -10%;
			right: -10%;
			content: "";
			transform: skew(7deg) rotate(6deg);
		}

		#faq.item .img_cont img{
			float:left;
			width:100%;
		}

		.left_mb{
			margin-bottom: 150px !important;
		}

		#faq.item.left_image .text_cont{
			float:right;
			width:75%;
		}

		#faq.item.left_image .img_cont{
			float:left;
			width:22%;
			position: relative;
			z-index: 1;
		}

		#faq.item.right_image .text_cont{
			float:left;
			width:75%;
		}

		#faq.item.right_image .img_cont{
			float:right;
			width:22%;
			position: relative;
			z-index: 1;
			margin-top:8%;
		}


.hamburger{
		font:inherit;
		display:inline-block;
		overflow:visible;
		margin:0;
		padding:5px;
		cursor:pointer;
		transition-timing-function:linear;
		transition-duration:.15s;
		transition-property:opacity,filter;
		text-transform:none;
		color:inherit;
		border:0;
		background-color:transparent
	}

	.hamburger.is-active:hover,.hamburger:hover{
		opacity:.7
	}

	.hamburger .hamburger-inner,.hamburger .hamburger-inner:after,.hamburger .hamburger-inner:before,
	.make_fixed.fixed .hamburger .hamburger-inner,.make_fixed.fixed .hamburger .hamburger-inner:after, .make_fixed.fixed .hamburger .hamburger-inner:before{
		background-color:#34375A;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	.make_fixed.fixed .hamburger.is-active .hamburger-inner,.make_fixed.fixed .hamburger.is-active .hamburger-inner:after, .make_fixed.fixed .hamburger.is-active .hamburger-inner:before{
		background-color:#34375A;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}	

	.make_fixed.fixed .hamburger.is-active .hamburger-inner,.make_fixed.fixed .hamburger.is-active .hamburger-inner:after, .make_fixed.fixed .hamburger.is-active .hamburger-inner:before{
		background-color:#34375A;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	.hamburger-box{
		position:relative;
		display:inline-block;
		width:40px;
		height:24px
	}

	.hamburger-inner{
		top:50%;
		display:block;
		margin-top:-2px
	}

	.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{
		position:absolute;
		width: 25px;
		height: 3px;
		right:0; 
		transition-timing-function:ease;
		transition-duration:.15s;
		transition-property:transform;
		border-radius:4px;
		background-color:#fff
	}

	.hamburger-inner:after,.hamburger-inner:before{
		display:block;
		content:""
	}

	.hamburger-inner:before{
		top:-10px
	}

	.hamburger-inner:after{
		bottom:-10px
	}

	.hamburger--emphatic{overflow:hidden}
	.hamburger--emphatic .hamburger-inner{transition:background-color .125s ease-in .175s}
	.hamburger--emphatic .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}
	.hamburger--emphatic .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}
	.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}
	.hamburger--emphatic.is-active .hamburger-inner:before{top:-80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,80px,0) rotate(45deg)}
	.hamburger--emphatic.is-active .hamburger-inner:after{top:-80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,80px,0) rotate(-45deg)}
	.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color .125s ease-in .175s}
	.hamburger--emphatic-r .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}
	.hamburger--emphatic-r .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}
	.hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}
	.hamburger--emphatic-r.is-active .hamburger-inner:before{top:80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,-80px,0) rotate(-45deg)}
	.hamburger--emphatic-r.is-active .hamburger-inner:after{top:80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,-80px,0) rotate(45deg)}
	.hamburger--minus .hamburger-inner:after,.hamburger--minus .hamburger-inner:before{transition:bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear}

	#mobile{ 
		display: none;
		color: #000;
		float: right;
		font-size: 35px;
		cursor: pointer;
		position: relative;
		top: -5px;
		margin-left:8px;
	} 

.img_cont img{
	width:100%;
}

#secondary-menu h3{
	font-size: 18px;
	letter-spacing: 0.36px;
	color: #123b77;
	line-height: 25px;
	width: 90%;
	margin: 0 auto;
	font-weight: bold;
	margin-top: 10px;
	text-transform: uppercase;
}

#mobile_menu{
	margin-top:5px;
	float:right;
}

/*STUDI KASUS*/
#studi_kasus{
	margin:0 0 50px;
}

.flex-container-case {
  display: flex;
  justify-content: center;
}
.flex-container-case > div {
  background-color: white;
  width: 540px;
  height: auto;
  margin: 10px;
  text-align: left;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  transition: all 0.4s ease-in-out;
}

.flex-container-case > div:hover {
    transform: translateY(-10px);
}

.flex-container-case > div h3 {
    font-size: 18px;
    font-weight: 500;
    color: #313e4b;
    margin-left: 30px;
}

.flex-container-case > div h3 span {
    font-size: 13px;
    font-weight: 400;
    color: #02a2c4;
    margin-left: 10px;
}

.flex-container-case > div p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 0 30px;
    color: #727f8c;
    margin-bottom: 20px;
    margin-top: -20px;
    padding-right: 20px;
    width: 340px;
    float: left;
    font-style: italic;
}

.flex-container-case > div .image img {
    width: 160px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.flex-container-case > div .image4 img {
    width: 110px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.flex-container-case > div .image5 img {
    width: 110px;
    border-radius: 50%;
    margin-left: 5%;
    padding: 0;
    display: inline-block;
   	float: left; 
    color:#123B77;
}

.flex-container-case > div .image2 img {
    width: 110px;
    border-radius: 50%;
    margin: -20;
    padding-left: 0px;
    float: left;
}
.flex-container-case > div .image3 img {
    width: 90px;
    border-radius: 50%;
    margin: 0;
    padding: 10px;
    float: left;
}

@media only screen and (max-width: 1060px){

  .flex-container-case{
    flex-direction: column;
    align-items: center;
    margin-top: 21px;
  }
}
/*STUDI KASUS*/

@media screen and (max-width: 1920px) {
	.centered_title {
		width: 100%;
	}

	.m_top{
		margin-top: 80px !important;
	}
}

@media screen and (max-width: 1800px) {
	#masthead {
		width:1500px;
	}

	#site-navigation-right {
	    margin-left: 20px;
	}

	.l {
	    margin-left: 8.5% !important;
	}

	.accordion li{
		width: 85%;
	}

	#home_right_image{
		margin-right: 8%;
		margin-top: 10%;
		width: 38%
	}

	.hubungitop {

		margin-top: 80px;
	}

	h2{

		padding-top: 50px;
	}

	#kebijakanpribadi{
		margin-top: 9%;
	}
}

@media screen and (max-width: 1600px) {
	.main-navigation ul li {
			margin-left:5px;
			margin-right:5px;
	}

	#masthead {
		width:1200px;
		padding-top: 5px;
	}

	#site-navigation-right {
	    margin-left: 100px;
	}

	.main-navigation ul li a {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.main-navigation ul#secondary-menu li a {
		margin-left: 0px;
		margin-right: 0px;
	}

	.main-navigation ul#secondary-menu li:last-child a {
		margin-right: 0px;
	}

	#home_left_text{
		width: 550px;
	}
	#home_right_image{
		
		margin-top: 12%;
	}

	h1{
		font-size: 50px;
		line-height: 35px;
		width: 110%;
	}

	h2 {

		padding-top: 20px;
	}

	.accordion {
		width: 80%;
	}

	.l {
		margin-left: 12.5% !important;
	}

	#demo img{
		margin-top: 200px;
	}
}

@media screen and (max-width: 1500px) {
	#home_right_image{
		
		margin-top: 17%;
	}
}

@media screen and (max-width: 1500px) {
	.main-navigation ul li {
			margin-left:5px;
			margin-right:5px;
	}

	h1 {

		font-size: 44px;
		line-height: 30px;
	}

	h2 {

		padding-top: 45px;
	}

	.hubungitop {

		margin-top: 70px;
	}
}

@media screen and (max-width: 1400px) {
	h3 {
		font-size: 36px;
	}

	h2 {

		padding-top: 55px;
	}

	.hubungitop {

		margin-top: 80px;
	}

	.container {
		width: 1000px;
	}

	#home_right_image img{
		width: 90%;
		float: right;
	}

	#home_left_text {
		margin-top: 18%;
	}

	.centered_title {
		width: 80%;
	}

	#masthead {
		width: 1024px;
	}
	#site-navigation-right{
		right:10px;
	}

	.m_top{
		margin-top: 150px !important;
	}

	.accordion h3 {
		width: 99%;
	}

	.marperusahaan{

			margin-left: 10%;
			max-width: 1000px;
		}

	#kebijakanpribadi{
		margin-top: 15%;
	}

}

@media screen and (min-width: 1366px) {
	.l{margin-left: 108px;}
	.r{margin-left: 35px;}
	.accordion li.bg_blue h3{
		margin-bottom: -1px;
	}
}

@media screen and (max-width: 1280px){
	#demo img{
		width: 110%;
	}
	.l {
	    margin-left: 9.5% !important;
	}

	.accordion h3 {
		width: 100%;
	}

	.accordion li {
		width: 99%;
	}	
}
@media screen and (max-width: 1250px){
#home_right_image{
    	display:none;
    }
}

@media screen and (max-width: 1024px) {

	.make_fixed.fixed #site-navigation-right{
		top:0;
	}

	.main-navigation ul#secondary-menu li:last-child a{
		margin-left:0;
	}

	.make_fixed.fixed #site-navigation-right{
		display:block;
	}

	#secondary-menu .login{
		width:49.7%;
	}

	.make_fixed.fixed #masthead {
		padding-top: 0;
	}

	#masthead{
		padding-top:0;
	}

	#site-navigation-right{
		right:0;
	}

	#site-navigation-right{
		position: relative;
		top:0;
	}

	.main-navigation ul#secondary-menu > li > a{
		margin-left:10px;
		font-size:18px;
		letter-spacing: 1.5px;
	}


	#mobile{
		display:block;
	}

	.mobile_cont{
		overflow: hidden;
		position: relative;
		z-index: 999999;
	}

	.make_fixed.opened{
		height:100vh;
		background: transparent;
		overflow: hidden;
	}

	.overflow_menu{
		height: 75vh;
		overflow-x: hidden;
	}

	#mobile_menu{
		float: left;
		width: 100%;
		display: none;
		margin-top: 0;
		padding-bottom: 6px;
		height: calc(100vh - 150px);
		position: relative;
		z-index: 999;
		overflow: hidden;
	}

	#site-navigation-right{
		padding-bottom:70px;
	}

	#secondary-menu .login{
		bottom:0!important;
		z-index: 2;
	}

	.main-navigation ul,
	#site-navigation-right {
		position: unset!important;
	}

	#site-navigation-right,
	.main-navigation{
	 	float:left;
		margin:5%;
		width:85%;
	}

	.main-navigation ul, .main-navigation ul li{
		float:left;
		width:100%;
		margin-left: 10px;
	}

	.main-navigation ul li a{
		width:100%;
		padding: 24px 0px;
		height: auto;
		line-height:22px;
		border-bottom:1px solid rgba(109, 123, 160, 0.2);
	}
	
	.main-navigation ul li a:before {
		top:70%;
	}

	#masthead {
		width:100%;
		padding-top:30px;
		position: unset;
		float: left;
		width: 100%;
		background: #fff;
	}

	.make_fixed.fixed #masthead{
		padding-top:30px;
		
	}

	.mobile_cont{
		width:90%;
	}

	#tentang_produk .item{
		width:700px;
	}

	.main-navigation ul#secondary-menu li a{
		font-size:16px;
	}
	
	.main-navigation ul#secondary-menu li a {
		color:#123B77;
	}
	
		.main-navigation ul#secondary-menu li.login a {
			color:#fff;
			cursor: default;
			display: none;
	}

	#secondary-menu .login{
		position: absolute;
		right:0;
		width:50%;
		bottom:-60px;
		text-align: center;
		background: #F6477D;
		color:#fff;
		margin:0;
		padding:0;
	}

	#secondary-menu .login a{
		color:#fff;
		line-height: 60px;
		padding:0px;
	}

	.main-navigation ul li{
		width: 90%;
		float:none;
		margin:0 auto;
		display:table;
		padding-right:5%;
	}

	.main-navigation ul li.login a:before{
		display:none;
	}
	
	.container {
		width: 768px;
	}

	.main-navigation ul li a.demo{
		margin-top: 0;
		padding: 0 10px;
		width: 98%;
	}

	.accordion li {
		width: 100%;
	}

	#home_right_image{
    	display:none;
    }

    .tentangtop {

    	line-height: 55px; 
    	padding :30px;
    }
}

@media screen and (max-width: 965px) {
	#demo img{
		margin-top: 100px;
	}
	.one_h{
		width: 80%;
	}
	.l {
    	margin-left: 5.5% !important;
	}

	#tentang_produk{
		width: 100%;
	}

	.flex-container-case > div{
		width: 95%;
	}

	.slide-image{
		margin: 30px 20px 0 0 !important;
	}

	.slide-image img {
		max-width: 85% !important;
	}
}

@media screen and (max-width: 800px) {

	body {
	width: 90%;
	}

	.pText{
		margin-top: 10%;
		width: 90%;
	}

	.hText{
		color: #F6477D;
		margin-bottom: 70px;
		margin-top: 70px;
	}

	.image4 {

		text-align: center;
	}

	.flex-container-case > div .image5 img  {
		float: none;
		margin-left: 0%;
		
	}

	.image5 {
		text-align: center;
	}

	#tentang_produk .item{
		width:90%;
	}

	h1 {
	    font-size: 19px;
	    font-weight: bold;
	    line-height: 25px;
	    margin-left: 10px;
   	}

   	h2 {
	    font-size: 30px;
	    line-height:30px;
	    font-weight: bold;
	  	padding-top: 10px;
	}

	h5 {

		font-size: 25px;
		font-weight: bold;
	}

	h3 {
	    font-size: 18px;
	    line-height: 18px;
	}

	li, p {
	    color: #102A51;
	    font-size: 18px;
	    line-height:18px;
	    font-weight: 400;
	    margin-left: 10px;
	}

	.prosedur_kiri {
		width: 100%;
	}

	.kiri{
		width: 100%;
	}

	.mobile_br {
		display: block;
	}

	.gbr{
		display: none;
	}

	.gbrpro {
		position: absolute;
		width: 100%;
	}

	
	.perusahaangbr {

		margin-top: 0px!important;
	}

    #home_left_text{
    	width:91%;
    }

	.privacy p{
    	width:100%;
    }

    .bTimeline {
    	margin-top: 80px !important;
    }

	.privacy p{
    	text-align: center;
    }

	.centered_title{
		margin-top:0;
		width: 80%;
	}

	.centered_title img{
		margin-top: 10px;
	}

	.centered_title_container{
		z-index: 9
	}

	.accordion{
		margin-top:0;
	}

	.home .arrow_container{
		padding-bottom:50px;
	}

	.home .centered_title_container{
	    margin-top: 50px;
	}

	.accordion h3{
		margin-top:10px;
	}

	#tentang_produk .item .text_cont img{
		width: 65%;
	}

	#demo{
		margin-top:0;
	}

	.main-navigation ul li a.demo{
		margin-top: 0;
		padding: 0 10px;
		width: 97%;
	}

	.accordion .bg_blue.active h3{
		margin-bottom: 0;
	}

	#logo img{
   		margin-top:0px;
	}

	.main-navigation ul li a{
		font-size:16px;
	}

	#tentang_produk{
		overflow: hidden;
		margin-top:50px;
	}

	#demo img{
		margin-top: 80px;
		width: 100%;
	}
	.one_h{
		width: 90%;
	}

	.accordion{
		width: 92%;
	}

	.flex-container-case > div {
		width: 90%;
	}
	.flex-container-case > div p{
		width: 85%;
	}

	.right_image{
		margin-right: -5px !important;
	}

	.demodate {

		width: 135px;

	}

	#demo select {
	width: 65px;
	height: 35px;
	}

	.inputan {
	width: 250px;
	height: 30px;
	border-radius: 5px;
	border: none;
	border-bottom: 3px solid #F6477D;
	}

	#demo select {
	width: 95px;
	height: 35px;
	}

	#demo textarea {
	width: 250px;
	height: 50px;
	border-radius: 5px;
	border: none;
	border-bottom: 3px solid #F6477D;
	}

	.make_fixed.fixed #masthead{
		position: fixed;
			top:0px;
			
	}

	.accordionFaq button {

		width: 90%!important;
		
		margin-left: 5%;

	}

	.accordionFaq .accordion-item {

		margin-right: 5%;
		margin-left: 5%;

	}

	#kebijakanpribadi h3{
		font-size: 26px;
	}
	.sh3{
		font-size: 26px;
		line-height: 24px;
	}
}

@media screen and (max-width: 863px) {
	.slide-image {
		display: none;
	}
}

@media screen and (max-width: 500px) {

	h5 {

		font-size: 18px;
		font-weight: bold;
	}

	h2 {

		font-size: 25px;
		line-height: 30px;
	}

	.marperusahaan {

			margin-left: 0%;
		
	}

	.flex-container-case > div.kebijakan p {

		width: 80%;
	}

	.timeline:before {
 
  		margin-left: 2px;
 
	}

	.sl1{
		padding: 0 15px !important;
	}

	.st1{
		font-size: 24px !important;
	}

	.slide-text {
		font-size: 16px;
	}


	
}

@media screen and (max-width: 359px) {
	.st1{
		font-size: 21px !important;
	}

	.slide-text {
		font-size: 14px;
	}
}

@media screen and (max-width: 320px) {

h1{

	font-size: 20px;
	    
	line-height: 18px;

	}
	
	.sh3 {
		margin-top: 40px !important;
	}

}
@media screen and (max-width: 290px) {
	.hamburger-box {
		width: 34px;
	}
}
@media screen and (max-width: 300px) {
	.st1{
		font-size: 18px !important;
	}

	.slide-text {
		font-size: 12px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  .jam_demo,
  .demo_date,
  select:focus,
  option:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
  }
}

/* ================ The Timeline ================ */

.bTimeline{
	float:left;
	width:100%;
	margin-top:80px;
}
.timeline {
  position: relative;
  width: 660px;
  margin: 0 auto;
  margin-top: 0px;
  padding: 1em 0;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: rgb(80,80,80);
  background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -o-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -ms-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  
  z-index: 5;
}

.timeline li {
  padding: 1em 0;
}

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.direction-l {
  position: relative;
  width: 300px;
  float: left;
  text-align: right;
}

.direction-r {
  position: relative;
  width: 300px;
  float: right;
}

.flag-wrapper {
  position: relative;
  display: inline-block;
  
  text-align: center;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(248,248,248);
  padding: 6px 10px;
  border-radius: 5px;
  
  font-weight: 600;
  text-align: left;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid #F6477D;
  z-index: 10;
}

.direction-r .flag:before {
  left: -40px;
}

.direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.time-wrapper {
  display: inline;
  
  line-height: 1em;
  font-size: 0.66666em;
  color: rgb(250,80,80);
  vertical-align: middle;
}

.direction-l .time-wrapper {
  float: left;
}

.direction-r .time-wrapper {
  float: right;
}

.time {
  display: inline-block;
  padding: 4px 6px;
  background: rgb(248,248,248);
}

.desc {
  margin: 1em 0.75em 0 0;
  
  font-size: 0.77777em;
  font-style: italic;
  line-height: 1.5em;
}

.direction-r .desc {
  margin: 1em 0 0 0.75em;
}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 660px) {

.timeline {
 	width: 100%;
	padding: 4em 0 1em 0;
}

.timeline li {
	padding: 2em 0;
}

.direction-l,
.direction-r {
	float: none;
	width: 100%;

	text-align: center;
}

.flag-wrapper {
	text-align: center;
}

.flag {
	background: rgb(255,255,255);
	z-index: 15;
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: -30px;
	left: 50%;
	content: ' ';
	display: block;
	width: 12px;
	height: 12px;
	margin-left: -9px;
	background: #fff;
	border-radius: 10px;
	border: 4px solid rgb(255,80,80);
	z-index: 10;
}

.direction-l .flag:after,
.direction-r .flag:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -8px;
	height: 0;
	width: 0;
	margin-left: -8px;
	border: solid transparent;
	border-bottom-color: rgb(255,255,255);
	border-width: 8px;
	pointer-events: none;
}

.time-wrapper {
	display: block;
	position: relative;
	margin: 4px 0 0 0;
	z-index: 14;
}

.direction-l .time-wrapper {
	float: none;
}

.direction-r .time-wrapper {
	float: none;
}

.desc {
	position: relative;
	margin: 1em 0 0 0;
	padding: 1em;
	background: rgb(245,245,245);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
	box-shadow: 0 0 1px rgba(0,0,0,0.20);
	
  z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
	position: relative;
	margin: 1em 1em 0 1em;
	padding: 1em;
	
  z-index: 15;
}

.timeline:before {
 
  margin-left: 2px;
 
}

}

@media screen and (min-width: 400px ?? max-width: 660px) {

.direction-l .desc,
.direction-r .desc {
	margin: 1em 4em 0 4em;
}


}

/*PROCEDURE*/
#procedure {
  min-width: 300px;
  max-width: 500px;
  margin: auto;
  margin-bottom: 50px;
}

#procedure p {
  font-size: 1.1em;
  line-height: 1em;
  border-top: 3px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#F6477D), to(#2565C7));
  -webkit-border-image: linear-gradient(to right, #F6477D 0%, #2565C7 100%);
       -o-border-image: linear-gradient(to right, #F6477D 0%, #2565C7 100%);
          border-image: -webkit-gradient(linear, left top, right top, from(#F6477D), to(#2565C7));
          border-image: linear-gradient(to right, #F6477D 0%, #2565C7 100%);
  border-image-slice: 1;
  border-width: 3px;
  margin: 0;
  padding: 26px 0;
  counter-increment: section;
  position: relative;
  color: #34435E;
}
#procedure p:before {
  content: counter(section);
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  height: 1.25em;
  width: 1.25em;
  background-color: #34435E;
  text-align: center;
  line-height: 1.25em;
  color: #ffffff;
  font-size: 1em;
}

#procedure p:nth-child(odd) {
  border-right: 3px solid;
  padding-left: 0;
}
#procedure p:nth-child(odd):before {
  left: 100%;
  margin-left: -20px;
}

#procedure p:nth-child(even) {
  border-left: 3px solid;
  padding-right: 0;
}
#procedure p:nth-child(even):before {
  right: 100%;
  margin-right: -20px;
}

#procedure p:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

#procedure p:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/*PROCEDURE*/
#det_p {
  min-width: 100px;
  max-width: 800px;
  margin: auto;
  margin-bottom: 10px;

}

#det_p p {
  font-size: 1.1em;
  line-height: 1em;
  border-top: 3px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#39548A), to(#0066cc));
  -webkit-border-image: linear-gradient(to right, #39548A 0%, #0066cc 100%);
       -o-border-image: linear-gradient(to right, #39548A 0%, #0066cc 100%);
          border-image: -webkit-gradient(linear, left top, right top, from(#39548A), to(#0066cc));
          border-image: linear-gradient(to right, #39548A 0%, #0066cc 100%);
  border-image-slice: 1;
  border-width: 3px;
  margin: 0;
  padding: 26px 0;
  position: relative;
  line-height: 22px;
  color: #34435E;
}


#det_p p:nth-child(odd) {
  border-right: 3px solid;
  border-left: 3px solid;

  padding-left: 0;
}
#det_p p:nth-child(odd):before {
  left: 100%;
  margin-left: -20px;
}

#det_p p:nth-child(even) {
  border-left: 3px solid;
  border-right: 3px solid;
  padding-right: 0;
}
#det_p p:nth-child(even):before {
  right: 100%;
}

#det_p p:first-child {
  border-top: 0;

}

#det_p p:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 3px solid;
}
/*PROCEDURE*/

/*SCROLL TOP*/
#btnBlock {
	display: none;
	width: 35px;
	height: 35px;
	transition: .8s;
	position: fixed;
	right: 20px;
	bottom: 20px;
	border: 2px solid #F6477D;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	cursor: pointer;
	z-index: 9;

}

#btnBlock:hover {
	background: rgba(255,255,255,.2);
	cursor: pointer;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.arrow,
.arrow:before {
	width: 2px;
	height: 15px;
	background: #F6477D;
	position: absolute;
}

.arrow {
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(44deg);
	-moz-transform: rotate(44deg);
	-ms-transform: rotate(44deg);
	-o-transform: rotate(44deg);
	transform: rotate(44deg);
}

.arrow:before {
	content: '';
  left: 7px;
  top: -7px;
	-webkit-transform: rotate(-88deg);
	-moz-transform: rotate(-88deg);
	-ms-transform: rotate(-88deg);
	-o-transform: rotate(-88deg);
	transform: rotate(-88deg);
}
/*SCROLL TOP*/

/*SLIDE*/
#home_right_image img {
  position:absolute;
  left:0;
}

@-webkit-keyframes imgFade {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-moz-keyframes imgFade {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-o-keyframes imgFade {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@keyframes imgFade {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

#home_right_image img {
  -webkit-animation-name: imgFade;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;

  -moz-animation-name: imgFade;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 20s;

  -o-animation-name: imgFade;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 20s;

  animation-name: imgFade;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 20s;
}


#home_right_image img:nth-of-type(1) {
  -webkit-animation-delay: 15s;
  -moz-animation-delay: 15s;
  -o-animation-delay: 15s;
  animation-delay: 15s;
}
#home_right_image img:nth-of-type(2) {
  -webkit-animation-delay: 10s;
  -moz-animation-delay: 10s;
  -o-animation-delay: 10s;
  animation-delay: 10s;
}
#home_right_image img:nth-of-type(3) {
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}
#home_right_image img:nth-of-type(4) {
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}
/*SLIDE*/

/*FAQ*/
.containerFaq {
  margin: 0 auto;
  width: 50rem;
}

@media screen and (max-width: 950px) {

	.containerFaq {
	  width: 100%;
	}
}

/*FAQ*/
.containerDemo {
  margin: 0 auto;
  width: 70rem;
}

@media screen and (max-width: 950px) {

	.containerDemo {
	  width: 100%;
	}
}


.accordionFaq .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordionFaq .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #03b5d2;
}
.accordionFaq button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordionFaq button:hover, .accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}
.accordionFaq button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}
.accordionFaq button .accordion-title {
  padding: 1em 1.5em 1em 0;
  line-height: 1.5em;
}
.accordionFaq button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: -25px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordionFaq button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 6px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordionFaq button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 10px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordionFaq button[aria-expanded='true'] {
  color: #03b5d2;
}
.accordionFaq button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordionFaq button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordionFaq .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 200ms linear, max-height 200ms linear;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordionFaq .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}
/*FAQ*/

/*PRIVACY */
.flex-container-case > div.kebijakan {
  background-color: white;
  width: 80%;
  height: auto;
  margin: 10px;
  text-align: left;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  transition: all 0.4s ease-in-out;
  padding: 65px 30px 25px;
}

.flex-container-case > div.kebijakan:hover {
    transform: none;
}

.flex-container-case > div.kebijakan p {
	width: 85%;
	font-style: normal;
}

.flex-container-case > div.kebijakan ol li{
	font-weight:bold; 
	font-style: normal; 
	font-size: 25px; 
	color: #727f8c;
	margin: 5px 46px 5px 12px; 
	line-height: 1.3em;
}

.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/*PRIVACY */

.responsive img {
    max-width:100%;
}

/* Create two unequal columns that floats next to each other */
.column {
  float: left;
}

.left {
  width: 70%;
}

.right {
  width: 30%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;

}

/*card content*/
/*New Product Coming soon*/
button.nbtn {
	background-image: linear-gradient(to left, #F6477D 0%, #2565C7 150%);
	font-family: 'Abel', sans-serif;
	padding: 0.5em 1.4em;
	margin: 0.4em 0 0 0;
	border-radius: 7px;
	font-size: 22px;
	cursor: pointer;
	color: #FFFFFF;
	outline: none;
	border: none;
	transition: 0.3s linear;

}
button.nbtn:hover{transform: translatey(2px);}
button.nbtn:active{transform: translatey(5px);}
/*New Product Coming soon*/

.slider {
  position: relative;
  width: 960px;
  height: 300px;
  margin: 50px auto;
  overflow: hidden;
  box-shadow: 0 10px 30px rgb(0 0 0 / 5%);
  border-radius: 15px;
  background-image: url(../img/newp.png); 
  background-size: cover;
}

.slider-controls {
  position: absolute;
  bottom: 12px;
  left: 50%;
  width: 200px;
  text-align: center;
  transform: translatex(-50%);
  z-index: 1000;

  list-style: none;
  text-align: center;
}

.slider input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-controls label {
  display: inline-block;
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #212121;
  transition: background-color 0.2s linear;
}

#btn-1:checked ~ .slider-controls label[for="btn-1"] {
  background-color: #ff4081;
}

#btn-2:checked ~ .slider-controls label[for="btn-2"] {
  background-color: #ff4081;
}
/* SLIDES */

.slides {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;

}

.slide {
  position: absolute;
  top: 0;
  left: 0;

  display: flex;
  justify-content: space-between;
  padding: 20px;
  width: 100%;
  height: 100%;

  opacity: 0;
  transform: translatex(-100%);
  transition: transform 250ms linear;
}

.slide-content {
  width: 400px;
  color: black;

}

.slide-title {
  margin-bottom: 20px;
  font-size: 36px;
}

.st1{
	padding: 0; 
	line-height: 44px;
}

.slide-text {
  margin-bottom: 20px;
  margin-left: 0;
  text-align: left;
}

.slide-link {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  line-height: normal;
  background: linear-gradient(to left, #F6477D 0%, #2565C7 150%);
}

.slide-image{
	margin: 30px 75px 0 0;
}

.slide-image img {
	max-width: 100%;
}

/* Slide animations */
#btn-1:checked ~ .slides .slide:nth-child(1) {
  transform: translatex(0);
  opacity: 1;
}

#btn-2:checked ~ .slides .slide:nth-child(2) {
  transform: translatex(0);
  opacity: 1;
}

#btn-3:checked ~ .slides .slide:nth-child(3) {
  transform: translatex(0);
  opacity: 1;
}

#btn-1:not(:checked) ~ .slides .slide:nth-child(1) {
  animation-name: swap-out;
  animation-duration: 300ms;
  animation-timing-function: linear;
}

#btn-2:not(:checked) ~ .slides .slide:nth-child(2) {
  animation-name: swap-out;
  animation-duration: 300ms;
  animation-timing-function: linear;
}

#btn-3:not(:checked) ~ .slides .slide:nth-child(3) {
  animation-name: swap-out;
  animation-duration: 300ms;
  animation-timing-function: linear;
}

.sh3{
	margin-bottom: 0;
	margin-top: 70px; 
}

.sl1{
	padding: 0 40px;
}

@keyframes swap-out {
  0% {
    transform: translatex(0);
    opacity: 1;
  }

  50% {
    transform: translatex(50%);
    opacity: 0;
  }

  100% {
    transform: translatex(100%);
  }
}

@media screen and (max-width: 1000px) {
	.slider{
		width: 80%;
	}
}

@media screen and (max-width: 600px) {
	.slide-title {
	  font-size: 26px;
	}

	.st1{
		line-height: 26px;
	}

	.slide-text, .st1{
		padding-right: 15%;
	}
}
/*card content*/

/*PRODUK KAMI*/
.our_product{
	width: 100%; 
	display: flex; 
	justify-content: center;
}
.product1{
	width: 60%; 
	display: flex; 
	justify-content: center; 
	height: auto;
}

.product1-1{
	width: 60%; 
	text-align: left; 
	line-height: 26px;
}

.product1-1 h4, .product2-2 h4{
	font-weight: 600; 
	font-size: 34px; 
	margin-bottom: 0; 
	padding: 0; 
	line-height: 35px;
}

.sub_product1{
	width: 60%; 
	display: flex;
	height: auto; 
	margin-top: -120px;
}

.product2{
	width: 60%; 
	display: flex; 
	justify-content: center; 
	align-items: center; 
	height: auto; 
	background-image: url(../img/newp.png); 
	background-size: cover; margin-top: 20px;
}

.product2-1{
	width: 40%; 
	display: flex; 
	justify-content: center;
}

.product2-2{
	width: 60%; 
	text-align: left; 
	line-height: 26px;
}

.sub_product1 .accordion-item button{
	border: none; 
	text-decoration: underline; 
	color: rgb(37, 101, 199);
	margin-left: 0;
}

.sub_product1 .accordionFaq .accordion-item button[aria-expanded='true']{
	border-bottom: none;
}

.sub_product2 .accordion-item button{
	border: none; 
	text-decoration: underline; 
	color: rgb(37, 101, 199);
	margin-left: 0;
}

.sub_product2 .accordionFaq .accordion-item button[aria-expanded='true']{
	border-bottom: none;
}

.padProduct{
	padding-top: 70px;
}

.psubProduct{
	color:#123B77 !important;
}

@media screen and (max-width: 1700px) {
	.flexsubProduct{
		flex-direction: column;
	}
}

@media screen and (max-width: 1492px) {
	.product1-1 h4, .product2-2 h4 {
		font-size: 30px;
	}
}

@media screen and (max-width: 1322px) {
	.sub_product1{
		margin-top: -90px;
	}
}

@media screen and (max-width: 1061px) {
	.product1{
		width: 80%;
		align-items: center;
		flex-direction: column-reverse;
	}

	.product2{
		width: 80%;
		align-items: center;
		flex-direction: column;
	}

	.product1-1, .product2-2{
		width: 100%;
		text-align: center;
	}

	.product2-1{
		width: 90%;
	}
	.product2-1 img{
		width: 100%;
		margin-top: 35px;
	}

	.sub_product1{
		display: block;
		width: 85%;
		margin-top: 0;
		text-align: center;
	}
	.sub_product1 .accordion-item button{
		text-align: center;
		width: 100% !important;
	}

	.padProduct{
		padding-top: 0;
	}
}

@media screen and (max-width: 800px) {
	.sub_product1{
		width: 100%;
	}
	.psubProduct{
		text-align: left;
		margin: 2em 28px !important;
	}
}

@media screen and (max-width: 600px) {
	.product1, .product2{
		width: 95%;
	}

	.product1-1, .product2-2{
		width: 100%;
	}
}
/*PRODUK KAMI*/

#slideshow {
  overflow: hidden;
  height: 510px;
  width: 900px;
  margin: 0 auto;
}

.slide-wrapper {
  width: 2912px;
  -webkit-animation: slide2 18s ease infinite;
}

.slide2 {
  float: left;
  height: 510px;
  width: 900px;
}

.slide-number {
  color: #000;
  text-align: center;
  font-size: 10em;
}

@-webkit-keyframes slide2 {
  25% {margin-left: 0px;}
  50% {margin-left: -900px;}
  /*75% {margin-left: -1800px;}*/
  /*75% {margin-left: -1800px;}*/
  90% {margin-left: -900px;}
 /* 80% {margin-left: -2184px;}
  90% {margin-left: -2184px;}*/
}





