/*css without swiper*/
.sub_banner {
	position: relative;
	overflow: hidden;
}

.sub_banner-wrapper .ricoh-row {
	height: 100%;
}

.sub_banner-wrapper {
	height: 75vh !important;
}

.sub_banner-wrapper .sub_banner:nth-child(1) {
	border-bottom: 4px solid #fff;
}
/*css without swiper*/

.swiper-container,
.swiper-wrapper,
.swiper-slide {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
}

.m-0 .ricoh-row {
	margin: 0 !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	font-size: 20px;
	opacity: .5;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
	outline: none;
}

.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
	opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
	background: #cf142b !important;
	left: 0;
	width: 100%;
	color: #fff !important;
	height: 30px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	font-size: 20px;
	transform: rotate(90deg);
	opacity: .5;
}

.swiper-button-prev {
	top: 22px;
}

.swiper-button-next {
	top: auto;
	bottom: 0;
}

.carousel-banner {
	border-left: 4px solid #fff;
}

.carousel-banner__container {
	height: 75vh;
	position: relative;
}

.slide-border::after {
	display: block;
	width: 100%;
	border-top: 4px solid #fff;
	content: '';
	position: absolute;
	z-index: 18;
}

.main-carousel-container .carousel-container {
	height: 75vh !important;
}
.main-carousel-container .carousel__desc {
	font-size: 1.1rem;
}

.carousel-banner__cell {
	width: 100%;
	overflow: hidden;
}

.carousel-banner__slide {
	height: 75vh;
	padding: 26px 0px;
}

.carousel-banner__content-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	color: #fff;
}

.carousel-banner__imagination-bubble {
	position: relative;
	left: -4px;
	font-size: 2rem;
}

.carousel-banner__content-title {
	display: block;
	position: relative;
	margin: 0 0 .375rem;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	margin-top: 15px;															/* UPDATE 29/07 */
}

.carousel-banner__icon {
	padding:0;
}

.carousel-banner__text-content {
	padding:0;
	margin-left: -5px;
}

.carousel-banner__link {
	text-decoration: none;
	color: #fff;
}

.carousel-banner__link:active,
.carousel-banner__link:hover,
.carousel-banner__link:focus {
	color: #fff;
}

.carousel-banner__content {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 1rem;
}

.carousel-banner__content:hover {
	padding-top: 25px;
	padding-bottom: 25px;
	transition: all .1s linear;
}

.carousel-banner__desc {
	font-weight: 300 !important;
    font-size: 16px !important;
	display: block;
	position: relative;
}
.carousel-banner__desc--hidden-mobi {
    display: none;       
}
.carousel-banner__btn {
	display: none;
}

/* DELETE 29/07 */
/* .carousel-banner__content-top {
	bottom: auto !important;
} */

.swiper-wrapper.disabled {
    transform: translate3d(0px, 0, 0) !important;
}
.swiper-pagination.disabled {
    display: none;
}

.disabled > .swiper-slide:nth-child(1)::after {
    border:none;
}

_:-ms-lang(x), .swiper-button-prev  { top: 0px; }

_:-ms-lang(x), .slide-border:after  { 
	left: 0px;
}

_:-ms-lang(x), .slide-border .swiper-slide-active:after {
	border: none;
}

_:-ms-lang(x), .swiper-button-prev:after,.swiper-button-next:after{
	content: 'prev';
}


/* Responsive */
@media screen and (max-width: 1366px) {
	.carousel-banner__text-content {
		margin-left: 0px;
		padding-left: 10px
	}
}
@media screen and (max-width: 991px) {
	.sub_banner-wrapper {
		height: 20vh !important;
		border: none;
	}
	.sub_banner-wrapper .sub_banner:nth-child(1) {
		border: none;
		border-right: 4px solid #fff;
	}
	.slide-border::after {
		border: none;
		border-right: 4px solid #fff;
		height: 100%;
		width: auto;
	}
	.carousel-banner {
		border: none;
		border-top: 4px solid #fff;
	}
	.carousel-banner__container {
		height: 20vh;
	}
	.carousel-banner__slide {
		height: 20vh;
		padding: 0px 35px;
	}
	.main-carousel-container .carousel-container {
		height: 50vh !important;
	}
	
	.swiper-button-prev,
	.swiper-button-next {
		background: #cf142b !important;
		height: 100%;
		color: #fff !important;
		top: 22px;
		width: 40px;
		left: auto;
	}
	.swiper-button-prev::after,
	.swiper-button-next::after {
		font-size: 20px;
		transform: none;
		opacity: .5;
	}
	.swiper-button-prev {
		left: 0;
	}
	.swiper-button-next {
		right: 0;
	}
	_:-ms-lang(x), .swiper-button-prev,.swiper-button-next  { top: 0px; }
}


@media screen and (max-width: 767px) {
	.sub_banner-wrapper {
		height: 50vh !important;
	}
	
	.sub_banner-wrapper .sub_banner:nth-child(1) {
		border: none;
	}
	.sub_banner-wrapper .sub_banner:nth-child(2) {
		border: none;
		border-top: 4px solid #fff;
	}
	
	.carousel-banner__content:hover {
		padding-top: 1rem;
		padding-bottom: 1rem;
		transition: none;
	}
	.carousel-banner__container {
		height: 30vh;
	}
	.carousel-banner__slide {
		height: 30vh;
	}
	.carousel-banner__icon {
		margin-left: 5px;
	}
	.carousel-banner__text-content {
		padding: 0px;
	}
	/* DELETE 29/07 */
	/* .carousel-banner__desc{
		display:none;
	} */
}

/* UPDATE 29/07 */
@media screen and (min-width: 767px) {
	.carousel-banner__content-title {
		margin-top: inherit;															
	}
	/* UPDATE 30/07 */
	.carousel-banner__desc {
    display: inherit;       
	}
}


@media screen and (max-height: 450px) and (min-width: 559px) {
	.main-carousel-container .carousel-container {
		height: 60vh !important;
	}
	.carousel-banner__container {
		height: 60vh;
	}
	.sub_banner-wrapper {
		height: 60vh !important;
	}
	.carousel-banner__slide {
		height: 60vh;
	}
}