/*-----------------------------------------------------------------------------
    * Website Style
    * @author: Hasan YUKSEL
----------------------------------------------------------------------------- */
@import url('font.css');

* {
    outline: none;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}


h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

a, a:hover, a:visited, a:active {
    color: inherit;
    text-decoration: inherit;
    font-size: inherit;
}

body {
    overflow-x: hidden;
}


html, body, form {
    height: 100%;
    background-color: #FFFFFF;
    font-family: 'RNS Sanz';
    line-height: 1;
    font-size: 14px;
    display: inline-block;
    float: left;
    width: 100%;
}
form{
    background: transparent;
}
.scrollTop {
    display: block;
    width: auto;
    height: auto;
    position: fixed;
    right: 20px;
    top: auto;
    z-index: 99;
    bottom: 20px;
    cursor: pointer;
    font-size: 27px;
    transition: all 300ms;
    width: 44px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    background: #ea3345;
    border-radius: 50%;
    color: #fff;
}

    .scrollTop.animatedIn {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: bounceInRight;
        animation-name: bounceInRight;
    }


    .scrollTop.animatedOut {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: bounceOutRight;
        animation-name: bounceOutRight;
    }

.revealOnScroll {
    opacity: 0;
}

.animated {
    opacity: 1;
}

#cookie-policy-container {
    border-radius: 0;
    float: left;
    width: 100%;
    display: inline-block;
    position: fixed;
    z-index: 20;
    overflow: hidden;
    transition: all 800ms;
    left: 0;
    bottom: 0;
}

#cookie-policy {
    font-size: 16px;
    position: relative;
    color: #444;
    width: 100%;
    margin: 0 auto;
    border: 1px solid rgba(167, 167, 167, 0.25);
    border-radius: 0;
    background: #f9f9f9;
    padding: 20px 0;
    display: inline-block;
    float: left;
    font-weight: 500;
}

    #cookie-policy .container div:first-child {
        width: 90%;
        float: left;
    }

    #cookie-policy .container div:last-child {
        width: 10%;
        float: right;
    }

#cookie-policy-container.animatedIn {
    max-height: 200px;
    transition: all 800ms;
}


#cookie-policy-container.animatedOut {
}

#cookie-policy .close-button {
    font-size: 32px;
    outline: none;
    background: transparent;
    padding: 0;
    border: 0;
    float: right;
    cursor: pointer;
    box-shadow: none;
    color: #353535;
    text-decoration: none;
    background: transparent;
    padding: 7px 10px;
}

    #cookie-policy .close-button:hover {
        color: #353535;
    }

#cookie-policy p {
    margin: 0;
    line-height: 19px;
    font-size: 15px;
}

#cookie-policy a {
    font-weight: 600;
    color: #023e7c;
}

    #cookie-policy a:hover, #cookie-policy a:visited {
        color: #023e7c;
    }

#cookie-policy .container {
    width: 1220px;
    max-width: 100%;
}
/*------------------------------------------ header animation ------------------------------------------*/

header {
    height: 95px;
    top: 0;
    position: fixed;
    -webkit-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
    width: 100%;
    z-index: 9;
    background: #ececec;
    display: flex !important;
    align-items: center;
    box-shadow: 0 3px 1px rgba(0, 0, 0, 0.24);
}

.header {
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
}

.nav-up {
    top: -170px;
}


/*------------------------------------------ header animation ------------------------------------------*/



/*------------------------------------------ banner style ------------------------------------------*/
.banner {
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
}
.banner.homepage .carousel-item {
    -webkit-transition: all 1.5s !important;
    -moz-transition: all 1.5s !important;
    -o-transition: all 1.5s !important;
    transition: all 1.5s !important;
}
.homepage.banner .carousel-caption {
    right: 0;
    left: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}
