/*--------------------------------------------------------------
#  Pelindo VERSI A 1.0
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

a { 
  transition: 0.5s;
}
a:hover, 
a:active, 
a:focus { 
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}


/*--------------------------------------------------------- 
Back to top button 
-----------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  background: linear-gradient(45deg, #7a52a3, #007bff);
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  transition: none;
}

.back-to-top:focus {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #1dc8cd;
  color: #fff;
}

/*--------------------------------------------------------- 
Preloader 
-----------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #1bb1dc;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  padding: 5px 0 0 0;
  font-size: 12px;
  transition: all 0.5s;
}

#topbar .bahasa {
  border: 1px solid #007bff;
  display: inline-block;
  border-radius: 3px;
  overflow: hidden;
}

#topbar .bahasa a {
  float: left;
  color: #007bff;
  padding: 10px 7px;
  line-height: 1px;
  background: #fff;
  transition: 0.5s;
  /* border-radius: 4px; */
}

#topbar .bahasa a.active {
  background: #007bff;
  color:#fff;
}
#topbar .bahasa a.active:hover {
  background: #3d92ef;
  color:#fff; 
}
#topbar .bahasa a:hover {
  background: #3d92ef;
  color:#fff; 
}
#topbar .bahasa a:first-child {
  border-left: 0;
}
@media (max-width: 991px) {
  #topbar {
    display: none;
  }
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 0;  
  position: fixed; 
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997; 
  height: 162px;
} 
#header > .container {
  padding-top: 0px;
  padding-bottom: 0px;
}

#header #logo {
  float: left;
} 

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
    margin-top: 0;
  }
  #header #logo img {
    max-height: 40px;
  } 
}

#header.header-fixed { 
  transition: all 0.5s;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  height: 41.61px;
}
#header.header-fixed #logo img { 
  height: 40px;
}
#header.header-fixed #topbar  {
  display: none; 
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 100vh;
  position: relative;   
  background:  #c3dbe3 url("../images/intro_cover_bg.jpg") center bottom no-repeat;
  background-size: cover;
}
#intro:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;   
/*background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.53) 100%);  */


/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+41,000000+57,000000+100&0.75+0,0.6+20,0+39,0.15+68,0.53+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.6) 20%, rgba(255,255,255,0) 39%, rgba(255,255,255,0.01) 41%, rgba(0,0,0,0.09) 57%, rgba(0,0,0,0.15) 68%, rgba(0,0,0,0.53) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.6) 20%,rgba(255,255,255,0) 39%,rgba(255,255,255,0.01) 41%,rgba(0,0,0,0.09) 57%,rgba(0,0,0,0.15) 68%,rgba(0,0,0,0.53) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.6) 20%,rgba(255,255,255,0) 39%,rgba(255,255,255,0.01) 41%,rgba(0,0,0,0.09) 57%,rgba(0,0,0,0.15) 68%,rgba(0,0,0,0.53) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfffffff', endColorstr='#87000000',GradientType=0 ); /* IE6-9 */

}

#intro .intro-info {
  position: absolute; 
  bottom: 20%; 
}
#intro .intro-info img { 
  margin-bottom: 15px; 
  padding: 25px;
  width: 100%;
  background: #ffffffd1; 
}
@media (max-width: 766px) { 
  #intro .intro-info { 
    bottom: 5%;
    margin: 0px 15px; 
  }
}
 
#intro .bttn  { 
  background: #007bff;
  color: #fff;
  margin-left: 35px; 
}
#intro .bttn:hover {
  background: #248eff;
}
@media (max-width: 766px) { 
  #intro .tc {
      text-align: center;  
  }
   #intro .tc  .bttn  {
      margin: 0px;  
  }

}

