#homeSlider {
    padding-left: 30px;
    padding-right: 30px
}

.slideShow {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.slideshow {}

.slideShow.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.homeSlideText {
    position: absolute;
    right: 0;
    bottom: -90px;
    color: #fff;
    padding: 42px 33px 40px 55px;
    width: 860px;
    max-width: 100%;
    z-index: 4;
    font-size: 20px;
    line-height: 30px;
}

.homeSlideText:after {
    content: '';
    display: block;
    background-color: var(--darkbg);
    width: 100%;
    height: 100%;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.homeSlideText h3 {
    margin-bottom: 8px
}

.homeSlideText .button {
    background: transparent;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    margin-top: 28px;
    background: url(../img/arrowRightLong.svg) no-repeat center right;
    background-size: auto 15px;
    padding-right: 50px;
    font-weight: 400;
}

.homeSlide {
    display: flex;
}

.homeSlideNav {
    display: flex;
    padding: 40px 0 80px !important;
    margin: 0 -10px !important;
    flex-direction: row;
    align-items: stretch;
    width: calc(100% + 20px);
}



.homeSlideNav li {
    display: inline;
    list-style: none;
    flex-basis: 100%;
    list-style: none;
    list-style-type: none;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 !important
}

.homeSlideNav li a {
    padding-top: 11px;
    border-top: 5px solid #e0e0e0;
    display: block;
    color: #646464;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
}

.homeSlideNav li a.slideActive {
    border-color: #EE3E39
}

.entry-content ul.slick-dots {
    margin: 0;
    padding: 0;
    margin-top: 65px
}

.slick-dots li {
    list-style: none;
    display: inline-block;
    margin-right: 10px !important;
    margin-bottom: 0 !important;
    line-height: 1px !important;
    padding-bottom: 0 !important;
    height: 4px !important;
}

.slick-dots li button {
    display: inline-block;
    width: 43px;
    height: 4px;
    background: #ececec !important;
    text-indent: -99999px;
    overflow: hidden;
    border: 0;
    padding: 0 !important;
}

.slick-dots li button:active,
.slick-dots li button:focus {
    border: 0;
    outline: none;
}

.slick-dots li.slick-active button {
    background: var(--maincolor) !important
}

.testimonials {
    position: relative
}

.slick-arrow {
    background-size: 100%;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    border: 0;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.slick-prev {
    position: absolute;
    bottom: -14px;
    right: 85px;
    background-image: url(../img/arrowLeft.svg)
}

.slick-next {
    position: absolute;
    bottom: -14px;
    right: 1px;
    background-image: url(../img/arrowRight.svg) !important
}

.slideshow .slideImage img {
    width: 100%
}

.slideshow .slick-arrow {
    background-size: 100% auto;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    width: 28px;
    height: 17px;
    border: 0;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    font-size: 1px;
    -webkit-appearance: none;
    padding: 0;
}

.slideshow .slick-prev {
    position: absolute;
    bottom: 35px;
    right: 84px;
    background-image: url(../img/slideLeft.png)
}

.slideshow .slick-next {
    position: absolute;
    bottom: 35px;
    right: 42px;
    background-image: url(../img/slideRight.png) !important
}

/**/
.sliderContainer {
    position: relative;
}

.slider {
    width: 100%;
}

.progressBarContainer {
    display: flex;
    padding: 40px 0 80px !important;
    margin: 0 -10px !important;
    flex-direction: row;
    align-items: stretch;
    width: calc(100% + 20px);
}

.progressBarContainer .item {
    display: block;
    color: #646464;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
}

.progressBarContainer h3 {
    color: #646464;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0 !important
}

.progressBarContainer div.item {
    display: inline;
    list-style: none;
    flex-basis: 100%;
    list-style: none;
    list-style-type: none;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 !important;
    cursor: pointer;
}

.progressBarContainer div:last-child {
    margin-right: 0;
}

.progressBarContainer div span.progressBar {
    width: 100%;
    height: 5px;
    background-color: #e0e0e0;
    display: block;
    margin-bottom: 12px;
}

.progressBarContainer div span.progressBar .inProgress {
    background-color: #eb443f;
    width: 0%;
    height: 5px;
}



/* Custom */

.homeSlider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    background: red;
    left: 0;
    width: 80px;
    height: 4px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.homeSlider .slick-dots li {
    width: 100px;
}

.homeSlider .slick-dots li.slick-active button:before {
    opacity: .25;
    color: black;
}

.homeSlider .slick-dots li.slick-active button:after {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    opacity: 1;
    background: blue;
    left: 0;
    width: 80px;
    height: 3px;
    content: '';
    text-align: center;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 9999999999999;
    animation-name: progress;
    animation-timing-function: linear;
    animation-duration: 2600ms;
    animation-delay: 0;
}

@keyframes progress {
    from {
        width: 0px;
    }

    to {
        width: 80px;
    }
}

.progressBar {
    transition: all 0.2s;
}

.slideshow .container {
    position: relative;
}

.slideshow .slick-list {
    padding-bottom: 90px
}

.slideshow .slick-dots {
    display: none !important;
    opacity: 0;
}

.homeSlideStatusWrap {
    text-align: right;
    position: absolute;
    right: 37px;
    top: 25px;
}

.pagingInfo {
    font-size: 18px;
    line-height: 24px;
}

.homeSlideContentTxt {
    width: 620px;
    max-width: 100%;
}

@media screen and (max-width:1024px) {

    #homeSlider {
        padding-left: 25px;
        padding-right: 25px;
    }

    .headerContainer {
        padding-left: 25px;
        padding-right: 25px
    }

    .homeSlideText {
        padding: 26px 40px;
        width: 630px;
        font-size: 20px;
        line-height: 30px;
    }

    .homeSlideText .button {
        font-size: 14px;
        line-height: 18px;
        margin-top: 18px;
        background-size: auto 10px;
        padding-right: 40px;
    }

    .homeSliderContainer {
        max-width: calc(100% - 24px)
    }

    .homeSlideNav {
        padding: 28px 0 50px !important
    }

    .homeSlideNav li a {
        border-top-width: 4px;
        font-size: 14px;
        line-height: 18px;
        padding-top: 6px
    }

    .progressBarContainer h3,
    .progressBarContainer .item {
        font-size: 14px !important;
        line-height: 18px !important;
    }

}

@media screen and (max-width:990px) {
    #testimonials .slick-dots li button {
        width: 43px !important
    }

    .homeSlideItemWrap {
        display: flex;
        flex-direction: column-reverse;
    }

    .homeSlideItemWrap .contentContainer {
        max-width: 100%;
    }

    .homeSlideText {
        position: relative;
        font-size: 20px;
        line-height: 30px;
        bottom: auto;
        background-color: var(--maincolor);
        padding-bottom: 120px;
    }

    .homeSlideText:after {
        display: none
    }


    .homeSlideText .button {
        font-size: 10px !important;
        line-height: 14px !important;
        width: auto !important;
        margin-top: 10px;
    }

    .slideshow .homeSlideText {
        padding: 18px 36px 172px 22px;
        width: 100%;
    }

    .homeSlideText h3 {
        margin-bottom: 8px;
        font-size: 15px;
        line-height: 20px
    }

    .homeSlideNav li {
        padding-left: 2px;
        padding-right: 2px
    }

    .homeSlideNav li a span,
    .progressBarContainer h3 {
        display: none;
    }

    .progressBarContainer div.item {
        padding-left: 3px;
        padding-right: 3px
    }

    .progressBarContainer div span.progressBar,
    .progressBarContainer div span.progressBar .inProgress {
        height: 4px
    }

    .homeSliderContainer {
        max-width: calc(100% - 48px);
    }

    .homeSlideNav,
    .progressBarContainer {
        padding: 18px 0 30px !important;
    }

    .homeSlideStatusWrap {
        text-align: left;
        position: absolute;
        right: auto;
        bottom: 50px;
        left: 30px;
        top: auto;
    }

    .homeSlideItemWrap .slick-arrow {
        width: 27px !important;
        height: 17px;
        padding: 0;
        bottom: 58px
    }

    .slideshow .slick-next {
        bottom: 58px;
        right: 30px;
    }

    .slideshow .slick-list {
        padding-bottom: 0;
    }

    .slideshow {
        margin-bottom: 0;
    }
}

.entry-content ul.slick-dots li {
    padding-left: 0
}

.entry-content ul.slick-dots li::before {
    display: none !important;
}


@media screen and (min-width:1580px) {
    .slideshow .slideImage {
        height: 920px;
        overflow: hidden;
    }
}

@media screen and (min-width:1580px) and (max-height:1050px) {
    .slideshow .slideImage {
        height: calc(100vh - 250px);
        overflow: hidden;
    }
}

@media screen and (max-width:767px) {
    .slideshow .homeSlideText {
        height: calc(100vh - 78px);
        height: calc(var(--app-height) - 78px);
    }
}

@media screen and (max-width:767px) and (min-height:1200px) {
    .slideshow .homeSlideText {
        height: calc(100vh - 40vh)
    }
}