/* ---------------------------------------------------------
  section-vi
----------------------------------------------- */
.section-vi{
	position: relative;
	z-index: 1;
	width: 100%;
	margin-bottom: var(--rowpd);
}
[class*="vi-"] img {
	width: 100%;
  }

.vi-01{
	position: absolute;
	z-index: 1;
	top:0;
	left:0%;
	width: 28%;
	opacity: 1;
}

.vi-02{
	position: absolute;
	z-index: 1;
	top:0;
	right:0%;
	width: 30%;
	opacity: 1;
}
.vi-03{
	position: absolute;
	z-index: 2;
	top:-3%;
	left:50%;
	width: 80%;
    margin-left: -50%;
	opacity: 0;
}
.vi-04{
	position: relative;
	z-index: 3;
	top:0;
	left:0%;
	width: 98%;   
	opacity: 1;
	margin-top: -8%;
}
.vi-fire{
	position: absolute;
	z-index: 4;
	bottom:40%;
	left:5%;
	width:15%;   
	opacity: 1;
}
.vi-title{
	padding-top: 10%;
	position: relative;
	z-index: 5;	
	min-width: 300px;  
	max-width: 80%;  
	opacity: 1;
	transform: translate(0%,0%);
	margin-left: auto;
	margin-right: auto;

}
.vi-subtitle{
	position: relative;
	width: 323px;
	min-width: 300px;
	opacity: 1;
	margin-left: auto;
	margin-right: auto;
	/* scale:0.8 */
}
.vi-des{
	color:var(--third-color);
	font-size: 1rem;
	line-height: normal;
}
.vi-word__dec{
	position: absolute;
	z-index: 0;
	width: 100%;
	margin-top: -25%;

}
.vi-word__text--des{
	font-size: 1.2rem;
	font-weight: bold;
	order:3
	
}
.vi-word__text--title{
	color: var(--sub-color);
	font-size:1.3rem;
	font-weight: 600;
	order:2;
	text-align: center;
}
.vi-word__text--pic{
	order:1
}
.vi-word__text--pic-in{
	margin-top: -18%;
	position: absolute;
	right: 1rem;
	width: 20%;
	z-index: 5;
}
@media screen and (min-width: 576px) {
	.vi-title{
		min-width: 500px;  
		max-width: 50%;  
	}
	.vi-01{
		width: 38%;
	}
	
	.vi-02{	
		width: 40%;
	}
}
@media screen and (min-width: 768px) {
.vi-fire{
	bottom:38%;
	left:10%;
	width:15%;  
}
.vi-word__text--des{
	order:2
	
}
.vi-word__text--title{
	order:1;
	font-size:1.8rem;
}
.vi-word__text--pic{
	order:3
}
.vi-word__text--pic-in{
	margin-top: -250px;
	position: absolute;
	right: 1rem;
	width: 120px;
}
}
@media screen and (min-width: 1024px) {
	.vi-des{
		font-size: 1.5rem;
	}
	.vi-04{
		width: 90%;   
	}
				
}
@media screen and (min-width: 1052px) {
	.vi-word__text--pic-in{
		margin-top: -18%;
		right: 2rem;
	
	}
	.vi-word__text--pic-in{
		margin-top: -22%;
		right: -1rem;
		width: 20%;
	}
	.vi-word__text--des{
	order:1
		
	}
	.vi-word__text--title{		
		order:2
	}
	.vi-word__text--pic{
		order:3
	}
	
}
/* ---------------------------------------------------------
  content2
----------------------------------------------- */
.content2{
	background-color: #6DC7E8;	
	position: relative;
	z-index: 1;
	height: auto;
	
}
.content2bg{
	background-image: url(../img/index/bg2.svg);
	background-size:cover;
	background-repeat:no-repeat ;
	width: 100%;
	height:100%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	/* background-color: #1A627C; */
}
.section-bg{
	background-color: var(--third-color);
	border-radius: 30px;
padding-bottom: var(--rowpd);
margin-top: -30px;
padding-top: 30px;
margin-bottom:var(--rowpd);}
.section-title{
	color: var(--main-color);
	font-size: 1.3rem;
	font-weight:bolder;
	background-color: #EEB441;
	border-radius: 50px;
	text-align: center;
	max-width: 215px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0rem;
	padding: 10px 28px;	
	z-index: 3;
	position: relative;	
	margin-top: -30px;
}
.section-titlei{
	width: 60px;
	height: 60px;
	background-color: #EEB441;
	border-radius: 50%;
	margin-left: auto;
    margin-right: auto;	
	position: relative;
	z-index: 2;
	padding: 5px;
	display: flex;
	color: var(--sub-color);
	padding-top: 10px;
	}