/* ------------------------------------------
    s:bttn start -> dipake jd di hlmn detail 
---------------------------------------------*/
.btn-get-started { 
    font-size: 28px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0px 14px;
    border-radius: 50px;
    transition: 0.5s; 
    right: calc(50% - 25px);
    border: 2px solid #f99f35;
    color: #f99f35;
    bottom: 30px;
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 21;
    line-height: 49px;

    webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -ms-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.btn-get-started:hover { 
    border: 2px solid #ffba69;
    color: #ffba69;
}
@media (max-width: 766px) {
  .btn-get-started {
      display: none;   
  }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}


@media (max-width: 991px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
    color: #505050;
    padding: 7px 10px;
    text-decoration: none;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 12px;
    outline: none;
    text-transform: uppercase;
    background: #ffffffa3;
    border-radius: 4px;
}

.nav-menu > li.menu-active a, 
.nav-menu > li:hover a
{ 
    color: #fff;
    background: #f99f35;  
    transition: all ease-in-out 0.3s;   
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #1dc8cd;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle { 
  z-index: 999;
  margin: 0px;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;

  
}

#mobile-nav-toggle i {
  color: #1793d2;
  margin: 0;
}


@media (max-width: 991px) {
   #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li.menu-active a {
  color: #50a5d2;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #1dc8cd;
}

#mobile-nav ul .menu-item-active {
  color: #1dc8cd;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.8);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/

.section-header { 
    padding: 0px;
    margin-bottom: 30px; 
}
.section-header .section-title {
    text-transform: uppercase;
    font-size: 26px;
    color: #ff9600;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: normal;
    border-left: 1px solid #ff9600;
    padding-left: 10px;
}
.section-header .section-title span {
    display: block;
    font-size: 19px;
    font-weight: 400;
    color: #333;
    font-style: italic;
}
.section-header .garis {
    display: block;
    border-bottom: 2px solid red;
    width: 40px;
    padding: 10px 0 0 0;
}
@media (max-width: 768px) { 
    .section-header .section-title { 
        font-size: 17px; 
    }
    .section-header .section-title span { 
        font-size: 15px; 
    }
}
/* Section with background
--------------------------------*/



/* sections Tentang 
--------------------------------*/
#tentang {
  padding: 60px 0;
  overflow: hidden;
}
#tentang { 
  position: relative;
  background-image: url("../images/tentang_bg.jpg"); 
  -webkit-background-size: cover;
  background-size: cover;
}

#tentang .section-header {
  background: none;
  padding: 0px;
  margin-bottom: 50px;
} 
#tentang .section-header .section-title {
    
}
#tentang .section-header .section-title span {
   color: #fff;
}
 

#tentang .about-content {
  color: #fff;
  text-align: justify;
  height: auto;
  font-size: 15px; 
}

#tentang .video-content {
  position: relative;
  height: auto; 
}

#tentang .video-content img { 
  z-index: 1;
}
#tentang .video-content .bttn { 
  z-index: 2;
  background: #0000009e;
  padding: 20px 30px;
  font-size: 16px;
  border-radius: 0px;
  position: absolute;
}
#tentang .video-content .bttn:hover {
    background: red;
    color: #fff;
}
@media (max-width: 767px) {
    #tentang .about-content {
        margin-bottom: 30px;
    }

    #tentang .video-content {
        margin-bottom: 20px; 
    }
}

/* sections Tentang 
--------------------------------*/
#tentang2 {
  padding: 60px 0;
  overflow: hidden;
}

#tentang2 { 
  position: relative;
  background: #ececec; 
}

/* sections Tentang 
--------------------------------*/
#tentang3 {
  padding: 60px 0;
  overflow: hidden;
}

#tentang3 { 
  position: relative;
  background-image: url("../images/bg_putih_kertas.jpg"); 
  -webkit-background-size: cover;
  background-size: cover;
}


/* Kilas Kinerja Sections 
-------------------------------*/
#kilas {
    padding: 60px 0;
    overflow: hidden;
    background-color: #d6e5ec;

   
} 
#kilas { 
  position: relative;
  background: #fff url("../images/bg_kilas_kinerja.jpg"); 
  -webkit-background-size: cover;
  background-size: cover;
}

#kilas .mb {
  margin-bottom:30px;
}



/* Keuangan Section
--------------------------------*/
#keuangan {
  padding: 60px 0 60px 0;
  overflow: hidden;  
  background: #fff url(../images/section_tabel_bg.jpg) no-repeat center top; 
} 

 

