/*-----------------------------------------------------------------------------
    * 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: 18px;
    transition: all 300ms;
    width: 44px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    background: #007cc3;
    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: 80px;
    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: #fff;
    display: flex !important;
    align-items: center;
}

.header {
    float: left;
    width: 100%;
    display: inline-block;
    position: initial;
    font-family: 'Bw Modelica';
    /* position: relative; */
    /* z-index: 2; */
}

.nav-up {
}


/*------------------------------------------ header animation ------------------------------------------*/



/*------------------------------------------ banner style ------------------------------------------*/
.banner {
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
    padding-top: 80px;
}

    .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;
        height: 100%;
    }

.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: auto;
}

.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 {
    display: flex;
    align-items: center;
    float: left;
    justify-content: flex-start;
    position: relative;
}

.header .menu nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}

.header .menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.header .menu .other-link {
    display: flex;
    align-items: center;
}

.header .menu ul li {
    float: left;
    display: inline-block;
    position: initial;
}

    .header .menu ul li a {
        font-size: 16px;
        float: left;
        display: flex;
        font-weight: bold;
        text-decoration: none;
        transition: all 500ms;
        color: #707070;
        padding: 0 15px;
        align-items: center;
        justify-content: center;
        transition: all 500ms ease;
        position: relative;
    }

.header .menu .other-link .search_button {
    color: #dadfe9;
    font-size: 18px;
    background: #007cc3;
    display: flex;
    align-items: center;
    padding: 10px 10px;
    height: 36px;
    position: relative;
    text-decoration: none;
    transition: all 500ms ease;
}


    .header .menu .other-link .search_button:after {
        display: inline-block;
        content: '';
        width: 100%;
        height: 22px;
        position: absolute;
        right: 0;
        top: 100%;
        background: inherit;
    }

.header .other-link .language {
    float: left;
    display: inline-block;
    position: relative;
    margin-left: 0;
    padding: 0;
    font-weight: 500;
    margin-left: 5px;
}

    .header .other-link .language:after {
        display: inline-block;
        content: '';
        width: 100%;
        height: 22px;
        position: absolute;
        right: 0;
        top: 100%;
        background: #da4848;
    }

    .header .other-link .language .language_button {
        color: #fff;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        width: 101px;
        transition: all 500ms ease;
        background: #da4848;
        padding: 10px 5px;
        height: 36px;
        position: relative;
    }

    .header .other-link .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: calc(100% + 22px);
        background: #cd4040;
        width: 100%;
        border: 0;
        flex-wrap: wrap;
        padding: 5px 0;
    }

    .header .other-link .language .language_button i {
        margin-right: 10px;
        font-size: 115%;
    }

    .header .other-link .language:hover > ul {
        visibility: visible;
        transform: translateY(0);
        opacity: 1;
    }

    .header .other-link .language ul li {
        width: 100%;
        display: inline-block;
        float: left;
    }

        .header .other-link .language ul li a, .header .other-link .language ul li a:hover {
            width: 100%;
            display: inline-block;
            float: left;
            padding: 5px 10px;
            text-align: center;
            color: #fff;
            font-size: 16px;
            text-decoration: none;
            font-weight: bold;
        }

        .header .other-link .language ul li:last-child a {
            border: 0;
        }

    .header .other-link .language .language_button [class^="icon-"] {
        margin-right: 7.5px;
    }

    .header .other-link .language .language_button:after {
        content: "\f107";
        font-family: 'FontAwesome';
        margin-left: 7.5px;
    }

.header .menu ul li.dropdown > a:after {
    content: "\e90f";
    display: flex;
    align-items: center;
    justify-content: center;
    background: #da4848;
    float: right;
    width: 19px;
    height: 15px;
    margin-left: 5px;
    color: #fff;
    font-family: 'icomoon';
    font-size: 9px;
}

.header .menu ul li a:hover {
    color: #da4848;
}

.header .menu .other-link .search_button:hover {
    background: #0368a2;
}


.search-box .searchWrapper {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
    text-align: center;
}

.search-box {
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    left: 0;
    display: inline-block;
    height: 100%;
    top: 0;
    z-index: 2;
    overflow: hidden;
    width: 0%;
    -webkit-transition: all 450ms;
    -o-transition: all 450ms;
    transition: all 450ms;
}

    .search-box .close-button {
        position: absolute;
        right: 20px;
        top: 20px;
        color: #fff;
        font-size: 32px;
        display: inline-block;
        cursor: pointer;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
        display: none;
    }

        .search-box .close-button:hover {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .search-box .searButton {
        position: absolute;
        right: 0;
        width: 35px;
        line-height: 35px;
        height: 35px;
        background: #8f2729;
        border: 0;
        text-align: center;
        color: #fff;
        border-radius: 0;
    }

    .search-box.actived {
        width: 100%;
    }

    .search-box .searchButton {
        position: absolute;
        right: 0;
        top: 0;
        width: 35px;
        height: 35px;
        text-align: center;
        color: #fff;
        font-size: 18px;
        border: 0;
        background: #8f2729;
        line-height: 35px;
    }

    .search-box .disTab {
        display: table;
        width: 100%;
        height: 100%;
    }

    .search-box .verMid {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 100%;
    }

.search-box {
    /* width: 100%; */
    /* display: inline-block; */
    /* float: left; */
    /* position: relative; */
    /* text-align: center; */
}

    .search-box input {
        padding: 20px 20px;
        border: 0;
        border-bottom: 1px solid;
        background: transparent;
        border-color: #ffffffa6;
        color: #fff;
        display: inline-block;
        float: left;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 76px;
        font-size: 20px;
    }

    .search-box:before {
        content: '';
        background: url(../images/other-logo-white.svg);
        background-size: cover;
        width: 250px;
        height: 140px;
        display: inline-block;
        position: absolute;
        top: -180px;
        left: 50%;
        margin-left: -125px;
    }

    .search-box .search-button {
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        text-align: right;
        height: 65px;
        background: transparent;
        border: 0;
        color: #fff;
        font-size: 22px;
        cursor: pointer;
        outline: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .search-box input::-webkit-input-placeholder {
        color: #fff;
        font-size: 20px;
    }

    .search-box input::-moz-placeholder {
        color: #fff;
        font-size: 20px;
    }

    .search-box input:-ms-input-placeholder {
        color: #fff;
        font-size: 20px;
    }

    .search-box input:-moz-placeholder {
        color: #fff;
        font-size: 20px;
        font-size: 20px;
    }

.header .menu ul li.dropdown .dropdown_menu {
    position: absolute;
    left: 0;
    top: 100%;
    background: #007cc3;
    width: 100%;
    padding: 30px 0;
    transition: all 600ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
}

.header .menu {
    position: initial;
}

    .header .menu ul li.dropdown .dropdown_menu .wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        float: left;
        flex-wrap: wrap;
        align-items: center;
    }

        .header .menu ul li.dropdown .dropdown_menu .wrapper ul {
            flex-wrap: wrap;
            width: 550px;
            max-width: 100%;
            order: 1;
            max-height: 350px;
        }

            .header .menu ul li.dropdown .dropdown_menu .wrapper ul li {
                float: left;
                width: 50%;
                display: inline-block;
            }

                .header .menu ul li.dropdown .dropdown_menu .wrapper ul li a {
                    width: 100%;
                    display: inline-block;
                    color: #fff;
                    padding: 4px 0;
                    font-size: 16px;
                    font-weight: normal;
                    font-family: 'RNS Sanz';
                    transition: all 500ms ease;
                }

    .header .menu ul li.dropdown .dropdown_menu .container .row {
        display: flex;
        justify-content: flex-end;
    }


    .header .menu ul li.dropdown.active .dropdown_menu {
        visibility: visible;
        opacity: 1;
        transform: translateY(0px);
    }

body.menu-active {
    overflow: hidden;
}

body:before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 8;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
}