.homepage.banner .carousel-caption .carousel-item{
    height: 100%;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 1.5s;
    transition-property: opacity;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}




    .homepage.banner .carousel-caption .carousel-text-wrap {
        display: table;
        width: 100%;
        height: 100%;
        float: left;
    }

        .homepage.banner .carousel-caption .carousel-text-wrap .verMid {
            display: table-cell;
            vertical-align: middle;
            width: 100%;
        }

            .homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper {
                text-align: right;
            }

.banner.homepage {
    height: 100%;
}

.homepage.banner .carousel-item > img {
    width: 100%;
    height: 100%;
    display: inline-block;
    object-fit: cover;
}

.banner.homepage .carousel {
    display: inline-block;
    width: 100%;
    float: left;
    height: 100%;
}

    .banner.homepage .carousel .carousel-inner {
        display: inline-block;
        float: left;
        height: 100%;
    }
/*------------------------------------------ banner style ------------------------------------------*/

.header .logo img {
    display: inline-block;
    float: left;
    height: 80px;
    max-width: 100%;
    max-height: 100%;
}

.header .logo a {
    display: flex;
    align-items: center;
    float: left;
    width: 100%;
    height: 100%;
}

.header .right .wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    float: left;
}
.header .right .wrapper .link {
    display: inline-block;
    float: left;
    color: #353535;
    font-size: 20px;
    padding: 20px 20px;
    text-decoration: none;
    font-weight: 500;
    transition: all 500ms ease;
}

.header .right .wrapper .language {
    float: left;
    display: inline-block;
    position: relative;
    margin-left: 10px;
    padding: 20px 10px;
    font-weight: 500;
}

.header .right .wrapper .language .language_button {
    color: #353535;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header .right .wrapper .language ul {
    visibility: hidden;
    transform: translateY(-20px);
    opacity: 0;
    transition: all 500ms ease;
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    width: 100%;
    border: 1px solid #ddd;
}

.header .right .wrapper .language .language_button i {
    margin-right: 5px;
    font-size: 115%;
}

.header .right .wrapper .language:hover > ul {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
}

.header .right .wrapper .language ul li {
    width: 100%;
    display: inline-block;
    float: left;
}

.header .right .wrapper .language ul li a {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    color: #353535;
    font-size: 16px;
    text-decoration: none;
}

.header .right .wrapper .language ul li:last-child a {
    border: 0;
}

.header .right .wrapper .link:hover {
    color: red;
}
.login_wrapper {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    position: fixed;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    align-items: stretch;
    /* display: inline-block; */
}

.login_wrapper .box {
    float: left;
    display: inline-block;
    position: relative;
    width: 33.333333333333336%;
    transition: all 500ms ease;
    height: 100%;
}

.login_wrapper .box img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.login_wrapper .box .title {
    width: 600px;
    display: inline-block;
    text-align: center;
    font-size: 54px;
    color: #fff;
    font-family: 'RNS Miles';
    font-weight: 800;
    text-shadow: 3px 3px 1px rgba(7, 7, 6, 0.4);
    max-width: 100%;
}