/* Peristiwa Penting Section
--------------------------------*/
#peristiwa {
  padding: 60px 0;
  overflow: hidden;
  background: #fff url(../images/bg_putih_kertas.jpg) no-repeat center bottom; 

  position: relative;  
  -webkit-background-size: cover;
  background-size: cover;
} 
#peristiwa .news {
  text-align: left;
  margin-bottom: 20px;
}

#peristiwa .news .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#peristiwa .news .pic img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#peristiwa .news .pic:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#peristiwa .news h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#peristiwa .news span { 
  display: block;
  font-size: 13px;
} 

/* -----------------------------------------------
 * Timeline
 * --------------------------------------------- */
.timeline {
    list-style: none;
    padding: 10px 0;
    position: relative;
    font-weight: 300;
    text-align: justify;
}
.timeline:before { /*garis waktu*/
    top: 0px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    background: #ff021a;
    left: 50%;
    margin-left: -1px;
}

/*date*/
.timeline .label {
    background: #fb8f33;
    padding: 10px 20px;
    background-size: cover;
    color: #fff;
    position: absolute;
    left: 0px;
    bottom:0px;
    font-size: 14px;
    font-weight: 600;
    line-height: normal; 
}
.timeline .label span {
  display: block;
  font-weight: 500;
  font-style: italic;
}

.timeline .timeline-panel { 
    font-size: 14px;
}
.timeline .timeline-panel .pict  {
   /* border-radius: 10px 10px 0 0;*/
    overflow: hidden; 
    /*border: 1px solid red;*/
    position: relative;
}
.timeline .timeline-panel .pict img {
    width: 100%; 
}
.timeline .timeline-panel h4 {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
    /* color: red; */
}
.timeline .timeline-panel .timeline-body {
    font-size: 16px; 
    padding: 30px;
    background: #fff;
    /*border-left: 1px solid red;*/
    position: relative;
}
.timeline .punk {
    color: red; 
    line-height: normal;
    text-align: center;
    position: absolute;
    bottom: -6px;
    left: -5px;
    z-index: 100;
    font-size: 10px;
}

.timeline > li {
    margin-bottom: 55px;
    position: relative;
    width: 47%;
    float: left;
    clear: left;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    float: left;  
    position: relative; 
    box-shadow: #3333332b 0px 0px 15px;
    
}
.timeline > li > .timeline-panel:before { /*panah kanan*/
    position: absolute;
    top: 41px;
    right: -58px;
    display: inline-block; 
    border-bottom: 1px solid #dc3545;
    width: 60px;
    content: " ";
}
.timeline > li > .timeline-badge {
    color: #ffffff;
    width: 24px;
    height: 24px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 16px;
    right: -45px;
    z-index: 100;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before { 
    left: -60px; 
} 
.timeline-badge > a {   /*titik bulet*/
    color:#ff7900 !important;
}
.timeline-badge a:hover {
    color:#ff7900 !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p, .timeline-body > ul {
    padding: 0;
    margin-bottom: 0;
}
 
.timeline > li.timeline-inverted {
    float: right;
    clear: right;
}
.timeline > li:nth-child(2) {
    margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge {
    left: -45px;
}
.no-float {
    float: none !important;
}
@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }
    ul.timeline > li {
        margin-bottom: 0px;
        position: relative;
        width:100%;
        float: left;
        clear: left;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 65px);
        width: -moz-calc(100% - 65px);
        width: -webkit-calc(100% - 65px);
    }
    ul.timeline > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
    ul.timeline > li > .timeline-panel:before {  /*garis1*/
        left: -30px; 
    }
    ul.timeline > li.timeline-inverted > .timeline-panel:before {  /*garis2*/
        left: -30px; 
    } 
    ul.timeline > li > .timeline-panel:after { 
        left: -30px; 
    }
    .timeline > li.timeline-inverted {
        float: left;
        clear: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .timeline > li.timeline-inverted > .timeline-badge {
        left: 28px;
    }
} 


/* Profil Manajemen Section
--------------------------------*/
#manajemen, 
#manajemen2
{ 
  padding: 40px 0;
  overflow: hidden;
  background: #fff url(../images/section_manajemen_bg.jpg) no-repeat center top;
  background-size: cover; 
} 

