section{
    background: #f4f6f95e;
}
a{
    text-decoration: none  !important;
}

html, body{
    padding-top: 0px;
    color: black;
    width: 100%;
  overflow-x: hidden;
}
.page-header h1{
    font-family: fbb;
    color: #003366;
    text-align: center;
}
.page-header ol.breadcrumb{
    display: none !important;
}
#custom-footer{
    background-color: #003366;
    color: white;
    padding: 20px;
}
.container{
    padding-top: 30px;
}


#navx{
    border: none;
    /* background: #003366; */
    /* background:rgba(0,51,102,0.5); */
}

#navx::before{
    /* background-image: url(./../../kkg-putih-crop.png); */
    background-image: url(./lobykkg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    background-attachment: fixed;
    opacity: 0.6;
    /* background: #003366; */
    width: 100%;
    height: 100%;
    content: '';
    position: fixed;
    z-index: -1;

}
#navbar-custom{
    border: none;
    border-radius: 0px;
    background: rgba(0,0,0,0.5);
    /* padding-top: 30px; */
    margin-bottom: 0px;
    /* padding: 0px 5vw; */
}
#navbar-custom .navbar-right{
    padding-right: 10px;
}
#navbar-custom .navbar-right a{
    font-family: fbm;
    color: white;
    font-size: 18px;
}
#navbar-custom .navbar-right .dropdown.open a{
    background: none;
    border-bottom: 2px solid #ffcc00;
}
#navbar-custom .navbar-right .dropdown .dropdown-menu{
    border-radius: 5px 0px 5px 5px;
}
#navbar-custom .navbar-right .dropdown .dropdown-menu li a{
    border: none;
    color: #003366;
}
#navbar-custom .navbar-right .dropdown .dropdown-menu li:hover{
background: #f1f1f1;
}


#navbar-bottom{
    padding: 0px 5vw;
    margin: 0px;
    background: rgba(0,0,0,0.0);
    width: 100%;
    z-index: 10;
    box-shadow: none;
}


#navbar-bottom li a{
    font-family: fbm;
    color: #ffcc00;
    font-size: 18px;
}
#navbar-bottom li a:focus{
    background: none;
}
#navbar-bottom li.active a{
    background: none;
    border-bottom: 2px solid #ffcc00;
}
#navbar-bottom .navbar-collapse li{
    display: inline-block;
    padding: 5px 15px;
}
#navbar-bottom .navbar-collapse li a:hover,
#navbar-bottom .navbar-collapse li a:focus{
    background: none;
}

#navbar-bottom.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #003366;
    padding-top: 5px;
    padding-bottom: 5px;
  }
.navbar-toggle{
    margin: 0px;
    padding: 5px;
}
 .navbar-header{
    height: 70px;
    /* padding: 0px 5vw; */
} 
/* #navbar-logo{
    height: ;
} */
#navbar-logo{
    padding-left: 30px;
}
#navbar-logo .mainlogo{
    max-height: 50px;
    max-width: 50vw;
}

/* beranda ==================================================== */
/* #beranda-header::before{
    background-image: url(./../../lobykkg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    min-height: 500px;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
} */


.main-section .container{
    padding-bottom: 3rem;
}


#beranda-header{
    padding:60px 15px;
    background: rgba(0,0,0,0.5);;
}

#beranda-mainlist .container-fluid{
    padding: 0px;
}


#beranda-mainlist .col-md-3{
    padding: 10px 15px;
}
#beranda-mainlist .col-md-3:nth-child(odd){
    text-align: center;
    background: #003366;
    /*color: #95acc3;*/
    color: white;
}
#beranda-mainlist .col-md-3:nth-child(even){
    text-align: center;
    background: #95acc3;
    /*color: #003366;*/
    color: white;
}
#beranda-mainlist .col-md-3 a{
    /*color: inherit;*/
    text-decoration: none;
    /*color: white;*/
}
#beranda-mainlist .col-md-3 .tile-menu h1{
    /*font-family: fbm;*/
    /*font-size: 1.5rem;*/
    color: white;
}
#beranda-mainlist .col-md-3 .tile-menu h4{
    font-family: fbm;
    font-size: 1.5rem;
    color: white;
}


.panel-white{
    border:none;
    border-radius: 10px !important;
    background: white;
    box-shadow: 3px 5px 7px -2px rgba(0,0,0,0.44);
    -webkit-box-shadow: 3px 5px 7px -2px rgba(0,0,0,0.44);
    -moz-box-shadow: 3px 5px 7px -2px rgba(0,0,0,0.44);
}
.panel-white .panel-heading{
    background: #003366;
    color: white;
    padding: 15px 30px 15px 30px;

}
.panel-white .panel-heading .panel-title{
    font-family: fbb;
    font-size: 1.5rem;
    color: white;
}
.panel-primary .panel-heading .panel-title{
    font-family: fbb;
    font-size: 1.2rem;
    color: white;

}
.panel-white .panel-body{
    padding: 20px 30px 20px 30px;
    line-height: 1.5;
}
.panel-white .panel-body tr:nth-child(1) td{
    border-top: none;
}

/*Table ==================================================================================*/
    .table td{
        color: black;
    }
/*footer ================================================================================= */

footer{
    margin-bottom: 0px;
    position: relative !important;
    height: auto !important;
}
footer .footer-section-head{
    color: white;
    /*font-weight: bold;*/
    font-family: pala;
}

footer .footer-section-body{
    color: white;
    /*font-weight: bold;*/
    font-family: fbl;
    line-height: 1.5;
}