/* General */
body {
	overflow-x: hidden;
}
a:hover,
a:focus {
  color: #2750E4;
  text-decoration: none;
}
.btn-theme-bg {
	text-transform: capitalize;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", sans-serif;
}
/* Margin */
.m-t-10 {
	margin-top: 10px;
}
.m-t-15 {
	margin-top: 15px;
}
.m-t-20 {
	margin-top: 20px;
}
.m-l-10 {
	margin-left: 10px;
}
.m-l-15 {
	margin-left: 15px;
}
.m-l-20 {
	margin-left: 20px;
}
.m-b-10 {
	margin-bottom: 10px;
}
.m-b-15 {
	margin-bottom: 15px;
}
.m-b-20 {
	margin-bottom: 20px;
}
.m-r-10 {
	margin-right: 10px;
}
.m-r-15 {
	margin-right: 15px;
}
.m-r-20 {
	margin-right: 20px;
}
/* Padding */
.custom-page-padding {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
}
@media(max-width: 767px) {
	.custom-page-padding {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 0;
	}
}

/* Background */
.bg-white {
	background-color: #ffffff;
}
.bprsk-blue-bg {
	background-color: #2750E4;
	color: #ffffff;
}
.bprsk-yellow-bg {
	background-color: #ffcc00;
	color: #ffffff;
}
.bprsk-blue-text {
	color: #2750E4;
}
.bprsk-yellow-text {
	color: #ffcc00;
}
.btn-bprsk-yellow {
	background-color: #ffcc00;
	color: #ffffff;
	text-transform: capitalize;
}
.btn-bprsk-yellow:focus, .btn-bprsk-yellow:hover {
	background-color: #C19B00;
	color: #ffffff;
}
/* Navbar */
.transparent-navbar {
	background-color: transparent;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}
