.slider-kutu-ID-01 {
    float:right;
    display: inline-block ;
margin-right:20px;
width:60%;
border:0px solid #f93;
height:auto;
position:relative;
-moz-transform: rotateZ(0deg);
-webkit-transform: rotateZ(0deg);
transform:rotateZ(0deg);
}

.swiper-container-ID-01 {
width:100%;
clear:both;
margin: 0 auto;
position:relative;
overflow:hidden;
padding:10px 0;
height:160px;
background:#fff;
border-radius:10px;
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;

}

.slider-item {
    width:90%;
    height:140px;
    position:relative;

}

.slider-item-img {
    width:100%;
    height:140px;
    background:#eee;
    float:left;
    border-radius:10px;
    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;
}

.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: 'ralewaybold';
}

.slider-item-img img{
    width:100%;
    height:auto;
    border-radius:10px;

}

.slider-item-text {  text-align:left;
padding:10px 0;
position:absolute;
bottom:0;
background-color:rgba(0,0,0,0.5);
width:100%;
border-radius:10px;
}

.slider-item-text h4{
    display:block;
    padding:0 5px;
    margin:0;
    font-size:16px;
    color:#fff;
    font-family: 'robotoregular';
    line-height: 20px;
}

.slider-item-text p{
    font-size:12px;
    color:#999;
    font-family: 'ralewaymedium';
    line-height: 20px;
    text-overflow: ellipsis; /* Metin sığmayınca ... koyar  ------- */
    word-wrap: break-word;
    display:none;
}

.slider-item-text p b{
    font-size:16px;
    color:#999;
    font-family: 'ralewaymedium';
    line-height: 20px;
    text-overflow: ellipsis; /* Metin sığmayınca ... koyar  ------- */
    word-wrap: break-word;
    display:block;
}

.slider-item-text a{
    font-size:14px;
    color:#369;
    font-family: 'ralewaybold';
    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-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:#369;
border:5px solid #fff;
border-radius:50%;
font-size:15px;
padding: 8px 0 0 5px;
right:-20px;
left: auto;
}

.swiper-button-prev-ID-01 {
position: absolute;
color:#fff;
top: 50%;
width: 40px;
height: 40px;
margin-top: -20px;
z-index: 10;
cursor: pointer;
background:#369;
border:5px solid #fff;
border-radius:50%;
font-size:15px;
padding: 8px 2px 0 0px;
left: -20px;
right: auto;
}

.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;

}


/* Media Queries
--------------------------------------------- */

 @media all and (max-width : 1600px) {

 .slider-kutu-ID-01 {
width:50%;

}

 @media all and (max-width : 1200px) {

 .slider-kutu-ID-01 {
width:50%;

}




}

@media all and (max-width: 768px) {
 .slider-kutu-ID-01 {
display:none;
}

}

@media all and (max-width : 414px) {



}