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

.detail_produk {
/* update 15 Mar 2018 table on responsive */
overflow-x: auto !important;
width: 100% !important;
}

.benefit {
/* update 15 Mar 2018 table on responsive */
overflow-x: auto !important;
width: 100% !important;
}

.syarat_pembukaan {
/* update 15 Mar 2018 table on responsive */
overflow-x: auto !important;
width: 100% !important;
}

.fitur_umum {
/* update 12 Mar 2018 table on responsive */
overflow-x: auto !important;
width: 100% !important;
}

.treasury {
/* update 16 Mar 2018 table on responsive */
overflow-x: auto !important;
width: 100% !important;
}

.wrap-berita-home .item a img {
/* update 15 Mar 2018 samain size wrapper image owl carousel pada home bagian bawah */
width: 249px;
height: 169px;
}
  
#list-promo a img {
/* update 15 Mar 2018 samain size wrapper image list promo pada page promo */
width: 181px;
height: 141px;
}

@font-face {
  font-family: 'MyriadPro-bold';
  src: url('../fonts/MyriadPro-Bold.eot');
  src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MyriadPro-Bold.woff') format('woff'),
    url('../fonts/MyriadPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro';
  src: url('../fonts/MyriadPro-Semibold.eot');
  src: url('../fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MyriadPro-Semibold.woff') format('woff'),
    url('../fonts/MyriadPro-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('../fonts/MyriadPro-Regular.eot');
	src: local('?'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FSLola-Regular';
	src: url('../fonts/FS-Lola-Regular.eot');
	src: local('?'), url('../fonts/FS-Lola-Regular.woff') format('woff'), url('../fonts/FS-Lola-Regular.ttf') format('truetype'), url('../fonts/FS-Lola-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'Nilland';
  src: url('../fonts/Nilland-Bold.eot');
  src: url('../fonts/Nilland-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Nilland-Bold.woff') format('woff'),
    url('../fonts/Nilland-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Nilland';
  src: url('../fonts/Nilland-Black.eot');
  src: url('../fonts/Nilland-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Nilland-Black.woff') format('woff'),
    url('../fonts/Nilland-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Nilland';
  src: url('../fonts/Nilland.eot');
  src: url('../fonts/Nilland.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Nilland.woff') format('woff'),
    url('../fonts/Nilland.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.fullwidth {
   width: 100%;
   height: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}
.bg-corp{
  background:#6a0081;
}
.color-corp{
  color:#6a0081;
}
.no-padding{
  padding-left: 0!important; 
  padding-right: 0!important;
}
.no-padding-left{
  padding-left: 0!important; 
}
.no-padding-right{
  padding-right: 0!important; 
}
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(106, 0, 129, 0.95);
    
    -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
    z-index: 9999;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search input[type="search"] {
  font-family: 'Nilland';
  position: absolute;
  top: 50%;
  width: 100%;
  color: rgb(255, 255, 255);
  font-size: 60px;
  font-weight: normal;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  height:unset;
  background:none;
}
#search input[type="search"]:focus{
  box-shadow: none;
}
#search input[type="search"]::-webkit-input-placeholder {
   color: #83c223;
   opacity:1;
}

#search input[type="search"]:-moz-placeholder { /* Firefox 18- */
   color: #83c223;  
   opacity:1;
}

#search input[type="search"]::-moz-placeholder {  /* Firefox 19+ */
   color: #83c223;  
   opacity:1;
}

#search input[type="search"]:-ms-input-placeholder {  
   color: #83c223;  
   opacity:1;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -73px;

  font-size: 30px;
  font-family: 'Nilland';
  font-weight: bold;
  color:#fff;
  background:#83c223;
  padding: 12px 25px 15px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #83c223;
    opacity: 1;
    font-size: 70px;
    line-height: 50px;
}
header{
}
.wrap-bg-menu-atas{
  background: rgb(66,6,85); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(66,6,85,1) 0%, rgba(37,0,48,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(66,6,85,1) 0%,rgba(37,0,48,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(66,6,85,1) 0%,rgba(37,0,48,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#420655', endColorstr='#250030',GradientType=1 ); 
}
.wrap-menu-atas{
  padding-bottom: 6px;
  padding-top: 4px;
}
.aktif-bahasa{
  font-weight: bold;
}
.wrap-bahasa{
  color:#ccc;
  display: inline;
}
.wrap-bahasa span{
  margin: 0 5px;
}
.wrap-bahasa a{
  font-family: 'FSLola-Regular';
  font-size: 14px;
  color:#ccc;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.wrap-bahasa a:hover{
  font-weight: bold;
}
.wrap-social{
  display:inline;
  float: right;
}
.wrap-social a{
  display:inline-block;
}
.wrap-social a img{
  margin-right: 7px;
  vertical-align: sub;
}

.wrap-bg-menu-bawah{
  background-color: #fff;
  position: relative;
  z-index: 9999;
}
.wrap-bg-menu-bawah-garis{
  width:100%;
  height:6px;
  display: block;
  background: rgb(111,19,138); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(111,19,138,1) 0%, rgba(177,87,204,1) 50%, rgba(111,19,138,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(111,19,138,1) 0%,rgba(177,87,204,1) 50%,rgba(111,19,138,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(111,19,138,1) 0%,rgba(177,87,204,1) 50%,rgba(111,19,138,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f138a', endColorstr='#6f138a',GradientType=1 ); /* IE6-9 */
  -webkit-box-shadow: 0px 4px 3px 0px rgba(0,0,0,.16);
  -moz-box-shadow: 0px 4px 3px 0px rgba(0,0,0,.16);
  box-shadow: 0px 4px 3px 0px rgba(0,0,0,.16);
  z-index: 999;
  position: relative;
}
.wrap-menu-bawah{
  padding: 12px 0 0;
  position: relative;
}
.wrap-logo{
  /*display:inline;*/
  display: inline-block;
  margin-top: 7px;
}
.wrap-logo a{
  /*display:inline;*/
  display: inline-block;
}
.wrap-menu{
  float:right;
  display:inline;
  margin-top: 2px;
}
.wrap-menu ul{
  list-style-type: none;
  margin: 0;
  padding:0;
}
.wrap-menu ul li{
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 15px;
}
.wrap-menu ul li:after{
  position: absolute;
  bottom: -10px;
  left: calc(50% - 15px);
  z-index: 9999;
  content: "";
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  display: none;
}
.wrap-menu ul li a{
  text-align: center;
  float:left;
  font-family: 'FSLola-Regular';
  font-weight: 900;
  color:#3c3c3c;
  font-size: 16px;
  padding:5px 14px;
  line-height: 1.2;
  border-right: 1px solid #e7c8ed;
}
.aktif-menu{
  color:#250030!important;
}
.wrap-menu ul li:hover a{
  color:#250030;
}
.submenu{
  display:none;
  padding:20px 0 15px!important;
  position: absolute;
  top: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, rgba(175,86,203,1) 0%,rgba(75,14,94,1) 100%), url("../images/bg-submenu.png") no-repeat bottom right; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af56cb', endColorstr='#4b0e5e',GradientType=0 ); /* IE6-9 */
  background-blend-mode: multiply;
}
.wrap-menu ul li:hover .submenu{
  display:block;
}
.wrap-menu ul li:hover::after{
  display: block!important;
}
.submenu li{
  display:block!important;
  float:none!important;
  clear: both;
}
.submenu li:after, .submenu li:hover::after{
  display: none!important;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
}
.submenu li a{
  padding: 5px 40px 5px 20px!important;
  white-space: nowrap;
  width: 100%;
  font-size: 16px!important;
  font-weight: 100!important;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  text-align: left!important;
  color:#fff!important;
  border:none!important;
}
.submenu li a:hover{
  font-weight: bold!important;
  color:#fff!important;
}
.wrap-menu ul li:first-child a{
  padding-left:0;
}
.wrap-menu ul li:last-child a{
  padding-right:0;
  border-right: none!important;
}
.wrap-menu ul li a img{
  vertical-align: unset;
}
.wrap-judul-page{
  position: relative;
  /*margin-bottom: 20px;*/
  padding-left: 0!important;
  padding-right: 0!important;
  background: url(../images/bg-jdl-page.png) center center no-repeat;
  background-size: cover;
}
.panah-judul{
  position: absolute;
  bottom:0;
  left: 0px;
  display: none;
}
.judul-page{
  color: #fff;
  font-family: 'FSLola-Regular';
  font-size:26px;
  font-weight: bold;
  padding: 20px 40px;
  text-align: center;
  line-height: 19px;
}
.judul-page span{
  color: #fff;
  font-family: 'FSLola-Regular';
  font-size:16px;
  font-weight: 100!important;
}

.wrap-feature-banner{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.wrap-banner-ib{
  background: linear-gradient(to bottom, rgba(74,0,90,1) 0%,rgba(108,11,129,1) 50%,rgba(74,0,90,1) 100%), url("../images/bg-ib.png") no-repeat bottom right; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a005a', endColorstr='#4a005a',GradientType=0 );
  background-blend-mode: multiply; 
}
.wrap-feature-banner{
  padding:15px 20px 0;
  text-align: center; 
}
.wrap-feature-banner li{
  margin: 20px 0; 
}
.wrap-feature-banner li:first-child{
  margin-top: 0; 
}
.wrap-feature-banner li:last-child{
  margin-bottom: 0; 
}
.wrap-feature-banner li a{
  color:#fff;
  font-family: 'FSLola-Regular';
  font-weight: bold;
  font-size: 19px;
}
.wrap-feature-banner li a img{
  margin-right: 15px;
}
.wrap-kenali{
  position: relative;
}
.panah-home{
  position: absolute;
  bottom:0;
  left: -15px;
}
.wrap-batas-kenali{
  width: 100%;
  height: 9px;
  background: rgb(222,197,228); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(222,197,228,1) 0%, rgba(96,14,113,1) 40%, rgba(96,14,113,1) 50%, rgba(96,14,113,1) 70%, rgba(222,197,228,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(222,197,228,1) 0%,rgba(96,14,113,1) 40%,rgba(96,14,113,1) 50%,rgba(96,14,113,1) 70%,rgba(222,197,228,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(222,197,228,1) 0%,rgba(96,14,113,1) 40%,rgba(96,14,113,1) 50%,rgba(96,14,113,1) 70%,rgba(222,197,228,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dec5e4', endColorstr='#dec5e4',GradientType=1 ); /* IE6-9 */
}
.wrap-txt-kenali{
}
.txt-kenali-home{
  /* update responsive padding 13 DEC 2017 By Jordy */
  color:#fff;
  font-family: 'FSLola-Regular';
  font-weight: bold;
  font-size: 25px;
  background-size: 100% 100%;
  padding: 20px 0 90px 0;
  text-align: center;
  background: url(../images/bg-ketahui.png) no-repeat bottom right;
}

.link-ket-home{
  color: #fff;
  font-family: 'FSLola-Regular';
  font-size: 18px;
  padding: 8px 20px 9px;
  vertical-align: middle;
  margin-left: 35px;
  border: 4px solid #83c223;
  font-weight: bold;
  border-radius: 12px;
}
.link-ket-home:hover{
  color: #fff;
}
.link-ket-home2{
  color: #fff;
  font-family: 'FSLola-Regular';
  font-size: 14px;
  padding: 8px 10px 9px;
  vertical-align: middle;
  margin-left: 35px;
  border: 4px solid #83c223;
  font-weight: bold;
  border-radius: 12px;
}
.link-ket-home2:hover{
  color: #fff;
}
.wrap-feature-home{
  margin-top: 25px;
  border-bottom: 2px solid #d7c4db;
  margin-bottom: 10px;
}
.jdl-feature-home{
  font-family: 'FSLola-Regular';
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
}
.jdl-feature-kurs{
  font-family: 'FSLola-Regular';
  font-size: 17px;
  text-align: center;
}
.owl-carousel{
  margin-bottom: 40px;
}
.tgl-caro{
  color:#444;
  font-size: 14px;
  font-family: 'FSLola-Regular';
  margin-bottom: 5px;
}
.tgl-caro img{
  width:unset!important;
  display:inline!important;
  vertical-align: sub;
  margin-right: 3px;
}
.jdl-caro{
  margin-top: 30px;
  line-height: 1.3;
}
.jdl-caro a{
  font-family: 'FSLola-Regular';
  text-align: center;
  font-size: 20px;
  color:#333;
  display:block;
  min-height: 73px;
}
.link-baca{
  margin-top: 10px;
  font-size: 14px;
  font-family: "MyriadPro" !important;
  font-weight: bold;
}
.wrap-kurs-home{
  text-align: center;
  padding-left: 25px!important;
  padding-right: 25px!important;
}
.kurs-home{
  background: #f1f1f1;
  padding: 13px 10px 25px;
}
.tgl-kurs{
  text-align: center;
  font-size: 14px;
  font-family: 'FSLola-Regular';
}
#tabel-kurs{
  width:100%;
  border:  none !important;
  border-collapse: collapse;
  background: none!important;
}
#tabel-kurs thead{
  background:none;
  border: none;
  border-bottom: 2px solid #c4add0 !important;
}
#tabel-kurs tbody{
  background:none;
  border: none;
}
#tabel-kurs thead.color-corp{
    border-bottom: 2px solid #83c223 !important;
}
#tabel-kurs thead tr td{
  font-family: 'FSLola-Regular';
  font-size: 14px;
  text-align: center!important;
  font-weight: 600;
  padding:0.5rem 0.625rem 0rem;
  border-bottom: 2px solid #c4add0 !important;
  color: hsl(289, 100%, 25%) !important;
}
table#tabel-kurs tr th, table#tabel-kurs tr td{
    color: hsl(289, 100%, 25%) !important;
    text-align: center !important;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
#tabel-kurs tbody tr{
  background:none!important;
}
#tabel-kurs tbody tr td{
  font-family: 'FSLola-Regular';
  font-size: 14px;
  font-weight: 600;
  padding:0.2rem 0.625rem;
}
.link-kurs{
  font-size: 16px;
  font-family: 'FSLola-Regular';
  font-weight: bold;
  color:#6d2690;
  border:3px solid #83c223;
  padding: 5px 20px 7px;
  border-radius: 10px;
}
footer{
  padding-bottom: 15px;
}
.wrap-footer-kiri{
  float: left;
  display:inline;
}
.wrap-footer-kanan{
  float: right;
  display:inline;
}
.word-foot{
  font-family: "MyriadPro" !important;
  font-size: 12px;
  font-weight: bold;
}
.copyright{
  font-family: "MyriadPro" !important;
  font-size: 12px;
  font-weight: 600;
}


/*------------------------------------------------CSS INDEX ALT 2----------------------------------------------*/
.jdl-feature2{
  color:#fff;
  font-family: 'FSLola-Regular';
  font-weight: bold;
  font-size: 18px;
  padding:10px 0;
  display:block;
}
.jdl-feature2:hover{
  color:#fff;
}
.first-feature{
  margin-bottom:0px;
  position: relative;
}
.first-feature:after{
  width: 100px;
  height: 3px;
  background: #84199b;
  border-radius: 5px;
  position: absolute;
  content: "";
  bottom: -25px;
  left: calc(50% - 50px);
}
.jdl-feature2 img{
  margin-right: 15px;
}
.jdl-feature2 span{  
  font-family: 'FSLola-Regular';
  font-weight: bold;
  font-size: 21px;
  color:#fff;
  padding: 0 0px 4px;
}
.txt-feature2{
  margin-top: 3px;
  font-family: 'FSLola-Regular';
  font-size: 13.5px;
  font-weight: 600;
  color:#fff;
  line-height: 1.3;
}
.wrap-link-feature-banner{
  text-align: center;
  width:100%;
  margin-top: 15px;
}
.wrap-link-feature-banner a{
  margin:0 5px;
  font-size: 18px;
  font-family: 'FSLola-Regular';
  font-weight: bold;
  color:#fff;
  padding: 5px 40px 7px;
  border: 2px solid #83c223; 
  border-radius: 10px;
}
.wrap-feature-bawah-home {
  margin-bottom: 30px;
  display:table;
  border-bottom: 2px solid #d7c4db;
}
.jdl-feature-bawah{
  color:#fff;
  font-family: 'FSLola-Regular';
  font-weight: bold;
  font-size: 22px;
  padding:10px 0;
  display:block;
}
.jdl-feature-bawah:hover{
  color:#fff;
}
.jdl-feature-bawah img{
  margin-right: 15px;
}
.jdl-feature-bawah span{  
  padding: 0 5px 4px;
}

/*---------------------------------------------CSS DIREKTUR ALT 1-------------------------------------------*/
.wrap-content{
  position: relative;
}
#wrap-menu-page-kiri{
  padding-left: 0px!important;
  padding-right: 0px!important;
  background: linear-gradient(to bottom, rgba(84,3,102,1) 0%,rgba(106,11,127,1) 50%,rgba(84,3,102,1) 100%), url("../images/bg-menu-kiri.png") no-repeat bottom right; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af56cb', endColorstr='#4b0e5e',GradientType=0 ); /* IE6-9 */
  background-blend-mode: multiply;
}
#wrap-menu-page-kiri ul{
  background:none!important;
  border:none;
  padding:10px 0;
}
#wrap-menu-page-kiri ul li{
  border:none;
}
#wrap-menu-page-kiri ul li a,#wrap-menu-page-kiri ul li .accordion-content{
  border:none;
  color:#fff!important;
}
#wrap-menu-page-kiri ul li a{
  color:#fff!important;
  padding:0;
  font-family: 'FSLola-Regular';
  font-weight: normal;
  font-size: 16px;
  padding:12px 15px;
}
#wrap-menu-page-kiri ul li a:hover,#wrap-menu-page-kiri ul li a:focus{
  background:#4A005A;
}
#wrap-menu-page-kiri ul li a.active {
  background:#4A005A;
}
#wrap-menu-page-kiri ul li .accordion-content{
  padding: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#350141+0,8b38a1+50,350141+100&0.5+0,0.5+50,0.5+100 */
  background: -moz-linear-gradient(to bottom, rgba(63,2,76,.5) 0%,rgba(106,11,127,.5) 50%,rgba(63,2,76,.5) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(to bottom, rgba(63,2,76,.5) 0%,rgba(106,11,127,.5) 50%,rgba(63,2,76,.5) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(63,2,76,.5) 0%,rgba(106,11,127,.5) 50%,rgba(63,2,76,.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80350141', endColorstr='#80350141',GradientType=1 ); /* IE6-9 */
}
#wrap-menu-page-kiri ul li .accordion-content ul{
  margin: 0;
  padding: 0;
}
#wrap-menu-page-kiri ul li .accordion-content ul li{
  display:inline-block;
  width:100%;
}
#wrap-menu-page-kiri ul li .accordion-content ul li a{
  display:inline-block;
  width:100%;
  padding:8px 15px 8px 30px;
}
#wrap-menu-page-kiri ul li .accordion-content ul li a:hover{
  background:#8B38A1;
}
#wrap-menu-page-kiri ul li .accordion-content ul li a.aktif-menu-kiri{
  background:#8B38A1!important;
}
.profil-person{
  border-bottom: 1px solid #83c223;
  display:inline-table;
  padding: 40px 0;
}
.txt-content-nama{
  font-family: 'FSLola-Regular';
  font-weight: bold;
  /* update css for nama direksi 12 DEC 2017 By Jordy */
  font-size: 24px!important;
  text-align: left!important;
}
.txt-content-jabatan{
  font-family: 'FSLola-Regular';
  font-weight: thin;
  font-size: 17px!important;
  margin-bottom: 10px;
}
.txt-content-isi{
  font-size: 13px;
  font-family: 'FSLola-Regular';
  color:#666;
  text-align: justify;
}
.txt-content-isi ul,.txt-content-isi li{
  font-size: 13px;
  font-family: 'FSLola-Regular';
  color:#666!important;
  text-align: justify;
}