.navbar-brand {
	margin-top: 5px;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.navbar-brand img {
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
@media(max-width: 767px) {
	.transparent-navbar {
		background-color: #ffffff;
	}
	.navbar-default .navbar-toggle {
		margin-top: 20px;
	}
}
.navbar-brand {
	padding: 5px 15px;
	margin-top: 5px;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.navbar-brand img {
	width: auto;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.navbar-default {
	padding: 0px!important;
}
.navbar-default .navbar-nav > li > a {
	color: #444749;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #2750E4;
}
.navbar-default .navbar-nav > li > a {
	text-transform: capitalize;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #ffcc00;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #ffcc00;
}
.navbar .dropdown-menu li a {
	color: #444749;
}
.navbar .dropdown-menu li a:hover {
	color: #ffffff;
	background-color: #ffcc00;
}
.dropdown-menu>.bold-submenu>a {
	font-weight: bold!important;
}
.dropdown-menu>.nested-submenu>a {
	margin-top: -10px;
	padding-left: 30px!important;
}
.dropdown-menu>.regular-submenu>a {
	font-weight: 400;
	padding-left: 20px;
}
.dropdown-menu>li>a {
	padding-top: 6px!important;
	padding-bottom: 6px!important;
}
.dropdown-menu>.active>a {
	color: #2750E4!important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color: #ffffff;
}
@media(min-width: 768px) {
	.nav-default {
		height: 70px!important;
	}
	.nav-smaller {
		height: 50px!important;
	}
	.nav-smaller .navbar-brand {
		margin-top: 0px;
		-webkit-transition: all .2s ease-in;
		-moz-transition: all .2s ease-in;
		transition: all .2s ease-in;
	}
	.nav-smaller .navbar-brand img {
		height: 40px!important;
		-webkit-transition: all .2s ease-in;
		-moz-transition: all .2s ease-in;
		transition: all .2s ease-in;
	}
	.nav-smaller .navbar-nav > li > a {
		padding-top: 15px;
	}
	.menu-beautify {
		width: 40px;
		height: 3px;
		position: absolute;
		left: 50%;
		margin-left: -20px;
		background: #ffffff;
		-webkit-transition: all .3s ease-in;
		-moz-transition: all .3s ease-in;
		transition: all .3s ease-in;
	}
	.menu-beautify-home {
		width: 40px;
		height: 3px;
		position: absolute;
		left: 50%;
		margin-left: -20px;
		background: transparent;
		-webkit-transition: all .3s ease-in;
		-moz-transition: all .3s ease-in;
		transition: all .3s ease-in;
	}
	.navbar-default .navbar-nav > li.active > .menu-beautify-home {
		background: #2750E4;
	}
	.navbar-default .navbar-nav > li:hover > .menu-beautify-home {
		background: #ffcc00;
	}
	.navbar-default .navbar-nav > li.active:hover > .menu-beautify-home {
		background: #2750E4;
	}
	.navbar-default .navbar-nav > li.active > .menu-beautify {
		background: #2750E4;
	}
	.navbar-default .navbar-nav > li:hover > .menu-beautify {
		background: #ffcc00;
	}
	.navbar-default .navbar-nav > li.active:hover > .menu-beautify {
		background: #2750E4;
	}
}
@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		left: 15px!important;
		right: auto!important;
	}
	.navbar-nav > li > a {
		padding-top: 25px;
		padding-bottom: 25px;
	} 
}
.notvisible-menu {
	top: -80px!important;
}
.navbar-default .navbar-toggle {
	border: none;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #ffffff;
}
.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #2750E4;
}
.navbar-default .navbar-toggle .icon-bar {
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}
.multi-level-arrow {
	visibility: hidden;
}
@media(max-width: 767px) {
	.navbar-default .navbar-nav > li > a {
		padding-top: 20px!important;
		padding-bottom: 20px!important;
	}
	.navbar-mobile-bprsk {
		background-color: #2750E4;	
		margin-top: 10px;
	}
	.navbar-default .navbar-mobile-bprsk .navbar-nav > li > a {
		color: #ffffff;
	}
	.navbar-default .navbar-mobile-bprsk .navbar-nav > li > a:hover, .navbar-default .navbar-mobile-bprsk .navbar-nav > li > a:focus {
		color: #ffcc00;
	}
	.navbar-default .navbar-mobile-bprsk .navbar-nav .open .dropdown-menu>li>a {
		padding-top: 20px!important;
		padding-bottom: 20px!important;
		color: #ffffff;
	}
	.navbar-default .navbar-mobile-bprsk .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-mobile-bprsk .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #ffcc00;
	}
	.navbar-default .navbar-mobile-bprsk .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-mobile-bprsk .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-mobile-bprsk .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #ffffff;
		background-color: #2750E4;	
	}
	.multi-level-arrow {
		visibility: visible;
	}
	.pull-right-angle-mobile {
		float: right;
		font-size: 20px;
	}
	.dropdown-menu-level-2 {
		padding-left: 25px;
		display: none;
		-webkit-transition: all .5s ease-in;
		-moz-transition: all .5s ease-in;
		transition: all .5s ease-in;
	}
	.dropdown-menu-level-2.open-level-2 {
		display: block;
	}
	/* .dropdown-submenu-level-2:hover .dropdown-menu-level-2, .dropdown-submenu-level-2:active .dropdown-menu-level-2 {
		display: block;
	} */
	.dropdown-menu-level-2 > li {
		display: block;
		list-style: none;
	}
	.dropdown-menu-level-2 > li > a {
		display: block;
		padding: 20px 15px 20px!important;
		color: #666666!important;
	}
	.dropdown-menu-level-2 > li > a:hover, .dropdown-menu-level-2 > li > a:focus {
		color: #ffcc00!important;
		background: transparent!important;
	}
	.multi-level {
		background: #ffffff;
	}
	.multi-level > li > a {
		background-color: #ffffff;
		color: #2750E4!important;
	}
	.multi-level > li.active > a {
		background-color: #ffffff!important;
		color: #ffcc00!important;
	}
	.multi-level > li > a:hover, .multi-level > li > a:focus {
		background-color: #ffffff!important;
		color: #ffcc00!important;
	}
	.dropdown-menu-level-2 {
		background-color: #f4f4f4!important;
	}
}
@media(max-width: 767px) {
	.multi-level {
		width: 100%;
	}
}
@media(min-width: 768px) {
	.dropdown-menu-level-2 {
		display: none;
	}
}
/* Promo */
.master-promo {
	background-color: rgba(255,255,255,.5);
	padding: 40px 15px;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	transition: all .5s ease-in;

}
.master-promo-fullfill {
	background-color: rgba(255,255,255,.85);
}
.testi-slide {
	position: static;
	padding-bottom: 0;
}
.testi-slide .flex-control-paging li a {
	border: 2px solid #ffcc00;
}
.testi-slide .flex-control-paging li a.flex-active {
	background: rgba(86,0,231,1)!important;
}
@media(max-width: 767px) {
	.master-promo {
		background-color: #2750E4;
		padding: 0px 15px;
		display: none;
	}
}
.testi-slide p {
	font-style: normal;
}
.testi-slide h3 {
	font-size: 50px;
	margin-top: 15px;
	-moz-transition: all 0.3s ease-in!important;
    -o-transition: all 0.3s ease-in!important;
    -webkit-transition: all 0.3s ease-in!important;
    transition: all 0.3s ease-in!important;
}
.testi-slide h3:hover, .testi-slide h3:focus, .testi-slide p:hover, .testi-slide p:focus {
	color: #ffcc00;
}
@media(max-width: 767px) {
	.testi-slide h3 {
		color: #ffffff;
	}
	.testi-slide p {
		color: #ffffff;
	}
}
@media(max-width: 480px) {
	.testi-slide h3 {
		font-size: 18px;
	}
	.testi-slide p {
		margin-top: 15px;
	}
}
@media(min-width: 481px) and (max-width: 767px) {
	.testi-slide h3 {
		font-size: 26px;
	}
}
/* Home Content */
#home-slider-fixed {
	position: fixed;
}
@media (max-width: 767px) {
	/* #home-slider-fixed {
		display: none;
	} */
}
@media (max-width: 1024px) {
  #slider-sec .slider-text {
    margin-top: 250px;
  }
}
.main-flex-slider .flex-control-paging li a {
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
@media(min-width: 768px) {
	/*#home-slider-fixed {
		top: -70px;
	}*/
	.atasin-slider {
		top: -70px;
	}	
	#slider-sec .slider-text h1 {
	    font-size: 3.5em;
	  }
}
@media (max-width: 667px) {
  #slider-sec .slider-text {
    margin-top: 100px;
  }
  #slider-sec .slider-text h1 {
    font-size: 1.4em;
  }
}
@media (min-width: 1200px) {
  #slider-sec .slider-text {
    margin-top: 350px;
  }
}
#slider-sec .slider-overlay {
	background-image: none;
}
.master-about {
	background-color: #f5f5f5;
	padding: 70px;
}
.custom-1 {
	background-color: #ffffff;
	padding-top: 40px;
	padding-bottom: 40px;
}
.visi-misi-bprsk {
	position: relative;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	background-color: #f4f4f4;
	padding-top: 50px;
	padding-bottom: 50px;
}
@media(max-width: 767px) {
	.master-about {
		padding: 30px 15px;
	}
	.custom-1 .project-post {
		margin-bottom: 15px;
	}
	.visi-misi-bprsk {
		padding-left: 25px;
		padding-right: 25px;
	}
	.visi-misi-bprsk h3.heading {
		text-align: center;
	}
	h3.add-margin-top-mobile {
		margin-top: 30px;
	}
}
.overlay-blue {
	background-color: rgba(86,0,231,.4);
	color: #ffffff;
}
.overlay-yellow {
	background-color: rgba(243,238,24,.4);
	color: #ffffff;
}
.overlay-title {
	position: absolute!important;
    width: 100%;
    top: 15%;
    text-align: center;
    color: #ffffff;
}
.overlay-blue p, .overlay-yellow p {
    position: absolute;
    width: 70%;
    margin-top: -20px;
    margin-left: 15%;
    top: 35%;
    text-align: center;
}
.overlay-blue a, .overlay-yellow a {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 15%;
	font-weight: bold;

}
.divide-overlay {
	position: absolute;
	width: 20%;
	height: 5px;
	margin-left: 40%;
    top: 25%;
}
.overlay-blue a {
	color: rgba(243,238,24,1);
}
.overlay-yellow a {
	color: rgba(86,0,231,1);
}
.overlay-blue .divide-overlay {
	background-color: rgba(243,238,24,1);
}
.overlay-yellow .divide-overlay {
	background-color: rgba(86,0,231,1);
}
.special-feature .s-feature-box {
	cursor: inherit;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}
