
.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 {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    opacity: 1;
    cursor: pointer;
    background-color: transparent;
  }
  .flex-direction-nav a::before,
  .flex-direction-nav a::after {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    background-color: #fff;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
  }
  .flex-direction-nav .flex-next:before {
    transform: rotate(45deg);
    top: 11px;
  }
  .flex-direction-nav .flex-next:after {
    transform: rotate(-45deg);
    top: 31px;
  }
  .flex-direction-nav .flex-prev:before {
    transform: rotate(-45deg);
    top: 11px;
  }
  .flex-direction-nav .flex-prev:after {
    transform: rotate(45deg);
    top: 31px;
  }
  
  .flex-direction-nav .flex-prev {
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    right: 10px;
    text-align: right;
  }
/* ==== */

.t-slider {
    width: calc(100% - 60px);
    margin: auto;
}

    .t-slider .flex-direction-nav a {
        width: 25px;
        height: 25px;
        top: -12.5px;
        left: -12.5px;
    }

    .t-slider .flex-direction-nav .flex-next {
        left: auto;
        right: -12.5px;
    }

.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%;
    border: 1px solid #EFECE4;
    font-size: 0;
}

.schem-slider .flex-control-nav {
    width: 60px;
    top: 0;
    left: 0;
    right: auto;
    top: auto;
    height: 100%;
    position: absolute;
    bottom: 0;
    z-index:50;
    display:flex
}

    .schem-slider .flex-control-nav li {
        margin: 0;
        height: 100%;
        width: 30px;
        background: rgba(0,0,0,0);
            display: block;
    }

        .schem-slider .flex-control-nav li:first-child {
            background: rgba(0,0,0,0.3);
            border-right:1px solid #fff
        }

.schem-slider .flex-control-paging li a {
    width: 20px;
    height: 100%;
    background: transparent !important;
    border: none !important;
    border-radius: 0;
    position:relative
}

    .schem-slider .flex-control-paging li a:after {
        position: absolute;
        left: 25px;
        bottom: 15px;
        display: block;
        content: 'LIGHT SCHEME';
        transform: rotate(-90deg);
        font-size:13px;
        color:#fff;
        width:140px;
        text-align:left;
        transform-origin: left bottom;
        letter-spacing:0.02em
    }

    .schem-slider .flex-control-paging li:first-child a:after {
        content: 'DARK SCHEME';
    }

.flex-control-paging li a.flex-active {
    background-color: #EFECE4;
    cursor: default;
}

.t-slider .flex-control-nav {
    display: none;
}

@media screen and (max-width : 1480px) {
}
