
#logo-foot-slide .item {
    text-align: center;
    margin-bottom: 80px;
}

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

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

.owl-carousel {
    position: relative;
}

    .owl-carousel .owl-next,
    .owl-carousel .owl-prev {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        position: absolute;
        top: calc(50% - 25px);
        color: #000;
        border: 1px solid rgb(70, 70, 70, .3);
        text-align: center;
    }

    .owl-carousel .owl-prev {
        left: -20px;
    }

    .owl-carousel .owl-next {
        right: -20px;
    }

/*custom*/

.owl-carousel {
    width: 100%;
}

.add_mgl {
    margin-left: 0;
}

.remove_mgl {
    margin-left: 0;
}

.add_mgl_2item {
    margin-left: 209px;
}
/* style for new slide */

.owl-carousel.slide-logo .owl-item img {
    width: auto;
    margin: 0 auto;
}

.slide-logo > div a {
    width: 140px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.owl-carousel.slide-logo .owl-next, .owl-carousel.slide-logo .owl-prev {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    border: 1px solid rgb(70, 70, 70, 0);
    font-size: 18px;
    line-height: 30px;
    color: var(--neutral700);
}

.owl-carousel.slide-logo .owl-prev, .owl-carousel.slide-logo .owl-next {
    font-size: 28px;
}


/* circle-quyenloi ------------------------------------ */
/* setting width to the parent */
.layout-quyenloi .carousel-parent-quyenloi, .carousel-parent-quyenloi {
    width: 440px;
    margin: 0 auto
}

.circle-quyenloi:before {
    display: none;
}

.circle-quyenloi .owl-item, .item {
    position: relative;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.circle-quyenloi .item {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 90px;
    width: 220px;
    position: relative;
}

.circle-quyenloi .center .item {
    margin-top: 47px;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
}

.circle-quyenloi .item img {
    /*opacity: .8;
    */ border: 4px solid transparent;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    filter: blur(2px);
    -webkit-filter: blur(2px);
}
/* set z index */

.circle-quyenloi .owl-item.active.center {
    z-index: 5;
    left: -56px;
    bottom: -38px;
}

    .circle-quyenloi .owl-item.active.center .item img {
        border: 4px solid #ffb905;
        opacity: 1;
        filter: blur(0px);
        -webkit-filter: blur(0px);
    }

.circle-quyenloi .owl-item.active.right, .owl-item.active.left {
    z-index: 4;
}

.circle-quyenloi .item span {
    position: absolute;
    bottom: -58px;
    left: 0;
    right: 0;
    display: none;
}

.circle-quyenloi .center .item span {
    display: block;
    color: #3D6AE2;
    font-size: 13px;
    font-weight: 700;
}

.circle-quyenloi .center .item::before {
    display: none;
}

.owl-carousel.circle-quyenloi .owl-stage-outer {
    padding-bottom: 120px;
}

/* custom */
.owl-carousel.circle-quyenloi .owl-dots.disabled, .owl-carousel.circle-quyenloi .owl-nav.disabled {
    display: block;
}

.owl-carousel.circle-quyenloi .owl-prev,
.owl-carousel.circle-quyenloi .owl-next {
    top: calc(100% - 36px);
    background: url('../images/arrow-left-circle.svg') center no-repeat;
    width: 33px;
    height: 33px;
    border: transparent;
}

.owl-carousel.circle-quyenloi .owl-prev {
    left: 60px;
}

.owl-carousel.circle-quyenloi .owl-next {
    right: 60px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

/* //circle-quyenloi */

@media (max-width: 1024px) {
    .owl-carousel .owl-prev {
        left: -30px;
    }

    .owl-carousel .owl-next {
        right: -30px;
    }

    .owl-carousel .owl-prev {
        left: -10px;
    }

    .owl-carousel .owl-next {
        right: -10px;
    }
}

@media (max-width: 768px) {
    .circle-quyenloi .owl-item.active.center {
        left: -40px;
    }
}

@media (max-width: 540px) {
    .layout-quyenloi .carousel-parent-quyenloi, .carousel-parent-quyenloi {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .owl-carousel {
        /* width: calc(100% + 30px); */
        width: calc(100%);
        /* full màn hình khi hiển thị trên mobile */
    }

        .owl-carousel .owl-next,
        .owl-carousel .owl-prev {
            width: 40px;
            height: 40px;
            /* border: 1px solid rgba(70, 70, 70, .2); */
            line-height: 35px;
            font-size: 28px
        }

        .owl-carousel .owl-prev {
            left: -12px;
        }

        .owl-carousel .owl-next {
            right: -12px;
        }

        .owl-carousel.owl-drag .owl-item {
            padding: 8px
        }

        .owl-carousel.circle-quyenloi .owl-prev, .owl-carousel.circle-quyenloi .owl-next {
            top: calc(100% - 44px);
        }

        .owl-carousel.circle-quyenloi .owl-prev {
            left: 30px;
        }

        .owl-carousel.circle-quyenloi .owl-next {
            right: 30px;
        }
}
/* end 479 */
@media (max-width: 375px) {
    .circle-quyenloi .center .item {
        transform: scale(1.35);
        -webkit-transform: scale(1.35);
        -moz-transform: scale(1.35);
        -ms-transform: scale(1.35);
        -o-transform: scale(1.35);
    }

    .owl-carousel.circle-quyenloi .owl-prev, .owl-carousel.circle-quyenloi .owl-next {
        top: calc(100% - 44px);
    }

    .owl-carousel.circle-quyenloi .owl-prev, .owl-carousel.circle-quyenloi .owl-next {
        top: calc(100% - 60px);
    }

    .owl-arrow-left, .owl-arrow-right {
        background: url('../images/i-dropdown.svg') center no-repeat;
        width: 50px;
        height: 50px;
        opacity: .5;
        display: inline-block;
        background-size: 100%;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }

    .owl-arrow-right {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
    }

        .owl-arrow-left:hover,
        .owl-arrow-right:hover {
            opacity: 1;
        }

    .owl-arrow-left-1, .owl-arrow-right-1 {
        background: url('../images/i-next-black.svg') center no-repeat;
        width: 50px;
        height: 50px;
        opacity: 1;
        display: inline-block;
        background-size: 18px;
    }

    .owl-arrow-left-1 {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
    }
}
