body{
    
}

.img-180{
    max-height: 180px;
    width: 100%;
    object-fit: cover;
}
#main{
    font-family: "Times New Roman", Times, serif;
        font-size: 14px;
}
/* #header .myheader-top{
    background-color: #F9F9F9;
} */

#header .header-logo {
    margin: .5rem 0 !important;
    position: relative;
    z-index: 1;
}

#header .myheader-top-content{
    margin: .5rem 0;
    
}
#header .myheader-logo {
    /* margin: .5rem 0; */
    position: relative;
    z-index: 1;
}
#header .mysearch {
    /* margin: .5rem 0; */
    position: relative;
    z-index: 1;
}


#owl-demo .item img {
    display: block;
    width: 100%;
    height: 440px;
    object-fit: cover;
    border-radius: 10px;
}

#owl-demo .owl-nav .owl-prev {
    background: #000;
    opacity: 0.8;
    margin-left: 20px;
    width: 40px;
    height: 40px;
    padding: 20px;
    border-radius: 50%;
}

#owl-demo .owl-prev:hover {
    opacity: 1;
}

#owl-demo .owl-nav .owl-next {
    background: #000;
    opacity: 0.8;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    padding: 20px;
    border-radius: 50%;
}

#owl-demo .owl-next:hover {
    opacity: 1;
}


#bar {
    width: 0%;
    max-width: 100%;
    height: 4px;
    background: #7fc242;
}

#progressBar {
    width: 100%;
    background: #EDEDED;
} p img {
    width: 100% !important;
    /* Lebar gambar penuh, mengesampingkan inline style */
    height: auto !important;
    /* Tinggi gambar dibatasi dan otomatis menyesuaikan */
    max-height: 400px !important;
    /* Batasan maksimum tinggi gambar */
    object-fit: cover;
    /* Efek cover untuk gambar */
    display: block;
    /* Memastikan gambar tidak memiliki margin default dari tag <p> */
    margin: 0;
    /* Menghapus margin default dari gambar */
}