.special-feature .s-feature-box:hover {
	border: 1px solid rgba(243,238,24,1);
}
.special-feature .mask-bottom p {
	font-size: 12px!important;
}
.s-feature-box .mask-top-icon {
	width: 100px;
	-moz-transition: all 0.3s ease-in-out!important;
    -o-transition: all 0.3s ease-in-out!important;
    -webkit-transition: all 0.3s ease-in-out!important;
    transition: all 0.3s ease-in-out!important;
}
.s-feature-box .mask-top-title {
	font-size: 20px;
	-moz-transition: all 0.3s ease-in-out!important;
    -o-transition: all 0.3s ease-in-out!important;
    -webkit-transition: all 0.3s ease-in-out!important;
    transition: all 0.3s ease-in-out!important;
}
.special-feature .mask-top {
    -moz-transition: all 0.3s ease-in-out!important;
    -o-transition: all 0.3s ease-in-out!important;
    -webkit-transition: all 0.3s ease-in-out!important;
    transition: all 0.3s ease-in-out!important;
}
.special-feature .mask-bottom {
	-moz-transition: all 0.3s ease-in-out!important;
    -o-transition: all 0.3s ease-in-out!important;
    -webkit-transition: all 0.3s ease-in-out!important;
    transition: all 0.3s ease-in-out!important;
}
.s-feature-box .mask-bottom {
	opacity: 1;
}
.special-feature .s-feature-box:hover .mask-top {
	top: -40px;
}
.special-feature .s-feature-box:hover .mask-bottom {
	bottom: -115px;
	opacity: 1;
}
.special-feature .s-feature-box:hover .mask-top-icon {
	transform: scale(0.6);
}
.special-feature .s-feature-box:hover .mask-top-title {
	font-size: 18px;
	margin-top: 0;
}
.parallax-window {
    min-height: 300px;
    background: transparent;
}
/* Main Content */
.specific-page-breadchrumb {
	display: none;
}
.custom-page-title h3 {
	font-weight: bold;
	line-height: 30px;
}
@media(max-width: 767px) {
	.specific-page-breadchrumb {
		display: block;
	}
	.custom-page-title {
		display: none;	
	} 
}
.nav-tabs > li > a {
	margin-right: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #BABABA;
	border-bottom: none;
	background-color: #ffffff;
}
.nav-tabs > li > a:hover {
	border: 1px solid #cccccc;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color: #2750E4;
	background-color: #ffffff;
	font-weight: bold;
	border: 1px solid #BABABA;
}
@media(max-width: 480px) {
	.nav-tabs > li {
		width: 100%;
	}
	.nav-tabs > li > a {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
}
.bprsk-tab-content {
	border: 1px solid #BABABA;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f9f9f9
}
@media(max-width: 767px) {
	.bprsk-tab-content {
		margin-bottom: 30px;
	}
	.panel-produk-bprsk {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.panel-produk-bprsk a.active {
		color: #2750E4;
	}
	.panel-produk-bprsk .panel-heading a {
		font-weight: normal!important;
		font-size: 14px!important;
	}
	.panel-produk-bprsk .panel-body {
		padding: 10px 15px;
	}
	.panel-produk-bprsk .panel-body p {
		line-height: 35px;
		margin-bottom: 0;
	}
	.panel-produk-bprsk .panel-ico.active a {
		font-weight: bold;
	}
}
.title-kredit-online {
	color: #2750e4; 
	font-weight: bold; 
	letter-spacing: normal; 
	text-transform: capitalize
}
.subtitle-kredit-online {
	color: #2750e4; 
	font-size: 18px; 
	margin-bottom: 0;
}
@media(max-width: 767px) {
	.title-kredit-online {
		font-size: 1.6em; 
	}
	.subtitle-kredit-online {
		font-size: 14px; 
	}
}
.fa-li {
	top: .5em;
	color: #BABABA;
	-moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.fa-ul-blue-square .fa-li {
	color: #2750e4;
}
/*.fa-ul > li:hover > .fa-li {
	color: #ffcc03;
}*/
.antar-jemput-1 {
    position: absolute;
    width: 180px;
    height: 200px;
    color: #182c73;
    left: 30px;
    font-size: 400px;
    z-index: 1;
    bottom: -140px;
    opacity: .5;
    font-weight: bold;
}
.antar-jemput-2 {
    position: absolute;
    width: 180px;
    height: 200px;
    color: #907a1f;
    right: 100px;
    font-size: 400px;
    z-index: 1;
    bottom: -160px;
    opacity: .5;
    font-weight: bold;
}
.antar-jemput-3 {
    position: absolute;
    width: 180px;
    height: 200px;
    color: #182c73;
    left: 30px;
    font-size: 400px;
    z-index: 1;
    bottom: -140px;
    opacity: .5;
    font-weight: bold;
}
@media(max-width: 767px) and (min-width: 481px) {
	.antar-jemput-1 {
	    font-size: 250px;
	    bottom: -100px;
	}
	.antar-jemput-2 {
		font-size: 250px;
	    bottom: -100px;
	}
	.antar-jemput-3 {
		font-size: 250px;
	    bottom: -100px;
	}
}
@media(max-width: 480px) {
	.antar-jemput-1 {
	    font-size: 250px;
	    bottom: -100px;
	}
	.antar-jemput-2 {
		font-size: 250px;
	    right: 50px;
	    bottom: -100px;
	}
	.antar-jemput-3 {
		font-size: 250px;
	    bottom: -100px;
	}
}
@media(max-width: 767px) {
	.flexbox-wrapper .flex-content-text {
		min-height: 200px;
	}
}
.link-to-simulation img {
	border: #2750e4 solid 2px;
	-moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.link-to-simulation img:hover {
	border: #ffcc03 solid 2px;
}
.link-to-rekening-online img {
	border: #ffcc03 solid 2px;
	-moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.link-to-rekening-online img:hover {
	border: #2750e4 solid 2px;
}
.highlight-list li {
	line-height: 25px;
}
.team-wrap {
	-moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-wrap:hover {
	border-color: #ffcc03;
}
.popular-img a img {
	height: auto;
}
.panel-ico:after {
	content: "\f078";
}
.panel-ico.active:after {
	content: "\f077";
}
.panel-group .panel-heading a {
	font-weight: bold;
}
.grecaptcha-badge {
	display: none;
}
#form-send-contact .form-group {
	margin-bottom: 5px;
}
.star-required {
	position: absolute;
    right: 20px;
    top: 5px;
    color: #ff0000;
}
.divider-2-columns {
	border-left: 2px solid rgba(0, 0, 0, 0.1);
}
@media(max-width: 767px) {
	.divider-2-columns {
		border-left: none;
	}
}
.news-desc h4 a, .news-desc a.link-to-blog {
	color: #2750e4;
}
#form-kredit-online .form-group {
	margin-bottom: 0px;
}
@media(max-width: 767px) {
	#removemg30 {
		margin-bottom: 0!important;		
	}
}
/* Simulasi */
.table-bpr .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #ffffff;	
}
.table-bpr .table-striped>tbody>tr:nth-of-type(even) {
	background-color: #f9f9f9;	
}
table>thead>tr>th {
	vertical-align: middle!important;
}
#button-cetak-multiguna {
	margin-left: 15px;
}
.left-line {
	border-left: solid 2px #cccccc;
}
@media(max-width: 767px) {
	.left-line {
		border-left: none;
	}
}
@media print {
	.table-data-simulasi {
		width: 400px!important;
	}
}
/* Kredit Online */
.dropzone {
	border: #ffcc00 solid 2px;
}
.dz-message h2 {
	color: #ffcc00;
}
.dz-message h3 {
	color: #2750E4;
}
/* Footer */
.footer-bpr {
	background-color: #2750E4;
}
.footer-btm {
	margin-top: 15px;
	background-color: #2750E4;
	color: #ffffff;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-height: 70px;
    height: auto;
    padding: 20px 0 15px;
}
.left-footer-btm {
	text-align: left;
	line-height: 20px;
}
.right-footer-btm {
	text-align: right;
	line-height: 40px;
	min-height: 40px;
}
@media(max-width: 767px) {
	.left-footer-btm, .right-footer-btm {
		text-align: center;
	}
}
.footer-social {
	padding-left: 0;
	margin-top: 25px;
}
.footer-social > li {
	display: inline;
	margin-right: 10px;
}
.footer-social > li > a {
	text-decoration: none;
}
.footer-social > li > a:hover {
	color: #2750E4
}
@media(max-width: 767px) {
	.footer-social > li {
		display: inline-block;
		margin-right: 5px;
		margin-left: 5px;
	}
}
.footer-light-1 {
	padding-top: 50px;
}
.footer-light-1 .media .media-body p {
	font-size: 11px;
}
footer .media {
	margin-top: 8px;
	padding-bottom: 10px;
	border-bottom: 2px solid #e4e4e4;
}
footer .media:last-child {
	border-bottom: none;
}
.centering-footer-divider {
	border-top: 2px solid #e4e4e4;
	width: 100%;
	padding: 10px 0;
}
.centering-footer {
	display: flex;
	justify-content: center;
}
.centering-footer .centering-footer-content {
	width: 100%;
}
.copyright-footer {
	font-size: 11px;
}
@media(max-width: 767px) {
	.only-show-footer {
		text-align: center;
	}
}

/* Box Kalkulasi Kredit */
.container-kalkulasi-kredit {
	padding: 25px;
	margin-bottom: 30px;
	background-color: #f4f4f4;
}
.title-kalkulasi-kredit {
	text-align: center;
	font-size: 1.3em;
	font-weight: 700;
	color: #666666;
}
.box-bunga-per-tahun {
	margin-bottom: 20px;
	text-align: center;
	color: #2750E4;
}
#modal-box-kalkulasi-kredit, #modal-home-live-kalkulasi-kredit {
	z-index: 99999;
}
#modal-box-kalkulasi-kredit .modal-content, #modal-home-live-kalkulasi-kredit .modal-content {
	border-radius: 0;
}
#modal-box-kalkulasi-kredit .modal-title, #modal-home-live-kalkulasi-kredit .modal-title {
	color: #666666;
}
@media print {
	#modal-box-kalkulasi-kredit .modal-footer, #modal-home-live-kalkulasi-kredit .modal-footer {
		display: none;
	}
	.table {
		width: 100%;
	}
	#print-kalkulasi-kredit {
		scale: .9;
	}
}
@media(min-width: 768px) {
	.home-mpromo {
		display: none;
	}
}
.mpromo-image img {
	width: 100%;
}
.mobile-promo-container {
	position: relative;
}
.mpromo-button {
	position: absolute;
	bottom: 15%;
	width: 100%;
	text-align: center;
}
iframe[src='http://p01.notifa.info/campaign/log.php'] {
	display: none;
}

