.section-prohot {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 100%;
	min-height: 250px;
	justify-content: space-evenly;
}

.prohot {
	min-width: 260px;
	min-height: auto;
	padding: 10px;
	border-radius: 10px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	position: relative;
	transition: transform .2s;
	font-size: 14px;
	margin: 0 8px;
}
.text-prohot{
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 5px;
	text-align: left;
	font-size: 14px;
	padding: 3px 8px;
	height: 95px;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.swiper-wrapper {
	flex-flow: row wrap;
	justify-content: space-around;
	padding: 0;
	margin-bottom: 10px;
}

.swiper-slide {
	max-width: 19%;
	box-shadow: none;
	flex-shrink: 0;
	width: 100%;
	height: auto;
	max-height: 280px;
	position: relative;
	transition-property: transform;
	background: #fff;
	border-radius: 5px;
	transition: 0.3s;
}

.swiper-slide:hover {
	box-shadow: 2px 3px 4px #6b6b6b!important;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	width: 100%;
	height: auto;
	max-height: 300px;
}

.prd_box {
	margin: 0px!important;
	min-height: unset!important;
	box-shadow: unset!important;
}

.redB{
	font-size: 18px;
	color: red;
	font-weight: bold;
}

.swiper-slide .name{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 3px;
	padding: 5px 8px 0px;
	text-align: left;
}

@media (max-width: 1200px){
	.prohot {box-shadow: inset 0px 0px 5px #000;}						
	.section-prohot {
		display: flex;
		flex-wrap: nowrap;
		height: auto;
		overflow-x: auto;
		width: auto;
		justify-content: unset;
		padding-bottom: 10px;
	}
	.section-prohot::-webkit-scrollbar {
		display: none;
	}
}

.logo_box{
	display: flex;
	margin: 10px 0px;
	width: 100%;
}
.logo_box img{
	max-width: 200px;
	padding: 0px;
}

.logo_box .bl1{
	border-left: 1px solid #000;
}

.carousel-control-prev, .carousel-control-next {
	width: 5%;
	z-index: unset!important;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
	width: 40px;
	height: 40px;
	filter: invert(1);
}
.carousel-indicators li{
	width: 20px;
}

.box-img{
	position: relative;
	width: 90%;
	padding-top: 70%;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(222, 222, 222);
	border-image: initial;
	border-radius: 0.6em;
	float: none;
	margin: auto;
	margin-bottom: 15px;
}

.box-img img{
	display: block;
	position: absolute;
	max-width: 80%;
	max-height: 80%;
	margin: auto;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.info{
	background: #75d9ff;
	padding-bottom: 30px;
	margin-top: 10px;
}

.bor{
	border: 1px solid #adb5bd;
	max-height: 260px;
}

@media (max-width: 1199px){
	.redB{
		font-size: 16px;
	}

	.swiper-slide .name{
		font-size: 16px;
	}
	.swiper-slide{
		max-height: 270px;
	}
	.bor{
		max-height: 240px;
	}
	.home_b{
		margin-top: 10px!important;
	}
}

@media (max-width: 850px){			
	.swiper-slide{
		max-height: 260px;
	}
	.swiper-container{
		max-height: 280px;
	}
}



@media (max-width: 576px){
	.carousel-control-prev, .carousel-control-next {
		width: 15%;
	}
	.carousel-control-prev-icon, .carousel-control-next-icon {
		width: 25px;
		height: 25px;
		filter: invert(0);
	}
	.logo_box{
		display: none;
	}
	.info{
		padding: 10px 0 20px;
	}

	#container.home_b{
		width: 100%;
		padding: 5px 0;
		margin-top: 10px!important;
	}
	.information{margin-bottom: 15px!important;}	

	.swiper-container {
		width: calc(90% - 15px);
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 15px;
		padding-left: calc(10% + 15px);
		max-height: 300px;
	}
	.swiper-slide {
		background: #fff;
		display: block;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		box-shadow: 2px 3px 4px #6b6b6b;
		max-width: unset;
		text-align: center;
		height: unset;
		max-height: 290px;
	}
	.swiper-slide:hover {
		box-shadow: unset!important;
	}
	.swiper-wrapper {
		flex-flow: unset;
		justify-content: unset;
	}
	.prd_box {
		box-shadow: unset!important;
	}
	.bor{
		border: none;
	}
}


.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 0px;
}
.swiper-slide img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
	content: unset;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
	content: unset;
}

@media (max-width: 576px){
	.swiper-button-prev .carousel-control-prev-icon, .swiper-button-next .carousel-control-next-icon {
		filter: invert(1);
	}
}

@media (max-width: 400px){
	.text-prohot {
		height: 115px;
		-webkit-line-clamp: 5;
	}
}

@media (max-width: 340px){
	.text-prohot {
		height: 95px;
		-webkit-line-clamp: 5;
	}
	.swiper-container{
		max-height: 290px;
	}
	.swiper-slide{
		max-height: 275px;
	}
}