.login_wrapper .box:before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .25);
    z-index: 1;
}
.login_wrapper .box .content {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    width: 100%;
    display: inline-block;
    float: left;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.login_wrapper .box .content .text {
    display: inline-block;
    transition: all 500ms ease;
    font-size: 18px;
    color: #ececec;
    font-family: 'RNS Miles';
    font-weight: bold;
    line-height: 24px;
    text-shadow: 3px 3px 1px rgba(7, 7, 6, 0.4);
    min-width: 600px;
    max-width: 600px;
    opacity: 0;
}

.login_wrapper .box.active .content .text {
    opacity: 1;
}
.login_wrapper .box a {
    width: 100%;
    display: inline-block;
    float: left;
    height: 100%;
    text-decoration: none;
}
.login_wrapper .box:hover {
    width: 50%;
}

.dizim4, .dizim2, .dizim3 {
    text-align: left;
}

ul.dizim3 > li {
    display: inline-block;
    width: 32%;
    margin-right: calc(2% - 5px);
    margin-bottom: 2%;
    vertical-align: bottom;
}

    ul.dizim3 > li:nth-of-type(3n) {
        margin-right: 0;
    }

.dizim4 > li {
    display: inline-block;
    vertical-align: bottom;
    width: calc(24% - 3px);
    margin-bottom: 1.25%;
    margin-right: 1.25%;
}

    .dizim4 > li:nth-of-type(4n) {
        margin-right: 0;
    }

.dizim2 > li:nth-of-type(2n) {
    margin-right: 0;
}

.dizim2 > li {
    width: calc(49% - 2px);
    margin-right: 2%;
    margin-bottom: 2%;
    display: inline-block;
    vertical-align: bottom;
}

.product-list-gallery {
    width: 100%;
    display: inline-block;
    float: left;
}

    .product-list-gallery ul {
        width: 100%;
        display: inline-block;
        float: left;
        padding: 0;
        margin: 0;
    }

        .product-list-gallery ul li {
            float: left;
        }

            .product-list-gallery ul li .wrapper {
                width: 100%;
                height: 200px;
                display: inline-block;
                float: left;
                overflow: hidden;
            }

                .product-list-gallery ul li .wrapper img {
                    padding: 0;
                    width: 100%;
                    height: 100%;
                    display: inline-block;
                    float: left;
                    object-fit: cover;
                    object-position: center;
                }

            .product-list-gallery ul li .video_title {
                width: 100%;
                display: inline-block;
                float: left;
                padding: 12px 0;
                font-weight: 600;
                color: #353535;
                font-size: 18px;
            }

.banner.detail-page {
    width: 100%;
    display: inline-block;
    float: left;
    margin-top: 95px;
}

.section {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 40px 0;
}


/*form STYLE*/
.form-area {
    width: calc(100% + 20px);
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0 -10px;
}

    .form-area .form-col {
        width: calc(50% - 20px);
        display: inline-block;
        float: left;
        margin: 15px 10px;
        position: relative;
    }

    .form-area .text {
        float: left;
        width: 100%;
        display: inline-block;
        text-align: left;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #dddddd;
    }

        .form-area .text h2 {
            width: 100%;
            display: inline-block;
            float: left;
            margin: 0;
            padding: 0;
            color: #13070b;
            font-weight: bold;
            font-size: 26px;
        }

        .form-area .text h3 {
            margin: 0;
            margin-top: 5px;
            display: inline-block;
            width: 100%;
            float: left;
            padding: 0;
            font-weight: normal;
            font-size: 16px;
            color: #b6001f;
            font-style: italic;
        }

    .form-area .form-col textarea {
        height: 250px;
    }

    .form-area .form-col textarea, .form-area .form-col input, .form-area .form-col select {
        border: 0;
        border-bottom: 1px solid;
        border-radius: 0;
        width: 100%;
        display: inline-block;
        float: left;
        position: relative;
        z-index: 1;
        background: transparent;
        padding: .7rem .75rem;
        border-color: #dddddd;
        height: 40px !important;
    }

    .form-area .form-col label {
        margin-bottom: 0;
        position: absolute;
        left: 10px;
        transition: all 300ms;
        top: 5px;
    }

        .form-area .form-col textarea:focus + label, .form-area .form-col input:focus + label, .form-area .form-col label.active {
            top: -10px;
            left: 0;
        }

    .form-area .form-col .input-group + label {
        top: -10px;
        left: 0;
    }

    .form-area .form-col select {
        padding-top: 0;
        padding-bottom: 0;
    }

        .form-area .form-col select + label {
            top: -10px;
            left: 0;
        }

        .form-area .form-col textarea:focus, .form-area .form-col input:focus, .form-area .form-col select:focus {
            border-color: #ab2425;
        }

    .form-area .form-col .input-group-addon {
        background: transparent;
        border: 0;
        position: absolute;
        right: 0;
    }

    .form-area .form-col.last {
        width: calc(100% - 20px);
    }

    .form-area .button-wrapper {
        width: calc(100% - 30px);
        width: calc(50% - 20px);
        text-align: center;
        display: inline-block;
        float: left;
        margin: 0 10px;
        margin-top: 10px;
    }

        .form-area .button-wrapper .button {
            width: 100%;
            display: inline-block;
            float: left;
            padding: 15px 10px;
            border: 1px solid #ddd;
            transition: all 300ms;
            font-weight: bold;
            text-decoration: none;
            background: #242424;
            color: #fff;
            border-color: #242424;
        }

            .form-area .button-wrapper .button:hover {
                background: #ea3345;
                color: #fff;
                border-color: #ea3345;
            }

    .form-area .form-col div.label {
        position: absolute;
        right: 0;
        bottom: 10px;
    }
/*form STYLE*/

.contact-info .wrapper {
    width: 100%;
    display: inline-block;
    float: left;
}

    .contact-info .wrapper h5 {
        font-size: 20px;
        color: #ED1D25;
        font-weight: bold;
        margin: 0;
    }

    .contact-info .wrapper ul {
        list-style-type: none;
        padding: 0;
        margin: 0 0;
        float: left;
        width: 100%;
        display: inline-block;
        font-weight: 500;
    }

        .contact-info .wrapper ul li {
            float: left;
            display: inline-block;
            margin: 10px 0;
            width: 100%;
        }

            .contact-info .wrapper ul li b {
                width: 100%;
                display: inline-block;
                float: left;
                color: #777;
            }

            .contact-info .wrapper ul li a, .contact-info .wrapper ul li span {
                width: 100%;
                display: inline-block;
                float: left;
                margin: 0;
                line-height: 20px;
                font-size: 14px;
                color: #777;
            }

            .contact-info .wrapper ul li a {
                color: #ED1D25;
                font-weight: 400;
                text-decoration: none;
            }

.contact-maps {
    width: 100%;
    display: inline-block;
    float: left;
    height: 300px;
}

    .contact-maps iframe {
        width: 100%;
        display: inline-block;
        float: left;
        height: 100%;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
    }


.section-title {
    float: left;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 20px;
}

    .section-title .title {
        width: 100%;
        display: inline-block;
        float: left;
        text-align: left;
        color: #242424;
        font-size: 40px;
        font-weight: 400;
        padding-bottom: 15px;
        position: relative;
        margin-bottom: 30px;
        margin-bottom: 30px;
        font-weight: 600;
    }

    .section-title .line-wrapper .line {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 2px;
        margin-top: -3px;
        background: #ea3345;
        -o-transition: all linear 0.3s;
        transition: all linear 0.3s;
        -webkit-transition: all linear 0.3s;
        -moz-transition: all linear 0.3s;
        -ms-transition: all linear 0.3s;
    }

        .section-title .line-wrapper .line:before {
            content: "";
            position: absolute;
            right: 2px;
            display: block;
            width: 15px;
            height: 2px;
            background: #ea3345;
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
            -o-transition: all linear 0.3s;
            transition: all linear 0.3s;
            -webkit-transition: all linear 0.3s;
            -moz-transition: all linear 0.3s;
            -ms-transition: all linear 0.3s;
            top: -5px;
        }

        .section-title .line-wrapper .line:after {
            content: "";
            position: absolute;
            left: 6px;
            display: block;
            width: 20px;
            height: 2px;
            background: #ea3345;
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
            -o-transition: all linear 0.3s;
            transition: all linear 0.3s;
            -webkit-transition: all linear 0.3s;
            -moz-transition: all linear 0.3s;
            -ms-transition: all linear 0.3s;
            bottom: -4px;
        }


.line-wrapper:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    margin-top: 0;
    background: #d6d6d6;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
}


