/*-----------------------------------------------------------------------------
    * 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: 'Bw Mitga';
    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 ------------------------------------------*/


footer {
    width: 100%;
    float: left;
    font-family: 'RNS Sanz';
}

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: #fafafa;
    display: flex !important;
    align-items: center;
    box-shadow: 0 3px 1px rgba(0, 0, 0, 0.24);
    font-family: 'RNS Sanz';
}

.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;
    margin-top: 95px;
}

    .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 {
            width: 700px;
            background: rgba(0, 0, 0, .5);
            height: 100%;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            align-content: center;
            padding: 0 60px;
            text-align: left;
            padding-left: 180px;
        }

.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: #ea3345;
    }

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .title {
    width: 100%;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 56px;
    font-weight: bold;
    color: #ffffff;
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .text-2 {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 100px 0;
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    line-height: 26px;
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .detail-button {
    height: 53px;
    display: flex;
    align-items: center;
    min-width: 225px;
    padding: 0 20px;
    color: #fff !important;
    font-weight: 300;
    font-size: 20px;
    justify-content: space-between;
    background: #ea3345;
    text-decoration: none !important;
    transition: all 500ms ease;
    position: relative;
}

    body .detail-button:Before {
        content: '';
        width: calc(100% + 0px);
        height: 100%;
        position: absolute;
        left: 10px;
        top: 5px;
        border: 1px solid #f55d6a;
        height: calc(100% - 10px);
    }

.page-wrapper {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
}

    .page-wrapper .section {
        width: 100%;
        display: inline-block;
        float: left;
        padding: 40px 0;
    }

    .page-wrapper .section_1 .title-1 {
        width: 100%;
        display: inline-block;
        float: left;
        margin: 0;
        padding: 0;
        font-size: 40px;
        font-weight: bold;
        color: #3d0f11;
        margin-bottom: 10px;
        padding-left: 190px;
        position: relative;
        z-index: 2;
    }

    .page-wrapper .section_1 .title-2 {
        width: 100%;
        display: inline-block;
        float: left;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        color: #969696;
        font-size: 32px;
        font-weight: bold;
        position: relative;
        padding-left: 230px;
        z-index: 2;
    }

    .page-wrapper .section_1 .text .wrapper {
        width: 100%;
        display: inline-block;
        float: left;
        height: auto;
        display: flex;
        align-content: space-between;
        flex-wrap: wrap;
        padding-left: 190px;
        padding-right: 20px;
        position: relative;
        z-index: 2;
    }

    .page-wrapper .section .text-container {
        width: 100%;
        display: inline-block;
        float: left;
        font-size: 17px;
        color: #969696;
        font-weight: normal;
        line-height: 25px;
    }

    .page-wrapper .section_1 .text .wrapper .detail-button {
    }

    .page-wrapper .section_1 .text:before {
        content: '';
        width: 100%;
        height: 430px;
        display: inline-block;
        float: left;
        position: absolute;
        left: 20px;
        top: -80px;
        background: url(../images/general/red-logo-icon.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 0px 0;
        z-index: 1;
    }

    .page-wrapper .section_1 .text:after {
        right: -100px;
        position: absolute;
        top: -168px;
        width: calc(55vw + 100px);
        height: calc(100% + 290px);
        display: inline-block;
        content: '';
        z-index: 0;
        background: rgb(255,255,255);
        background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 40%, rgba(237,237,237,1) 100%);
        background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 40%,rgba(237,237,237,1) 100%);
        background: linear-gradient(45deg, rgba(255,255,255,1) 40%,rgba(237,237,237,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 );
    }

body {
    height: auto;
}

.page-wrapper .section_1 .text .wrapper .button-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 40px;
}

.section_container {
    width: 100%;
    display: inline-block;
    float: left;
}

.page-wrapper .black-title {
    float: left;
    width: 100%;
    display: inline-block;
    padding: 30px 0;
    font-size: 45px;
    color: #2d2d2d;
    font-weight: bold;
    text-align: center;
}

.page-wrapper .section_1 {
    margin-bottom: 120px;
    margin-top: 0px;
    padding-top: 50px;
}

.section_container .section {
    padding: 50px 0;
    margin: 40px 0;
}

    .section_container .section .image .wrapper {
        width: 100%;
        display: inline-block;
        float: left;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    }

        .section_container .section .image .wrapper img {
            width: 100%;
            display: inline-block;
        }

    .section_container .section .image {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 2;
    }

    .section_container .section .text .wrapper {
        width: 100%;
        display: flex;
        float: left;
        height: 100%;
        align-content: space-between;
        flex-wrap: wrap;
        padding: 15px 0;
        position: relative;
        z-index: 1;
    }

        .section_container .section .text .wrapper a {
            width: 100%;
            display: flex;
            float: left;
            height: 100%;
            align-content: space-between;
            flex-wrap: wrap;
            text-decoration: none !important;
        }

        .section_container .section .text .wrapper .section_title {
            width: 100%;
            display: inline-block;
            float: left;
            margin: 0;
            padding: 0;
            color: #3d0f11;
            font-size: 25px;
            font-weight: bold;
        }

        .section_container .section .text .wrapper .button {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            float: left;
            width: 100%;
        }

            .section_container .section .text .wrapper .button .fake-button {
                width: 163px;
                display: flex;
                align-items: center;
                justify-content: center;
                height: 52px;
                background: #f4f4f4;
                font-size: 19px;
                color: #2d2d2d;
                font-weight: 300;
            }

    .section_container .section .text:after {
        content: '';
        width: 100vw;
        background: #f9f9f9;
        position: absolute;
        left: -250px;
        top: -50px;
        height: calc(100% + 100px);
        z-index: 0;
    }

    .section_container .section:nth-child(odd) .image {
        order: 2;
    }

    .section_container .section:nth-child(odd) .text {
        order: 1;
    }

        .section_container .section:nth-child(odd) .text:After {
            left: initial;
            right: -250px;
        }

.section_logos > .container > .row {
    display: flex;
    justify-content: center;
}

.section_logos .item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    position: relative;
}

    .section_logos .item.col-12:after {
        content: '';
        width: 40%;
        display: inline-block;
        float: left;
        position: absolute;
        left: 30%;
        bottom: 0;
        height: 1px;
        background: #b6b6b6;
    }