.waylist{box-sizing: border-box;}
.waylist li{
	display: flex;
	background-color: #ffffff;
	border-radius: 10px;
	margin-left: 0px;
	gap: 1rem;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	font-size: 1.1rem;
	padding: 1rem 0.5rem;
	box-sizing: border-box;
	}
.box-way-pic__pic{
	border-radius: 50%;
	background-color: #EEB441;
	color: var(--main-color);
	width: 50px;
	height: 50px;
	margin-left: none;
	text-align: center;
	display: flex;
	align-self: center;
}
.box-way-pic__pic img{
	width: 50%;
}
.box-way-des{
	border-left: none;
	border-top: 1px solid rgba(2,52,64,0.5);
	padding-left: 0px;
	padding-top: 10px;
	word-wrap:normal;

}
@media screen and (min-width: 576px) {
	.section-title{
		letter-spacing: 0.15rem;
	}
	
	.box-way-des{
		border-top: none;
		border-left: 1px solid rgba(2,52,64,0.5);
		padding-left: 10px;
		padding-top: 0px;
	}
	.box-way-pic__pic{
	margin-left: -30px;
   }
	
}

@media screen and (min-width: 768px) {
.waylist li{
	margin-left: 30px;
}
}

/*--------------------section-speack
----------------------------------*/
.#section-speak{
	font-size: 1.1rem;
}
.site-paragraph:first-child{
	padding-top: 60px;
}
.container.site-container2 {
    position: relative;
    padding-left: 2em;
    padding-right: 2em;
    max-width: 950px;
    z-index: 1;
		font-size: 1.1em;
}
.specklist li{
	padding-bottom: 1rem;
	border-bottom: 1px dashed #9fadb0;
	background-image: url(../img/index/dot-speak.png);
	background-repeat:no-repeat ;
	padding-left:20px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-position: 0px 25px;
	font-size: 1.1rem;
}
 .site-img{
	width: auto;
	height: auto;
	background-image: url("data:image/svg+xml,%3Csvg  xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='270px' height='274px' viewBox='0 0 270 274' enable-background='new 0 0 270 274' xml:space='preserve'%3E%3Cpath fill='%23EEB441' d='M64.135,250.163c-22.902-7.672-45.571-33.315-50.379-56.979L1.339,132.049 c-4.804-23.657,6.068-56.107,24.164-72.099l46.74-41.3C90.338,2.659,123.884-4.146,146.785,3.532l59.162,19.819 c22.9,7.678,45.574,33.323,50.377,56.985l12.419,61.129c4.808,23.664-6.07,56.112-24.165,72.103l-46.741,41.306 c-18.096,15.992-51.642,22.796-74.543,15.119L64.135,250.163z'/%3E%3C/svg%3E");	clip-path:  url("data:image/svg+xml,%3Csvg version='1.1' viewBox='0 0 270 274' enable-background='new 0 0 270 274' xml:space='preserve'%3E%3Cpath fill='%23EEB441' d='M64.135,250.163c-22.902-7.672-45.571-33.315-50.379-56.979L1.339,132.049 c-4.804-23.657,6.068-56.107,24.164-72.099l46.74-41.3C90.338,2.659,123.884-4.146,146.785,3.532l59.162,19.819 c22.9,7.678,45.574,33.323,50.377,56.985l12.419,61.129c4.808,23.664-6.07,56.112-24.165,72.103l-46.741,41.306 c-18.096,15.992-51.642,22.796-74.543,15.119L64.135,250.163z'/%3E%3C/svg%3E");
background-size:contain;
background-repeat:no-repeat ;
overflow: hidden;
padding: 10px;
display: flex;
align-items: start;
 }
 .site-imgs{
	position: absolute;
	z-index: 0;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
 }
 .site-img-clip{
	--width:100px;
	width: var(--width);
	height: var(--width);
	display: flex;
	align-items: center; 
	-webkit-clip-path:polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);;
	clip-path:polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);;
	object-fit: cover;
}

