﻿
#sync1 {
    height: 440px;
}
#sync1 .item {
    margin: 15px;
}

    #sync1 .owl-item {
        opacity: 0.5;
        transition: transform 0.3s, opacity 0.3s;
    }

        #sync1 .owl-item.center {
            transform: scale(1.1);
            opacity: 1;
            z-index: 2;
        }

    #sync1 .item .image-container {
        height: 330px;
    }
    #sync1 .item img {
        margin: auto;
        height: 100%;
        object-fit: cover;
    }
    #sync1 .item .item-title {
        display: none;
        text-align: center;
    }

#sync1 .center .item img {
    padding: 0;
}
#sync1 .center .item .item-title {
    display: -webkit-box;
}

#sync2 {
    width: fit-content;
    min-width: 50%;
    max-width: 100%;
    background-image: url("../../../medias/images/hinhnen_thuocphim_ngang_repeat.png");
    background-repeat: repeat-x;
    background-size: contain;
    padding: 15px 5px;
    margin: auto;
}
    #sync2 .item {
        height: 85px;
        margin: 3px;
        cursor: pointer;
        opacity: 0.5;
        filter: blur(2px);
    }
#sync2 .item img {
    height: 100%;
    object-fit: cover;
}

    #sync2 .current .item {
        opacity: 1;
        filter: blur(0px)
    }

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

    .owl-theme .owl-nav [class*='owl-'] {
        transition: all .3s ease;
    }

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

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

    #sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
        width: 55px;
        height: 55px;
        margin-top: -20px;
        position: absolute;
        top: 50%;
        border-radius: 50%;
        background-color: #FFFFFF;
        opacity: 0.8;
        padding: 8px;
    }

    #sync1.owl-theme .owl-prev {
        left: 10px;
    }
        #sync1.owl-theme .owl-prev:hover {
            background-color: #FFFFFF;
            opacity: 1;
        }

    #sync1.owl-theme .owl-next {
        right: 10px;
    }
        #sync1.owl-theme .owl-next:hover {
            background-color: #FFFFFF;
            opacity: 1;
        }


@media (max-width: 820px) {
    #sync1 {
        height: 295px;
    }
    #sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
        margin-top: -35px;
        width: 43px;
        height: 43px;
    }
    #sync1 .item .image-container {
        height: 210px;
    }
    #sync2 .item {
        height: 55px;
    }
}

@media (max-width: 767px) {
    #sync1 {
        height: 255px;
    }
    #sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
        margin-top: -30px;
        width: 33px;
        height: 33px;     
        padding: 4px;
    }
    #sync1 .item .image-container {
        height: 180px;
    }
    #sync1 .item .item-title {
        font-size: 7px;
    }

    #sync2 {
        padding: 5px 3px;
    }

    #sync2 .item {
        height: 60px;
    }
}