body.menu-active:before {
    visibility: visible;
    opacity: 1;
}

.banner-button {
    width: 100%;
    display: inline-block;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
}

    .banner-button .container {
        display: flex;
        justify-content: flex-end;
        padding-right: 30px;
    }

        .banner-button .container .button {
            transition: all 500ms ease;
            text-decoration: none;
            display: flex;
            align-items: stretch;
            justify-content: space-between;
            float: left;
            height: 84px;
            background: #fcfcfc;
            width: auto;
            max-width: 100%;
            font-size: 17px;
            color: #061a93;
            font-weight: bold;
            width: auto;
            padding: 0 15px;
        }

            .banner-button .container .button .left {
                float: left;
                width: 100%;
                display: flex;
                align-items: center;
                padding: 0 30px;
                justify-content: center;
            }

            .banner-button .container .button .right {
                float: left;
                width: 30%;
                display: flex;
                align-items: center;
                padding: 0 20px;
                justify-content: flex-end;
                background: #f3f3f3;
                transition: all 500ms ease;
            }

            .banner-button .container .button .left i {
                margin-right: 10px;
                font-size: 250%;
                color: #0078c1;
                transform: rotate(10deg);
            }

.page-wrapper {
    width: 100%;
    display: inline-block;
    float: left;
}

.section {
    padding: 30px 0;
    width: 100%;
    display: inline-block;
}

    .section .gray-title {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
        font-size: 36px;
        color: #737373;
        font-weight: 500;
        margin-bottom: 40px;
    }

.section_11 .logo_box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

    .section_11 .logo_box img {
        max-width: 100%;
        display: inline-block;
        width: auto;
    }

.section .text-container {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 22px;
    color: #8c8c8c;
    line-height: 25px;
}

.section .fake-button {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 30px;
    font-weight: 600;
    color: #383838;
    font-size: 22px;
    transition: all 500ms ease;
}

    .section .fake-button .dot {
        width: 100%;
        display: inline-block;
        float: left;
        color: #007cc3;
        font-size: 19px;
        margin-top: 8px;
        transition: all 500ms ease;
    }

        .section .fake-button .dot i {
            margin: 0 2px;
        }

.page-wrapper .section.section_22 {
    padding: 50px 0;
    margin: 50px 0;
    min-height: 600px;
    position: relative;
    margin-top: 140px;
}

    .page-wrapper .section.section_22 .left {
        position: absolute;
        left: 0;
        top: -40px;
        width: 60%;
    }

    .page-wrapper .section.section_22 .container, .page-wrapper .section.section_22 .container .row, .page-wrapper .section.section_22 .container .row .col-12 {
        position: initial;
    }

    .page-wrapper .section.section_22 .right {
        position: absolute;
        right: 0;
        top: 0;
        width: 40%;
        padding: 20px 0;
        padding-right: 17.5%;
    }

.product_slider {
    width: 100%;
    display: inline-block;
    float: left;
    height: auto;
    display: flex;
    align-items: center;
}

    .product_slider .item {
        width: 100%;
        display: inline-block;
        float: left;
        padding: 30px 15px;
    }

        .product_slider .item a {
            width: 100%;
            display: inline-block;
            float: left;
            transition: all 500ms ease;
            background: #fff;
        }

            .product_slider .item a .img {
                float: left;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: all 500ms ease;
            }

                .product_slider .item a .img img {
                    width: auto;
                    max-width: 100%;
                    display: inline-block;
                    float: left;
                    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.05);
                }

            .product_slider .item a .title {
                width: 100%;
                float: left;
                margin: 20px 0;
                font-size: 16px;
                color: #0078c1;
                display: flex;
                justify-content: center;
                align-items: center;
                line-height: 20px;
                font-weight: bold;
            }

.page-wrapper .section.section_22 .right .wrapper {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 15px 40px;
}

.page-wrapper .section.section_22:before {
    content: '';
    width: 75%;
    height: calc(100% - 175px);
    position: absolute;
    right: 0;
    top: -90px;
    background: #ff4a4a;
}

.section .white-title {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 36px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px;
}

.page-wrapper .section.section_22 .right .wrapper .text-container {
    color: #e9e9e9;
    font-size: 20px;
}

.section .detail_button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: left;
    text-decoration: none;
    margin-top: 30px;
    max-width: 100%;
    width: 220px;
    height: 78px;
    font-size: 22px;
    color: #383838;
    background: #e6e6e6;
    padding: 0 25px;
    font-weight: 500;
    transition: all 500ms ease;
}

    .section .detail_button [class^="icon-"] {
        font-size: 200%;
    }

.page-wrapper .section.section_22 .right .wrapper .detail_button {
    float: right;
}

.section .detail_button:Hover {
    background: #80c3be;
    color: #fff;
}

.product_slider .item a:hover {
    transform: translateY(-15px);
}

    .product_slider .item a:hover .img {
        box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.09);
    }

/*
    homepage news slider
*/
.page-wrapper .section.section-3 .container, .page-wrapper .section.section-3 .row, .page-wrapper .section.section-3 .col-12 {
    position: initial;
    max-width: 100% !important;
    padding: 0;
    margin: 0;
}

.section-3 .left {
    width: 55%;
    display: inline-block;
    float: right;
    position: absolute;
    right: -1px;
    top: -10px;
    height: 100%;
}

.section-3 .right {
    width: 45%;
    float: left;
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    padding: 0;
    color: #fff;
    padding-left: 15%;
    padding-right: 40px;
}

.news-slider-wrapper {
    width: 100%;
    display: inline-block;
    float: left;
    z-index: 1;
    position: relative;
}

.section-3 .right .news-slider {
    float: left;
    width: 100%;
    display: inline-block;
}

.section-3 .left .news-slider {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    position: relative;
}

    .section-3 .left .news-slider .owl-nav {
        display: none;
    }

    .section-3 .left .news-slider .owl-carousel, .section-3 .left .news-slider .owl-carousel .owl-stage-outer, .section-3 .left .news-slider .owl-carousel .owl-stage-outer .owl-stage, .section-3 .left .news-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item, .section-3 .left .news-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
        height: 100%;
    }

    .section-3 .left .news-slider .item a {
        width: 100%;
        display: inline-block;
        float: left;
        height: 100%;
    }

        .section-3 .left .news-slider .item a .img {
            width: 100%;
            height: 100%;
            display: inline-block;
            float: left;
            position: relative;
            padding-right: 0;
        }

            .section-3 .left .news-slider .item a .img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
                display: inline-block;
                float: left;
                position: relative;
                z-index: 2;
            }



    .section-3 .left .news-slider .owl-carousel .owl-item {
        opacity: .4;
        transition: all 500ms ease;
    }

        .section-3 .left .news-slider .owl-carousel .owl-item.active {
            opacity: 1;
        }

