/*==================================================================*/
/*========== Banner Start ==========*/
/*==================================================================*/
.banner-section {
	position: relative;
}

.banner-section .banner-main-image {
	position: relative;
	height: 500px;
	overflow: hidden;
}

.banner-section .banner-block .banner-main-image {
	height: calc(100vh - 104px);
}

.banner-section .banner-main-image:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: var(--black);
	opacity: 0.7;
}

.banner-section .banner-main-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.banner-section .banner-buttons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 35px -10px 0;
}

.banner-section .banner-description {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
}

.banner-section .common-breadcrumb-block .breadcrumb {
	justify-content: center;
}

.banner-section .banner-buttons > * {
	flex: 0 0 auto;
	max-width: 100%;
	margin: 0 10px;
}

.banner-carousel {
	opacity: 0;
}

.banner-carousel.slick-initialized {
	opacity: 1;
}

.banner-carousel .slick-track {
	display: flex;
	justify-content: center;
}

.banner-carousel .slick-slide {
	height: inherit;
}

.banner-carousel .banner-block .banner-description {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 50%;
	z-index: 9;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

@media (min-width: 992px) and (max-width: 1199px){
.banner-section .banner-block .banner-main-image { height: 550px; }
.banner-carousel .banner-block .banner-description { top: auto; bottom: 75px; transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; }
}

@media (min-width: 768px) and (max-width: 991px){
.banner-carousel .banner-block .banner-main-image { height: 500px; }
.banner-carousel .banner-block .banner-description { top: auto; bottom: 75px; transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; }
}

@media (max-width: 767px){
.banner-section .banner-main-image { height: 450px; }
.banner-carousel .banner-block .banner-main-image { height: 450px; }
.banner-section .banner-buttons { margin-top: 25px; }
.banner-carousel .banner-block .banner-description { top: auto; bottom: 50px; transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; }
.banner-section .banner-description .banner-detail { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
}
/*==================================================================*/
/*========== Banner End ==========*/
/*==================================================================*/