﻿



.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:after, .container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

    .container-fluid:after, .container-fluid:before {
        content: " ";
        display: table
    }

    .container-fluid:after {
        clear: both
    }



.arrow-slider-3 .slick-prev::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "";
    color: #222;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.arrow-slider-3 .slick-next::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "";
    color: #222
}

.arrow-slider-3 .slick-prev, .arrow-slider-3 .slick-next {
    position: absolute;
    display: block;
    height: 50px;
    width: 50px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: 1px solid #d9d9d9;
    outline: none;
    z-index: 1;
    background: #f7f7f7;
}


    .arrow-slider-3 .slick-prev:hover, .arrow-slider-3 .slick-next:hover {
        border: 1px solid red;
        background: red;
        color: rgba(255, 255, 255, 0);
    }



.slick-slidex {
    overflow: hidden;
    position: relative;
}

.slide__item {
    display: block;
    position: relative;
}



    .slide__item h2 {
        z-index: 20;
        font-size: 24px;
        font-weight: 700;
        position: absolute;
        right: 40px;
        bottom: 40px;
        transition: all 2s cubic-bezier(.7,0,.3,1);
        -webkit-transition: all 2s cubic-bezier(.7,0,.3,1);
    }

        .slide__item h2 span {
            float: right;
            -webkit-transition-property: all;
            transition-property: all;
            -webkit-transition-duration: .3s;
            transition-duration: .3s;
            clear: both;
            padding-left: 20px;
            padding-right: 20px;
            opacity: .75;
            border-radius: 5px;
            background-color: #e5002b;
            margin-bottom: 5px;
            padding-top: 10px;
            padding-bottom: 10px;
            color: #fff;
        }





.slider-11 .slick-dots {
    position: absolute;
    display: inline-block;
    bottom: 30px;
    left: 30px;
    z-index: 22;
    width: auto !important;
}

    .slider-11 .slick-dots li {
        width: auto;
        height: auto
    }

        .slider-11 .slick-dots li button {
            width: 12px;
            height: 12px;
            border-radius: 2px;
            padding: 0;
            margin: 0;
            background-color: transparent;
            border: 2px solid #fff;
            -webkit-transition: all .5s ease;
            transition: all .5s ease
        }

            .slider-11 .slick-dots li button::before {
                display: none
            }

        .slider-11 .slick-dots li.slick-active button {
            margin: 0;
            width: calc(30px + 10*(100vw - 320px)/1600);
            background-color: #fff;
            -webkit-transition: all .5s ease;
            transition: all .5s ease
        }

.siteTitle {
    margin-bottom: 10px;
    padding-right: 30px;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media only screen and (max-width:767px) {
    .siteTitle {
        padding-right: 20px
    }
}

.siteTitle:after {
    width: 100%;
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.5px;
    content: '';
    background-color: #d9d9d9
}

.siteTitle span {
    background-color: #fff;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    position: relative;
    z-index: 1;
    font-weight: 700;
    line-height: 40px
}

@media only screen and (max-width:991px) {
    .siteTitle span {
        font-size: 22px
    }
}

@media only screen and (max-width:767px) {
    .siteTitle span {
        font-size: 19px
    }
}

.productsCategories {
    padding-top: 40px
}

@media only screen and (max-width:767px) {
    .productsCategories {
        padding-top: 20px
    }
}



#productsCategories {
    margin-left: -10px;
    margin-right: -10px;
    min-height: 330px
}

@media only screen and (max-width:991px) {
    #productsCategories {
        margin-left: 0;
        margin-right: 0
    }
}

#productsCategories .slick-track > .slick-slide {
    padding-left: 10px;
    padding-right: 10px
}

@media only screen and (max-width:991px) {
    #productsCategories .slick-track > .slick-slide {
        width: 210px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 20px
    }
}

.productsCategory {
    display: block;
    position: relative;
    width: 100%;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    min-height: 240px
}

    .productsCategory img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left top;
        object-position: left top;
        height: 214px;
        border-radius: 5px;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .productsCategory .productsCategoryOver {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        z-index: 1;
        background-color: rgba(229,0,43,.75);
        padding-bottom: 55px;
        padding-right: 20px;
        padding-top: 20px;
        padding-left: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

        .productsCategory .productsCategoryOver:before {
            width: 100%;
            display: block;
            height: 100%;
            position: absolute;
            right: 0;
            top: 0;
            content: '';
            z-index: 0;
            background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.5)));
            background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.5))
        }

        .productsCategory .productsCategoryOver b {
            position: relative;
            z-index: 1;
            display: block;
            font-size: 18px;
            margin-bottom: 10px;
            font-weight: 700
        }