.section-3 .right .news-slider .item > a {
    color: #ffffff;
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 22px;
    text-decoration: none;
    line-height: 23px;
}

.section-3 .right .news-slider .item a .title {
    color: #f9f9f9;
    font-size: 22px;
    margin-bottom: 30px;
    width: 100%;
    display: inline-block;
    float: left;
}

.section-3 .right .news-slider .item a .text {
    width: 100%;
    display: inline-block;
    float: left;
    color: #e8e8e8;
    font-size: 15px;
    font-weight: 300;
}

    .section-3 .right .news-slider .item a .text .fake-button {
        color: #003f7d !important;
        display: inline-block;
        width: auto;
        background: #fff;
        font-size: 20px !important;
        padding: 10px 35px;
        border: 1px solid #fff;
        transition: all 500ms ease;
        text-decoration: none !important;
        float: right;
        margin-top: 20px;
        margin-right: 5px;
    }

.section-3 .right .news-slider .owl-nav {
    display: none;
}

.news-slider-navigation {
    z-index: 4;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
    border-radius: 40px;
    margin: 0 -5px;
}

    .news-slider-navigation li a {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        text-decoration: none;
        transition: all 500ms ease;
        border-radius: 50%;
        border: 2px solid;
        width: 38px;
        height: 38px;
        color: #80c3be;
        margin: 0 5px;
    }

.section-3 .right .news-slider .item a .text .text-short {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 200px;
}

.page-wrapper .section.section-3 {
    position: relative;
    overflow: hidden;
    background: #0078c1;
    padding: 80px 0;
}

.section-3 .right .news-slider .top {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0 10px;
}

.section-3 .right .news-slider .slider-wrapper {
    width: 100%;
    display: inline-block;
    float: left;
}

.section-3 .right .news-slider .top .title {
    display: inline-block;
    float: left;
    font-size: 30px;
    color: #f9f9f9;
    font-weight: 500;
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
}

.news-slider-navigation li {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .news-slider-navigation li a:hover {
        color: #fff;
    }

.section-3 .right .news-slider .button-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
    float: left;
}

.section-3 .right .news-slider .slider-wrapper .item {
    min-height: 240px;
    display: flex;
    align-items: center;
    align-content: center;
    float: left;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    text-align: right;
    padding: 0 10px;
}

.section-3 .left .news-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
    padding: 1px 1px;
}
/*
    homepage news slider
*/
.section_5 .box a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-family: 'RNS Miles';
    padding: 0 20px;
    padding-right: 45%;
}

.section_5 {
    padding: 100px 0;
}

    .section_5 .box:First-child a {
        justify-content: flex-end;
        padding: 0 20px;
        padding-left: 45%;
    }

    .section_5 .box a .icon {
        float: left;
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }

    .section_5 .box a .title {
        width: 100%;
        display: flex;
        align-items: center;
        float: left;
        margin-bottom: 30px;
        font-size: 20px;
        font-weight: bold;
        color: #464646;
    }

    .section_5 .box a .text {
        width: 100%;
        display: flex;
        align-items: center;
        float: left;
        margin-bottom: 0;
        color: #4a4a4a;
        font-size: 16px;
        line-height: 25px;
    }

    .section_5 .box:first-child a .text, .section_5 .box:first-child a .title, .section_5 .box:first-child a .icon {
        justify-content: flex-end;
        text-align: right;
    }

footer {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
    padding: 30px 0;
    padding-bottom: 0;
    margin-top: 40px;
    z-index: 10;
}

.footer-top {
    width: 100%;
    display: inline-block;
    float: left;
}

    .footer-top .col-12 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        align-content: center;
    }

    .footer-top .logo {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

.newsletter {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .newsletter .wrapper {
        width: 232px;
        max-width: 100%;
        display: flex;
        align-items: stretch;
        height: 40px;
        float: left;
    }

        .newsletter .wrapper .input {
            width: calc(100% - 50px);
            display: inline-block;
            float: left;
        }

            .newsletter .wrapper .input input {
                width: 100%;
                height: 100%;
                border: 0;
                text-align: center;
                background: transparent;
                outline: none;
                font-size: 14px;
                color: #f9f9f9;
                background: rgb(5,237,254);
                background: -moz-linear-gradient(45deg, rgba(5,237,254,1) 0%, rgba(74,176,254,1) 50%);
                background: -webkit-linear-gradient(45deg, rgba(5,237,254,1) 0%,rgba(74,176,254,1) 50%);
                background: linear-gradient(45deg, rgba(5,237,254,1) 0%,rgba(74,176,254,1) 50%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05edfe', endColorstr='#4ab0fe',GradientType=1 );
                /* border: 1px solid; */
                /* border-color: transparent; */
                transition: all 500ms ease;
            }

                .newsletter .wrapper .input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
                    font-size: 14px;
                    color: #f9f9f9;
                }

                .newsletter .wrapper .input input::-moz-placeholder { /* Firefox 19+ */
                    font-size: 14px;
                    color: #f9f9f9;
                }

                .newsletter .wrapper .input input:-ms-input-placeholder { /* IE 10+ */
                    font-size: 14px;
                    color: #f9f9f9;
                }

                .newsletter .wrapper .input input:-moz-placeholder { /* Firefox 18- */
                    font-size: 14px;
                    color: #f9f9f9;
                }

                .newsletter .wrapper .input input:focus {
                    background: #fff;
                    color: #000;
                    border: 1px solid;
                    border-color: #0077c1;
                }

                    .newsletter .wrapper .input input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
                        color: #000;
                    }

                    .newsletter .wrapper .input input:focus::-moz-placeholder { /* Firefox 19+ */
                        color: #000;
                    }

                    .newsletter .wrapper .input input:focus:-ms-input-placeholder { /* IE 10+ */
                        color: #000;
                    }

                    .newsletter .wrapper .input input:focus:-moz-placeholder { /* Firefox 18- */
                        color: #000;
                    }

        .newsletter .wrapper .button {
            width: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-decoration: none;
            outline: none;
            box-shadow: none;
            transition: all 500ms ease;
            background: #eaeaea;
            color: #0078c1;
            border: 1px solid #eaeaea;
            font-size: 20px;
        }

.footer {
    width: 100%;
    display: inline-block;
    float: left;
    padding-top: 40px;
    padding-bottom: 0;
}

    .footer .item ul {
        width: 100%;
        display: inline-block;
        float: left;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .footer .item ul li {
            float: left;
            width: 100%;
            display: flex;
            align-items: baseline;
            justify-content: flex-start;
        }

            .footer .item ul li a {
                float: left;
                width: 100%;
                display: inline-block;
                text-decoration: none;
                transition: all 500ms ease;
                padding: 2.5px 0;
                font-size: 14px;
                color: #878787;
            }

            .footer .item ul li.title, .footer .item ul.two-col li.title {
                width: 100%;
            }

        .footer .item ul.two-col li {
            width: 50%;
        }

        .footer .item ul li.title a {
            color: #464646;
            font-size: 16px;
            margin-bottom: 20px;
            font-weight: 500;
        }

    .footer .item.address li {
        margin: 5px 0;
        font-size: 13px;
        color: #878787;
        line-height: 18px;
        font-weight: 500;
    }

        .footer .item.address li.title {
            margin: 0;
        }

        .footer .item.address li i {
            margin-right: 10px;
            font-size: 125%;
            color: #0077c1;
        }

    .footer .item ul li a:Hover {
        color: #0077c1;
    }

    .footer .social-media {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0;
        list-style-type: none;
        margin-top: 30px;
    }

        .footer .social-media li {
            float: left;
            display: inline-block;
        }

            .footer .social-media li a {
                font-size: 22px;
                padding: 0 5px;
                text-decoration: none;
                color: #007cc3;
                border: 2px solid;
                border-radius: 50%;
                width: 40px;
                display: flex;
                align-items: center;
                justify-content: center;
                height: 40px;
                margin: 0 5px;
            }

footer:before {
    content: '';
    width: 42%;
    height: 100%;
    position: absolute;
    right: 10%;
    display: inline-block;
    background: #f9f9f9;
    top: 0;
}

.footer-copi {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
    margin-top: -2px;
}

    .footer-copi .wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        float: left;
        width: 100%;
        height: 55px;
        font-size: 14px;
        color: #444444;
    }

        .footer-copi .wrapper .footer_link {
            font-size: 14px;
            color: #444444;
            display: inline-block;
            padding: 0 10px;
            text-decoration: none;
        }

        .footer-copi .wrapper .lizbon img {
            /*height: 25px;*/
            display: inline-block;
            float: left;
            max-width: 100%;
        }

.page-wrapper.detail-page .section {
    padding: 30px 0;
}

.section .blue-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #007cc3;
    font-size: 30px;
    font-weight: bold;
    margin: 50px 0;
}

