
	.sections img{
		display:block;
	}
	.section1{
		height:536px;
		z-index: 21;
		overflow: hidden;
		position:relative;

	}
	.section2{
		height:auto;
		overflow:hidden;
		z-index: 30;
	}
	.section3{

	}
	.section5{

	}
	.response_wrapper{
		margin-top:0;
	}

	.video_wrapper{
		position:absolute;
		z-index: 1;
		width:100%;
		height:100%;
		background:url(../img/rainbow.jpg);
		background-attachment: fixed;
		background-position:center top;
	}
	.p2_text {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -800px;
    margin-top: -250px;
    
        		  transition:all .6s ease ;
    -webkit-transition:all .6s ease ;
    -moz-transition:all .6s ease ;
    -ms-transition:all .6s ease ;
    -o-transition:all .6s ease ;
    opacity:0;
	
				       -webkit-transform: translate3d(-40px,0, 0);
   -moz-transform:   translate3d(-40px,0, 0);
   -ms-transform:  translate3d(-40px,0, 0);
   transform:  translate3d(-40px,0, 0);
}

.kv{
	position:absolute;
	left:0;
	bottom:0;
	height:476px;
	z-index: 10;
}


/* SECTION 3 */
.section3_link_wrapper{
	display:block;
	width:100%;
	height:auto;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	margin-top:0px;
}	
.section3_link{
	display:inline-block;
	width:145px;
	height:300px;
	overflow: hidden;
	position:relative;

		transition:all .4s ease ;
    -webkit-transition:all .4s ease ;
    -moz-transition:all .4s  ease ;
    -ms-transition:all .4s ease ;
    -o-transition:all .4s ease ;
    margin-top:0;
    	transform:translate3d(0,0,0);
   	-webkit-transform:translate3d(0,0,0);
   	-moz-transform:translate3d(0,0,0); 
}
.section3_link:hover{
	transform:translate3d(0,-20px,0);
   	-webkit-transform:translate3d(0,-20px,0);
   	-moz-transform:translate3d(0,-20px,0); 
}
.section3_link a{
	text-decoration:none;

}

.section3_link a:hover .btn_hover{
/*
	transform:translate3d(0,-25px,0);
   	-webkit-transform:translate3d(0,-25px,0);
   	-moz-transform:translate3d(0,-25px,0); 
*/
}

.btn_hover{
	position:absolute;
		transition:all .4s ease ;
    -webkit-transition:all .4s ease ;
    -moz-transition:all .4s  ease ;
    -ms-transition:all .4s ease ;
    -o-transition:all .4s ease ;
    opacity:1;
	

}

.section3_link_button{
	background:url(../img/button_pink.png);
	width:145px;
	height:148px;
	line-height:30px;
	padding-top:50px;
	color:#fff;
	text-align: center;
	text-decoration: none;
	margin-top:100px;
	
			transition:all .6s ease ;
    -webkit-transition:all .6s ease ;
    -moz-transition:all .6s  ease ;
    -ms-transition:all .6s ease ;
    -o-transition:all .6s ease ;
   font-weight:500; 
   font-size:22px;
   box-sizing: border-box;
   padding-left:35px;
   padding-right:35px; 
   

}
.section3_link a:hover .section3_link_button{

	color: rgb(26, 26, 26);
}

.section3_link2 .section3_link_button{
		background:url(../img/button_green.png);
}
.section3_link3 .section3_link_button{
		background:url(../img/button_orange.png);
}
.section3_link4 .section3_link_button{
		background:url(../img/button_bluegreen.png);
}
.section3_link5 .section3_link_button{
		background:url(../img/button_purple.png);
}


.section3_link_wrapper a{
opacity:0;
transform:translate3d(0,10px,0);
-webkit-transform:translate3d(0,10px,0);
-moz-transform:translate3d(0,10px,0);	
					transition:all .6s ease ;
    -webkit-transition:all .6s ease ;
    -moz-transition:all .6s  ease ;
    -ms-transition:all .6s  ease ;
    -o-transition:all .6s  ease ;	
    display:block;
}
.btn_hover{
	margin-top:-100px;
}

.active_section .section3_link_wrapper a {
opacity:1;
transform:translate3d(0,0,0);
-webkit-transform:translate3d(0,0,0);
-moz-transform:translate3d(0,0,0);	
}
.section3_link1 a{
					transition:all .6s ease ;
    -webkit-transition:all .6s ease ;
    -moz-transition:all .6s  ease ;
    -ms-transition:all .6s  ease ;
    -o-transition:all .6s  ease ;	
}
.section3_link2 a{
					transition:all .6s .1s ease ;
    -webkit-transition:all .6s .1s ease ;
    -moz-transition:all .6s  .1s ease ;
    -ms-transition:all .6s .1s ease ;
    -o-transition:all .6s .1s ease ;	
}

.section3_link3 a{
						transition:all .6s .3s ease ;
    -webkit-transition:all .6s .3s ease ;
    -moz-transition:all .6s  .3s ease ;
    -ms-transition:all .6s .3s ease ;
    -o-transition:all .6s .3s ease ;
}

.section3_link4 a{
						transition:all .6s .4s ease ;
    -webkit-transition:all .6s .4s ease ;
    -moz-transition:all .6s  .4s ease ;
    -ms-transition:all .6s .4s ease ;
    -o-transition:all .6s .4s ease ;
}
.section3_link5 a{
						transition:all .6s .5s ease ;
    -webkit-transition:all .6s .5s ease ;
    -moz-transition:all .6s  .5s ease ;
    -ms-transition:all .6s .5s ease ;
    -o-transition:all .6s .5s ease ;
}


.mobile_link_wrapper {
    background: url(../img/bggrass_mobile.png);
    background-size: auto 100%;
    background-position: center bottom;
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    box-sizing: border-box;
    padding-bottom: 60px;
    display: none;
}

.mobile_link_a_wrapper {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    position: relative;
}
.mobile_link_a {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    width: 32%;
    position: relative;
    height: auto;
    box-sizing: border-box;
}
.mobile_link_a img {
    width: 100%;
    height: auto;
    display: block;
}