#manajemen .box,
#manajemen2 .box 
{ 
   padding: 0 40px; 
   background: #f1f1f1 url(../images/laporan-bg.jpg) center bottom no-repeat;
}


#manajemen .box .body,
#manajemen2 .box .body 
{ 
    
    padding: 35px 45px 10px 45px;
    border-radius: 0 0 15px 15px;
    z-index: 2;

    background-image: linear-gradient(180deg, #fffffffa 0%, #ffffffde 100%);
} 

#manajemen .box .body p.utamas,
#manajemen2 .box .body p.utamas
{ 
    
    color: #0085c9;
    font-weight: 500;
} 

#manajemen .box .nama, 
#manajemen2 .box .nama
{
    font-size: 28px;
    color: #505050;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 25px;
}
#manajemen .box .nama span, 
#manajemen2 .box .nama span
{
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #dc3545;
}
@media (max-width: 990px) {
    #manajemen .box .img,
    #manajemen2 .box .img {
          margin-bottom: -370px;
          z-index: 1; 
    } 

    #manajemen .box .body,
    #manajemen2 .box .body 
    { 
        
        border-radius: 15px 15px 0 0;  
    } 
}

@media (max-width: 768px) { 
    #manajemen .box,
    #manajemen2 .box {
        padding: 0 20px;
        font-size: 13px;
    } 

    #manajemen .box .body,
    #manajemen2 .box .body 
    { 
        
        border-radius: 15px 15px 0 0; 
        padding: 20px;
    } 
}

/* GCG Section
--------------------------------*/
#gcg
{ 
  padding: 40px 0;
  overflow: hidden;
  background: #d8f0ff;
} 
@media (max-width: 768px) {
  #gcg .marbot {
    margin-bottom: 15px;
  }
}
#gcg .box 
{
   padding: 30px;
   border-radius: 15px;
   height: 100%;
   color: #fff
}
#gcg .box .nama 
{
    font-size: 30px;
    color: #f8f9fa;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px; 
}
#gcg .box .nama span 
{
    text-transform: uppercase;
    display: block;
    font-size: 21px;
    font-weight: 600;
    color: #ffc107;
}
#gcg .box li {
    font-size: 14px;
}
#gcg .box.s1 { background: linear-gradient(30deg, #89d03a 0%, #5dc059 100%); } 
#gcg .box.s2 { background: linear-gradient(30deg, #f3a743 0%, #ef893e 100%); } 
#gcg .box.s3 { background: linear-gradient(30deg, #3587d3 0%, #1c57a8 100%); } 

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer { 
  padding: 30px 0;
  color: #333;
  font-size: 14px;
}
#footer .logo {
  height: 130px;
  margin-bottom: 10px; 
}

#footer .credits {
  font-size: 13px;
  color: #888;
}

#footer .footer-links a {
  color: #666;
  padding-left: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #015fa0;
}

#footer .copyright {
  margin-top: 10px;
  border-top: 1px solid red;
  padding: 10px 0 0 0;
}
#footer .copyright a {
  color: #333;
}


/*-- TAB --------------------------------------*/
.nav-tabs { 
  z-index: 2;
  border-bottom: none;
}
a.nav-link {
    color: #1d2124b0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
.tab-content {
  z-index: 1;
  margin-top: -1px;
  background-color: #fff;
  padding: 15px;
  border:1px solid #1d21244a;
}
.mt {
  margin-top: 50px;
}
.nav-link { 
   padding: 0.8rem 1rem;
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active { 
    border-color: #1d21244a #1d21244a #fff;
    color: #015fa0;
}

@media (max-width: 768px) {
  .nav-tabs { 
      margin: 20px;
  }
  .nav-tabs .nav-item {
    margin: 3px;
  }
  .nav-tabs .nav-link {
    color: #f8f9fa;
    background-color: #1d212494;
    border-color: #dee2e6 #dee2e6 #fff;
    font-size: 13px;
    padding: 9px 11px 9px 11px;
    border-radius: .25rem;
  }
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #ff9600;
    background-color: #ff9600;
    color: #fff;
  }
} 
/*-- end TAB --------------------------------------*/

/*--------------------------------------------------------------
# Halaman Bab
--------------------------------------------------------------*/
#bab { 
  padding: 180px 0 60px 0;
  overflow: hidden; 
}
@media (max-width: 768px) { 
   #bab { 
    padding: 60px 0 60px 0; 
  }
}

