.navbar button:focus {outline:0;}
.navbar-nav a:hover{
    text-decoration: underline;
}

.logo-auladi{
    width:188px;
}

.bgld{
    background-color:#edebe8;
}
.wa img{
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 10;
    width: 250px;
    margin-right: -15px !important;
}
.bg-light{
    background-color: #F9F9F9 !important;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-item:hover{
    background-color: rgba(255, 61, 0, 0.5);
}
.dropdown-item:focus{
    background-color: rgba(255, 61, 0, 0.5);
}
.auladi-active a{
    color: #f26628 !important;
    font-weight: bold;
    
}
.nav-item{
    /*background-color: aqua !important;*/
}
.search{
    width: 250px;
    padding: 0px;
    margin: 0px;
}

#in{
    width: 250px;
    background-color: lightgrey;
}

.form-inline input{
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 150px;
}
.form-inline button{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}
.wa{
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 10;
}
.dropdown-toggle:after { content: none }

.nav-item button{
    border-radius: 10px;
    width: 175px;
    height: 100%;
}
.card{
    border: none;
}
.card img{
    border-radius: 16px;
}
.nav-item{
    margin-right: 75px;
}
.cp {
    margin-right: 1rem;
}
.runtxt{ 
    background-color: white;
    height: 55px;
    border-radius: 16px;
    border: 2px solid #f26628;
    margin-top: -45px;
    
}
.bg-auladi{
    background-color: #f26628;
}
.color-auladi{
    color: #f26628;
}
#sek-info{
    background-color: #f26628;
    width: 150px;
    height: 55px;
    margin: -2px;
    border-radius: 16px;
    position: absolute;
    z-index: 1;
    line-height: 55px;
    
}
.runtxt marquee{
    line-height: 35px;
}
.carousel-inner{
    border-radius: 26px;
}

.container{
    min-width: 80%;
    
}

#nav-top{
    border-bottom: 1px solid #f26628;
    z-index: 1;
}
#nav-bot{
    position: relative;
    top: -9px;
}

.btn-e{ 
    -webkit-background-size: cover;
    border-radius: 16px;
}

.quotes{
    border-radius: 16px;
    box-shadow: 5px 10px 8px 10px #888888;
    width: 100%;
    
}

.quotes p{
    font-size: 20px;
}
.form-daftar{
    border-radius: 16px;
}
.form-daftar .label{
    color: white;
    font-size: 25px;
    background-color:#f26628;
    border-radius: 16px;
}
.auladi-rounded{
    border-radius: 16px !important;
}

/*galeri */
.galeri-img{
    position: relative;
    z-index: 1;

}
.galeri-ico{
    position:absolute;
    top: 25px;
    left: 25px;
    z-index: 2;
}

/*cabang*/
.img-cabang{
    max-height: 590px; 
    max-width: 1180px; 
    width:100%; 
    border-radius: 16px;
}
.label-cabang{
    background-color: #f26628;  
    width: 380px;
    height: 50px;  
    border-radius: 16px;
    position: absolute;
    top: 22px;
    left: 50px;
    z-index: 2;
    line-height: 50px;
}
.label-cabang-mobile{
    background-color: #f26628;  
    width: 100%;
    height: 50px;  
    border-radius: 16px;
    line-height: 50px;
}
.scr-bar{
    height:700px; 
    overflow-y:scroll;
}
/* Cabang */
.tab-content{
    height: 700px;
}
li .active{
    background-color: #f26628 !important;
    border-radius: 0px !important;
    
}
#pengajar-tab:focus{
    background-color:#f26628 !important;
    
    position: relative;
    right: -1px;
}   
#kurikulum-tab{
    border-top-left-radius: 16px !important;
}
#pengajar-tab{
    border-top-right-radius: 16px !important;
}
.card a[aria-expanded='true']{
    background-color: #f26628;
}

.card a[aria-expanded='false']{
    background-color:#312651;
}
#accordion a:hover{
    text-decoration: none;
}
/* Detail Berita */
.head-berita{
    padding: 0px;
    height: 380px;
    
}
#date-berita{
    margin-top: 175px;
}
@media(max-width:768px){
    
    #in{
        width: 170px;
    }
    .scr-bar{
        height:250px; 
        overflow-y:scroll;
    }
    #sek-info{
        background-color: #f26628;
        width: 120px;
        height: 55px;
        margin: -2px;
        border-radius: 16px;
        position: absolute;
        z-index: 1;
        line-height: 55px;
        
    }
    .btn-e{
        width: 70%;
    }
    .logo-auladi{
        width:100px;
        
    }
    #btn-collapse{
        margin-top: 1rem;
    }
    .navbar-nav .auladi-active{
        color: #f26628;
    }
    /*.quotes p{
        font-size: 12px;
    }*/
   
    .foottxt{
        text-align: center;
    }
    .wa img{
        position: fixed;
        right: 0;
        top: 50%;
        z-index: 10;
        width: 150px;
        margin-right: -15px !important;
    }
    
    /*
    .label-cabang{
        background-color: #f26628;  
        width: 200px;
        height: 50px;  
        border-radius: 16px;
        position: absolute;
        top: 70px;
        left: 50px;
        z-index: 2;
        line-height: 50px;
        
    }
    .label-cabang p{
        font-size: 15px;
    }*/
    
    /*detail berita*/
    #detail-berita-img{
        border-top-right-radius: 16px; 
        border-bottom-right-radius: 16px;

    }
    #date-berita{
        margin-top: 15px;
    }
    
}
@media(max-width:385px){
    #in{
        width: 135px;
    }

}
@media(max-width: 1200px){
    .dropdown-submenu .dropdown-menu{
        
        margin-left: 45px;
    }
    
}
@media(max-width:1500px){
    #btn-daftar{
        width: 115px;
    }
    #logo-daftar{
        display: none;
    }
}
@font-face {
    font-family: Roboto;
    src: url(./Roboto-Regular.ttf);
  }
@media(min-width: 1200px){
    .navbar-nav .auladi-active {
        border-top: 4px solid #f26628;
    }
    .auladi-active .nav-link{
        padding-top: 4px;
    }
    .nav-item a{
        text-align: center;
    }
}
* {
    font-family: Roboto;
}