/*-----------------------------------------------------------------------------
    * 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: 'Ubuntu', sans-serif;*/
    font-family: 'Bw Helder W1';
    line-height: 1;
    font-size: 14px;
    display: inline-block;
    float: left;
    width: 100%;
}

form {
    background: transparent;
    height: auto;
}

.scrollTop {
    display: block;
    width: auto;
    height: auto;
    position: fixed;
    right: 20px;
    top: auto;
    z-index: 99;
    bottom: 20px;
    cursor: pointer;
    font-size: 19px;
    transition: all 300ms;
    width: 44px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    background: #004392;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .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;
}

/*------------------------------------------ header animation ------------------------------------------*/

header {
    top: 0;
    position: absolute;
    -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;
    height: 95px;
    background: #f4f4f4;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.header {
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 15px 0;
}

.nav-up {
}


/*------------------------------------------ header animation ------------------------------------------*/



/*------------------------------------------ banner style ------------------------------------------*/
.banner {
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 1;
}

}

.banner.homepage .carousel-item {
    -webkit-transition: all 1.5s !important;
    -moz-transition: all 1.5s !important;
    -o-transition: all 1.5s !important;
    transition: all 1.5s !important;
}

.homepage.banner .carousel-caption {
    right: 0;
    left: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

    .homepage.banner .carousel-caption .carousel-item {
        height: 100%;
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 1.5s;
    transition-property: opacity;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}




.homepage.banner .carousel-caption .carousel-text-wrap {
    display: table;
    width: 100%;
    height: 100%;
    float: left;
}

    .homepage.banner .carousel-caption .carousel-text-wrap .verMid {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

        .homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper {
            text-align: left;
        }

.banner.homepage {
    /* height: auto; */
    height: auto;
}

.banner {
    margin-top: 87px;
}

.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: auto;
    z-index: 3;
}

    .banner.homepage .carousel .carousel-inner {
        display: inline-block;
        float: left;
        height: auto;
    }

    .banner .carousel-item img {
    width: 100% !important;
}
/*------------------------------------------ banner style ------------------------------------------*/

.header .fix-number {
    position: absolute;
    right: 5%;
    top: 50%;
    width: 125px;
    background: #f4f4f4;
    text-align: center;
    border-radius: 0px 0px 15px 15px;
    color: #666666;
    padding-bottom: 15px;
    padding-top: 10px;
    transition: all 500ms ease;
    z-index: 1;
}

.header .logo a {
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
}

    .header .logo a img {
        width: 160px;
        max-width: 100%;
        display: inline-block;
    }

.header .search-box {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
}

    .header .search-box input {
        border: 0;
        background: transparent;
        width: calc(100% - 75px);
        display: inline-block;
        float: left;
        border-bottom: 1px solid #01135e;
        text-align: center;
        padding: 10px 0 15px 0;
        font-size: 26px;
        color: #c4c4c4;
    }

    .header .search-box .search-button {
        float: right;
        width: 45px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #085ec3;
        color: #fff;
        border-radius: 50%;
        text-decoration: none;
        transition: all 500ms ease;
        margin-top: 5px;
        margin-right: 5px;
    }

    .header .search-box .input-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.header ul.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    height: 100%;
    font-family: 'Ubuntu', sans-serif;
    width: 86%;
    float: left;
}

    .header ul.menu li {
        float: left;
        display: inline-block;
        width: 25%;
        text-align: center;
        height: 100%;
    }

        .header ul.menu li .dropdown_menu {
            position: absolute;
            background: #fff;
            width: 125%;
            height: auto;
            top: -7px;
            left: -12.5%;
            padding: 0 15px;
            /*min-height: 134px;*/
            transition: all 500ms ease;
            /* transform: translateY(20%); */
            /* opacity: 0; */
            /* visibility: hidden; */
            padding-top: 80px;
            display: none;
            padding-bottom: 5px;
        }

        .header ul.menu li a {
            padding: 5px 0;
            width: 100%;
            display: flex;
            float: left;
            text-align: center;
            font-size: 14px;
            color: #3c3c3c;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            height: 100%;
            align-content: center;
            /* transition: all 500ms ease; */
            text-decoration: none;
            z-index: 2;
            position: relative;
        }

            .header ul.menu li a span {
                width: 100%;
                display: inline-block;
                float: left;
                text-align: center;
                margin-top: 10px;
                font-weight: inherit;
                font-size: inherit;
            }

            .header ul.menu li a img {
                width: auto;
                max-width: 100%;
                display: inline-block;
                width: 19px;
            }

        .header ul.menu li.dropdown:hover a, .header ul.menu li.dropdown a:hover, .header ul.menu li.active a {
            color: #004392;
        }

        .header ul.menu li:hover .dropdown_menu {
            /* opacity: 1; */
            /* transform: translateY(0%); */
            display: block;
        }

.header .fix-number a {
    font-size: 14px;
    color: #666666;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    float: left;
}

    .header .fix-number a span {
        width: 100%;
        display: inline-block;
        float: left;
    }

    .header .fix-number a img {
        width: auto;
        max-width: 100%;
        display: inline-block;
        margin-top: 6px;
    }

.banner.homepage .carousel .carousel-inner .carousel-item {
    height: auto;
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .title {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
    font-size: 70px;
    color: #e4e4e4;
    font-weight: 300;
}

    .homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .title b {
        width: 100%;
        display: inline-block;
        float: left;
        margin: 0;
        padding: 0;
        font-weight: bold;
    }

.homepage.banner .carousel-indicators li {
    box-shadow: 0 0 0px 1px #d8d8d8;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: transparent;
    transition: all 500ms ease;
    margin: 5px 0;
    cursor: pointer;
}

    .homepage.banner .carousel-indicators li.active {
        background: #dc3e42;
    }

.homepage.banner .carousel-indicators {
    margin: 0;
    width: auto;
    height: auto;
    left: inherit;
    bottom: inherit;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    width: 12px;
    flex-wrap: wrap;
    align-content: center;
    margin: 0 30px;
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .text-1 {
    width: 20%;
}

.header .search-box .search-button:hover {
    background: #094e9e;
}

.section {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 40px 0;
}

.section_2 .item a {
    width: 100%;
    height: 100%;
    background: #003066;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: all 500ms ease;
    min-height: 175px;
    color: #e4e4e4;
    font-size: 20px;
    align-content: center;
}

.section_2 .item {
    padding: 0 3px;
}

.section_2 .row {
    margin: 0 3px;
}

.section_2 .item a .icon {
    width: 100%;
    display: inline-block;
    float: left;
    text-align: center;
    transition: all 500ms ease;
    transform: scale(1);
}

.section_2 .item a .text {
    width: 100%;
    display: inline-block;
    float: left;
    display: inline-block;
    text-align: center;
}

    .section_2 .item a .text .title {
        width: 100%;
        display: inline-block;
        float: left;
        color: #e4e4e4;
        font-size: 20px;
        margin: 0;
        padding: 0;
        margin-top: 20px;
        font-weight: 400;
    }

.section_2 .item a:hover {
    transform: translateY(-10px);
    background: #004392;
}

.section-wrapper {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
}

.homepage-top-wrapper:before {
    content: '';
    left: 3%;
    width: 94%;
    background: #f8f8f8;
    height: 425px;
    display: inline-block;
    position: absolute;
    top: 0;
}

.section_3 .left .img {
    width: calc(100% - 10px);
    height: 100%;
    display: inline-block;
    float: left;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
}

    .section_3 .left .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: inline-block;
        float: left;
        -webkit-transition: all 0.85s ease;
        transition: all 0.85s ease;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

.section .title {
    font-size: 45px;
    color: #626262;
    font-weight: normal;
    width: 100%;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
}

.section .subtitle {
    width: 100%;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    color: #166ac8;
    font-size: 30px;
    padding: 12px 0;
}

.section .text-container {
    width: 100%;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    color: #979797;
    font-size: 17px;
    font-weight: 300;
    transition: all 500ms ease;
}

.section .fake-button {
    float: right;
    display: inline-block;
    font-size: 20px;
    color: #166ac8;
    font-weight: bold;
    position: relative;
    padding-bottom: 5px;
    margin-top: 20px;
    transition: all 500ms ease;
}

    .section .fake-button:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        display: inline-block;
        width: 120%;
        background: #166ac8;
        height: 2px;
        transition: all 500ms ease;
    }

.section_3 .right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    min-height: 500px;
}

.homepage-section-2:before {
    content: '';
    width: 94%;
    height: 675px;
    position: absolute;
    left: 3%;
    top: -85px;
    display: inline-block;
    background: #effbff;
    z-index: -1;
}

.section_4 {
    background: url(../images/general/parallax.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    display: inline-block;
    height: 350px;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    margin: 30px 0 0px 0;
}

    .section_4:before {
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 11, 54, 0.45);
        position: absolute;
        left: 0;
        top: 0;
        display: inline-block;
    }

    .section_4 .item {
        text-align: center;
        color: #fff;
        font-size: 30px;
        color: #ffffff;
        line-height: 40px;
    }

        .section_4 .item b {
            width: 100%;
            display: inline-block;
            float: left;
            text-shadow: 6px 4px 20px #808080;
            font-weight: bold;
            font-size: 46px;
        }

.news_section .news-slider {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
    margin-top: 10px;
}


    .news_section .news-slider .item {
        width: 100%;
        display: inline-block;
        float: left;
    }

        .news_section .news-slider .item a {
            display: inline-block;
            width: 100%;
            float: left;
            position: relative;
            height: 520px;
            padding-bottom: 60px;
            background: whitesmoke;
            border: 1px solid #ddd;
        }

            .news_section .news-slider .item a .img {
                width: 100%;
                display: inline-block;
                float: left;
                height: 205px;
            }

                .news_section .news-slider .item a .img img {
                    width: 100%;
                    height: 100%;
                    float: left;
                    object-fit: cover;
                    object-position: center;
                    display: inline-block;
                    transition: all 500ms ease;
                }

            .news_section .news-slider .item a .text {
                float: left;
                width: 100%;
                display: inline-block;
                padding: 10px 10px;
            }

                .news_section .news-slider .item a .text .news-title {
                    width: 100%;
                    display: inline-block;
                    float: left;
                    margin: 0;
                    font-size: 19px;
                    color: #585858;
                    padding: 10px 0 15px 0;
                    transition: all 500ms ease;
                }

                .news_section .news-slider .item a .text .text-container {
                    color: #979797;
                    line-height: 23px;
                    transition: all 500ms ease;
                }

    .news_section .news-slider .owl-nav {
        position: absolute;
        top: 50%;
        margin-top: -30px;
        left: -60px;
        width: calc(100% + 120px);
        z-index: 1;
    }

        .news_section .news-slider .owl-nav .owl-prev, .news_section .news-slider .owl-nav .owl-next {
            margin: 0;
            background: transparent !important;
            padding: 0;
            font-size: 0;
            color: inherit;
        }

        .news_section .news-slider .owl-nav .owl-prev {
            float: left;
        }

        .news_section .news-slider .owl-nav .owl-next {
            float: right;
        }

            .news_section .news-slider .owl-nav .owl-prev:before, .news_section .news-slider .owl-nav .owl-next:before {
                width: 50px;
                height: 60px;
                display: flex;
                font-family: 'icomoon';
                align-items: center;
                color: #fff;
                content: '+';
                font-size: 22px;
                background: #ff5656;
                justify-content: center;
                transition: all 500ms ease;
            }

        .news_section .news-slider .owl-nav .owl-prev:before {
            content: "\e912";
            border-radius: 6px 0 0 6px;
        }

        .news_section .news-slider .owl-nav .owl-next:before {
            content: "\e907";
            border-radius: 0px 6px 6px 0px;
        }

        .news_section .news-slider .owl-nav .owl-prev:hover:before, .news_section .news-slider .owl-nav .owl-next:hover:before {
            background: #d43232;
        }

    .news_section .news-slider .item a:hover .text .news-title, .news_section .news-slider .item a:hover .text .text-container {
        color: #166ac8;
    }

    .news_section .news-slider .item a:hover .img img {
        opacity: .6;
    }

