#sync1 .item {
    background: #fff;
    padding: 0;
    margin: 5px;
    color: #FFF;
    border-radius: 8px;
    text-align: center;
    overflow: hidden;
}

#sync2 .item {
    background: #fff;
    padding: 0;
    margin: 5px;
    color: #FFF;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    opacity: .5;
}

#sync2 .item h1 {
    font-size: 18px;
}

#sync2 .current .item {
    /* background: #fff; */
    opacity: 1;
}

.owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */

}

.owl-theme .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #959595;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #BBBCBF;
}

#sync1.owl-theme {
    position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

#sync1.owl-theme .owl-prev {
    left: 10px;
}

#sync1.owl-theme .owl-next {
    right: 10px;
}


.item {
    position: relative;
}

.item .item-box {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.item:before {
    content: " ";
    display: block;
    padding-top: 100%;
}

.item-box a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-box a:hover:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 5px;
    position: absolute;
    right: 7px;
    bottom: 7px;
    background-image: url(../images/ss.svg);

}

.item-box {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 8px;
    border: 3px solid #fff;
}