/* New Design */
/* Kredit Online */
#kredit-online-desktop {
	width: 100%;
	height: auto;
	position: relative;
}
#kredit-online-desktop .section-content {
	width: 100%;
	position: absolute;
	top: 110px;
	text-align: center;
}
#kredit-online-desktop .section-content h3 {
	font-weight: 700;
	text-transform: capitalize;
}
#kredit-online-desktop .section-content h3.main-section-title {
	font-size: 35px;
}
#kredit-online-desktop .section-content .desc {
	font-size: 16px;
	letter-spacing: 1px;
}
.link-new-design {
	position: relative;
	font-size: 15px;
	color: #2750E4;
	text-decoration: none;
}
.link-new-design:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -3px;
  left: 0;
  background-color: #2750E4;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.link-new-design:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#kredit-online-mobile {
	width: 100%;
	height: auto;
	position: relative;
}
#kredit-online-mobile .section-content {
	width: 100%;
	position: absolute;
	top: 20px;
	text-align: center;
}
#kredit-online-mobile .section-content h3 {
	font-weight: 700;
	text-transform: capitalize;
}
#kredit-online-mobile .section-content .desc {
	font-size: 14px;
	line-height: 1.5;
}

@media (min-width: 768px) {
	#kredit-online-mobile {
		display: none;
	}
}
@media (max-width: 768px) {
	#kredit-online-desktop {
		display: none;
	}
}