#bab {
    position: relative;
    background: url(../images/laporan-bg.jpg) no-repeat fixed 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
} 
#bab:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(30deg, #ced4dab8 50%, #e9ecefdb 100%);
}

#bab .section-header {
    background:none;
    padding: 0; 
    border-radius: 0; 
    margin: 30px 0;
}
#bab .section-header .section-title { 
    font-size: 24px;
    color: #333; 
}
#bab .section-header .section-title span { 
    color: #333; 
}

.box_daftar { 
    padding: 30px;
    background: #f8f9fa;
    height: 100%;
    border-radius: 10px;
}

.box_daftar ul { 
    padding: 0 0;
    margin: 0 -30px;
    list-style:none;
}


.box_daftar ul li a {
    display: block; 
    padding: 10px 20px;
    color:#1793d2;
    font-weight: 600;
    font-size: 14px;
}
.box_daftar ul li a:hover {
    background: rgba(214, 214, 214, 0.7); 
}

.box_daftar ul li a span { 
    font-weight: bold;
    padding-right: 10px;  
    display: inline-block;

    padding-bottom: 1px;
    float: left;
}
.box_daftar ul li div {
    width: calc(100% - 50px);
    border-left: 1px solid #b1b1b1;
    float: left;
    padding-left: 10px;
}


.box_daftar ul li ul {
  margin-left: 0px; 
}
.box_daftar ul li ul li { 
      
}
.box_daftar ul li ul li a {
  padding: 10px 0px 10px 35px;
  width: 92%;  
}
.box_daftar ul li ul li div {
  width: calc(100% - 72px); 

}


@media (max-width: 768px) {
   
    .box_daftar h1 {
        font-size: 20px;
        line-height: 1.2
    }
}

/*-----------------------------------------------------------------*/


/*--------------------------------------------
START breadcrumb
----------------------------------------------*/
.br-bottom {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.breadcrumb1 a,
.breadcrumb1 span {
    font-size: 13px
}

@media screen and (min-width: 480px) {
    .breadcrumb1 a,
    .breadcrumb1 span {
        font-size: 13px
    }
}

@media screen and (min-width: 1024px) {
    .breadcrumb1 a,
    .breadcrumb1 span  {
        font-size: 13px
    }
}
.breadcrumb1 a {
    color: #004780
}
.breadcrumb1 span {
    color: #9b9b9b
}
.breadcrumb1  {
    float: left
}

.breadcrumb1 a,
.breadcrumb1 span {
    display: inline-block;
    line-height: 1
}

.breadcrumb1 a {
    padding-right: 25px;
    font-weight: bold;
    position: relative;
}

.breadcrumb1 a:after {
    content: '';
    position: absolute;
    right: 0;
    width: 20px;
    height: 100%;
    top: 0;
    background: url("../images2/arrow_right.png") no-repeat center;
    -webkit-background-size: auto 70%;
    -o-background-size: auto 70%;
    background-size: auto 70%
}

@media (max-width: 768px) {
    .breadcrumb1 {
        margin-top: 20px
    }
}
/*--------------------------------------------
END breadcrumb
----------------------------------------------*/


/*--------------------------------------------------------------
# START Intro Section // detail.php
--------------------------------------------------------------*/
#intro_detail {
  width: 100%;
  height: 100vh;   
  background: linear-gradient(45deg, rgba(143, 199, 236, 0), rgba(8, 114, 186, 0.21)), url(../images/bg_peristiwa_penting.jpg) center top no-repeat;
  background-size: cover;
  position: relative;

  background-attachment: fixed;
}
#intro_detail .btn-get-started { 
    bottom: 80px; 
}

@media (max-width: 767px) {
  #intro_detail {
      height: auto;
      padding: 80px 0 60px 0;
  }
}

/*box melayang di cover*/
.box_judul {
    padding: 30px;
    background: rgba(0,0,0,0.6);
    display: inline-block;
    color: #fff;
} 
.box_judul h1 {
    font-weight: bold;
    margin-bottom: 0px;
}

