.itemslider{
background: #FFFFFF;
border: 1px solid #DCE0E0;
box-sizing: border-box;
border-radius: 3px;
transition: all 0.3s ease-out;
/*margin:0 5px;*/
position:relative;
height: 100%;
/*min-height:447px;*/
}
.itemslider:hover{
-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
margin-top:-10px;
}
.itemslider h5{
font-family: SF Pro Display;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 120%;
/* or 19px */
letter-spacing: 1px;
color: #000000;
}
.itemslider .tour_image {
    border-radius: 3px;
}
.tour_price {
line-height: 30px;
padding:0 5px;
display:inline-block;
position:absolute;
top:140px;
background: #B225C5;
border-radius: 0px;
color:#fff;
font-weight: bold;
font-size: 15px;
}
.portfolio_info_wrapper{
padding:10px;
}
.tour_time{
font-size: 16px;
line-height: 25px;
/* identical to box height, or 159% */


color: #222222;
}
.prev{
width:20px;
height: 20px;
position: absolute;
top: 50%;
left: 0px;
margin-top: -10px;
background: #f00;
}
.favor i{
color:white;position: absolute;
    top: 10px;
    right: 10px;
cursor:pointer;
}
.mySwiper{
padding-top:10px !important;
}