.single-bg {

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	height: 100%;

    width: 100%;

}



@media only screen and (min-width: 768px) and (max-width: 991px) {

	.single-bg {

		height: 500px;

	}

}

@media (max-width: 767px) {

	.single-bg {

		height: 250px;

		margin-bottom: 25px;

    }

}

.single-content-body {

	font-size: 20px;

	color: #6E8383;

	line-height: 24px;

}



.single-content-body h3 {

	font-size: 20px;

	font-family: 'Segoe SemiBold';

	margin-top: 0;

	margin-bottom: 25px;

}



.single-right-images div img {

	margin: 0 auto;

	display: block;

	max-width: 100%;

}



.single-right-images div {

	margin-top: 70px;

}



.single-content-top {

	padding-bottom: 30px;

	margin-bottom: 30px;

	border-bottom: 1px solid #A53445;

}



.single-corporate {

	float: left;

    width: 100%;

	margin: 30px 0;

	padding: 60px 0;

	-webkit-box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.16);

	-moz-box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.16);

	box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.16);

}



.video-name-center p {

	color: #A53445;

	text-align: center;

	font-size: 15px;

	margin-top: 7px;

}



.video-name-center img {

	margin: 0 auto;

	display: block;

	top: 45%;

    transform: translateY(-52%);

	position: absolute;

	left: 0;

	right:0;

}



.video-image-corporate {

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	height: 210px;

	width: 100%;

}



.single-crop-movie {

	font-size: 20px;

	color: #6E8383;

	text-align: right;

	line-height: 24px;

}



.banner-bottom {

	float: left;

    width: 100%;

	margin: 50px 0 100px 0;

}



.bg-banner-bottom {

	min-height: 178px;

	background-repeat: no-repeat;

	background-size: cover;

	background-position: center;

	-webkit-box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.16);

	-moz-box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.16);

	box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.16);

	margin-top: 25px;

	display: flex;
    flex-direction: column;

}



.banner-bottom-content {

	float: right;

	max-width: 100%;

	background-color: rgb(165,52,69, .5);

	vertical-align: middle;

	color: #fff;

	text-align: center;

	font-family: 'Segoe SemiBold';

}


.banner-bottom-content p {
	font-family: 'Segoe SemiBold';
}


.banner-text {

	font-size: 20px;

	color: #6E8383;

	padding: 0 25px;

}



@media (min-width: 1200px) {

    .banner-bottom-content {

		width: 1145px;

		height: 93px;	

		margin-top: 40px;

		font-size: 38px;

		padding: 15px 15px 0 15px;

	}

	.banner-bottom-content p {
		height: 55px;
		overflow: hidden;
	}

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	.banner-bottom-content {

		width: 850px;

		height: 93px;	

		margin-top: 40px;

		font-size: 25px;	

		padding: 20px 20px 0 30px;

	}

	.banner-bottom-content p {
		height: 65px;
		overflow: hidden;
		line-height: 30px;
	}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .banner-bottom-content {

		width: 700px;

		height: 75px;	

		margin-top: 50px;

		font-size: 20px;	

		padding: 15px 15px 0 20px;

	}

	.banner-bottom-content p {
		height: 50px;
		overflow: hidden;
		line-height: 23px;
	}

}

@media (min-width: 768px) {

	.banner-bottom-content {

		border-top-left-radius: 93px;

	}

}

@media (max-width: 767px) {

    .banner-bottom-content {

		width: 700px;

		height: 75px;	

		margin-top: 50px;

		font-size: 18px;	

		padding-top: 15px;

		line-height: 24px;

	}
	.banner-bottom-content p {
		height: 50px;
		overflow: hidden;
	}

}

.bg-banner-bottom div h1 {
	width: 1145px;
	float:  right;
	color:  #fff;
	max-width: 100%;
	background-color: rgb(165,52,69, .5);
	text-align: center;
    font-family: 'Segoe SemiBold';
}

.bg-banner-bottom div {
	margin-top: 25px;
}

@media (min-width: 992px) {
	.bg-banner-bottom div h1 {
		font-size: 38px;
		border-top-left-radius: 93px;
		padding: 25px 15px 25px 45px;
		min-height: 93px;
	}
}

@media (max-width: 991px) {
	.bg-banner-bottom div h1 {
		font-size: 25px;
		border-top-left-radius: 50px;
		padding: 18px 15px 18px 15px;
		min-height: 70px;
	}
}