.m_top_30 {
	margin-top: 30px;
}

.m_bot_20 {
    margin-top: 20px;
}


.m_top_60 {
	margin-top: 60px;
}

.pad_top150 {
	padding-top: 150px !important;
}
header.header-transparent .navbar .navbar-nav > li > a
{ font-family: 'proxima_nova_rgregular';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;

}


.wrap_about {
	max-width: 800px;
	margin: 0px auto;
	text-align: center;
	position: relative;
}

.wrap_about p {
	padding: 10px 0 20px 0;
	margin: 0;
	font-family: 'proxima_nova_rgregular';
	font-size: 16px;
	color: #333;
}

.bg_section_eee {
	background-color: #eee;
}

.wrapper_article {
	position: relative;
	background-color: #fff;
	border: 1px solid #eee;

}

.wrapper_article_img {
	position: relative;
}

.wrapper_article_content {
	position: relative;
	padding: 10px;
}

.wrapper_article_content h3 {
	padding: 10px 0 10px 0;
	margin: 0;
	font-size: 20px;
	color: #333;
}

.wrapper_article_content h3 a {
	font-size: 20px;
	color: #333;
	font-family: 'proxima_novasemibold';
	line-height: normal;
}


.wrapper_article_content p {
	font-family: 'proxima_nova_rgregular';
	font-size: 16px;
	color: #333;
	padding: 0;
	margin: 0;

}

.wrapper_article_content h3 a:hover {
	color: #29374d;
}

.wrap_about_detail {
	position: relative;
}


.wrap_about_detail h2 {
	padding: 0;
	font-weight: 300;
	margin: 0;
	color: #333;
	font-size: 36px;
	     font-family: 'proxima_novasemibold';
}

.wrap_about_detail p {
	padding: 15px 0 0 0;
	color: #333;
	    line-height: 1.6;
	font-family: 'proxima_nova_rgregular';
	font-size: 16px;
	margin: 0;
}

.wrap_about_detail ol {
	padding: 0 30px 0;
	margin: 10px 0 0 0;
}

.wrap_about_detail ol li {
	color: #333;
	margin-bottom: 10px;
	font-family: 'proxima_nova_rgregular';
	font-size: 16px;
}

/*Acco*/
.ac-container {
    max-width: 100%;
}

.ac-container label {
    line-height: 21px !important;
    padding: 15px 15px;
    position: relative;
    z-index: 20;
    display: block;
    font-weight: 300;
    cursor: pointer;
        font-family: 'Source Sans Pro', sans-serif;
    color: #777;
    line-height: 33px;
    font-size: 24px;
    background: #fff;
   
    box-shadow: 0 0 0 1px rgba(155,155,155,0.3),1px 0 0 rgba(255,255,255,0.9) inset,0 2px 2px rgba(0,0,0,0.1);
  
    
    line-height: 20px;
}

.ac-container {
    width: 100%;
    margin: 10px auto 30px auto;
    text-align: left;
}

.ac-container label:hover {
    background: #fff;
}

.ac-container input:checked + label,.ac-container input:checked + label:hover {
    background:#96c93d;
    color: #fff;
    font-weight: 300;
    cursor: pointer;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 21px;
    font-size: 24px;
}

.ac-container label:hover:after,.ac-container input:checked + label:hover:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(../images/arrow_down.png) no-repeat center center;
}

.ac-container input:checked + label:hover:after {
    background-image: url(../images/arrow_up.png);
}

.ac-container input {
    display: none;
}