/* Kalkulator Kredit */
#kalkulator-kredit-desktop {
	width: 100%;
	height: auto;
	padding: 40px 15px;
	position: relative;
	background-color: #ffffff;
}
#kalkulator-kredit-desktop .section-content {
	text-align: center;
}
#kalkulator-kredit-desktop .section-content h3 {
	font-weight: 700;
	text-transform: capitalize;
}
@media(min-width: 768px) {
	#kalkulator-kredit-desktop .section-content h3.main-section-title {
		font-size: 35px;
	}
}
#kalkulator-kredit-desktop .section-content .desc {
	font-size: 16px;
	letter-spacing: 1px;
}
.box-live-kalkulator {
	width: 100%;
	min-height: 50px;
	height: auto;
	margin-top: 30px;
	border: 2px solid #2750E4;
}
.box-live-kalkulator .live-form {
	padding: 18px 50px;
}
.box-live-kalkulator .live-form form {
	padding-top: 10px;
}
.box-live-kalkulator .live-calculate {
	background-color: #2750E4;
	min-height: 48px;
	height: auto;
	text-align: center;
	padding: 30px;
	position: relative;
	right: 15px;
}
.live-calculate h3 {
	color: #ffffff;
}
.live-calculate .simulasi-cicilan-title span {
	position: relative;
	top: -8px;
	font-size: 14px;
}
.live-calculate .hasil-simulasi-cicilan {
	font-weight: 700;
	font-size: 30px;
}
.live-calculate a {
	font-size: 16px;
	color: #ffcc00;
}
.live-form .input-group-addon {
	border-radius: 0;
	border: 1px solid #d4d4d4;
}
.live-form .control-label {
	font-size: 18px;
	color: #000000;
}
.live-form .form-control {
	border: 1px solid #d4d4d4;
}
.live-form .form-control:focus {
	border: 1px solid #d4d4d4;
}
#live-jumlah-pinjaman {
	border-left: none;
}
#live-suku-bunga {
	border-right: none;
}
.live-sukubunga-wrapper {
	width: 100%;
}
.live-sukubunga-wrapper .input-group {
	width: 50%;
	float: left;
}
#live-suku-bunga-tahun:read-only {
	background-color: #ffffff;
}
@media (min-width: 768px) {
	.live-calc-note-mobile {
		display: none;
	}
	.live-form .control-label {
		padding-top: 5px;
	}
}
.live-calc-note {
	font-size: 12px;
	text-align: right;
}
@media (max-width: 767px) {
	#kalkulator-kredit-desktop {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
		background-color: #f4f4f4;
	}
	#kalkulator-kredit-desktop .section-content .desc {
		font-size: 14px;
		letter-spacing: normal;
	}
	.box-live-kalkulator {
		border: none;
	}
	.box-live-kalkulator .live-form {
		padding-top: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	.box-live-kalkulator .live-form form {
		padding-top: 0;
	}
	.box-live-kalkulator .live-calculate {
		right: 0;
	}
	.box-live-kalkulator {
		border-bottom: none;
	}
	.live-form .control-label {
		font-size: 14px;
	}
	.live-calc-note {
		display: none;
	}
	.live-calc-note-mobile {
		font-size: 10px;
		color: #ffffff;
		position: absolute;
    bottom: -5px;
    width: 100%;
    left: 0;
	}
	.btn-ajukan-sekarang-modal {
		width: 100%;
		margin-bottom: 15px;
	}
	.modal-ajukan-sekarang-tombol {
		text-align: center;
	}
	.modal-ajukan-sekarang-tombol button {
		width: calc(50% - 5px);
	}
}

