.slider-kutu-ID-01 {
    display: inline-block;
    margin: 0 auto;
    width: 60%;
    border: 0px solid #f93;
    height: auto;
    position: relative;
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
}

.swiper-container-ID-01 {
    width: 100%;
    clear: both;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 10px 0;
    height: 350px; /*yükseklik 1*/
    background: #fff;
    border-radius: 5px;
    text-align: left;
}


    .swiper-container-ID-01 .swiper-slide {
        width: 100%;
        height: auto;
        padding: 0;
        font-size: 18px;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .swiper-container-ID-01 .slider-item {
        width: 100%;
        height: 350px; /*yükseklik 1*/
    }

    .swiper-container-ID-01 .slider-item-img {
        width: 100%;
        height: 350px; /*yükseklik 1*/
        background: #eee;
        float: left;
        border-radius: 2px;
        overflow: hidden;
        margin-right: 10px;
        position: relative;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: relative;
    }

        .swiper-container-ID-01 .slider-item-img b {
            position: absolute;
            background-color: #fff;
            border-radius: 20px;
            padding: 10px;
            left: 20%;
            height: 60px;
            width: 60%;
            bottom: -35px;
            font-size: 14px;
            color: #999;
            font-family: 'robotobold';
        }

        .swiper-container-ID-01 .slider-item-img img {
            width: 100%;
            height: auto;
            border-radius: 10px;
        }

    .swiper-container-ID-01 .slider-item-text {
        text-align: left;
        position: absolute;
        bottom: 10px;
        left: 3%;
        right: auto;
        width: 94%;
        border-radius: 10px;
        background: rgba(0,0,0,0.7);
        /*background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); */
    }

        .swiper-container-ID-01 .slider-item-text h4 {
            display: block;
            padding: 20px 10px;
            font-size: 18px;
            color: #fff;
            font-family: 'robotobold';
            line-height: 26px;
        }

        .swiper-container-ID-01 .slider-item-text p {
            font-size: 12px;
            color: #eee;
            font-family: 'robotomedium';
            line-height: 20px;
            text-overflow: ellipsis; /* Metin sığmayınca ... koyar  ------- */
            word-wrap: break-word;
            display: none;
            padding: 10px;
            visibility: hidden;
        }

            .swiper-container-ID-01 .slider-item-text p b {
                font-size: 16px;
                color: #999;
                font-family: 'robotomedium';
                line-height: 20px;
                text-overflow: ellipsis; /* Metin sığmayınca ... koyar  ------- */
                word-wrap: break-word;
                display: block;
            }

        .swiper-container-ID-01 .slider-item-text a {
            font-size: 14px;
            color: #369;
            font-family: 'robotobold';
            line-height: 20px;
            margin: 10px 0;
            display: inline-block;
            padding: 5px 15px;
            border: 2px solid #369;
            border-radius: 20px;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            .swiper-container-ID-01 .slider-item-text a:hover {
                color: #fff;
                border: 2px solid #369;
                background-color: #369;
            }

.swiper-button-next-ID-01 {
    position: absolute;
    color: #fff;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 20px;
    padding: 8px 0 0 5px;
    right: -100px;
    left: auto;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slider-kutu-ID-01:hover .swiper-button-next-ID-01 {
    right: 20px;
}

.swiper-button-prev-ID-01 {
    position: absolute;
    color: #fff;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 20px;
    padding: 8px 2px 0 4px;
    left: -100px;
    right: auto;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slider-kutu-ID-01:hover .swiper-button-prev-ID-01 {
    left: 20px;
}

.pagination-ID-01 {
    display: none;
    width: 100%;
    height: 30px;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: transparent;
    position: absolute;
}

    .pagination-ID-01 .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        color: #000;
        opacity: 1;
        background: transparent;
        border: 1px solid rgba(255,255,255,0.5);
        margin: 5px;
    }

    .pagination-ID-01 .swiper-pagination-bullet-active {
        color: #fff;
        width: 20px;
        height: 20px;
        line-height: 20px;
        background: #fff;
        border: 1px solid transparent;
        margin: 15px 5px 0 5px;
    }

.haber-devam {
    display: none;
    position: absolute;
    bottom: -30px;
    right: 20px;
    color: #fff;
}

.slider-kutu-bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.swiper-container-bg {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

    .swiper-container-bg .swiper-slide {
        width: 100%;
        margin: 0 auto;
        height: 100%;
        padding: 0;
        display: block;
    }


.slider-item-bg {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



.slider-kutu-ID-02 {
    display: inline-block;
    float: right;
    margin: 0 auto;
    width: 39%;
    border: 0px solid #f93;
    height: auto;
    position: relative;
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    /*overflow:hidden; */
}

.swiper-container-ID-02 {
    width: 100%;
    clear: both;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 10px 0;
    height: 220px; /*yükseklik 1*/
    border-radius: 5px;
    text-align: left;
}



    .swiper-container-ID-02 .swiper-slide {
        width: 100%;
        height: auto;
        padding: 0;
        font-size: 18px;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

.slider-item-ico {
    width: 100%;
    height: 200px; /*yükseklik 1*/
}

    .slider-item-ico a {
        display: block;
        width: 31%;
        height: 48%;
        float: left;
        margin: 1%;
        text-align: center;
        position: relative;
        border: 1px solid rgba(0,0,0,0.03);
        background: url(../../images/ico_bg.png);
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    }

        .slider-item-ico a span {
            display: block;
            color: #fff;
            font-size: 40px;
            padding: 20px 0 5px 0;
            text-align: center;
        }

.icon-img {
    height: 70%;
    margin: 0 auto;
    padding: 5px 0 0px 0;
}

    .icon-img img {
        height: 100%;
        width: auto;
    }

.slider-item-ico a .item-baslik {
    display: block;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    text-align: center;
}

.swiper-button-next-ID-02 {
    display: none;
}



.swiper-button-prev-ID-02 {
    display: none;
}



.pagination-ID-02 {
    width: 100%;
    height: 30px;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: transparent;
    position: absolute;
    bottom: -30px;
    right: 0px;
    z-index: 999;
}

    .pagination-ID-02 .swiper-pagination-bullet {
        width: 20px;
        height: 3px;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        color: #000;
        opacity: 1;
        background: #eee;
        border: 1px solid rgba(0,0,0,0.5);
        border-radius: 0;
        margin: 5px;
    }

    .pagination-ID-02 .swiper-pagination-bullet-active {
        color: #fff;
        width: 20px;
        height: 3px;
        line-height: 20px;
        background: #fff;
        border: 1px solid #fff;
    }


.slider-kutu-ID-03 {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    border: 0px solid #f93;
    height: auto;
    position: relative;
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    overflow: hidden;
}

.swiper-container-ID-03 {
    width: 100%;
    clear: both;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 10px 0;
    height: 400px; /*yükseklik 1*/
    border-radius: 5px;
    text-align: left;
}


    .swiper-container-ID-03 .swiper-slide {
        display: block;
        height: auto;
        padding: 0px;
        font-size: 18px;
        width: 100%;
        overflow: hidden;
        border-radius: 5px;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .swiper-container-ID-03 .slider-item {
        display: block;
        height: 400px; /*yükseklik 1*/
        width: 100%;
    }

    .swiper-container-ID-03 .slider-item-img {
        width: 60%;
        height: 400px; /*yükseklik 1*/
        background: #eee;
        float: left;
        border-radius: 5px;
        overflow: hidden;
        margin-right: 10px;
        position: relative;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: relative;
    }

        .swiper-container-ID-03 .slider-item-img b {
            position: absolute;
            background-color: #fff;
            border-radius: 20px;
            padding: 10px;
            left: 20%;
            height: 60px;
            width: 60%;
            bottom: -35px;
            font-size: 14px;
            color: #999;
            font-family: 'robotobold';
        }

.slider-kutu-ID-03 .slider-item-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.swiper-container-ID-03 .slider-item-text {
    text-align: left;
    position: absolute;
    top: 70px;
    width: 37%;
    right: 10px;
    /*background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );*/
}

    .swiper-container-ID-03 .slider-item-text h4 {
        display: block;
        padding: 10px 10px;
        font-size: 24px;
        color: #333;
        font-family: 'robotomedium';
        line-height: 30px;
        text-align: left;
    }

.slider-kutu-ID-03 .slider-item-text p {
    font-size: 12px;
    color: #666;
    font-family: 'robotomedium';
    line-height: 20px;
    text-overflow: ellipsis; /* Metin sığmayınca ... koyar  ------- */
    word-wrap: break-word;
    display: block;
    padding: 10px;
}

    .slider-kutu-ID-03 .slider-item-text p b {
        font-size: 16px;
        color: #999;
        font-family: 'robotomedium';
        line-height: 20px;
        text-overflow: ellipsis; /* Metin sığmayınca ... koyar  ------- */
        word-wrap: break-word;
        display: block;
    }

.slider-kutu-ID-03 .slider-item-text a {
    font-size: 14px;
    color: #369;
    font-family: 'robotobold';
    line-height: 20px;
    margin: 10px 0;
    display: inline-block;
    padding: 5px 15px;
    border: 2px solid #369;
    border-radius: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slider-kutu-ID-03 .slider-item-tarih {
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 5px;
    background: #1a6fb2;
    display: block;
    float: left;
    padding: 10px;
}

    .slider-kutu-ID-03 .slider-item-tarih span {
        display: block;
        font-size: 50px;
        color: #fff;
        text-align: center;
    }

    .slider-kutu-ID-03 .slider-item-tarih b {
        display: block;
        font-size: 12px;
        color: #fff;
        text-align: center;
    }

.slider-item-text a:hover {
    color: #fff;
    border: 2px solid #369;
    background-color: #369;
}

.swiper-button-next-ID-03 {
    position: absolute;
    color: #fff;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    background: #1a6fb2;
    border: 0px solid #fff;
    border-radius: 50%;
    font-size: 20px;
    padding: 8px 0 0 8px;
    bottom: 10%;
    right: 40px;
    left: auto;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slider-kutu-ID-03:hover .swiper-button-next-ID-03 {
}

.swiper-button-prev-ID-03 {
    position: absolute;
    color: #fff;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    background: #1a6fb2;
    border: 0px solid #fff;
    border-radius: 50%;
    font-size: 20px;
    padding: 8px 2px 0 4px;
    bottom: 10%;
    right: 100px;
    left: auto;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slider-kutu-ID-03:hover .swiper-button-prev-ID-03 {
}

.pagination-ID-03 {
    display: block;
    width: 100%;
    height: 30px;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: transparent;
    position: absolute;
}

    .pagination-ID-03 .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        color: #000;
        opacity: 1;
        background: transparent;
        border: 1px solid rgba(255,255,255,0.5);
        margin: 5px;
    }

    .pagination-ID-03 .swiper-pagination-bullet-active {
        color: #fff;
        width: 20px;
        height: 20px;
        line-height: 20px;
        background: #fff;
        border: 1px solid transparent;
        margin: 15px 5px 0 5px;
    }

.haber-devam {
    display: none;
    position: absolute;
    bottom: -30px;
    right: 20px;
    color: #fff;
}

.slider-kutu-ID-04 {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    height: 400px;
    border: 0px solid #f93;
    height: auto;
    position: relative;
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    overflow: hidden;
}

.swiper-container-ID-04 {
    width: 100%;
    clear: both;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
    padding: 0px 0;
    height: 300px; /*yükseklik 1*/
    background: #fff;
    border-radius: 5px;
    text-align: left;
}


    .swiper-container-ID-04 .swiper-slide {
        display: block;
        height: auto;
        padding: 0px;
        font-size: 18px;
        margin: 0px auto;
        overflow: hidden;
        width: 80%;
        border-bottom: 1px dotted #ccc;
    }

.slider-kutu-ID-04 .slider-duyuru-text {
    text-align: left;
    padding: 10px;
    float: left;
    color: #666;
    width: 80%;
    font-size: 16px;
    line-height: 22px;
}

.slider-kutu-ID-04 .slider-item-tarih {
    display: block;
    float: left;
    width: 20%;
}

    .slider-kutu-ID-04 .slider-item-tarih span {
        display: block;
        font-size: 40px;
        color: #1c75bc;
        text-align: center;
    }

    .slider-kutu-ID-04 .slider-item-tarih b {
        display: block;
        font-size: 10px;
        color: #1c75bc;
        text-align: center;
    }

.swiper-button-next-ID-04 {
    position: absolute;
    color: #fff;
    bottom: 50px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    background: #1c75bc;
    border: 1px solid #36c;
    border-radius: 50%;
    font-size: 20px;
    padding: 8px 0 0 5px;
    right: 10px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slider-kutu-ID-04:hover .swiper-button-next-ID-04 {
    bottom: 55px;
}

.swiper-button-prev-ID-04 {
    position: absolute;
    color: #fff;
    top: 50px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    background: #1c75bc;
    border: 1px solid #36c;
    border-radius: 50%;
    font-size: 20px;
    padding: 6px 2px 0 5px;
    right: 10px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slider-kutu-ID-04:hover .swiper-button-prev-ID-04 {
    top: 55px;
}


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 1600px) {

    .slider-kutu-ID-01 {
        width: 50%;
    }

    .slider-kutu-ID-02 {
        margin: 0 auto;
        width: 49%;
        /*overflow:hidden; */
    }

    @media all and (max-width : 1200px) {

        .slider-kutu-ID-01 {
            width: 50%;
        }
    }

    @media all and (max-width: 768px) {
        .slider-kutu-ID-01 {
            width: 100%;
        }


        .slider-kutu-ID-02 {
            width: 100%;
        }

        .slider-duyuru-text {
            width: 50%;
            font-size: 12px;
        }
    }

    @media all and (max-width : 414px) {

        .slider-kutu-ID-01 {
            width: 100%;
        }

        .swiper-container-ID-01 {
            height: 250px; /*yükseklik 1*/
        }

        .slider-kutu-ID-01 .slider-item {
            height: 250px; /*yükseklik 1*/
        }

        .slider-kutu-ID-01 .slider-item-img {
            height: 250px; /*yükseklik 1*/
        }

        .swiper-container-ID-01 .slider-item-text {
            text-align: left;
            position: absolute;
            bottom: 0px;
            left: 3%;
            right: auto;
            width: 94%;
            border-radius: 10px;
        }

            .swiper-container-ID-01 .slider-item-text h4 {
                display: block;
                padding: 10px 10px;
                font-size: 12px;
                color: #fff;
                font-family: 'robotomedium';
                line-height: 18px;
            }

        .slider-item-text p {
            display: none;
        }

        .slider-kutu-ID-02 {
            width: 100%;
        }

        .slider-kutu-ID-04 .slider-duyuru-text {
            text-align: left;
            width: 80%;
            font-size: 14px;
            line-height: 20px;
        }

        .swiper-container-ID-03 {
            width: 100%;
            clear: both;
            margin: 0 auto;
            position: relative;
            overflow: hidden;
            padding: 10px 0;
            height: 600px; /*yükseklik 1*/
            border-radius: 5px;
            text-align: left;
        }


            .swiper-container-ID-03 .swiper-slide {
            }

            .swiper-container-ID-03 .slider-item {
                display: block;
                height: 600px; /*yükseklik 1*/
                width: 100%;
            }

            .swiper-container-ID-03 .slider-item-img {
                width: 100%;
                height: 300px; /*yükseklik 1*/
                background: #eee;
                float: left;
                border-radius: 5px;
                overflow: hidden;
                margin-right: 10px;
                position: relative;
                background-repeat: no-repeat;
                background-position: center center;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
                position: relative;
            }

                .swiper-container-ID-03 .slider-item-img b {
                    position: absolute;
                    background-color: #fff;
                    border-radius: 20px;
                    padding: 10px;
                    left: 20%;
                    height: 60px;
                    width: 100%;
                    bottom: -35px;
                    font-size: 14px;
                    color: #999;
                    font-family: 'robotobold';
                }

        .slider-kutu-ID-03 .slider-item-img img {
            width: 100%;
            height: 300px;
            border-radius: 10px;
        }

        .swiper-container-ID-03 .slider-item-text {
            text-align: left;
            position: relative;
            top: 10px;
            width: 100%;
            right: 0px;
            /*background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );*/
        }

            .swiper-container-ID-03 .slider-item-text h4 {
                display: block;
                padding: 10px 10px;
                font-size: 24px;
                color: #333;
                font-family: 'robotomedium';
                line-height: 30px;
                text-align: left;
            }

        .slider-kutu-ID-03 .slider-item-text p {
            font-size: 12px;
            color: #666;
            font-family: 'robotomedium';
            line-height: 20px;
            text-overflow: ellipsis; /* Metin sığmayınca ... koyar  ------- */
            word-wrap: break-word;
            display: block;
            padding: 10px;
        }

            .slider-kutu-ID-03 .slider-item-text p b {
                font-size: 16px;
                color: #999;
                font-family: 'robotomedium';
                line-height: 20px;
                text-overflow: ellipsis; /* Metin sığmayınca ... koyar  ------- */
                word-wrap: break-word;
                display: block;
            }

        .slider-kutu-ID-03 .slider-item-text a {
            font-size: 14px;
            color: #369;
            font-family: 'robotobold';
            line-height: 20px;
            margin: 10px 0;
            display: inline-block;
            padding: 5px 15px;
            border: 2px solid #369;
            border-radius: 20px;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }



        .swiper-button-next-ID-03 {
            display: none;
        }


        .swiper-button-prev-ID-03 {
            display: none;
        }
    }
