|  | @@ -84,7 +84,7 @@ body{
 | 
	
		
			
				|  |  |    z-index:10
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .width1200{
 | 
	
		
			
				|  |  | -  width: 1200px;
 | 
	
		
			
				|  |  | +  max-width: 1200px;
 | 
	
		
			
				|  |  |    margin: 0 auto;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .logoCon{
 | 
	
	
		
			
				|  | @@ -113,17 +113,25 @@ body{
 | 
	
		
			
				|  |  |  	font-weight: 500;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .bannerBox{
 | 
	
		
			
				|  |  | -	height: 950px;
 | 
	
		
			
				|  |  | +	height: 900px;
 | 
	
		
			
				|  |  |  	background: rgba(245, 247, 253, 1);
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .banner{
 | 
	
		
			
				|  |  |  	position: relative;
 | 
	
		
			
				|  |  | -	height: 950px;
 | 
	
		
			
				|  |  | -	background: url(img/image_banner_01.png) no-repeat right -110px;
 | 
	
		
			
				|  |  | +	width: 100%;
 | 
	
		
			
				|  |  | +	max-height: 950px;
 | 
	
		
			
				|  |  | +	/*background: url(img/image_banner_01.png) no-repeat right -110px;*/
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +.banner .lottie{
 | 
	
		
			
				|  |  | +  position: relative;
 | 
	
		
			
				|  |  | +  z-index: 50;
 | 
	
		
			
				|  |  | +  width: 100%;
 | 
	
		
			
				|  |  | +  height: 100%;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .bannerTitleBox{
 | 
	
		
			
				|  |  |  	position: absolute;
 | 
	
		
			
				|  |  | -	top: 300px;
 | 
	
		
			
				|  |  | +	top: 30%;
 | 
	
		
			
				|  |  | +	z-index: 60;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .bannerTitle{
 | 
	
		
			
				|  |  |  	font-size: 64px;
 | 
	
	
		
			
				|  | @@ -131,22 +139,29 @@ body{
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .bannerTitle1{
 | 
	
		
			
				|  |  |  	color: rgba(47, 84, 235, 1);
 | 
	
		
			
				|  |  | +	transition: all 0.4s ease-in 0s;
 | 
	
		
			
				|  |  | +  transform: translateX(-400px);
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .bannerTitle2{
 | 
	
		
			
				|  |  |  	color: rgba(0, 0, 0, 0.8);
 | 
	
		
			
				|  |  | +	transition: all 0.8s ease-in 0s;
 | 
	
		
			
				|  |  | +  transform: translateX(-600px);
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .bannerTitle3{
 | 
	
		
			
				|  |  |  	color: rgba(0, 0, 0, 0.5);
 | 
	
		
			
				|  |  |  	font-size: 24px;
 | 
	
		
			
				|  |  | +	transition: all 1.2s ease-in 0s;
 | 
	
		
			
				|  |  | +  transform: translateX(-600px);
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .btnHand{
 | 
	
		
			
				|  |  |  	font-size: 24px;
 | 
	
		
			
				|  |  |  	font-weight: 500;
 | 
	
		
			
				|  |  |  	padding: 16px 32px;
 | 
	
		
			
				|  |  | +	transition: all 1.6s ease-in 0s;
 | 
	
		
			
				|  |  | +  transform: translateX(-400px);
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .moreBox{
 | 
	
		
			
				|  |  |  	position: absolute;
 | 
	
		
			
				|  |  | -	bottom: 30px;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .moreBox h4{
 | 
	
		
			
				|  |  |  	font-size: 14px;
 | 
	
	
		
			
				|  | @@ -183,12 +198,12 @@ body{
 | 
	
		
			
				|  |  |  	background: #f5f7fd;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .videoLeft{
 | 
	
		
			
				|  |  | -	width: 843px;
 | 
	
		
			
				|  |  | +	max-width: 843px;
 | 
	
		
			
				|  |  |  	height: 474px;
 | 
	
		
			
				|  |  |  	/*background: #000 url(img/image_video_cover_07.png) no-repeat;*/
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .videoRight{
 | 
	
		
			
				|  |  | -	width: 357px;
 | 
	
		
			
				|  |  | +	max-width: 357px;
 | 
	
		
			
				|  |  |  	height: 474px;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .videoRight .vjs-playlist{
 | 
	
	
		
			
				|  | @@ -234,6 +249,9 @@ body{
 | 
	
		
			
				|  |  |  .product{
 | 
	
		
			
				|  |  |  	position: relative;	
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | +.productOne{
 | 
	
		
			
				|  |  | +	height: 800px !important;
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  |  .productOne,.productTwo{
 | 
	
		
			
				|  |  |  	height: 730px;
 | 
	
		
			
				|  |  |  	border-left: 2px solid rgba(0, 0, 0, 0.1);
 | 
	
	
		
			
				|  | @@ -297,16 +315,22 @@ body{
 | 
	
		
			
				|  |  |    transform: translateX(200px);
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .productOneImg{
 | 
	
		
			
				|  |  | -	background: url(img/css_sprites.png) no-repeat 0 0;
 | 
	
		
			
				|  |  | -  transition-delay: 0.2s;
 | 
	
		
			
				|  |  | +	/*background: url(img/css_sprites.png) no-repeat 0 0;*/
 | 
	
		
			
				|  |  | +  /*transition-delay: 0.2s;*/
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +#productOneImg,#productTwoImg,#productThreeImg{
 | 
	
		
			
				|  |  | +	position: relative;
 | 
	
		
			
				|  |  | +  z-index: 50;
 | 
	
		
			
				|  |  | +  width: 100%;
 | 
	
		
			
				|  |  | +  height: 100%;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .productTwoImg{
 | 
	
		
			
				|  |  | -	background: url(img/css_sprites.png) no-repeat 0 -224px;
 | 
	
		
			
				|  |  | -	transition-delay: 0.2s;
 | 
	
		
			
				|  |  | +	/*background: url(img/css_sprites.png) no-repeat 0 -224px;
 | 
	
		
			
				|  |  | +	transition-delay: 0.2s;*/
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .productThreeImg{
 | 
	
		
			
				|  |  | -	background: url(img/css_sprites.png) no-repeat 0 -448px;
 | 
	
		
			
				|  |  | -	transition-delay: 0.2s;
 | 
	
		
			
				|  |  | +	/*background: url(img/css_sprites.png) no-repeat 0 -448px;
 | 
	
		
			
				|  |  | +	transition-delay: 0.8s;*/
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .productRImg{
 | 
	
		
			
				|  |  |  	position: absolute;
 | 
	
	
		
			
				|  | @@ -325,6 +349,7 @@ body{
 | 
	
		
			
				|  |  |  	background: url(img/image_cpgn_02_01.png) no-repeat;
 | 
	
		
			
				|  |  |  	box-shadow: -20px -20px 40px -15px rgba(0, 0, 0, 0.24);
 | 
	
		
			
				|  |  |  	transition-delay: 0.2s;
 | 
	
		
			
				|  |  | +	transform: translateX(200px);
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .productTwoRImg2{
 | 
	
		
			
				|  |  |  	top: 64px;
 | 
	
	
		
			
				|  | @@ -333,7 +358,8 @@ body{
 | 
	
		
			
				|  |  |  	height: 496px;
 | 
	
		
			
				|  |  |  	background: url(img/image_cpgn_02_02.png) no-repeat;
 | 
	
		
			
				|  |  |  	box-shadow: -20px -20px 40px -10px rgba(0, 0, 0, 0.24);
 | 
	
		
			
				|  |  | -	transition-delay: 0.4s;
 | 
	
		
			
				|  |  | +	transition-delay: 1.2s;
 | 
	
		
			
				|  |  | +	transform: translateX(600px);
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .productTwoRImg3{
 | 
	
		
			
				|  |  |  	top: 180px;
 | 
	
	
		
			
				|  | @@ -342,14 +368,15 @@ body{
 | 
	
		
			
				|  |  |  	height: 380px;
 | 
	
		
			
				|  |  |  	background: url(img/image_cpgn_02_03.png) no-repeat;
 | 
	
		
			
				|  |  |  	box-shadow: -20px -20px 40px -10px rgba(0, 0, 0, 0.24);
 | 
	
		
			
				|  |  | -	transition-delay: 0.6s;
 | 
	
		
			
				|  |  | +	transition-delay: 1.8s;
 | 
	
		
			
				|  |  | +	transform: translateX(600px);
 | 
	
		
			
				|  |  |  	/*box-shadow: 0px 13.3px 53.3px rgba(0, 0, 0, 0.24);*/
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .productThreeRImg1{
 | 
	
		
			
				|  |  |  	width: 843px;
 | 
	
		
			
				|  |  |  	height: 600px;
 | 
	
		
			
				|  |  |  	background: url(img/image_cpgn_0103_bg.png) no-repeat;
 | 
	
		
			
				|  |  | -	transition-delay: 0.2s;
 | 
	
		
			
				|  |  | +	transition-delay: 0.4s;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .productThreeRImg2{
 | 
	
		
			
				|  |  |  	top: 107px;
 | 
	
	
		
			
				|  | @@ -358,7 +385,7 @@ body{
 | 
	
		
			
				|  |  |  	height: 386px;
 | 
	
		
			
				|  |  |  	background: url(img/iamge_cpgn_03.png) no-repeat;
 | 
	
		
			
				|  |  |  	box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.24);
 | 
	
		
			
				|  |  | -	transition-delay: 0.4s;
 | 
	
		
			
				|  |  | +	transition-delay: 0.8s;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .productOneR1{
 | 
	
		
			
				|  |  |    transition-delay: 0.4s;
 |