/* zongmu by */
.owl-custom .item {
    /*background: #0b5ed7;*/
}

.owl-custom {
    /* Add box-shadow */
    /*box-shadow:2px -4px 3px #aaaaaa;*/
    border-top:1px solid #BFBFBF;
    border-radius: .25rem;
    background-color:white;

}
.dropdown-item {
    color: #212529 !important;
    font-size: 14px !important;
    padding: 0.3rem 2rem !important;
}
.owl-theme .owl-nav {
    display: flex;
    position: absolute;
    top: 40%;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.owl-dots {
    margin-top: -20px;
    position: absolute;
    z-index: 10;
}