.maps-section .tab-content .maps {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    margin-top: 0;
}

    .maps-section .tab-content .maps iframe {
        width: 100%;
        height: 100%;
        display: inline-block;
        float: left;
    }

.maps-section .tab-content .left {
    padding: 0 5px;
    padding-right: 10px;
}

    .maps-section .tab-content .left ul {
        padding: 0;
        margin: 0;
        float: left;
        display: inline-block;
        width: 100%;
        list-style-type: none;
        font-size: 15px;
        color: #00165f;
        font-weight: 400;
    }

        .maps-section .tab-content .left ul li {
            width: 50%;
            float: left;
            display: inline-block;
            margin: 5px 0;
        }

        .maps-section .tab-content .left ul .title {
            width: 100%;
            display: inline-block;
            font-size: inherit;
            color: inherit;
            font-weight: inherit;
            margin-bottom: 20px;
        }

        .maps-section .tab-content .left ul i {
            color: inherit;
            font-size: inherit;
        }

        .maps-section .tab-content .left ul li b {
            width: 100%;
            display: inline-block;
            float: left;
            margin-bottom: 10px;
        }

    .maps-section .tab-content .left .address {
        margin-top: 20px;
    }

        .maps-section .tab-content .left .address li {
            width: 100%;
            margin: 6px 0;
            float: left;
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
        }

            .maps-section .tab-content .left .address li a {
                width: 100%;
                display: inline-block;
                float: left;
                color: inherit;
                font-size: inherit;
                text-decoration: none;
            }

            .maps-section .tab-content .left .address li i {
                width: 27px;
                display: inline-block;
                float: left;
                color: #698d99;
                font-size: 18px;
                line-height: 24px;
            }

.maps-section nav {
    width: 200px;
    float: left;
    display: inline-block;
    height: 100%;
}

.maps-section .nav-item.nav-link {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    width: 100%;
    padding: 0;
    background: #f8f8f8;
    border-radius: 0;
    color: #004392;
    font-size: 16px;
    margin: 2.5px 2.5px;
    transition: all 500ms ease;
}

.maps-section .nav-tabs {
    width: 100%;
    border: 0;
    margin: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.maps-section .nav-item.nav-link.active, .maps-section .nav-item.nav-link:hover {
    background: #004392;
    color: #f8f8f8;
}

.maps-section .tab-content .left .left-wrapper {
    background: #f8f8f8;
    width: 100%;
    display: inline-block;
    float: left;
    padding: 20px 25px;
    min-height: 320px;
}

.maps-section .tab-content .right {
    padding-left: 0;
}

footer {
    width: 94%;
    display: inline-block;
    float: left;
    margin: 0 3%;
}

.footer {
    background: #f8f8f8;
    width: 100%;
    display: inline-block;
    float: left;
    padding: 30px 0;
}

    .footer .menu-items .item ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        width: 100%;
        display: inline-block;
        float: left;
        margin-bottom: 20px;
    }

        .footer .menu-items .item ul li {
            width: 100%;
            display: inline-block;
            float: left;
        }

            .footer .menu-items .item ul li.title {
                margin-bottom: 5px;
                color: #00135f;
                font-size: 20px;
                font-weight: 400;
            }

            .footer .menu-items .item ul li a {
                color: #00135f;
                font-size: 16px;
                width: 100%;
                display: inline-block;
                float: left;
                padding: 7.5px 0;
                transition: all 500ms ease;
                text-decoration: none;
                line-height: 21px;
            }

    .footer .footer-right .logo a {
        width: 100%;
        display: inline-block;
        float: left;
        text-align: center;
    }

        .footer .footer-right .logo a img {
            width: 180px;
            max-width: 100%;
            display: inline-block;
            float: none;
        }

    .footer .footer-right {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
        align-items: flex-start;
        align-content: flex-start;
    }

        .footer .footer-right .logo {
            display: inline-block;
            float: left;
            width: 100%;
        }

        .footer .footer-right .text {
            color: #00165f;
            font-size: 13px;
            display: inline-block;
            width: 100%;
            float: left;
            padding: 20px 40px;
            padding-bottom: 10px;
        }

        .footer .footer-right > a {
            width: 100%;
            display: inline-block;
            font-size: 16px;
            text-align: center;
            float: left;
            color: #00165f;
            text-decoration: none;
            text-align: left;
            padding: 0 40px;
        }

            .footer .footer-right > a.phone-number {
                font-size: 20px;
            }

        .footer .footer-right .social-media {
            width: 100%;
            display: inline-block;
            float: left;
            margin-top: 20px;
        }

            .footer .footer-right .social-media ul {
                list-style-type: none;
                padding: 0;
                margin: 0;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .footer .footer-right .social-media ul li a {
                    display: inline-block;
                    padding: 0 4px;
                    transition: all 500ms ease;
                }

                .footer .footer-right .social-media ul img {
                    width: auto;
                    max-width: 100%;
                    display: inline-block;
                }

.footer_bottom {
    width: 100%;
    display: inline-block;
    float: left;
    background: #454545;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #dfdede;
    font-size: 14px;
}

    .footer_bottom .lizbon img {
        width: auto;
        max-width: 100%;
        height: 14px;
        float: right;
    }

    .footer_bottom .left {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

.footer .menu-items .item ul li a:hover {
    color: #454545;
}

.footer_bottom .lizbon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer .footer-right .social-media ul li a:hover {
    transform: translateY(-5px);
}

.header ul.menu li .dropdown_menu ul {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
}

    .header ul.menu li .dropdown_menu ul li {
        width: 100%;
        display: inline-block;
        text-align: left;
    }

        .header ul.menu li .dropdown_menu ul li a {
            text-align: left;
            width: 100%;
            display: inline-block;
            float: left;
            font-size: 12px;
            padding: 10px 0;
            border-bottom: 1px solid #dedede;
            transition: all 500ms ease;
        }

.detail-page-wrapper {
    width: 100%;
    display: inline-block;
    float: left;
    min-height: 600px;
}

.banner.detail-page > img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    object-fit: cover;
    object-position: center;
}

.banner.detail-page {
    height: 185px;
}

.detail-page-wrapper .left .title {
    font-size: 20px;
    color: #004392;
    font-weight: 500;
    padding: 12.5px 25px;
    border-bottom: 1px solid #004392;
    margin-bottom: 10px;
}

.detail-page-wrapper .left ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: inline-block;
    float: left;
}

    .detail-page-wrapper .left ul li {
        padding: 0;
        margin: 0;
        width: 100%;
        display: inline-block;
        float: left;
        position: relative;
    }

    .detail-page-wrapper .left ul > li.active:before {
        background: #002f66;
    }

    .detail-page-wrapper .left ul li a {
        transition: all 500ms ease;
        margin: 0;
        width: 100%;
        display: inline-block;
        float: left;
        padding: 10px 10px;
        color: #626262;
        font-size: 13.5px;
        text-decoration: none;
        line-height: 20px;
        position: relative;
    }

    .detail-page-wrapper .left ul li:hover:before, .detail-page-wrapper .left ul li.active:before {
        max-width: 100%;
    }

    .detail-page-wrapper .left ul > li:before {
        background: #004392;
        content: '';
        width: 100%;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        height: 40px;
        z-index: 0;
        transition: all 500ms ease;
        max-width: 0%;
    }

    .detail-page-wrapper .left ul li > a:hover, .detail-page-wrapper .left ul li.active > a {
        color: #fff;
        padding-left: 15px;
    }

        .detail-page-wrapper .left ul li.active > a:after {
            content: "\e907";
            display: inline-block;
            float: right;
            font-family: 'icomoon';
            font-size: 80%;
        }

.detail-page-wrapper .right:before {
    background: #fcfcfc;
    content: '';
    width: calc(100% - 30px);
    display: inline-block;
    position: absolute;
    left: 15px;
    z-index: 0;
    top: -20px;
    height: calc(100% + 20px);
}

.detail-page-wrapper .right > * {
    position: relative;
    z-index: 1;
}

.detail-page-wrapper .section {
    padding: 20px 0;
}

.detail-page-wrapper .right .text-wrapper {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 20px 50px;
}

.detail-page-wrapper .right .bottom-image {
    width: 100%;
    display: inline-block;
    float: left;
}

    .detail-page-wrapper .right .bottom-image img {
        width: 100%;
        height: auto;
        display: inline-block;
        float: left;
    }