/* Deposito Sinarkuta */
#deposito-sinarkuta-desktop {
	width: 100%;
	height: auto;
	position: relative;
}
#deposito-sinarkuta-desktop .section-content {
	width: 100%;
	position: absolute;
	top: 60px;
	text-align: center;
}
#deposito-sinarkuta-desktop .section-content h3 {
	font-weight: 700;
	text-transform: capitalize;
}
#deposito-sinarkuta-desktop .section-content h3.main-section-title {
	font-size: 35px;
}
#deposito-sinarkuta-desktop .section-content .desc {
	font-size: 16px;
	letter-spacing: 1px;
}

@media (min-width: 767px) {
	#deposito-sinarkuta-mobile {
		display: none;
	}
}
@media (max-width: 767px) {
	#deposito-sinarkuta-desktop {
		display: none;
	}
	#deposito-sinarkuta-mobile {
		width: 100%;
		height: auto;
		position: relative;
	}
	#deposito-sinarkuta-mobile .section-content {
		width: 100%;
		position: absolute;
		top: 30px;
		text-align: center;
	}
	#deposito-sinarkuta-mobile .section-content h3 {
		font-weight: 700;
		text-transform: capitalize;
	}
	#deposito-sinarkuta-mobile .section-content .desc {
		font-size: 14px;
		letter-spacing: normal;
		line-height: 1.5;
	}
}

