
.row-pb{
    padding-bottom: 7em;
}

/*content & parent*/
.section-content img.image-rectangle,
.section-parent img.image-rectangle {
    width: 100%;
    object-fit:cover;
    margin-bottom: 20px;
}

.section .img-content{
    margin-bottom: 30px;
    margin-top: 50px;
    position: relative;
    display: inline-block;
    zoom: 1;
}

.section-content .link-image-circle,
.section-parent .link-image-circle{
    width: 80px;
    height: 80px;
    object-fit:cover;
    border-radius: 100%;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    margin: 20px auto;
    display: block;
}


/*Submenus*/

.section .post h4{
    font-size: 20px;
    font-weight: 400;
}

.section .post p{
    margin-bottom: 20px;
}

.item .card{
    height: 100%;
}

.item .card-img-top{
    height: 150px;
    object-fit: cover;
}


/*Section Products*/
.section-product .card-title{
    text-align: center;
}
.section-product ul{
    list-style: none;
    display: flex;
    padding: 0px;
    align-items: center;
    justify-content: center ;
}

.section-product  li{
    font-size: 14px;
    opacity: .7;
}

.section-product ul:not(.pagination) li:after {
    content: " - ";
    padding: 5px;
}
.section-product  ul li:last-child:after{
    content: "";
}
.owl-carousel-products-sync1 .owl-item{
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-carousel-products-sync1 .owl-item img{
	object-fit:cover;
    object-position:top;
    width:100% !important;
    height:auto !important;
    max-width:100%;
    margin:auto;
}

.owl-carousel-products-sync1 .owl-dots {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
}
.owl-carousel-products-sync1 .owl-dot {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height:80px;
    min-width:80px;
    width:20%;
    margin:5px;
}
.owl-carousel-products-sync1 .owl-dot span{
    display:none !important;
}

.owl-stage{
    display: flex;
    align-items: stretch;
}



@media screen and (max-width: 425px) {
    .row-pb{
        padding-bottom: 1.5em;
    }
    .section .img-content{
        margin: 0px;
    }
}