#nama-jabatan{
  position:relative;
  display:inline;
}
#nama-jabatan ul{
  list-style-type: none;
  margin:0;
  padding:0;
}
#nama-jabatan ul li{
  border-bottom: 1px solid #999;
}
#nama-jabatan ul li a{
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  line-height: 1.4;
  padding: 5px 0;
  display:block;
}
#nama-jabatan ul li a:hover,#nama-jabatan ul li a:focus{
  color:#83c223!important;
}
#nama-jabatan ul li a .nama{
  font-size: 15px;
  font-family: 'FSLola-Regular';
  font-weight: bold;
  display:block;

}
#nama-jabatan ul li a .jabatan{
  font-size: 12px;
  font-family: 'FSLola-Regular';
  font-weight: 600;
}

.wrap-employee,.nama-employee,.jabatan-employee{
  text-align: center!important;
  color:#666;
}
.jabatan-employee{
  
}
.pic-employee{
  margin: 10px auto;
  width: 200px;
  height: 200px;
  border-radius: 200px;
  border: 2px solid #80d22a;
  overflow: hidden;
}
.pic-employee img{
  width: 100%;
  height: auto;
}
.nama-employee{
  margin-top: 20px;
}
.desc-employee{
  margin-top: 10px;
}
/*BASE*/
.list_hubungi_investor h1{
    font-size:26px;
    color: #6a0081;
    font-family: "FSLola-Regular";
    font-weight:700;
}
.list_hubungi_investor ul.list_menu_hubungi{
    margin-left: 0 !important;
    border-bottom: 2px solid #84c225; padding-bottom: 10px;
}