.detail-page-wrapper .right .text-wrapper .right-title-wrapper .title {
    color: #00125e;
    font-size: 45px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.detail-page-wrapper .right .text-wrapper .right-title-wrapper {
    width: 100%;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
}

.detail-page-wrapper .right .text-wrapper .text {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #979797;
    line-height: 29px;
}

.detail-page-wrapper .section:last-child {
    padding-bottom: 0;
}

.sss-container {
    width: 100%;
    display: inline-block;
    float: left;
    margin: 30px 0;
}

    .sss-container .wrapper {
        width: 100%;
        display: inline-block;
        float: left;
    }

    .sss-container .card {
        border: 1px solid #004392;
        border-radius: 0;
        background: #fff;
        border-top: 0;
        transition: all 500ms ease;
    }

        .sss-container .card .card-header {
            padding: 0;
            margin: 0;
            background: transparent;
            border: 0;
        }

            .sss-container .card .card-header .title {
                font-size: 18px;
                font-weight: 500;
                cursor: pointer;
            }

                .sss-container .card .card-header .title span {
                    width: 100%;
                    display: inline-block;
                    float: left;
                    font-size: 18px;
                    font-weight: inherit;
                    padding: 15px 20px;
                    cursor: pointer;
                    transition: all 500ms ease;
                    position: relative;
                    overflow: hidden;
                    padding-right: 70px;
                    min-height: 70px;
                    display: flex;
                    align-items: center;
                }

        .sss-container .card .card-wrapper {
            width: 100%;
            display: inline-block;
            float: left;
            padding: 20px 20px;
            border-top: 1px solid #004392;
            color: #4c4b4b;
            font-size: 14px;
            line-height: 27px;
            font-weight: 400;
        }

        .sss-container .card .card-body {
            padding: 0;
        }

        .sss-container .card:first-child {
            border-top: 1px solid #004392;
        }


        .sss-container .card .card-header .title span[aria-expanded="true"], .sss-container .card .card-header .title span:hover {
            background: #004392;
            color: #fff;
        }

        .sss-container .card .card-header .title span:after {
            content: "\e90f";
            font-family: 'icomoon';
            width: 50px;
            height: 100%;
            display: flex;
            float: right;
            background: #004392;
            justify-content: center;
            align-items: center;
            color: #fff;
            position: absolute;
            right: -1px;
            top: -1px;
        }

        .sss-container .card .card-header .title span[aria-expanded="true"]:after {
            content: "\e90a";
        }

.filter-container {
    width: 100%;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    margin: 30px 0;
}

    .filter-container .top {
        float: left;
        width: 50%;
        display: inline-block;
        margin-bottom: 30px;
    }

        .filter-container .top .title {
            font-size: 18px;
            margin-bottom: 15px;
            color: #4c4b4b;
            width: 100%;
            display: inline-block;
            float: left;
        }

.select.input {
    width: 100%;
    display: inline-block;
    float: left;
    height: 42px;
    position: relative;
}

    .select.input select {
        width: 100%;
        height: 100%;
        border: 1px solid #004392;
        background: #fff;
        padding: 0 15px;
        color: #515151;
        font-size: 16px;
        box-shadow: none;
        outline: none;
        z-index: 2;
        position: relative;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
        background: transparent;
    }

    .select.input:before {
        content: "\e90a";
        width: 42px;
        height: 42px;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        background: #002f66;
        z-index: 2;
        font-family: 'icomoon';
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: rotate(180deg);
    }

.filter-container .top .select.input {
    width: 350px;
}

.filter-container .content {
    width: 100%;
    display: inline-block;
    float: left;
}

    .filter-container .content .table {
        border: 0;
    }

    .filter-container .content table thead {
        border: 0;
    }

        .filter-container .content table thead th:last-child, .filter-container .content table tbody td:last-child {
            width: 32%;
        }

    .filter-container .content table tr td {
        border: 0;
    }

    .filter-container .content table th, .filter-container .content table td {
        height: 42px;
        border: 1px solid #004392 !important;
        vertical-align: middle;
        border: 1px solid #c5c5c5 !important;
    }

    .filter-container .content table th {
        background: #f3f3f3;
        padding: 0 15px;
        color: #002f66;
        text-align: center;
    }

    .filter-container .content table td {
        color: #4c4b4b;
        font-size: 12px;
        padding: 10px 5px;
        text-align: center;
    }

        .filter-container .content table td a {
            color: #4c4b4b;
            font-size: 15px;
            text-decoration: none;
        }

        .filter-container .content table td i {
            color: #4fce54;
        }

    .filter-container .content table {
        width: 100%;
        margin-bottom: 30px;
    }

        .filter-container .content table thead th:last-child .bx {
            width: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            float: left;
        }

        .filter-container .content table tbody td a {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .filter-container .content table th i {
            margin-right: 5px;
        }

.detail-page-wrapper .right .text-wrapper .contact {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
    margin: 0px 0 30px 0;
}

    .detail-page-wrapper .right .text-wrapper .contact .left-area {
        float: left;
        width: 40%;
        display: inline-block;
    }

    .detail-page-wrapper .right .text-wrapper .contact .right-area {
        float: left;
        width: 58%;
        display: inline-block;
    }

    .detail-page-wrapper .right .text-wrapper .contact ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        float: left;
        width: 100%;
    }

    .detail-page-wrapper .right .text-wrapper .contact .left-area ul li {
        color: #3a3a3a;
        font-size: 16px;
        font-weight: normal;
        width: 100%;
        margin-bottom: 10px;
    }

        .detail-page-wrapper .right .text-wrapper .contact .left-area ul li b {
            font-weight: normal;
            width: 35%;
            FLOAT: LEFT;
        }


    .detail-page-wrapper .right .text-wrapper .contact .right-area ul li {
        width: 100%;
        margin: 6px 0;
        float: left;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #3a3a3a;
        font-size: 16px;
        font-weight: 400;
    }

        .detail-page-wrapper .right .text-wrapper .contact .right-area ul li i {
            width: 27px;
            display: inline-block;
            float: left;
            color: #698d99;
            font-size: 18px;
            line-height: 24px;
        }

        .detail-page-wrapper .right .text-wrapper .contact .right-area ul li span {
        }

        .detail-page-wrapper .right .text-wrapper .contact .right-area ul li a {
            width: 100%;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            font-size: inherit;
            color: inherit;
            text-decoration: none;
        }

.detail-page-wrapper .right .bottom-image .maps {
    width: 100%;
    height: 350px;
    display: inline-block;
    float: left;
    position: relative;
}

    .detail-page-wrapper .right .bottom-image .maps iframe {
        width: 100%;
        height: 100%;
        display: inline-block;
        float: left;
    }


.detail-page-wrapper .right .text-wrapper .contact ul li.title {
    color: #3a3a3a;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.news-container {
    width: 100%;
    display: inline-block;
    float: left;
    margin-top: 10px;
}

    .news-container .title {
        font-size: 18px;
        color: #4c4b4b;
        font-weight: 400;
    }

    .news-container .nav-tabs {
        width: 100%;
        float: left;
        margin: 5px 0 15px 0;
        border: 0;
        border-bottom: 1px solid #004392;
    }

        .news-container .nav-tabs .nav-item .nav-link {
            color: #929292;
            font-size: 16px;
            border: 0;
            padding: 20px 20px;
            border-bottom: 3px solid transparent;
            background: transparent !important;
            border-radius: 0 !important;
            font-weight: 500;
        }

            .news-container .nav-tabs .nav-item .nav-link.active {
                border-color: #004392;
                color: #004392;
            }

    .news-container .tab-content .wrapper {
        float: left;
        width: 100%;
        display: inline-block;
        padding: 20px 0;
    }

    .news-container .tab-content {
        float: left;
    }

        .news-container .tab-content .wrapper .box {
            float: left;
            display: inline-block;
            width: 100%;
            margin: 30px 0;
        }

            .news-container .tab-content .wrapper .box:first-child {
                margin-top: 0;
            }

            .news-container .tab-content .wrapper .box a {
                width: 100%;
                display: inline-block;
                float: left;
            }

                .news-container .tab-content .wrapper .box a .image {
                    float: left;
                    width: 32%;
                    display: inline-block;
                    height: 161px;
                }

                .news-container .tab-content .wrapper .box a .text-content {
                    width: 68%;
                    display: inline-block;
                    float: left;
                    padding-left: 20px;
                    font-size: 15px;
                    color: #626262;
                    line-height: 20px;
                    transition: all 500ms ease;
                }

                    .news-container .tab-content .wrapper .box a .text-content .news-title {
                        width: 100%;
                        display: inline-block;
                        float: left;
                        margin: 0;
                        padding: 0;
                        font-size: 18px;
                        font-weight: 500;
                        margin-bottom: 10px;
                        padding-right: 50px;
                        line-height: 24px;
                    }

                    .news-container .tab-content .wrapper .box a .text-content .news-text {
                        display: -webkit-box;
                        -webkit-line-clamp: 3;
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                        width: 100%;
                        height: 60px;
                    }

                    .news-container .tab-content .wrapper .box a .text-content .fake-button {
                        font-size: 16px;
                        color: #004392;
                        padding-bottom: 3px;
                    }

                        .news-container .tab-content .wrapper .box a .text-content .fake-button:after {
                            height: 2px;
                            background: #004392;
                        }

                .news-container .tab-content .wrapper .box a:hover .text-content {
                    color: #004392;
                }

                .news-container .tab-content .wrapper .box a .image img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    object-position: center;
                }

.header .search-box input.focus-in::-webkit-input-placeholder { /* WebKit browsers */
    color: transparent;
}

.header .search-box input.focus-in:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: transparent;
}

.header .search-box input.focus-in::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: transparent;
}

.header .search-box input.focus-in:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: transparent;
}

.detail-page-wrapper .left ul li.dropdown > a:After {
    content: "\e907";
    display: inline-block;
    float: right;
    font-family: 'icomoon';
}

.detail-page-wrapper .left ul li ul {
    padding-left: 20px;
    display: none;
}

    .detail-page-wrapper .left ul li ul li a {
        color: #004392;
    }

.detail-page-wrapper .left ul li.dropdown.active ul {
    display: block;
}

.header ul.menu li a span:first-child {
    margin: 0;
    font-size: 160%;
    color: #004392;
    /* transition: all 500ms ease; */
}

.header ul.menu li.dropdown:hover a span:first-child, .header ul.menu li.dropdown.active a span:first-child {
    /* color: #fff; */
}

body.menu-hover .banner:before {
    opacity: 1;
}

.banner:before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.70);
    z-index: 1;
    transition: all 500ms ease;
    opacity: 0;
}