.box_judul h5 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    display: inline-block
}

@media (max-width: 768px) {
    .box_judul {
        width: calc(100% - 60px)
    }
    .box_judul h1 {
        font-size: 20px;
        line-height: 1.2
    }
}

/* -----------------------
background tutup bawah
-------------------------- */
.bg-bawah {
    position: absolute;
    width: 100%;
    height: 100%
}
.bg-bawah {
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat
}
.bg-bawah {
    background-image: url("../images/bg-bawah.png");
    z-index: 5;
    position: absolute;
    bottom: 0px;
}

.section.detail {
    padding: 20px 0 40px 0; 
}

/*--------------------------------------------------------------
# END Intro Section // detail.php
--------------------------------------------------------------*/

.section.identitas {
    padding: 220px 0 40px 0;
}
@media (max-width: 768px) { 
   .section.identitas {
    padding: 80px 0 40px 0;
  }
}


/*--------------------------------------------------------------
# start detail.php dan identitas.php
--------------------------------------------------------------*/
.section {
    
    position: relative;
    overflow: hidden;
    z-index: 2;
    margin-bottom: -2px;
    margin-top: -1px;
    background:#ffffff;
}
.section_content {
  margin: 30px 0;
}
.section_content h2, .section_content h3, .section_content h4, .section_content h5, .section_content h6 {
    margin: 20px 0 15px;
    color: #0051a9;
    font-weight: bold;
}

.section_content ul {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 15px
}
.section_content ol {
    list-style-type: decimal;
    padding-left: 25px;
    margin-bottom: 15px
}


/*table*/
.section_content table {
    background: #FFF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #eee
}
.section_content table {
    margin-top: 30px;
    width: 100%;
    padding: 8px 15px;
    border: 1px solid #eee
}
.section_content table td {
    padding: 8px 15px;
    border: 1px solid #eee
}


/*JUDUL PAGE*/
.section_title {
    display: inline-block; 
    margin-bottom: 20px;
}
.section_title h5 {
    border-bottom: 1px solid #0089d0;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 18px;
}
.section_title h1, .section_title h5{ 
    color: #0059a3;
}
.section_title h1  {
    font-size: 28px;
    font-weight: bold;
}


/*nama bos*/
.nama_profile {
    margin: 30px 0;
    color: #ee9544;
    font-size: 23px;
    font-weight: 600;
} 
.nama_profile span {
    display: block;
    margin: 0;
    font-weight: normal;
    color: #161616;
    font-size: 19px;
} 


/*buttons*/
.buttons {
  margin-top: 30px;
}
.buttons .btn {
  margin: .25rem;
  background: #0051a9;
  color: #fff;

  padding: .5rem 1rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;

  transition: 0.5s;
}
.buttons .btn:hover {
  background: #0b75e8;
}


/*pagenumber*/
.pagenumber {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagenumber .s1 {
    font-size: 25px;
    font-weight: bold; 
}
.pagenumber .s2 {
    margin-left: 10px;
    font-size: 15px;
    line-height: normal;
    border-left: 1px solid #ababab;
    padding-left: 10px;
}
.pagenumber b {
  display: block;
  text-transform: uppercase;
  font-size: 17px;
}

/*clearfix*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


.bttn { 
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    transition: 0.5s;
    background: #ec1e24;
    color: #fff;
    margin: 0 0 0 0;
}
.bttn:hover {
    background: #0a98c0;
    color: #fff;
}


.img-100 {
    width: 100%;
    height: auto;
}


/*s:bahasa*/
@media (min-width: 991px) {
  .nav-menu > li.bhs2  {
      display: none;  
  }
}

#mobile-nav ul li.bhs2  { 
  background: #2d353a;
  padding: 5px 0px; 
}
#mobile-nav ul li.bhs2 span {
    color: #ffc107;
    margin-left: 15px;
    text-transform: uppercase;
    font-size: 12px; 
}
#mobile-nav ul li.bhs2 a {
    color: #fff; 
    display: inline;
    padding: 0 0 0 15px;
    text-transform: uppercase;
    font-size: 12px;
}
/*e:bahasa*/