.ac-container article {
    background: rgba(255,255,255,0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
}

.ac-container article p {
    font-style: normal;
    color: #777;
    line-height: 23px;
    font-size: 16px;
    padding: 20px;
    font-family: 'proxima_nova_rgregular';
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    
}

.ac-container input:checked ~ article {
    -webkit-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    box-shadow: 0 0 0 1px rgba(155,155,155,0.3);
}

.ac-container input:checked ~ article.ac-small {
    height: 100%;
}

.ac-container input:checked ~ article.ac-medium {
    height: 100%;
}

.ac-container input:checked ~ article.ac-large {
    height: 100%;
}

.pad_section {
    padding-top: 40px;
    padding-bottom: 40px;
}


.b-awards-info .b-text {
    font-size: 18px;
    font-family: 'proxima_nova_rgregular';
    line-height: 1.5;
}

.vimi_wrapper {
    position: relative;
}


.vimi_wrapper  h3 {
    padding: 0 0 20px 0;
    margin: 0;
    font-family: 'proxima_novasemibold';
    font-size: 40px;
    color: #fff;
}

.vimi_wrapper  p{
    padding: 0;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    font-family: 'proxima_nova_rgregular';
    margin: 0;
}

.vimi_wrapper  ol li{
    padding: 0;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    font-family: 'proxima_nova_rgregular';
    margin: 0;
}

.vimi_wrapper  ul li{
    padding: 0;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    font-family: 'proxima_nova_rgregular';
    margin: 0;
}

.management_wrapper {
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;

}

.management_wrapper .img_wrapper {

}

.management_wrapper .wrap_content{
    padding: 10px;
    margin: 0;
    position: relative;
}

.management_wrapper .wrap_content h3 {
padding: 0;
margin: 0;
line-height: 1.5;
color: #000;
font-family: 'proxima_novasemibold'; 
font-size:18px; 
}

.management_wrapper .wrap_content p.jabatan {
padding: 0;
margin: 0;
line-height: 1.5;
color: #3d4889;
font-family: 'proxima_nova_rgregular';
font-size:16px; 
}

.management_wrapper .wrap_content p {
padding: 10px 0 0 0;
margin: 0;
line-height: 1.5;
color: #333;
font-family: 'proxima_nova_rgregular';
font-size:16px; 
}



.m_top_30 {
    margin-top: 30px;
}

.struktur_wrapper{
    position: relative;
}

.struktur_wrapper h3 {
     padding: 20px 0 0 0;
    margin: 0;
    font-family: 'proxima_nova_rgregular';
    font-size: 20px;
    color: #333;

}

.struktur_wrapper p {
    padding: 10px 0 0 0;
    margin: 0;
    font-family: 'proxima_nova_rgregular';
    font-size: 16px;
    color: #333;
}

.struktur_wrapper ul.alpha {
    padding-left: 20px;
}

.struktur_wrapper ul.alpha li {
    padding-left: 20px;
    margin-top: 15px;
    font-family: 'proxima_nova_rgregular';
    font-size: 16px;
    color: #333;
}

.struktur_wrapper ol {
    padding-left: 20px;
}

.struktur_wrapper ol li {
    margin-top: 15px;
    /*font-family: 'proxima_novasemibold';*/
    font-family: 'proxima_nova_rgregular';
    font-size: 18px;
    color: #333;
}

.struktur_wrapper ol li ul {
    padding-left: 20px;
    /*font-family: 'proxima_novasemibold';*/
    font-family: 'proxima_nova_rgregular';
    font-size: 16px;
    color: #333;
    margin:0;
}

.struktur_wrapper ol li p {
     font-family: 'proxima_nova_rgregular';
     color: #000;

}

.struktur_wrapper ol li ul li {
    color: #333;
}

#page-title {
    position: relative;
    padding: 20px 0;
    background-color: #eee;
    border-bottom: 1px solid #f7f7f7;
}

.breadcrumb {
    position: absolute !important;
    width: auto !important;
    top: 50% !important;
    left: auto !important;
    margin: -10px 0 0 0 !important;
    padding: 0 !important;
    background: transparent;
    font-size: 14px;
    font-family: 'proxima_nova_rgregular',sans-serif;
}

.breadcrumb > li {display: inline-block;}

.breadcrumb a {
    color: #333;
    font-family: 'proxima_nova_rgregular';
}

.breadcrumb > .active {
    color: #777;
}