.online-mega-menu {
    position: absolute;
    left: 0;
    width: 100%;
    background-image: url(../images/general/online-background.jpg);
    height: 100%;
    display: inline-block;
    z-index: 3;
    background-size: cover;
    background-repeat: no-repeat;
}

    .online-mega-menu .wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 1;
    }

        .online-mega-menu .wrapper .content {
            float: left;
            width: 100%;
            display: inline-block;
            position: relative;
        }

            .online-mega-menu .wrapper .content .item a {
                width: 100%;
                margin: 20px 0;
                display: flex;
                justify-content: flex-start;
                align-items: center;
                height: 150px;
                flex-wrap: wrap;
                text-decoration: none;
                position: relative;
                float: left;
            }

                .online-mega-menu .wrapper .content .item a .left {
                    float: left;
                    width: 34%;
                    display: inline-block;
                    height: 100%;
                    background: #004392;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    color: #fff;
                    font-size: 30px;
                    border-radius: 6px 0px 0px 6px;
                    -ms-flex: initial !important;
                    flex: initial !important;
                    max-width: initial !important;
                }

                .online-mega-menu .wrapper .content .item a .right {
                    float: left;
                    width: 66%;
                    display: inline-block;
                    height: 100%;
                    padding: 0 20px;
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                    /* background: #fff; */
                    border-radius: 0 6px 6px 0px;
                    position: relative;
                }

                    .online-mega-menu .wrapper .content .item a .right .title {
                        width: 100%;
                        margin: 0;
                        padding: 0;
                        display: inline-block;
                        float: left;
                        color: #336879;
                        font-size: 19px;
                        line-height: 23px;
                        transition: all 500ms ease;
                        position: relative;
                        z-index: 2;
                    }

                    .online-mega-menu .wrapper .content .item a .right:before, .online-mega-menu .wrapper .content .item a .right:after {
                        content: '';
                        width: 0%;
                        height: 100%;
                        position: absolute;
                        left: 0;
                        top: 0;
                        display: inline-block;
                        background: #004392;
                        z-index: 0;
                        border-radius: 0 6px 6px 0px;
                        transition: all 500ms ease;
                    }

                .online-mega-menu .wrapper .content .item a:hover .right:before {
                    width: calc(100% + 1px);
                }

                .online-mega-menu .wrapper .content .item a:hover .right .title {
                    color: #fff;
                }




    .online-mega-menu.animatedIn {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }


    .online-mega-menu.animatedOut {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut;
    }

        .online-mega-menu.animatedOut .wrapper .content .item {
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-name: fadeOutUp;
            animation-name: fadeOutUp;
        }

    .online-mega-menu.animatedIn .wrapper .content .item {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
    }




    .online-mega-menu .wrapper .content .item:nth-child(2) {
        -webkit-animation-delay: 100ms;
        animation-delay: 100ms;
    }


    .online-mega-menu .wrapper .content .item:nth-child(3) {
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
    }


    .online-mega-menu .wrapper .content .item:nth-child(4) {
        -webkit-animation-delay: 300ms;
        animation-delay: 300ms;
    }


    .online-mega-menu .wrapper .content .item:nth-child(5) {
        -webkit-animation-delay: 400ms;
        animation-delay: 400ms;
    }


    .online-mega-menu .wrapper .content .item:nth-child(6) {
        -webkit-animation-delay: 500ms;
        animation-delay: 500ms;
    }


    .online-mega-menu .wrapper .content .item:nth-child(7) {
        -webkit-animation-delay: 600ms;
        animation-delay: 600ms;
    }

    .online-mega-menu .wrapper .content .item:nth-child(8) {
        -webkit-animation-delay: 700ms;
        animation-delay: 700ms;
    }


    .online-mega-menu .wrapper .content .item {
        height: 0px;
        padding-bottom: 90px;
        margin-bottom: 90px;
    }

.header ul.menu li.online-menu-button.active a span {
    color: #fff;
}

.header ul.menu li.online-menu-button.active a:before {
    opacity: 1;
}

.header ul.menu li.online-menu-button a:before {
    content: '';
    width: 100%;
    height: calc(100% + 26px);
    display: inline-block;
    float: left;
    background: #004392;
    position: absolute;
    left: 0;
    top: -7px;
    z-index: -1;
    opacity: 0;
    transition: all 500ms ease;
}

.online-mega-menu .close-button {
    color: #fff;
    z-index: 2;
    font-size: 24px;
    cursor: pointer;
    float: right;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-indent: 3px;
    margin-bottom: 10px;
}

.online-mega-menu.animatedOut .close-button {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

.online-mega-menu.animatedIn .close-button {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.online-mega-menu .wrapper .content .item a:hover .right {
}

.online-mega-menu .wrapper .content .item a .right:after {
    width: 100%;
    background: #fff;
    z-index: -1;
}

.header ul.menu li .dropdown_menu ul li a:hover {
    padding-left: 5px;
}

.section_2 .item a:hover .icon {
    transform: scale(1.15);
}

.section_3 a:hover .img img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.section_3 a {
    text-decoration: none !important;
}

.header ul.menu li .dropdown_menu ul li:last-child a {
    border-bottom: 0;
}

.header .fix-number .text {
    width: 100%;
    display: inline-block;
    float: left;
    text-align: center;
    color: red;
    line-height: 17px;
    margin-bottom: 10px;
    transition: all 500ms ease;
    opacity: 0;
}

.header .fix-number a:hover .text {
    opacity: 1;
}

.header .fix-number:hover {
    top: 100%;
}

.footer .menu-items .item ul:last-child {
    margin-bottom: 0;
}

.footer .footer-right .text a {
    width: 100%;
    display: inline-block;
    float: left;
    text-align: left;
    color: #00135f;
    font-size: 16px;
    width: 100%;
    display: inline-block;
    float: left;
    padding: 8px 0;
    transition: all 500ms ease;
    text-decoration: none;
}

.section_3 a .fake-button:hover:after {
    right: -5px;
}

.section_3 a .fake-button:hover {
    padding-right: 5px;
}

.news_section .news-slider .item a:hover .fake-button {
    padding-right: 5px;
}

    .news_section .news-slider .item a:hover .fake-button:After {
        right: -5px;
    }

.section_3 .fake-button {
    margin-top: 100px;
}

/*======================== login-register modal style =====================*/

.user-modal .button-group .button.login:hover {
    background: #1b3c46;
}

.user-modal .button-group .button.facebook:hover {
    background: #253965;
}

.user-modal .button-group .button.register:hover {
    background: #671718;
}

.user-modal .button-group {
    float: left;
    width: 100%;
    display: inline-block;
}

    .user-modal .button-group .button {
        width: 100%;
        display: inline-block;
        float: left;
        text-align: center;
        height: 45px;
        line-height: 45px;
        color: #fff;
        margin-bottom: 10px;
        font-size: 17px;
        text-decoration: none;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
        outline: none;
        border: 0;
        outline: none;
        cursor: pointer;
        background: #D94032;
    }

        .user-modal .button-group .button:last-child {
            margin-bottom: 0;
        }

        .user-modal .button-group .button:hover {
            background: #b92d20;
        }

        .user-modal .button-group .button.login {
            background: #336879;
        }

        .user-modal .button-group .button.facebook {
            background: #344E86;
        }

        .user-modal .button-group .button.register {
            background: #8F2729;
        }

        .user-modal .button-group .button i {
            margin-right: 10px;
        }

.user-modal .modal-content .modal-body {
    padding: 30px;
}

.modal-content {
    border-radius: 0 !important;
}

.user-modal .modal-content {
    background: rgba(255, 255, 255, 0.80);
}

.user-modal .modal-dialog {
    max-width: 400px;
    max-height: 100%;
    /* overflow-y: scroll; */
}

.user-modal .modal-content .title {
    color: #333333;
    font-size: 30px;
    text-align: center;
    width: 100%;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0px 0 25px 0;
}

.user-modal .inputs {
    float: left;
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
    color: #333333;
}

    .user-modal .inputs .invalid-feedback {
        float: left;
        margin-top: 15px;
    }

    .user-modal .inputs input {
        float: left;
        width: 100%;
        display: inline-block;
        border: 1px solid #bbb;
        padding: 0 20px;
        height: 45px;
        line-height: 45px;
        padding-left: 40px;
        border-radius: 0;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .user-modal .inputs span {
        position: absolute;
        left: 15px;
        top: 13px;
        font-size: 18px;
        font-weight: bold;
        color: #656565;
    }

    .user-modal .inputs.checkbox,
    .user-modal .inputs.password {
        display: inline-block;
        float: left;
        width: 50%;
        line-height: 30px;
        margin-bottom: 0;
        font-size: 15px;
        color: #333333;
    }

        .user-modal .inputs.password .password-button {
            float: right;
            color: inherit;
            text-decoration: none;
        }

#registerModal.user-modal .inputs.checkbox,
#registerModal.user-modal .inputs.password {
    width: 100%;
}

.user-modal .button-group .button.password {
    background: #344e86;
}


/*======================== login-register modal style =====================*/


/*======================== Checkbox style =====================*/

.inputs.checkbox ul {
    list-style-type: none;
    padding: 0;
    width: 100%;
    display: inline-block;
    float: left;
}

    .inputs.checkbox ul li {
        position: relative;
        display: inline-block;
        float: left;
        width: 100%;
    }

        .inputs.checkbox ul li label:before {
            content: '';
            cursor: pointer;
            position: absolute;
            left: 4px;
            top: 4px;
            background: #fff;
            border: 1px solid #bbbbbb;
            width: 28px;
            height: 28px;
            text-align: center;
            line-height: 28px;
        }

        .inputs.checkbox ul li label {
            display: inline-block;
            position: relative;
            float: left;
            padding-left: 40px;
            line-height: 35px;
            margin-bottom: 0;
        }

.checkbox ul li input {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

    .checkbox ul li input[type=checkbox]:checked + label:after,
    .checkbox ul li input[type=radio]:checked + label:after {
        content: '';
        width: 15px;
        height: 11px;
        position: absolute;
        top: 10px;
        left: 11px;
        border: 3px solid #333333;
        border-top: none;
        border-right: none;
        background: transparent;
        opacity: 1;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }


/*======================== Checkbox style =====================*/
.left-fix-box {
    position: absolute;
    left: -141px;
    z-index: 9;
    background: transparent;
    border-radius: 0 6px 6px 0;
    overflow: hidden;
    transition: all 500ms ease;
    top: 50%;
    margin-top: -50px;
}

    .left-fix-box a {
        width: 233px;
        display: inline-block;
        float: left;
        color: #fff !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100px;
        text-decoration: none !important;
    }

        .left-fix-box a .left {
            height: 100%;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            background: #003066;
            padding: 0 20px;
        }

        .left-fix-box a .right {
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            align-content: center;
            background: #f4f4f4;
            color: #003066;
        }

            .left-fix-box a .right b {
                width: 100%;
                display: inline-block;
                float: left;
                text-align: center;
                font-size: 120%;
                margin-bottom: 5px;
            }

            .left-fix-box a .right span {
                width: 100%;
                display: inline-block;
                float: left;
                text-align: center;
            }

            .left-fix-box a .right i {
                width: 100%;
                display: inline-block;
                float: left;
                text-align: center;
                margin-top: 5px;
                font-size: 160%;
            }

    .left-fix-box:hover {
        left: 0;
    }

#myModal .modal-dialog {
    max-width: 90%;
    width: 800px;
    margin: 50px auto;
    padding-top: 60px;
}

    #myModal .modal-dialog .modal-body {
        padding: 0;
    }

    #myModal .modal-dialog .close {
        position: absolute;
        top: 0;
        right: 0;
        color: #fff;
        z-index: 3;
        opacity: 1;
        font-size: 50px;
        cursor: pointer;
        outline: none;
        box-shadow: none;
    }

.banner.homepage .carousel-control-next {
    width: 50px;
    right: 140px;
    opacity: 1;
    z-index: 3;
}

.banner.homepage .carousel-control-prev {
    width: 50px;
    left: 140px;
    opacity: 1;
    z-index: 3;
}

.banner.homepage .carousel-control-next-icon, .banner.homepage .carousel-control-prev-icon {
    width: 25px;
    height: 25px;
}

.banner.homepage .carousel-control-next, .banner.homepage .carousel-control-prev {
    color: #fff;
    font-size: 350%;
    text-shadow: 1px 1px 7px rgba(43, 43, 43, 0.60);
}

.section_4 .item span:last-child {
    margin-top: 10px;
    display: inline-block;
}