/* Tabungan Simapan */
#tabungan-simapan-desktop {
	width: 100%;
	height: auto;
	position: relative;
}
#tabungan-simapan-desktop .section-content {
	width: 100%;
	position: absolute;
	top: 60px;
	text-align: center;
}
#tabungan-simapan-desktop .section-content h3 {
	font-weight: 700;
	text-transform: capitalize;
}
#tabungan-simapan-desktop .section-content h3.main-section-title {
	font-size: 35px;
}
#tabungan-simapan-desktop .section-content .desc {
	font-size: 16px;
	letter-spacing: 1px;
}

@media (min-width: 767px) {
	#tabungan-simapan-mobile {
		display: none;
	}
}
@media (max-width: 767px) {
	#tabungan-simapan-desktop {
		display: none;
	}
	#tabungan-simapan-mobile {
		width: 100%;
		height: auto;
		position: relative;
	}
	#tabungan-simapan-mobile .section-content {
		width: 100%;
		position: absolute;
		top: 30px;
		text-align: center;
	}
	#tabungan-simapan-mobile .section-content h3 {
		font-weight: 700;
		text-transform: capitalize;
	}
	#tabungan-simapan-mobile .section-content .desc {
		font-size: 14px;
		letter-spacing: normal;
		line-height: 1.5;
	}
}