.list_hubungi_investor ul.list_menu_hubungi li{
  background: #6a0081 none repeat scroll 0 0;
  display: inline-table;
  height: 56px !important;
  line-height: 19px;
  list-style: outside none none;
  margin-bottom: 15px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  vertical-align: middle;
  min-width: 136px;
}

.anakperusahaan ul li {
    display: inline-table;
    height: 56px !important;
    line-height: 19px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 15px;
    min-width: 198px;
    padding-right: 10px;
    text-align: center;
    vertical-align: middle;
    padding-left:30px;
    position: relative;
}
.anak_perusahaan li img{
    left: 0;
    position: absolute;
}

.list_hubungi_investor ul.list_menu_hubungi li:first-child{
    margin-right:5px;
    margin-left:0px;
}
.list_hubungi_investor ul.list_menu_hubungi li:hover{
    background: #84c225;
}
.list_hubungi_investor ul.list_menu_hubungi li.current{
    background: #84c225;
}
.list_hubungi_investor ul.list_menu_hubungi li a{
    color: #fff;
    font-size: 16px;
    font-family: "FSLola-Regular";
    vertical-align:middle;
    display: table-cell;
}
.anak_perusahaan ul {
    text-align:center;
}
.anak_perusahaan li{
    padding-left: 55px !important;
    position: relative;
}
.reportnya table{
    width:100%;
    background: #f7f2f9;
    border: none;
}
.reportnya table td{
    background: #f7f2f9;
    font-family: "MyriadPro-Regular";
    font-size:16px;
    color: #666666;
    padding: 10px;
}
.reportnya table td span{
    background: #f7f2f9;
    font-family: "MyriadPro-bold";
    font-size:16px;
    color: #84c225;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 20px;
}
.reportnya table td span:hover{
    background: #f7f2f9;
    font-family: "MyriadPro-bold";
    font-size:16px;
    color: #6A0081;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 20px;
}
.content p,.content li,.content ul{
  margin-bottom: 0px !important;
  font-family: FSLola-Regular !important;
  font-size:14px !important;
  text-align: justify;
  /*color: #fff;*/
}
.content div{
  margin-bottom: 0px !important;
  font-family: FSLola-Regular !important;
  /*font-size:14px !important;*/
  text-align: justify;
}
.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{
    color: #595959;
}
.pengaduan_nasabah h1{
    font-size:30.02px;
    color: #6a0081;
    font-family: "FSLola-Regular";
}
.pengaduan_nasabah h6{
    font-family: "MyriadPro-bold";
    font-size:22px;
    color: #666666;
    margin-top:20px; 
}

