/* content-unit */
.content-unit {
	position: relative;
	width: 100%;
	padding: 40px 100px;
}

.content-unit .unit {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.content-unit .unit .imgBx {
	position: relative;
	width: 400px;
	height: 350px;

	/* box-shadow: 10px 5px #1C8FC8;*/
}

.content-unit .unit .imgBx img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* border-radius: 50%; */
	object-fit: cover;
	/* border-radius: 45%; */
}

.content-unit .unit .textBx {
	position: relative;
	width: 350px;
	padding: 20px;
	color: #fff;
	border-radius: 5px 0 0 5px;
}

@media screen and (min-width: 1800px) {
	.content-unit .unit .textBx {
		position: relative;
		width: 600px;
		padding: 20px;
		color: #fff;
		border-radius: 5px 0 0 5px;
	}

	.structure {
		position: relative;
		width: 100%;
		padding-left: 100px;
		display: flex;
		flex-direction: column;
	}
}

.content-unit .unit .textBx h2 {
	font-weight: 600;
}

.content-unit .unit .textBx p {
	font-size: 1em;
	text-align: justify;
}

/* structure */
.structure {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 120%;
}

.structure ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 0 0 0 20px;
	/* height: 200px; */
}

.structure ul li {
	font-size: 1em;
	color: rgb(78, 74, 74);
	/* margin-left: 30px; */
}

.structure h2 {
	text-align: left;
	color: #1C8FC8;
	font-weight: 500;
	margin-bottom: 30px;
	text-transform: uppercase;
}

/* slide */
.slide {
	position: relative;
	width: 100%;
	height: 1200px;
	padding: 40px 100px;
}

.slide .slideBx {
	position: relative;
	background: #1C8FC8;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	padding: 20px;
}

.slide2 {
	position: relative;
	width: 100%;
	min-height: 1000px;
	padding: 60px 100px;
}

.slide2 .slideBx2 {
	/* position: relative; */
	background: #1C8FC8;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	padding: 60px 100px;
}

.slideBx2 p {
	font-size: 20px;
	color: #ffffff;
}

.slideBx2 h2 {
	font-size: 30px;
	color: #ffffff;
}


/* content-locale */
.content-locale {
	position: relative;
	width: 100%;
	padding: 40px 100px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}

.content-locale .localeBx {
	position: relative;
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.content-locale .contactBx {
	position: relative;
	width: 45%;
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.content-locale .localeBx h2,
.content-locale .contactBx h2 {
	text-align: center;
	color: #1C8FC8;
	font-weight: 500;
	text-transform: uppercase;
}

.content-locale .localeBx p {
	color: #1C8FC8;
	padding: 0 50px;
	font-size: 14px;
	text-align: justify;
}

.content-locale .contactBx p {
	color: #1C8FC8;
	font-size: 1.2em;
	text-align: center;
}

.content-locale .localeBx .localeImgBx {
	position: relative;
	width: 100%;
	height: 300px;
	border-radius: 10px;
	padding: 10px;
}

.content-locale .localeBx .localeImgBx img {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

/* sweper */
.swiper {
	width: 100%;
	height: 100%;
	padding: 4px !important;
	/* border: 1px solid red; */
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.mySwiper2 {
	height: 80%;
	width: 100%;
}

.mySwiper {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.6;
	background: #000;
}

.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* .swiper-pointer-events
{
margin-top: 10px;
} */