#latency_owl_1 .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;
    line-height: 44px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 25px);
    font-size: 33px;
    color: #000;
    border: 1px solid rgb(70, 70, 70, .3);
    text-align: center;
}

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

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


/*custom*/


.owl-carousel {
    width: 100%;
}


.add_mgl {
    margin-left: 143px;
}

.remove_mgl {
    margin-left: 0;
}

.add_mgl_2item {
    margin-left: 285px;
}

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

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

@media (max-width: 479px) {
    .owl-carousel {
        width: calc(100% + 30px);
        /* 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
    }
}

/* new */
.owl-dots{
    text-align: center;
    position: absolute;
    bottom: -22px;
    width: 100%;
    height: 22px
}
.owl-carousel .owl-dot{
    display: inline-block;
    margin: 0 10px;
}
.owl-carousel .owl-dot span {
    background: rgba(255,255,255,.3);
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.owl-carousel .owl-dot.active span {
    background: #fff;
}
#logo-foot-slide .owl-dots{
    display: none;
}