/* ===== */

#public_slide .sec_content {
    width: 50%;
    text-align: center;
    margin: auto;
    margin-bottom: 40px;
}

#public_slide .item .image {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    display: flex;
    margin: 0 14px;
    justify-content: center;
    align-items: center;
    border: 2px solid #cac5c5;
}

#public_slide .item .image img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: contain;
}

#public_slide .owl-dots {
    justify-content: center;
    margin-top: 35px;
    margin-bottom: 0px;
    padding-right: 0;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
}

#public_slide .owl-carousel .owl-dots>button {
    width: 10px;
    height: 10px;
    background-color: #cac5c5;
    margin-right: 5px;
    border-radius: 75%;
    text-align: center;
    padding-bottom: 15px;
    -webkit-border-radius: 75%;
    -moz-border-radius: 75%;
    -ms-border-radius: 75%;
    -o-border-radius: 75%;
    z-index: 99;
}

#public_slide .owl-carousel .owl-dots>button.active {
    background-color: #000;
}

#public_slide .owl-carousel .owl-nav .owl-prev,
#public_slide .owl-carousel .owl-nav .owl-next {
    width: 28px;
    background: #e0bc75;
    height: 28px;
    border-radius: 3px;
    position: absolute;
    top: 43%;
}

#public_slide .owl-carousel .owl-nav .owl-prev {
    left: 0px;
}

#public_slide .owl-carousel .owl-nav .owl-next {
    right: 0px;
}