
section.frontpage-slider .c {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
}
section.frontpage-slider .item {
	position: relative;
	height: 550px;
	background: white;
}
section.frontpage-slider .item .layer {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: rgb(23 27 35 / 50%);
}
section.frontpage-slider .item img {
	object-fit: cover;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%; /* opacity: 0.5; */
}
section.frontpage-slider .content {
	background-color: white;
	width: 50%;
	border-radius: 8px;
	padding: 25px 25px;
}
section.frontpage-slider .content h3 {
	font-weight: 500;
	font-size: 34px;
	line-height: 40px;
}
section.frontpage-slider .content h4 {
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
}
section.frontpage-slider .content .button {
	margin-top: 25px;
}
section.frontpage-slider .owl-theme .owl-nav {
	position: absolute;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	left: 0;
	right: 0;
}
section.frontpage-slider .owl-carousel .owl-nav button.owl-next,
section.frontpage-slider .owl-carousel .owl-nav button.owl-prev {
	color: white;
	font-size: 76px;
	position: absolute;
	background: none !important;
}
section.frontpage-slider .owl-carousel .owl-nav button.owl-next {
	right: 50px;
}
section.frontpage-slider .owl-carousel .owl-nav button.owl-prev {
	left: 50px;
}
section.frontpage-slider .owl-carousel .owl-nav button.owl-next span,
section.frontpage-slider .owl-carousel .owl-nav button.owl-prev span {
	/* background: rgba(0, 0, 0, 0.1); */
	height: 42px;
	display: block;
	width: 42px;
	border-radius: 50%;
	padding-top: 3px;
	text-align: center;
}
/* [l] */
@media all and (max-width: 1200px) {
	section.frontpage-slider .item {
		height: 400px;
	}
	section.frontpage-slider .content {
		display: inline-block;
		left: 150px;
		right: 150px;
		width: calc(100% - 300px);
		position: relative;
	}
	section.frontpage-slider .content {
		left: 0;
		right: 0;
		width: 100%;
		padding: 25px 35px;
	}
}
/* [s] */
@media all and (max-width: 768px) {
	section.frontpage-slider .content {
		padding: 25px;
	}
}
/* [xs] */
@media all and (max-width: 576px) {
	section.frontpage-slider .item {
		height: 540px;
	}
}