.product_list .item a {
    width: 100%;
    display: inline-block;
    float: left;
    height: 100%;
    padding: 15px 0;
    text-decoration: none;
}

    .product_list .item a .wrapper {
        width: 100%;
        display: inline-block;
        float: left;
        /* height: 100%; */
        position: relative;
    }
.product_list .item .title-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
    font-weight: bold;
    color: #000;
    font-size: 19px;
}

.product_list .item .title-wrapper .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_list .item .title-wrapper .title [class^="icon-"] {
    font-size: 150%;
    margin-left: 30px;
    transition: all 500ms ease;
}

.product_list .item a:hover .title-wrapper .title [class^="icon-"] {
    margin-left: 10px;
}
        .product_list .item a .wrapper img {
            width: 100%;
            float: left;
            height: 100%;
            object-fit: cover;
            object-position: center;
            display: inline-block;
        }

        .product_list .item a .wrapper:Before {
            content: '';
            width: 100%;
            height: 100%;
            display: inline-block;
            float: left;
            position: absolute;
            left: 0;
            top: 0;
            background: rgba(0, 0, 0, .2);
        }

        .product_list .item a .wrapper .title-wrapper {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            /* height: 100%; */
            /* position: absolute; */
            /* left: 0; */
            /* top: 0; */
        }

            .product_list .item a .wrapper .title-wrapper .title {
                display: flex;
                align-items: center;
                justify-content: center;
                float: left;
                width: 100%;
                font-size: 36px;
                color: #ffffff;
                font-weight: bold;
            }

                .product_list .item a .wrapper .title-wrapper .title [class^="icon-"] {
                    margin-left: 30px;
                    transition: all 500ms ease;
                }

    .product_list .item a:Hover .wrapper .title-wrapper .title [class^="icon-"] {
        margin-left: 10px;
    }

.product_detail_container {
    width: 100%;
    display: inline-block;
    float: left;
}

.product_detail_slider {
    width: 100%;
    display: inline-block;
    float: left;
    margin: 20px 0;
    position: relative;
}

    .product_detail_slider .item {
        width: 100%;
        display: inline-block;
        float: left;
    }

        .product_detail_slider .item a {
            width: 100%;
            display: inline-block;
            float: left;
        }

            .product_detail_slider .item a .img {
                width: 100%;
                float: left;
                display: flex;
                justify-content: center;
                align-items: center;
                background: #f7f7f7;
                padding: 60px 100px;
                position: relative;
                transform: scale(.85);
                transition: all 500ms ease;
            }

                .product_detail_slider .item a .img:before {
                    content: '';
                    width: 100%;
                    height: 100%;
                    display: inline-block;
                    float: left;
                    position: absolute;
                    left: 0;
                    top: 0;
                    background: rgba(0, 0, 0, .5);
                    transition: all 500ms ease;
                    opacity: 1;
                }

    .product_detail_slider .owl-item.center .item a .img:before {
        opacity: 0;
    }

    .product_detail_slider .owl-item.center .item .img {
        transform: scale(1);
    }

.section .text-left {
    justify-content: flex-start;
}

.product_detail_slider .fake-navigation > * {
    font-size: 50px;
    text-decoration: none;
    display: inline-block;
    float: left;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    z-index: 2;
}

.product_detail_slider .fake-navigation .prev {
    transform: rotate(180deg);
    left: 420px;
}

.product_detail_slider .fake-navigation .next {
    right: 420px;
}

.product_detail_slider .owl-nav {
    display: none;
}

.product_detail_newsletter {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 40px 0;
}

    .product_detail_newsletter .wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 570px;
        margin: 0 auto;
        max-width: 100%;
        background: #f7f7f7;
        padding: 15px;
        align-items: stretch;
    }

        .product_detail_newsletter .wrapper .input {
            float: left;
            width: calc(100% - 170px);
            display: inline-block;
            float: left;
        }

            .product_detail_newsletter .wrapper .input input {
                width: 100%;
                height: 40px;
                border: 0;
                background: transparent;
                text-align: center;
                border-bottom: 1px solid #d7d7d7;
                padding: 0 10px;
                padding-left: 50px;
                font-size: 20px;
                color: #bbbbbb;
                font-weight: 500;
            }

                .product_detail_newsletter .wrapper .input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
                    font-size: 20px;
                    color: #bbbbbb;
                    font-weight: 500;
                }

                .product_detail_newsletter .wrapper .input input::-moz-placeholder { /* Firefox 19+ */
                    font-size: 20px;
                    color: #bbbbbb;
                    font-weight: 500;
                }

                .product_detail_newsletter .wrapper .input input:-ms-input-placeholder { /* IE 10+ */
                    font-size: 20px;
                    color: #bbbbbb;
                    font-weight: 500;
                }

                .product_detail_newsletter .wrapper .input input:-moz-placeholder { /* Firefox 18- */
                    font-size: 20px;
                    color: #bbbbbb;
                    font-weight: 500;
                }

            .product_detail_newsletter .wrapper .input:Before {
                content: "\f0e0";
                font-family: 'FontAwesome';
                display: flex;
                justify-content: center;
                align-items: center;
                height: 40px;
                width: 40px;
                position: absolute;
                font-size: 125%;
                color: #007cc3;
            }

        .product_detail_newsletter .wrapper .button {
            width: 170px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-decoration: none;
            outline: none;
            box-shadow: none;
            font-size: 20px;
            color: #007cc3;
            font-weight: bold;
            transition: all 500ms ease;
        }

            .product_detail_newsletter .wrapper .button [class^="icon-"] {
                width: 42px;
                height: 42px;
                display: flex;
                justify-content: center;
                align-items: center;
                border: 2px solid;
                margin-left: 15px;
                border-radius: 50%;
                color: #808080;
                font-weight: bold;
                font-size: 19px;
                letter-spacing: -3px;
                transition: all 500ms ease;
            }

            .product_detail_newsletter .wrapper .button:hover [class^="icon-"] {
                margin-left: 5px;
                background: #007cc3;
                color: #fff;
                border-color: #007cc3;
            }