.detail-page-wrapper .right .text-wrapper .text strong {
    font-size: 120%;
    color: #002f66;
}

.online-mega-menu:before {
    content: '';
    background: rgba(0, 0, 0, 0.80);
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    position: absolute;
    left: 0;
    z-index: 0;
}

.filter-container .content table .first th {
    background: #fff;
}

.filter-container .content .logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter-container .content table:last-child {
    margin-bottom: 0;
}

.filter-container .firm-filter-box {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
}

    .filter-container .firm-filter-box .radio-button-wrapper {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0 -10px;
        width: calc(100% + 20px);
    }

        .filter-container .firm-filter-box .radio-button-wrapper .radio {
            display: inline-block;
            float: left;
            margin: 0 10px;
            color: #002f66;
            font-size: 16px;
        }

    .filter-container .firm-filter-box .input-wrapper {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0 -10px;
        width: calc(100% + 20px);
    }

        .filter-container .firm-filter-box .input-wrapper .input {
            float: left;
            width: 50%;
            display: inline-block;
            padding: 0 10px;
        }

            .filter-container .firm-filter-box .input-wrapper .input label {
                width: 100%;
                display: inline-block;
                float: left;
                margin: 0;
                padding: 0;
                color: #002f66;
                font-size: 15px;
                margin-bottom: 6px;
                font-weight: bold;
            }

            .filter-container .firm-filter-box .input-wrapper .input select, .filter-container .firm-filter-box .input-wrapper .input input {
                width: 100%;
                display: inline-block;
                float: left;
                height: 45px;
                border: 1px solid #e4e4e4;
                padding: 0 10px;
                font-size: 15px;
            }

    .filter-container .firm-filter-box .button-wrapper {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-top: 20px;
    }

        .filter-container .firm-filter-box .button-wrapper .button {
            transition: all 500ms ease;
            margin: 0;
            width: auto;
            display: inline-block;
            float: left;
            padding: 10px 30px;
            font-size: 16px;
            line-height: 20px;
            position: relative;
            text-decoration: none;
            border: 0;
            background: #002f66;
            color: #fff;
            cursor: pointer;
            outline: none;
            box-shadow: none;
            text-decoration: none;
        }

.detail-page-wrapper .right .text-wrapper .text .filter-container {
    margin: 0;
}

.filter-container .content .tarife-table {
    width: 100%;
    display: inline-block;
    float: left;
    padding-top: 20px;
    font-size: 14px;
    line-height: 20px;
}

    .filter-container .content .tarife-table table th {
        text-align: center;
        width:20%;
        font-size: 12px;
    }

