.banner_box {
	width: 100%;
	height: auto;
	margin: 20px auto;
	padding: 15px 0;
	position: relative;

}


.b_inner_box {
	width: 100%;
	height: 550px;
	padding: 15px 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.bn-box {
	width: 48%;
	height: auto;
	margin-bottom: 15px;
	display: flex;
	padding: 5px;
	position: relative;

}

.bn-box img {
	width: 38%;
	height: 110px;
	border-radius: 4px;
}

.bn-box:nth-of-type(1) {
	width: 50%;
	height: 100%;
	position: relative;
	display: block;
	padding: 0;
}

.bn-box:nth-last-of-type(1) {
	margin-bottom: 0px;
}

.bn-box:nth-of-type(1)::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .2) 59%, rgba(0, 0, 0, .8) 100%);
	z-index: 3;
}

.bn-box:nth-of-type(1) img {
	width: 100%;
	height: 100%;
	border-top: none;
}

.bn-text {
	width: 96%;
	height: auto;
	padding: 5px 2%;
	line-height: 1.5;


}

.bn-text p:nth-of-type(1) {
	font-size: 17px;
	font-weight: 600;
	color: #000;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.bn-text p:nth-of-type(2) {
	font-size: 15px;
	margin-bottom: 5px;
	text-transform: capitalize;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #a5a6aa;
	margin-top: -20px;
}

.bn-text p:nth-of-type(3) {
	color: #2962ff;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.bn-box:nth-of-type(1) .bn-text {
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	margin: auto;
	width: 90%;
	padding: 5px 2%;
	text-align: left;
	height: auto;
	z-index: 5;
}

.bn-box:nth-of-type(1) .bn-text p:nth-of-type(3) {
	display: none;
}

.bn-box:nth-of-type(1) .bn-text p:nth-of-type(1),
.bn-box:nth-of-type(1) .bn-text p:nth-of-type(2) {
	font-size: 30px;
	color: #fff;
	text-decoration: none;
	display: inline;
	padding-bottom: 0;
	-webkit-transition: background-size .8s cubic-bezier(.25, .8, .25, 1);
	transition: background-size .8s cubic-bezier(.25, .8, .25, 1);
	background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(98%, currentColor));
	background-image: linear-gradient(to bottom, currentColor 0, currentColor 98%);
	background-size: 0 1px;
	background-repeat: no-repeat;
	background-position: left 100%;
}

.bn-box:nth-of-type(1) .bn-text p:nth-of-type(2) {
	font-size: 18px;
}

.bn-box:nth-of-type(1):hover .bn-text p:nth-of-type(1),
.bn-box:nth-of-type(1):hover .bn-text p:nth-of-type(2) {
	background-size: 100% 2px;
}

.swiper {
	width: 100%;
	height: 100px;
	padding: 10px;
	position: relative;
	z-index: 10;
}

.swiper-wrapper {
	height: 80% !important;
	padding: 3px 0;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-size: cover;
	border-radius: 5px;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.09), 0px 0.37px 4.42626px rgba(0, 0, 0, 0.0476886), 0px 0.14px 2.29266px rgba(0, 0, 0, 0.0323114);
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	padding: 3px;
}


.b-name {
	z-index: 10;
	font-size: 14px;
	left: 0px;
	bottom: 0px;
	color: #000;
	width: 57%;
	padding: 0px 2%;
	z-index: 999;
	text-align: left;
	text-transform: capitalize;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;

}

.swiper-slide img {
	display: block;
	width: 35%;
	height: 60px;
	border-radius: 5px;
	object-fit: cover;
}


:root {
	--swiper-navigation-size: 30px !important;
}

.swiper-button-next,
.swiper-button-prev {
	top: 37% !important;
	width: 30px !important;
	height: 30px !important;
	color: #000 !important;
	font-size: 13px !important;
	/* font-weight: 600 !important; */
	/* background-color: #81dae0; */
	padding: 4px;
	border-radius: 100%;
	background-color: #fff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-size: 13px !important;
	font-weight: 800;
}

@media(max-width:760px) {

	.banner_box {
		width: 95%;
	}

	.b-title {
		font-size: 25px;
	}

	.b_inner_box {
		width: 100%;
		height: auto;
		/* flex-direction: column-reverse; */
	}

	.bn-box {
		width: 90%;
		padding: 5px 0;
	}

	.bn-box:nth-of-type(1) {
		width: 100%;
		height: 350px;
	}

	.bn-text p:nth-of-type(2) {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box !important;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.bn-box:nth-of-type(1) .bn-text p:nth-of-type(2) {
		font-size: 16px;
		margin-top: 0px;
	}

	.bn-text p:nth-of-type(3) {
		text-transform: capitalize;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
}

@media(min-width:760px) {
	.b-title {
		width: 100%;
		margin: 0 auto;
		text-align: left;
		line-height: 2;
		font-size: 30px;
		/* font-weight: 600; */
	}

}