.slide_section {
	position: relative;
	width: 400%;
	height: 780px;
	z-index: 1;
	display: flex;
	flex-wrap: nowrap;
	overflow: hidden;
	text-align: center;
	margin-top: 80px;
}

[class*="slide-"] {
	background-size: cover !important;
	height: 100%;
	width: 100%;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
}

.slidetext { top: 30% !important; }

@keyframes fadeinupmain {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

.slide-1 > div > h1:nth-child(1) { animation: fadeinupmain 0.5s forwards; opacity: 0; }
.slide-1 > div > h1:nth-child(2) { animation: fadeinupmain 0.5s forwards; opacity: 0; animation-delay: 0.2s; font-size: 40px; }
.slide-1 > div > h1:nth-child(3) { animation: fadeinupmain 0.5s forwards; opacity: 0; animation-delay: 0.3s; font-size: 40px; }
.slide-1 > div > h1:nth-child(4) { animation: fadeinupmain 0.5s forwards; opacity: 0; animation-delay: 0.4s; font-size: 40px; }
.slide-1 > div > a { animation: fadeinupmain 0.5s forwards; opacity: 0; animation-delay: 0.5s; }

.slideview { width: 220px; height: 50px; color: #191919; animation: fadeinupmain 0.5s forwards; animation-delay: 0.5s; z-index: 2; font-size: 25px; margin: auto; background-color: white; line-height: 50px; border-radius: 24px; font-weight: 400; margin-top: 30px; }

[class*="left_button"] {
	position: absolute;
	width: 38px;
	height: 38px;
	border-top: 6px solid rgba(255,255,255,0.5);
	border-right: 6px solid rgba(255,255,255,0.5);
	transform: rotate(225deg) translate(50%, 50%);
	display: block;
	top: 390px;
	left: 1%;
	z-index: 2;
	opacity: 1;
}

.swiper {
	width: 100%;
	height: 90vh;
}

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

        /* 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-button-next, .swiper-button-prev {
	color: transparent  !important;
	border: 5px !important;
	background: transparent !important;
	border-top: 8px solid rgba(255,255,255,0.3) !important;
	border-right: 8px solid rgba(255,255,255,0.3) !important;
	transition: all 200ms ease !important;
	width: 35px !important;
	height: 35px !important;
	top: 52% !important;
}

.swiper-button-next { right: 3% !important; transform: translate3d(0,-50%,0) rotate(45deg); }
.swiper-button-prev { left: 3% !important; transform: translate3d(0,-50%,0) rotate(-135deg); }

.swiper-button-prev:hover {
	box-shadow: 5px -5px #393939 !important;
	border-top: 8px solid white !important;
	border-right: 8px solid white !important;
}
.swiper-button-next:hover {
	box-shadow: 5px -5px #393939 !important;
	border-top: 8px solid white !important;
	border-right: 8px solid white !important;
}
.swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	display: inline-block !important;
	border-radius: 100%;
	background: white !important;
	box-sizing: border-box;
	margin: 5px !important;
}


.swiper-pagination-bullet-active { background: white !important; }

.information { display: flex; justify-content: center; margin-top: -275px;}
.information > div:nth-child(1) { background: url("../source/main/infobg1.png") no-repeat #f4f4f4; background-size: cover; background-position: 0px 50px; }
.information > div:nth-child(2) { background: url("../source/main/infobg2.png") no-repeat #f4f4f4; background-size: 120%; background-position: 0px bottom; }
.information > div:nth-child(3) { background: url("../source/main/infobg3.png") no-repeat #f4f4f4; background-size: 140%; background-position: 50% 170%; }
.info { width: 350px; height: 550px; margin: 0 14px 0 14px; background-color: #ececec; }
.info_text1 { color: #191919; font-size: 35px; display: block; margin-top: 70px; font-weight: bold; }
.info_text2 { color: #7c7c7c; font-size: 23px; display: block; }
.info_text3 { color: #191919; font-size: 23px; display: block; width: 185px; height: 47px; border: 1px solid #7c7c7c; line-height: 47px; margin: auto; margin-top: 40px; background-color: #ececec; }

.client_section { display: flex; justify-content: center; flex-wrap: wrap; width: 1200px; margin: auto; }
.client_logo { height: 90px; width: 207px; margin: 20px 10px 0 10px;; }

.map_section {
	background: rgb(50,50,80);
	text-align: center;
	white-space: nowrap;
	display: flex;
	justify-content: center;
	padding-top: 12px;
	padding-bottom: 12px;
	width:100%; overflow-x:hidden;
}


.map_section iframe { position: relative; }

p { margin: 0; }

.contact {
	color: white;
	font-size: 14px;
	text-align: left;
	width: 280px;
	padding-top: 20px;
}

.map1 {
	width:400px;
	white-space : normal;
	line-height: 40px;
	margin-right: 12px;
	background: rgba(70,70,120, .5);
	color:white;
	font-weight: 500;
	text-align: left;
}
.map1 > h { margin-left: 15px; }

.map2 {
	width:400px;
	white-space : normal;
	line-height: 40px;
	background: rgba(70,70,120, .5);
	color:white;
	font-weight: 500;
	text-align: left;
}

.map2 > h { margin-left: 15px; }

@keyframes fadeoutdown {
	0% {
		opacity: 1;
		transform: translateZ(0);
	}
	to
		{opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
}

.map1:hover > iframe { filter: brightness(.95) !important; }
.map2:hover > iframe { filter: brightness(.95) !important; }


#main_modal {
    width: 373px;
    height: 397px;
    position: fixed;
    left: 50%;
    top: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url("../source/main/main_modal.png");
    background-size: cover;
    background-position: center;
    transform: translate(-50%, -50%);
	border-radius: 20px;
	z-index: 100000000;
}

#main_modal_close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 22px;
    cursor: pointer;
    top: 15px;
}

.main_modal_overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100000000;
}

#main_modal_no_repeat {
    width: 240px;
    height: 24px;
    position: absolute;
    left: 0;
    cursor: pointer;
    bottom: -24px;
	font-size: 16px;
	color: white;
}

.text_area { height: 100%; width: 80%; margin: 0 auto; position: relative !important; }
.text_area > div { width: 100%; height: 300px; top: 50%; position: absolute; text-align: left; }
.text_area_1 { transform: translateY(-100%); }
.text_area_1 > img { width: 400px; bottom: 0; position: absolute; }
.slide-1 { background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)),url("../source/main/slidenew/video_capture.png") no-repeat center; background-size: cover; }
.slide-2 { background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)),url("../source/main/slidenew/2.jpg") no-repeat center; background-size: cover; }
.slide-3 { background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)),url("../source/main/slidenew/3.jpg") no-repeat center; background-size: cover; }
.slide-4 { background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)),url("../source/main/slidenew/4.jpg") no-repeat center; background-size: cover; }

.text_area_2 > div {
    width: 160px;
    height: 44px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 43px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
    margin-left: 18px;
    margin-top: 18px;
}
.text_area_2 > div > a { color: #fff; }

.text_area_1 > p:nth-child(1) {
	margin-top: 140px;
	font-size: 56px;
	font-weight: bold;
	margin-left: 14px;
}
.text_area_1 > p:nth-child(2) {
	font-size: 44px;
	font-weight: 500;
	margin-left: 14px;
	line-height: 40px;
}
.slide-2 > div > div > p > br { display: none; }

@media screen and (max-width: 1220px) {

	#fixed_background_section a:nth-child(4) > div { background-position: 0; }
	#fixed_background_section { flex-flow: row wrap; }
	#fixed_background_section a { width: 50%; }
	#fixed_background_section a > div { width: 100%; }
	.map1, .map2 { display: none; }
	.contact { padding: 0; }
	.swiper-button-next { right: 5% !important; transform: translate3d(0,-50%,0) rotate(45deg); }
	.swiper-button-prev { left: 5% !important; transform: translate3d(0,-50%,0) rotate(-135deg); }
	.information { display: block; }
	.info { width: 96%; margin: auto; height: 300px; margin-bottom: 30px; }
	.info > h:nth-child(1) { padding-top: 40px; margin: 0; }
	.information > div:nth-child(1) { background-size: 150%; background-position: center; background-position-x: 0; }
	.information > div:nth-child(2) { background-size: contain; background-position: 0px 0; }
	.information > div:nth-child(3) { background-size: 70%; background-position: 130%; }
	.client_section { width: 100%; }
	.client_logo { width: 160px; }
	.swiper { height: 100vh; }
	#vid { left: 80% !important; transform: translate(-35%,-50%); }
	.text_area_1 { margin-top: 10px; }
	.text_area_1 > img { left: 50%; transform: translateX(-50%); width: 300px; }
	.text_area_2 > div { margin-left: 0; position: absolute; left: 50%; transform: translateX(-50%); margin-top: 40px; }
	.slide-2 { background-position-x: 54%; }
	.slide-3 { background-position-x: 70%; }
	.slide-4 { background-position-x: 60%; }
	.text_area > div { text-align: center; }
	.text_area_1 > p:nth-child(1) { margin-left: 0px; font-size: 40px; margin-top: 210px; }
	.text_area_1 > p:nth-child(2) { margin-left: 0px; font-size: 26px; }
	.slide-2 > div > div > p > br { display: block; }
	.slide-2 > div > div > p:nth-child(1) { margin-top: 155px; }
	.slide-4 > div > div > p:nth-child(2) { font-size: 24px; }
}