.detail-page-wrapper .left {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.detail-page-wrapper .right {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.online_mega_container {
    width: 100%;
    display: inline-block;
    float: left;
}

    .online_mega_container .online-mega-menu {
        position: relative;
        left: initial;
        height: initial;
        background: transparent;
    }

        .online_mega_container .online-mega-menu:before {
            display: none;
        }

        .online_mega_container .online-mega-menu .wrapper .content .item a .right {
            background: #f4f4f4;
            -ms-flex: initial !important;
            flex: initial !important;
            max-width: initial !important;
        }

        .online_mega_container .online-mega-menu .row {
            justify-content: center;
        }

.detail-page-wrapper.online_islemler .right:before {
    display: none;
}

.online-islem-wrapper {
    width: 100%;
    display: inline-block;
    float: left;
}

    .online-islem-wrapper .box {
        float: left;
        width: 100%;
        display: inline-block;
        margin: 0;
        padding: 0;
    }

        .online-islem-wrapper .box .title {
            border-bottom: 1px solid #ddd;
            padding: 0;
            margin: 0;
            float: left;
            width: 100%;
            display: inline-block;
            padding-bottom: 15px;
            margin-bottom: 15px;
            color: #626262;
            font-size: 20px;
        }

.detail-page-wrapper.online_islemler .right .text-wrapper .right-title-wrapper .title {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 500;
    border: 0;
}

.online-islem-wrapper .box .content {
    width: 100%;
    display: inline-block;
    float: left;
}

    .online-islem-wrapper .box .content table {
        display: inline-block;
        width: 100%;
        float: left;
    }

        .online-islem-wrapper .box .content table tr td {
            border-left: 2px solid #fff;
            font-size: 15px;
            color: #626262;
            font-weight: 500;
            padding: 10px 15px;
            line-height: 20px;
            width: 23%;
            display: inline-block;
            float: left;
        }

        .online-islem-wrapper .box .content table tr:nth-child(odd) {
            background: #f5f5f5;
        }

        .online-islem-wrapper .box .content table tr td:first-child {
            border-left: 0;
        }

.online-islem-wrapper .box:first-child {
    margin-top: 0;
}

.online-islem-wrapper .box .content table tr {
    float: left;
    width: 100%;
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
}

.online-islem-wrapper .box .content table tbody {
    float: left;
    width: 100%;
    display: inline-block;
}

.online-islem-wrapper .box .content table tr td.title_cl {
    width: 27% !important;
}

.online-islem-wrapper .box .content table tr td.content_cl {
    width: 73% !important;
}

.online-islem-wrapper .box .content table.columns-2 tr td.title_cl {
    width: 40% !important;
}

.online-islem-wrapper .box .content table.columns-2 tr td {
    width: 60% !important;
}

.detail-page-wrapper.online_islemler .item-container.text-wrapper {
    padding: 0;
    border: 1px solid #ddd;
    padding: 30px 40px;
    margin: 20px 0;
}

    .detail-page-wrapper.online_islemler .item-container.text-wrapper:first-child {
        margin-top: -20px;
        border-top: 0;
    }

.talep_container {
    width: 100%;
    display: inline-block;
    float: left;
    margin-top: 10px;
}

    .talep_container .form {
        float: left;
        width: 100%;
        display: inline-block;
    }

        .talep_container .form .rw {
            float: left;
            width: 100%;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            align-items: flex-start;
        }

            .talep_container .form .rw .cl {
                float: left;
                width: 50%;
                display: flex;
                min-height: 48px;
                border: 1px solid #fff;
                font-size: 15px;
                color: #626262;
                align-items: stretch;
                line-height: 22px;
            }

            .talep_container .form .rw.blue .cl {
                background: #ebf1f5;
            }

            .talep_container .form .rw .cl {
                background: #f5f5f5;
            }

                .talep_container .form .rw .cl .select {
                    float: left;
                    width: 100%;
                    display: inline-block;
                    position: relative;
                    padding: 0;
                    height: 52px;
                }

                    .talep_container .form .rw .cl .select select {
                        width: 100%;
                        height: 100%;
                        border: 0;
                        background: transparent;
                        outline: none;
                        box-shadow: none;
                        -webkit-appearance: none;
                        -moz-appearance: none;
                        text-indent: 1px;
                        text-overflow: '';
                        position: relative;
                        z-index: 1;
                        background: transparent;
                        padding: 0 15px;
                    }

                    .talep_container .form .rw .cl .select:after {
                        content: "\f107";
                        float: right;
                        position: absolute;
                        right: 0;
                        font-family: 'FontAwesome';
                        color: #00135e;
                        font-size: 18px;
                        top: 0;
                        width: 45px;
                        height: 45px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                    }

                .talep_container .form .rw .cl > span {
                    width: 100%;
                    display: inline-block;
                    padding: 15px 15px;
                    float: left;
                }

                .talep_container .form .rw .cl .input {
                    width: 100%;
                    display: inline-block;
                    float: left;
                    padding: 2px;
                }

                    .talep_container .form .rw .cl .input input, .talep_container .form .rw .cl .input textarea {
                        width: 100%;
                        height: 100%;
                        display: inline-block;
                        float: left;
                        border: 0;
                        background: #fff;
                        padding: 10px 15px;
                    }

                    .talep_container .form .rw .cl .input textarea {
                        height: 120px;
                        resize: none;
                    }

                .talep_container .form .rw .cl .file-upload-input {
                    display: flex;
                    position: relative;
                    width: 100%;
                    float: left;
                }

                    .talep_container .form .rw .cl .file-upload-input input[type="file"] {
                        float: left;
                        width: 100%;
                        height: 100%;
                        display: inline-block;
                        position: absolute;
                        left: 0;
                        top: 0;
                        opacity: 0;
                        cursor: pointer;
                        z-index: 2;
                    }

                    .talep_container .form .rw .cl .file-upload-input > div {
                        width: 100%;
                        display: flex;
                        position: relative;
                        z-index: 1;
                        justify-content: space-between;
                        padding: 0 15px;
                        align-items: center;
                    }

                        .talep_container .form .rw .cl .file-upload-input > div i {
                            color: #43b05c;
                            font-size: 130%;
                        }

            .talep_container .form .rw.form_button {
                margin: 40px 0 30px 0;
                display: flex;
                justify-content: flex-end;
            }

                .talep_container .form .rw.form_button .blue_button {
                    width: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background: #1e45b3;
                    height: 65px;
                    color: #ffffff;
                    font-size: 22px;
                    text-decoration: none;
                    transition: all 500ms ease;
                    outline: none;
                    box-shadow: none;
                }

                    .talep_container .form .rw.form_button .blue_button:hover {
                        background: #193b9a;
                    }

        .talep_container .form.messages_form .rw {
            margin: 20px 0;
        }

            .talep_container .form.messages_form .rw:first-child {
                margin-top: 0;
            }

.reply_container {
    width: 100%;
    display: inline-block;
    float: left;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

    .reply_container .text {
        float: left;
        width: 100%;
        display: inline-block;
    }

        .reply_container .text textarea {
            width: 100%;
            resize: none;
            padding: 5px 15px;
            font-size: 15px;
            color: #cccccc;
            border: 1px solid #f5f5f5;
            height: 150px;
        }

.talep_container .reply_container .rw.form_button {
    margin: 0;
}

    .talep_container .reply_container .rw.form_button .blue_button {
        width: 25%;
    }

.detail-page-wrapper .right.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.online_login_box {
    width: 100%;
    display: flex;
    justify-content: center;
    float: left;
    margin-top: -40px;
}

    .online_login_box .wrapper {
        display: inline-block;
        background: #fcfcfc;
        float: left;
        width: 700px;
        padding: 40px 40px;
        max-width: 100%;
    }

.detail-page-wrapper.online_islemler .right .text-wrapper .online_login_box .wrapper .right-title-wrapper .title {
    font-size: 22px;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.online_login_box .wrapper .input {
    float: left;
    width: 100%;
    display: inline-block;
    margin: 15px 0;
}

    .online_login_box .wrapper .input label {
        float: left;
        width: 100%;
        display: inline-block;
        font-size: 19px;
        color: #00135f;
        margin-bottom: 0;
    }

    .online_login_box .wrapper .input input {
        border: 0;
        border-bottom: 1px solid #ddd;
        width: 100%;
        display: inline-block;
        float: left;
        padding: 0;
        margin: 0;
        padding: 7.5px 0;
        color: #656363;
        font-size: 14px;
        background: transparent;
    }


        .online_login_box .wrapper .input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #949494;
            font-size: 16px;
        }

        .online_login_box .wrapper .input input::-moz-placeholder { /* Firefox 19+ */
            color: #cfcfcf;
            font-size: 22px;
        }

        .online_login_box .wrapper .input input:-ms-input-placeholder { /* IE 10+ */
            color: #cfcfcf;
            font-size: 22px;
        }

        .online_login_box .wrapper .input input:-moz-placeholder { /* Firefox 18- */
            color: #cfcfcf;
            font-size: 22px;
        }

    .online_login_box .wrapper .input .form_button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #1e45b3;
        height: 65px;
        color: #ffffff;
        font-size: 22px;
        text-decoration: none;
        transition: all 500ms ease;
        outline: none;
        box-shadow: none;
    }

        .online_login_box .wrapper .input .form_button:hover {
            background: #193b9a;
        }

.online-islem-wrapper.fatura_sorgula {}

.online-islem-wrapper.fatura_sorgula .selects_box {
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.online-islem-wrapper.fatura_sorgula .selects_box .bx {
    float: left;
    width: 100%;
    display: inline-block;
    margin: 10px 0;
}

.online-islem-wrapper.fatura_sorgula .selects_box .bx label {
    width: 100%;
    display: inline-block;
    float: left;
    color: #626262;
    font-size: 15px;
    margin-bottom: 10px;
}

.online-islem-wrapper.fatura_sorgula .selects_box .bx .select {
    width: 270px;
    height: 40px;
    display: inline-block;
    float: left;
    background: #fafafa;
    border: 1px solid #e5e5e5;
    position: relative;
}

.online-islem-wrapper.fatura_sorgula .selects_box .bx .select:after {
                 content: "\f107";
                 float: right;
                 position: absolute;
                 right: 0;
                 font-family: 'FontAwesome';
                 color: #00135e;
                 font-size: 18px;
                 top: 0;
                 width: 40px;
                 height: 100%;
                 display: flex;
                 justify-content: center;
                 align-items: center;
                 }

.online-islem-wrapper.fatura_sorgula .selects_box .bx .select select {
    width: 100%;
    display: inline-block;
    float: left;
    height: 100%;
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
    z-index: 2;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: transparent;
    padding: 0 10px;
    color: #626262;
    font-size: 15px;
}

.online-islem-wrapper.fatura_sorgula .radio_box {
    width: 100%;
    display: inline-block;
    float: left;
}

.online-islem-wrapper.fatura_sorgula .radio_box label {
    width: 100%;
    display: inline-block;
    float: left;
    color: #626262;
    font-size: 15px;
    margin-bottom: 10px;
}

.online-islem-wrapper.fatura_sorgula .radio_box .radio-button-list {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    margin: 10px 0px;
}

.online-islem-wrapper.fatura_sorgula .radio_box .radio-button-list li {
    float: left;
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

.online-islem-wrapper.fatura_sorgula .radio_box .radio-button-list li label {
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #626262;
    position: relative;
    z-index: 1;
    padding-left: 30px;
    min-height: 20px;
}

.online-islem-wrapper.fatura_sorgula .radio_box .radio-button-list li input[type="radio"],.online-islem-wrapper.fatura_sorgula .radio_box .radio-button-list li input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.online-islem-wrapper.fatura_sorgula .radio_box .radio-button-list li label:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #e3e3e3;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
}

.online-islem-wrapper.fatura_sorgula .radio_box .radio-button-list li label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: #004392;
    border-radius: 50%;
    border: 5px solid #e3e3e3;
    opacity: 0;
}

.online-islem-wrapper.fatura_sorgula .radio_box .radio-button-list li input:checked + label:after {
    opacity: 1;
}

.online-islem-wrapper.fatura_sorgula .form_button {
    width: 100%;
    display: inline-block;
    float: left;
    margin-top: 20px;
}

.online-islem-wrapper.fatura_sorgula .form_button .blue_button {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1e45b3;
    height: 65px;
    color: #ffffff;
    font-size: 22px;
    text-decoration: none;
    transition: all 500ms ease;
    outline: none;
    box-shadow: none;
}

.online-islem-wrapper.fatura_sorgula .form_button .blue_button:hover {
    background: #193b9a;
}

.online-islem-wrapper.abonelik_detay .box .content table.columns-2 {
    width: 50%;
    margin-bottom: 10px;
}
.info_box {
    width: 100%;
    display: flex;
    float: left;
    background: #d3eaff;
    border: 1px solid #004392;
    padding: 20px 20px;
    border-radius: 10px;
    margin: 20px 0;
    align-items: baseline;
}

.info_box .icon {
    float: left;
    width: 30px;
    display: inline-block;
    margin-right: 20px;
}

.info_box .text, .detail-page-wrapper .right .text-wrapper .info_box .text {
    color: #333333;
    font-size: 16px;
    line-height: 21px;
}

.info_table {
    width: 100%;
    display: inline-block;
    float: left;
    margin-top: 10px;
}

.info_table .table-title {
    width: 739px;
    height: 40px;
    display: flex;
    align-items: center;
    float: left;
    background: #f5f5f5;
    border: 1px solid #004392;
    border-radius: 10px 10px 0 0;
    padding: 0 20px;
    font-size: 15px;
    color: #626262;
    max-width: 100%;
}

.info_table table {
    width: 100%;
    display: inline-block;
    float: left;
    width: 739px;
    max-width: 100%;
}

.info_table table thead th {
    border: 1px solid #dadada;
    height: 56px;
    padding: 0 9px;
    background: #f5f5f5;
    font-size: 14px;
    color: #626262;
    line-height: 17px;
    font-weight: 500;
}

.info_table table tbody td {
    border: 1px solid #dadada;
    height: 78px;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px;
}

.info_table table tbody td .mobile_title {
    display: none;
}

.info_table table tbody td.buttons .button {
    min-height: 30px;
    border: 1px solid #004392;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #2880d2;
    border-radius: 10px;
    line-height: 15px;
    text-decoration: none;
    text-align: left;
    padding: 6px 10px;
    margin: 10px 0;
}

.info_table table tbody td.buttons {
    min-width: 100px;
}

        /*Mobile Menu*/

        .header .mobile_menu div.logo img {
            filter: brightness(0) invert(1);
            width: auto;
        }
        
        .header .mobile_menu ul li:first-child a {
                border-top: 1px solid #001d3a;
            }
        
        
        
            .header .mobile_menu {
                position: fixed;
                left: 0;
                display: none;
            }
        
        
        
            .mobile-menu-button {
                float: right;
                display: inline-block;
                font-size: 38px;
                color: #fff;
                height: 56px;
                line-height: 56px;
            }
        
        
        
            .header .mobile_menu {
            overflow:hidden;
            width: 100%;
            display: inline-block;
            float: left;
            left: 0;
            top: 0;
            height: 100%;
            z-index: 99;
            transition: all 550ms ease;
            direction: ltr;
            position: fixed;
            z-index: 9;
            -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            transform: translateX(-100%);
            background-color: rgba(0, 0, 0, 0.78);
            padding: 0;
            max-width: 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            }
        
        
        
            .header .mobile_menu.active {
                    -webkit-transform: translateX(0);
                    -ms-transform: translateX(0);
                    transform: translateX(0);
                }
        
        
        
                .header .mobile_menu ul {
                    margin: 0;
                    max-width: 300px;
                    height: 100%;
                    display: inline-block;
                    float: left;
                    overflow-x: hidden;
                    overflow-y: scroll;
                    /* transition: all 550ms ease; */
                    position: relative;
                    z-index: 2;
                    background: #003066;
                    padding: 118px 0 0 0;
                    width: 100%;
                }
        
        
        
                .header .mobile_menu .close-icon {
                position: absolute;
                top: 0;
                font-size: 24px;
                color: #fff;
                display: inline-block;
                width: 100%;
                right: 0;
                height: 100%;
                z-index: 1;
                padding-left: 310px;
            }
        
        
        
            .header .mobile_menu nav {
                height: 100%;
                width: 100%;
            }
        
        
        
            .header .mobile_menu ul li {
                width: 100%;
                display: inline-block;
                padding: 0;
                text-align: left;
                border: 0;
                height: auto;
                float: left;
            }
        
        
        
            .header .mobile_menu ul li a {
                    width: 100%;
                    display: inline-block;
                    font-size: 14px;
                    border-bottom: 1px solid #001d3a;
                    font-weight: normal;
                    padding: 15px 20px;
                    background: #013365;
                    color: #fff !important;
                    text-decoration: none;
                }
        
        
        
                .header .mobile_menu div.logo {
                background: #003066;
                position: absolute;
                left: 0;
                top: 0;
                z-index: 9;
                width: 300px;
                padding: 30px;
                text-align: center;
            }
        
        
        
            .menu .close-icon i {
                float: left;
            }
        .header .mobile_menu ul li.dropdown .dropdown-wrapper {
    display: none;
    width: 100%;
    float: left;
}

.header .mobile_menu ul li.dropdown.active .dropdown-wrapper {
    display: inline-block;
}

.header .mobile_menu ul li.dropdown .dropdown-wrapper ul {
    padding: 0;
}

.header .mobile_menu ul li.dropdown .dropdown-wrapper ul li a {
    background: #003f7d;
    border-color: #044a8e;
}

.header .mobile_menu ul li.dropdown .dropdown-wrapper ul li:first-child a {
    border-top: 0;
}
.header .mobile_menu ul li.dropdown > a:after {
    float: right;
    content: "\e90f";
    font-family: 'icomoon';
}
            /*Mobile Menu*/
            

/*iletisim*/
.contentBox .adresCont {
    width: 36%;
    float: left;
    margin-right: 2%;
    display: inline-block;
}

.contentBox .row {
    width: 100%;
    float: left;
    display: inline-block;
    margin-left: 0;
}

.contentBox .adresCont .adres {
    float: left;
    display: inline-block;
    width: 100%;
    float: left;
    background-color: #f9f9f9;
    border: 1px solid #e1e1e1;
    padding: 20px 20px 10px;
    color: #272727;
    margin-bottom: 40px;
}

    .contentBox .adresCont .adres h2 {
        color: #272727;
        font-weight: normal;
    }

    .contentBox .adresCont .adres ul li {
        float: left;
        width: 100%;
        display: table;
        margin-bottom: 10px;
    }

        .contentBox .adresCont .adres ul li img {
            float: left;
            display: inline-block;
            margin-right: 10px;
            width: 22px;
            margin-top: 3px;
        }

        .contentBox .adresCont .adres ul li span {
            float: left;
            display: inline-block;
            margin: 0;
            width: calc(100% - 37px);
            line-height: 25px;
        }

    .contentBox .adresCont .adres:last-child {
        margin-bottom: 0;
    }

.banner iframe {
    width: 100%;
    height: 400px;
}

.form {
    display: inline-block;
    width: 62%;
}
.formrow{
    display:flex;
}
.contentBox .row.w49.fl, .contentBox .row.w49.fr {
    width: 49%;
}

.contentBox .row label {
    width: 100%;
    display: inline-block;
    float: left;
    border-radius: 0;
    font-size: 100%;
    text-align: left;
    white-space: normal;
    color: inherit;
    display: block;
    margin-bottom: 6px;
    line-height: 19px;
    font-weight: 400;
    font-family: 'Arial';
    font-size: 17px;
}
.contentBox .row.m-t-10 .label {
    width: auto;
    float: left;
}

.contentBox .row.m-t-10 .input {
    width: calc(100% - 236px);
}
.contentBox .row.m-t-10 .label:nth-child(2) {
    background: #fff;
    border: 1px solid #ddd;
    margin: 0 15px;
}

.contentBox .row.m-t-10 .label:nth-child(2) img {
    height: 37px;
}
.contentBox .row.m-t-10 .label:first-child {
    padding-top: 10px;
}
    .contentBox .row label.label {
        margin-bottom: 10px;
    }

    .contentBox .row label.input i {
        position: absolute;
        right: 0;
        top: 0;
        position: absolute;
        top: 5px;
        width: 29px;
        height: 29px;
        font-size: 15px;
        line-height: 29px;
        text-align: center;
        border-color: #d3d3d3;
        transition: border-color 0.3s;
        -o-transition: border-color 0.3s;
        -ms-transition: border-color 0.3s;
        -moz-transition: border-color 0.3s;
        -webkit-transition: border-color 0.3s;
        right: 5px;
        padding-left: 3px;
        border-left-width: 1px;
        border-left-style: solid;
        color: #d3d3d3;
    }

    .contentBox .row label.input {
        position: relative;
        display: inline-block;
    }

        .contentBox .row label.input input {
            width: 100%;
            display: inline-block;
            display: block;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            width: 100%;
            height: 39px;
            padding: 8px 10px;
            outline: none;
            border-width: 1px;
            border-style: solid;
            border-radius: 0;
            background: #fff;
            font: 15px/19px 'Open Sans', Helvetica, Arial, sans-serif;
            color: #404040;
            appearance: normal;
            -moz-appearance: none;
            -webkit-appearance: none;
            border-color: #d3d3d3;
            transition: border-color 0.3s;
            -o-transition: border-color 0.3s;
            -ms-transition: border-color 0.3s;
            -moz-transition: border-color 0.3s;
            -webkit-transition: border-color 0.3s;
        }

            .contentBox .row label.input input:focus {
                border-color: #333;
                color: #333;
            }

        .contentBox .row label.input textarea {
            width: 100%;
            display: inline-block;
            display: block;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            width: 100%;
            height: 117px;
            resize: vertical;
            padding: 8px 10px;
            outline: none;
            border-width: 1px;
            border-style: solid;
            border-radius: 0;
            background: #fff;
            font: 15px/19px 'Open Sans', Helvetica, Arial, sans-serif;
            color: #404040;
            appearance: normal;
            -moz-appearance: none;
            -webkit-appearance: none;
            border-color: #d3d3d3;
            transition: border-color 0.3s;
            -o-transition: border-color 0.3s;
            -ms-transition: border-color 0.3s;
            -moz-transition: border-color 0.3s;
            -webkit-transition: border-color 0.3s;
        }

            .contentBox .row label.input textarea:focus {
                border-color: #333;
                color: #333;
            }

.contentBox .row.m-t-10 {
    margin-top: 10px;
}

.contentBox .row input[type='submit'] {
    float: right;
    display: inline-block;
    padding: 11px 35px;
    background: #01407e;
    text-decoration: none;
    color: #fff;
    font-family: 'Arial';
    font-size: 18px;
    cursor:pointer;
}

.contentBox .row.w49.fr {
    margin-left: 2%;
}

.contentBox .row {
    margin: 0;
    margin-top: 10px;
}

.iletisimCont .contact_left ul {
    width: 100%;
    display: inline-block;
    margin: 20px 0;
    padding: 0;
}

    .iletisimCont .contact_left ul li a {
        font-size: 16px;
        text-decoration: none;
        color: #424141;
    }

    .iletisimCont .contact_left ul li {
        margin-bottom: 15px;
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 15px;
        width: 100%;
        display: inline-block;
        float: left;
    }

.iletisimCont .contact_left a span {
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    line-height: 22px;
    font-family: 'Arial';
}

.iletisimCont .contact_left a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.iletisimCont .contact_left {
    float: left;
    display: inline-block;
    padding: 0;
    width: 46%;
    margin-right: 4%;
}

.iletisimCont .right {
    float: left;
    display: inline-block;
    padding: 0;
    width: 50%;
}

.iletisimCont h1, .iletisimCont h2 {
    font-family: 'Arial';
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 30px;
    font-weight: 100;
    border-bottom: 1px solid #ddd;
    text-align: left;
    padding-bottom: 15px;
    padding-top: 10px;
    margin-bottom: 15px;
    border-left: 7px solid #003f7d;
    padding-left: 15px;
}

.iletisimCont {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 10px 0 30px 0;
}
.iletisimCont .maps {
    width: 100%;
    display: inline-block;
    float: left;
}

.iletisimCont .maps iframe {
    width: 100%;
    height: 450px;
    display: inline-block;
    float: left;
}
.contact_form_area {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 10px 30px;
}
/*iletisim*/
.banner.homepage video {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    position: relative;
    z-index: -1;
    border: 0;
    object-fit: cover;
    object-position: center;
}
.video-button {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff !important;
    width: 66px;
    height: 66px;
    font-size: 66px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    z-index: 3;
    margin-top: -33px;
    margin-left: -33px;
}
.video-button.pause_button span:before {
    content: "\e927";
    font-family:icomoon;
}

.video-button.play_button span:before {
    content: "\e928";
    font-family:icomoon;
}
.header .lang {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    float: left;
    width: 14%;
    height: 100%;
    list-style-type: none;
}

.header .lang li a {
    padding: 0 8px;
color:#004392;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    border-right: 2px solid #ddd;
    transition: all 500ms ease;
}

.header .lang li.active a, .header .lang li a:hover {
    color: #f30000;
}

.header .lang li:last-child a {
    border-right: 0;
}
.header > .container {
    z-index: 2;
    position: relative;
}
.online_login_box .wrapper .input input[type=checkbox] {
    width: auto;
    margin-right: 5px;
}
.online_login_box .wrapper .input .form_button.second-button {
    height: 55px;
    background: #b9b9b9;
    font-size: 20px;
    width: 70%;
    margin: 0 auto;
}
.online_login_box .wrapper .notification_bar {
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
}
.news_section .news-slider .item a .text .date, .detail-page-wrapper .right .text-wrapper .right-title-wrapper .date {
    margin: 15px 0 5px 0;
    color: #7b7b7b;
    font-size: 15px;
    width:100%;
    display:inline-block;
    float: left;
}
.detail-page-wrapper .right.news-detail .text-wrapper .right-title-wrapper .title {
    font-size: 30px;
}
.section_4 .row {
    justify-content: center;
}
.banner .user_bar {
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #e6e6e6;
    height: 36px;
}

.banner .user_bar .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.banner .user_bar .name {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-right: 15px;
    color: #085ec3;
}

.banner .user_bar .name i {
    margin-right: 10px;
}

.banner .user_bar .exit_button {
    background: #085ec3;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    color: #fff;
    text-decoration: none;
}
/*-------------------------------------------------------------------- MEDIA QUERY --------------------------------------------------------------------*/
@media (max-width: 1200px) {


    .detail-page-wrapper .right .text-wrapper {
        padding: 20px 10px;
    }

    .online-mega-menu .wrapper .content .item a .right .title {
        font-size: 17px;
        line-height: 21px;
    }

    .online-mega-menu .wrapper .content .item a .right {
        padding: 0 10px;
    }

    .online-mega-menu .wrapper .content .item a {
        height: 135px;
    }

    .section .title {
        font-size: 40px;
    }

    .section .subtitle {
        font-size: 22px;
    }

    .section_4 .item {
        font-size: 20px;
    }

    .news_section .news-slider .item a .text .news-title {
        font-size: 18px;
        padding: 15px 0;
    }

    .section .text-container {
        font-size: 18px;
    }

    .footer .menu-items .item ul li a {
        font-size: 15px;
    }

    .footer .menu-items .item ul li.title {
        font-size: 18px;
        font-weight: 600;
    }

    .maps-section nav {
        width: 150px;
    }

    .header .search-box input {
        font-size: 22px;
    }

        .header .search-box input::-webkit-input-placeholder {
            font-size: 22px;
        }

        .header .search-box input:-moz-placeholder {
            font-size: 22px;
        }

        .header .search-box input::-moz-placeholder {
            font-size: 22px;
        }

        .header .search-box input:-ms-input-placeholder {
            font-size: 22px;
        }
}

@media(min-width: 992px) {
    .header .mobile_menu{
        display: none !important;
    }
    .header ul.menu li.mobile_button {
        display: none;
    }
    .banner.homepage #MobileCarousel {
        display: none;
    }
}

@media(max-width: 992px) {
    .header ul.menu li.mobile_button a {
    width: 50px;
    height: 50px;
    background: #003066;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
}

.header ul.menu li.mobile_button a > * {
    color: inherit !important;
}
    .header ul.menu li.mobile_button {
        display: flex;
    }
    .header ul.menu {justify-content: flex-end;width: 100%;}

.header .fix-number {
    display: none;
}

.left-fix-box {
    display: none;
}
    .banner {
        margin-top: 95px;
    }
.online-islem-wrapper.abonelik_detay .box .content table.columns-2 {
    width: 75%;
}
    .detail-page-wrapper.online_islemler .item-container.text-wrapper:first-child {
        margin-top: 20px;
        border-top: 1px solid #ddd;
    }

    .detail-page-wrapper .right:before {
        display: none;
    }

    .detail-page-wrapper .left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .detail-page-wrapper .right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .search-box input::-webkit-input-placeholder {
        color: #fff;
        font-size: 15px;
    }



    .search-box input::-moz-placeholder {
        color: #fff;
        font-size: 15px;
    }



    .search-box input:-ms-input-placeholder {
        color: #fff;
        font-size: 15px;
    }



    .search-box input:-moz-placeholder {
        color: #fff;
        font-size: 15px;
    }

    .mobile.search-box input {
        width: 100%;
        height: 100%;
        border: 0;
        display: inline-block;
        float: left;
        border: 0;
        border-right: 0;
        padding: 10px 15px;
        padding-right: 73px;
        background: transparent;
        color: #fff;
    }

    .mobile.search-box .wrapper {
        width: 100%;
        height: 100%;
        display: inline-block;
        float: left;
        position: relative;
    }

    .mobile.search-box .search {
        text-decoration: none;
        position: absolute;
        right: 0px;
        top: 0;
        height: 43px;
        width: 50px;
        text-align: center;
        line-height: 45px;
        background: transparent;
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        border: 0;
        outline: none;
        cursor: pointer;
    }

    .mobile.search-box.active {
        opacity: 1;
        transform: translateY(0px);
    }

    .mobile.search-box {
        overflow: hidden;
        width: 0%;
        right: 0;
        border-radius: 0;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 21;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: translateY(0px);
        padding: 0;
        background: #003066;
        transition: all 600ms ease;
    }

        .mobile.search-box .wrapper {
            width: 100%;
            height: auto;
            border-bottom: 1px solid;
            border-top: 1px solid;
            border-color: rgba(255, 255, 255, 0.3);
            padding: 10px 15px;
        }

        .mobile.search-box .search {
            height: 35px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            height: 100%;
        }

        .mobile.search-box.active {
            width: 100%;
        }

        .mobile.search-box .close-button {
            position: absolute;
            right: 0;
            top: 0;
            color: #fff;
            padding: 20px;
            font-size: 160%;
            text-decoration: none;
        }

    #myModal .modal-dialog .modal-body .img {
        width: 100%;
        display: inline-block;
        float: left;
    }

        #myModal .modal-dialog .modal-body .img img {
            max-width: 100%;
            display: inline-block;
            float: left;
        }

    .banner.homepage #DekstopCarousel {
        display: none;
    }

    .section_2 .item {
        margin: 2.5px 0;
    }

    .header ul.menu li {
        width: auto !important;
        display: none;
    }

        .header ul.menu li .search-button {
            width: 50px;
            height: 50px;
            background: #003066;
            border-radius: 50%;
            color: #fff;
        }

    .maps-section .tab-content .right {
        height: 300px;
    }

    .maps-section .tab-content .left ul {
        font-size: 13px;
        line-height: 18px;
    }

    .header ul.menu li .search-button span {
        color: inherit !important;
        font-size: 120% !important;
    }