.banner.detail-page > img {
    width: 100%;
    object-fit: cover;
    display: inline-block;
    height: 320px;
}

.banner.detail-page .page-header {
    display: inline-block;
    float: left;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}

    .banner.detail-page .page-header .page-header-wrapper {
        display: inline-block;
        float: left;
        width: 100%;
        padding: 90px 0;
    }

.page-header-wrapper .title {
    text-align: center;
    margin: 0;
    font-size: 52px;
    color: #fff;
    width: 100%;
    display: inline-block;
    float: left;
    font-weight: 600;
    text-transform: uppercase;
}

.breadcrumb-box ul li {
    color: #fff;
    text-decoration: none;
    -webkit-transition: opacity 0.2s linear 0s;
    -o-transition: opacity 0.2s linear 0s;
    transition: opacity 0.2s linear 0s;
    font-size: 17px;
    display: inline-block;
    float: left;
    padding: 0 15px 0 10px;
    position: relative;
    line-height: 30px;
    -webkit-transition: opacity 0.2s linear 0s;
    -o-transition: opacity 0.2s linear 0s;
    transition: opacity 0.2s linear 0s;
    display: inline-block;
    float: left;
    color: #ffffff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
}

.breadcrumb-box ul {
    padding: 0;
    margin: 0;
    width: auto;
    display: inline-block;
    float: initial;
    margin-top: 20px;
}

    .breadcrumb-box ul li a {
        -webkit-transition: opacity 0.2s linear 0s;
        -o-transition: opacity 0.2s linear 0s;
        transition: opacity 0.2s linear 0s;
        display: inline-block;
        float: left;
        color: #ffffff;
        font-size: 17px;
        text-transform: uppercase;
        text-decoration: none;
    }

        .breadcrumb-box ul li a:after {
            content: "\f101";
            position: absolute;
            right: 0;
            top: 0;
            font-family: FontAwesome;
        }

    .breadcrumb-box ul li:first-child {
        padding-left: 0;
    }

