.slider-container {
	max-width: 1020px;
	margin: auto;
}

.btn-right {
	background-image: url(/WebSmartHome/Home/arrow-r.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #343434cc;
	width: 39px;
	height: 39px;
	border-radius: 50%;
}

.btn-left {
	background-image: url(/WebSmartHome/Home/arrow-l.svg);
	background-color: #343434cc;
	width: 39px;
	height: 39px;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
	.owl-carousel-partner .owl-dots {
		display: none !important
	}
	.sliderpartner-title {
		font-size: 22px;
		font-family: 'Open Sans SemiBold';
		line-height: 44px;
		padding-bottom: 37px;
		padding-top: 32px;
		text-align: center;
	}
	.owl-carousel-partner .owl-next {
		position: absolute;
		top: -15px;
		height: 100%;
		right: -10px;
	}
	.owl-carousel-partner .owl-prev {
		position: absolute;
		top: -15px;
		height: 100%;
		left: -10px;
	}
	.item-partner {
		width: 144px;
		height: 75px;
		padding: 30px;
		background-color: white;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 10px;
		margin-bottom: 19px;
		margin-right: auto;
		margin-left: auto;
	}
	.sliderpartner {
		background-color: #ECECEC;
		background-repeat: no-repeat;
		background-size: cover;
		height: 350px;
	}
}

@media only screen and (min-width: 769px) {
	.sliderpartner {
		background-color: #ECECEC;
		background-repeat: no-repeat;
		background-size: cover;
		height: 476px;
	}
	.owl-carousel-partner .owl-next {
		position: absolute;
		top: -15px;
		height: 100%;
		right: -50px;
	}
	.sliderpartner-title {
		font-size: 32px;
		font-family: 'Open Sans SemiBold';
		line-height: 44px;
		padding-bottom: 43px;
		padding-top: 32px;
	}
	.owl-carousel-partner .owl-prev {
		position: absolute;
		top: -15px;
		height: 100%;
		left: -50px;
	}
	.item-partner {
		width: 236px;
		height: 124px;
		padding: 35px;
		background-color: white;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 16px;
		margin-bottom: 28px;
		margin-right: auto;
		margin-left: auto;
	}
}