.header .lang{
display: none;    
}
    .header ul.menu li.mobile-search-button {
        display: flex !important;
        justify-content: flex-end;
        align-items: center;
    }

    .section .title {
        font-size: 30px;
    }

    .section .subtitle {
        font-size: 18px;
    }

    .section .text-container {
        font-size: 17px;
        line-height: 22px;
    }

    .section_3 .fake-button {
        margin-top: 40px;
    }

    .footer .menu-items .item {
        margin: 15px 0;
    }

    .footer .footer-right .text {
        display: flex;
        justify-content: center;
    }

        .footer .footer-right .text a {
            text-align: center;
            width: auto;
            padding: 5px 15px;
        }

    .footer .footer-right .mail-link {
        text-align: center;
    }

    .footer_bottom .left {
        justify-content: center;
    }

    .footer_bottom .lizbon {
        justify-content: center;
        margin-top: 10px;
    }

    .footer_bottom {
        height: 60px;
    }

    .footer .menu-items .item ul li a {
        text-align: center;
    }

    .footer .menu-items .item ul li.title {
        text-align: center;
    }
}

@media(max-width: 767px) {
    .filter-container .content .tarife-table {
        overflow-x: scroll;
    }
    .online_login_box .wrapper .input .form_button.second-button{width:100%;}
    .banner.homepage .carousel-control-next, .banner.homepage .carousel-control-prev{display:none}
    .online-islem-wrapper.abonelik_detay .box .content table.columns-2{
        width:100%;
    }
.info_table table, .info_table table tbody, .info_table table tr, .info_table table tr td {
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
}

.info_table table thead {
    display: none;
}

.info_table table tr td {
    padding: 10px 10px;
    border-top: 0;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.info_table table tr td .mobile_title {
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 5px;
    font-weight: bold;
}

.info_table table tbody td.buttons .button {
    text-align: center;
}
    .online-islem-wrapper .box .content table.columns-2 tr td {
        background: transparent !important;
    }

    .online-islem-wrapper .box .content table.columns-2 tr:nth-child(odd) {
        background: #f4f4f4;
    }

    .online-islem-wrapper .box .content table tr td, .online-islem-wrapper .box .content table tr td.title_cl {
        width: 50% !important;
        border-left: 1px solid #fff !important;
        border-right: 1px solid #fff !important;
    }
        .online-islem-wrapper .box .content table tr td, .online-islem-wrapper .box .content table tr td.content_cl {
            width: 50% !important;
           
        }

    .online-islem-wrapper .box .content table tr:nth-child(odd) td:nth-child(1), .online-islem-wrapper .box .content table tr:nth-child(odd) td:nth-child(2) {
        background: #f5f5f5;
    }

    .online-islem-wrapper .box .content table tr:nth-child(odd) td:nth-child(3), .online-islem-wrapper .box .content table tr:nth-child(odd) td:nth-child(4) {
        background: #fff;
    }

    .online-islem-wrapper .box .content table tr:nth-child(odd), .online-islem-wrapper .box .content table tr {
        background: #fff;
    }


        .online-islem-wrapper .box .content table tr:nth-child(even) td:nth-child(1), .online-islem-wrapper .box .content table tr:nth-child(even) td:nth-child(2) {
            background: #f5f5f5;
        }

        .online-islem-wrapper .box .content table tr:nth-child(even) td:nth-child(3), .online-islem-wrapper .box .content table tr:nth-child(even) td:nth-child(4) {
            background: #fff;
        }

    .news_section .news-slider {
        padding: 0 30px;
    }

        .news_section .news-slider .owl-nav .owl-prev:before, .news_section .news-slider .owl-nav .owl-next:before {
            width: 30px;
            height: 40px;
            font-size: 15px;
        }

        .news_section .news-slider .owl-nav {
            left: -30px;
            width: calc(100% + 60px);
        }

    .header .container {
        max-width: 100%;
    }

    .header ul.menu li {
        width: 25%;
        padding: 0 5px;
    }

    .header ul.menu {
        justify-content: flex-end;
    }

    .section_3 .left .img {
        height: auto;
        margin-bottom: 20px;
    }

    .section_3 .right {
        min-height: 0;
    }

    .maps-section .nav-tabs {
        height: auto;
        width: 100%;
        justify-content: space-between;
    }

    .maps-section nav {
        width: 100%;
        clear: both;
        display: block;
        height: auto;
    }

    .maps-section .tab-content {
        float: left;
        width: 100%;
        display: inline-block;
    }

        .maps-section .tab-content .row {
            margin: 0 -2.5px;
        }

    .maps-section .nav-item.nav-link {
        width: auto;
        flex-grow: 1;
        height: 50px;
    }

    .maps-section .tab-content .left {
        padding: 0 5px;
        padding-top: 2.5px;
    }

    .maps-section .tab-content .right {
        padding: 0 5px;
    }

    .section_4 .item b {
        font-size: 30px;
    }

    .section_4 .item {
        font-size: 17px;
        line-height: 25px;
        margin: 10px 0;
    }
    .detail-page-wrapper .right .text-wrapper .online-mega-menu .wrapper .content .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 60px;
    margin-bottom: 95px;
}

}

