
header{
    border-bottom: 1px solid #CFCFCF!important;
}

footer p{
    color:#969595;
}

.color-primary {
    color:#29166F;
}

.color-gray{
    color:#969595;
}

#line-business p {
    font-size: 14px;
    color:#969595;
}

#line-business h5{
    margin-top: 10px;
    line-height: 19px;
}

footer ul {
    list-style-image: url('./Assets/Images/chevron-right.svg');
}
footer ul li{
    border-bottom: 1px solid #E2E1E1;
    line-height: 35px;
}

/*------------------------Breadcrump-----------------------*/
#breadcrumb{
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E2E1E1;
    margin-bottom: 20px;
    background-image: url('./Assets/Images/breadcrumb.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color:white;
}

#breadcrumb h4{
    margin: 0;
    padding: 0;
}

/*-------------------------Section --------------------------*/
.section .description{
    text-align:center; padding-left: 200px;padding-right: 200px;
}

/*-------------------------About --------------------------*/

#about{
    text-align: center;
}

#about .identitas {
    padding:20px; background-color: #EDEDED;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px!important;
}

#about .identitas p{
    text-align: left;
    margin:0;
    font-size: 18px;
}

/*------------------------Visi-----------------------------*/

#visimisi {
    color:white;
}
#visimisi ul li{
    font-size: 15px;
}

#visimisi p{
    font-size: 18px;
}



/*------------------------Content-------------------------*/
.content{
    margin-top:66px!important; border-top: 1px solid #CFCFCF;
}

.content .section{
    padding:20px;
    border-bottom:1px solid #CFCFCF;
}

/*-----------------------Content-------------------------*/
@media only screen and (max-width: 600px) {
    .content {
      margin-top: 60px!important;
    }
}

/*-----------------------Navbar-------------------------*/


@media only screen and (max-width: 600px) {
    .full-width {
      width:100%!important;
    }
}

.navbar{
    padding:0!important;
}

.navbar-nav .active{
    background-color: #29166F;
    color:white!important;
    /* height: 100px;  */
    line-height: 50px;
    border-left: 8px solid #00743D;
}

.navbar-nav .nav-link{
    line-height: 50px;
    padding-left:30px!important;
    padding-right:30px!important;
    /*width: 100%!important;*/
}

.nav-link:hover{
    background-color: #5d41c2;
    color:white!important;
    /*opacity: 80%;*/
}

/*------------------------Site Map-------------------------*/
#sitemap a{
    text-decoration: none;
    color:black;
    display: block;
}

#sitemap a:hover{
    background-color: #29166F;
    color:white;
    padding-left: 5px;
}

/*------------------Contact Me ------------------*/
.contact-me{
    display: block;
    position: fixed;
    bottom: 0;
    right: 80px;
    /* line-height: 10px; */
    padding:10px;
    border-radius: 10px 10px 0 0;
    background-color: #06b664;    
}