
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}


.flexslider {

    padding: 0;
    position: relative;
    zoom: 1;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }

    .flexslider .slides img {
        width: 100%;
        display: block;
    }


.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}


    .slides > li:first-child {
        display: block;
    }

/* FlexSlider Default Theme
*********************************/
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

/* Direction Nav */

    .flex-direction-nav a {
        text-decoration: none;
        display: block;
        position: absolute;
        top: 0%;
        z-index: 10;
        overflow: hidden;
        height: 100%;
        width: 50%;
        left: 0;
        margin: auto;
        background-repeat: no-repeat;
    }

        .flex-direction-nav a svg {
            display: block;
            height: auto;
            width: 100%;
        }
        .flex-direction-nav a::after{
            content: '';
            position: absolute; 
            top: 50%;
            width: 30px;
            height: 30px;
            transform: translateY(-50%);
            display: block;
            background-size: cover;
            background-repeat: no-repeat
        }
    .flex-direction-nav .flex-prev::after {
        left:2vw;
        background-image: url(/images/icons/arrow-left.svg);
    }
    .flex-direction-nav .flex-next {
        left:50%;
        
    }
    .flex-direction-nav .flex-next::after {
        right:2vw;
        background-image: url(/images/icons/arrow-right.svg);
    }

    .flex-direction-nav .flex-disabled {
        opacity: 0 !important;
        filter: alpha(opacity=0);
        cursor: default;
    }

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 19;
}

    .flex-control-nav li {
        margin: 0 4px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    width: 10px;
    height: 10px;
    display: block;
    cursor: pointer;
    border-radius: 50%;
    background-color: #C8E0D5;
    border: 1px solid #C8E0D5;
    font-size: 0;
}

    .flex-control-paging li a.flex-active {
        background-color: #ffffff;
        cursor: default;
    }


@media screen and (max-width : 1480px) {
}
