/*-----------------------------------------------------------------------------
    * Website Style
    * @author: Hasan YUKSEL
----------------------------------------------------------------------------- */
@import url('font.css');

* {
    outline: none;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}


h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

a, a:hover, a:visited, a:active {
    color: inherit;
    text-decoration: inherit;
    font-size: inherit;
}

body {
    overflow-x: hidden;
}


html, body, form {
    height: 100%;
    background-color: #FFFFFF;
    font-family: 'RNS Sanz';
    line-height: 1;
    font-size: 14px;
    display: inline-block;
    float: left;
    width: 100%;
}

form {
    background: transparent;
}

.scrollTop {
    display: block;
    width: auto;
    height: auto;
    position: fixed;
    right: 20px;
    top: auto;
    z-index: 99;
    bottom: 20px;
    cursor: pointer;
    font-size: 27px;
    transition: all 300ms;
    width: 44px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    background: #008da7;
    border-radius: 50%;
    color: #2d2d2d;
}

    .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 {
    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: #f7f7f7;
    height: 105px;
    display: flex !important;
    align-items: center;
}

.header {
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
    font-family: 'Bw Mitga';
}


/*------------------------------------------ header animation ------------------------------------------*/



/*------------------------------------------ banner style ------------------------------------------*/
.banner {
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
    padding-top: 105px;
}

    .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;
            max-width: 50%;
            float: right;
        }

.banner.homepage {
    height: auto;
}

.homepage.banner .carousel-item > img, .banner.detail-page > img {
    width: 100%;
    height: 100%;
    display: inline-block;
    object-fit: cover;
    min-height: 470px;
}