.product_detail_tab {
    width: 100%;
    display: inline-block;
    float: left;
    margin: 30px 0;
}

    .product_detail_tab .tab {
        overflow: hidden;
        display: flex;
        justify-content: center;
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

        .product_detail_tab .tab div {
            background-color: inherit;
            float: left;
            border: none;
            outline: none;
            transition: all 500ms ease;
            display: flex;
            cursor: pointer;
            font-size: 30px;
            color: #8b8b8b;
            font-weight: bold;
            padding: 30px 30px;
        }

            .product_detail_tab .tab div.active, .product_detail_tab .tab div:hover {
                color: #007cc3;
            }

    .product_detail_tab .tabcontent {
        display: none;
        padding: 0;
        -webkit-animation: fadeEffect 1s;
        animation: fadeEffect 1s;
        float: left;
        width: 100%;
    }
    .banner.detail-page > img {
    width: 100%;
    display: inline-block;
    float: left;
    object-fit: cover;
    object-position: center;
    min-height: 200px;
}
@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.product_detail_tab .tabcontent .wrapper {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 40px;
    min-height: 300px;
}

.product_detail_tab .tab-content-wrapper {
    width: 100%;
    display: inline-block;
    float: left;
    background: #f9f9f9;
}

.video-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    float: left;
    padding: 0;
    list-style-type: none;
    margin: -15px -15px;
    width: calc(100% + 30px);
}

    .video-list li {
        float: left;
        width: calc(33.333333333333336% - 30px);
        margin: 15px 15px;
    }

        .video-list li a {
            float: left;
            width: 100%;
            display: inline-block;
            position: relative;
            transition: all 500ms ease;
        }
.video-list li a[data-fancybox="gallery"]:before {content: "\f144";width: 100%;height: 100%;display: inline-block;position: absolute;left: 0;top: 0;font-family: 'FontAwesome';background: rgba(0, 0, 0, .5);display: flex;align-items: center;justify-content: center;color: #fff;font-size: 80px;}
            .video-list li a .img {
                float: left;
                width: 100%;
                display: inline-block;
            }

                .video-list li a .img img {
                    float: left;
                    width: 100%;
                    display: inline-block;
                }

            .video-list li a .title {
                width: 100%;
                display: inline-block;
                float: left;
                margin-top: 15px;
                font-size: 20px;
                font-weight: 600;
                color: #007cc3;
            }

            .video-list li a:hover {
                transform: translateY(-15px);
            }

.blue-navigation {
    width: 100%;
    display: inline-block;
    float: left;
    left: 0;
    top: 80px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 3;
}

.corporate_container {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
}

.blue-navigation .wrapper {
    float: right;
    width: 72%;
    display: inline-block;
    background: #007cc3;
    margin: 0 16px;
}

.blue-navigation .wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    height: 40px;
    align-items: center;
}

.blue-navigation .wrapper ul li a {
    font-size: 16px;
    float: left;
    display: inline-block;
    color: #fff;
    padding: 0 15px;
    text-decoration: none;
    transition: all 500ms ease;
    font-weight: 400;
}

.blue-navigation .wrapper ul li.active a, .blue-navigation .wrapper ul li.active a:hover {
    font-weight: bold;
    color: #fff;
}

.blue-navigation .wrapper ul li a:hover {
    color: #e2e2e2;
}

.corporate_container .gray-title {
    margin: 0;
    margin-top: 50px;
    margin-bottom: 30px;
}

.corporate_container .section_container {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
}

.corporate_container .section_container:Before {
    content: '';
    left: 10%;
    width: 48%;
    display: inline-block;
    position: absolute;
    top: 0;
    height: 620px;
    background: #f9f9f9;
    z-index: 1;
}

.corporate_container .section_container .section {
    position: relative;
    z-index: 2;
    padding: 70px 0;
}

.corporate_container .section_container .section .image .img {
    width: 100%;
    display: inline-block;
    float: left;
}

.corporate_container .section_container .section .image .img img {
    width: 100%;
    display: inline-block;
    float: left;
}

.corporate_container .section_container .section .content .wrapper {
    width: 100%;
    display: inline-block;
    float: left;
}

.corporate_container .section_container .section .content .wrapper .blue-title {
    margin: 0;
    margin-bottom: 20px;
}

.section .text-container b {
    color: #007cc3;
    font-weight: 500;
}

.corporate_container .section_container .section .content .wrapper .text-container, .corporate_container .section_container .section .content .wrapper {
    line-height: 28px;
}
.corporate_container .section_container .section:nth-child(even) .image {
    order: 2;
}

.corporate_container .section_container .section:nth-child(even) .content {
    order: 1;
}
.corporate_container .section_container .section:nth-child(even) .content .wrapper {
    padding-right: 30px;
}

.corporate_container .section_container .section:nth-child(odd) .content .wrapper {
    padding-left: 20px;
}
.gallery {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    width: calc(100% + 20px);
    margin: 0 -10px;
}

.gallery li {
    float: left;
    display: inline-block;
    width: calc(25% - 20px);
    margin: 10px 10px;
}

.gallery li a {
    float: left;
    display: inline-block;
    width: 100%;
}

.gallery li .img {
    float: left;
    display: inline-block;
    width: 100%;
}

.gallery li .img img {
    width: 100%;
    display: inline-block;
    float: left;
    height: 300px;
    object-fit: cover;
    object-position: center;
}



/*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: #007cc3;
                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;
    }


.page-wrapper.detail-page.contact-page .section-title {
    float: left;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 20px;
}

    .page-wrapper.detail-page.contact-page .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;
    }

    .page-wrapper.detail-page.contact-page .section-title .line-wrapper .line {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 2px;
        margin-top: -3px;
        background: #007cc3;
        -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;
    }

        .page-wrapper.detail-page.contact-page .section-title .line-wrapper .line:before {
            content: "";
            position: absolute;
            right: 2px;
            display: block;
            width: 15px;
            height: 2px;
            background: #007cc3;
            -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;
        }

        .page-wrapper.detail-page.contact-page .section-title .line-wrapper .line:after {
            content: "";
            position: absolute;
            left: 6px;
            display: block;
            width: 20px;
            height: 2px;
            background: #007cc3;
            -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;
}



.page-wrapper.detail-page.contact-page {
    padding: 0;
}


.news-list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    float: left;
    margin: 0 -15px;
    width: calc(100% + 30px);
}

.news-list li {
    float: left;
    width: calc(25% - 30px);
    display: inline-block;
    margin: 15px 15px;
}

.news-list li .box {
    width: 100%;
    display: inline-block;
    float: left;
}

.news-list li .box a {
    width: 100%;
    display: inline-block;
    float: left;
    transition: all 500ms ease;
}

.news-list li .box a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    display: inline-block;
}

.news-list li .box .newarea {
    float: left;
    width: 100%;
    display: inline-block;
    float: left;
    padding: 15px 15px;
    /* border: 1px solid #ddd; */
    border-top: 0;
    box-shadow: 1px 1px 4px #eaeaea;
    transition: all 500ms ease;
}

