.slideshow_new .owl-pagination {
    position: absolute;
    z-index: 1;
    left: 12px;
    bottom: 8px;
    top: auto;
    text-align: left;
	}
.slideshow_new .owl-buttons div{z-index:1;line-height:18px;margin:-15px 0 0;}
.slideshow_new .owl-buttons div i{font-size:2.0em !important;margin:0 !important;}
.slideshow_new .owl-controls .owl-page span {
width:14px;
height:14px;
border:1px solid gray;
opacity:1;
z-index:999;
background:#5279ca;
}
.slideshow_new .owl-controls .owl-page.active span {
background:white;

}

.slideshow_new
{
border-radius:10px;
overflow:hidden;
height:380px;
box-shadow: 0px 5px 15px -5px rgb(0 0 0 / 30%);
}
.banner_text
{
    width: 400px;
    background: rgb(0 0 0 / 60%);
    height: 380px;
    padding: 20px;
    color: #ffffff;
    display: inline-block;
}
.slider_title{
font-size: 23px;
    font-weight: bold;
	 line-height:32px;
	 color:#fff;
}
.slider_price
{
margin-top:25px;
font-size:18px;
display: none;
}
.slider_price_num
{
    font-weight: bold;
    font-size: 30px;
    box-shadow: 0 0 25px -1px #f83434;
    background: #f83434;
    padding: 0px 10px 0px 10px;
    color: white;
}
.slider_des{
    font-size: 15px;
    margin-top: 5px;
}
.banner_img
{
width:calc(100% - 400px);
float:left;
height:380px;
display:inline-block;
}
.banner_img img
{
min-width: 100%;
}
.my_text
{
padding-left:55px;
font-size:14px;
}
.slider_plus
{
position:relative;
margin-top:25px;
margin-bottom:10px;
}

.slider_plus .material-icons
{
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #f4eeee;
    border-radius: 50%;
    background: #f4eeee;
    padding: 11px;
    max-width: 46px;
    max-height: 46px;
    font-size: 24px;
    color: #000;
}
.banner_link
{
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 150px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    color: black;
    border-color: #ffffff;
    font-weight: 500;
}
.banner_link:hover
{
color:white;
background: #f83434;
box-shadow: 0px 0px 35px -1px rgb(255 0 0);
}
.slider_description
{
     font-size:16px;
	 margin-top:25px;
}


@media (max-width: 1000px) {
.slideshow_new .owl-pagination
{
width:100%;
left: 0px;
text-align:center;
 background: #2b2b2b !important;
}
.slideshow_new
{
height: 388px;
background: #272523 !important;
}
.banner_text
{
width:100%;
background: #272523;
text-align:center;
display:inline-block;
height:auto;

}
.slider_description
{
display:none;
}
.banner_img
{
width:100%;
display:block;
height:250px;
}
.banner_link
{
margin-bottom: 40px;
right: 50%;
margin-right: -75px;
background: #f83434;
color: #fff;
display: none;
}
.banner_img img
{
    min-width: 100%;
    height: auto;

max-width:740px;
}
}
@media (max-width: 600px) {
.slider_title
{
font-size:24px;
line-height:27px;
}
.slider_des
{
font-size:13px;
}
.slider_price
{
font-size:18px;
}
}