.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 .other-link {
    display: flex;
    align-items: center;
}

    .header .other-link .language {
        float: left;
        display: inline-block;
        position: relative;
        margin-left: 0;
        padding: 20px 10px;
        font-weight: 500;
    }

        .header .other-link .language .language_button {
            color: #fff;
            font-size: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            background: #008da7;
            width: 70px;
            height: 34px;
            transition: all 500ms ease;
        }

        .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: 100%;
            background: #fff;
            width: 100%;
            border: 1px solid #ddd;
            flex-wrap: wrap;
        }

        .header .other-link .language .language_button i {
            margin-right: 5px;
            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 {
                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 .other-link .language ul li:last-child a {
                border: 0;
            }

.header .logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header .menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .header .menu ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

    .header .menu nav {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

.header .other-link .search_button {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    background: #006274;
    font-size: 17px;
}

.header .menu ul li {
    float: left;
    display: inline-block;
    transition: all 500ms ease;
}

    .header .menu ul li a {
        font-size: 15px;
        color: #4c4c4c;
        padding: 0 8.5px;
        text-decoration: none;
        transition: all 500ms ease;
        font-weight: 500;
        width: 100%;
        display: inline-block;
        float: left;
        text-align: center;
        padding-top: 45px;
        padding-bottom: 45px;
    }

        .header .menu ul li a:hover {
            color: #006274;
        }

.header .other-link .language .language_button:hover {
    color: #008da7;
    background: #2d2d2d;
}

.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 .text .wrapper .button-wrapper {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }


    .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: 15px;
        padding-left: 150px;
        position: relative;
        z-index: 2;
    }

    .page-wrapper .section_1 .title-2 {
        width: 100%;
        display: inline-block;
        float: left;
        margin: 0;
        padding: 0;
        margin-bottom: 15px;
        color: #969696;
        font-size: 35px;
        font-weight: bold;
        position: relative;
        z-index: 2;
    }

    .page-wrapper .section_1 .text .wrapper {
        width: 100%;
        display: inline-block;
        float: left;
        min-height: 100%;
        display: flex;
        align-content: space-between;
        flex-wrap: wrap;
        padding-left: 190px;
        padding-right: 40px;
        position: relative;
        z-index: 2;
    }

    .page-wrapper .section .text-container {
        width: 100%;
        display: inline-block;
        float: left;
        font-size: 16px;
        color: #969696;
        font-weight: normal;
        line-height: 24px;
    }

body .detail-button:hover {
    color: #fff;
    background: #008da7;
}

.page-wrapper .section_1 .text:before {
    content: '';
    width: 100%;
    height: 380px;
    display: inline-block;
    float: left;
    position: absolute;
    left: 0;
    top: -40px;
    background: url(http://hatgrup.com/images/general/red-logo-icon.png);
    background-repeat: no-repeat;
    background-size: 32%;
    background-position: left bottom;
    z-index: 1;
}

.page-wrapper .section_1 .text:after {
}



body .detail-button {
    height: 47px;
    display: flex;
    align-items: center;
    min-width: 220px;
    padding: 0 20px;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    justify-content: space-between;
    background: #063139;
    text-decoration: none !important;
    transition: all 500ms ease;
    position: relative;
    border-radius: 30px;
    font-weight: 500;
    transition: all 500ms ease;
}

.page-wrapper .section_1 .image .wrapper {
    width: 100%;
    display: inline-block;
    float: left;
}

    .page-wrapper .section_1 .image .wrapper img {
        max-width: 100%;
        display: inline-block;
        width: auto;
    }

.section_group_wrapper {
    width: 100%;
    display: inline-block;
    float: left;
    overflow: hidden;
}

    .section_group_wrapper .section .text .title {
        width: 100%;
        display: inline-block;
        float: left;
        margin-bottom: 50px;
        font-size: 40px;
        font-weight: bold;
        color: #727272;
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        padding: 0 15px;
        min-width: 120%;
        word-break: break-all;
    }

    .section_group_wrapper .section .text .text-container {
        font-size: 20px;
        color: #727272;
        line-height: 32px;
    }

    .section_group_wrapper .section .text .button-wrapper {
        margin-top: 50px;
        float: left;
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }

        .section_group_wrapper .section .text .button-wrapper .detail-button {
            width: auto;
        }
body .detail-button [class^="icon-"] {
    margin-left: 10px;
}
    .section_group_wrapper .section .image {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

        .section_group_wrapper .section .image .wrapper {
            width: calc(100% - 20px);
            display: inline-block;
            float: left;
            margin-left: 20px;
            position: relative;
            z-index: 1;
        }

            .section_group_wrapper .section .image .wrapper img {
                width: 100%;
                display: inline-block;
                float: left;
                box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
            }

        .section_group_wrapper .section .image:Before {
            background: #f7f7f7;
            content: '';
            width: 100vw;
            height: calc(100% + 140px);
            position: absolute;
            left: 15%;
            top: -70px;
            display: inline-block;
            z-index: 0;
            /* transform: skewY(-2deg); */
        }

    .section_group_wrapper .section {
        margin: 0 0;
        padding: 70px 0;
    }

        .section_group_wrapper .section .image .wrapper:before {
            content: '';
            width: 100%;
            height: 100%;
            display: inline-block;
            position: absolute;
            left: 0;
            top: 0;
            background: rgba(0, 0, 0, .2);
        }

        .section_group_wrapper .section:nth-child(even) {
        }

            .section_group_wrapper .section:nth-child(even) .text {
                order: 2;
            }

            .section_group_wrapper .section:nth-child(even) .image {
                order: 1;
            }

                .section_group_wrapper .section:nth-child(even) .image:before {
                    left: inherit;
                    right: 15%;
                    background: rgba(0, 141, 167, 0.12);
                }

                .section_group_wrapper .section:nth-child(even) .image .wrapper {
                    margin-left: 0;
                    margin-right: 20px;
                }

        .section_group_wrapper .section .text {
            position: relative;
            padding-top: 120px;
            z-index: 2;
        }

        .section_group_wrapper .section:nth-child(even) .text .title {
            left: inherit;
            right: 0;
        }

.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;
    }

/*
    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;
}

.section-3 .container {
}

.section-3 .left {
    width: 55%;
    display: inline-block;
    float: right;
    position: absolute;
    right: 0;
    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: 10%;
    padding-right: 30px;
}

.news-slider-wrapper {
    width: 100%;
    display: inline-block;
    float: left;
    z-index: 1;
}

.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: 10px;
            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-stage {
    }

    .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: 28px;
}

    .section-3 .right .news-slider .item a .title {
        color: #666666;
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 50px;
        width: 100%;
        display: inline-block;
        float: left;
    }

    .section-3 .right .news-slider .item a .text {
        width: 100%;
        display: inline-block;
        float: left;
        color: #494949;
        font-size: 22px;
        font-weight: 500;
    }

        .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;
        }

.white-title {
    width: 100%;
    display: inline-block;
    float: left;
}

    .white-title .title {
        color: #fff;
        font-size: 100px;
        font-family: 'Bw Helder W1';
        font-weight: bold;
    }

.section-3 .white-title {
    position: absolute;
    left: 40%;
    top: 0;
    z-index: 2;
    padding: 30px 0;
    width: auto;
}

.section-3 .right .news-slider .owl-nav {
    display: none;
}

.news-slider-navigation {
    z-index: 4;
    background: #063139;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
    height: 47px;
    border-radius: 40px;
    width: 96px;
}

    .news-slider-navigation li a {
        cursor: pointer;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 21px;
        text-decoration: none;
        width: 100%;
        height: 100%;
        transition: all 500ms ease;
        border-radius: 50%;
    }

.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;
}

.section-3 .left .news-slider .item a .img:before {
    content: '';
    width: 100%;
    height: calc(100% - 30px);
    display: inline-block;
    float: left;
    background: #063139;
    position: absolute;
    left: -1px;
    bottom: 0;
    z-index: 1;
}

.section-3 .right .news-slider .top {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
}

.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: 60px;
    color: #063139;
    font-weight: bold;
}

.news-slider-navigation li {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .news-slider-navigation li a:hover {
        background: #f77883;
    }

.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;
}

.page-wrapper .section.section-3:before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background: #008da7;
    transform: skewY(-2deg) translateY(30px);
}

footer {
    width: 100%;
    display: inline-block;
    float: left;
}

.footer {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 40px 16%;
    background: #f8f8f8;
    background-image: url(../images/general/footer_background.png);
    background-repeat: no-repeat;
    background-position: 5% bottom;
    background-size: 28%;
}

.footer-copi {
    width: 100%;
    display: inline-block;
    float: left;
}

.footer .item ul {
    display: inline-block;
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    .footer .item ul .title, .footer .item .contact li.title {
        width: 100%;
        color: #006274;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .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: 15px;
            color: #8f8c8c;
            text-decoration: none;
            padding: 5px 0;
            font-weight: 500;
            line-height: 20px;
        }

.footer .item .contact li {
    display: flex;
    align-items: baseline;
    padding: 8px 0;
    font-size: 16px;
    color: #8f8c8c;
    line-height: 20px;
}

    .footer .item .contact li i {
        margin-right: 10px;
        color: #006274;
    }

.footer .social-media ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 40px;
}

    .footer .social-media ul li {
        float: left;
        display: inline-block;
    }

        .footer .social-media ul li a {
            font-size: 14px;
            color: #006274;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #006274;
            border-radius: 50%;
            margin: 0 6px;
            text-decoration: none;
            transition: all 500ms ease;
        }

            .footer .social-media ul li a:hover {
                background: #006274;
                color: #fff;
            }

.footer-copi .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: left;
    width: 100%;
    height: 55px;
    font-size: 16px;
    color: #444444;
}

    .footer-copi .wrapper .footer_link {
        font-size: 16px;
        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%;
    }

.banner.detail-page > img {
    width: 100%;
    display: inline-block;
    float: left;
}

.detail-page-wrapper {
    float: left;
    width: 100%;
    display: inline-block;
    padding: 30px 0;
}

.header .other-link .certificate_button {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    background: #e5e5e5;
    height: 34px;
    text-align: center;
    margin-left: 10px;
    width: 136px;
    color: #4c4c4c;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

    .header .other-link .certificate_button > img {
        margin-right: 6px;
    }

.section .left_menu .wrapper {
    display: inline-block;
    float: left;
    width: 100%;
    position: relative;
}

    .section .left_menu .wrapper ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        list-style-type: none;
        width: 100%;
        display: inline-block;
        float: left;
    }

    .section .left_menu .wrapper .ul-wrapper {
        width: 100%;
        display: inline-block;
        float: left;
        position: relative;
        padding: 0;
        background: #008da7;
        margin-top: -50px;
        padding-top: 50px;
        padding-right: 70px;
        padding-bottom: 50px;
        min-height: 500px;
        z-index: 1;
    }

    .section .left_menu .wrapper ul li {
        width: 100%;
        display: inline-block;
        float: left;
    }

        .section .left_menu .wrapper ul li a {
            width: 100%;
            display: inline-block;
            float: left;
            font-size: 20px;
            color: #585858;
            color: #fff;
            text-decoration: none;
            transition: all 500ms ease;
            font-weight: 600;
            padding: 15px 70px;
            display: flex;
            justify-content: space-between;
            padding-right: 30px;
        }

            .section .left_menu .wrapper ul li a [class^="icon-"] {
                transition: all 500ms ease;
                transform: translateX(-20px);
                opacity: 0;
                color: #063139;
            }

            .section .left_menu .wrapper ul li a:Hover, .section .left_menu .wrapper ul li.dropdown.active a {
                background: #f8f8f8;
                color: #585858;
            }

        .section .left_menu .wrapper ul li.dropdown a:Hover [class^="icon-"] {
            transform: translateX(0px);
            opacity: 1;
        }

    .section .left_menu .wrapper ul .dropdown .dropdown_menu {
        background: #f8f8f8;
        transition: all 500ms ease;
        padding: 10px 0;
        margin: 0px 0px;
    }

        .section .left_menu .wrapper ul .dropdown .dropdown_menu li a {
            padding-left: 50px;
            padding-right: 30px;
            padding-top: 20px;
            padding-bottom: 20px;
            color: #585858;
        }

        .section .left_menu .wrapper ul .dropdown.active > .dropdown_menu_wrapper{
        margin-top: 20px;
        opacity: 1;
        max-height: 2000px !important;
        transition: all 500ms ease;
    }

    .section .left_menu .wrapper ul li.dropdown.active a [class^="icon-"] {
        transform: translateX(0px) rotate(90deg);
        opacity: 1;
    }

    .section .left_menu .wrapper:before {
        content: '';
        width: 100%;
        height: calc(100% + 40px);
        background: #006274;
        position: absolute;
        right: -20px;
        top: -20px;
        z-index: 0;
    }

    .section .left_menu .wrapper ul .dropdown .dropdown_menu_wrapper {
        opacity: 0;
        float: left;
        margin: 0px 20px;
        margin-top: -60px;
        width: 100%;
        max-height: 0 !important;
        overflow: hidden;
        transition: all 750ms ease;
    }

    .section .left_menu .wrapper ul .dropdown .dropdown_menu li a:hover, .section .left_menu .wrapper ul .dropdown .dropdown_menu li.active a {
        /* background: #efefef; */
    }
.section .left_menu .wrapper ul li.select a {
    background: #efefef !important;
}
.section .right_content .wrapper {
    width: 100%;
    display: inline-block;
    float: left;
    padding-left: 30px;
    padding-top: 60px;
}

    .section .right_content .wrapper .text-content {
        width: 100%;
        display: inline-block;
        float: left;
        background: url(../images/general/footer_background.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        min-height: 300px;
        background-size: 220px;
        padding-right: 310px;
    }

    .section .right_content .wrapper .other-products-box {
        width: 100%;
        display: inline-block;
        float: left;
    }

    .section .right_content .wrapper .text-content .page-title {
        width: 100%;
        text-align: center;
        display: inline-block;
        float: left;
        margin: 0;
        padding: 0;
        font-size: 40px;
        font-weight: bold;
        color: #727272;
        margin-bottom: 40px;
    }

    .section .right_content .wrapper .text-content .text {
        width: 100%;
        display: inline-block;
        float: left;
        font-size: 20px;
        color: #727272;
        line-height: 27px;
    }

    .section .right_content .wrapper .other-products-box ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        margin-top: -15px;
    }


.dizim4, .dizim2, .dizim3 {
    text-align: left;
}

ul.dizim3 > li {
    display: inline-block;
    width: 32%;
    margin-right: calc(2% - 5px);
    margin-bottom: 2%;
    vertical-align: bottom;
}

    ul.dizim3 > li:nth-of-type(3n) {
        margin-right: 0;
    }

.dizim4 > li {
    display: inline-block;
    vertical-align: bottom;
    width: calc(24% - 3px);
    margin-bottom: 1.25%;
    margin-right: 1.25%;
}

    .dizim4 > li:nth-of-type(4n) {
        margin-right: 0;
    }

.dizim2 > li:nth-of-type(2n) {
    margin-right: 0;
}

.dizim2 > li {
    width: calc(49% - 2px);
    margin-right: 2%;
    margin-bottom: 2%;
    display: inline-block;
    vertical-align: bottom;
}

.section .right_content .wrapper .other-products-box .item {
    width: 100%;
    height: 223px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 15px 15px;
    width: calc(100% - 30px);
    position: relative;
    text-decoration: none;
    transition: all 500ms ease;
    color: #fff;
}

    .section .right_content .wrapper .other-products-box .item:before {
        content: '';
        width: 100%;
        height: 100%;
        background: #006274;
        position: absolute;
        right: -10px;
        top: 10px;
        z-index: 0;
    }

    .section .right_content .wrapper .other-products-box .item .wrap {
        width: 100%;
        float: left;
        height: 100%;
        background: #008da7;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 2;
    }

        .section .right_content .wrapper .other-products-box .item .wrap .title {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            padding: 0 20px;
        }

            .section .right_content .wrapper .other-products-box .item .wrap .title > * {
                width: 100%;
                display: inline-block;
                float: left;
                text-align: center;
                font-size: 28px;
                font-weight: bold;
                font-family: 'RNS Miles';
                line-height: 40px;
                transition: transform 500ms ease, opacity 500ms ease, max-height 750ms ease;
            }

    .section .right_content .wrapper .other-products-box .item:hover {
        color: #fff;
    }

    .section .right_content .wrapper .other-products-box .item .wrap .title b {
        opacity: 0;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        max-height: 0;
    }

    .section .right_content .wrapper .other-products-box .item .wrap .title > span {
        /* -webkit-transform: translateY(-50%); */
        /* transform: translateY(-50%); */
    }

    .section .right_content .wrapper .other-products-box .item:hover .wrap .title b {
        opacity: 1;
        -webkit-transform: translateY(20%);
        transform: translateY(0%);
        max-height: 100px;
    }

    .section .right_content .wrapper .other-products-box .item:hover .wrap .title > span {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

.section .gallery-wrapper {
    width: 100%;
    display: inline-block;
    float: left;
}

    .section .gallery-wrapper ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .section .gallery-wrapper .box {
        width: 100%;
        height: 223px;
        display: flex;
        align-items: center;
        justify-content: center;
        float: left;
        margin: 15px 15px;
        width: calc(100% - 30px);
        position: relative;
        text-decoration: none;
        transition: all 500ms ease;
        color: #ffcc80;
    }

        .section .gallery-wrapper .box:before {
            content: '';
            width: 100%;
            height: 100%;
            background: #ffcc80;
            position: absolute;
            right: -10px;
            top: 10px;
            z-index: 0;
        }

        .section .gallery-wrapper .box a {
            width: 100%;
            height: 100%;
            display: inline-block;
            float: left;
            position: relative;
            z-index: 2;
        }

            .section .gallery-wrapper .box a img {
                width: 100%;
                height: 100%;
                display: inline-block;
                float: left;
                object-fit: cover;
                object-position: center;
            }

    .section .gallery-wrapper .title {
        width: 100%;
        text-align: left;
        display: inline-block;
        float: left;
        margin: 0;
        padding: 0;
        font-size: 40px;
        font-weight: bold;
        color: #727272;
        margin: 40px 0;
    }

.section .right_content .wrapper > .page-title {
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: bold;
    color: #727272;
    padding: 0 15px;
    word-break: break-all;
}

.news-list {
    list-style-type: none;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    margin: 0 -15px;
    width: calc(100% + 30px);
    margin-top: -30px;
}

    .news-list li {
        float: left;
        width: calc(50% - 30px);
        display: inline-block;
        margin: 15px 15px;
        font-weight: 900;
        font-family: 'Calibri', sans-serif !important;
    }

        .news-list li a {
            width: 100%;
            display: inline-block;
            float: left;
            background: #008da7;
            padding: 20px;
            color: #fff;
            text-decoration: none;
            font-weight: 500;
            position: relative;
            z-index: 2;
        }

            .news-list li a .title {
                width: 100%;
                display: inline-block;
                float: left;
                position: relative;
                font-size: 22px;
                color: #ffffff;
                margin-bottom: 0;
                padding-top: 30px;
            }

                .news-list li a .title span {
                    padding-right: 0;
                    position: relative;
                    z-index: 2;
                    padding: 5px 0;
                    float: left;
                    width: 100%;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                }

                .news-list li a .title:after {
                    content: '';
                }

            .news-list li a .text {
                float: left;
                display: inline-block;
                font-size: 18px;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                line-height: 21px;
            }

                .news-list li a .text p {
                    font-size: 18px;
                    margin: 0;
                }


            .news-list li a .title .date {
                float: left;
                font-size: 15px;
                margin: 0;
                padding: 0;
                position: absolute;
                left: 0;
                top: 0;
                background: transparent;
                padding: 10px 0;
                font-weight: 100;
                color: #fff;
            }

        .news-list li img {
            padding-bottom: 0;
            width: 100%;
            padding: 0;
            height: 240px;
            object-fit: cover;
            object-position: center;
        }

        .news-list li .box {
            width: calc(100% - 30px);
            display: inline-block;
            float: left;
            position: relative;
            margin: 15px;
        }

            .news-list li .box:before {
                content: '';
                width: 100%;
                height: calc(100% + 0px);
                background: #006274;
                position: absolute;
                right: -20px;
                top: 20px;
                z-index: 0;
            }

.section .news-detail {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 0 20px;
}

    .section .news-detail .img {
        float: left;
        width: calc(100% - 15px);
        display: inline-block;
        position: relative;
        margin-right: 15px;
        margin-bottom: 40px;
    }

        .section .news-detail .img img {
            width: 100%;
            display: inline-block;
            float: left;
            position: relative;
            z-index: 2;
        }

        .section .news-detail .img:before {
            content: '';
            width: 100%;
            height: 100%;
            background: #006274;
            position: absolute;
            right: -15px;
            top: 15px;
            z-index: 0;
        }

    .section .news-detail .newarea {
        width: 100%;
        display: inline-block;
        float: left;
        font-size: 20px;
        color: #727272;
        line-height: 32px;
    }

        .section .news-detail .newarea .title {
            width: 100%;
            display: inline-block;
            float: left;
        }

            .section .news-detail .newarea .title .date {
                width: 100%;
                display: inline-block;
                float: left;
                color: red;
                font-weight: 500;
            }

.section .login-box {
    width: 500px;
    display: flex;
    max-width: 100%;
    margin: 0 auto;
}

    .section .login-box .wrapper {
        padding: 40px 0;
    }

    .section .login-box .page-title {
        text-align: center;
        margin-bottom: 20px !important;
    }

    .section .login-box .wrap {
        width: 100%;
        display: inline-block;
        float: left;
    }

.section .form {
    float: left;
    width: 100%;
    display: inline-block;
}

    .section .form .input {
        width: 100%;
        display: inline-block;
        float: left;
        margin: 10px 0;
    }

        .section .form .input input {
            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: #008da7;
            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: #2c2c2c;
                color: #006274;
            }

        .section .form .input input:focus {
            border-color: #2c2c2c;
        }

.section .certificate-box {
    width: 100%;
    display: inline-block;
    float: left;
}

    .section .certificate-box .wrapper {
        width: 100%;
        display: inline-block;
        float: left;
        padding: 20px 0;
    }

        .section .certificate-box .wrapper .page-title {
            margin-bottom: 30px;
            text-align: center;
        }

        .section .certificate-box .wrapper .list-content {
            display: flex;
            justify-content: center;
            list-style-type: none;
            padding: 0;
            margin: 0;
            align-items: center;
            float: left;
            width: 100%;
            flex-wrap: wrap;
        }

            .section .certificate-box .wrapper .list-content li {
                margin: 20px 20px;
            }

                .section .certificate-box .wrapper .list-content li a {
                    width: 100%;
                    display: inline-block;
                    float: left;
                    background: #ffcc80;
                    padding: 15px 15px;
                    color: #fff;
                    text-decoration: none;
                    font-weight: 500;
                    position: relative;
                    z-index: 2;
                    font-size: 18px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                .section .certificate-box .wrapper .list-content li .box {
                    width: 100%;
                    display: inline-block;
                    float: left;
                    position: relative;
                }

                    .section .certificate-box .wrapper .list-content li .box:before {
                        content: '';
                        width: 100%;
                        height: calc(100% + 0px);
                        background: #006274;
                        position: absolute;
                        right: -7px;
                        top: 7px;
                        z-index: 0;
                    }

                .section .certificate-box .wrapper .list-content li a i {
                    font-size: 150%;
                    margin-right: 10px;
                }


.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: 9999;
    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;
    }

        .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-top: 1px solid;
        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 nav ul li.dropdown {
    position: relative;
    flex-wrap: wrap;
}

    .header .menu nav ul li.dropdown > .dropdown_menu {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        flex-wrap: wrap;
        background: #fdfdfd;
        width: 310px;
        display: inline-block;
        float: left;
        padding: 15px 0;
        box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
        transition: all 500ms ease;
    }

        .header .menu nav ul li.dropdown > .dropdown_menu > .dropdown > .dropdown_menu {
            left: 310px;
            z-index: -1;
            top: -15px;
        }



        .header .menu nav ul li.dropdown > .dropdown_menu li {
            padding: 0;
            width: 100%;
            position: relative;
            flex-wrap: wrap;
        }

            .header .menu nav ul li.dropdown > .dropdown_menu li a {
                color: #4c4c4c;
                font-size: 16px;
                padding: 15px 30px;
                text-align: left;
            }

                .header .menu nav ul li.dropdown > .dropdown_menu li a:before {
                    content: "\f105";
                    font-family: 'FontAwesome';
                    margin-right: 10px;
                    transform: translateX(-10px);
                    display: inline-block;
                    float: left;
                    transition: all 500ms ease;
                    opacity: 0;
                    color: #006274;
                }

        .header .menu nav ul li.dropdown > .dropdown_menu > li:hover > a:before {
            opacity: 1;
            transform: translateX(0px);
        }

        .header .menu nav ul li.dropdown > .dropdown_menu li a:after {
            content: '';
            width: 100%;
            height: 2px;
            background: #008da7;
            position: absolute;
            left: 45px;
            bottom: 0;
            display: inline-block;
            transition: all 500ms ease;
            overflow: hidden;
            max-width: 0;
        }

        .header .menu nav ul li.dropdown > .dropdown_menu > li:hover > a:after {
            max-width: calc(100% - 45px);
        }
        
.dokuman-section .search-wrapper .search-button {
    width: 30%;
}

.dokuman-section .search-wrapper input {
    width: 70%;
}

.dokuman-section .search-wrapper {
    float: left;
    display: inline-block;
    width: 100%;
    border-radius: 8px;
    background: #efefef;
    padding: 10px;
    position: relative;
    /* margin-top: 40px; */
}

    .dokuman-section .search-wrapper input {
        width: 75%;
        display: inline-block;
        float: left;
        border-radius: 8px;
        border: 0;
        padding: 20px;
        font-size: 22px;
        color: #acacac;
        font-weight: 300;
    }

    .dokuman-section .search-wrapper .search-button {
        float: left;
        width: 25%;
        display: flex;
        text-align: center;
        line-height: 67px;
        font-size: 22px;
        color: #5a5a5a;
        text-decoration: none;
        position: relative;
        justify-content: center;
    }

        .dokuman-section .search-wrapper .search-button:after {
            float: right;
            content: "\f107";
            font-family: FontAwesome;
            display: inline-block;
            color: #006274;
            padding-left: 10px;
            font-size: 36px;
        }

.dokuman-wrapper {
    /* width: calc(100% + 20px); */
    width: 100%;
    display: inline-block;
    float: left;
    /* margin: 0 -10px; */
    margin: 0;
    margin-top: 20px;
}

    .dokuman-wrapper .item {
        float: left;
        width: 100%;
        display: inline-block;
        padding: 0 0;
        margin: 0;
        position: relative;
        margin: 10px 0;
        padding: 15px 15px;
        border: 1px solid #cecece;
        border-radius: 8px;
    }

        .dokuman-wrapper .item .title {
            margin: 0;
            padding: 0;
            width: 100%;
            display: inline-block;
            float: left;
            color: #3d3c3c;
            font-size: 18px;
            font-weight: normal;
            margin-bottom: 15px;
            width: 50%;
            margin: 0;
            padding: 0;
        }

            .dokuman-wrapper .item .title:before {
                color: #006274;
                font-family: FontAwesome;
                display: inline-block;
                content: "\f105";
                margin-right: 10px;
                font-size: 22px;
            }

            .dokuman-wrapper .item .document {
    float: left;
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
            .dokuman-wrapper .item .document li {
    float: left;
    display: inline-block;
}
            .dokuman-wrapper .item .document li a {
    text-decoration: none;
    padding: 5px 15px;
    border-right: 1px solid #ddd;
    color: #3d3c3c;
    font-size: 15px;
    font-weight: normal;
    float: left;
    display: inline-block;
}
.dokuman-wrapper .item .document li:last-child a {
    border-right: 0;
}
.dokuman-section {
    width: 100%;
    display: inline-block;
    float: left;
}

.dokuman-section .wrapper > .wrapper {
    padding: 0;
}
.dokuman-section .harfler {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    margin-top: -20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.dokuman-section .harfler li a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efefef;
    font-size: 17px;
    margin: 0 3px;
    color: #006274;
    font-weight: 500;
    text-decoration: none;
}
.section_group_wrapper .section.section_11:nth-child(even) .text-container {
    min-height: 290px;
}
.section .right_content .wrapper > .page-title.news-title {
    font-size: 23px;
    margin-bottom: 30px;
}
.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .title {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 42px;
    font-weight: bold;
    text-shadow: 0 2px 3px black;
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .text-2 {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 20px;
    line-height: 22px;
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .text-2 .detail_button {
    padding: 10px 15px;
    background: #ea3345;
    color: #fff;
    margin-top: 20px;
    float: right;
    text-decoration: none;
    display: inline-block;
}
/*RESPONSIVE*/
@media (min-width: 1200px) {
    .container {
        max-width: 1280px !important;
    }
}

@media (max-width: 1200px) {
    .homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper {
    max-width: 75%;
}
    .banner {
        padding-top: 118px;
    }

    .section .left_menu .wrapper ul .dropdown .dropdown_menu li a {
        padding-left: 30px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .section .left_menu .wrapper ul li a {
        font-size: 16px;
        line-height: 20px;
    }

    .section .left_menu .wrapper ul li a {
        padding-left: 50px;
        padding-right: 15px;
    }

    .section .right_content .wrapper .text-content {
        width: 100%;
        padding-right: 0;
        background: none;
    }

    .section .right_content .wrapper .other-products-box .item, .section .gallery-wrapper .box {
        height: 155px;
    }

        .section .right_content .wrapper .other-products-box .item .wrap .title > * {
            font-size: 18px;
            line-height: 24px;
        }

    .header .menu ul {
        width: 100%;
        order: 2;
        padding-bottom: 0px;
        justify-content: flex-end;
        padding-top: 0px;
    }

    .header .other-link {
        width: 100%;
        order: 1;
        justify-content: flex-end;
    }

    .header .menu nav {
        flex-wrap: wrap;
    }

    header {
        height: auto;
    }

    .header .other-link .language {
        padding: 15px 10px;
    }

    .header .menu ul li a {
        font-size: 14px;
        padding: 0 6px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer .item ul .title, .footer .item .contact li.title {
        padding: 0;
        margin-bottom: 10px;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .footer .item {
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .footer .item ul li a {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .footer .item .contact li {
            justify-content: center;
            align-items: center;
        }

    .footer {
        background-image: none;
        padding: 40px 0;
    }

    .footer-copi > .container {
        max-width: 100%;
        padding: 0 30px;
    }

    .section-3 .right .news-slider .top .title {
        font-size: 42px;
    }

    .section-3 .right .news-slider .item a .title {
        font-size: 30px;
    }

    .section-3 .right .news-slider .item a .text {
        font-size: 19px;
        line-height: 22px;
    }

    .section-3 .right .news-slider .slider-wrapper .item {
        min-height: 180px;
    }

    .section-3 .right {
        height: 430px;
    }

    .section_group_wrapper .section .image:Before {
        left: 0;
    }

    .section_group_wrapper .section:nth-child(even) .image:before {
        right: 0;
    }

    .section_group_wrapper .section .text .title {
    }

    .section_group_wrapper .section .text {
        padding-top: 60px;
    }

    .page-wrapper .section_1 .text:before {
        top: 0;
        background-position: left top;
        top: -40px;
    }

    .page-wrapper .section_1 .text .wrapper .button-wrapper {
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    .header .menu nav > ul > li:hover {
        background: #fff;
    }

    .header .menu nav > ul > li.dropdown > .dropdown_menu {
        /* transform: translateY(-25px); */
        /* visibility: hidden; */
        /* opacity: 0; */
        display: none;
    }

    .header .menu nav > ul > li.dropdown:hover > .dropdown_menu {
        /* transform: translateY(0); */
        /* visibility: visible; */
        /* opacity: 1; */
        display: inline-block;
    }
    .header .menu nav > ul > li.dropdown > .dropdown_menu > li.dropdown > .dropdown_menu {
        transform: translateX(-30px);
        opacity: 0;
        visibility: hidden;
    }

    .header .menu nav > ul > li.dropdown > .dropdown_menu > li.dropdown:hover > .dropdown_menu {
        transform: translateX(0px);
        opacity: 1;
        visibility: visible;
    }

    /*Mobile Menu*/

    .menu .logo, .menu .close-icon, .mobile-menu-button {
        display: none;
    }

    /*Mobile Menu*/
}

@media (max-width: 992px) {
    .homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .title {
    text-align: center;
    font-size: 32px;
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper {
    max-width: 100%;
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .text-2 {
    font-size: 16px;
    line-height: 17px;
    text-align: center;
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .text-2 .detail_button {
    float: none;
}
    .section_group_wrapper .section .text .text-container{min-height:0;}
    .header .menu nav ul li.dropdown > .dropdown_menu li a:before, .header .menu nav ul li.dropdown > .dropdown_menu li a:after {
        display: none;
    }

    .header .menu nav ul li.dropdown > .dropdown_menu > .dropdown.active > .dropdown_menu li a {
        color: #202b2f;
    }

    .header .menu nav ul li.dropdown > .dropdown_menu > .dropdown.active > .dropdown_menu {
        display: inline-block;
    }

    .header .menu nav ul li.dropdown > .dropdown_menu {
        position: relative;
        width: 100%;
        box-shadow: none;
        display: none;
        padding: 0;
    }

        .header .menu nav ul li.dropdown > .dropdown_menu li a {
            width: auto;
            padding: 15px 20px;
            text-align: center;
            color: #f39e21;
        }

        .header .menu nav ul li.dropdown > .dropdown_menu > .dropdown > .dropdown_menu {
            left: initial;
            z-index: initial;
            top: initial;
            float: left;
            width: 100%;
            display: none;
        }

    .header .menu nav ul li.dropdown.active > .dropdown_menu {
        display: inline-block;
    }

    .section .right_content .wrapper > .page-title {
        margin-bottom: 30px;
    }

    .banner {
        padding-top: 100px;
    }

    .section .right_content .wrapper {
        padding-left: 0;
        padding-top: 20px;
    }

    .detail-page-wrapper .left_menu {
        order: 2;
        margin-top: 80px;
    }

    .detail-page-wrapper .right_content {
        order: 1;
    }
    /*Mobile Menu*/
    .header {
        padding: 15px 0;
    }

        .header .logo {
            justify-content: space-between;
        }

        .header .other-link {
            order: 2;
            justify-content: center;
        }

    .mobile-menu-button {
        float: right;
        color: #006274;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 41px;
        font-size: 38px;
        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: #006274;
        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;
        }

    .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*/
    .page-wrapper .section_1 .text:before {
        display: none;
    }

    .page-wrapper .section_1 .image {
        display: none;
    }

    .page-wrapper .section_1 .text .wrapper {
        padding: 0;
    }

    .page-wrapper .section_1 .title-1 {
        padding: 0;
    }

    .page-wrapper .section.section_1 {
        background: #fdfdfd;
    }

    .section_group_wrapper .section .image:Before {
        left: 0;
        top: 0;
        height: 100%;
    }

    .section_group_wrapper .section .image {
        position: initial;
        order: 1 !important;
        display: flex;
        justify-content: center;
    }

    .section_group_wrapper .section {
        position: relative;
        padding: 30px 0;
        padding-top: 60px;
    }

        .section_group_wrapper .section .text {
            margin: 30px 0;
            order: 2 !important;
        }

        .section_group_wrapper .section .image .wrapper {
            width: 100%;
            margin: 0;
        }

        .section_group_wrapper .section:nth-child(even) .text .title {
            right: inherit;
            left: 0;
        }

    .section-3 .right {
        height: auto;
        width: 100%;
        padding: 0 15px;
        order: 2;
    }

    .section-3 .left {
        width: 100%;
        top: initial;
        right: initial;
        position: relative;
        order: 1;
        margin-bottom: 20px;
    }

    .news-slider-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .page-wrapper .section.section-3:before {
        transform: initial;
    }

    .page-wrapper .section.section-3 .container, .page-wrapper .section.section-3 .row, .page-wrapper .section.section-3 .col-12 {
        margin: 0;
    }

    .section-3 .right .news-slider .slider-wrapper .item {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section-3 .right .news-slider .item a {
        width: auto;
        text-align: center;
    }

    .section-3 .right .news-slider .top {
        justify-content: center;
    }

        .section-3 .right .news-slider .top .title {
            margin-right: 20px;
        }

    .section-3 .right .news-slider .button-wrapper {
        justify-content: center;
    }

    .section_logos .item img {
        max-width: 85%;
    }

    .section_logos .item a {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section_logos .item {
        min-height: 120px;
    }
}

@media (min-width: 767px) {
}

@media (max-width: 767px) {
    .dokuman-section .search-wrapper input {
    width: 100%;
}

.dokuman-section .search-wrapper .search-button {
    width: 100%;
}
    .section .news-detail {
        padding: 0;
    }

    .news-list li {
        width: calc(100% - 30px);
    }

    .news-list {
        margin-left: -25px;
    }

    .section .right_content .wrapper > .page-title {
        padding: 0;
    }

    .section .right_content .wrapper .other-products-box li, .section .gallery-wrapper li {
        width: 50%;
        margin: 0 0;
        float: left;
        padding-left: 15px;
    }

    .section .right_content .wrapper .other-products-box .item, .section .gallery-wrapper .box {
        height: 210px;
    }

    .section .gallery-wrapper .title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .section .right_content .wrapper .other-products-box ul, .section .gallery-wrapper ul {
        margin: 0 -15px;
        margin-left: -30px;
    }

    .footer-copi .wrapper {
        flex-wrap: wrap;
        padding: 10px 0;
        height: auto;
    }

        .footer-copi .wrapper .box {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px 0;
        }

    .section-3 .right .news-slider .item a .title {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .banner {
        padding-top: 89px;
    }

    .section_group_wrapper .section .text .title {
        font-size: 25px;
        margin: 0;
    }

    .section_group_wrapper .section .text .text-container {
        font-size: 16px;
        line-height: 24px;
    }

    .section_group_wrapper .section .text {
        padding-top: 40px;
    }

        .section_group_wrapper .section .text .button-wrapper {
            margin-top: 20px;
        }

    .section-3 .right .news-slider .top .title {
        font-size: 32px;
    }

    .section-3 .right .news-slider .top {
        justify-content: space-between;
    }

    .section-3 .right .news-slider .slider-wrapper .item {
        min-height: 100px;
    }

    .footer-copi > .container {
        padding: 0 15px;
    }

    .footer-copi .wrapper .footer_link, .footer-copi .wrapper .box {
        font-size: 15px;
    }

    .header .logo img {
        width: 150px;
    }

    .section .right_content .wrapper {
        padding: 10px 0;
    }

        .section .right_content .wrapper .other-products-box .item, .section .gallery-wrapper .box {
            height: 39vw;
            width: calc(100% - 30px);
        }

        .section .right_content .wrapper .other-products-box li:nth-child(even), .section .gallery-wrapper li:nth-child(even) {
            padding-left: 0;
            padding-right: 15px;
        }

    .section .left_menu .wrapper {
        width: calc(100% - 20px);
    }

    .section .certificate-box .wrapper .list-content li {
        width: calc(50% - 30px);
        float: left;
        margin: 15px 15px;
    }

        .section .certificate-box .wrapper .list-content li a i {
            width: 100%;
            display: flex;
            justify-content: center;
            margin-bottom: 10px;
            margin-right: 0;
        }

        .section .certificate-box .wrapper .list-content li a span {
            width: 100%;
            display: flex;
            justify-content: center;
        }

        .section .certificate-box .wrapper .list-content li a {
            flex-wrap: wrap;
        }
}

/*RESPONSIVE*/

.header .logo img {
    max-width: 190px;
}
.certificate_section_wrapper {
    width: 100%;
    display: inline-block;
    float: left;
}

.certificate_section_wrapper .item a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    height: 300px;
    border: 1px solid #ddd;
    overflow: hidden;
    margin: 15px 0;
}