.section {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.nobottom_margin {
    margin-bottom: 0px !important;
}
.notop_margin {
    margin-top: 0px !important;
}


.bg_blue {
    background-color: #25327b;
}

.bg_hero_img {
    border-bottom: none;
    color: #fff;
    font-weight: 400;
    position: relative;
    padding: 5em 0;
    z-index: 0;
    height: 400px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
}

.bg_hero_img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
   background-color: rgba(0, 0, 0, 0.3);
}

.heading_title_hero {
    position: relative;
    text-align: center;
    max-width: 700px;
    margin: 0px auto;
    margin-top: 40px;
}

.heading_title_hero h2 {
    padding: 0 0 0px 0;
    margin: 0;
    font-size: 36px;
    color: #fff;
    font-family: 'proxima_novasemibold',sans-serif;
    text-shadow: 2px 2px #333;
}

.heading_title_hero p {
    padding: 10px 0 0 0;
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-family: 'proxima_nova_rgregular',sans-serif;
}

.list_report{
    position: relative;
    padding-bottom: 15px;
    padding: 10px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #ccc;
}

.list_report:hover {
    background-color: #f7f7f7;
}
.list_report .content_report{
    position: relative;
}

.list_report .content_report h3 {
    padding: 0 0 0px 0;
    margin: 0;
    color: #333;
}

.list_report .content_report p.date {
     font-family: 'proxima_nova_rgregular',sans-serif;
    font-size: 14px;
    color: #333;
    padding: 5px 0 0 0;
    text-decoration: none;
}
.list_report .content_report h3 a {
     font-family: 'proxima_novasemibold',sans-serif;
    font-size: 24px;
    color: #333;
    text-decoration: none;
}

.list_report .content_report h3 a:hover{
     color: #25327b;
}

.list_report .content_report p {
     font-family: 'proxima_nova_rgregular',sans-serif;
    font-size: 16px;
    color: #333;
    padding: 10px 0 0 0;
    text-decoration: none;
}
.wrap_pdf{
    position: relative;
    min-height: 200px;
    border: 1px solid #eee;
    text-align: center;
}
.wrap_pdf  i {
    margin-top: 45px;
    color:#25327b;
    font-size: 60px;



}
.wrap_pdf .content_overlay{
 position: absolute;
 left: 0;
 top: 0;
 height: 100%;
 width: 100%;
     background-color: rgba(51, 51, 51, 0.32941176470588235);

}



.karir_list {
position: relative;
padding-bottom: 10px;
border-bottom: 1px solid #eee;
margin-bottom: 30px;
}


.karir_list .karir_list_img {
    position: relative;
}

.karir_list .karir_list_content {
    position: relative;
}

.karir_list .karir_list_content h2 {
    padding: 0 0 10px 0;
    font-size: 24px;
     font-family: 'proxima_nova_rgregular',sans-serif;
    margin: 0;
}

.karir_list .karir_list_content h2 a:hover {
    color: #008489;
}

.nkarir_list .karir_list_content h2 a {
    font-weight: normal;
    color: #333;
    font-size: 20px;
    line-height: 1.2;
    font-family: 'proxima_nova_rgregular',sans-serif;
    text-decoration: none;
}

.karir_list_list .karir_list_content p {
    padding: 0;
    margin: 0;
    font-family: 'proxima_nova_rgregular',sans-serif;
    font-size: 16px;
    color: #000;
}

.wrap_service {
border: 1px solid #eee;
position: relative;
background: #fff;
padding: 10px;
height: 300px;
}

.wrap_service h3 {
    padding: 0;
    margin: 0;
     font-family: 'proxima_nova_rgregular',sans-serif;
     font-size: 20px;
}

.wrap_service {
    position: relative;
}

.wrap_service .wrap_img {
    position: relative;
    background-color: #fff;
}

.wrap_service .wrap_content {
    position: relative;
    margin-top: 15px;
} 