@media only screen and (max-width:1199px) {
    .productsCategory .productsCategoryOver b {
        font-size: 16px
    }
}

.productsCategory .productsCategoryOver p {
    position: relative;
    z-index: 1;
    font-size: 12px;
    line-height: 22px
}

@media only screen and (max-width:1199px) {
    .productsCategory .productsCategoryOver p {
        font-size: 11px
    }
}

.productsCategory h3 {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 6px;
    font-size: 18px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 2
}

@media only screen and (max-width:1199px) {
    .productsCategory h3 {
        font-size: 16px
    }
}

.productsCategory h3 span {
    border-radius: 3px;
    width: 20px;
    height: 20px;
    background-color: #999;
    border: 1px solid #999;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .productsCategory h3 span i {
        font-size: 21px
    }

.productsCategory:hover {
    border-radius: 5px
}

    .productsCategory:hover .productsCategoryOver {
        filter: alpha(enabled=false);
        opacity: 1
    }

    .productsCategory:hover h3 {
        position: absolute;
        padding-bottom: 0;
        top: auto;
        bottom: 20px;
        right: 20px
    }

        .productsCategory:hover h3 b {
            display: none
        }

        .productsCategory:hover h3 span {
            background-color: transparent;
            border-color: #fff;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

            .productsCategory:hover h3 span i {
                font-size: 16px
            }

    .productsCategory:hover img {
        height: 300px
    }



.homeAbout {
    padding-bottom: 40px
}

@media only screen and (max-width:767px) {
    .homeAbout {
        padding-bottom: 30px
    }
}

#homeAbout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    #homeAbout .homeAboutPicture {
        -ms-flex-item-align: start;
        align-self: flex-start;
        max-width: 372px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 372px;
        flex: 0 0 372px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        border-radius: 5px
    }

@media only screen and (max-width:767px) {
    #homeAbout .homeAboutPicture {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-bottom: 20px
    }
}

#homeAbout .homeAboutDesc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
    -ms-flex-item-align: center;
    align-self: center
}

@media only screen and (max-width:767px) {
    #homeAbout .homeAboutDesc {
        padding-left: 0
    }
}

#homeAbout .homeAboutDesc p {
    line-height: 30px;
    font-size: 14px;
    clear: both;
    width: 100%;
    margin-bottom: 30px
}

@media only screen and (max-width:991px) {
    #homeAbout .homeAboutDesc p {
        font-size: 13px;
        margin-bottom: 20px
    }
}

#homeAbout .homeAboutDesc .btn {
    padding-left: 20px;
    padding-right: 20px;
    border-color: #e5002b
}

    #homeAbout .homeAboutDesc .btn i {
        margin-right: 22px
    }

@media only screen and (max-width:767px) {
    #homeAbout .homeAboutDesc .btn i {
        margin-right: 20px
    }
}


.homeNews {
    padding-bottom: 50px
}

@media only screen and (max-width:1199px) {
    .homeNews {
        padding-bottom: 40px
    }
}

@media only screen and (max-width:767px) {
    .homeNews {
        padding-bottom: 20px
    }
}

.homeNewsSlider .siteTitle {
    margin-bottom: 5px
}

@media only screen and (max-width:1199px) {
    .homeNewsSlider .siteTitle {
        margin-bottom: 10px
    }
}

.homeNewsSlider .btn {
    float: left
}

.homeNewsSlider .nav-prev {
    float: right;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 0;
    margin-right: 10px;
    width: 40px;
    height: 40px
}

    .homeNewsSlider .nav-prev:after {
        font-size: 21px;
        line-height: 38px
    }

.homeNewsSlider .nav-next {
    float: right;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-top: 0;
    bottom: auto;
    width: 40px;
    height: 40px
}

    .homeNewsSlider .nav-next:after {
        font-size: 21px;
        line-height: 38px
    }

@media only screen and (max-width:567px) {
    #homeNewsSlider {
        margin-bottom: 10px
    }
}