.news_section {
    position: relative;
    min-height: 750px;
}

    .news_section .news_title {
        width: 100%;
        display: inline-block;
        float: left;
        position: relative;
        z-index: 2;
    }

    .news_section .news_slider {
        width: 100%;
        display: inline-block;
        float: left;
        position: relative;
        z-index: 2;
    }

    .news_section .news_title .title {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 60px 70px;
        padding-top: 10px;
        margin: 0;
        float: left;
        font-size: 40px;
        font-weight: bold;
        color: #ffffff;
    }

    .news_section .background_wrapper {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

        .news_section .background_wrapper .container {
            position: relative;
            height: 100%;
        }

        .news_section .background_wrapper .background {
            position: absolute;
            right: 0;
            top: 0;
            max-width: 100%;
            height: 100%;
            width: 620px;
            z-index: 1;
            background: #434343;
        }

    .news_section .news_slider .item {
        width: 100%;
        display: inline-block;
        float: left;
        padding: 10px 10px;
    }

        .news_section .news_slider .item a {
            float: left;
            width: 100%;
            display: inline-block;
            box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, .25);
        }

            .news_section .news_slider .item a img {
                width: 100%;
                display: inline-block;
                float: left;
            }

    .news_section .news_slider .owl-dots {
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 0 230px;
        margin-top: 30px;
    }

        .news_section .news_slider .owl-dots .owl-dot span {
            width: 22px;
            height: 22px;
            background: #ea3345;
            margin: 0 5px;
            border-radius: 6px;
        }

        .news_section .news_slider .owl-dots .owl-dot.active span, .news_section .news_slider .owl-dots .owl-dot:hover span {
            background: #fff;
        }

    .news_section .fake_button {
        /* position: absolute; */
        /* margin-top: -15px; */
        /* top: 50%; */
        color: #ea3345;
        font-size: 28px;
        z-index: 2;
        text-decoration: none;
        margin: 0 10px;
    }

    .news_section .prev_button {
        /* left: 25%; */
    }

    .news_section .next_button {
        /* right: 25%; */
    }

    .news_section .owl-nav {
        display: none;
    }

.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;
                }