.site-img.site-img-2{
	background-image: url("data:image/svg+xml,%3Csvg  xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='270px' height='274px' viewBox='0 0 270 274' enable-background='new 0 0 270 274' xml:space='preserve'%3E%3Cpath fill='%23D03627' d='M64.135,250.163c-22.902-7.672-45.571-33.315-50.379-56.979L1.339,132.049 c-4.804-23.657,6.068-56.107,24.164-72.099l46.74-41.3C90.338,2.659,123.884-4.146,146.785,3.532l59.162,19.819 c22.9,7.678,45.574,33.323,50.377,56.985l12.419,61.129c4.808,23.664-6.07,56.112-24.165,72.103l-46.741,41.306 c-18.096,15.992-51.642,22.796-74.543,15.119L64.135,250.163z'/%3E%3C/svg%3E");	clip-path:  url("data:image/svg+xml,%3Csvg version='1.1' viewBox='0 0 270 274' enable-background='new 0 0 270 274' xml:space='preserve'%3E%3Cpath fill='%23D03627' d='M64.135,250.163c-22.902-7.672-45.571-33.315-50.379-56.979L1.339,132.049 c-4.804-23.657,6.068-56.107,24.164-72.099l46.74-41.3C90.338,2.659,123.884-4.146,146.785,3.532l59.162,19.819 c22.9,7.678,45.574,33.323,50.377,56.985l12.419,61.129c4.808,23.664-6.07,56.112-24.165,72.103l-46.741,41.306 c-18.096,15.992-51.642,22.796-74.543,15.119L64.135,250.163z'/%3E%3C/svg%3E");
}
.site-img.site-img-3{
	background-image: url("data:image/svg+xml,%3Csvg  xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='270px' height='274px' viewBox='0 0 270 274' enable-background='new 0 0 270 274' xml:space='preserve'%3E%3Cpath fill='%23DDA57D' d='M64.135,250.163c-22.902-7.672-45.571-33.315-50.379-56.979L1.339,132.049 c-4.804-23.657,6.068-56.107,24.164-72.099l46.74-41.3C90.338,2.659,123.884-4.146,146.785,3.532l59.162,19.819 c22.9,7.678,45.574,33.323,50.377,56.985l12.419,61.129c4.808,23.664-6.07,56.112-24.165,72.103l-46.741,41.306 c-18.096,15.992-51.642,22.796-74.543,15.119L64.135,250.163z'/%3E%3C/svg%3E");	clip-path:  url("data:image/svg+xml,%3Csvg version='1.1' viewBox='0 0 270 274' enable-background='new 0 0 270 274' xml:space='preserve'%3E%3Cpath fill='%23DDA57D' d='M64.135,250.163c-22.902-7.672-45.571-33.315-50.379-56.979L1.339,132.049 c-4.804-23.657,6.068-56.107,24.164-72.099l46.74-41.3C90.338,2.659,123.884-4.146,146.785,3.532l59.162,19.819 c22.9,7.678,45.574,33.323,50.377,56.985l12.419,61.129c4.808,23.664-6.07,56.112-24.165,72.103l-46.741,41.306 c-18.096,15.992-51.642,22.796-74.543,15.119L64.135,250.163z'/%3E%3C/svg%3E");
}
.site-img.site-img-4{
	background-image: url("data:image/svg+xml,%3Csvg  xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='270px' height='274px' viewBox='0 0 270 274' enable-background='new 0 0 270 274' xml:space='preserve'%3E%3Cpath fill='%23F4C0B4' d='M64.135,250.163c-22.902-7.672-45.571-33.315-50.379-56.979L1.339,132.049 c-4.804-23.657,6.068-56.107,24.164-72.099l46.74-41.3C90.338,2.659,123.884-4.146,146.785,3.532l59.162,19.819 c22.9,7.678,45.574,33.323,50.377,56.985l12.419,61.129c4.808,23.664-6.07,56.112-24.165,72.103l-46.741,41.306 c-18.096,15.992-51.642,22.796-74.543,15.119L64.135,250.163z'/%3E%3C/svg%3E");	clip-path:  url("data:image/svg+xml,%3Csvg version='1.1' viewBox='0 0 270 274' enable-background='new 0 0 270 274' xml:space='preserve'%3E%3Cpath fill='%23F4C0B4' d='M64.135,250.163c-22.902-7.672-45.571-33.315-50.379-56.979L1.339,132.049 c-4.804-23.657,6.068-56.107,24.164-72.099l46.74-41.3C90.338,2.659,123.884-4.146,146.785,3.532l59.162,19.819 c22.9,7.678,45.574,33.323,50.377,56.985l12.419,61.129c4.808,23.664-6.07,56.112-24.165,72.103l-46.741,41.306 c-18.096,15.992-51.642,22.796-74.543,15.119L64.135,250.163z'/%3E%3C/svg%3E");
}


.site-img-1 .site-img-clip{--width:120px;}
.site-img-1{position: absolute;	top:-15%;left: -3%;}  

.site-img-2 .site-img-clip{--width:120px;transform: rotate(20deg);}
.site-img-2{position: absolute;	top:-16%;right: -3%;}  

