﻿
.uk-section {
    margin: 2px 0px 50px 0px;
    border-radius: 5px;
    box-shadow: 0 2px 7px #dfdfdf;
      background: linear-gradient(0deg, rgb(237, 240, 246) 15.1%, rgb(230, 238, 255) 55.47%, rgb(230, 238, 255) 100%);
    
}
.title-carousel-product {
    border-bottom: 1px solid #1e73be;
    background-image: url('/Image/footer.png');

}
.title-box-product-feature {
    border-radius: 5px 5px 0 0;
    padding: 10px;
    padding-top: 5px;
    
    color: #1e73be;
    font-size: 1.1rem;
    font-weight: 500;
}
.owl-carousel .owl-stage {
    display: flex;
}

.owl-stage {
   /* padding-left: 0px !important;*/
}

.owl-carousel {
    position: relative;
   
}

.owl-nav {
    display: none;
}

.uk-card-primary {
    border-radius: 8px;
}



.uk-card > :last-child {
    margin-top: 0;
    margin-bottom: 10px
}


.owl-next {
    background: #3286f0;
}

.owl-theme .owl-nav [class*='owl-'] {
    background: #383838;
}

.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}



.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    min-height: 25rem;
    padding-top: 0.5rem;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-dots .owl-dot.active {
    transition: all 0.3s;
    background: linear-gradient(to right, #1e73be, rgba(30, 115, 190, 0.8) 100%);
    border-radius: 1px;
}

.owl-item.active {
    display: flex;
    justify-content: center;
}

.uk-icon {
    border: 1px solid #383838;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-left: 2px;
}