.section_33 .item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .section_33 .item a img {
        width: auto;
        max-width: 100%;
        display: inline-block;
        float: left;
        height: auto;
        max-height: 100%;
    }

.banner.detail-page > img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    object-fit: cover;
    object-position: center;
}

.banner.detail-page {
    height: 440px;
    position: relative;
}

    .banner.detail-page .wrapper {
        width: 700px;
        background: rgba(0, 0, 0, .5);
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        align-content: flex-end;
        padding: 100px 60px;
        text-align: left;
        padding-left: 180px;
        position: absolute;
        left: 0;
        top: 0;
    }

        .banner.detail-page .wrapper .page-title {
            margin: 0;
            display: inline-block;
            width: 100%;
            float: left;
            font-size: 56px;
            color: #fff;
            font-weight: bold;
        }

.banner-links {
    width: 100%;
    display: inline-block;
    float: left;
}

    .banner-links ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

        .banner-links ul li {
            float: left;
            display: inline-block;
        }

            .banner-links ul li a {
                float: left;
                height: 90px;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 0 20px;
                font-size: 18px;
                color: #3d0f11;
                transition: all 500ms ease;
                text-decoration: none;
            }

                .banner-links ul li.active a, .banner-links ul li a:hover {
                    color: #828f1f;
                }

            .banner-links ul li.active a {
                font-weight: BOLD;
            }

.page-wrapper .section_22 .black-title {
    color: #3d0f11;
    padding: 80px 0;
}

.section_22 .image .wrapper {
    width: 100%;
    display: inline-block;
    float: left;
}

    .section_22 .image .wrapper img {
        width: 100%;
        display: inline-block;
        float: left;
    }

.section_22 .image {
    display: flex;
    align-items: center;
}

.section_22 .content .wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    float: left;
    height: 100%;
}

.section_22 .content-2 .wrapper {
    width: 100%;
    display: inline-block;
    float: left;
    margin: 40px 0;
    padding: 0 150px;
    margin-bottom: 10px;
}

.section_30 .item a {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    position: relative;
}

    .section_30 .item a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: inline-block;
        float: left;
    }

.section_30 .item {
    margin: 15px 0;
}

    .section_30 .item a:before {
        width: 100%;
        height: 100%;
        display: inline-block;
        float: left;
        background: rgba(0, 0, 0, .25);
        position: absolute;
        left: 0;
        top: 0;
        content: '';
    }

.page-wrapper .section_22:before {
    content: '';
    background: #f9f9f9;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 70%;
    z-index: 0;
}

.page-wrapper .section_22 {
    position: relative;
}
.news_section .news_title .title > span {
    margin-left: 10px;
}
.page-wrapper .section_22 .black-title {
    padding: 50px 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;
}
.page-wrapper .section_1 .image {
    margin-top: -110px;
}

/*RESPONSIVE*/

@media (min-width: 1200px) {
    .container {
        max-width: 1440px !important;
    }

    .section_container .section .container {
        max-width: 1280px !important;
    }
}

@media (max-width: 1400px) {
    .page-wrapper .section_1 .text:after{
        right:initial;
        left:0;
        width:100vw;
    }
    .banner.homepage {
        height: auto;
    }

    .homepage.banner .carousel-item > img {
        min-height: 600px;
    }

    .homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .text-2 {
        padding: 50px 0;
    }
}