ul.accordion li.accordion-item a{
    display: block; 
}
.pengaduan_nasabah label{
    overflow: hidden;
}
.pengaduan_nasabah .nama,.pengaduan_nasabah .alamat_email,.pengaduan_nasabah .alamat_domisili,.pengaduan_nasabah .telepon_rumah,.pengaduan_nasabah .telepon_selular{
    float: left;
}
.pengaduan_nasabah p{
    font-family: "MyriadPro-Regular";
    color: #000;
    font-size:14px;
}
.pengaduan_nasabah input{
    border: none;
    background: #ede5ee;
    border-radius:2px;
    box-shadow: none;
    font-family: "MyriadPro-Regular";
}
.regtitle{
    font-family: "MyriadPro-Regular";
    font-size:16px;
    color: #666666;
}
span.mandatory{
    position: absolute; right: 0px; top: -2px; font-size: 14px;font-family: "MyriadPro-Regular"; color: #666666;white-space: nowrap;
}
.pengaduan_nasabah .masalah{
    border: none;
    background: #ede5ee;
    border-radius:2px;
    box-shadow: none;
    font-family: "MyriadPro-Regular";
}
span.mandatory.mandatory_masalah{
    top: auto; right: -71px; bottom: 11px ! important;
}
.pengaduan_nasabah .browse_file{
    background: #84c225; padding-left: 20px;padding-right: 20px;padding-top: 3px;padding-bottom: 3px; display: inline-table; color:#fff;
    font-family: "MyriadPro-Regular";
    border-radius: 1px;
    font-size:16px;
    margin-top:10px;
    margin-bottom:10px;
    cursor: pointer !important;
}
.pengaduan_nasabah .browse_file:hover{
    background: #6A0081;
    cursor: pointer !important;
}
.pengaduan_nasabah .kolomkanan{
    padding-left:20px;
}
.pengaduan_nasabah .submit{
    background: #84c225; padding-left: 25px;padding-right: 25px;padding-top: 5px;padding-bottom: 5px; display: inline-table; color:#fff;
    font-family: "MyriadPro-Regular";
    border-radius: 1px;
    font-size:16px;
    margin-top:10px;
    margin-bottom:10px;
}
.pengaduan_nasabah .submit:hover{
    background: #6A0081;
}
.wrap-content{
    padding-bottom:50px;
}

