.slider_wrapper
{
	position: relative;
	min-width: 100%;
}

.hi-slide 
{ 
	position: relative; 
	width: 900px; 
	height: 422px; 
	margin: 0 auto ; 
	/*background-color: rgba(211,211,0,0.3);*/
}
.hi-slide .hi-next, .hi-slide .hi-prev 
{ 
	position: absolute; 
	top: 40%; 
	/*width: 40px; */
	/*height: 80px; */
	/*margin-top: -40px; */
	/*border-radius: 5px; */
	/*line-height: 80px; */
	/*text-align: center; */
	cursor: pointer; 
	/*background-color: #666; */
	/*color: #fff; */
	/*opacity: 0.7; */
	/*transition: all 0.6s; */
	/*font-size: 30px; */
}
/*.hi-slide .hi-next:hover, .hi-slide .hi-prev:hover { opacity: 1; background-color: #444; }*/
.hi-slide .hi-prev { left: -15%; }
/*.hi-slide .hi-prev::before { content: '<'; }*/
.hi-slide .hi-next { right: -15%; }
/*.hi-slide .hi-next::before { content: '>'; }*/
.hi-slide > ul 
{
	list-style: none; 
	position: relative; 
	width: 900px; 
	height: /*292px*/; 
	margin: 0; 
	padding: 0; 
	/*border:3px solid blue;*/
}
.hi-slide > ul > li 
{ 
	/* overflow: hidden;  */
	position: absolute; 
	z-index: 0; 
	left: 377px; 
	top: 146px; 
	/*width: 0; */
	/*height: 0; */
	margin: 0; 
	padding: 0;  
	cursor: pointer; 
}/*
.hi-slide > ul > li > img 
{ 
	width: 100%; 
	height: 100%; 
}*/

.slider_btn
{
	width: 142px;
	height: 48px;
	color: #4D4D4D;
	border-radius: 50px;
	text-align: center;
	line-height: 46px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	
	/*box-shadow: inset;*/
	transition: 0.3s all ease;
	margin: 0 auto;
	bottom: 15px;
	left: 29%;
	position: absolute;
	z-index: 1;
	/* background-image: linear-gradient(#ffd800,#ffb000); */
	background-image: linear-gradient(#fff,#fff);
	/* border:2.5px solid #fff; */
	border:2.5px solid rgba(255,221,0,1);
}
.slider_btn:hover
{
	background-image: linear-gradient(#ffd800,#ffb000);
	/* background-image: linear-gradient(#fff,#fff); */
	/* border:2.5px solid rgba(255,221,0,1); */
	/*
	height: 48px;
	line-height: 46px;*/
}
.hi-slide > ul > li > .slider_item_wrap 
{ 
	width: 332; 
	/*border-radius: 5px; */
	background-color: #fff;
	height: 382px;
	max-height: 100%;
	padding: 20px; 
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	box-shadow: 0px 3px 20px -10px black;
}
.slider_overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0,0,0,1);
	opacity: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
}
.slider_item_title
{
	font-style: normal;
    font-weight: bold;
    font-size: 15px;
    color: #3555A2;
    margin-bottom: 35px;
    text-transform: none;
}
.slider_item_title:after
{
	position: absolute;
	content: "";
	background-color: rgba(255,221,0,1);
	height: 2px;
	width: 28%;
	margin: 0 auto;
	top: 46px;
	left: 37%;
}
.hi-slide > ul > li > .slider_item_wrap .slider_img
{ 
	text-align: center;
	position: relative;
	overflow: hidden;
	height: auto; 
	width: 100%;
	max-height: 275px; 
}

.hi-slide > ul > li > .slider_item_wrap .slider_img img
{  
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	/*height: 100%; */
	width: auto;
	max-height: 175px !important;
}
@media(max-width: 768px)
{
	.hi-slide 
	{ 
		height: 220px;
		width: 328px;
		overflow: hidden;
	}
	.hi-slide > ul 
	{
		width: 400px; 
	}
	.hi-slide .hi-prev { left: 0; }
	/*.hi-slide .hi-prev::before { content: '<'; }*/
	.hi-slide .hi-next { right: 0; }
	.slider_item_title
	{
	    font-weight: bold;
	    font-size: 10px;
	    margin-bottom: 0px;
	}
	.slider_item_title:after
	{
		top: 16%;
		height: 2px;
	}
	.hi-slide > ul > li > .slider_item_wrap .slider_img img
	{  
		width: inherit;
		max-width: 105px;
		height: auto;
	}
	.slider_img
	{
		margin-top: 10px;
	}
	.slider_btn
	{
		width: 81px;
		height: 28px;
		/*color: rgba(77,77,77,1);
		border-radius: 50px;*/
		text-align: center;
		line-height: 25px;
		font-size: 9px;
		font-weight: bold;
		/*cursor: pointer;*/
		border:2px solid rgba(255,221,0,1);
		transition: 0.3s all ease;
		/*margin: 0 auto;*/
		/*bottom: 15px;*/
		left: none;
		/*position: absolute;*/
	}
	.hi-slide .hi-next img, .hi-slide .hi-prev img
	{ 
		height: 40px;
		width: auto;
	}	
}