@media (max-width: 1200px) {
    .section_22 .content-2 .wrapper {
    padding: 0;
}
    .banner-links ul li a {
    font-size: 16px;
    padding: 0 10px;
}
    .footer .item .title {
    text-align: center;
}

.footer .item ul li a, .footer .item .contact li {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 21px;
}

.footer .item .social-media {
    justify-content: center;
}

.footer {
    background-image: none;
}

.footer_bottom .container {
    max-width: 100%;
    padding: 0 30px;
}
    .news_section {
    min-height: 600px;
}
    .section_container .section .text .wrapper .section_title {
        margin-bottom: 10px;
    }

    .page-wrapper .section .text-container {
        font-size: 16px;
        line-height: 24px;
    }

    .page-wrapper .section_1 .image .wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .page-wrapper .section_1 .image {
        display: none;
    }

    .page-wrapper .section_1 .text {
    }

        .page-wrapper .section_1 .text .wrapper .button-wrapper {
            margin-top: 20px;
        }

        .page-wrapper .section_1 .text .wrapper {
            padding-left: 190px;
            padding-bottom: 90px;
        }

    .page-wrapper .section_1 {
        margin-bottom: 50px;
    }

    .homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper {
        padding: 0 40px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
}

@media (max-width: 992px) {
.banner.detail-page .wrapper {
    max-width: 100%;
    width: 600px;
    padding: 50px 50px;
}
    ul.links-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.banner-links ul li a {
    height: 45px;
}

.section_22 .image {
    margin-bottom: 20px;
}

.page-wrapper .section_22:before {
    width: 100%;
}
    .section_container .section .image {
    order: 1 !important;
}

.section_container .section .text {
    order: 2 !important;
    margin-top: 10px;
}

.section_container .section .text:after {
display:none;
}


.section_container .section {
    margin: 20px 0;
}

.section_container .section:nth-child(even) {
    background: #fff;
    background: #fbfbfb;
}

.section_container .section .text .wrapper .button {
    margin-top: 20px;
}
.section_logos .item img {
    max-width: 85%;
}

.section_logos .item {
    min-height: 120px;
}

.section_logos .item a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper {
    width: 75%;
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .title {
    font-size: 34px;
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .text-2 {
    padding: 20px 0;
    font-size: 16px;
    line-height: 23px;
}
}

@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*/
    .header .logo img {
    height: auto;
}
    .page-wrapper .section_1 > .container {
    /* max-width: 100%; */
}

.page-wrapper .section_1 .title-1 {
    padding-left: 0;
    font-size: 32px;
    text-align: center;
}

.page-wrapper .section_1 .title-2 {
    text-align: center;
    padding: 0;
    font-size: 26px;
}

.page-wrapper .section_1 .text:before {
    display: none;
}

.page-wrapper .section_1 .text .wrapper {
    padding-left: 0;
    padding-bottom: 0;
    text-align: center;
    padding-right: 0;
}

.page-wrapper .section_1 .text .wrapper .button-wrapper {
    justify-content: center;
}

.page-wrapper .section_1 {
    overflow: hidden;
}
.footer_bottom .wrapper .box {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 7.5px 0;
}

.footer_bottom .wrapper {
    flex-wrap: wrap;
    height: auto;
    padding: 5px 0;
}
.news_section .background_wrapper .container {
    max-width: 100%;
}

.news_section .news_slider .owl-dots {
    max-width: 100%;
    padding: 0 20px;
    justify-content: center;
}

.page-wrapper .section {
    min-height: 0;
}

.news_section .news_title .title {
    justify-content: center;
    padding: 0 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.news_section .news_title .title > span {
    order: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news_section .fake_button {
    order: 2;
    margin-top: 15px;
}
}

@media (max-width: 576px) {
.footer_bottom .container {
    padding: 0 0;
}

.footer_bottom .wrapper .footer_link, .footer_bottom .wrapper .box {
    font-size: 14px;
}

.footer .item .title {
    margin: 10px 0;
    font-size: 16px;
}

.footer .item ul li a, .footer .item .contact li {
    font-size: 15px;
    padding: 5px 0;
}

.section_container .section .text .wrapper .section_title {
    font-size: 18px;
}

.page-wrapper .section .text-container {
    font-size: 15px;
    line-height: 22px;
}

.section_container .section .text .wrapper .button {
    margin-top: 30px;
}

.section_container .section {
    padding: 30px 0;
    margin: 10px 0;
}
.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper {
    width: 100%;
}

.homepage.banner .carousel-item > img {
    min-height: 450px;
}
.header .logo img {
    height: 60px;
}
.header .right .wrapper .link {
    /* padding: 0 5px; */
    /* font-size: 18px; */
}

.header .right .wrapper .language .language_button {
    font-size: 16px;
}
.page-wrapper .black-title, .page-wrapper .section_22 .black-title {
    font-size: 30px;
    padding: 20px 0;
}
.banner.detail-page .wrapper {
    width: 100%;
    padding: 25px;
}

.banner.detail-page .wrapper .page-title {
    font-size: 32px;
}
}
/*RESPONSIVE*/
