.box_offer {
	background-color: #fff;
	padding-bottom: 15px;
	margin: 25px 0px 15px;
}
.title_offer h3 {
	margin: 0px;
    padding: 10px 0px;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.slider_offer_sp .item_offer {
	margin: 15px ;
    position: relative;
}
.slider_offer_sp .item_offer p {
	margin: 0px;
	position: relative;
    overflow: hidden;
}

.slider_offer_sp .item_offer p img {
    width: 100%;
    position: relative;
    height: 380px;
    -o-object-fit: cover;
    object-fit: cover;
}


.item_offer h3{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-top: 0px;
    padding-left: 40px;
    position: relative;
    margin-top: 10px;
}
.item_offer h3:before{
    content: "";
    width: 60px;
    height: 4px;
    background: #3b5eab;
    position: absolute;
    bottom: 33%;
    left: -34px;
}
.item_offer:hover a {
    text-decoration: none;
}
.item_offer a {
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    font-weight: 550;
}
.slider_offer_sp .slick-prev {
    background: url(../images/iconslider.png) center no-repeat !important;
    transform: unset !important;
    font-family: unset !important;
    width: 26px;
    height: 42px;
    left: 0px;
    top: 35%;
    z-index: 99;
    box-shadow: #a1a1a1 0px 0px 1px, #a1a1a1 0px 0px 1px, #a1a1a1 0px 0px 1px, #a1a1a1 0px 0px 1px, #a1a1a1 0px 0px 1px, #a1a1a1 0px 0px 1px;
}

.slider_offer_sp .slick-prev:before ,.slider_offer_sp .slick-next:before  {
	content: unset;
}
.slider_offer_sp .slick-next {
    background: url(../images/iconslider.png) center no-repeat !important;
    transform: unset !important;
    font-family: unset !important;
    width: 26px;
    height: 42px;
    z-index: 99;
    right: 0px;
    top: 35%;
    transform: rotate(180deg) !important;
    box-shadow: #a1a1a1 0px 0px 1px, #a1a1a1 0px 0px 1px, #a1a1a1 0px 0px 1px, #a1a1a1 0px 0px 1px, #a1a1a1 0px 0px 1px, #a1a1a1 0px 0px 1px;
}