.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

*, .slick-slider {
    box-sizing: border-box
}

.slick-list, .slideshow {
    position: relative;
    overflow: hidden
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    display: block;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block;
    font-size: 13px
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slideshow-container {
    position: relative;
    margin: auto
}

.mySlides > img {
    width: 100%;
    height: 500px;
    object-fit: cover
}

.dot, .tarSlides_tabs > li > a {
    cursor: pointer;
    color: transparent;
    height: 3px;
    width: 50px;
    margin: 0 2px;
    background-color: #5e3a7a;
    border-radius: 0;
    display: inline-block;
    transition: background-color .6s ease
}

.tarSlides_tabs > li {
    display: inline-block
}

    .active, .dot:hover, .tarSlides_tabs > li.tarSlides_here a {
        background-color: #fff
    }

.slideshow {
    height: 500px
}

.panel-slideshow, .tarSlides_tabs {
    text-align: center;
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 5;
    width: 100%
}

.about > h1, .product-ds > h2 {
    text-transform: uppercase;
    color: #5e3a7a;
    width: 50%;
    margin: auto;
    text-align: center;
    font-family: trojan
}

.about {
    padding: 45px 30px 0;
    height: 300px
}

    .about > p {
        text-align: center;
        line-height: 1.4
    }

        .about > p:nth-child(2) {
            margin-top: 20px
        }

        .about > p:nth-last-child(2) {
            margin-bottom: 20px
        }

.samples {
    border-top: 4px solid #5e3a7a;
    height: 320px;
    padding: 20px 30px
}

.about > img {
    margin: 10px auto;
    width: 185px;
    display: block
}

.column-sample > h3 {
    color: #5e3a7a;
    text-align: center;
    margin-top: 10px
}

.column-sample {
    padding: 0 30px
}

    .column-sample:hover {
        cursor: pointer
    }

    .column-sample:first-child {
        margin-left: 0
    }

.samples .column-sample > p {
    text-align: center !important;
    margin-top: 10px;
    font-size: 14px !important;
    line-height: 1.5
}

    .samples .column-sample > p span {
        font-size: 14px !important
    }

.samplePicContainer {
    height: 115px;
    position: relative;
    cursor: pointer;
    display: block;
    text-align: center;
    width: 240px;
    transform: translateX(11.5px)
}

    .samplePicContainer > img, .slick-arrow {
        position: absolute;
        left: 0;
        margin: auto
    }

    .samplePicContainer > img {
        top: 0;
        transition: all .8s;
        height: 115px;
        width: 240px
    }

.column-sample:hover > .samplePicContainer > .samplePic, .samplePic-hover {
    opacity: 0
}

.column-sample:hover > .samplePicContainer > .samplePic-hover {
    opacity: 1
}

.slick-arrow {
    right: 0;
    bottom: 10px;
    cursor: pointer;
    z-index: 5
}

    .slick-arrow:first-child {
        right: 15px
    }

    .slick-arrow:last-child {
        left: 15px
    }

.slick-disabled {
    opacity: .2;
    cursor: default
}

.column-more > img {
    width: 180px
}

.more {
    height: 200px;
    padding-bottom: 3px
}

.column-more {
    position: relative;
    background-color: #e6cbf1;
    width: 512px;
    float: left;
    height: 197px;
    padding-top: 30px
}

    .column-more:first-child {
        border-right: 1px solid #fff;
        padding-left: 24px;
        padding-right: 3px
    }

        .column-more:first-child > .product-ds > .readMore-btn {
            padding: 9px 20px
        }

    .column-more:last-child {
        border-left: 2px solid #fff;
        padding-right: 30px;
        padding-left: 10px
    }

.product-ds {
    width: 302px;
    padding: 0 20px
}

.column-more:first-child > img, .column-more:last-child > .product-ds {
    float: left
}

.column-more:first-child > .product-ds, .column-more:last-child > img {
    float: right
}

.column-more:last-child > img {
    width: calc(100% - 302px);
    margin-top: -30px;
    height: 197px;
    object-fit: contain
}

.product-ds > h2 {
    font-size: 24px;
    width: 100%;
    margin-bottom: 15px
}

.product-ds > p {
    line-height: 1.3;
    margin-bottom: 15px;
    text-align: center
}

    .product-ds > p, .product-ds > p * {
        font-size: 13px !important
    }

.product-ds > .readMore-btn:hover {
    background: #fff;
    color: #5e3a7a;
    border-color: #fff
}

.readMore-btn > span {
    float: left
}

.readMore-btn > img {
    float: right;
    margin-top: -5px
}

.container {
    padding-top: 170px
}

@media screen and (max-width:1023px) {
    .about {
        height: 330px
    }

    .column-more {
        width: 50%
    }

        .column-more > img {
            width: 35.15625%
        }

    .product-ds {
        width: 58.984375%
    }

    .column-more:last-child > img {
        height: 100%;
        margin-top: -10px
    }

    .product-ds > .readMore-btn:hover {
        background: inherit;
        color: inherit;
        border-color: inherit
    }

    .column-more:last-child {
        padding-right: 10px
    }
}

@media screen and (max-width:768px) {
    .about > h1, .column-more, .mySlides, .product-ds {
        width: 100%
    }

    .slideshow {
        height: 330px
    }

    .mySlides > img {
        width: 100%;
        height: 300px;
        display: block;
        object-fit: cover
    }

    .about, .more {
        height: auto
    }

    .about {
        padding-bottom: 30px;
        padding-top: 20px
    }

    .column-more {
        float: none;
        margin: 1px 0 0;
        padding: 20px 10px;
        height: 165px;
        border: none
    }

        .column-more:first-child {
            padding: 20px 3px
        }

        .column-more > img {
            display: none
        }

    .product-ds > h2 {
        font-size: 20px
    }

    .tarSlides_tabs {
        bottom: 80px
    }

        .dot, .tarSlides_tabs > li > a {
            width: 60px;
            height: 5px
        }
}

@media screen and (max-width:480px) {
    .column-more .readMore-btn {
        transform: none;
        margin: auto;
        left: 0;
        right: 0
    }
    .samples{
        height:370px;

    }
    .samplePicContainer {
        height: 180px;
        transform: none;
        width: 100%;
    }
        .samplePicContainer > img {
        height: 175px;
        width: 100%;
        object-fit: cover;

        }
}