#homeNewsSlider .slick-track > .slick-slide > div {
    overflow: hidden;
    padding-bottom: 17.5px;
    margin-bottom: 17.5px;
    border-bottom: 1px solid #d9d9d9
}

    #homeNewsSlider .slick-track > .slick-slide > div:last-child {
        margin-bottom: 0;
        border-bottom: none
    }

.homeNewsItem {
    display: block;
    position: relative;
    padding-right: 137px;
    min-height: 127px
}

@media only screen and (max-width:567px) {
    .homeNewsItem {
        padding-right: 0;
        min-height: 0
    }
}

.homeNewsItem .homeNewsItem__picture {
    position: absolute;
    right: 0;
    top: 0;
    width: 127px
}

@media only screen and (max-width:567px) {
    .homeNewsItem .homeNewsItem__picture {
        width: 100%;
        position: static;
        margin-bottom: 10px;
        display: block
    }

        .homeNewsItem .homeNewsItem__picture img {
            width: 100%
        }
}

.homeNewsItem .homeNewsItem__picture img {
    border-radius: 5px
}

.homeNewsItem .homeNewsItem__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 127px
}

@media only screen and (max-width:567px) {
    .homeNewsItem .homeNewsItem__desc {
        min-height: 0;
        display: block
    }
}

.homeNewsItem .homeNewsItem__desc .homeNewsItem__title {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px
}

@media only screen and (max-width:767px) {
    .homeNewsItem .homeNewsItem__desc .homeNewsItem__title {
        font-size: 14px;
        margin-bottom: 5px
    }
}

.homeNewsItem .homeNewsItem__desc p {
    color: grey;
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 10px
}

.homeNewsItem .homeNewsItem__desc .homeNewsItem__tools {
    margin-top: auto
}

    .homeNewsItem .homeNewsItem__desc .homeNewsItem__tools .homeNewsItem__category {
        height: 20px;
        line-height: 20px;
        background-color: #e5002b;
        border-radius: 3px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 10px
    }

    .homeNewsItem .homeNewsItem__desc .homeNewsItem__tools .homeNewsItem__date {
        color: grey;
        font-size: 12px
    }

.homeNewsVideo {
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    display: block
}

@media only screen and (max-width:1199px) {
    .homeNewsVideo {
        margin-bottom: 30px;
        margin-top: 0
    }
}

@media only screen and (max-width:767px) {
    .homeNewsVideo {
        margin-bottom: 20px
    }
}

.homeNewsVideo:before {
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    background-color: rgba(0,0,0,.35)
}

.homeNewsVideo img {
    width: 100%
}

.homeNewsVideo > a {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width:767px) {
    .homeNewsVideo > a {
        font-size: 13px
    }
}

.homeNewsVideo > a svg {
    margin-bottom: 20px
}

@media only screen and (max-width:767px) {
    .homeNewsVideo > a svg {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        margin-bottom: 0
    }
}

.homeNewsVideo:hover:before {
    background-color: rgba(0,0,0,.25)
}



#homeBrands {
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 32px;
    padding-left: 95px;
    padding-right: 95px;
    border-radius: 5px
}

@media only screen and (max-width:767px) {
    #homeBrands {
        padding-top: 25px;
        padding-bottom: 20px
    }
}

@media only screen and (max-width:360px) {
    #homeBrands {
        padding-left: 60px;
        padding-right: 60px
    }
}

#homeBrands h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 35px;
    text-align: center
}

@media only screen and (max-width:767px) {
    #homeBrands h5 {
        margin-bottom: 25px;
        font-size: 20px
    }
}

.homeBrandsSlider {
    margin-left: -10px;
    margin-right: -10px
}

    .homeBrandsSlider .slick-slide {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px
    }

        .homeBrandsSlider .slick-slide > div {
            width: 100%
        }

            .homeBrandsSlider .slick-slide > div > .slick-slide {
                padding-left: 0;
                padding-right: 0;
                margin-bottom: 0
            }

        .homeBrandsSlider .slick-slide img {
            -webkit-transition-property: all;
            transition-property: all;
            -webkit-transition-duration: .3s;
            transition-duration: .3s;
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%)
        }

        .homeBrandsSlider .slick-slide:hover img {
            -webkit-filter: grayscale(0);
            filter: grayscale(0)
        }



.brandItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    padding: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .brandItem img {
        display: inline;
        width: auto
    }

    .brandItem:hover {
        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.75);
        box-shadow: 0 0 10px 0 rgba(0,0,0,.75)
    }