.news-list li .box .newarea .title {
    width: 100%;
    display: flex;
    float: left;
    font-size: 20px;
    font-weight: 800;
    color: #4a4a4a;
    font-family: 'RNS Miles';
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.news-list li .box .newarea .title .date {
    color: #f12741;
    font-weight: 100;
    font-size: 70%;
    width: 100%;
    display: inline-block;
    float: left;
    order: 1;
    margin-bottom: 5px;
}

.news-list li .box .newarea .text {
    width: 100%;
    display: flex;
    float: left;
    font-size: 16px;
    font-weight: 500;
    color: #4a4a4a;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow:hidden;
    height: 60px;
}

.news-list li .box .newarea .title > span:first-child {
    width: 100%;
    display: inline-block;
    float: left;
    order: 2;
}
.page-wrapper.detail-page.news-page {
    padding: 30px 0;
}
.page-wrapper.detail-page.news-page .news-detail {
    float: left;
    width: 100%;
    display: inline-block;
}

.page-wrapper.detail-page.news-page .news-detail .newarea {
    float: left;
    width: 100%;
    display: inline-block;
}

.page-wrapper.detail-page.news-page .news-detail .newarea img {
    float: left;
    width: 100%;
    max-width: 700px;
    display: inline-block;
    padding-right: 20px;
}
.page-wrapper.detail-page.news-page .section-title .date {
    width: 100%;
    display: inline-block;
    float: left;
    color: #f12741;
    margin-bottom: 5px;
    font-weight: 600;
}

.page-wrapper.detail-page.news-page .section-title {
    flex-wrap: wrap;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section .section-title .fake_navigation_button > a:hover {
    color: #f12741;
}
.page-wrapper.detail-page.news-page .section-title .title {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
    float: left;
    font-size: 30px;
    font-weight: 800;
    color: #4a4a4a;
    font-family: 'RNS Miles';
}

.page-wrapper.detail-page.news-page .section-title .title .all_button {
    color: #da4848;
    text-decoration: none;
    font-size: 70%;
    transition: all 500ms ease;
    display: inline-block;
    float: left;
    font-weight: 600;
}
.page-wrapper.detail-page.news-page .section-title .title .all_button:hover {
    color: #007cc3;
}
.news-list li .box a:Hover {
    transform: translateY(-15px);
}

.news-list li .box a:hover .newarea {
    box-shadow: 1px 1px 30px #d2d2d2;
}
.banner_item_slider.slider-1 .item a:Hover:after, .banner_item_slider.slider-1 .item.selected a:after {
    bottom: -130px;
}
.page-wrapper.detail-page.news-page .news-detail .newarea .text-container {
    line-height: 30px;
}

.section .form {
    float: left;
    width: 100%;
    display: inline-block;
    margin: 0 -10px;
    width: calc(100% + 20px);
}

.section .form .input {
    width: calc(50% - 20px);
    display: inline-block;
    float: left;
    margin: 10px 10px;
}

.section .form .input input, .section .form .input textarea {
    width: 100%;
    display: inline-block;
    float: left;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 15px;
    color: #727272;
    font-size: 15px;
}

.section .form .input .form-button {
    width: 100%;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 0;
    background: #007cc3;
    color: #fff;
    font-weight: bold;
    padding: 0;
    text-decoration: none;
    cursor: pointer;
    transition: all 500ms ease;
    outline: none;
    box-shadow: none;
}

.section .form .input .form-button:hover {
    background: #016aa7;
}

.section .form .input input:focus {
    border-color: #2c2c2c;
}

.services_form .section .wrapper {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    width: 700px;
    max-width: 100%;
}

.section .form .input.full {
    width: calc(100% - 20px);
}

.section .form .input textarea {
    height: 120px;
    padding: 15px;
}
.services_form .section .wrapper .blue-title {
    margin: 20px 0;
}
.header .menu ul li.dropdown .dropdown_menu .wrapper .all_button {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 20px;
    float: left;
    width: 550px;
    max-width: 100%;
    background: #fff;
    height: 40px;
    color: #007cc3;
    text-decoration: none;
    order: 2;
}.section .detail-button {
    width: 100%;
    display: inline-block;
    float: left;
    cursor: pointer;
}

.section .detail-button:hover .fake-button, .section .detail-button:hover .fake-button .dot {
    color: #ff4a4a;
}
.header .menu ul li.dropdown > a:Before {content: '';width: 100%;height: calc(100% + 47px);background: #007cc3;position: absolute;left: 0;top: -15px;z-index: -1;opacity: 0;}

.header .menu ul li.dropdown.active > a:Before {
    opacity: 1;
}

.header .menu ul li.dropdown.active > a {
    color: #fff;
}

.header .menu .other-link .search_button {
    z-index: 2;
}

.search-box.actived + .header .menu .other-link .search_button span:before {
    content: "\e90e";
}

.search-box.actived + .header .menu .other-link .search_button {
    background: transparent;
}
.product_slider .owl-nav {
    margin: 0 !important;
    position: absolute;
    right: 0;
    top: -30px;
    padding: 0 10px;
}

.product_slider .owl-nav .owl-prev:before, .product_slider .owl-nav .owl-next:Before {
    content:'';
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    text-decoration: none;
    transition: all 500ms ease;
    border-radius: 50%;
    border: 2px solid;
    width: 38px;
    height: 38px;
    color: #fff;
    margin: 0 5px;
    font-family: 'icomoon';
}

.product_slider .owl-nav .owl-prev, .product_slider .owl-nav .owl-next {
    background: transparent !important;
    padding: 0  !important;
    margin: 0 !important;
    color: transparent !important;
    font-size: 0 !important;
}

.product_slider .owl-nav .owl-prev:before {
    content: "\e912";
}

.product_slider .owl-nav .owl-next:Before {
    content: "\e907";
}
.header .menu ul li.dropdown .dropdown_menu .wrapper ul li .img {
    width: 100%;
    display: inline-block;
    float: left;
    height: 190px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.header .menu ul li.dropdown .dropdown_menu .wrapper ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: inline-block;
    float: left;
}
.banner-button .container .button .social-media {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-button .container .button .social-media li {
    float: left;
    display: inline-block;
}

.banner-button .container .button .social-media li a {
    float: left;
    display: inline-block;
    font-size: 22px;
    padding: 0 5px;
    text-decoration: none;
    color: #007cc3;
    border: 2px solid;
    border-radius: 50%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin: 0 5px;
}
/*RESPONSIVE*/

@media (max-width: 1600px) {
    footer:before {
    right: 5%;
}
    .product_slider {
    height: 350px;
}

.page-wrapper .section.section_22:before {
    height: calc(100% - 185px);
}

.page-wrapper .section.section_22 .right {
    padding-right: 15%;
}
}

@media (max-width: 1400px) {
    .product_detail_slider .fake-navigation .prev {
    left: 270px;
}

.product_detail_slider .fake-navigation .next {
    right: 270px;
}
    footer:before {
    right: 0%;
    width: 54%;
}
    .page-wrapper .section.section_22:before {
    top: -40px;
}
    .page-wrapper .section.section_22 .right {
    padding-right: 10%;
}
    .page-wrapper .section.section_22 .right .wrapper .text-container {
    font-size: 18px;
}
    .header .menu ul li a {
    font-size: 15px;
}
}

@media (min-width: 1200px) {

    .container {
        max-width: 1280px !important;
    }
}
@media (max-width: 1200px) {
    .product_detail_slider .fake-navigation .prev {
    left: 220px;
}

.product_detail_slider .fake-navigation .next {
    right: 220px;
}
.product_detail_tab .tab div {
    font-size: 24px;
}
    .blue-navigation {
    top: 91px;
    background: #007cc3;
}

    .gallery li .img img {
    height: 200px;
}
    .blue-navigation .wrapper {
    width: 100%;
}
    .news-list li {
    width: calc(33.333333333333336% - 30px);
}
    .footer .item {
    margin: 15px 0;
}

.footer .item ul li, .footer .item ul li.title a, .footer .item ul li a {
    justify-content: center;
    display: flex;
    align-items: center;
}

.footer .item ul.two-col li:nth-child(even) a {
    justify-content: flex-end;
}

.footer .item ul.two-col li:nth-child(odd) a {
    justify-content: flex-start;
}

.footer .item ul li.title a {
    justify-content: center !important;
}

.footer .item ul.two-col li {
    padding: 0 10px;
}
    .banner {
    padding-top: 91px;
}
    .section-3 .right {
    padding-left: 7.5%;
}
    .header .menu nav {
    flex-wrap: wrap;
}

.header .menu ul {
    order: 2;
    margin-bottom: 5px;
    margin-top: 15px;
}

.header .menu .other-link {
    order: 1;
    justify-content: flex-end;
    width: 100%;
}

.header .menu .other-link .search_button:after, .header .other-link .language:after {
    display: none;
}

header {
    height: auto;
    padding: 10px 0;
}

.header .menu ul li a {
    font-size: 15px;
    padding: 0 10px;
}

.banner-button .container .button {
    width: 360px;
    height: 84px;
}

.banner-button .container .button .left {
    padding: 0 20px;
}

.banner-button .container .button {
    font-size: 16px;
}
    .page-wrapper .section.section_22:before {
    width: 100%;
    height: calc(100% - 110px);
}

.product_slider .item a .title {
    color: #fff;
}
.page-wrapper .section.section_22 .right {
    padding-right: 3%;
}
}

@media (min-width: 992px) {
    .blue-navigation .mobile {
        display: none;
    }
}

@media (max-width: 992px) {
    .product_detail_slider .fake-navigation > * {
    font-size: 30px;
    margin-top: -15px;
}
    .product_detail_slider .fake-navigation .prev {
    left: 160px;
}

.product_detail_slider .fake-navigation .next {
    right: 160px;
}
.blue-navigation {
    top: 121px;
}


    .corporate_container .gray-title {
    margin: 30px 0 0 0;
}

 .blue-navigation .wrapper .select {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
}

.blue-navigation .wrapper .select select {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: all 500ms ease;
    padding: 0;
    width: 100%;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    position: relative;
    z-index: 1;
    background: transparent;
    height: 42px;
    padding: 0 15px;
}

.blue-navigation .wrapper .select:after {
    content: "\e90a";
    position: absolute;
    right: 0;
    top: 0;
    color: white;
    font-family: 'icomoon';
    transform: rotate(180deg);
    width: 32px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .section .blue-title {
    margin: 20px 0;
    font-size: 26px;
}
    .corporate_container .section_container:Before {
    display: none;
}

.corporate_container .section_container .section .image {
    margin-bottom: 30px;
    order: 1 !important;
}
.corporate_container .section_container .section .content {
    order: 2 !important;
}
.corporate_container .section_container .section:nth-child(odd) .content .wrapper {
    padding: 0;
}

.corporate_container .section_container .section {
    padding: 30px 0;
}

.gallery li {
    width: calc(33.333333333333336% - 20px);
}
    .page-wrapper.detail-page.contact-page .section-title .title {
    font-size: 30px;
}
        .news-list li {
    width: calc(50% - 30px);
}
    .page-wrapper.detail-page.news-page .news-detail .newarea img {
    width: 100%;
    padding: 15px 15px;
}
footer:before {
    width: 100%;
    height: 100%;
}

.section_11 .content_box .text-container {
    text-align: center;
}
    .section-3 .right {
    height: auto;
    padding-right: 20px;
}

.section-3 .right .news-slider .button-wrapper {margin: 10px 0 30px 0;}
    .blue-navigation .dekstop {
        display: none;
    }
    .header .menu {
    z-index: 2;
    margin-top: -48px;
}

.header .logo {
    z-index: 1;
    position: relative;
    padding-top: 20px;
}

.header .menu .other-link {
    padding: 10px 0;
}

.header .other-link .language ul {
    top: calc(100% - 0px);
}
.section_11 .logo_box {
    justify-content: center;
    margin-bottom: 30px;
}

.section_11 .content_box .fake-button {
    display: flex;
    justify-content: center;
}

.section_11 .content_box .fake-button .dot {
    text-align: center;
}
.section .detail_button {
    height: 58px;
    width: 185px;
    font-size: 18px;
}
.banner {
    padding-top: 121px;
}
}
@media (min-width: 767px){
		.header .menu ul li.dropdown .dropdown_menu .wrapper.img-list ul li {width: 33.333333333333336%;}

.header .menu ul li.dropdown .dropdown_menu .wrapper.img-list ul {
    width: 750px;
}
        /*Mobile Menu*/
    .menu .logo, .menu .close-icon, .mobile-menu-button {
        display: none;
    }

    /*Mobile Menu*/
}
@media (max-width: 767px) {

	.product_slider {
    margin-top: 30px;
}
    .search-box {
    z-index: 10;
}

.search-box .close-button {
    display: inline-block;
}

.search-box.actived + .header .menu .other-link .search_button {
    background: #0368a2;
}

.search-box.actived + .header .menu .other-link .search_button span:before {
    content: "\e905";
}
    .header .menu ul li.dropdown > a:Before {
    display: none;
}

.header .menu ul li.dropdown .dropdown_menu .wrapper ul li .img {
    display: none;
}
    .product_detail_slider .item a .img {
    padding: 30px 30px;
}

.product_detail_slider .fake-navigation .prev {
    left: 90px;
}

.product_detail_slider .fake-navigation .next {
    right: 90px;
}

.product_detail_newsletter .wrapper .input input {text-align: center;padding: 0;}
    .video-list li {
    width: calc(50% - 20px);
    margin: 10px 10px;
}

.video-list {
    margin: -10px -10px;
    width: calc(100% + 20px);
}

.product_detail_tab .tabcontent .wrapper {
    padding: 30px;
}

.product_detail_tab .tab div {
    font-size: 24px;
    padding: 30px 20px;
}
    .product_list .item a .wrapper .title-wrapper .title {
    font-size: 24px;
}
    .blue-navigation {top: 90px;}
    .gallery li .img img {
    height: 150px;
}
    .section .text-container, .page-wrapper.detail-page.news-page .news-detail .newarea .text-container {
    font-size: 16px;
    line-height: 24px;
}
    .page-wrapper.detail-page.news-page .section-title .title {
    font-size: 22px;
}

.page-wrapper.detail-page.news-page .section-title {
    margin-bottom: 10px;
}
    header {
    height: 90px;
}

.banner {
    padding-top: 90px;
}
    /*Mobile Menu*/
    .header .menu .other-link {
    order: 2;
    justify-content: center;
    padding: 0;
    padding-top: 20px;
}
    .header .logo a {
    height: auto;
    width: auto;
}
.header {
    padding: 5px 0;
    position: relative;
}

.header .logo {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding-top: 0;
}

.header .other-link {
    order: 2;
    justify-content: center;
}

    .mobile-menu-button {
        float: right;
        color: #0077c1;
        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 {
        margin: 0;
        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;
            order: 1;
        }

    .menu .close-icon {
        position: absolute;
        top: 0;
        font-size: 24px;
        background: #da4848;
        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.active ul {
    }

    .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;
            position: relative;
        }

    .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 !important;
        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;
    }
.header .other-link .language {
    margin-top: 0;
}
    /*Mobile Menu*/
.page-wrapper .section_11 {
    padding-top: 40px;
}

.section .gray-title {
    font-size: 32px;
}
.section .text-container {
    font-size: 18px;
}
.page-wrapper .section.section_22 .left, .page-wrapper .section.section_22 .right {
    position: relative;
    left: initial;
    right: initial;
    top: initial;
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    float: left;
}
.page-wrapper .section.section_22:before {
    top: 0;
    height: 100%;
}

.page-wrapper .section.section_22 .right .wrapper {
    padding: 0 0;
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.34);
    margin-top: 40px;
}

.page-wrapper .section.section_22 .right .wrapper .detail_button {
    float: none;
    margin: 0 auto;
    margin-top: 25px;
    display: inline-flex;
}
.product_slider .item a .title {
    font-size: 20px;
}
.section-3 .left, .section-3 .right {
    width: 100%;
    position: relative;
    left: initial;
    right: initial;
    top: initial;
    display: inline-block;
    float: left;
    padding: 0 20px;
}

.news-slider-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.news-slider-wrapper .right {
    order: 2;
}

.news-slider-wrapper .left {
    order: 1;
    padding: 20px 20px;
}
.section-3 .right .news-slider .top .title {
    text-align: center;
}

.news-slider-navigation {
    margin: 0 auto;
}

.section-3 .right .news-slider .item a .title, .section-3 .right .news-slider .item a .text {
    text-align: center;
}

.section-3 .right .news-slider .button-wrapper {
    justify-content: center;
}

.page-wrapper .section.section-3 {
    padding: 10px 0;
}
.section_5 .box a {
    padding: 20px 20px !important;
    justify-content: center;
}

.section_5 .box a .text, .section_5 .box a .title, .section_5 .box a .icon {
    justify-content: center !important;
    text-align: center !important;
}
.section_5 {
    padding: 50px 0;
}
.footer-copi .wrapper {
    flex-wrap: wrap;
    padding: 10px 0;
    height: auto;
}

.footer-copi .wrapper > * {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
.page-wrapper .section.section_22 {
    margin-top: 20px;
}
.section_11 .logo_box img {
    max-width: 250px;
}
.banner-button .container .button {
    font-size: 15px;
    width: 300px;
    height: 60px;
}

.banner-button .container .button .left {
    padding: 0 15px;
    justify-content: center;
}

.banner-button .container .button .left i {
    font-size: 175%;
}
body:before {
    display: none;
}

body.menu-active {
    overflow: initial;
}

.header .menu ul li.dropdown .dropdown_menu {
    position: relative;
    left: initial;
    width: 100%;
    display: inline-block;
    float: left;
    top: initial;
    visibility: visible;
    opacity: 1;
    transform: initial;
    display: none;
    padding: 0;
}

.header .menu ul li.dropdown.active .dropdown_menu {
    display: inline-block;
}

.header .menu nav ul li {
    flex-wrap: wrap;
}

.header .menu ul li.dropdown .dropdown_menu .wrapper ul li {
    width: 100%;
}

.header .menu ul li.dropdown .dropdown_menu .wrapper ul li a {
    padding: 10px 0;
    border-color: rgba(255, 255, 255, 0.30);
    color: #fff !important;
}

.header .menu ul li.dropdown .dropdown_menu > .container {
    padding: 0;
}

.header .menu ul li.dropdown .dropdown_menu .wrapper ul {
    margin: 0;
    overflow-y: scroll;
}
.header .menu ul li.dropdown .dropdown_menu .wrapper .all_button {
    padding: 0;
    background: #da4848;
    color: #fff !important;
}
}
@media (max-width: 576px) {
        .product_list .item a{
        padding:10px 0;
    }
    .page-wrapper.detail-page.news-page {
    padding: 0;
}
            .news-list li {
    width: calc(100% - 30px);
}
    .homepage.banner .carousel-item > img {
    min-height: 320px;
}
.footer .item ul.two-col li {
    width: 100%;
}

.footer .item ul.two-col li a {
    justify-content: center !important;
}
.section .gray-title {
    font-size: 26px;
}
.footer-copi .wrapper .footer_link {
    font-size: 13px;
    padding: 0 7.5px;
}

.form-area .form-col {
    width: calc(100% - 20px);
}

.form-area .button-wrapper {
    width: calc(100% - 20px);
    margin: 10px 10px;
}
.page-wrapper.detail-page.contact-page > .section {
    padding: 10px 0;
}
.gallery li {
    width: calc(50% - 20px);
}

.gallery li .img img {
    height: 42vw;
}
.section .form .input {
    width: calc(100% - 20px);
}
.product_detail_newsletter .wrapper .input {
    width: 100%;
}

.product_detail_newsletter .wrapper {
    flex-wrap: wrap;
}

.product_detail_newsletter .wrapper .button {
    width: 100%;
    margin-top: 20px;
}

.product_detail_tab .tab div {
    font-size: 17px;
    padding: 15px 12px;
}

.video-list li a .title {
    font-size: 17px;
}
.product_detail_slider .fake-navigation .prev {
    left: 50px;
}

.product_detail_slider .fake-navigation .next {
    right: 50px;
}

.product_detail_slider .fake-navigation > * {
    font-size: 26px;
    margin-top: -13px;
}
}
/*RESPONSIVE*/
.whatsapp{position:fixed; bottom:70px;right:7px;z-index:999999999; opacity:0.7}
.whatsapp:hover{opacity:1;}
.whatsapp img {width:65px}
.links a {
    color: #FFF;
}
.links a:hover, .links a:active, .links a:visited {
    color: #FFF; text-decoration:none;
}