.record_title, .call_title {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 60px;
    padding-bottom: 20px;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    opacity: 0;
    transform: translate3d(0,5px,0);
    -moz-transform: translate3d(0,5px,0);
    -webkit-transform: translate3d(0,5px,0);
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 40px;
}
.active_section .record_title, .active_section .call_title {
    opacity: 1;
    transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}



.record_title h2, .call_title h2 {
    transition: all .6s .3s ease;
    -webkit-transition: all .6s .3s ease;
    -moz-transition: all .6s .3s ease;
    -ms-transition: all .6s .3s ease;
    -o-transition: all .6s .3s ease;
    opacity: 0;
    transform: translate3d(0,-10px,0);
    -webkit-transform: translate3d(0,-10px,0);
    -moz-transform: translate3d(0,-10px,0);
        font-size: 45px;
    color: rgb(156, 34, 36);
    font-weight: 600;
    line-height: 55px;
    text-align: center;
    padding-bottom: 15px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

.active_section .record_title h2, .active_section .call_title h2 {
    opacity: 1;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
}

.record_info {
    display: block;
    width: 100%;
    font-size: 20px;
    color: rgb(0, 0, 0);
    line-height: 28px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.record_info, .call_info {
    transition: all .6s .5s ease;
    -webkit-transition: all .6s .5s ease;
    -moz-transition: all .6s .5s ease;
    -ms-transition: all .6s .5s ease;
    -o-transition: all .6s .5s ease;
    opacity: 0;
    transform: translate3d(0,10px,0);
    -webkit-transform: translate3d(0,10px,0);
    -moz-transform: translate3d(0,10px,0);
}

.record_info, .call_info {
    transition: all .6s .5s ease;
    -webkit-transition: all .6s .5s ease;
    -moz-transition: all .6s .5s ease;
    -ms-transition: all .6s .5s ease;
    -o-transition: all .6s .5s ease;
    opacity: 0;
    transform: translate3d(0,10px,0);
    -webkit-transform: translate3d(0,10px,0);
    -moz-transform: translate3d(0,10px,0);
}

.response_line {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 20px;
    transition: all .6s .4s ease;
    -webkit-transition: all .6s .4s ease;
    -moz-transition: all .6s .4s ease;
    -ms-transition: all .6s .4s ease;
    -o-transition: all .6s .4s ease;
    opacity: 0;
    transform: translate3d(0, -5px,0);
    -moz-transform: translate3d(0,-5px,0);
    -webkit-transform: translate3d(0,-5px,0);
}

.response_line {
    opacity: 1;
    padding-bottom: 15px;
}
.call_text {
    display: block;
    width: 100%;
    font-size: 20px;
    color: rgb(0, 0, 0);
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #403e3d;
    transition: all .6s .8s ease;
    -webkit-transition: all .6s .8s ease;
    -moz-transition: all .6s .8s ease;
    -ms-transition: all .6s .8s ease;
    -o-transition: all .6s .8s ease;
    opacity: 0;
    transform: translate3d(0,10px,0);
    -webkit-transform: translate3d(0,10px,0);
    -moz-transform: translate3d(0,10px,0);
}
.active_section .record_info, .active_section .call_info, .active_section .call_text {
    opacity: 1;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
}
.call_text span{
	display:block;
	width:100%;
	clear:both;
}

.event_heart{
display:block;
margin-left:auto;
margin-right:auto;
position: relative;	

    transition: all .6s 1.2s ease;
    -webkit-transition: all .6s 1.2s ease;
    -moz-transition: all .6s 1.2s ease;
    -ms-transition: all .6s 1.2s ease;
    -o-transition: all .6s 1.2s ease;
    opacity: 0;
    
   transform: translate3d(0,10px,0);
    -webkit-transform: translate3d(0,10px,0);
    -moz-transform: translate3d(0,10px,0);
}
.active_section .event_heart{
	opacity:1;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
}
.section2_text_wrapper{
	width:100%;
	box-sizing: border-box;
	padding-left:20px;
	padding-right:20px;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	padding-top:40px;
}
.section2_text_wrapper p{
   display: block;
    width: 100%;
    font-size: 20px;

    line-height: 40px;
    box-sizing: border-box;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #403e3d;
padding-bottom:40px;
}
.section2_text_wrapper p span{
	display:block;
	width:100%;
	
}
.section2_text_wrapper h3{
	font-size: 24px;
font-weight:600;
line-height: 40px;
padding-bottom:5px;
color: rgb(64, 62, 61);
text-align: center;
}
.emmaparty{
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:40px;
}
.section3{
	padding-bottom:100px;
}
.in_tree{
	position:absolute;
	left:50%;
	margin-left:-1250px;
	top:550px;
	
	transition: all .6s 1.4s ease;
    -webkit-transition: all .6s 1.4s ease;
    -moz-transition: all .6s 1.4s ease;
    -ms-transition: all .6s 1.4s ease;
    -o-transition: all .6s 1.4s ease;
    opacity: 0;
    
   transform: translate3d(-20px,0,0);
    -webkit-transform: translate3d(-20px,0,0);
    -moz-transform: translate3d(-20px,0,0);
}
.active_section .in_tree, .active_section .in_tree1{
	    opacity:1;
    
   transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
}
.in_tree1{
		position:absolute;
	left:50%;
	margin-left:550px;
	margin-top:-100px;
	
		transition: all .6s 2s ease;
    -webkit-transition: all .6s 2s ease;
    -moz-transition: all .6s 2s ease;
    -ms-transition: all .6s 2s ease;
    -o-transition: all .6s 2s ease;
    
        opacity: 0;
    
   transform: translate3d(20px,0,0);
    -webkit-transform: translate3d(20px,0,0);
    -moz-transform: translate3d(20px,0,0);
}
.section2_text_wrapper p, .section2_text_wrapper h3, .emmaparty{
	   opacity: 0;
	   transform: translate3d(0,5px,0);
    -webkit-transform: translate3d(0,5px,0);
    -moz-transform: translate3d(0,5px,0);
}
.active_wrapper.section2_text_wrapper p, .active_wrapper .emmaparty, .active_wrapper.section2_text_wrapper h3{
		    opacity:1;
    
   transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
}
.section2_text_wrapper p:nth-Child(1){
    transition: all .6s .8s ease;
    -webkit-transition: all .6s .8s ease;
    -moz-transition: all .6s .8s ease;
    -ms-transition: all .6s .8s ease;
    -o-transition: all .6s .8s ease;
}
.section2_text_wrapper p:nth-Child(2){
    transition: all .6s .8s ease;
    -webkit-transition: all .6s .8s ease;
    -moz-transition: all .6s .8s ease;
    -ms-transition: all .6s .8s ease;
    -o-transition: all .6s .8s ease;
}
.emmaparty{
    transition: all .6s .8s ease;
    -webkit-transition: all .6s .8s ease;
    -moz-transition: all .6s .8s ease;
    -ms-transition: all .6s .8s ease;
    -o-transition: all .6s .8s ease;
}
.section2_text_wrapper h3{
    transition: all .6s .8s ease;
    -webkit-transition: all .6s .8s ease;
    -moz-transition: all .6s .8s ease;
    -ms-transition: all .6s .8s ease;
    -o-transition: all .6s .8s ease;
}
.section2_text_p3{
    transition: all .6s .8s ease;
    -webkit-transition: all .6s .8s ease;
    -moz-transition: all .6s .8s ease;
    -ms-transition: all .6s .8s ease;
    -o-transition: all .6s .8s ease;
}

@media screen and (max-width: 1000px) {
	
	.section2_text_wrapper p{
		    font-size: 14px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    line-height: 26px;
	font-size: 14px;
    width:100%;
	padding-left:20px;
	padding-right:20px;
	box-sizing: border-box;
    text-align: left;
    padding-bottom:20px;
	}
		.section2_text_wrapper p span{
			display:none;
		}
	.section2_text_wrapper h3{
			    font-size: 18px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    line-height: 26px;
	

	}
	.event_heart{
		    max-width: 240px;
    height: auto;
    width: 100%;
    padding-top: 20px;
	}
	.call_text{
		padding-bottom:0px!important;
	}
	.record_title, .call_title{
		padding-bottom:0px;
	}
	.section3{
	padding-top:60px;
	padding-bottom:40px;	
	}
}

/* SECTION 3 END */


/* SECTION 4  */

.section4{
	padding-bottom:700px;
}
.in_tree2{
    position: absolute;
    left: 50%;
    margin-top: 40px;
    margin-left: -350px;
    
    	transition: all .6s 1s ease;
    -webkit-transition: all .6s 1s ease;
    -moz-transition: all .6s 1s ease;
    -ms-transition: all .6s 1s ease;
    -o-transition: all .6s 1s ease;
    opacity: 0;
    
   transform: translate3d(-20px,0,0);
    -webkit-transform: translate3d(-20px,0,0);
    -moz-transform: translate3d(-20px,0,0);
}

.active_section .in_tree2, .active_section .section4_fox, .active_section .signature, .active_section .in_grass, .active_section .in_grass1, .active_section .in_grass2, .active_section .down_arrow{
		    opacity:1;
    
   transform: translate3d(0,0,0) rotate(0deg);
    -webkit-transform: translate3d(0,0,0) rotate(0deg);
    -moz-transform: translate3d(0,0,0) rotate(0deg);
}

.section4_fox{
	position:absolute;
	left:50%;
	margin-top:80px;
	
	    	transition: all .6s 1.2s ease;
    -webkit-transition: all .6s 1.2s ease;
    -moz-transition: all .6s 1.2s ease;
    -ms-transition: all .6s 1.2s ease;
    -o-transition: all .6s 1.2s ease;
    opacity: 0;
    
   transform: translate3d(5px,0,0);
    -webkit-transform: translate3d(5px,0,0);
    -moz-transform: translate3d(5px,0,0);
}

.signature{
    position: absolute;
    left: 50%;
    margin-top: 300px;
    margin-left: 300px;
  	transition: all .6s 1.4s ease;
    -webkit-transition: all .6s 1.4s ease;
    -moz-transition: all .6s 1.4s ease;
    -ms-transition: all .6s 1.4s ease;
    -o-transition: all .6s 1.4s ease;
    opacity: 0;
   transform: translate3d(-20px,10px,0) rotate(-10deg);
    -webkit-transform: translate3d(-20px,10px,0) rotate(-10deg);
    -moz-transform: translate3d(-20px,10px,0) rotate(-10deg);
}

.in_grass{
position: absolute;
    left: 50%;
    margin-top: 450px;
    margin-left: 268px;
    
    	    	transition: all .4s 1.4s ease;
    -webkit-transition: all .4s 1.4s ease;
    -moz-transition: all .4s 1.4s ease;
    -ms-transition: all .4s 1.4s ease;
    -o-transition: all .4s 1.4s ease;
    opacity: 0;
    
   transform: translate3d(0,5px,0);
    -webkit-transform:  translate3d(0,5px,0);
    -moz-transform: translate3d(0,5px,0);
    
}
.in_grass1{
    position: absolute;
    left: 50%;
    margin-top: 540px;
    margin-left: 200px;
    
      	    	transition: all .4s 1.4s ease;
    -webkit-transition: all .4s 1.4s ease;
    -moz-transition: all .4s 1.4s ease;
    -ms-transition: all .4s 1.4s ease;
    -o-transition: all .4s 1.4s ease;
    opacity: 0;
    
   transform: translate3d(0,5px,0);
    -webkit-transform:  translate3d(0,5px,0);
    -moz-transform: translate3d(0,5px,0);
}
.in_grass2{
position: absolute;
    left: 50%;
    margin-left: -50px;
    margin-top: 490px;
    
      	    	transition: all .4s 1.4s ease;
    -webkit-transition: all .4s 1.4s ease;
    -moz-transition: all .4s 1.4s ease;
    -ms-transition: all .4s 1.4s ease;
    -o-transition: all .4s 1.4s ease;
    opacity: 0;
    
   transform: translate3d(0,5px,0);
    -webkit-transform:  translate3d(0,5px,0);
    -moz-transform: translate3d(0,5px,0);
}
.down_arrow{
	position:absolute;
	left:50%;
	margin-left:-72px;
	margin-top:580px;
	
	    opacity: 0;
    transform: scale3d(.8,.8,1) rotate(12deg);
    -webkit-transform: scale3d(.8,.8,1) rotate(12deg);
    -moz-transform: scale3d(.8,.8,1) rotate(12deg);
    transition: all .6s 2s ease;
    -webkit-transition: all .6s 2s ease;
    -moz-transition: all .6s 2s ease;
    -ms-transition: all .6s 2s ease;
    -o-transition: all .6s 2s ease;

}

@media screen and (max-width: 1000px) {
	.down_arrow{
		margin-left:-40px;
	}
	.in_tree2{
		    width: 200px;
    height: auto;
    margin-left: -150px;
	}
	.section4_fox{
		    width: 100px;
    height: auto;

	}
	.signature{
		    width: 60px;
    height: auto;
    margin-top: 40px;
    margin-left: 60px;
	}	
	.in_grass2{
		    width: 40px;
    height: auto;
    margin-top: 220px;

	}
	.in_grass1{
		    width: 40px;
    height: auto;
    margin-top: 0px;
    margin-top: 225px;
    margin-left: 60px;
	}
	
	.section4 .down_arrow{
		    margin-top: 250px;
	}
	.section4 {
    padding-bottom: 350px;
}
}
/* SECTION 4 END */

/* SECTION 5 */

.section5{
	
}
.mission_content_wrapper{
	display:block;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:100%;
	height:auto;
/* 	overflow: hidden; */
}
.mission_ul{
	width:100%;
	height:auto;
	position:relative;
	display:block;
/* 	overflow:hidden; */
		max-width:1350px;
		margin-left:auto;
		margin-right:auto;
}
.mission_li{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    clear: both;
    padding-bottom: 80px;
    overflow: hidden;
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
}
.mission_li_content_wrapper{
width:100%;
height:auto;	
}
.mission_right{
	float:right;
	width:100%;
	box-sizing: border-box;
	padding-left:500px;
}
.talk_bubble{
width:700px;
height:465px;
position:relative;
display:block;	
background:url(../img/oldman_talk2.png);
background-repeat: no-repeat!important;
}
.mission_right .talk_bubble{
	float:right;
}


.oldman_talk{
	position:absolute;
	top:50%;
	margin-top:-20px;
	
	  
    	transition: all .6s .3s ease;
    -webkit-transition: all .6s .3s ease;
    -moz-transition: all .6s .3s ease;
    -ms-transition: all .6s .3s ease;
    -o-transition: all .6s .3s ease;
    opacity: 0;
    
   transform: scale3d(.5,.5, 1);
    -webkit-transform: scale3d(.5,.5, 1);
    -moz-transform: scale3d(.5,.5, 1);
	
}
.active_li .oldman_talk, .active_li .oldman_talk1, .active_li .talk_bubble, .active_li.mission_elderly .talk_bubble, .active_li.mission_family .oldman_talk, .active_li.mission_family .oldman_talk1, .active_li.mission_family .talk_bubble, .active_li.mission_children .talk_bubble, .active_li.mission_disabled .talk_bubble, .active_li.mission_worker .talk_bubble{
	opacity: 1;
    
   transform: scale3d(1,1,1) ;
    -webkit-transform: scale3d(1,1, 1);
    -moz-transform: scale3d(1,1, 1);

}

.mission_img{
		transition: all .8s ease;
    -webkit-transition: all .8s  ease;
    -moz-transition: all .8s  ease;
    -ms-transition: all ..8s  ease;
    -o-transition: all .8s  ease;
    opacity: 0;
	transform:translate3d(-10px,0,0);
	-webkit-transform:translate3d(-10px,0,0);
	-moz-transform:translate3d(-10px,0,0);
}
.active_li .mission_img{
	opacity:1;
		transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
}

.oldman_talk1{
top: 50%;
    position: absolute;
    margin-left: 60px;
    margin-top:20px;
    
     	transition: all .6s .4s ease;
    -webkit-transition: all .6s .4s ease;
    -moz-transition: all .6s .4s ease;
    -ms-transition: all .6s .4s ease;
    -o-transition: all .6s .4s ease;
    opacity: 0;
    
   transform: scale3d(.5,.5, 1);
    -webkit-transform: scale3d(.5,.5, 1);
    -moz-transform: scale3d(.5,.5, 1);

}

.mission_elderly .talk_bubble{
	     	transition: all .6s .5s ease;
    -webkit-transition: all .6s .5s ease;
    -moz-transition: all .6s .5s ease;
    -ms-transition: all .6s .5s ease;
    -o-transition: all .6s .5s ease;
    opacity: 0;
    
   transform: scale3d(.9,.9, 1);
    -webkit-transform: scale3d(.9,.9, 1);
    -moz-transform: scale3d(.9,.9, 1);
}


.mission_family .oldman_talk{
	left:50%;
	top: 50%;
    position: absolute;
    margin-left: 60px;
 	margin-top:-20px;
 	
 	    	transition: all .6s .3s ease;
    -webkit-transition: all .6s .3s ease;
    -moz-transition: all .6s .3s ease;
    -ms-transition: all .6s .3s ease;
    -o-transition: all .6s .3s ease;
    opacity: 0;
    
   transform: scale3d(.5,.5, 1);
    -webkit-transform: scale3d(.5,.5, 1);
    -moz-transform: scale3d(.5,.5, 1);
}
.mission_family .oldman_talk1{
	left:50%;
	position:absolute;
	top:50%;
	margin-top:20px;
	  margin-left: -20px;
	  
	   	    	transition: all .6s .4s ease;
    -webkit-transition: all .6s .4s ease;
    -moz-transition: all .6s .4s ease;
    -ms-transition: all .6s .4s ease;
    -o-transition: all .6s .4s ease;
    opacity: 0;
    
   transform: scale3d(.5,.5, 1);
    -webkit-transform: scale3d(.5,.5, 1);
    -moz-transform: scale3d(.5,.5, 1);
	  
}

.mission_disabled .oldman_talk{
	left:50%;
	top: 50%;
    position: absolute;
    margin-left: 100px;
 	margin-top:20px;
}
.mission_disabled .oldman_talk1{
	left:50%;
	position:absolute;
	top:50%;
	margin-top:-40px;
	  margin-left: 40px;
}


.mission_family .talk_bubble{
background: url(../img/woman_talk.png);
    position: relative;
    display: block;
    width: 609px;
    height: 442px;
    margin-left: 60px;
    background-repeat: no-repeat;
    background-position: center 46px;
    
    	transition: all .6s .5s ease;
    -webkit-transition: all .6s .5s ease;
    -moz-transition: all .6s .5s ease;
    -ms-transition: all .6s .5s ease;
    -o-transition: all .6s .5s ease;
    opacity: 0;
    
   transform: scale3d(.9,.9, 1);
    -webkit-transform: scale3d(.9,.9, 1);
    -moz-transform: scale3d(.9,.9, 1);

    
}
,mission_family .talk_bubble_content{
	    padding-top: 140px;
    padding-left: 100px;
    padding-right: 100px;
}

.mission_children .talk_bubble{
	width:772px;
	height:408px;
	background:url(../img/kid_talk.png);
	
	    
    	transition: all .6s .3s ease;
    -webkit-transition: all .6s .3s ease;
    -moz-transition: all .6s .3s ease;
    -ms-transition: all .6s .3s ease;
    -o-transition: all .6s .3s ease;
    opacity: 0;
    
   transform: scale3d(.9,.9, 1);
    -webkit-transform: scale3d(.9,.9, 1);
    -moz-transform: scale3d(.9,.9, 1);
	
}
.mission_children{
	height:548px;
}
.mission_children .talk_bubble_content{
	padding-left: 150px;
}


.mission_disabled .talk_bubble{
	width:745px;
	height:504px;
	background:url(../img/disable_talk.png);
	background-repeat: no-repeat;
	background-position:center 20px;
	 	transition: all .6s .5s ease;
    -webkit-transition: all .6s .5s ease;
    -moz-transition: all .6s .5s ease;
    -ms-transition: all .6s .5s ease;
    -o-transition: all .6s .5s ease;
    opacity: 0;
    
   transform: scale3d(.9,.9, 1);
    -webkit-transform: scale3d(.9,.9, 1);
    -moz-transform: scale3d(.9,.9, 1);
}

.mission_children .mission_img{
	margin-left: 120px;
    margin-top: 80px;
}

.mission_worker .talk_bubble{
	width:765px;
	height:471px;
	background:url(../img/worker_talk.png);
	margin-right:50px;
	
    	transition: all .6s .3s ease;
    -webkit-transition: all .6s .3s ease;
    -moz-transition: all .6s .3s ease;
    -ms-transition: all .6s .3s ease;
    -o-transition: all .6s .3s ease;
    opacity: 0;
    
   transform: scale3d(.9,.9, 1);
    -webkit-transform: scale3d(.9,.9, 1);
    -moz-transform: scale3d(.9,.9, 1);
}
.mission_worker .mission_img{
	margin-left:80px;
	margin-top:60px;
}
.mission_worker .talk_bubble_content{
	    padding-left: 180px;
    padding-right: 90px;
}

.mission_li:nth-Child(even) .talk_bubble{
	float:left;
}
.mission_left_content{
	position:absolute;
	left:0;
	
}
.mission_elderly .talk_bubble{
margin-top:60px;
}

.mission_li:nth-Child(even) .mission_right{
	float:left;
	padding-left:0px;
	padding-right:500px;
}
.mission_li:nth-Child(even) .mission_left_content{
	left:auto;
	left:800px;
}

.talk_bubble_content{
	width:100%;
	height:100%;
	box-sizing: border-box;
	padding:115px;

}
.bubble_title{
	font-size: 24px;
	line-height: 36px;
color: rgb(156, 34, 36);
font-weight:500;
padding-bottom:5px;
}
.talk_bubble_content p{
	font-size: 16px;
line-height: 30px;
color: rgb(64, 62, 61);
}

.mission_arrow{
	display:block;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding-top:100px;
	
		    opacity: 0;
    transform: scale3d(.8,.8,1) rotate(12deg);
    -webkit-transform: scale3d(.8,.8,1) rotate(12deg);
    -moz-transform: scale3d(.8,.8,1) rotate(12deg);
    transition: all .6s  ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
	
}
.active_arrow.mission_arrow{
		    opacity: 1;
    transform: scale3d(1,1,1) rotate(0deg);
    -webkit-transform: scale3d(1,1,1) rotate(0deg);
    -moz-transform: scale3d(1,1,1) rotate(0deg);
	}

.active_section .old_tree, .active_section .old_tree1,.active_section .old_tree2,.active_section .woman_tree, .active_section .woman_grass, .active_section .disabled_tree, .active_section .disabled_grass, .active_section .disabled_grass1, .active_section .woman_grass2{
	opacity:1;
	transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
}


.old_tree{
    position: absolute;
    left: 50%;
    top: 600px;
    margin-left: -800px;
    
        	transition: all .6s .3s ease;
    -webkit-transition: all .6s .3s ease;
    -moz-transition: all .6s .3s ease;
    -ms-transition: all .6s .3s ease;
    -o-transition: all .6s .3s ease;
    opacity: 0;

	transform:translate3d(0,5px,0);
	-webkit-transform:translate3d(0,5px,0);
	-moz-transform:translate3d(0,5px,0);  
}
.old_tree1{
    position: absolute;
    left: 50%;
    top: 600px;
    margin-left: 700px;
    
            	transition: all .6s .4s ease;
    -webkit-transition: all .6s .4s ease;
    -moz-transition: all .6s .4s ease;
    -ms-transition: all .6s .4s ease;
    -o-transition: all .6s .4s ease;
    opacity: 0;

	transform:translate3d(0,5px,0);
	-webkit-transform:translate3d(0,5px,0);
	-moz-transform:translate3d(0,5px,0);  
}
.old_tree2{
    position: absolute;
    left: 50%;
    top: 500px;
    margin-left: -700px;
    
            	transition: all .5s .3s ease;
    -webkit-transition: all .5s .3s ease;
    -moz-transition: all .5s .3s ease;
    -ms-transition: all .5s .3s ease;
    -o-transition: all .5s .3s ease;
    opacity: 0;

	transform:translate3d(0,5px,0);
	-webkit-transform:translate3d(0,5px,0);
	-moz-transform:translate3d(0,5px,0);  
}
.woman_tree{
	position:absolute;
	left:50%;
	top:1000px;
	margin-left:-1000px;
	
	
	        	transition: all .6s .5s ease;
    -webkit-transition: all .6s .5s ease;
    -moz-transition: all .6s .5s ease;
    -ms-transition: all .6s .5s ease;
    -o-transition: all .6s .5s ease;
    opacity: 0;

	transform:translate3d(-20px,0,0);
	-webkit-transform:translate3d(-20px,0,0);
	-moz-transform:translate3d(-20px,0,0);  
}
.woman_grass{
	position:absolute;
	left:50%;
	top:1300px;
	margin-left:-400px;
	
	           	transition: all .5s .5s ease;
    -webkit-transition: all .5s .5s ease;
    -moz-transition: all .5s .5s ease;
    -ms-transition: all .5s .5s ease;
    -o-transition: all .5s .5s ease;
    opacity: 0;

	transform:translate3d(0,5px,0);
	-webkit-transform:translate3d(0,5px,0);
	-moz-transform:translate3d(0,5px,0);  
}

.disabled_tree{
		position:absolute;
	left:50%;
	top:1800px;
	margin-left:600px;
	
		        	transition: all .6s .5s ease;
    -webkit-transition: all .6s .5s ease;
    -moz-transition: all .6s .5s ease;
    -ms-transition: all .6s .5s ease;
    -o-transition: all .6s .5s ease;
    opacity: 0;

	transform:translate3d(20px,0,0);
	-webkit-transform:translate3d(20px,0,0);
	-moz-transform:translate3d(20px,0,0);  
	
}
.disabled_grass{
    position: absolute;
    left: 50%;
    top: 2612px;
    margin-left: -750px;
    
    		        	transition: all .6s .5s ease;
    -webkit-transition: all .6s .5s ease;
    -moz-transition: all .6s .5s ease;
    -ms-transition: all .6s .5s ease;
    -o-transition: all .6s .5s ease;
    opacity: 0;
    
    	transform:translate3d(0,5px,0);
	-webkit-transform:translate3d(0,5px,0);
	-moz-transform:translate3d(0,5px,0);  
}
.disabled_grass1{
    position: absolute;
    left: 50%;
    top: 3200px;
    margin-left: 700px;
    
        
    		        	transition: all .6s .6s ease;
    -webkit-transition: all .6s .6s ease;
    -moz-transition: all .6s .6s ease;
    -ms-transition: all .6s .6s ease;
    -o-transition: all .6s .6s ease;
    opacity: 0;
    
    	transform:translate3d(0,5px,0);
	-webkit-transform:translate3d(0,5px,0);
	-moz-transform:translate3d(0,5px,0);  
}
.woman_grass2{
    position: absolute;
    left: 50%;
    top: 3100px;
    margin-left:850px;
    
        
 		        	transition: all .5s .6s ease;
    -webkit-transition: all .5s .6s ease;
    -moz-transition: all .5s .6s ease;
    -ms-transition: all .5s .6s ease;
    -o-transition: all .5s .6s ease;
    opacity: 0;
    
    	transform:translate3d(0,5px,0);
	-webkit-transform:translate3d(0,5px,0);
	-moz-transform:translate3d(0,5px,0);  
}
@media screen and (max-width: 1300px) {
		.oldman_talk{
margin-left: -130px;
    margin-top: -90px;
	}
	.oldman_talk1{
		    margin-left: -110px;
    margin-top: -50px;
	}
		.mission_left_content img{
		width:320px;
		height:auto;
	

	}
		.mission_oldman_img{
		margin-left:40px;
		margin-top:100px;
	}
	.mission_elderly .mission_left_content{
		left:auto;
		right:750px;
	}
	
	.oldman_talk{
    left: auto;
    right: 700px;
    	    margin-left:0px;
	}
	.oldman_talk1{
		    margin-left:0px;
    margin-top: -50px;
    right:670px;
	}

.mission_li:nth-Child(even) .mission_left_content{
	left:750px;
}
.mission_family .talk_bubble{
	margin-left:0px;
}

.mission_family .oldman_talk{
	    left: 600px;
    margin-top: -80px;
}
.mission_family .oldman_talk1{
	    left: 600px;
    margin-top: -80px;
}	
.mission_family .oldman_talk1{
	    left: 600px;
    margin-top: -40px;
}
.mission_children .mission_left_content{
	left:auto;
	right:750px;
}

.mission_children .mission_img{
	    margin-left: -40px;
    margin-top: 240px;
}

.mission_left_content img.mission_disabled_img{
	width:280px;
	height:auto;
	margin-top:200px;
}

.mission_disabled .oldman_talk{
    left: 650px;
    margin-top: -120px;
}
.mission_disabled .oldman_talk1{
	    left: 670px;
    margin-top: -170px;
}

.mission_worker .mission_left_content{
	    left: auto;
    right: 720px;
    margin-top: 100px;
}
.mission_worker .talk_bubble{
	margin-right:-20px;
}
	
}
@media screen and (max-width: 1200px) {
	


		.mission_woman_img{
		margin-left:-50px;
	}
	.mission_family .oldman_talk{
		
	}
	
}

@media screen and (max-width: 1000px) {
	
	.talk_bubble{
		position:relative;
		display:block;
				width:100%!important;
		height:auto!important;
		display:block;
		max-width:540px!important;
		margin-left:auto!important;
		margin-right:auto!important;
		left:auto!important;
		right:auto!important;
	padding-bottom:40px;
	background:	url(../img/mobile_talk.png)!important;
		background-repeat: no-repeat!important;
		background-size:auto 40px!important;
		float:none!important;
		background-position:center bottom!important;
		
		    transition: all .6s .4s ease!important;
    -webkit-transition:all .6s .4s ease!important;
    -moz-transition:all .6s .4s ease!important;
    -ms-transition:all .6s .4s ease!important;
    -o-transition:all .6s .4s ease!important;
	}
	.talk_bubble_content{
    width: 100%;
    height: auto;
    display: block;
    max-width: 500px;
    padding-left: 25px!important;
    padding-right: 25px!important;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
    border-radius:20px;
    background-color: #fff!important;
    background-image: none!important;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
	}
	.mission_right, .mission_left{
	clear:both!important;
	width:100%!important;
	float:none!important;
	display:block!important;
	height:auto!important;
	overflow: hidden!important;
	position: relative!important;
	left:auto!important;
	right:auto!important;	
		padding:0px!important;

	}
	.mission_right_content{
	
	}
	.mission_left_content, .mission_img{
		position:relative;
		margin-left:auto!important;
		margin-right:auto!important;
		margin-top:10px!important;
		margin-bottom:10px!important;
		width:auto!important;
		height:150px!important;
		}
		.mission_img{
				    left: auto!important;
    right:auto!important;
		}
		
	.mission_left_content{
		    left: auto!important;
    right:auto!important;
	}	
	.mission_li{
		padding-bottom:20px;
		height:auto!important;
	}
	.mission_img{
		transform: translate3d(0,0,0)!important;
    -webkit-transform: translate3d(0,0,0)!important;
    -moz-transform: translate3d(0,0,0)!important;
	}
	
	.mission_ul{
		width:100%;
		box-sizing: border-box;
		padding-right:20px;
		padding-left:20px;
	}
	.talk_bubble{
		padding-top:20px!important;
		margin-top:0px!important;
	}
	.bubble_title{
		font-size:18px!important;
		line-height: 24px!important;
	}
	.talk_bubble_content p{
		line-height: 26px;
		font-size:14px;
		padding-bottom:10px;
	}
	
	.mission_arrow{
		    width: 80px;
    height: auto;
	padding-top:0px;
	padding-bottom:20px;
	}
}

/* SECTION 5 END */

/* SECTION 5-2 */
.history_list_wrapper{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:100%;
	max-width:1000px;
	
}
.history_ul{
	position:relative;
	width:800px;
	float:right;
	overflow: hidden;
}
.history_li_content{
	position:relative;
}
.history_li{
	clear:both;
	width:100%;
	display:block;
	height:auto;
	overflow: hidden;
	padding-bottom:40px;
}
.history_li_left{
	position:absolute;
	width:180px;
	height:100%;
}
.history_li_left img{
position:absolute;
top:50%;
margin-top:-124px;	
}
.history_li_right{
	width:100%;
	box-sizing: border-box;
	padding-left:200px;
	height:auto;
	overflow: hidden;
	position:relative;
}
.history_li_title{
	font-size: 24px;

color: rgb(173, 8, 8);
line-height:36px;
padding-bottom:5px;
}
.history_li_right p{
	font-size: 20px;

color: rgb(0, 0, 0);
line-height:36px;
padding-bottom:20px;
}
.history_li a{
display:block;
width:134px;
height:42px;
margin-top:5px;
margin-bottom:20px;
background:url(../img/read_btn.png);
color:#fff;	
line-height: 42px;
text-align: center;
text-decoration: none;
		transition:all .6s ease ;
    -webkit-transition:all .6s  ease ;
    -moz-transition:all .6s  ease ;
    -ms-transition:all .6s  ease ;
    -o-transition:all .6s  ease ;
    opacity:1;
}
.history_li a:hover{
	opacity:.8;
}
.history_cat{
	position:absolute;
	left:50%;
	margin-left:-600px;
	
			    opacity: 0;
    transform: translate3d(-5px,0,0);
    -webkit-transform: translate3d(-5px,0,0);
    -moz-transform: translate3d(-5px,0,0);
    transition: all .6s .2s ease;
    -webkit-transition: all .6s .2s ease;
    -moz-transition: all .6s .2s ease;
    -ms-transition: all .6s .2s ease;
    -o-transition: all .6s .2s ease;
	
}
.active_section .history_cat, .active_section .history_grass1, .active_section .history_grass2, .active_section .history_grass, .active_section .history_tree{
				    opacity: 1;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
}

.history_grass1{
    position: absolute;
    left: 50%;
    margin-left: -407px;
    margin-top: 219px;
    
    			    opacity: 0;
    transform: translate3d(0,5px,0);
    -webkit-transform: translate3d(0,5px,0);
    -moz-transform: translate3d(0,5px,0);
    transition: all .6s .3s ease;
    -webkit-transition: all .6s .3s ease;
    -moz-transition: all .6s .3s ease;
    -ms-transition: all .6s .3s ease;
    -o-transition: all .6s .3s ease;
    
}
.history_grass2{
    position: absolute;
    left: 50%;
    margin-left: -473px;
    margin-top: 260px;
    
       			    opacity: 0;
    transform: translate3d(0,5px,0);
    -webkit-transform: translate3d(0,5px,0);
    -moz-transform: translate3d(0,5px,0);
    transition: all .5s .3s ease;
    -webkit-transition: all .5s .3s ease;
    -moz-transition: all .5s .3s ease;
    -ms-transition: all .5s .3s ease;
    -o-transition: all .5s .3s ease;
}
.history_grass{
    position: absolute;
    left: 50%;
    margin-left: -613px;
    margin-top: 324px;
    
       			    opacity: 0;
    transform: translate3d(0,5px,0);
    -webkit-transform: translate3d(0,5px,0);
    -moz-transform: translate3d(0,5px,0);
    transition: all .6s .4s ease;
    -webkit-transition: all .6s .4s ease;
    -moz-transition: all .6s .4s ease;
    -ms-transition: all .6s .4s ease;
    -o-transition: all .6s .4s ease;
}
.history_tree{
    position: absolute;
    left: 50%;
    margin-left: -1100px;
    top: 600px;
    
       opacity: 0;
    transform: translate3d(10px,0,0);
    -webkit-transform: translate3d(10px,0,0);
    -moz-transform: translate3d(10px,0,0);
    transition: all .6s .5s ease;
    -webkit-transition: all .6s .5s ease;
    -moz-transition: all .6s .5s ease;
    -ms-transition: all .6s .5s ease;
    -o-transition: all .6s .5s ease;

}


 .history_li_left{
	opacity:0;
	 transform: translate3d(0px,10px,0);
    -webkit-transform: translate3d(0,10px,0);
    -moz-transform: translate3d(0,10px,0);
}
 .history_li_right{
	opacity:0;
	 transform: translate3d(-10px,0,0);
    -webkit-transform: translate3d(-10px,0,0);
    -moz-transform: translate3d(-10px,0,0);
}
.history_li:nth-Child(1) .history_li_left{
			transition:all .6s ease ;
    -webkit-transition:all .6s  ease ;
    -moz-transition:all .6s  ease ;
    -ms-transition:all .6s  ease ;
    -o-transition:all .6s  ease ;
}
.history_li:nth-Child(1) .history_li_right{
			transition:all .6s .2s ease ;
    -webkit-transition:all .6s  .2s ease ;
    -moz-transition:all .6s .2s ease ;
    -ms-transition:all .6s .2s ease ;
    -o-transition:all .6s .2s ease ;
}

.active_section  .history_li_right, .active_section  .history_li_left{
		opacity:1;
	 transform: translate3d(0px,0px,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
	
}


.history_li:nth-Child(2) .history_li_left{
			transition:all .6s .6s ease ;
    -webkit-transition:all .6s  .6s ease ;
    -moz-transition:all .6s  .6s ease ;
    -ms-transition:all .6s .6s ease ;
    -o-transition:all .6s .6s  ease ;
}
.history_li:nth-Child(2) .history_li_right{
			transition:all .6s .8s ease ;
    -webkit-transition:all .6s .8s ease ;
    -moz-transition:all .6s .8s ease ;
    -ms-transition:all .6s .8s ease ;
    -o-transition:all .6s .8s ease ;
}


@media screen and (max-width: 1000px) {
	.history_ul{
		width:100%;
		max-width:500px;
		margin-left:auto;
		margin-right:auto;
		display:block;
		position:relative;
		float:none;
	}
	.history_list_wrapper{
		padding-left:20px;
		padding-right:20px;
		box-sizing: border-box;
	}
	.history_li_left{
	width:100%;
	height:auto;
	display:block;
	clear:both;
	position:relative;
	}
	.history_li_left img{
    width: 80px;
    height: auto;
    margin-top: 20px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:10px;
	}
	.history_li_right{
		padding-left:0px;
	}
	.history_li_title{
		    font-size: 18px!important;
    line-height: 24px!important;
    text-align: center;
    padding-top:5px;
    
	}
	.history_li_right p{
		    line-height: 26px;
    font-size: 14px;
    padding-bottom: 10px;
	}
	.history_li a{
		margin-left:auto;
		margin-right:auto;
		font-size:16px;
	}
}

/* SECTION 5-2 END */


.footer_heart{
	opacity:0;
		transition:all .6s ease ;
    -webkit-transition:all .6s  ease ;
    -moz-transition:all .6s  ease ;
    -ms-transition:all .6s  ease ;
    -o-transition:all .6s  ease ;
	transform:translate3d(0,20px, 0);
	-webkit-transform:translate3d(0,20px, 0);
	-moz-transform:translate3d(0,20px, 0);	
	margin-top:200px;
}
.active_section .footer_heart{
	opacity:1;
		transform:translate3d(0,0, 0);
	-webkit-transform:translate3d(0,0, 0);
	-moz-transform:translate3d(0,0, 0);
}

@media screen and (max-width: 1000px) {
.footer_heart {

    width: 300px;
    height: auto;
    margin-top: 0px!important;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.response_wrapper{
	width:100%;
	height:auto;
	margin-top:0px;
	margin-bottom:0px;
		transform:translate3d(0,30px, 0);
	-webkit-transform:translate3d(0,30px, 0);
	-moz-transform:translate3d(0,30px, 0);	
}

.mobile_link_wrapper{
	display:block;
}
.section3{
	margin-top:0px;
	    background: #fcf8ee;
}
.down_arrow{
	width:80px;
	height:auto;
}
.news_title h3{
	font-size:24px;
	line-height: 38px;
}

.section3_link_wrapper{
	display:none;
}


}	




@media screen and (min-width: 1920px) {
	.fix_btn{
		right:auto;
		left:50%;
		margin-left:820px;
	}
}



@media screen and (max-width: 1000px) {
	.nav_wrapper {
    width: 100%;
    height: 250px!important;
    position: absolute;
    bottom: 0px;
     background: url(../img/top_wave_m.png);
    background-size: 1000px auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 99;
    /* padding-bottom: 150px; */
    padding-bottom: 0px;
}

.record_title, .call_title{
	padding-top:20px;
}
.record_title h2, .call_title h2{
	font-size:20px;
	line-height:36px;
}
.record_info, .call_info{
	    font-size: 16px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
	line-height:28px;
}

.call_text{
    font-size: 14px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    line-height: 26px;
    padding-bottom: 60px;
    text-align: left;
}

.response_line{
	width:280px;
	height:auto;
}
.call_text span{
	display:none;
}

.index_logo{
	margin-top:0px;
}
.section1{
	height:436px;
}
	
	}