img.dark-logo {
    width: 160px!important;
}

img.light-logo {
    width: 160px!important;
}

.f12{font-size: 12px;}
.f36{font-size: 36px;}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.simplebar-content ul{
    list-style:none;
    padding:0
}
footer ul{
    list-style:none;
    padding:0
}
 

.cursor-pointer{cursor: pointer;}
.card-e-service{
    padding: 30px;
    background: #fff;
    color: #2a3547;
}
.card-e-service img{
    height: 30px!important;
    margin-bottom: 20px;
}
.navrt {
    position: relative;
}
.navbg {
    background: #deeeff;
    position: fixed;
    width: 100%;
    height: 300px; 
    left: 0;
    right: 0;
    z-index: -1;
}
.navme {
    position: relative;
    z-index: 1; /* Menambahkan z-index lebih tinggi */
}

@media screen and (max-width:1024px) {
    
    .hero-home{
        padding: 0!important;
    }
    .hero-home  img{
        border-radius:  0!important;
    }
    .hero-home .owl-nav{
        padding: 16px 16px  0 16px!important;
    }
}