.wrap_service .wrap_content h3 {
    padding: 10px 0 0 0;
    margin: 0;
    font-family: 'proxima_novasemibold';
    font-size: 20px;
    color: #333;
}

.wrap_service .wrap_content p {
    padding: 5px 0 0 0;
    margin: 0;
   font-family: 'proxima_nova_rgregular',sans-serif;
    font-size: 16px;
    color: #333;
}


.wrap_pdf h2 {
      padding: 50px 0 0 0;
    margin: 0;
    line-height: normal;
    font-family: 'proxima_novasemibold';
    font-size: 24px;
    color: #fff;
}

.link_download {
position: relative;
color: #25327b;
text-align: center;
margin-top: 10px;
}

.link_download a {
   padding: 5px 0 0 0;
   text-decoration: underline;
   text-align: center;
    margin: 0;
   font-family: 'proxima_nova_rgregular',sans-serif;
    font-size: 18px;
  color: #fff;
}

.sekretaris_wrap {
    position: relative;
}
.sekretaris_wrap h2 {
     padding: 0px 0 20px 0;
    margin: 0;
    line-height: normal;
    font-family: 'proxima_novasemibold';
    font-size: 18px;
    color: #333;
}

.sekretaris_wrap p {
   padding: 0px 0 10px 0;
    margin: 0;
    font-family: 'proxima_nova_rgregular';
    font-size: 16px;
    color: #333;

}

.sekretaris_wrap p.title {
      padding: 0px 0 10px 0;
    margin: 0;
    font-family: 'proxima_nova_rgregular';
    font-size: 14px;
    color: #0066CC;
}

.link_contact {
    position: relative;
    margin-top: 20px;
}

.link_contact ul {
    padding-left: 0;
    list-style: none;
}

.link_contact li {
    font-size: 14px;
    padding: 0;
    margin: 0 0 25px 0;
    text-transform: uppercase;
    color: #25337c;
}


.link_contact li a {
       padding: 10px;
    margin-bottom: 10px;
    background-color: #f6f8f9;
    color: #25337c;
    font-family: 'proxima_nova_rgregular';
}

.link_contact li a:hover {
     background-color: #25337c;
     color: #fff;
}
.header_fixed {position: relative;
    width: 100%;
}

.link_anak_perusahaan {
    position: relative;
}

.link_anak_perusahaan ul {
    padding-left: 0;
    list-style: none;
}

.link_anak_perusahaan ul li {
    font-size: 16px;
    padding: 0;
    display: inline-block;
    margin:  0 10px 0px 0;
    font-family: 'proxima_nova_rgregular';
    text-transform: capitalize;
    color: #25337c;
}

.link_anak_perusahaan ul li a {
    position: relative;
    text-decoration: underline;
    margin-bottom: 10px;
    background-color: #f6f8f9;
    color: #25337c;
    font-family: 'proxima_nova_rgregular';
}

.m_top_20 {margin-top: 20px;}
.m_bot_30 {margin-bottom: 30px;}
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.active_menu {color: #ff9801 !important;}

.b-popular .blog-item-content .blog-item-caption {padding: 0 0 0 2px;}

p.title_management {
    font-size: 24px;
    text-align: center;
    font-weight: 300;
    font-family: 'proxima_novasemibold';
    color: #000;
    margin: 0;
    padding: 0px 0 20px 0;
}

.btn-secondary:hover {
    background: #739c2a !important;
    color: #fff !important;
    border: 1px solid   #739c2a;

}

.abs_language {
    position: absolute !important;
    right: -22% !important;
}
  
  .b-homepage-content .b-title-service{
    padding-bottom: 60px;
  }

  .b-homepage-content .b-layer-main {
    padding-top: 30px !important;
  }

  .b-title-service {
    padding-top: 40px!important;
  }

  .b-homepage-content .b-title-service {
    margin-bottom: 25px;
  }

  .b-about {
    margin-top: 30px;
  }

  .wrap_img_pdf {
    position: relative;
  }