/* Halo BSK */
#halo-bsk-desktop {
	width: 100%;
	height: auto;
	position: relative;
}
#halo-bsk-desktop .section-content {
	width: 100%;
	position: absolute;
	top: 100px;
	text-align: left;
}
.halo-bsk-title {
	font-weight: 700;
	font-size: 50px;
}
.halo-bsk-title span {
	color: #2750E4;
}
.halo-bsk-phone {
	font-size: 50px;
	font-weight: 700;
	margin-top: 60px;
	margin-bottom: 40px;
}
.halo-bsk-phone span {
	width: 75px;
	height: 75px;
	border: 4px solid #000000;
	border-radius: 50%;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 40px;
}
.halo-bsk-desc {
	font-size: 16px;
	letter-spacing: 1px;
}

@media (min-width: 767px) {
	#halo-bsk-mobile {
		display: none;
	}
}
@media (max-width: 767px) {
	#halo-bsk-desktop {
		display: none;
	}
	#halo-bsk-mobile {
		width: 100%;
		height: auto;
		position: relative;
	}
	#halo-bsk-mobile .section-content {
		width: 100%;
		position: absolute;
		top: 75px;
		text-align: left;
	}
	.halo-bsk-title {
		font-weight: 700;
		font-size: 28px;
	}
	.halo-bsk-title span {
		color: #2750E4;
	}
	.halo-bsk-phone {
		font-size: 26px;
		font-weight: 700;
		margin-top: 15px;
		margin-bottom: 5px;
	}
	.halo-bsk-phone span {
		position: relative;
		top: -3px;
		border: 2px solid #000000;
		border-radius: 50%;
		padding-left: 5px;
		padding-right: 5px;
		font-size: 16px;
	}
	.halo-bsk-desc {
		font-size: 14px;
		letter-spacing: normal;
		line-height: 1.5;
	}
}
/* Halo BSK Contact*/
#halo-bsk-contact {
	width: 100%;
	height: auto;
	position: relative;
}
#halo-bsk-contact .section-content {
	width: 100%;
	position: absolute;
	top: 100px;
	text-align: left;
}
.halo-bsk-title {
	font-weight: 700;
	font-size: 50px;
}
.halo-bsk-title span {
	color: #2750E4;
}
.halo-bsk-phone {
	font-size: 50px;
	font-weight: 700;
	margin-top: 60px;
	margin-bottom: 40px;
}
.halo-bsk-phone span {
	width: 75px;
	height: 75px;
	border: 4px solid #000000;
	border-radius: 50%;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 40px;
}
.halo-bsk-desc {
	font-size: 16px;
	letter-spacing: 1px;
}
@media (max-width: 767px) {
	#halo-bsk-contact {
		width: 100%;
		height: auto;
		position: relative;
		background-image: url(../img/call-center-mobile.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
		min-height: 420px;
	}
	#halo-bsk-contact .cover {
		display: none;
	}
	#halo-bsk-contact .section-content {
		width: 100%;
		position: absolute;
		top: 75px;
		text-align: left;
	}
	.halo-bsk-title {
		font-weight: 700;
		font-size: 28px;
	}
	.halo-bsk-title span {
		color: #2750E4;
	}
	.halo-bsk-phone {
		font-size: 26px;
		font-weight: 700;
		margin-top: 15px;
		margin-bottom: 5px;
	}
	.halo-bsk-phone span {
		position: relative;
		top: -3px;
		border: 2px solid #000000;
		border-radius: 50%;
		padding-left: 5px;
		padding-right: 5px;
		font-size: 16px;
	}
	.halo-bsk-desc {
		font-size: 14px;
		letter-spacing: normal;
		line-height: 1.5;
	}
	.form-mobile {
		position: relative;
		top: 250px;
	}
	.mobile-form-cont {
		width: 100%;
		height: 530px;
	}
}
#modal-wizard-aplikasi-kredit {
	z-index: 99999;
}
#modal-wizard-aplikasi-kredit .modal-content {
	border-radius: 0;
}
.modal-backdrop {
	z-index: 99008;
}
.title-preaproval-kredit {
	font-size: 1.4em;
	margin-bottom: 0!important;
	text-align: center;
}
.has-success .form-control {
	border-color: #ddd;
}
.has-success .form-control:focus {
	border-color: #ddd;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}