.breadcrumb-box {
    text-align: center;
}

    .breadcrumb-box ul li:last-child {
        padding-right: 0;
    }

        .breadcrumb-box ul li:last-child a:after {
            display: none;
        }

.banner.detail-page:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.40);
}





        .section .nav-menu ul {
            list-style-type: none;
            width: 100%;
            display: inline-block;
            float: left;
            padding: 0px 15px;
            border: 1px solid #d0cfcf;
            margin-bottom: 0;
        }

            .section .nav-menu ul li {
                float: left;
                width: 100%;
                position: relative;
                display: block;
                font-size: 16px;
                color: #222222;
                font-weight: 400;
                cursor: pointer;
                line-height: 1.6em;
                padding: 5px 0px 5px 0px;
                -webkit-transition: all 500ms ease;
                -o-transition: all 500ms ease;
                transition: all 500ms ease;
                text-transform: capitalize;
                border-bottom: 1px solid #d0cfcf;
            }

                .section .nav-menu ul li a {
                    text-decoration: none;
                    float: left;
                    width: 100%;
                    position: relative;
                    display: block;
                    font-size: 17px;
                    color: #222222;
                    font-weight: 500;
                    cursor: pointer;
                    line-height: 1.6em;
                    padding: 5px 15px 5px 30px;
                    -webkit-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                    transition: all 500ms ease;
                    text-transform: capitalize;
                    font-weight: 600;
                }

                    .section .nav-menu ul li a:before {
                        position: absolute;
                        content: '';
                        left: 11px;
                        top: 13px;
                        width: 8px;
                        height: 8px;
                        background-color: #eeeeee;
                        -ms-transform: rotate(45deg);
                        -webkit-transform: rotate(45deg);
                        transform: rotate(45deg);
                        border: 1px solid #d0d0d0;
                        -webkit-transition: all 300ms;
                        -o-transition: all 300ms;
                        transition: all 300ms;
                    }

                    .section .nav-menu ul li a:hover:before {
                        z-index: 1;
                        background-color: #ec121a;
                        -ms-transform: rotate(45deg);
                        -webkit-transform: rotate(45deg);
                        transform: rotate(45deg);
                        border-color: rgba(255,255,255,0.20);
                    }


                .section .nav-menu ul li:last-child {
                    border-bottom: 0;
                }