.site-img-3 .site-img-clip{--width:120px;transform: rotate(-10deg);}
.site-img-3{position: absolute;	bottom:-10%;left: 1%;}  


.site-img-4 .site-img-clip{	--width:120px;transform: rotate(-3deg);}
.site-img-4{position: absolute;	bottom:-12%;right: -2%;}  

.container.site-container2 {
	position: relative;
	padding-left: 0em;
	padding-right: 0em;
	max-width: 950px;
	z-index: 1;
	
}

@media screen and (min-width: 576px) {
.site-img-1 .site-img-clip{--width:120px;}
.site-img-1{top:-15%;left: 2%;}  
.site-img-2 .site-img-clip{--width:120px;transform: rotate(20deg);}
.site-img-2{top:-20%;right: 3%;}  
.site-img-3{bottom:-12%;left: 5%;}
}
@media screen and (min-width: 768px) {
	.site-img-1 .site-img-clip{--width:200px;}
.site-img-1{top:-27%;left: 2%;}  

.site-img-2 .site-img-clip{--width:200px;transform: rotate(10deg);}
.site-img-2{ top:-30%;right: 2%;}  

.site-img-3 .site-img-clip{--width:160px;transform: rotate(-10deg);}
.site-img-3{bottom:-15%;left: 10%;}  


.site-img-4 .site-img-clip{	--width:180px;transform: rotate(-10deg);}
.site-img-4{bottom:-15%;right:5%;}  
.site-img{
padding: 20px;
}	

}
@media screen and (min-width: 1400px) {
.container.site-container2 {
		padding-left: 2em;
		padding-right: 2em;
		max-width: 950px;
}
	
.site-img-1 .site-img-clip{--width:230px;}
.site-img-1{position: absolute;	top:-50px;left: -10%;}  

.site-img-2 .site-img-clip{--width:250px;transform: rotate(20deg);}
.site-img-2{position: absolute;	top:10px;right: -12%;}  

.site-img-3 .site-img-clip{--width:160px;transform: rotate(-10deg);}
.site-img-3{position: absolute;	bottom:-20%;left: 10%;}  


.site-img-4 .site-img-clip{	--width:180px;transform: rotate(-10deg);}
.site-img-4{position: absolute;	bottom:-10%;right: -5%;}  
.site-img{
padding: 20px;
}	
	
}
.section-act{
	margin-top: var(--sectionpd);
}
.site-btn{
	font-size: 1.3rem;
	font-weight: bold;
	padding-right: 1em;
	padding-left: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
	position: relative;
	margin-top: 50px;
	color: #023440;
	}
.site-btn img{
	width: 40px;
	margin-right: 10px;
}
.site-btn a {
	color: #023440;
}
.site-btn:hover a {
	color: white;
}
.site-btn:hover img{filter: brightness(0) invert(1); scale: 1.1;}
.site-btn:after{
	content:"";
	position: absolute;
	background-color: #ffffff;
	border-radius: 5em;
	left: -5px;
	top: -5px;
	width:100%;
	height: 100%;
	z-index: 0;
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);

}
.site-btn:hover:after{
	background-color: var(--sub-color);
}
.site-btn-in{
	position: relative;
	z-index: 1;
}
/*--------------------DECPICS
----------------------------------*/
.dec-p3{
	width: 10%;
	min-width: 100px;
	position: absolute;
	left: 30%;
	top:-1.5%
}
.dec-p5{
	width: 10%;
	min-width: 100px;
	position: absolute;
	right: 2%;
	top:0%;
	z-index: -1
}
.dec-p4{
	width: 15%;
	min-width: 150px;
	position: relative;
	left: 5%;
	top:-30px;
	margin-bottom: -50px;
	z-index: 1
}
@media screen and (min-width: 576px) {
	.dec-p4{
		max-width: 20%;
		min-width: 180px;
		position: absolute;
		left: 5%;
		top:32%;
		margin-bottom: 0px;
		}
		.site-btn{
			font-size: 1.5rem;
			padding-right: 2em;
			padding-left: 2em;
			padding-top: 0.5em;
			padding-bottom: 0.5em;
			}
}
@media screen and (min-width: 768px) {
	.dec-p3{
		width: 13%;
		top:-3%
	}
	
	
}
@media screen and (min-width: 1280px) {
	.dec-p5{
		top:9%;
	}
	.dec-p4{
		max-width: 200px;
		min-width: 120px;
		position: absolute;
		left: 8%;
		top:30%;
		margin-bottom: 0px;
	}
}
@media screen and (min-width: 1921px) {
	.dec-p5{
		top:15%;
	}
}