
.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:0px;
overflow:hidden;
height:296px;
box-shadow: 0px 5px 15px -5px rgb(0 0 0 / 30%);
}
.banner_text
{
    width: 400px;
    background: #ffffff;
    height: 296px;
    padding: 20px;
    color: black;
    display: inline-block;
}
.slider_title{
color: #000;
font-size: 21px;
font-weight: bold;
line-height:32px;
margin-bottom: 0px;
}
.slider_price
{
margin-top:25px;
font-size:18px;
display: none;
}
.slider_price_num
{
    font-weight: bold;
    font-size: 30px;
    background: #0089ff;
    padding: 0px 10px 0px 10px;
    color: white;
}
.slider_des{
    font-size: 15px;
    margin-top: 5px;
}
.banner_img
{
width:calc(100% - 400px);
overflow:hidden;
float:right;
height:300px;
display:inline-block;
}
.banner_img img
{
width:100%;
max-width:740px;
}
.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 #000000;
border-radius:50%;
padding:11px;
max-width:46px;
max-height:46px;
font-size:24px;
}
.banner_link
{
	position: absolute;
    bottom: 20px;
    right: 20px;
    width: 150px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #056CF2;
    color: #ffffff;
    border-color: #056CF2;
    font-weight: 500;
}
.banner_link:hover
{
color:white;
background: #45BF57;
border-color: #45BF57;
box-shadow: 0 0 1px rgba(0,0,0,0.5);
}
.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: auto;
background: #ffffff !important;
}
.banner_text
{
width:100%;
text-align:center;
display:inline-block;
height:auto;
background: #fff;

}
.slider_description
{
display:none;
}
.banner_img
{
width:100%;
display:block;
height:200px;
}
.banner_link
{
right: 50%;
bottom: 10px;
margin-right: -75px;
background: #f3f3f3;
color: #000;
}
.banner_img img
{
width:100%;
height:auto;

max-width:740px;
}
}
@media (max-width: 600px) {
.slider_title
{
font-size:20px;
line-height:27px;
color: #000;
}
.slider_des
{
font-size:15px;
color: #000;
}
.slider_price
{
display: none;
font-size:18px;
}
}