.text-center { text-align: center;} 
.promotion .list-category { background: rgba(0, 0, 0, 0) url("../images/border-default.png") repeat-x scroll 0 4px; margin: 0 0 20px; overflow: hidden; padding-bottom: 12px; text-align: center;}
.promotion .item-category { display: inline; list-style: outside none none; padding: 4px 0 17px; width: auto; }
.promotion .item-category.active, .promotion .item-category:hover { background: #ffffff url("../images/border-aktf.png") no-repeat scroll -3px 3px; }
.promotion .item-category.active a, .promotion .item-category a:hover { color: #4A005A; }
.promotion .link-category { padding: 0px 30px; padding-bottom: 13px; font-family: "FSLola-Regular";}
.promotion .load-more { text-align: center; margin-bottom: 40px;}
.promotion .load-more > div { border-bottom: 0.5px solid; position: relative; }
.promotion .load-more button { background-color: #6a0081; color: #fff; padding: 5px 15px; position: absolute; right: 45%; top: -14px; }
.promotion .load-more button:hover { background-color: #4a005a;}
.promotion .not-found { margin-bottom: 50px;}
.promotion { font-family: "MyriadPro-Regular" !important; }
.promotion .wrap-banner .flex-control-nav li a { overflow: hidden; }
.promotion .wrap-banner .flex-control-nav li a.flex-active { background: #4a005a none repeat scroll 0 0;}

ul.rig { list-style: none; font-size: 0px; margin-left: -2.5%; }
ul.rig li { display: inline-block; padding: 10px; margin: 0 0 2.5% 2.5%; background: #fff; font-size: 16px; font-size: 1rem; vertical-align: top; }
ul.rig li a:active, ul.rig li a:focus { outline: none !important; }
ul.rig li img { max-width: 100%; height: auto; margin: 0 0 10px; }
ul.rig li h3 { margin: 0 0 5px; font-size: 16px; }
ul.rig li p { font-size: .9em; line-height: 1.5em; color: #999; }
ul.rig.columns-2 li { width: 47.5%; }
ul.rig.columns-3 li { width: 30.83%; }
ul.rig.columns-4 li { width: 22.5%; }

.modal-promo { background: #4a005a !important; color: #FFFFFF !important; font-size: 14px; padding: 0px !important; border-radius: 0 !important; }
.modal-promo .ui-dialog-titlebar { background: none; color: #FFFFFF; border: none; border-bottom: thin solid #ffffff; border-radius: 0; }
.modal-promo .ui-dialog-content { background: none; color: #FFFFFF; padding: 10px !important; font-size: 11px; }
.modal-promo .ui-dialog-content a { color: #FFFFFF; text-decoration: underline; }
.modal-promo .ui-dialog-titlebar-close { background: none !important; border: none !important; outline: none !important; }
.modal-promo .ui-dialog-titlebar-close:focus { outline: none !important; }
.modal-promo .ui-dialog-titlebar-close .ui-icon-closethick { color: #FFFFFF !important; }
 
@media (max-width: 480px) {
    
	ul.grid-nav li { display: block; margin: 0 0 5px; }
	ul.grid-nav li a { display: block; }
	ul.rig { margin-left: 0; }
	ul.rig li { width: 100% !important; margin: 0 0 20px; }
    
    ul.list-category { margin: 0 0 2.5% 2.5% !important; background: none !important; }
	ul.list-category li { width: 100% !important; margin: 0 0 10px; display: block !important; padding: 0 !important; }
    ul.list-category .active, .ul.list-category:hover { background: #ffffff url("../images/border-default.png") repeat-x scroll -3px -2px !important; }
    .promotion .load-more {margin: 0px 0px 40px 2.5% !important;}
    .promotion .load-more button { right: 35% !important; }
    
    .modal-promo { width: 90% !important;}        
}

.owl-theme .owl-controls{top: 185px; bottom: inherit !important;}


.accordion {
*zoom: 1;
margin-bottom: 0; }
.accordion:before, .accordion:after {
content: " ";
display: table; }
.accordion:after {
clear: both; }
.accordion dd {
display: block;
margin-bottom: 0 !important; }
.accordion dd.active a {
background: #e7e7e7; }
.accordion dd > a {
background: #C42929;
color: #D7F500;
padding: 1rem;
display: block;
font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-size: 1rem; }
.accordion dd > a:hover {
background: #e2e2e2; }
.accordion dd > a:active { /* --- THIS IS WHAT I ADDED --- */
font-weight: bold;
color: #FFF;
font-size: 1.75rem;
background: #6EFF57; }
.accordion .content {
display: none;
padding: 0.9375em; }
.accordion .content.active {
display: block;
background: white; }

.accordion-item > a.aktif-menu-kiri{
    background-color: #83C223 !important;
}

.alert-form-submit{
    background: #6A0081;
    width: 100%;
    color: #fff;
    padding: 5px;
    font-family: "MyriadPro-Regular" !important;
    border-radius: 3px;
}

.consumer_banking_group ul{
    margin-left:0px;
}
.consumer_banking_group ul li{
    list-style: none;
    display: inline-table;
    margin-right:20px;
    padding-left:20px;
    border-left: 2px solid #f5f5f5;
    margin-bottom:20px;
}
.not-active > .accordion-title::before{
    content: "+" !important;
}
.produk_layanan .owl-dots{ margin-top: 10px; }
.produk_layanan #owl-demo{ border-bottom: 2px solid #84c225; padding-bottom: 5px;}

.produk_layanan h2{
    color: #6a0081 !important;
    font-family: FSLola-Regular;
    font-size: 26px;
    
}
.tabing ul{
    margin-left:0px !important;
}
.tabing ul li{
    list-style: none;
    display: inline-table;
    margin-bottom:17px;
    
}
.tabing ul li a{ 
    background: #6a0081;
    color: #fff;
    padding: 10px 20px;
    font-family: FSLola-Regular;
    font-size: 16px;
}
.tabing ul li a.active{ 
    background: #84c225;
    color: #fff;
    padding: 10px 20px;
    font-family: FSLola-Regular;
    font-size: 16px;
}


.otherproduct h3{
    font-family: FSLola-Regular;
    font-size: 26px;
    color:  #6a0081;
}
.produk_layanan .item{
    position: relative;
}
.produk_layanan .title_img{
  background: rgba(74, 0, 90, 0.75) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  display: block;
  font-family: FSLola-Regular !important;
  font-size: 15px;
  line-height: 1.2;
  min-height: 56px;
  padding: 10px 9px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
.produk_layanan .hover  .title_img{
    display: block !important;
    background: #4A005A;
    /*-webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;*/
}
.contentnya{
  margin-top: 30px;
}
.contentnya p,.contentnya ol,.contentnya ul,.contentnya li,.contentnya td,.contentnya tr,.contentnya span{
  font-family: FSLola-Regular !important;
  font-size: 14px !important;
  text-align: justify;
  color: #666!important;
}
.contentnya *{
  font-family: FSLola-Regular !important;
  font-size: 14px !important;
  text-align: justify;
  color: #666!important;
}
.txt-content-isi p,.txt-content-isi ol,.txt-content-isi ul,.txt-content-isi li,.txt-content-isi td,.txt-content-isi tr{
  font-family: FSLola-Regular !important;
  font-size: 14px !important;
  text-align: justify;
  color: #000!important;
}
.detail_news div,.detail_news p,.detail_news ol,.detail_news ul,.detail_news li,.detail_news td,.detail_news tr{
  font-family: FSLola-Regular !important;
  font-size: 14px !important;
  text-align: justify;
  color: #666!important;
}
.penghargaan ul.list-item-gallery{
    margin-left:0px ;
}
.penghargaan ul.list-item-gallery li{
  border-bottom: 1px dotted #333333;
  display: inline-table;
  height: 225px;
  list-style: outside none none;
  margin-bottom: 26px;
  margin-left: 15px;
  margin-right: 15px;
  max-width: 255px;
}
.penghargaan ul.list-item-gallery li img{
    width:100%;
    height: auto;
}
.penghargaan ul.list-item-gallery li .title-photo{
    font-family: "FSLola-Regular";
    font-size:16px;
    color: #333333;
    text-align: center;
    line-height:16px;
    margin-top:10px;
}





.news ul.list-item-gallery{
    margin-left:0px ;
}
.news ul.list-item-gallery li{
    border-bottom: 1px dotted #333333;
    display: inline-table;
    height: 255px;
    list-style: outside none none;
    margin-bottom: 55px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    width: 255px;
}
.news ul.list-item-gallery li img{
    width:100%;
    height: auto;
}
.news ul.list-item-gallery li .title-photo{
    font-family: "FSLola-Regular";
    font-size:16px;
    color: #333333;
    text-align: left;
    line-height:16px;
    margin-top:10px;
}
.paging a{
    display: inline-table;
    padding-left: 8px;
    padding-right: 8px;
    background: #6A0081;
    border-radius: 5px;
    color: #fff;
    font-family: "FSLola-Regular";
}
.paging a:hover{
    display: inline-table;
    padding-left: 8px;
    padding-right: 8px;
    background: #6A0081;
    border-radius: 5px;
    color: #fff;
    font-family: "FSLola-Regular";
}
.paging{
    text-align: center;
    margin-top:20px
}
.paging .item{
    display: inline-table;
    margin-left: 2px;
    margin-right: 2px;
    font-family: LGSmartLight-SemiBold;
    color: #fff;
}
.paging .item.active{
    display: inline-table;
    padding-left: 8px;
    padding-right: 8px;
    background: #83C223;
    border-radius: 5px;
    color: #fff;
    font-family: "FSLola-Regular";
}
.pagination a, .pagination button{
    padding-top:0px; 
    padding-bottom:0px;
}
.paging a.next{
    margin-right:2px;
}

.content h1{
    border-bottom: 2px solid #6A0081;
}
.datenews img{
    width:16px !important;
}
span.date{
    color: #333;
    font-family: "FSLola-Regular" !important;
    padding-left:7px;
}
img.raquo{
    width:5px !important;
    
}
.baca{
    position: absolute; bottom: -30px;
}
.baca a{
    font-family: "FSLola-Regular" !important;
    font-size:11px;
    color: #4a005a;
}

.detail_news .image-news{
    float: left;
    margin-right: 10px;
}
.date-news-detail {
    font-family: "FSLola-Regular" !important;
    color: hsl(0, 0%, 20%);
}
.title-news-detail h1{
    font-size:24px;
    line-height: 24px;
}
.description-news-detail{
    color: hsl(0, 0%, 40%);
    font-family: "MyriadPro-Regular";
    font-size: 14px;
}
.title-photo a:hover{
    color: #84C225;
}
.bacajuga-news-detail h4{
    margin-top:20px;
    font-family: "MyriadPro-Regular" !important;
    font-size:18px;
    color: hsl(0, 0%, 40%);
}
ul.bacajugalist li a{
    font-family: "MyriadPro-Regular" !important;
    font-size:14px;
    color: hsl(0, 0%, 40%);
}
.back a{
    background: #6A0081;
    color: #fff;
    font-family: "FSLola-Regular" !important;
    display: inline-table; 
    padding-right: 10px; 
    padding-left: 10px; 
    border-radius: 3px;
}
.news .description div{
    font-family: "MyriadPro-Regular" !important;
    color: hsl(0, 0%, 40%);
}
.treasury table.kurs{
    width: 100%;
}
.treasury table.kurs tr td{
    font-family: "MyriadPro-Regular" !important;
    background: #fff;
    text-align: center;
    border-bottom: solid 2px #ede5ee;
    color: #898989;
}
.treasury table.kurs tr:nth-child(1) td{
    background: #4a005a;
    color: #fff;
    font-family: "MyriadPro-Regular" !important;
    border-bottom: 0px !important;
}
.treasury table.kurs tr:nth-child(2) td{
    background: #4a005a;
    color: #fff;
    font-family: "MyriadPro-Regular" !important;
    border-bottom: 0px !important;
}
.datetreasure{
    font-family: "MyriadPro-Regular";
    color: #898989;
    font-size:18px;
}
.kalkulator_kurs h2{
    font-size:24px;
    font-family: "MyriadPro-Regular";
    color: #4a005a;
}
ul.type_kal{
    margin-left:0px !important;
}
ul.type_kal li {
    list-style: none;
    display: inline-table;
}
ul.type_kal li a{
    background: #4a005a;
    color: #fff;
    padding-left:20px;
    padding-right: 20px;
    padding-top:5px;
    padding-bottom: 3px;
    font-size:18px;
    font-family: "MyriadPro-Regular";
}
ul.type_kal li a:hover{
    background: #84c225;
}
ul.type_kal li a.active{
    background: #84c225;
}
.treasury table.calculate{
    width: 100%;
    border-collapse: inherit;
}
.treasury table.calculate tr td{
    padding-right:10px !important;
    text-align:  center;
}
.treasury table.calculate tr:nth-child(1) td{
    background: #4a005a;
    color: #fff;
    font-family: "MyriadPro-Regular" !important;
}
.treasury table.calculate tr:nth-child(2) td{
    background: #fff !important;
    color: #fff;
    font-family: "MyriadPro-Regular" !important;
    border: none !important;
    padding-left:0px;
    padding-right:0px;
}
.treasury table.calculate [type="text"]{
    background: none;
    border:  2px solid #4A005A;
    border-radius:3px;
}
.treasury table.calculate [type="submit"]{
    background: #84c225;
    border:  none;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    margin-top:0px;
}
.treasury table.calculate select{
    background-color: #ffffff;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" width=\"32\" height=\"24\" viewBox=\"0 0 32 24\"><polygon points=\"0,0 32,0 16,24\" style=\"fill: hsl(0, 0%, 20%)\"></polygon></svg>");
    border:  2px solid #4A005A;
    border-radius:3px;
    color: #4a005a
}
.side_left .header{
    border-bottom: 1px solid #80d22a;
    margin-left: 92px; 
    margin-top: 40px;
    position: relative;
}
.side_left{
    background: #fff;
    height:100vh;
}
.header .logo1{
    left: -92px;
    position: absolute;
    top: -15px;
    display: none;
}
.header .logo2{
    padding-bottom: 8px;
}
.header .home{
    position: absolute; right: 0px; top: 0px;
}
.ribbon{
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: none;
}
.pertanyaan{
    color: #6a006f; 
    margin-top: 116px;
    font-family: "FSLola-Regular" !important;
    width:80%;
    margin: auto;
    margin-top:140px;
    font-weight: bold;
}
.pertanyaan p{
  font-size: 18px!important;
  text-align: left!important;
}
.jawaban_kebutuhan ul{
    margin-left: 0px !important;
    margin-bottom: 0px !important;
}
.jawaban_kebutuhan ul li{
    float: left;
    background:#fff;
    width:33.3%;
    font-family: "FSLola-Regular" !important;
    text-align: center;
    font-size:13px;
    color: #6a006f;
    line-height:15px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    list-style:none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.jawaban_kebutuhan ul li:hover{
    background:rgba(128,210,42,0.8);
    cursor: pointer;
}
.jawaban_kebutuhan ul li:nth-child(10n+1){
    border-bottom: 2.5px solid #fff;
    border-top: 2.5px solid #fff;
    border-right: 2.5px solid #fff;
}
.jawaban_kebutuhan ul li:nth-child(10n+2){
    border-bottom: 2.5px solid #fff;
    border-top: 2.5px solid #fff;
    border-right: 2.5px solid #fff;
}
.jawaban_kebutuhan ul li:nth-child(10n+3){
    border-bottom: 2.5px solid #fff;
    border-top: 2.5px solid #fff;
    border-right: 2.5px solid #fff;
}
.jawaban_kebutuhan ul li:nth-child(10n+4){
    border-bottom: 2.5px solid #fff;
    border-right: 2.5px solid #fff;
}
.jawaban_kebutuhan ul li:nth-child(10n+5){
    border-bottom: 2.5px solid #fff;
    border-right: 2.5px solid #fff;
}
.jawaban_kebutuhan ul li:nth-child(10n+6){
    border-bottom: 2.5px solid #fff;
    border-right: 2.5px solid #fff;
}
.jawaban_kebutuhan ul li:nth-child(10n+7){
    border-bottom: 2.5px solid #fff;
    border-right: 2.5px solid #fff;
}
.jawaban_kebutuhan ul li:nth-child(10n+8){
    border-bottom: 2.5px solid #fff;
    border-right: 2.5px solid #fff;
}
.jawaban_kebutuhan ul li:nth-child(10n+9){
    border-bottom: 2.5px solid #fff;
    border-right: 2.5px solid #fff;
}
.jawaban_kebutuhan ul li:nth-child(10n+10){
    border-bottom: 2.5px solid #fff;
    border-right: 2.5px solid #fff;
}
.jawaban_kebutuhan ul li img{
    display: block;
    margin: auto;
    margin-top:10px;
    margin-bottom: 10px;
}
.jawaban_kebutuhan ul li strong{
    font-size:26px;
}
.wrap-dot ul{
    text-align: center;
}
.wrap-dot ul li{
  display: inline-table;
  height: 10px;
  width: 10px;
  background:#80D22A;
  border-radius: 20px;
}
.wrap-dot ul li.active{
  background:#6a006f;
}
.kenali_kebutuhan li .jawabannya{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 87%;
    text-align: center;
}

 
.search_job .searchnya{
    background: #80d22a;
    float: left; 
    width: 96%;
    border:  none !important;
    border-right: 6px solid #fff !important;
    font-family: "FSLola-Regular" !important;
    color: #fff;
    height:46px;
    padding-left:20px;
    padding-right: 20px;
    font-size:18px;
}
.search_job .search_btn{
    float: left;
    width:4%;
    background: #80d22a;
    padding: 10px;
}
.nav_karir ul{
    margin-left:0px !important;
    margin-right:0px !important;
    border-bottom: 2px solid #80d22a;
}
.nav_karir ul li{
    list-style: none;
    display: inline-table;
    margin-right:30px;
}
.nav_karir ul li a{
    color: #6a0081;
    font-size:20px; 
    font-family: "FSLola-Regular" !important;
}
.title_banner_karir{
    background: #6a0081;
    color: #fff;
    font-family: "FSLola-Regular" !important;
}
.titlenya{
    width:70%;
    margin: auto;
    text-align: center;
    padding-top:20px;
    padding-bottom: 20px;
}
.title_banner_karir .tanda{
    position: absolute;
    bottom: 0px;
}
.karir .overview{
    position: relative;
}
.karir .title-overview{
    margin: 15px 0;
    padding-bottom: 20px;
}
.karir  p{
    line-height: 18px;
}
.karir .programs{
    overflow: hidden;
}
.karir h3{
    color: #80d22a;
    font-family: "FSLola-Regular" !important;
    font-size:22px;
    border-bottom:  2px solid #80d22a;
}
.karir .list-programs .imagenya img{
    width: 100%;
}
.karir .programs .title_programs{
    background: #80d22a;
    color: #fff;
    font-family: "FSLola-Regular" !important;
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 10px;
    box-shadow: 2px 2px 5px #888888;
    cursor: pointer;
}
.karir .programs .description_programs{
    font-family: "FSLola-Regular" !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.desc-aktif{
    display: block!important;
}
.karir .announcement{
    margin-top:30px;
}
.karir .announcement h2{
    font-family: "FSLola-Regular" !important;
    color: #000;
    font-size:22px;
}
.karir .announcement .item .description{
    font-family: "FSLola-Regular" !important;
}
.karir .owl-dot.active span{
    padding:5px;
    border: 1px solid #6A0081;
    background: #6A0081;
    color: #fff;    
    border-radius: 0px !important;
    height:30px !important;
    width:30px !important;
    padding-top:3px !important;
    font-family: "FSLola-Regular" !important;
}
.karir .owl-dots{
    float:right;
}
.karir .owl-dot span{
    padding:5px;
    border: 1px solid #80D22A;
    background: #80D22A;
    color: #fff;
    border-radius: 0px !important;
    height:30px !important;
    width:30px !important;
    padding-top:3px !important;
    font-family: "FSLola-Regular" !important;
}
.karir .owl-item .seemore a{
    font-family: "FSLola-Regular" !important;
    color: #80D22A;
}
.karir .owl-item .seemore{
    margin-top:20px;
    border-bottom: 1px dotted #000;
    padding-bottom:10px;
}
.karir .owl-controls{
    margin-top:20px;
}
.karir .job-list-item table{
    width:100%;
    border-collapse: inherit;
}
.karir .job-list-item table th{
    font-family: "FSLola-Regular" !important;
    font-size:20px;
    text-align: left;
}
.karir .job-list-item table td{
    background: none !important;
    font-family: "FSLola-Regular" !important;
    border-bottom: 2px solid #80d22a
}
.karir .job-list-item tbody tr:nth-child(2n){
    background: none !important;
}
.ribbon img{
    width: 250px !important;
}
.isipopup{
    margin-top:20px;
    padding: 40px;
}
.isipopup p ,.title-pop-karir h3{
    color: #fff;
    font-family: "FSLola-Regular" !important;
}
.wrap-link-apply{
  margin-top: 20px;
}
.wrap-link-apply a{
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  color: #6a0081;
  font-size: 20px;
  padding: 10px 20px;
    font-family: "FSLola-Regular" !important;
}
.nav_karir{
  margin-top: 20px;
}
.mobile_bas{
    display: inline-table;
    height: 30px;
    width: 68px;
    position: absolute;
    right: 30px;
    top: 15px;
}
a.menu_mobile{
    color: #3c3c3c;
    font-family: "FSLola-Regular" !important;
    font-size:25px;
}
.menu_mobile span::after {
    box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000;
    content: "";
    display: block;
    height: 0;
    left: 0.90625rem;
    margin-top: -0.2rem;
    margin-left: 3rem;
    position: absolute;
    top: 50%;
    width: 1rem;
}
.box-shadow-menu {
  position: relative;
  padding-left: 1.25em;
}
.box-shadow-menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 1em;
  height: 0.15em;
  background: black;
  box-shadow: 
    0 0.25em 0 0 black,
    0 0.5em 0 0 black;
}
.mobile_bas{
    display: none;
}
.right-off-canvas-menu{
    background: #84C225
}
ul.off-canvas-list li a:hover{
    background-color: #6A0081;
    color:#fff;
}
ul.off-canvas-list li a{
    border-bottom-color:#6A0081;
    font-family: "FSLola-Regular" !important;
    color:#6A0081;
}
.tab-bar{
    display:  none;
}
ul.off-canvas-list li label{
    background-color:#6A0081;
    color: #fff;
    font-size:20px;
}
footer{
        padding: 10px;
    }
@media only screen and (max-width: 1260px) {
    .panah-home img{
        width: 250px;
    }
    .wrap-link-feature-banner{
        margin-bottom:10px;
    }
}
/* disable css 12 Dec 2017 by Jordy */
/*@media only screen and (max-width: 1230px) {
    .judul-page{
        padding-left: 110px;
    }
}*/
@media only screen and (max-width: 1172px) {
    .owl-theme .owl-controls {
        bottom: inherit;
        top: 178px;
    }
}
@media only screen and (max-width: 1048px) {
    .consumer_banking_group ul li{
        margin-right: 2px;
        padding-left: 7px;
    }
    #wrap-profil-person{
        width: 75%;
    }
    #nama-jabatan{
        display: none;
    }
}
@media only screen and (max-width: 1024px) {
    .wrap-feature-bawah-home{
        width: 100%;
    }
}
@media only screen and (max-width: 1080px) {
    .wrap-menu ul{
        display: none;
    }
    .mobile_bas{
        display: block;
    }
    .bg-corp,.wrap-bg-menu-bawah,.wrap-bg-menu-atas{
        padding-left: 10px;
        padding-right: 10px;
    }
    .wrap-menu-bawah {
      padding: 12px 0;
      position: relative;
    }
    .panah-home img{
        width: 150px;
        margin-left:-10px;
    }
    .txt-kenali-home{
        /* update responsive css 13 DEC 2017 By Jordy */
        font-size: 30px;
        /*margin-left: 105px;*/
    }
}
@media only screen and (max-width: 923px) {
    .consumer_banking_group ul li{
        display: inline-block;
    width: 174px;
    }
}
@media only screen and (max-width: 840px) {
    .wrap-footer-kiri{
        display: block;
        text-align: center;
        width: 100%;
    }
    .wrap-footer-kanan{
        display: block;
        text-align: center;
        width: 100%;
    }

}
@media only screen and (max-width: 640px) {
    #wrap-menu-page-kiri{
        padding-right: 0px !important;
    }
    #wrap-profil-person{
        padding-left:10px !important;
    }
    .consumer_banking_group ul{
        text-align: center;
    }
    .consumer_banking_group ul li{
        display: inline-table;
        width: auto;
    }
    .produk_layanan{
        padding-left:10px;
    }
    #wrap-profil-person{
        width: 100%;
    }
    .profil-person{
        text-align: center;
    }
    .news ul{
        text-align: center;
    }
    .news ul li .datenews{
        text-align: left;
    }
   #wrap-menu-page-kiri{
    width: 100%;
   } 
}
@media only screen and (max-width: 480px) {
    .wrap-bahasa{
        width: 100%; display: block; text-align: center;
    }
    .wrap-social{
        display: block; text-align: center; width: 100%; margin-top: 10px;
    }
    .link-ket-home{
        display: block;
        font-size: 19px;
        height: 34px;
        margin-bottom: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        padding-bottom: 2px;
        padding-top: 2px;
        width: 129px;
        text-align: center;
    }
    .link-ket-home2{
        display: block;
        font-size: 12px;
        height: 34px;
        margin-bottom: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        padding-bottom: 2px;
        padding-top: 2px;
        width: 100px;
        text-align: center;
    }	
    .txt-kenali-home{
        /* update responsive css 13 DEC 2017 By Jordy */
        padding-top: 10px;
        text-align: center;
        font-size: 18px;
        margin-left: 0px;
    }
    .panah-home img{
        display: none;
    }
    footer{
        padding: 10px;
    }
    .wrap-footer-kanan img{
        width: 100%;
    }
}
@media only screen and (max-width: 460px) {
    .wrap-logo img{
        width: 200px;
    }
    .mobile_bas{
        top: 15px;
    }
    .judul-page{
        font-size: 26px;
    }
	
	.produk_layanan .title_img{
		font-size: 7px;
		min-height: 0;
	}
}
@media only screen and (max-width: 330px) {
    .wrap-logo img{
        margin-top: 3px;
        width: 187px;
    }
}

p{
    margin-bottom: 0px !important;
    font-family: FSLola-Regular !important;
    font-size:14px !important;
    text-align: justify;
}
.link-download-management{
  background: #6A0081 none repeat scroll 0 0;
  box-shadow: -2px 2px 1px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: 'FSLola-Regular';
  font-size: 18px;
  font-weight: bold;
  margin: 10px 5px;
  padding: 3px 10px 5px;

}
/*a.link-download-management:hover{
  color: #fff!important;
}*/

.feature3{
  border-radius: 10px;
  text-align: center;
  margin-bottom: 20px;
}
.gradient1{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b157cc+0,580e67+100 */
background: rgb(177,87,204); /* Old browsers */
background: -moz-linear-gradient(left, rgba(177,87,204,1) 0%, rgba(88,14,103,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(177,87,204,1) 0%,rgba(88,14,103,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(177,87,204,1) 0%,rgba(88,14,103,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b157cc', endColorstr='#580e67',GradientType=1 ); /* IE6-9 */
}
.gradient2{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#580e67+0,b157cc+50,580e67+100 */
background: rgb(88,14,103); /* Old browsers */
background: -moz-linear-gradient(left, rgba(88,14,103,1) 0%, rgba(177,87,204,1) 50%, rgba(88,14,103,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(88,14,103,1) 0%,rgba(177,87,204,1) 50%,rgba(88,14,103,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(88,14,103,1) 0%,rgba(177,87,204,1) 50%,rgba(88,14,103,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#580e67', endColorstr='#580e67',GradientType=1 ); /* IE6-9 */
}
.gradient3{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#580e67+0,b157cc+100 */
background: rgb(88,14,103); /* Old browsers */
background: -moz-linear-gradient(left, rgba(88,14,103,1) 0%, rgba(177,87,204,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(88,14,103,1) 0%,rgba(177,87,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(88,14,103,1) 0%,rgba(177,87,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#580e67', endColorstr='#b157cc',GradientType=1 ); /* IE6-9 */
}
.wrap-berita-home{
  position: relative;
  padding-left: 25px!important;
  padding-right: 25px!important;
}
.wrap-berita-home:after{
  position: absolute;
  height: 250px;
  width: 2px;
  background: #d7c4db;
  content: "";
  right: 0;
  top:20px;
}
.wrap-berita-home .owl-controls{
  position: absolute;
  top: 177px;
  width: 100%;
  text-align: center;
}
.wrap-produk-kat{
  margin-bottom: 30px;
  text-align: center;
}