@media(max-width: 576px) {
    .detail-page-wrapper .right .text-wrapper .online-mega-menu .wrapper .content .item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    padding-bottom: 60px;
    margin-bottom: 95px;
}

    .formrow{display:block;}
    .contentBox .row.w49.fl, .contentBox .row.w49.fr {
    width: 100%;
    margin: 0;
    margin-top: 10px;
}

.contentBox .row label.label {
    margin: 0;
}

.contentBox .row.m-t-10 .label:first-child {
    width: 100%;
    margin-bottom: 15px;
}

.contentBox .row.m-t-10 .label:nth-child(2) {
    margin-left: 0;
}

.contentBox .row.m-t-10 .input {
    width: calc(100% - 110px);
}

.contentBox .row input[type='submit'] {
    width: 100%;
    text-align: center;
}

.contact_form_area {
    padding: 10px;
}
    .talep_container .form .rw .cl {
        width: 100%;
    }

        .talep_container .form .rw .cl:nth-child(2) .select {
            background: #fff;
        }

        .talep_container .form .rw .cl:nth-child(2) {
            padding: 2px;
        }

    .talep_container .form .rw.form_button {
        margin: 20px 0;
    }

        .talep_container .form .rw.form_button .blue_button {
            width: 100%;
        }

    .detail-page-wrapper.online_islemler .item-container.text-wrapper {
        padding: 15px;
    }

    .online-islem-wrapper .box .content table tr td {
        padding: 10px;
        font-size: 13px;
    }

    .section_2 .item a .text .title {
        font-size: 18px;
    }

    .section_2 .item a {
        min-height: 150px;
    }
.online_login_box {
    margin-left: -26px;
    width: calc(100% + 51px);
}

.online_login_box .wrapper {
    padding: 30px;
}
.online-islem-wrapper.fatura_sorgula .form_button .blue_button {
    width: 100%;
}

.online-islem-wrapper.fatura_sorgula .radio_box .radio-button-list li {
    width: 100%;
    margin: 10px 0;
}

.online-islem-wrapper.fatura_sorgula .radio_box .radio-button-list {
    flex-wrap: wrap;
}
}

/*-------------------------------------------------------------------- MEDIA QUERY --------------------------------------------------------------------*/

.news_section .news-slider .item a .text .fake-button {
    position: absolute;
    right: 20px;
    bottom: 20px;
}


.news_section .news-slider .owl-stage-outer {
    position: relative;
    z-index: 2;
}







.search-box .searchWrapper {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
    text-align: center;
}

.search-box {
    background: rgb(1, 19, 94);
    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 0px;
        border: 0;
        border-bottom: 1px solid #fff;
        background: transparent;
        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-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;
    }


    .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;
    }



.search-list .aramaKategorisi {
    color: #505050;
    font-size: 27px;
    text-decoration: none;
    line-height: 22px;
    display: inline-block;
    float: left;
    width: 100%;
    font-weight: bold;
}

    .search-list .aramaKategorisi:nth-child(1) {
        font-weight: normal;
        margin: 20px 0 10px 0;
    }

.search-list .aramaList {
    width: 100%;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-top: 1px solid #CDCDCD;
    margin: 15px 0;
}

    .search-list .aramaList li a .sonucLink {
        display: block;
        color: #505050;
        font-size: 15px;
        text-decoration: none;
        line-height: 22px;
    }

    .search-list .aramaList li a .SonucBaslik {
        margin: 0 0 10px 0;
        color: #085ec3;
        font-size: 20px;
    }

    .search-list .aramaList li a {
        width: 100%;
        display: inline-block;
        float: left;
        color: inherit;
        text-decoration: none;
        padding: 20px 0;
        border-bottom: 1px solid #CDCDCD;
    }

    .search-list .aramaList li {
        width: 100%;
        display: inline-block;
        float: left;
    }

    .pad0{padding:0 !important;}