@charset "utf-8";

/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.swiper-container {
  height: calc(100vh - 0px);
  min-height: 700px;
  margin: 0px;
  background-color: #222;
  position: relative; 
  z-index:1;  
}

.swiper-slide {
  height: calc(100vh - 0px);
  min-height: 700px;
  overflow: hidden;
  position: relative;
  z-index:1; 
}

.slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  z-index:1;
}

.swiper-slide-active .ment1 {
  animation: fadeInLeft .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.swiper-slide-active .ment2 {
  animation: fadeInLeft .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.swiper-slide-active .ment6 {
  animation: fadeInRight .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.swiper-slide-active .div-dec {
  animation: fadeIn .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.swiper-slide-active .buttons .green-button,
.swiper-slide-active .buttons .orange-button {
  animation: fadeInUp .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.slide-inner.bg01 {	background-image:url(img/main/visual01.jpg); background-attachment:fixed }
.slide-inner.bg02 {	background-image:url(img/main/visual02.jpg); background-attachment:fixed }
.slide-inner.bg03 {	background-image:url(img/main/visual03.jpg); background-attachment:fixed } 


.slide-inner .header-text {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index:2;
}
.slide-inner .header-text .ment1 {
  position: relative;
  z-index: 3; 
  color: #fff;
  font-weight: 500;
  opacity: 1;
  visibility: visible; 
  margin-bottom: 40px;
    line-height: 1.1;
}
.slide-inner .header-text .div-dec {
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  margin-bottom: 40px;
  opacity: 1;
  visibility: visible;
}
.slide-inner .header-text .ment6 {
  color: #fff;
  margin-right: 60px;
  margin-bottom: 50px;
  margin-left: 3px;
  font-weight: 400;
  opacity: 1;
  visibility: visible;
    line-height: 1.4;
	
}
.slide-inner .header-text .ment1 span { 
  color: #ff511a;
  font-weight: 700;
}
.slide-inner .header-text .ment6 span {  font-weight: 600;}
.slide-inner .header-text .buttons {
  display: inline;
  opacity: 1;
  visibility: visible;
}
.slide-inner .header-text .buttons .green-button {
  display: inline;
  float: left;
  margin-right: 20px;
} 

.swiper-button-next, .swiper-button-prev { color: #fff !important;
	top:60%; 
}
  

@media (max-width: 992px) {
	.swiper-container {
	  height: calc(70vh);
	  min-height: 500px;
	  max-height:600px;  
	}
	
	.swiper-slide {
	  height: calc(70vh );
	  min-height: 500px;
	  max-height:600px;
	}
   
}

@media (max-width: 767px) {
	.swiper-container {
		height: calc(60vh );
		min-height: 450px;
		max-height:500px;  
	}
	
	.swiper-slide {
		height: calc(60vh );
		min-height: 450px;
		max-height:500px;
	} 
	
	.slide-inner .header-text {
		text-align:  ; 
		margin-left: 10%;
	}
	.slide-inner .header-text .ment1 { 
		margin-bottom: 20px; 
	}
	.slide-inner .header-text .div-dec {
		margin-left: auto;
		margin-right: auto;
	}
	.slide-inner .header-text .ment6 {    display:  ;  }
	.slide-inner .header-text .buttons {    display: inline-flex;  }
	.slide-inner .header-text .buttons .green-button {    float: none;  }
      
}


@media (max-width: 576px) { 
      
}





.request { 
	position: relative;
	position: absolute;
	right:0;
	top:0;
	bottom:0;
	height: calc(100vh - 0px);
	min-height: 700px;
	width:36%;
	z-index:10;  
	padding-left:30px;
	padding-right:80px;
	background: rgba(11, 93, 172, .8); }  
.request-wrap  { 	margin:0;   }
.request  .request-group {
	position: relative; 
	padding: 20px 25px; 
	z-index:10;  
}  
.request  .request-group h6,
.request  .request-group h5 { position: relative;   text-align:left; text-transform:uppercase; color:#fff; margin-bottom:10px;}    
.request .input_field input, 
.request .input_field textarea { 	border: 0px solid #afafaf !important; }
.request .nice-select {  
	z-index:10;  
	border: 0px solid #afafaf!important; 
	margin-bottom:5px;
} 
.request .nice-select .list { 	border: 0px solid #afafaf !important; }
.request .radio-wrapper .select-radio .radio input[type="radio"]+.radio-label:before { 	border:0px solid #afafaf; }
.request .request-item  { padding:0 0 5px 0 !important; }
.request .request-item  .protect  { background:#1f4771; border: 0px !important; height:90px!important;  padding:15px !important; } 
.request .request-item  .protect  p { color:#fff!important; font-size: calc(0.85rem + 0.1vw) } 

@media (max-width: 1400px) { 
	.request {   	width:40%; }     
}

@media (max-width: 1200px) { 
	.request {   	width:50%; }     
}

@media (max-width: 992px) {
   
}