.right-content {
    font-size: 17px;
    line-height: 28px;
    color: #444;
    text-align: justify;
    font-weight: 500;
}

    .right-content img {
        float: left;
        width: auto;
        max-width: 100%;
        display: inline-block;
        padding-right: 20px;
    }

.section .nav-menu ul li:last-child {
    border-bottom: 0;
}

.right-content .section-title {
    margin-top: 0;
}


.header .menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    display: flex;
    align-items: center;
}

.header .menu ul li {
    float: left;
    display: inline-block;
}
/*RESPONSIVE*/
@media (min-width: 1200px){
.container {
    max-width: 1440px !important;
}

}
@media (max-width: 1500px){
    .login_wrapper .box .content .text{
        max-width:100%;
        min-width:0;
    }
}
@media (max-width:1200px){
.login_wrapper .box .title{
    font-size: 38px;
}
}
@media (max-width: 992px){

}


@media (min-width: 767px) {
	    /*Mobile Menu*/

    .menu .logo, .menu .close-icon, .mobile-menu-button {
        display: none;
    }

    /*Mobile Menu*/
}
@media (max-width: 767px){
    
    /*Mobile Menu*/
  

        .header .logo {
            justify-content: space-between;
        }


    .mobile-menu-button {
        float: right;
        color: #929d3c;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 41px;
        font-size: 41px;
        width: 50px;
        flex-wrap: wrap;
        margin: 9px 0;
        order: 2;
    }

    .header .menu {
        width: 100%;
        display: inline-block;
        float: left;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 99;
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out;
        direction: ltr;
        position: fixed;
        z-index: 9;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        background-color: #ffffff;
        padding: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

        .header .menu.active {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

        .header .menu nav > ul {
            margin: 0;
            height: auto;
            display: inline-block;
            float: left;
            overflow-x: hidden;
            overflow-y: scroll;
            transition: all 300ms;
            position: relative;
            z-index: 2;
            padding: 0;
            width: auto;
            border: 0;
            max-height: calc(100% - 125px);
            width: 100%;
            flex-wrap: wrap;
            align-items: center;
            align-content: center;
            justify-content: center;
            text-align: center;
            display: flex;
        }

    .menu .close-icon {
        position: absolute;
        top: 0;
        font-size: 24px;
        background: #929d3c;
        width: 50px;
        right: 0;
        height: 50px;
        z-index: 1;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0px 0px 0px 9px;
    }
    .header .menu nav, body.homepage .header .menu nav {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        align-content: center;
    }

        .header .menu nav ul li {
            display: inline-block;
            padding: 0;
            text-align: left;
            border: 0;
            width: 100%;
            display: flex;
            justify-content: center;
        }

    .header .menu ul li a, .header .menu ul li a:hover, .header .menu ul li a:focus {
        width: auto;
        font-size: 16px;
        border-bottom: 1px solid #e6e6e6;
        font-weight: normal;
        padding: 15px 20px;
        color: #000;
        align-items: center;
        height: auto;
        margin: 0;
        text-align: center;
        justify-content: center;
        margin: 0 !important;
    }

    .header .menu div.logo a {
        text-align: center;
    }

    .header .menu div.logo {
        z-index: 9;
        padding: 0;
        text-align: center;
        display: flex;
        justify-content: center;
        width: auto;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }

    .menu .close-icon i {
        float: left;
    }

    /*Mobile Menu*/
.section-title .title {
    font-size: 30px;
}
.product-list-gallery ul li {
    width: 50%;
    margin: 5px 10px;
    width: calc(50% - 20px);
}

.product-list-gallery ul li .video_title {
    font-size: 15px;
}
.login_wrapper .box .content {
    margin-top: -20px;
}
.login_wrapper .box .content .text {
    display: none;
}

.login_wrapper .box, .login_wrapper .box:hover {
    width: 100%;
    height: 320px;
}

.login_wrapper {
    flex-wrap: wrap;
    padding-top: 95px;
    position: absolute;
    overflow: initial;
}
.header .logo img {
    height: auto;
}

.header .right .wrapper .link {
    padding: 20px 10px;
    font-size: 17px;
}

.header .right .wrapper .language {
    margin-left: 0;
}

.header .right .wrapper .language .language_button {
    font-size: 16px;
}

.header .container {
    max-width: 100% !important;
}
}
@media (max-width:576px){
.header .logo a {
    justify-content: center;
}

.header .right .wrapper {
    justify-content: center;
}

header {
    height: 135px;
}

.header .logo img {
    height: 60px;
    margin-top: 15px;
}

.login_wrapper {
    padding-top: 135px;
}

.login_wrapper .box, .login_wrapper .box:hover {
    height: 250px;
}
.banner.detail-page {
    margin-top: 135px;
}

.page-header-wrapper .title {
    font-size: 32px;
}

.breadcrumb-box ul {
    margin-top: 10px;
}

.breadcrumb-box ul li a, .breadcrumb-box ul li {
    font-size: 14px;
}
.form-area .form-col {
    width: calc(100% - 20px);
}

.form-area .button-wrapper {
    width: calc(100% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
}

}
/*RESPONSIVE*/

.footer_bottom {
    width: 100%;
    display: inline-block;
    float: left;
    margin-top: 0;
    background: #434343;
}

    .footer_bottom .wrapper {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 60px;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
    }

        .footer_bottom .wrapper .box {
            float: left;
            display: inline-block;
        }

        .footer_bottom .wrapper .footer_link {
            display: inline-block;
            color: #fff;
            font-size: 16px;
            font-weight: 500;
            float: left;
            text-decoration: none;
            padding: 0 15px;
        }

        .footer_bottom .wrapper .lizbon img {
            height: 15px;
            width: auto;
            display: inline-block;
            float: left;
        }

.footer {
    width: 100%;
    display: inline-block;
    float: left;
    border-top: 3px solid #ea3345;
    margin-top: 100px;
    background: #f3f3f3;
    padding: 25px 0;
    background-image: url(../images/general/footer-logo-icon.png);
    background-repeat: no-repeat;
    background-position: 20% 0;
    background-size: 420px;
}

    .footer .logo {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px 0;
    }

    .footer .item .title {
        width: 100%;
        display: inline-block;
        float: left;
        margin: 20px 0;
        font-size: 20px;
        font-weight: 600;
        color: #757575;
    }

    .footer .item ul {
        width: 100%;
        display: inline-block;
        float: left;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .footer .item ul li {
            width: 100%;
            display: inline-block;
            float: left;
        }

            .footer .item ul li a {
                width: 100%;
                display: inline-block;
                float: left;
                font-size: 16px;
                color: #8f8c8c;
                font-weight: 500;
                padding: 7.5px 0;
                text-decoration: none;
                transition: all 500ms ease;
                line-height: 20px;
            }

                .footer .item ul li a:hover {
                    color: #ea3345;
                }

    .footer .item {
        margin: 20px 0;
    }

        .footer .item .contact li {
            display: flex;
            align-items: baseline;
            font-size: 16px;
            color: #8f8c8c;
            font-weight: 500;
            margin: 7.5px 0;
        }

            .footer .item .contact li i {
                margin-right: 10px;
                display: inline-block;
                float: left;
                width: 22px;
                font-size: 120%;
                color: #ea3345;
            }

            .footer .item .contact li span {
                float: left;
                display: inline-block;
            }

        .footer .item .social-media {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            margin-top: 10px;
        }

            .footer .item .social-media li {
                width: auto;
                float: left;
            }

                .footer .item .social-media li a {
                    margin: 0 10px;
                    font-size: 28px;
                }

                .footer .item .social-media li:first-child a {
                    margin-left: 0;
                }

                .footer .item .social-media li.facebook a {
                    color: #475993;
                }

                .footer .item .social-media li.twitter a {
                    color: #379ad0;
                }

                .footer .item .social-media li.linkedin a {
                    color: #40b9ec;
                }
