@font-face {
	font-family: PAPYRUS;
	src:url('fonts/PAPYRUS.eot?#iefix') format('embedded-opentype'),
			url('fonts/PAPYRUS.TTF')  format("truetype"),
			url('fonts/PAPYRUS.woff')  format("woff") ;
}
@font-face {
	font-family: TitilliumWeb-Regular;
	src:  url('fonts/TitilliumWeb-Regular.eot?#iefix') format('embedded-opentype'),
			url('fonts/TitilliumWeb-Regular.ttf')  format("truetype"),
			url('fonts/TitilliumWeb-Regular.woff')  format("woff");
}
@font-face {
	font-family: TitilliumWeb-Light;
	src:  url('fonts/TitilliumWeb-Light.eot?#iefix') format('embedded-opentype'),
			url('fonts/TitilliumWeb-Light.ttf')  format("truetype"),
			url('fonts/TitilliumWeb-Light.woff')  format("woff");
}
@font-face {
	font-family: apple;
	src: url('fonts/Apple Chancery.eot?#iefix') format('embedded-opentype'),
			url('fonts/Apple Chancery.ttf') format("truetype"),
			/*url('fonts/Apple Chancery.woff2') format('woff2'),*/
			url('fonts/Apple Chancery.woff') format('woff');
}
@font-face {
	font-family: cour;
	src: url('fonts/cour.eot?#iefix') format('embedded-opentype'),
			url('fonts/cour.ttf') format("truetype"),
			/*url('fonts/cour.woff2') format('woff2'),*/
			url('fonts/cour.woff') format('woff');
}
@font-face {
	font-family: SFUHelveticaLight;
	src: url('fonts/SFUHelveticaLight.eot?#iefix') format('embedded-opentype'),
		url('fonts/SFUHelveticaLight.ttf') format("truetype");
}
#effNav{
	display: none;
	background: #fff;
}
#loading{
	height: 600px;
	background: #000;
	color: white;
	text-align: center;
	font-size: 40px;
	font-family: brumob;
	padding-top: 300px;
}
.f-nav .logo{
	background: url(../../images/logo_bottom.png) no-repeat center center;
}
.slider_main_bg{
	height: 0px;
	visibility: hidden;
}
#new_gap{
	/* 	height: 0px; */
	/* 	visibility: hidden; */
	display: none;
}
#re{
	/* 	height: 0px; */
	/* 	visibility: hidden; */
	display: none;
}
#contact{
	/* 	height: 0px; */
	/* 	visibility: hidden; */
	display: none;
}
#service{
	height: 0px;
	visibility: hidden;
}

#footer{
	display: none;
}

#intro{
	display: none;

}
#fake_header{
	display: none;

}

.navbar{
	margin-bottom: 0;
}
#fake_header{
	height: 75px;
}
/* format text */
@media (min-width:768px) {
	.large_size_text{
		display: block;
	}
	.medium_size_text{
		display: none;
	}
	.small_size_text{
		display: none;
	}
}
@media (min-width:500px) and (max-width:767px){
	.large_size_text{
		display: none;
	}
	.medium_size_text{
		display: block;
	}
	.small_size_text{
		display: none;
	}
}

@media (max-width:499px) {
	.large_size_text{
		display: none;
	}
	.medium_size_text{
		display: none;
	}
	.small_size_text{
		display: block;
	}
}

/* section icon */


.intro_switch_slide{
	position: absolute;
	top:0px;
	left:0px;
	height: 86px;
	width: 92px;
	z-index: 11;
	border-radius: 5px;
	-webkit-transition: height 2s;
	-moz-transition: height 2s;
	transition: height 0.5s;
	overflow: hidden;
}
.intro_switch_slide:hover{
	position: absolute;
	top:0px;
	left:0px;
	height: 344px;
	z-index: 11;
	border-radius: 5px;
	overflow: hidden;
	transition: height 0.5s ;
}
.intro_icon_dropdown{
	overflow: hidden;
	display: block;
}

#intro_pm_default_icon{
	background-image : url("../../images/section_icon/pm_hover.png");
	opacity: 1;
}
#intro_jobcam_default_icon{
	background-image : url("../../images/section_icon/jobcam_hover.png");
	opacity: 1;
}
#intro_foodini_default_icon{
	background-image : url("../../images/section_icon/foodini_hover.png");
	opacity: 1;
}
#intro_vnuf_default_icon{
	background-image : url("../../images/section_icon/vnuf_hover.png");
	opacity: 1;
}
.intro_pm_icon{
	background-image : url("../../images/section_icon/pm.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 65px;
	opacity: 0.5;
	width:87px;
	height: 86px;
	overflow: hidden;
	z-index: 12;
}
.intro_pm_icon:hover{
	background-image : url("../../images/section_icon/pm_hover.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 65px;
	width:87px;
	height: 86px;
	overflow: hidden;
	opacity: 1;
}

.intro_foodini_icon{
	background-image : url("../../images/section_icon/foodini.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 65px;
	opacity: 0.5;
	width:87px;
	height:86px;
	overflow: hidden;

	z-index: 12;
}
.intro_foodini_icon:hover{
	background-image : url("../../images/section_icon/foodini_hover.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 65px;
	opacity: 1;
	width:87px;
	height: 86px;
	overflow: hidden;
}

.intro_jobcam_icon{
	background-image : url("../../images/section_icon/jobcam.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 65px;
	opacity: 0.5;
	width:87px;
	height: 86px;
	overflow: hidden;
	z-index: 12;
}
.intro_jobcam_icon:hover{
	background-image : url("../../images/section_icon/jobcam_hover.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 65px;
	opacity: 1;
	width:87px;
	height: 86px;
	overflow: hidden;
}

.intro_vnuf_icon{
	background-image : url("../../images/section_icon/vnuf.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 65px;
	opacity: 0.5;
	width:87px;
	height: 86px;
	overflow: hidden;
	z-index: 12;
}
.intro_vnuf_icon:hover{
	background-image : url("../../images/section_icon/vnuf_hover.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 65px;
	opacity: 1;
	width:87px;
	height:86px;
	overflow: hidden;
}

	#pm_switch_slide{
		/*background: url("../../images/section_background/pm.png");*/


	}
	#foodini_switch_slide{
		/*background:url("../../images/section_background/foodini.png");*/


	}
	#jobcam_switch_slide{
		/*background:url("../../images/section_background/jobcam.png");.*/


	}
	#vnuf_switch_slide{
		/*background: url("../../images/section_background/vnuf.png");*/


	}


	#intro_pm_default_icon_bg{
		background-image : url("../../images/section_icon_bg/pm.png");
		opacity: 1;
		z-index: -1;
		position: absolute;
		top:0px;
		left:0px;
		width: 87px;
		height: 90px;
		background-size:100% 100% ;
	}
	#intro_jobcam_default_icon_bg{
		background-image : url("../../images/section_icon_bg/jobcam.png");
		opacity: 1;
		z-index: -1;
		position: absolute;
		top:0px;
		left:0px;
		width: 87px;
		height: 90px;
		background-size:100% 100% ;
	}
	#intro_foodini_default_icon_bg{
		background-image : url("../../images/section_icon_bg/foodini.png");
		opacity: 1;
		z-index: -1;
		position: absolute;
		top:0px;
		left:0px;
		width: 87px;
		height: 90px;
		background-size:100% 100% ;
	}
	#intro_vnuf_default_icon_bg{
		background-image : url("../../images/section_icon_bg/vnuf.png");
		opacity: 1;
		z-index: -1;
		position: absolute;
		top:0px;
		left:0px;
		width: 87px;
		height: 90px;
		background-size:100% 100% ;
	}


/* Horizontal */

/*@media (max-width: 2000px) {*/
	/*.intro_switch_slide{*/
		/*position: absolute;*/
		/*top:0px;*/
		/*left:0px;*/
		/*width: 82px;*/
		/*height:82px;*/
		/*z-index: 10;*/
		/*background: rgba(0, 0, 0, 0.5);*/
		/*border-radius: 5px;*/
		/*transition: width 0.5s;*/
		/*overflow: hidden;*/
	/*}*/
	/*.intro_switch_slide:hover{*/
		/*position: absolute;*/
		/*top:0px;*/
		/*left:0px;*/
		/*width: 320px;*/
		/*height:82px;*/
		/*z-index: 10;*/
		/*background: rgba(0, 0, 0, 0.5);*/
		/*border-radius: 5px;*/
		/*overflow: hidden;*/
		/*transition: width   0.5s;*/
	/*}*/
	/*.intro_icon_dropdown{*/
		/*overflow: hidden;*/
		/*display: block;*/
	/*}*/

	/*#intro_pm_default_icon{*/
		/*background-image : url("../../images/section_icon/pm_hover.png");*/
	/*}*/
	/*#intro_jobcam_default_icon{*/
		/*background-image : url("../../images/section_icon/jobcam_hover.png");*/
	/*}*/
	/*#intro_foodini_default_icon{*/
		/*background-image : url("../../images/section_icon/foodini_hover.png");*/
	/*}*/
	/*#intro_vnuf_default_icon{*/
		/*background-image : url("../../images/section_icon/vnuf_hover.png");*/
	/*}*/
	/*.intro_pm_icon{*/
		/*background-image : url("../../images/section_icon/pm.png");*/
		/*background-size: cover;*/
		/*float:left;*/
		/*width: 80px;*/
		/*height: 80px;*/
		/*overflow: hidden;*/
	/*}*/
	/*.intro_pm_icon:hover{*/
		/*background-image : url("../../images/section_icon/pm_hover.png");*/
		/*background-size: cover;*/
		/*width: 80px;*/
		/*height: 80px;*/
		/*overflow: hidden;*/
	/*}*/

	/*.intro_foodini_icon{*/
		/*background-image : url("../../images/section_icon/foodini.png");*/
		/*background-size: cover;*/
		/*float:left;*/
		/*width: 80px;*/
		/*height: 80px;*/
		/*overflow: hidden;*/
	/*}*/
	/*.intro_foodini_icon:hover{*/
		/*background-image : url("../../images/section_icon/foodini_hover.png");*/
		/*background-size: cover;*/

		/*width: 80px;*/
		/*height: 80px;*/
		/*overflow: hidden;*/
	/*}*/

	/*.intro_jobcam_icon{*/
		/*background-image : url("../../images/section_icon/jobcam.png");*/
		/*background-size: cover;*/
		/*float:left;*/
		/*width: 80px;*/
		/*height: 80px;*/
		/*overflow: hidden;*/
	/*}*/
	/*.intro_jobcam_icon:hover{*/
		/*background-image : url("../../images/section_icon/jobcam_hover.png");*/
		/*background-size: cover;*/

		/*width: 80px;*/
		/*height: 80px;*/
		/*overflow: hidden;*/
	/*}*/

	/*.intro_vnuf_icon{*/
		/*background-image : url("../../images/section_icon/vnuf.png");*/
		/*background-size: cover;*/
		/*float:left;*/
		/*width: 80px;*/
		/*height: 80px;*/
		/*overflow: hidden;*/
	/*}*/
	/*.intro_vnuf_icon:hover{*/
		/*background-image : url("../../images/section_icon/vnuf_hover.png");*/
		/*background-size: cover;*/

		/*width: 80px;*/
		/*height: 80px;*/
		/*overflow: hidden;*/
	/*}*/
/*}*/
/* Horizontal */



@media (max-width: 1000px) and (min-width: 597px){

	.intro_switch_slide{
		position: absolute;
		top:0px;
		left:0px;
		height: 85px;
		width: 88px;
		z-index: 11;
		border-radius: 5px;
		-webkit-transition: height 2s;
		-moz-transition: height 2s;
		transition: height 0.5s;
		overflow: hidden;
	}
	.intro_switch_slide:hover{
		position: absolute;
		top:0px;
		left:0px;
		height: 344px;
		z-index: 11;
		border-radius: 5px;
		overflow: hidden;
	}
	.intro_icon_dropdown{
		overflow: hidden;
		display: block;
	}

	#intro_pm_default_icon{
		background-image : url("../../images/section_icon/pm_hover.png");
		opacity: 1;
	}

	#intro_jobcam_default_icon{
		background-image : url("../../images/section_icon/jobcam_hover.png");
		opacity: 1;
	}

	#intro_foodini_default_icon{
		background-image : url("../../images/section_icon/foodini_hover.png");
		opacity: 1;
	}

	.intro_pm_icon{
		background-image : url("../../images/section_icon/pm.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 60px;
		opacity: 0.5;
		width: 83px;
		height: 83px;
		overflow: hidden;
		z-index: 12;
	}
	.intro_pm_icon:hover{
		background-image : url("../../images/section_icon/pm_hover.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 60px;
		width: 83px;
		height: 83px;
		overflow: hidden;
		opacity: 1;
	}

	.intro_foodini_icon{
		background-image : url("../../images/section_icon/foodini.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 60px;
		opacity: 0.5;
		width: 83px;
		height:83px;
		overflow: hidden;

		z-index: 12;
	}
	.intro_foodini_icon:hover{
		background-image : url("../../images/section_icon/foodini_hover.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 60px;
		opacity: 1;
		width: 83px;
		height: 83px;
		overflow: hidden;
	}

	.intro_jobcam_icon{
		background-image : url("../../images/section_icon/jobcam.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 60px;
		opacity: 0.5;
		width: 83px;
		height: 83px;
		overflow: hidden;
		z-index: 12;
	}
	.intro_jobcam_icon:hover{
		background-image : url("../../images/section_icon/jobcam_hover.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 60px;
		opacity: 1;
		width: 83px;
		height: 83px;
		overflow: hidden;
	}

	.intro_vnuf_icon{
		background-image : url("../../images/section_icon/vnuf.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 60px;
		opacity: 0.5;
		width: 83px;
		height: 83px;
		overflow: hidden;
		z-index: 12;
	}
	.intro_vnuf_icon:hover{
		background-image : url("../../images/section_icon/vnuf_hover.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 60px;
		opacity: 1;
		width:83px;
		height:83px;
		overflow: hidden;
	}

	#pm_switch_slide{
		background: url("../../images/section_background/pm.png");
	}
	#foodini_switch_slide{
		background:url("../../images/section_background/foodini.png");
	}
	#jobcam_switch_slide{
		background:url("../../images/section_background/jobcam.png");
	}
	#vnuf_switch_slide{
		background: url("../../images/section_background/vnuf.png");
	}


	#intro_pm_default_icon_bg{
		background-image : url("../../images/section_icon_bg/pm.png");
		opacity: 1;
		z-index: -1;
		position: absolute;
		top:0px;
		left:0px;
	}
	#intro_jobcam_default_icon_bg{
		background-image : url("../../images/section_icon_bg/jobcam.png");
		opacity: 1;
		z-index: -1;
		position: absolute;
		top:0px;
		left:0px;
	}
	#intro_foodini_default_icon_bg{
		background-image : url("../../images/section_icon_bg/foodini.png");
		opacity: 1;
		z-index: -1;
		position: absolute;
		top:0px;
		left:0px;
	}
	#intro_vnuf_default_icon_bg{
		background-image : url("../../images/section_icon_bg/vnuf.png");
		opacity: 1;
		z-index: -1;
		position: absolute;
		top:0px;
		left:0px;
	}

}
@media (max-width: 597px){
	.intro_switch_slide{
		display:none;
	}
}

#vnuf_switch_slide{
	top:0px;
}
/* section icon */
#pm_laptop_fake{
	left: 0px;
	top:0px;
}
#pm_laptop_fake_clone{
	left:0px;
	top:0px;
}
.btn_div_switch_slide{
	position: absolute;
	bottom: 25px;
	left: 45%;
	z-index: 10;
}
.btn_choose{
	width: 10px;
	height: 10px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 50%;
	background-color: white;
	cursor: pointer;
}
.btn_yellow{
	background-color: #f9cb43;
}
.btn_previous_slide{
	width: 30px;
	height: 50px;
	position: absolute;
	z-index: 10;
	top: 45%;
	left: 30px;
	cursor: pointer;
}
.btn_next_slide{
	width: 30px;
	height: 50px;
	position: absolute;
	z-index: 10;
	top: 45%;
	right: 30px;
	cursor: pointer;
}
/*brumob-pm*/
.intro_pm{
	width: 100%;
	position: relative;
}
.intro_pm_bg{
	width: 100%;
	/*width: 1366px;*/
	height: 769px;
	background: url('../../images/pm/1.jpg') no-repeat center
;
	/* 	background-size: 100% 100%; */
	position: absolute;
	z-index: 0;
}
.intro_pm_footer{
	height: 200px;
	/*width: 1366px;*/
	width: 100%;
	background-image: url('../../images/pm/3.png');
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
	bottom: 0;
}
.intro_pm_content{
	position: relative;
	width: 100%;
	height: 769px;
	margin: 0 auto;
}
.intro_pm_right_col_bg{
	width: 37%;
	height: 100%;
	background-image: url('../../images/pm/2.png');
	background-size: contain;
	position: absolute;
	right: 0;
	z-index: 1;
}
.intro_pm_laptop{
	width: 876px;
	height: 634px;
	/*background: url('../../images/pm/99.gif');*/
	background: url('../../images/pm/slide/big/1.png');
	background-size: 100% 100%;
	position: absolute;
	z-index: 3;
	left: 200px;
	bottom: 0;
}
.intro_pm_laptop_bg {
	width: 876px;
	height: 634px;
	background: url('../../images/pm/99.png');
	position: absolute;
	z-index: 3;
}
.intro_pm_right_col{
	width: 35%;
	/*width: 715px;*/
	height: 100%;
	position: absolute;
	/*background-image: url('img/2.png');
    background-size: contain;*/
	padding-top: 80px;
	padding-left: 40px;
	right: 0px;
	z-index: 7;
}
.intro_pm_right_col_text1{
	width: 292px;
	height: 39px;
	background: url('../../images/pm/8.png');
	margin-top: 20px;
}
.intro_pm_right_col_text2{
	width: 80%;
	font-family: cour;
	font-size: 33px;
	font-weight: bold;
	color: white;
	margin-top: 20px;
	padding-right: 70px;
}
.intro_pm_right_col_text3{
	/*width: 258px;
    height: 162px;
    background: url('img/6.png');*/
	width: 80%;
	font-family: cour;
	font-size: 16px;
	color: white;
	margin-top: 20px;
}
#intro_pm_right_col_getit{
	/*width: 233px;
    height: 140px;*/
	position: absolute;
	z-index: 7;
	margin-top: 20px;
}

.slide_img1{
	/* 	width: 1920px; */
	width: 100%;
	height: 630px;
	margin: 0 auto;
	background: url('images/slide-header_1.jpg') no-repeat center;
	/* 	background-size: 100% 100%; */
}
.slide_img2{
	/* 	width: 1920px; */
	width: 100%;
	height: 630px;
	margin: 0 auto;
	background: url('images/slide-header_2.jpg') no-repeat center;
	/* 	background-size: 100% 100%; */
}
@media(max-width: 1200px) {
	.intro_pm_right_col_text2{
		font-size: 30px;
	}
	.intro_pm_laptop{
		left: 120px;
	}
}
@media(max-width: 1124px) {
	.intro_pm_laptop{
		left: 100px;
	}
	.intro_pm_right_col_bg{
		width: 45%;
		background: url('../../images/pm/small/6.png') no-repeat;
		background-size: 100% 100%;
		z-index: 4;
	}
	.intro_pm_right_col{
		width: 45%;
	}
	.intro_pm_right_col_text2{
		text-align: left;
		font-size: 26px;
	}
	.intro_pm_laptop{
		width: 650px;
		height: 684px;
		/* 		width: 876px; */
		/* 		height: 354px; */
		/*background: url('../../images/pm/99-1.gif');*/
		background: url('../../images/pm/slide/medium/1.png');
		background-size: 100% 100%;
		left: 50px;
		bottom: -160px;
		background-size: 100% 100%;
	}
	.intro_pm_laptop_bg {
		width: 650px;
		height: 524px;
		background: url('../../images/pm/99-1.png');
		background-size: 100% 100%;
		position: absolute;
		z-index: 3;
	}
}
@media(max-width: 800px) {
	/*pm*/
	.btn_previous_slide{
		visibility: hidden;
	}
	.btn_next_slide{
		right: 10px;
	}
	.btn_div_switch_slide{
		visibility: hidden;
	}
	.intro_pm{
		/*width: 514px;*/
		width: 100%;
		height: 514px;
	}
	.intro_pm_bg{
		/*width: 480px;*/
		width: 100%;
		/*height: 769px;*/
		background: url('../../images/pm/small/1.jpg');
		height: 514px;
	}
	.intro_pm_footer{
		height: 167px;
		/*width: 480px;*/
		width: 100%;
		background: url('../../images/pm/small/2.jpg');
		z-index: 1;
	}
	.intro_pm_content{
		/*width: 480px;*/
		width: 100%;
		height: 514px;
	}
	.intro_pm_right_col_bg{
		width: 340px;
		height: 514px;
		background: url('../../images/pm/small/6.png');
		z-index: 3;
	}
	.intro_pm_right_col{
		width: 350px;
		/*width: 715px;*/
		height: 100%;
		padding-top: 20px;
		text-align: justify;
	}
	.intro_pm_laptop{
		width: 220px;
		height: 214px;
		/*background: url('../../images/pm/small/4.gif');*/
		background: url('../../images/pm/slide/small/1.png');
		background-size: 100% 100%;
		left: 0px;
		bottom: 80px;
		z-index: 2;
		margin-left: 30px;
	}

	.intro_pm_laptop_bg{
		width: 480px;
		height: 514px;
		background: url('../../images/pm/small/4.png');
		z-index: 2;
		margin-left: -50px;
		margin-top: -76px;
	}
	.intro_pm_right_col_text1{
		width: 292px;
		height: 39px;
		background: url('../../images/pm/8.png');
		margin-top: 10px;
	}
	.intro_pm_right_col_text2{
		width: 100%;
	}
	.intro_pm_right_col_text3{
		margin-top: 10px;
		padding-right: 10px;
		text-align: justify;
	}
	#intro_pm_right_col_getit{
		margin-top: 80px;
	}
	#pm_laptop_fake{
		left: -31px;
	}
	#pm_laptop_fake_clone{
		left:-31px;
	}


}
@media(max-width: 550px) {
	.intro_pm_right_col_bg{
		width: 70%;
		/* 		width: 350px; */
	}
	.btn_next_slide{
		width: 20px;
		height: 35px;
	}
	.intro_pm_right_col{
		width: 80%;
		padding-left: 78px;
	}
	.intro_pm_laptop{
		left: -20px;
	}
	.intro_pm_right_col_text1{
		width: 192px;
		height: 25px;
		background: url('../../images/pm/8.png');
		background-size: 100% 100%;
		margin-top: 10px;
	}
	.intro_pm_right_col_text2{
		padding-right: 40px;
		font-size: 25px;
	}
	.intro_pm_right_col_text3{
		font-size: 16px;
	}
	#intro_pm_right_col_getit{
		width: 190px;
		bottom: 12px;
	}
}
@media(max-width: 450px) {
	.intro_pm_right_col_text2{
		padding-right: 40px;
		font-size: 22px;
	}
	.intro_pm_right_col{
		width: 80%;
		padding-left: 60px;
	}
}
/*Foodini*/
.intro_foodini{
	width: 100%;
	/*height: 100%;*/
	position: relative;
}
.intro_foodini_bg{
	width: 1920px;
	/*width: 1366px;*/
	height: 769px;
	background: url('../../images/foodini/3.png') no-repeat
;
	position: absolute;
	z-index: 0;
}
.intro_foodini_content{
	position: relative;
	/*width: 1366px;*/
	height: 769px;
	margin: 0 auto;
}
.intro_foodini_left_col{
	width: 489px;
	height: 100%;
	position: absolute;
	background-image: url('../../images/foodini/44.png');
	padding-right: 40px;
	right: 0px;
	z-index: 9;
}
.intro_foodini_left_col_logo{
	width: 443px;
	height: 204px;
	background: url('../../images/foodini/14.png') no-repeat;
	background-size: contain;
}
.intro_foodini_left_col_text1{
	/*width: 342px;
    height: 122px;
    background-image: url('img/foodini/13.png');*/
	margin-top: 15px;
	margin-left: 80px;
	margin-right: 20px;
	font-family: apple;
	font-size: 38px;
	color: #fcd8d8;
}
.intro_foodini_left_col_text2{
	/*width: 313px;
    height: 202px;
    background-image: url('img/foodini/12.png');*/
	margin-left: 80px;
	margin-right: 30px;
	margin-top: 30px;
	font-family: apple;
	font-weight: lighter;
	font-size: 24px;
	color: #fcd8d8;
}
.intro_foodini_left_col_bottom_app{
	min-width: 200px;
	width: 100%;
	position: absolute;
	bottom: 50px;
}
/*.intro_foodini_left_col_bottom_app>div{
	float: left;
	width: 50%;
}*/
.intro_foodini_left_col_bottom_app_android{
	width: 183px;
	/*width: 40%;*/
	height: 68px;
	/*position: absolute;*/
	background: url('../../images/foodini/11.png') center no-repeat;
	background-size: contain;
	margin-left: 70px;
	cursor: pointer;
	/*left: 70px;
    bottom: 0px;*/
}
.intro_foodini_left_col_bottom_app_ios{
	width: 140px;
	/*width: 40%;*/
	height: 48px;
	/*position: absolute;*/
	background: url('../../images/foodini/10.png') center no-repeat;
	background-size: contain;
	margin-left: 20px;
	/*right: 70px;
    bottom: 0px;*/
}
.intro_foodini_right_col{
	position: absolute;
	/*width: 60%;*/
	z-index: 4;
	/*top: -200px;*/
	/*right: 0;*/
	/*left: 570px;*/
}
.intro_foodini_right_col_fork{
	width: 285px;
	height: 536px;
	background: url('../../images/foodini/22.png');
	position: absolute;
	/*z-index: -1;*/
	top: 0px;
	left: 620px;
	overflow: hidden;
}
.intro_foodini_right_col_phone{
	width: 656px;
	height: 665px;
	background: url('../../images/foodini/55.png') no-repeat;
	position: absolute;
	top: 50px;
	left: 300px;
}
.intro_foodini_right_col_phone_gif{
	width: 250px;
	height: 434px;
	/*background: url('../../images/foodini/55.gif') no-repeat;*/
	background: url('../../images/foodini/slide/1.png') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 145px;
	left: 334px;

}
#intro_foodini_right_col_phone_fake{
	display: block;
	z-index: 1;
	left:334px;
	width: 250px;
	height:434px;
	position:absolute;
	top:145px ;
}
.intro_foodini_right_col_knife{
	width: 144px;
	height: 563px;
	background: url('../../images/foodini/21.png');
	position: absolute;
	/*z-index: 1;*/
	top: 206px;
	/*left: 570px;*/
}
#img_button:hover, #img_button_mobile:hover{
	background-image: url("../../images/vnuf/btn_hover.png");
}
@media(max-width: 980px) {
	.intro_foodini{
		width: 100%;
		/*height: 514px;*/
	}
	.intro_foodini_bg{
		width: 100%;
		/*height: 514px;	*/
		background: url('../../images/foodini/3.png') no-repeat
	;
	}
	.intro_foodini_content{
		width: 100%;
		/*height: 514px;*/
	}
	.intro_foodini_left_col{
		/*width: 344px;*/
		width: 70%;
		max-width: 420px;
		padding-right: 10px;
		background: url('../../images/foodini/small/2.jpg') no-repeat;
		right: 0px;
	}
	.intro_foodini_left_col_logo{
		/*width: 252px;*/
		width: 100%;
		height: 134px;
		background: url('../../images/foodini/small/3.png') no-repeat;
		background-size: contain;
	}
	.intro_foodini_left_col_text1{
		margin-top: 10px;
		margin-left: 30px;
		/*font-size: 25px;*/
	}
	.intro_foodini_left_col_text2{
		margin-left: 30px;
		margin-top: 20px;
		padding-right: 40px;
		line-height: 150%;
		/*font-size: 18px;*/
	}
	/*.intro_foodini_left_col_text1{
        width: 309px;
        height: 110px;
        background-image: url('img/foodini/small/6.png');
        margin-left: 20px;
    }
    .intro_foodini_left_col_text2{
        width: 307px;
        height: 177px;
        background-image: url('img/foodini/small/7.png');
        margin-left: 20px;
    }*/
	.intro_foodini_left_col_bottom_app{
		min-width: 200px;
		width: 100%;
		bottom: 40px;
	}
	.intro_foodini_left_col_bottom_app_android{
		width: 160px;
		height: 68px;
		margin-left: 15px;
	}
	.intro_foodini_left_col_bottom_app_ios{
		width: 42%;
		margin-left: 10px;
	}
	.intro_foodini_right_col{
		position: absolute;
		/*width: 60%;*/
		z-index: 1;
		/*top: -200px;*/
		/*right: 0;*/
		left: 0px;
	}

	.intro_foodini_right_col_fork{
		width: 173px;
		height: 289px;
		background: url('../../images/foodini/small/8.png');
		top: 0px;
		left: 30px;
	}
	.intro_foodini_right_col_phone{
		background: url('../../images/foodini/small/9.png') no-repeat;
		top: 160px;
		left: 150px;
	}
	.intro_foodini_right_col_phone_gif, #intro_foodini_right_col_phone_fake{
		width: 207px;
		height: 361px;
		top: 221px;
		left: 165px;
	}
	.intro_foodini_right_col_knife{
		visibility: hidden;
	}
}
@media(max-width: 800px) {
	.intro_foodini_right_col_fork{
		left: -30px;
	}
	.intro_foodini_right_col_phone{
		top: 200px;
		left: 30px;
	}
	.intro_foodini{
		height: 514px;
	}
	.intro_foodini_bg{
		height: 514px;
	}
	.intro_foodini_left_col_logo{
	}
	.intro_foodini_content{
		height: 514px;
	}
	.intro_foodini_left_col{
		width: 65%;
		height: 514px;
		text-align: justify;
	}
	.intro_foodini_left_col_text1{
		margin-left: 30px;
		margin-right: 10px;
		margin-top: 0px;
		font-size: 30px;
	}
	.intro_foodini_left_col_text2{
		margin-left: 30px;
		margin-right: 10px;
		margin-top: 20px;
		font-size: 20px;
		line-height: 120%;
		padding-right: 35px;
	}
	.intro_foodini_right_col_phone{
		width: 263px;
		height: 334px;
		background: url('../../images/foodini/small/9.png');
		top: 180px;
		z-index: 0;
	}
	/*.intro_foodini_right_col_phone_gif{*/
		/*height: 272px;*/
		/*background: url('../../images/foodini/small/55.gif');*/
		/*background-size: 100% 100%;*/
		/*top: 242px;*/
		/*left: 45px;*/
		/*z-index: 7;*/
	/*}*/
	#intro_foodini_right_col_phone_fake, .intro_foodini_right_col_phone_gif{
		width: 211px;
		height: 276px;
		top: 238px;
		left: 43px;
	}

}
@media(min-width: 551px) and (max-width: 767px) {
	.intro_foodini_left_col{
		width: 55%;
	}
}
@media(max-width: 550px) {
	.intro_foodini_right_col_fork{
		left: -30px;
	}
	.intro_foodini{
		height: 514px;
	}
	.intro_foodini_bg{
		height: 514px;
	}
	.intro_foodini_left_col_logo{
		/*width: 252px;*/
		width: 100%;
		height: 94px;
		background: url('../../images/foodini/small/3.png') no-repeat;
		background-size: contain;
		margin-top: 10px;
		margin-left: 10px;
	}
	.intro_foodini_content{
		height: 514px;
	}
	.intro_foodini_left_col{
		width: 60%;
		height: 514px;
		text-align: justify;
	}
	.intro_foodini_left_col_text1{
		margin-left: 30px;
		margin-right: 10px;
		margin-top: 0px;
		font-size: 30px;
	}
	.intro_foodini_left_col_text2{
		margin-left: 30px;
		margin-right: 10px;
		margin-top: 10px;
		font-size: 20px;
		line-height: 120%;
		padding-right: 15px;
	}
	.intro_foodini_right_col_phone{
		/* 		top: 200px; */
		left: -30px;

	}
	.intro_foodini_right_col_phone_gif, #intro_foodini_right_col_phone_fake{
		height: 272px;
		top: 242px;
		left: -15px;
		width: 206px;
	}
	/*#intro_foodini_right_col_phone_fake{*/
		/*height: 272px;*/
		/*top: 242px;*/
		/*left: -15px;*/
		/*width: 211px;*/
	/*}*/
	.intro_foodini_left_col_bottom_app{
		min-width: 200px;
		width: 100%;
		bottom: 30px;
	}
}
@media(min-width: 439px) and (max-width: 499px) {
	.intro_foodini_left_col_text1{
		font-size: 30px;
		margin-right: 50px;
	}
	.intro_foodini_left_col_text2{
		margin-left: 30px;
		margin-right: 30px;
		margin-top: 30px;
		font-size: 20px;
		line-height: 110%;
		padding-right: 15px;
	}

}

@media(max-width: 438px) {
	.intro_foodini_left_col_text1{
		margin-left: 30px;
		margin-right: 10px;
		margin-top: 0px;
		font-size: 30px;
	}
	.intro_foodini_left_col_text2{
		font-size: 20px;
		margin-top: 20px
		/* 		font-size: 17px; */
		/* 		line-height: 110%; */
		/* 		padding-right: 15px; */
	}
}
@media screen and  (max-width: 323px){
	.intro_foodini_left_col_text2{
		font-size: 18px;
		margin-top: 10px
	}
}
/*Job cam*/
.intro_job_cam{
	width: 100%;
	position: relative;
}
.intro_job_cam_bg{
	/* 	width: 1920px; */
	width: 100%;
	/*width: 1366px;*/
	height: 769px;
	background: url('../../images/job_cam/3.jpg') no-repeat
	center;
	position: absolute;
	z-index: 0;
}
.intro_job_cam_content{
	position: relative;
	/*width: 1366px;*/
	height: 769px;
	margin: 0 auto;
}
.intro_job_cam_left_col{
	width: 45%;
	height: 514px;
	text-align: center;
	margin-top: 150px;
	/*margin-left: 650px;*/
	right: 100px;
	position: absolute;
	z-index: 6;
}
.intro_job_cam_left_col_bg{
	width: 344px;
	height: 514px;
	background: url('../../images/job_cam/small/4.jpg');
	position: absolute;
	z-index: 2;
	visibility: hidden;
}
.intro_job_cam_right_col{
	height: 100%;
	position: relative;
}
.intro_job_cam_left_col_text1{
	/*width: 295px;
    height: 42px;
    background: url('img/job_cam/7.png');*/
	margin: 0 auto;
	margin-top: 30px;
	font-family: TitilliumWeb-Regular;
	font-size: 40px;
	color: white;
}
.intro_job_cam_left_col_text2{
	margin: 0 auto;
	margin-top: 30px;
	font-family: TitilliumWeb-Light;
	font-size: 27px;
	color: white;
}
.intro_job_cam_left_col_text3{
	margin: 0 auto;
	margin-top: 30px;
	font-family: TitilliumWeb-Regular;
	font-size: 18px;
	font-weight: lighter;
	color: white;
}
.intro_job_cam_left_col_getit{
	position: relative;
	margin-top: 30px;
}
.intro_job_cam_right_col_hand{
	width: 597px;
	height: 674px;
	/*background: url('../../images/job_cam/4.gif') no-repeat;*/
	background: url('../../images/job_cam/slide/big/4.png') no-repeat;
	position: absolute;
	z-index: 5;
	left: 266px;
	bottom: -70px;
}
.intro_job_cam_right_col_hand_bg{
	width: 597px;
	height: 674px;
	background: url('../../images/job_cam/4.png') no-repeat;
	position: absolute;
	z-index: 4;
	left: -266px;
	bottom: 70px;
}
#intro_job_cam_left_col_getit{
	width: 183px;
	height: 68px;
}
@media(max-width: 1300px) {
	.intro_job_cam_right_col_hand{
		left: 150px;
	}
	.intro_job_cam_bg{
		/* 		  background-position: -200px 0px; */
	}
	.intro_job_cam_left_col_text1{
		margin-top: 20px;
		font-size: 40px;
	}
	.intro_job_cam_left_col_text2{
		margin-top: 20px;
		font-size: 30px;
	}
	.intro_job_cam_left_col_text3{
		margin-top: 20px;
		font-size: 18px;
	}
}
@media(max-width: 1100px) {
	.intro_job_cam_right_col_hand{
		left: 116px;
	}
}
@media(max-width: 1000px) {
	.intro_job_cam_bg{
		/* 		width: 1000px; */
		height: 769px;
		background: url('../../images/job_cam/3.jpg') no-repeat
		center;
		position: absolute;
		z-index: 0;
	}
	.intro_job_cam_right_col_hand{
		left: 50px;
	}
	.intro_job_cam_bg{
		/* 		  background-position: -250px 0px; */
	}
	#intro_job_cam_left_col_getit{
		width: 160px;
		height: 60px;
	}
}
@media(max-width: 900px) {
	.intro_job_cam_left_col{
		margin-top: 100px;
	}
	.intro_job_cam_right_col_hand{
		left: 0px;
	}
	.intro_job_cam_bg{
		/* 		  background-position: -350px 0px; */
	}
	.intro_job_cam_left_col_text1{
		margin-top: 20px;
		font-size: 40px;
	}
	.intro_job_cam_left_col_text2{
		margin-top: 20px;
		font-size: 27px;
	}
	.intro_job_cam_left_col_text3{
		margin-top: 20px;
		font-size: 18px;
	}
}
@media(max-width: 800px) {
	/*Job Cam	*/
	.intro_job_cam_left_col{
		width: 55%;
		margin-top: 30px;
	}
	.intro_job_cam{
		width: 100%;
		height: 100%;
	}
	.intro_job_cam_bg{
		height: 514px;
		/* 		background-position: -450px 0px; */
	}
	.intro_job_cam_content{
		height: 514px;
	}
	.intro_job_cam_left_col{
		right: 50px;
	}
	.large_size_text{
		display: none;
	}
	.medium_size_text{
		display: block;
	}
	.small_size_text{
		display: none;
	}
	.intro_job_cam_left_col_text1{
		margin-top: 0px;
	}
	.intro_job_cam_left_col_text2{
		margin-top: 5px;
	}
	.intro_job_cam_left_col_text3{
		font-size: 18px;
	}
	.intro_job_cam_right_col_hand{
		background: url('../../images/job_cam/small/bg.png') no-repeat;
		/*background: url('../../images/job_cam/small/3.gif') no-repeat;*/
		left: -150px;
		top: 0px;
	}
	.intro_job_cam_right_col_hand_bg{
		background: url('../../images/job_cam/small/3.png') no-repeat;
		/*background: url('../../images/job_cam/small/3.gif') no-repeat;*/
		left: 145px;
		top: 102px;
	}
}
@media(max-width: 650px) {
	.intro_job_cam_left_col{
		width: 55%;
		margin-top: 30px;
		right: 35px;
	}
	.intro_job_cam_right_col_hand{
		left: -200px;
	}
	.intro_job_cam_bg{
		/* 		background-position: -550px 0px; */
	}
	.intro_job_cam_left_col_text1{
		margin-top: 20px;
		font-size: 36px;
	}
	.intro_job_cam_left_col_text2{
		margin-top: 20px;
		font-size: 26px;
	}
	.intro_job_cam_left_col_text3{
		margin-top: 20px;
		font-size: 18px;
	}
	.intro_job_cam_left_col_getit{
		position: relative;
		margin-top: 20px;
	}
}

@media(max-width: 500px) {
	.intro_job_cam_right_col_hand{
		left: -200px;
	}
	.intro_job_cam_left_col_text1{
		margin-top: 20px;
		font-size: 36px;
		font-weight: bolder;
	}
	.intro_job_cam_left_col{
		width: 52%;
		text-align: center;
	}
	.large_size_text{
		display: none;
	}
	.medium_size_text{
		display: none;
	}
	.small_size_text{
		display: block;
	}
}
@media(max-width: 440px) {
	.intro_job_cam_left_col{
		width: 42%;
		text-align: center;
	}
	.intro_job_cam_left_col_text2{
		margin-top: 20px;
		/* 		font-size: 18px; */
	}
	.intro_job_cam_left_col_text3{
		margin-top: 20px;
		/* 		font-size: 15px; */
	}

	#intro_job_cam_left_col_getit{
		margin-top: 20px;
	}
}
@media(max-width: 440px) {
	.intro_job_cam_left_col{
		width: 38%;
		text-align: right;
	}
}
@media(max-width: 380px) {
	#intro_job_cam_left_col_getit{
		margin-top: 0px;
	}
	#intro_job_cam_left_col_getit{
		width: 140px;
		height: 53px;
	}
	.intro_job_cam_left_col_text2{
		font-size: 24px;
	}
}
/*Responsive*/
@media(min-width:1550px) {

	.btn_previous_slide{
		left: 100px;
	}
	.btn_next_slide{
		right: 100px;
	}

	.intro_pm_bg{
		/* 		width: 1920px; */
	}
	.intro_pm_footer{
		width: 1920px;
	}
	.intro_pm_laptop{
		position: absolute;
		z-index: 2;
		left: 250px;
		bottom: 0;
	}
	.intro_pm_content{
	}
	.intro_pm_right_col{
		width: 37%;
	}
	.intro_pm_right_col_text3{
		width: 50%
	}

	.intro_foodini_content{
		width: 1366px;
	}
	/*.intro_job_cam_bg{
        width: 1580px;
    }*/
	.intro_job_cam_content{
		width: 1368px;
	}
	.intro_vnuf_content {
		width: 1368px;
	}
	/*.intro_foodini_bg{
        width: 1580px;
        height: 769px;
        background-image: url('../../images/foodini/3.jpg');
    }*/
	/*.intro_pm_footer{
        width: 1920px;
        background-image: url('../../images/pm/3.png');
    }

    .slide_img1{
        width: 1920px;
        height: 764px;
        margin: 0 auto;
        background: url('../../images/slide-header_1.jpg');
    }
    .slide_img2{
        width: 1920px;
        height: 764px;
        margin: 0 auto;
        background: url('../../images/slide-header_2.jpg');
    }
    .Get{
        bottom: 170px;
    }*/
	/*#intro{
        width: 1580px;
        margin: 0 auto;
    }*/
	/*.bg_img {
       width: 1580px;
       height: 100%;
       margin: auto;
       position: absolute;
       top: 0;
       left: 50%;
       background: rgba(0, 0, 0, 0.7);
    }*/
	/*.slider_main_bg{*/
	/*background: rgba(0, 0, 0, 0.7) center;
    background-size: 1580px 640px;*/
	/*}*/
	/*.content_m{
        margin: 0 auto;
        width: 1580px;
    }
    #footer{
        margin: 0 auto;
        width: 1580px;
    }
    .white-bg{
        background: url(../../images/sectionBg.jpg) fixed center top no-repeat;
        background-size: 1580px auto;
    }*/

}

@media(min-width:1700px) {
	.intro_pm_right_col_text2{
		padding-right: 80px;
	}
	.intro_pm_laptop{
		/* 		position: absolute; */
		/* 		z-index: 2; */
		left: 350px;
		/* 		bottom: 0; */
	}
}
.outer{
	width: 1920px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
}
.bg_img {
	width: 1920px;
	/*width: 100%;*/
	height: 100%;
	position: relative;
	left: -50%;
	background: rgba(0, 0, 0, 0.7);
}
#new_gap{
	font-family: brumob;
	text-align: center;
	position: relative;
	margin: 40px 0;
}
.new_gap_text_1{
	font-family: tieudebrumob;
	font-size: 35px;
	color: ##000;
	text-transform: uppercase;
}
.new_gap_text_2{
	font-family: brumob;
	font-size: 16px;
	/* 	font-weight: bold; */
	color: #333;
}
.new_gap_text_2_2{
	font-family: tieudebrumob;
	color: ##000;
	/* 	font-style: italic; */
}
.new_gap_text_3{
	margin-top: 40px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
}
.new_gap_items{
	height: 300px;
}
.new_gap_item{
	width: 300px;
	float: left;
}
.new_gap_item_text_step{
	font-family: tieudebrumob;
	color: ##000;
	font-size: 20px;
	font-weight: 500;
	margin-top: 20px;
}
.new_gap_item_text_description{
	font-size: 20px;
}
.new_gap_item_img_1{
	width: 200px;
	height: 214px;
	background: url('../../images/new_gap/2.png');
	background-size: 100% 100%;
	margin: 0 auto;
}
.intro_foodini_left_col_bottom_app_android{
	margin: 0 auto;
	float: none;
}
@media(max-width:500px) {
	/*.content_m{
        background:url(../../images/bg-content_middle_small.jpg) no-repeat;
    }*/
	.slide_img1{
		width: 500px;
		height: 630px;
		margin: 0 auto;
		background: url('../../images/slide-header_1_small_2.jpg') no-repeat;
		background-size: 100% 100%;
	}
	.slide_img2{
		width: 500px;
		height: 630px;
		margin: 0 auto;
		background: url('../../images/slide-header_2_small_2.jpg') no-repeat;
		background-size: 100% 100%;
	}
}
@media (min-width:768px) and (max-width:1224px) {
	.container{
		width: 100%;
	}
	.f-nav .logo{
		width: 222px;
		height: 50px;
		background-size: 100% 100%;
		margin-left: 20px;
		margin-top: 5px;
	}
	.trans .logo{
		width: 222px;
		height: 50px;
		background-size: 100% 100%;
	}
}




.intro_vnuf{
	width: 100%;
	position: relative;
}
#img_button {
	margin-top: 100px;
	margin-left: 50px;
	height: 170px;
	width: 200px;
	background-repeat: no-repeat;
	background-image: url("../../images/vnuf/btn.png");
}
#img_button_mobile {
	height: 106px;
	width: 190px;
	background-repeat: no-repeat;
	background-image: url("../../images/vnuf/btn.png");
}
.intro_vnuf_bg{
	width:2700px;
	height: 769px;
	background: url('../../images/vnuf/bg_vnuf.jpg') no-repeat center;
	background-size: cover;
	position: absolute;
	z-index: 0;
}
.intro_vnuf_content{
	position: relative;
	width: 100%;
	height: 769px;
	margin: 0 auto;
}
/*.intro_vnuf_footer{*/
/*height: 145px;*/
/*width: 381px;*/
/*background-image: url('../../images/vnuf/vnuf_text.png');*/
/*background-repeat: no-repeat;*/
/*position: absolute;*/
/*z-index: 2;*/
/*bottom: 0;*/
/*}*/
.intro_vnuf_laptop_bg {
	width: 858px;
	height: 556px;
	background: url('../../images/vnuf/laptop.png');
	position: absolute;
	background-size: 100%;
	background-repeat: no-repeat;
	margin-top: 170px;
	margin-left: 105px;
	z-index: 6;
}
.intro_vnuf_laptop{
	background: url('../../images/vnuf/slide/1.png');
	background-size: cover;
	background-repeat: no-repeat;
	bottom: -160px;
	margin-left: 14%;
	margin-top: 2%;
	width: 657px;
	height: 427px;
	position: absolute;
	top: 9px;
	left: 53px;
	z-index: 4;
}
.intro_vnuf_mobile_bg {
	width: 300px;
	height: 660px;
	background: url('../../images/vnuf/mobile.png');
	position: absolute;
	background-size: 100%;
	background-repeat: no-repeat;
	margin-top:64px;
	margin-left: 545px;
	z-index: 6;

}
.intro_vnuf_mobile{
	background: url('../../images/vnuf/mobileSlide/1.png');
	background-size: 90%;
	background-repeat: no-repeat;
	bottom: -160px;
	margin-left: -11%;
	margin-top: 22%;
	width: 290px;
	height: auto;
	position: absolute;
	top: 9px;
	left: 53px;
	z-index: 4;
}
.intro_vnuf_left_col{
	width: 35%;
	/*width: 715px;*/
	height: 100%;
	position: absolute;
	/*background-image: url('img/2.png');
    background-size: contain;*/
	padding-top: 80px;
	padding-left: 40px;
	right: 0;
	z-index: 7;
}
.intro_vnuf_right_col{
	width: 35%;
	/*width: 715px;*/
	height: 100%;
	position: absolute;
	margin-top: 80px;
	margin-left: -9%;
	z-index: 7;
}
.intro_vnuf_right_col_bg{
	width: 45%;
	background-size: 100% 100%;
	z-index: 4;
}
.intro_vnuf_right_col_text1{
	width:500px;
	height: 134px;
	background: url('../../images/vnuf/vnuf_text.png');
	background-size: 50%;
	background-repeat: no-repeat;
	float:left;
	margin-left: 20px;
	margin-top:20px;

}
.intro_vnuf_right_col_text2{
	width: 80%;
	/*font-family: SFUHelveticaLight;*/
	font-family:  TitilliumWeb-Regular;
	font-size: 33px;
	font-weight: bold;
	color: white;
	margin-top: 20px;
	padding-right: 70px;
}
.intro_vnuf_right_col_text3{
	/*width: 258px;
    height: 162px;
    background: url('img/6.png');*/
	width: 80%;
	font-weight: bold;
	/*font-family:SFUHelveticaLight;*/
	font-family:  TitilliumWeb-Regular;
	font-size: 24px;
	color: black;
	margin-top: -17px;
	height:200px;

}
.intro_vnuf_logo{
	width:111px;
	height: 126px;
	background: url('../../images/vnuf/logo_vnuf.png');
	background-size: 100%;
	background-repeat: no-repeat;
	float:left;

}
.intro_vnuf_top_banner{
	height: 200px;
	width: 1000px;
	margin-top:-39px;
	margin-left: 14%;
}
.contentContainer{
	margin-left: 22%;
}
.intro_vnuf_right_col_getit{
	/*width: 233px;
    height: 140px;*/
	position: absolute;
	z-index: 7;
	margin-top: 20px;
}


#container {
	position: relative;
	margin-left: 23%;
}
#intro_vnuf_laptop{
	width: 657px;
	height: 427px;
	position: absolute;
	top: 9px;
	left: 53px;
}
#intro_vnuf_laptop_text{
	font-family:  TitilliumWeb-Regular;
	color: white;
	font-size: 18px;
	font-weight: lighter;
}
#intro_vnuf_mobile_laptop_text{
	font-family:  TitilliumWeb-Regular;
	color: white;
	font-size: 18px;
}
#intro_vnuf_mobile_phone_text{
	font-family: TitilliumWeb-Regular ;
	color: white;
	font-size: 18px;
}


@media only screen and (min-width: 1360px){
	.intro_vnuf_right_col{
		margin-left: -14%;
	}
	.intro_vnuf_laptop_bg {
		width: 858px;
		height: 556px;
		background: url('../../images/vnuf/laptop.png');
		position: absolute;
		background-size: 100%;
		background-repeat: no-repeat;
		margin-top: 30px;
		margin-left: 130px;
		z-index: 6;
	}
	.intro_vnuf_laptop{
		background: url('../../images/vnuf/slide/1.png');
		background-size: 99%;
		background-repeat: no-repeat;
		bottom: -160px;
		margin-left: 14.7%;
		margin-top: 2.7%;
		width: 657px;
		height: 427px;
		position: absolute;
		top: 9px;
		left: 53px;
	}
	.intro_vnuf_mobile{
		/*background: url('../../images/vnuf/mobileSlide/1.png');*/
		/*background-size: 74.5%;*/
		/*background-repeat: no-repeat;*/
		/*bottom: -160px;*/
		/*margin-left: -11.4%;*/
		/*margin-top: 17%;*/
		/*width: 290px;*/
		/*height: auto;*/
		/*position: absolute;*/
		/*top: 9px;*/
		/*left: 51px;*/
	}
	#img_button{
		margin-top: 182px;
		margin-left: 33%;

	}
	.intro_vnuf_mobile_bg{
		margin-top: 40px;
		margin-left: 29%;
	}
	#intro_vnuf_laptop_text {
		position: absolute;
		margin-top: -170px;
		margin-left: 50px;
	}
}

@media only screen and (max-width: 1370px) and (min-width: 1251px){
	.intro_vnuf_logo{
		width:130px;
		height: 130px;
		background: url('../../images/vnuf/logo_vnuf.png');
		background-size: 70%;
		background-repeat: no-repeat;
		float:left;
		margin-left: -10px;
		position: absolute;
		margin-top: 80px;
	}
	.intro_vnuf_right_col_text1{
		width: 270px;
		height: 300px;
		background: url('../../images/vnuf/vnuf_text.png');
		background-size: 70%;
		background-repeat: no-repeat;
		float:right;
		margin-right: 610px;
		margin-top: 100px;
	}
	.intro_vnuf_right_col{
		margin-left: -14%;
	}
	.intro_vnuf_laptop_bg {
		width: 858px;
		height: 556px;
		background: url('../../images/vnuf/laptop.png');
		position: absolute;
		background-size: 100%;
		background-repeat: no-repeat;
		margin-top: 80px;
		margin-left: 50px;
		z-index: 6;
	}
	.intro_vnuf_laptop{
		background: url('../../images/vnuf/slide/1.png');
		background-size: 99%;
		background-repeat: no-repeat;
		bottom: -160px;
		margin-left: 14.7%;
		margin-top: 2.7%;
		width: 657px;
		height: 427px;
		position: absolute;
		top: 9px;
		left: 53px;
	}
	.intro_vnuf_mobile_bg {
		margin-top: 40px;
		background-repeat: no-repeat;
	}
	.intro_vnuf_mobile_bg{
		margin-left: 37%;
	}
	#intro_vnuf_laptop_text {
		position: absolute;
		margin-top: 50px;
		margin-left: 15px;
	}
	#img_button{
		margin-top: 231px;
		margin-left: 104px;
		position: absolute;
	}
}
@media screen and (max-width: 1266px) and (min-width: 1251px) {
	#intro_vnuf_laptop_text {
		position: absolute;
		margin-top: 0px;
		margin-left: -20px;
		height: 300px;
		width: 300px;
	}
}
@media screen and (max-width: 1250px) and (min-width: 1072px) {
	#intro_vnuf_laptop_text {
		position: absolute;
		margin-top: 60px;
		margin-left: -20px;
		height: 300px;
		width: 300px;
	}
}
@media only screen and (max-width: 1266px) and (min-width: 1072px){
	.intro_vnuf_logo{
		width:130px;
		height: 130px;
		background: url('../../images/vnuf/logo_vnuf.png');
		background-size: 70%;
		background-repeat: no-repeat;
		float:left;
		margin-left: -40px;
		position: absolute;
	}
	.intro_vnuf_right_col_text1{
		width: 270px;
		height: 300px;
		background: url('../../images/vnuf/vnuf_text.png');
		background-size: 70%;
		background-repeat: no-repeat;
		float:right;
		margin-right: 650px;
	}
	.intro_vnuf_laptop_bg {
		background: url('../../images/vnuf/laptop.png');
		background-repeat: no-repeat;
		width: 858px;
		background-size: 81%;
	}
	.intro_vnuf_laptop {
		background-size: 80%;
		background-repeat: no-repeat;
		bottom: -160px;
		margin-left: 10.7%;
		margin-top: 15px;
		width: 657px;
		height: 427px;
		position: absolute;
		top: 9px;
		left: 53px;
	}
	.intro_vnuf_mobile_bg{
		margin-left: 37%;
	}

	#img_button{
		margin-top: 300px;
		margin-left: 23px;
		position: absolute;
	}
	.intro_vnuf_top_banner {
		margin-left: 2%;
	}
}

@media only screen and (max-width: 1071px) and (min-width: 1017px){
	.intro_vnuf_logo{
		width:130px;
		height: 130px;
		background: url('../../images/vnuf/logo_vnuf.png');
		background-size: 70%;
		background-repeat: no-repeat;
		float:left;
		margin-left: -40px;
		position: absolute;
	}
	.intro_vnuf_right_col_text1{
		width: 270px;
		height: 300px;
		background: url('../../images/vnuf/vnuf_text.png');
		background-size: 70%;
		background-repeat: no-repeat;
		float:right;
		margin-right: 650px;
	}

	.intro_vnuf_right_col{
		margin-left: -14%;
	}
	.intro_vnuf_laptop_bg {
		width: 858px;
		height: 556px;
		background: url('../../images/vnuf/laptop.png');
		position: absolute;
		background-size: 77%;
		background-repeat: no-repeat;
		margin-top: 200px;
		margin-left: 50px;
		z-index: 6;
	}
	.intro_vnuf_laptop{
		background: url('../../images/vnuf/slide/1.png');
		background-size: 77%;
		background-repeat: no-repeat;
		bottom: -160px;
		margin-left: 9.7%;
		margin-top: 15px;
		width: 657px;
		height: 427px;
		position: absolute;
		top: 9px;
		left: 53px;
	}
	.intro_vnuf_mobile_bg {
		margin-top: 15px;
		background-size: 99%;
	}
	.intro_vnuf_mobile{
		/*background: url('../../images/vnuf/mobileSlide/1.png');*/
		/*background-size: 74.5%;*/
		/*background-repeat: no-repeat;*/
		/*bottom: -160px;*/
		/*margin-left: -11.4%;*/
		/*margin-top: 17%;*/
		/*width: 290px;*/
		/*height: auto;*/
		/*position: absolute;*/
		/*top: 9px;*/
		/*left: 51px;*/
	}
	#img_button{
		margin-top: 230px;
		margin-left: 53px;
		position: absolute;
	}
	.intro_vnuf_mobile_bg{
		margin-left: 37%;
	}
	#intro_vnuf_laptop_text {
		position: absolute;
		margin-top: -10px;
		margin-left: 20px;
		height: 300px;
	}
}

@media only screen and (max-width: 1017px) and (min-width: 890px){
	.intro_vnuf_logo{
		width:150px;
		height: 150px;
		background: url('../../images/vnuf/logo_vnuf.png');
		background-size: 80%;
		background-repeat: no-repeat;
		float:left;
		margin-left: 100px;
	}
	.intro_vnuf_right_col_text1{
		width: 350px;
		height: 350px;
		background: url('../../images/vnuf/vnuf_text.png');
		background-size: 80%;
		background-repeat: no-repeat;
		float:right;
		margin-right: 373px;
	}

	.intro_vnuf_right_col_text3{
		height: 150px;
		width:372px;
		font-size: 23px ;
		color: white;
	}
	.intro_vnuf_laptop_bg {
		width: 820px;
		height: 556px;
		background: url('../../images/vnuf/laptop.png');
		position: absolute;
		background-size: 70%;
		background-repeat: no-repeat;
		margin-top: 180px;
		margin-left: 41px;
		z-index: 6;
	}
	.intro_vnuf_laptop{
		background: url('../../images/vnuf/slide/1.png');
		background-size: 66%;
		background-repeat: no-repeat;
		bottom: -160px;
		margin-left: 4%;
		margin-top: 1%;
		width: 657px;
		height: 427px;
		position: absolute;
		top: 13px;
		left: 88px;
	}
	.intro_vnuf_mobile_bg {
		width: 310px;
		height: 580px;
		background: url('../../images/vnuf/mobile.png');
		position: absolute;
		background-size: 80%;
		background-repeat: no-repeat;
		margin-top: 180px;
		margin-left: 300px;
		z-index: 6;
	}
	.intro_vnuf_mobile{
		background: url('../../images/vnuf/mobileSlide/1.png');
		background-size: 74.5%;
		background-repeat: no-repeat;
		bottom: -160px;
		margin-left: -11.4%;
		margin-top: 17%;
		width: 290px;
		height: auto;
		position: absolute;
		top: 9px;
		left: 51px;
	}

	.intro_vnuf_left_column{
		width: 228px;
		margin-top: -46px;
	}
	.intro_vnuf_right_col_text3{
		margin-left: 10px;
		margin-top: -80px;
		position: absolute;
		height: 150px;
		width: 270px;
	}
	#intro_vnuf_laptop_text {
		position: absolute;
		margin-top: 77px;
		margin-left: -20px;
	}
	#img_button{
		position: absolute;
		margin-top: 380px;
		margin-left: 6px;
	}
	.intro_vnuf_top_banner{
		margin-top: -46px;
	}
}

@media only screen and (max-width: 890px) and (min-width: 768px){
	#vnuf_switch_slide{
		top:11px;
	}
	.intro_vnuf_logo{
		width:150px;
		height: 150px;
		background: url('../../images/vnuf/logo_vnuf.png');
		background-size: 70%;
		background-repeat: no-repeat;
		float:left;
		margin-left: 55px;
		position: absolute;
		margin-top: -5px;
	}
	.intro_vnuf_right_col_text1{
		width: 400px;
		height: 400px;
		background: url('../../images/vnuf/vnuf_text.png');
		background-size: 70%;
		background-repeat: no-repeat;
		float:right;
		margin-right: 414px;
		margin-top: 5px;
	}
	.intro_vnuf_right_col_text3{
		height: 150px;
		width:342px;
		font-size: 23px ;
	}
	.intro_vnuf_laptop_bg {
		width: 700px;
		height: 556px;
		background: url('../../images/vnuf/laptop.png');
		position: absolute;
		background-size: 70%;
		background-repeat: no-repeat;
		margin-top: 180px;
		margin-left: 51px;
		z-index: 6;
	}
	.intro_vnuf_laptop{
		background: url('../../images/vnuf/slide/1.png');
		background-size: 57%;
		background-repeat: no-repeat;
		bottom: -160px;
		margin-left: 2%;
		margin-top: 1%;
		width: 657px;
		height: 427px;
		position: absolute;
		top: 11px;
		left: 88px;
	}
	.intro_vnuf_mobile_bg {
		width: 310px;
		height: 580px;
		background: url('../../images/vnuf/mobile.png');
		position: absolute;
		background-size: 80%;
		background-repeat: no-repeat;
		margin-top: 180px;
		margin-left: 280px;
		z-index: 6;
	}
	.intro_vnuf_mobile{
		background: url('../../images/vnuf/mobileSlide/1.png');
		background-size: 74.5%;
		background-repeat: no-repeat;
		bottom: -160px;
		margin-left: -11.4%;
		margin-top: 17%;
		width: 290px;
		height: auto;
		position: absolute;
		top: 9px;
		left: 51px;
	}
	.intro_vnuf_left_column{
		width: 228px;
		margin-top: -46px;
	}
	.intro_vnuf_right_col_text3{
		margin-left: 7px;
		margin-top: -120px;
		position: absolute;
		height: 150px;
		width: 250px;
	}
	#intro_vnuf_laptop_text {
		position: absolute;
		margin-top: 80px;
		margin-left: -30px;
	}
	#img_button{
		position: absolute;
		margin-top: 300px;
		margin-left: 6px;
	}
	.intro_vnuf_top_banner{
		margin-top: -46px;
	}
	.intro_vnuf_content{
		height: 740px;
	}
	#intro_vnuf{
		margin-top: -10px;
	}
}

@media only screen and (max-width: 767px) and (min-width: 633px){
	/*.intro_vnuf_content{*/
		/*height: 600px;*/
	/*}*/
	.intro_vnuf_logo{
		width:110px;
		height: 110px;
		background: url('../../images/vnuf/logo_vnuf.png');
		background-size: 80%;
		background-repeat: no-repeat;
		float:left;
		margin-left: 25px;
		margin-top: -10px;
		position: absolute;
	}
	.intro_vnuf_right_col_text1{
		width: 300px;
		height: 300px;
		background: url('../../images/vnuf/vnuf_text.png');
		background-size: 80%;
		background-repeat: no-repeat;
		float:right;
		margin-right: 550px;
		margin-top: -10px;
	}
	.intro_vnuf_right_col_text3{
		height: 150px;
		width:300px;
		font-size: 18px ;
		color: white;
	}
	.intro_vnuf_laptop_bg {
		width: 700px;
		height: 556px;
		background: url('../../images/vnuf/laptop.png');
		position: absolute;
		background-size: 55%;
		background-repeat: no-repeat;
		margin-top: 180px;
		margin-left: 55px;
		z-index: 6;
	}
	.intro_vnuf_laptop{
		background: url('../../images/vnuf/slide/1.png');
		background-size: 45%;
		background-repeat: no-repeat;
		bottom: -160px;
		margin-left: -1.5%;
		margin-top: 0.3%;
		width: 657px;
		height: 427px;
		position: absolute;
		top: 11px;
		left: 88px;
	}
	.intro_vnuf_mobile_bg {
		width: 310px;
		height: 580px;
		background: url('../../images/vnuf/mobile.png');
		position: absolute;
		background-size: 80%;
		background-repeat: no-repeat;
		margin-top: 150px;
		margin-left: 180px;
		z-index: 6;
	}
	.intro_vnuf_mobile{
		background: url('../../images/vnuf/mobileSlide/1.png');
		background-size: 74.5%;
		background-repeat: no-repeat;
		bottom: -160px;
		margin-left: -11.4%;
		margin-top: 17%;
		width: 290px;
		height: auto;
		position: absolute;
		top: 9px;
		left: 51px;
	}
	.intro_vnuf_left_column{
		width: 100px;
		margin-top: -100px;
	}
	.intro_vnuf_right_col_text3{
		margin-left: 7px;
		margin-top: -120px;
		position: absolute;
		height: 150px;
		width: 250px;
	}
	#intro_vnuf_laptop_text {
		position: absolute;
		margin-top: 30px;
		width: 50%;
		margin-left: -30px;
	}
	#img_button{
		position: absolute;
		margin-top: 300px;
		margin-left: -39px;
	}
	.intro_vnuf_top_banner{
		margin-top: -46px;
	}
	.intro_vnuf_right_col{
		width: 50%;
	}
}
@media only screen and (max-width: 633px) and (min-width: 598px){
	.intro_vnuf_right_col_text1{
		width: 300px;
		height: 300px;
		background: url('../../images/vnuf/vnuf_text.png');
		background-size: 80%;
		background-repeat: no-repeat;
		float:right;
		margin-right: 550px;
		margin-top: -10px;
	}
}
@media only screen and (max-width: 597px) and (min-width: 597px){
	.intro_vnuf_right_col_text1{
		width: 300px;
		height: 300px;
		background: url('../../images/vnuf/vnuf_text.png');
		background-size: 80%;
		background-repeat: no-repeat;
		float:right;
		margin-right: 550px;
		margin-top: 10px;
	}
	.intro_vnuf_logo {
		width: 81px;
		height: 136px;
		background: url('../../images/vnuf/logo_vnuf.png');
		background-size: 100%;
		background-repeat: no-repeat;
		float: left;
		margin-top: 20px;
		margin-left: 45px;
	}
}
@media only screen and (max-width: 633px) and (min-width: 500px){
	.intro_vnuf_logo{
		width:110px;
		height: 110px;
		background: url('../../images/vnuf/logo_vnuf.png');
		background-size: 80%;
		background-repeat: no-repeat;
		float:left;
		margin-left: -37px;
		margin-top: -10px;
		position: absolute;
	}
	.intro_vnuf_right_col_text1{
		margin-left: 76px;
		margin-top: -6px;
	}

	.intro_vnuf_right_col_text3{
		height: 150px;
		width:300px;
		font-size: 18px ;
		color: white;
	}
	.intro_vnuf_laptop_bg {
		width: 626px;
		height: 556px;
		background: url('../../images/vnuf/laptop.png');
		position: absolute;
		background-size: 55%;
		background-repeat: no-repeat;
		margin-top: 150px;
		margin-left: 60px;
		z-index: 6;
	}
	.intro_vnuf_laptop{
		background: url('../../images/vnuf/slide/1.png');
		background-size: 45%;
		background-repeat: no-repeat;
		bottom: -160px;
		margin-left: -2.5%;
		margin-top: 0.3%;
		width: 579px;
		height: 427px;
		position: absolute;
		top: 11px;
		left: 88px;
	}
	.intro_vnuf_mobile_bg {
		width: 310px;
		height: 580px;
		background: url('../../images/vnuf/mobile.png');
		position: absolute;
		background-size: 80%;
		background-repeat: no-repeat;
		margin-top: 150px;
		margin-left: 147px;
		z-index: 6;
	}
	.intro_vnuf_mobile{
		background: url('../../images/vnuf/mobileSlide/1.png');
		background-size: 74.5%;
		background-repeat: no-repeat;
		bottom: -160px;
		margin-left: -11.4%;
		margin-top: 17%;
		width: 290px;
		height: auto;
		position: absolute;
		top: 9px;
		left: 51px;
	}
	.intro_vnuf_left_column{
		width: 100px;
		margin-top: -100px;
	}
	.intro_vnuf_right_col_text3{
		margin-left: 7px;
		margin-top: -120px;
		position: absolute;
		height: 150px;
		width: 250px;
	}
	#intro_vnuf_laptop_text {
		position: absolute;
		margin-top: 30px;
		width: 58%;
		margin-left: -38px;
	}
	#img_button{
		position: absolute;
		margin-top: 300px;
		margin-left: -46px;
	}
	.intro_vnuf_top_banner{
		margin-top: -46px;
	}
	.intro_vnuf_right_col{
		width: 50%;
	}

}

/*@media only screen and (max-width: 597px) and (min-width: 415px){*/
	/*!*.intro_vnuf_logo{*!*/
		/*!*width:150px;*!*/
		/*!*height: 150px;*!*/
		/*!*background: url('../../images/vnuf/logo_vnuf.png');*!*/
		/*!*background-size: 70%;*!*/
		/*!*background-repeat: no-repeat;*!*/
		/*!*float:left;*!*/
		/*!*margin-left: 90px;*!*/
	/*!*}*!*/
	/*!*.intro_vnuf_right_col_text1{*!*/
		/*!*width: 400px;*!*/
		/*!*height: 400px;*!*/
		/*!*background: url('../../images/vnuf/vnuf_text.png');*!*/
		/*!*background-size: 70%;*!*/
		/*!*background-repeat: no-repeat;*!*/
		/*!*float:right;*!*/
		/*!*margin-right: 340px;*!*/
	/*!*}*!*/
	/*.intro_vnuf_right_col_text3{*/
		/*height: 150px;*/
		/*width:342px;*/
		/*font-size: 18px ;*/
	/*}*/

	/*.intro_vnuf_laptop{*/
		/*background: url('../../images/vnuf/slide/1.png');*/
		/*background-size: 57%;*/
		/*background-repeat: no-repeat;*/
		/*bottom: -160px;*/
		/*margin-left: 2%;*/
		/*margin-top: 1%;*/
		/*width: 627px;*/
		/*height: 427px;*/
		/*position: absolute;*/
		/*top: 11px;*/
		/*left: 82px;*/
	/*}*/
	/*.intro_vnuf_mobile_bg {*/
		/*width: 310px;*/
		/*height: 540px;*/
		/*background: url('../../images/vnuf/mobile.png');*/
		/*position: absolute;*/
		/*background-size: 70%;*/
		/*background-repeat: no-repeat;*/
		/*margin-top: 180px;*/
		/*margin-left: -172px;*/
		/*z-index: 6;*/
	/*}*/
	/*.intro_vnuf_mobile{*/
		/*background: url('../../images/vnuf/mobileSlide/1.png');*/
		/*background-size: 65.5%;*/
		/*background-repeat: no-repeat;*/
		/*bottom: -160px;*/
		/*margin-left: -11.4%;*/
		/*margin-top: 17%;*/
		/*width: 290px;*/
		/*height: auto;*/
		/*position: absolute;*/
		/*top: 3px;*/
		/*left: 51px;*/
	/*}*/

	/*.intro_vnuf_left_column{*/
		/*width: 200px;*/
		/*margin-top: -46px;*/
	/*}*/
	/*.intro_vnuf_right_col_text3{*/
		/*margin-left: 7px;*/
		/*margin-top: -120px;*/
		/*position: absolute;*/
		/*height: 150px;*/
		/*width: 150px;*/
		/*margin-left: 180px;*/
	/*}*/
	/*#intro_vnuf_laptop_text {*/
		/*position: absolute;*/
		/*margin-top: 50px;*/
	/*}*/


	/*.intro_vnuf_logo {*/
		/*width: 81px;*/
		/*height: 136px;*/
		/*background: url('../../images/vnuf/logo_vnuf.png');*/
		/*background-size: 100%;*/
		/*background-repeat: no-repeat;*/
		/*float: left;*/
		/*margin-top: 20px;*/
	/*}*/
/*}*/
/*@media screen and (min-width: 416px) and (max-width: 440px ){*/
	/*.intro_vnuf_mobile_bg {*/
		/*width: 310px;*/
		/*height: 540px;*/
		/*background: url('../../images/vnuf/mobile.png');*/
		/*position: absolute;*/
		/*background-size: 70%;*/
		/*background-repeat: no-repeat;*/
		/*margin-top: 180px;*/
		/*margin-left: -172px;*/
		/*z-index: 6;*/
	/*}*/
	/*.intro_vnuf_laptop_bg {*/
		/*width: 670px;*/
		/*height: 556px;*/
		/*background: url('../../images/vnuf/laptop.png');*/
		/*position: absolute;*/
		/*background-size: 70%;*/
		/*background-repeat: no-repeat;*/
		/*margin-top: 150px;*/
		/*margin-left: -172px;*/
		/*z-index: 6;*/
	/*}*/
	/*.intro_vnuf_top_banner{*/
		/*margin-top: -70px;*/
		/*margin-left: -20px;*/
	/*}*/
	/*#img_button{*/
		/*position: absolute;*/
		/*margin-top: 510px;*/
		/*margin-left: 55px;*/
	/*}*/
/*}*/
/*@media screen and (min-width: 441px) and (max-width: 460px ){*/
	/*.intro_vnuf_mobile_bg {*/
		/*width: 310px;*/
		/*height: 540px;*/
		/*background: url('../../images/vnuf/mobile.png');*/
		/*position: absolute;*/
		/*background-size: 70%;*/
		/*background-repeat: no-repeat;*/
		/*margin-top: 150px;*/
		/*margin-left: -182px;*/
		/*z-index: 6;*/
	/*}*/
	/*.intro_vnuf_laptop_bg {*/
		/*width: 670px;*/
		/*height: 556px;*/
		/*background: url('../../images/vnuf/laptop.png');*/
		/*position: absolute;*/
		/*background-size: 70%;*/
		/*background-repeat: no-repeat;*/
		/*margin-top: 150px;*/
		/*margin-left: -156px;*/
		/*z-index: 6;*/
	/*}*/
	/*.intro_vnuf_top_banner{*/
		/*margin-top: -70px;*/
		/*margin-left: -27px;*/
	/*}*/
	/*#img_button{*/
		/*position: absolute;*/
		/*margin-top: 510px;*/
		/*margin-left: 55px;*/
	/*}*/
/*}*/
/*@media screen and (min-width: 461px) and (max-width: 490px ){*/
	/*.intro_vnuf_mobile_bg {*/
		/*width: 310px;*/
		/*height: 540px;*/
		/*background: url('../../images/vnuf/mobile.png');*/
		/*position: absolute;*/
		/*background-size: 70%;*/
		/*background-repeat: no-repeat;*/
		/*margin-top: 150px;*/
		/*margin-left: -188px;*/
		/*z-index: 6;*/
	/*}*/
	/*.intro_vnuf_laptop_bg {*/
		/*width: 670px;*/
		/*height: 556px;*/
		/*background: url('../../images/vnuf/laptop.png');*/
		/*position: absolute;*/
		/*background-size: 70%;*/
		/*background-repeat: no-repeat;*/
		/*margin-top: 150px;*/
		/*margin-left: -140px;*/
		/*z-index: 6;*/
	/*}*/
	/*.intro_vnuf_top_banner{*/
		/*margin-top: -70px;*/
		/*margin-left: -10px;*/
	/*}*/
	/*#img_button{*/
		/*position: absolute;*/
		/*margin-top: 510px;*/
		/*margin-left: 58px;*/
	/*}*/
/*}*/
/*@media screen and (min-width: 491px) and (max-width: 510px ){*/
	/*.intro_vnuf_mobile_bg {*/
		/*width: 310px;*/
		/*height: 540px;*/
		/*background: url('../../images/vnuf/mobile.png');*/
		/*position: absolute;*/
		/*background-size: 70%;*/
		/*background-repeat: no-repeat;*/
		/*margin-top: 150px;*/
		/*margin-left: -195px;*/
		/*z-index: 6;*/
	/*}*/
	/*.intro_vnuf_laptop_bg {*/
		/*width: 670px;*/
		/*height: 556px;*/
		/*background: url('../../images/vnuf/laptop.png');*/
		/*position: absolute;*/
		/*background-size: 70%;*/
		/*background-repeat: no-repeat;*/
		/*margin-top: 150px;*/
		/*margin-left: -130px;*/
		/*z-index: 6;*/
	/*}*/
	/*.intro_vnuf_top_banner{*/
		/*margin-top: -70px;*/
		/*margin-left: -5px;*/
	/*}*/
	/*#img_button{*/
		/*position: absolute;*/
		/*margin-top: 510px;*/
		/*margin-left: 78px;*/
	/*}*/
/*}*/
/*@media screen and (min-width: 511px) and (max-width: 530px ){*/
	/*.intro_vnuf_mobile_bg {*/
		/*width: 310px;*/
		/*height: 540px;*/
		/*background: url('../../images/vnuf/mobile.png');*/
		/*position: absolute;*/
		/*background-size: 70%;*/
		/*background-repeat: no-repeat;*/
		/*margin-top: 150px;*/
		/*margin-left: -200px;*/
		/*z-index: 6;*/
	/*}*/
	/*.intro_vnuf_laptop_bg {*/
		/*width: 670px;*/
		/*height: 556px;*/
		/*background: url('../../images/vnuf/laptop.png');*/
		/*position: absolute;*/
		/*background-size: 70%;*/
		/*background-repeat: no-repeat;*/
		/*margin-top: 150px;*/
		/*margin-left: -110px;*/
		/*z-index: 6;*/
	/*}*/
	/*.intro_vnuf_top_banner{*/
		/*margin-top: -70px;*/
		/*margin-left: 0px;*/
	/*}*/
	/*#img_button{*/
		/*position: absolute;*/
		/*margin-top: 510px;*/
		/*margin-left: 88px;*/
	/*}*/
/*}*/
/*@media screen and (min-width: 531px) and (max-width: 570px ){*/
	/*.intro_vnuf_mobile_bg {*/
		/*width: 310px;*/
		/*height: 540px;*/
		/*background: url('../../images/vnuf/mobile.png');*/
		/*position: absolute;*/
		/*background-size: 70%;*/
		/*background-repeat: no-repeat;*/
		/*margin-top: 150px;*/
		/*margin-left: -205px;*/
		/*z-index: 6;*/
	/*}*/
	/*.intro_vnuf_laptop_bg {*/
		/*width: 670px;*/
		/*height: 556px;*/
		/*background: url('../../images/vnuf/laptop.png');*/
		/*position: absolute;*/
		/*background-size: 70%;*/
		/*background-repeat: no-repeat;*/
		/*margin-top: 150px;*/
		/*margin-left: -105px;*/
		/*z-index: 6;*/
	/*}*/
	/*.intro_vnuf_top_banner{*/
		/*margin-top: -70px;*/
		/*margin-left: 5px;*/
	/*}*/
	/*#img_button{*/
		/*position: absolute;*/
		/*margin-top: 510px;*/
		/*margin-left: 95px;*/
	/*}*/
/*}*/
/*@media screen and (min-width: 570px) and (max-width: 597px ){*/
	/*.intro_vnuf_mobile_bg {*/
		/*width: 310px;*/
		/*height: 540px;*/
		/*background: url('../../images/vnuf/mobile.png');*/
		/*position: absolute;*/
		/*background-size: 70%;*/
		/*background-repeat: no-repeat;*/
		/*margin-top: 150px;*/
		/*margin-left: -208px;*/
		/*z-index: 6;*/
	/*}*/
	/*.intro_vnuf_laptop_bg {*/
		/*width: 670px;*/
		/*height: 556px;*/
		/*background: url('../../images/vnuf/laptop.png');*/
		/*position: absolute;*/
		/*background-size: 70%;*/
		/*background-repeat: no-repeat;*/
		/*margin-top: 150px;*/
		/*margin-left: -92px;*/
		/*z-index: 6;*/
	/*}*/
	/*.intro_vnuf_top_banner{*/
		/*margin-top: -70px;*/
		/*margin-left: 10px;*/
	/*}*/
	/*#img_button{*/
		/*position: absolute;*/
		/*margin-top: 510px;*/
		/*margin-left: 103px;*/
	/*}*/
/*}*/
/*@media only screen and (max-width:415px) and (min-width: 410px) {*/
	/*.intro_vnuf_laptop_inside{*/
		/*!*background: url('../../images/vnuf/slide/1.png');*!*/
		/*background-size: 60%;*/
		/*background-repeat: no-repeat;*/
		/*bottom: -160px;*/
		/*margin-left: -0.6%;*/
		/*margin-top: 32.8%;*/
		/*width: 316px;*/
		/*height: 188px;*/
		/*position: absolute;*/
		/*top: 9px;*/
		/*left: 53px;*/
	/*}*/
	/*.intro_vnuf_mobile_inside {*/
		/*!* background: url('../../images/vnuf/mobileSlide/1.png'); *!*/
		/*background-size: 78%;*/
		/*background-repeat: no-repeat;*/
		/*bottom: -160px;*/
		/*margin-left: 240px;*/
		/*margin-top: 52%;*/
		/*width: 270px;*/
		/*height: 366px;*/
		/*position: absolute;*/
		/*top: 9px;*/
		/*left: 53px;*/
	/*}*/
/*}*/
/*@media only screen and (max-width:409px) and (min-width: 404px) {*/
	/*.intro_vnuf_laptop_inside{*/
		/*!*background: url('../../images/vnuf/slide/1.png');*!*/
		/*background-size: 60%;*/
		/*background-repeat: no-repeat;*/
		/*bottom: -160px;*/
		/*margin-left: -0.6%;*/
		/*margin-top: 32.8%;*/
		/*width: 316px;*/
		/*height: 188px;*/
		/*position: absolute;*/
		/*top: 11.5px;*/
		/*left: 53px;*/
	/*}*/
	/*.intro_vnuf_mobile_inside {*/
		/*!* background: url('../../images/vnuf/mobileSlide/1.png'); *!*/
		/*background-size: 78%;*/
		/*background-repeat: no-repeat;*/
		/*bottom: -160px;*/
		/*margin-left: 240px;*/
		/*margin-top: 52%;*/
		/*width: 270px;*/
		/*height: 366px;*/
		/*position: absolute;*/
		/*top: 9px;*/
		/*left: 53px;*/
	/*}*/
/*}*/
/*@media only screen and (max-width:403px) and (min-width: 395px) {*/
	/*.intro_vnuf_laptop_inside{*/
		/*!*background: url('../../images/vnuf/slide/1.png');*!*/
		/*background-size: 60%;*/
		/*background-repeat: no-repeat;*/
		/*bottom: -160px;*/
		/*margin-left: -0.6%;*/
		/*margin-top: 32.9%;*/
		/*width: 316px;*/
		/*height: 188px;*/
		/*position: absolute;*/
		/*top: 12.9px;*/
		/*left: 53px;*/
	/*}*/
	/*.intro_vnuf_mobile_inside {*/
		/*!* background: url('../../images/vnuf/mobileSlide/1.png'); *!*/
		/*background-size: 78%;*/
		/*background-repeat: no-repeat;*/
		/*bottom: -160px;*/
		/*margin-left: 240px;*/
		/*margin-top: 53%;*/
		/*width: 270px;*/
		/*height: 366px;*/
		/*position: absolute;*/
		/*top: 9.9px;*/
		/*left: 53px;*/
	/*}*/
/*}*/
/*@media only screen and (max-width:394px) and (min-width: 388px) {*/
	/*.intro_vnuf_laptop_inside{*/
		/*!*background: url('../../images/vnuf/slide/1.png');*!*/
		/*background-size: 60%;*/
		/*background-repeat: no-repeat;*/
		/*bottom: -160px;*/
		/*margin-left: -0.6%;*/
		/*margin-top: 33.2%;*/
		/*width: 316px;*/
		/*height: 188px;*/
		/*position: absolute;*/
		/*top: 14.7px;*/
		/*left: 53px;*/
	/*}*/
	/*.intro_vnuf_mobile_inside {*/
		/*!* background: url('../../images/vnuf/mobileSlide/1.png'); *!*/
		/*background-size: 78%;*/
		/*background-repeat: no-repeat;*/
		/*bottom: -160px;*/
		/*margin-left: 240px;*/
		/*margin-top: 53.5%;*/
		/*width: 270px;*/
		/*height: 366px;*/
		/*position: absolute;*/
		/*top: 11px;*/
		/*left: 53px;*/
	/*}*/
/*}*/
/*@media only screen and (max-width:387px) and (min-width: 379px) {*/
	/*.intro_vnuf_laptop_inside{*/
		/*!*background: url('../../images/vnuf/slide/1.png');*!*/
		/*background-size: 60%;*/
		/*background-repeat: no-repeat;*/
		/*bottom: -160px;*/
		/*margin-left: -0.6%;*/
		/*margin-top: 33.7%;*/
		/*width: 316px;*/
		/*height: 188px;*/
		/*position: absolute;*/
		/*top: 15.9px;*/
		/*left: 53px;*/
	/*}*/
	/*.intro_vnuf_mobile_inside {*/
		/*!* background: url('../../images/vnuf/mobileSlide/1.png'); *!*/
		/*background-size: 78%;*/
		/*background-repeat: no-repeat;*/
		/*bottom: -160px;*/
		/*margin-left: 240px;*/
		/*margin-top: 54.5%;*/
		/*width: 270px;*/
		/*height: 366px;*/
		/*position: absolute;*/
		/*top: 11.3px;*/
		/*left: 53px;*/
	/*}*/
/*}*/
/*@media only screen and (max-width:378px) and (min-width: 376px) {*/
	/*.intro_vnuf_laptop_inside{*/
		/*!*background: url('../../images/vnuf/slide/1.png');*!*/
		/*background-size: 60%;*/
		/*background-repeat: no-repeat;*/
		/*bottom: -160px;*/
		/*margin-left: -0.6%;*/
		/*margin-top: 33.9%;*/
		/*width: 316px;*/
		/*height: 188px;*/
		/*position: absolute;*/
		/*top: 16.7px;*/
		/*left: 53px;*/
	/*}*/
	/*.intro_vnuf_mobile_inside {*/
		/*!* background: url('../../images/vnuf/mobileSlide/1.png'); *!*/
		/*background-size: 78%;*/
		/*background-repeat: no-repeat;*/
		/*bottom: -160px;*/
		/*margin-left: 240px;*/
		/*margin-top: 55.5%;*/
		/*width: 270px;*/
		/*height: 366px;*/
		/*position: absolute;*/
		/*top: 11.3px;*/
		/*left: 53px;*/
	/*}*/
/*}*/
/*@media only screen and (max-width:376px) and (min-width: 376px) {*/
	/*.intro_vnuf_laptop_inside{*/
		/*!*background: url('../../images/vnuf/slide/1.png');*!*/
		/*background-size: 60%;*/
		/*background-repeat: no-repeat;*/
		/*bottom: -160px;*/
		/*margin-left: -0.6%;*/
		/*margin-top: 33.9%;*/
		/*width: 316px;*/
		/*height: 188px;*/
		/*position: absolute;*/
		/*top: 16.7px;*/
		/*left: 46px;*/
	/*}*/
/*}*/

/*@media only screen and (max-width:533px) and (min-width: 376px) {*/

	/*#intro_vnuf_mobile_phone_text{*/
		/*margin-left: 30px;*/
		/*margin-top: 200px;*/
		/*height: 350px;*/
		/*width: 200px;*/
		/*position: absolute;*/
		/*font-size: 24px;*/
	/*}*/

	/*#intro_vnuf_mobile{*/
		/*!*width:736px;*!*/
		/*!*height: 0px;*!*/
		/*background: url('../../images/vnuf/background.png') no-repeat center;*/
		/*!*background-size: cover;*!*/
		/*!*position: absolute;*!*/
		/*!*z-index: 1;*!*/
	/*}*/



	/*#intro_vnuf_mobile_laptop_text{*/
		/*margin-left: 30px;*/
		/*margin-top: 420px;*/
		/*height: 150px;*/
		/*width: 350px;*/
		/*position: absolute;*/
		/*font-size: 24px;*/
	/*}*/

	/*#img_button_mobile{*/
		/*width: 250px;*/
		/*height: 100px;*/
		/*margin-top: 548px;*/
		/*margin-left: 71px;*/
	/*}*/
	/*.intro_vnuf_laptop_logo {*/
		/*width: 417px;*/
		/*height: 258px;*/
		/*!*background: url('../../images/vnuf/laptop.png');*!*/
		/*position: absolute;*/
		/*z-index: 3;*/
		/*background-size: 50%;*/
		/*background-repeat: no-repeat;*/
		/*margin-top: 131px;*/
		/*margin-left: -154px;*/
		/*z-index: 6;*/
	/*}*/

	/*.intro_vnuf_mobile_logo {*/
		/*width: 200px;*/
		/*height: 480px;*/
		/*!*background: url('../../images/vnuf/mobile.png');*!*/
		/*position: absolute;*/
		/*background-size: 78%;*/
		/*background-repeat: no-repeat;*/
		/*margin-top: 65px;*/
		/*margin-left: 490px;*/
		/*z-index: 6;*/
	/*}*/
	/*.intro_vnuf_main_logo{*/
		/*width:100px;*/
		/*height: 100px;*/
		/*!*background: url('../../images/vnuf/logo_vnuf.png');*!*/
		/*background-size: 50%;*/
		/*background-repeat: no-repeat;*/
		/*float:left;*/
		/*margin-top: 12px;*/
		/*margin-left: 18px;*/

	/*}*/
	/*.intro_vnuf_main_text{*/
		/*width: 62%;*/
		/*height: 100px;*/
		/*!*background: url('../../images/vnuf/vnuf_text.png');*!*/
		/*background-size: 50%;*/
		/*background-repeat: no-repeat;*/
		/*float:left;*/
		/*margin-left: 138px;*/
		/*margin-top: -101px;*/
	/*}*/

	/*.intro_vnuf_right_col_text4{*/
		/*margin-left: 10px;*/
		/*margin-top: 280px;*/
		/*height: 150px;*/
		/*width: 270px;*/
	/*}*/

/*}*/

/*@media screen and (max-width: 322px) and (min-width: 321px){*/
/*}*/

/*@media screen and (max-width: 370px) and (min-width: 365px){*/
	/*.intro_vnuf_laptop_inside{*/
		/*!*background: url('../../images/vnuf/slide/1.png');*!*/
		/*background-size: 60%;*/
		/*background-repeat: no-repeat;*/
		/*bottom: -160px;*/
		/*!*margin-left: 2.3%;*!*/
		/*margin-top: 36.3%;*/
		/*width: 85%;*/
		/*height: 182px;*/
		/*position: absolute;*/
		/*top: 1.5%;*/
		/*left: 8%;*/
	/*}*/
	/*.intro_vnuf_mobile_inside{*/
		/*!*background: url('../../images/vnuf/mobileSlide/1.png');*!*/
		/*background-size: 78%;*/
		/*background-repeat: no-repeat;*/
		/*bottom: -160px;*/
		/*margin-left: 210px;*/
		/*margin-top: 56.3%;*/
		/*width: 180px;*/
		/*height: 325px;*/
		/*position: absolute;*/
		/*top: 12px;*/
		/*left: 53px;*/
	/*}*/
/*}*/
/*@media screen and (max-width: 364px) and (min-width: 358px){*/
	/*.intro_vnuf_laptop_inside{*/
		/*!*background: url('../../images/vnuf/slide/1.png');*!*/
		/*background-size: 60%;*/
		/*background-repeat: no-repeat;*/
		/*bottom: -160px;*/
		/*!*margin-left: 2.3%;*!*/
		/*margin-top: 36.3%;*/
		/*width: 85%;*/
		/*height: 182px;*/
		/*position: absolute;*/
		/*top: 1.7%;*/
		/*left: 8.2%;*/
	/*}*/
	/*.intro_vnuf_mobile_inside{*/
		/*!*background: url('../../images/vnuf/mobileSlide/1.png');*!*/
		/*background-size: 78%;*/
		/*background-repeat: no-repeat;*/
		/*bottom: -160px;*/
		/*margin-left: 210px;*/
		/*margin-top: 57.3%;*/
		/*width: 180px;*/
		/*height: 325px;*/
		/*position: absolute;*/
		/*top: 12px;*/
		/*left: 53px;*/
	/*}*/
/*}*/
/*@media screen and (max-width: 357px) and (min-width: 348px){*/
	/*.intro_vnuf_laptop_inside{*/
		/*!*background: url('../../images/vnuf/slide/1.png');*!*/
		/*background-size: 60%;*/
		/*background-repeat: no-repeat;*/
		/*bottom: -160px;*/
		/*!*margin-left: 2.3%;*!*/
		/*margin-top: 36.3%;*/
		/*width: 85%;*/
		/*height: 182px;*/
		/*position: absolute;*/
		/*top: 2.2%;*/
		/*left: 9%;*/
	/*}*/
	/*.intro_vnuf_mobile_inside{*/
		/*!*background: url('../../images/vnuf/mobileSlide/1.png');*!*/
		/*background-size: 78%;*/
		/*background-repeat: no-repeat;*/
		/*bottom: -160px;*/
		/*margin-left: 210px;*/
		/*margin-top: 58.4%;*/
		/*width: 180px;*/
		/*height: 325px;*/
		/*position: absolute;*/
		/*top: 13px;*/
		/*left: 53px;*/
	/*}*/
/*}*/
/*@media screen and (max-width: 347px) and (min-width: 344px){*/
	/*.intro_vnuf_laptop_inside{*/
		/*background: url('../../images/vnuf/slide/1.png');*/
		/*background-size: 60%;*/
		/*background-repeat: no-repeat;*/
		/*bottom: -160px;*/
		/*!*margin-left: 2.3%;*!*/
		/*margin-top: 36.3%;*/
		/*width: 85%;*/
		/*height: 182px;*/
		/*position: absolute;*/
		/*top: 2.6%;*/
		/*left: 9.8%;*/
	/*}*/
	/*.intro_vnuf_mobile_inside{*/
		/*!*background: url('../../images/vnuf/mobileSlide/1.png');*!*/
		/*background-size: 78%;*/
		/*background-repeat: no-repeat;*/
		/*bottom: -160px;*/
		/*margin-left: 210px;*/
		/*margin-top: 59.4%;*/
		/*width: 180px;*/
		/*height: 325px;*/
		/*position: absolute;*/
		/*top: 13px;*/
		/*left: 53px;*/
	/*}*/
/*}*/
/*@media screen and (max-width: 343px) and (min-width: 334px){*/
	/*.intro_vnuf_laptop_inside{*/
		/*!*background: url('../../images/vnuf/slide/1.png');*!*/
		/*background-size: 60%;*/
		/*background-repeat: no-repeat;*/
		/*bottom: -160px;*/
		/*!*margin-left: 2.3%;*!*/
		/*margin-top: 36.3%;*/
		/*width: 85%;*/
		/*height: 182px;*/
		/*position: absolute;*/
		/*top: 2.9%;*/
		/*left: 11.05%;*/
	/*}*/
	/*.intro_vnuf_mobile_inside{*/
		/*!*background: url('../../images/vnuf/mobileSlide/1.png');*!*/
		/*background-size: 78%;*/
		/*background-repeat: no-repeat;*/
		/*bottom: -160px;*/
		/*margin-left: 210px;*/
		/*margin-top: 60.4%;*/
		/*width: 180px;*/
		/*height: 325px;*/
		/*position: absolute;*/
		/*top: 14px;*/
		/*left: 53px;*/
	/*}*/
/*}*/
/*!*@media screen and (max-width: 333px) and (min-width: 320px){*!*/
	/*!*.intro_vnuf_laptop_inside{*!*/
		/*!*!*background: url('../../images/vnuf/slide/1.png');*!*!*/
		/*!*background-size: 60%;*!*/
		/*!*background-repeat: no-repeat;*!*/
		/*!*bottom: -160px;*!*/
		/*!*!*margin-left: 2.3%;*!*!*/
		/*!*margin-top: 36.3%;*!*/
		/*!*width: 85%;*!*/
		/*!*height: 182px;*!*/
		/*!*position: absolute;*!*/
		/*!*top: 3.5%;*!*/
		/*!*left: 9.95%;*!*/
	/*!*}*!*/
	/*!*.intro_vnuf_laptop_logo {*!*/
		/*!*width: 111%;*!*/
		/*!*height: 250px;*!*/
		/*!*!* background: url('../../images/vnuf/laptop.png'); *!*!*/
		/*!*position: absolute;*!*/
		/*!*!*z-index: 3;*!*!*/
		/*!*background-size: 50%;*!*/
		/*!*background-repeat: no-repeat;*!*/
		/*!*margin-top: 131px;*!*/
		/*!*margin-left: -47%;*!*/
		/*!*z-index: 6;*!*/
	/*!*}*!*/
	/*!*.intro_vnuf_mobile_inside{*!*/
		/*!*!*background: url('../../images/vnuf/mobileSlide/1.png');*!*!*/
		/*!*background-size: 78%;*!*/
		/*!*background-repeat: no-repeat;*!*/
		/*!*bottom: -160px;*!*/
		/*!*margin-left: 210px;*!*/
		/*!*margin-top: 62.4%;*!*/
		/*!*width: 180px;*!*/
		/*!*height: 325px;*!*/
		/*!*position: absolute;*!*/
		/*!*top: 15px;*!*/
		/*!*left: 53px;*!*/
	/*!*}*!*/
/*!*}*!*/
@media only screen and (max-width: 597px) and (min-width: 449px) {
	.intro_vnuf_laptop_logo {
		width: 366px;
		height: 236px;
		/*background: url('../../images/vnuf/laptop.png');*/
		position: absolute;
		/*z-index: 3;*/
		background-size: 50%;
		background-repeat: no-repeat;
		margin-top: 119px;
		margin-left: -394px;
		z-index: 6;
	}
	.intro_vnuf_laptop_inside{
		/*background: url('../../images/vnuf/slide/1.png');*/
		background-size: 60%;
		background-repeat: no-repeat;
		bottom: -160px;
		margin-left: -317px;
		margin-top: 132px;
		width: 279px;
		height: 174px;

	}

	#intro_vnuf_mobile{
		/*width:736px;*/
		/*height: 0px;*/
		background: url('../../images/vnuf/bg_vnuf.jpg') no-repeat center;
		/*background-size: cover;*/
		/*position: absolute;*/
		/*z-index: 1;*/
	}

	#intro_vnuf_mobile_laptop_text{
		margin-left: 8%;
		margin-top: 72px;
		/*height: 150px;*/
		/*width: 85%;*/
		position: absolute;
		font-size: 18px;
		left:-13px;
		color: white;
	}

	#img_button_mobile{
		width: 190px;
		/*height: 100px;*/
		margin-top: 181px;
		margin-left: 49%;
	}


	.intro_vnuf_mobile_logo {
		width: 171px;
		height: 360px;
		/*background: url('../../images/vnuf/mobile.png');*/
		position: absolute;
		background-size: 78%;
		background-repeat: no-repeat;
		margin-top: 27px;
		margin-left: -179px;
		z-index: 6;
	}
	.intro_vnuf_mobile_inside{
		/*background: url('../../images/vnuf/mobileSlide/1.png');*/
		background-size: 78%;
		background-repeat: no-repeat;
		bottom: -160px;
		margin-left: -221px;
		margin-top: 63px;
		width: 150px;
		height: 272px;
		position: absolute;
		top: 9px;
		left: 53px;
	}
	.intro_vnuf_main_logo{
		width:58px;
		height: 58px;
		/*background: url('../../images/vnuf/logo_vnuf.png');*/
		background-size: 50%;
		background-repeat: no-repeat;
		float:left;
		margin-top: 24px;
		margin-left: 106px;

	}
	.intro_vnuf_main_text{
		width: 49%;
		height: 78px;
		/*background: url('../../images/vnuf/vnuf_text.png');*/
		background-size: 50%;
		background-repeat: no-repeat;
		float:left;
		margin-left: 12px;
		margin-top: 19px;
	}

	.intro_vnuf_right_col_text4{
		margin-left: 10px;
		margin-top: 280px;
		height: 150px;
		width: 270px;
	}

	#intro_vnuf_mobile_phone_text{
		margin-left: 225px;
		/*margin-top: 104px;*/
		/*height: 350px;*/
		text-align: center;
		width: 44%;
		/*height: 25%;*/
		/*position: absolute;*/
		font-size: 18px;
		padding-top: 152px;
		color: white;
	}

	#intro_vnuf_mobile_btn_try_it{
		margin-top: 40px;
		/*position: absolute;*/
	}

}

@media only screen and (max-width: 448px) and (min-width: 415px) {
	.intro_vnuf_laptop_logo {
		width: 303px;
		height: 38%;
		/*background: url('../../images/vnuf/laptop.png');*/
		position: absolute;
		/*z-index: 3;*/
		background-size: 50%;
		background-repeat: no-repeat;
		margin-top: 100px;
		margin-left: -52px;
		z-index: 6;
	}
	.intro_vnuf_laptop_inside{
		/*background: url('../../images/vnuf/slide/1.png');*/
		background-size: 60%;
		background-repeat: no-repeat;
		bottom: -160px;
		margin-left: 26px;
		margin-top: 130px;
		width: 231px;
		height: 150px;
		position: absolute;
		top: -3.77%;
		left: 89px;
	}

	#intro_vnuf_mobile_phone_text{
		margin-left: 136px;
		margin-top: 112px;
		height: 300px;
		width: 64%;
		position: absolute;
		font-size: 18px;
		color: white;
	}


	#intro_vnuf_mobile{
		/*width:736px;*/
		/*height: 0px;*/
		background: url('../../images/vnuf/bg_vnuf.jpg') no-repeat center;
		/*background-size: cover;*/
		/*position: absolute;*/
		/*z-index: 1;*/
	}

	#intro_vnuf_mobile_laptop_text{
		margin-left: 8%;
		margin-top: 328px;
		/*height: 150px;*/
		/*width: 89%;*/
		position: absolute;
		font-size: 18px;
		left:-13px;
		color: white;
	}

	#img_button_mobile{
		width: 190px;
		height: 106px;
		margin-top: 352px;
		margin-left: 32%;
	}
	#intro_vnuf_mobile_btn_try_it{
		padding-top: 83px;
	}


	.intro_vnuf_mobile_logo {
		width: 162px;
		height: 315px;
		/*background: url('../../images/vnuf/mobile.png');*/
		position: absolute;
		background-size: 78%;
		background-repeat: no-repeat;
		margin-top: 8px;
		margin-left: -262px;
		z-index: 6;
	}
	.intro_vnuf_mobile_inside{
		/*background: url('../../images/vnuf/mobileSlide/1.png');*/
		background-size: 78%;
		background-repeat: no-repeat;
		bottom: -160px;
		margin-left: -313px;
		margin-top: 40px;
		width: 150px;
		height: 236px;
		position: absolute;
		top: 9px;
		left: 53px;
	}
	.intro_vnuf_main_logo{
		width:58px;
		height: 58px;
		/*background: url('../../images/vnuf/logo_vnuf.png');*/
		background-size: 50%;
		background-repeat: no-repeat;
		float:left;
		margin-top: 12px;
		margin-left: 48px;

	}
	.intro_vnuf_main_text{
		width: 49%;
		height: 78px;
		/*background: url('../../images/vnuf/vnuf_text.png');*/
		background-size: 50%;
		background-repeat: no-repeat;
		float:left;
		margin-left: 123px;
		margin-top: -63px;
	}

	.intro_vnuf_right_col_text4{
		margin-left: 10px;
		margin-top: 280px;
		height: 150px;
		width: 270px;
	}
}

@media only screen and (max-width:414px) and (min-width: 320px) {
	.intro_vnuf_laptop_logo {
		width: 264px;
		height: 31%;
		/*background: url('../../images/vnuf/laptop.png');*/
		position: absolute;
		/*z-index: 3;*/
		background-size: 50%;
		background-repeat: no-repeat;
		margin-top: 100px;
		margin-left: -72px;
		z-index: 6;
	}
	.intro_vnuf_laptop_inside{
		/*background: url('../../images/vnuf/slide/1.png');*/
		background-size: 60%;
		background-repeat: no-repeat;
		bottom: -160px;
		margin-left: 0px;
		margin-top: 130px;
		width: 200px;
		height: 120px;
		position: absolute;
		top: -3.77%;
		left: 89px;
	}

	#intro_vnuf_mobile_phone_text{
		margin-left: 136px;
		margin-top: 148px;
		height: 300px;
		width: 167px;
		position: absolute;
		font-size: 18px;
		color: white;
	}


	#intro_vnuf_mobile{
		/*width:736px;*/
		/*height: 0px;*/
		background: url('../../images/vnuf/bg_vnuf.jpg') no-repeat center;
		/*background-size: cover;*/
		/*position: absolute;*/
		/*z-index: 1;*/
	}

	#intro_vnuf_mobile_laptop_text{
		margin-left: 8%;
		margin-top: 313px;
		/*height: 86%;*/
		/*width: 300px;*/
		position: absolute;
		font-size: 18px;
		left:-13px;
		color: white;
	}

	#img_button_mobile{
		width: 190px;
		height: 106px;
		/*margin-top: 352px;*/
		margin-left: 30%;
	}

	#intro_vnuf_mobile_btn_try_it{
		padding-top: 433px;
	}
	.intro_vnuf_mobile_logo {
		width: 162px;
		height: 315px;
		/*background: url('../../images/vnuf/mobile.png');*/
		position: absolute;
		background-size: 78%;
		background-repeat: no-repeat;
		margin-top: 8px;
		margin-left: -262px;
		z-index: 6;
	}
	.intro_vnuf_mobile_inside{
		/*background: url('../../images/vnuf/mobileSlide/1.png');*/
		background-size: 78%;
		background-repeat: no-repeat;
		bottom: -160px;
		margin-left: -313px;
		margin-top: 40px;
		width: 150px;
		height: 236px;
		position: absolute;
		top: 9px;
		left: 53px;
	}
	.intro_vnuf_main_logo{
		width:58px;
		height: 58px;
		/*background: url('../../images/vnuf/logo_vnuf.png');*/
		background-size: 50%;
		background-repeat: no-repeat;
		float:left;
		margin-top: 12px;
		margin-left: 48px;

	}
	.intro_vnuf_main_text{
		width: 49%;
		height: 78px;
		/*background: url('../../images/vnuf/vnuf_text.png');*/
		background-size: 50%;
		background-repeat: no-repeat;
		float:left;
		margin-left: 123px;
		margin-top: -63px;
	}

	.intro_vnuf_right_col_text4{
		margin-left: 10px;
		margin-top: 280px;
		height: 150px;
		width: 270px;
	}

}

@media only screen and (max-width:319px)   {
	/* Thanh */
	.intro_vnuf_laptop_logo {
		width: 264px;
		height: 165px;
		/*background: url('../../images/vnuf/laptop.png');*/
		position: absolute;
		/*z-index: 3;*/
		background-size: 50%;
		background-repeat: no-repeat;
		margin-top: 100px;
		margin-left: -72px;
		z-index: 6;
	}
	.btn_next_slide{
		visibility: hidden;
	}
	.intro_vnuf_laptop_inside{
		/*background: url('../../images/vnuf/slide/1.png');*/
		background-size: 60%;
		background-repeat: no-repeat;
		bottom: -160px;
		margin-left: 0px;
		margin-top: 130px;
		width: 200px;
		height: 120px;
		position: absolute;
		top: -3.77%;
		left: 89px;

	}
	#intro_vnuf_mobile_phone_text{
		margin-left: 161px;
		margin-top: 112px;
		height: 300px;
		width: 110px;
		position: absolute;
		font-size: 18px;
		color: white;
	}


	#intro_vnuf_mobile{
		/*width:736px;*/
		/*height: 0px;*/
		background: url('../../images/vnuf/bg_vnuf.jpg') no-repeat center;
		/*background-size: cover;*/
		/*position: absolute;*/
		/*z-index: 1;*/
	}

	#intro_vnuf_mobile_laptop_text{
		margin-left: 17px;
		margin-top: 313px;
		/*height: 150px;*/
		/*width: 300px;*/
		position: absolute;
		font-size: 18px;
		left:-13px;
		color: white;
	}

	#img_button_mobile{
		width: 190px;
		height: 106px;
		/*margin-top: 374px;*/
		margin-left: 58px;
	}
	#intro_vnuf_mobile_btn_try_it{
		padding-top: 433px;
	}


	.intro_vnuf_mobile_logo {
		width: 162px;
		height: 315px;
		/*background: url('../../images/vnuf/mobile.png');*/
		position: absolute;
		background-size: 78%;
		background-repeat: no-repeat;
		margin-top: 8px;
		margin-left: -262px;
		z-index: 6;
	}
	.intro_vnuf_mobile_inside{
		/*background: url('../../images/vnuf/mobileSlide/1.png');*/
		background-size: 78%;
		background-repeat: no-repeat;
		bottom: -160px;
		margin-left: -313px;
		margin-top: 40px;
		width: 150px;
		height: 236px;
		position: absolute;
		top: 9px;
		left: 53px;
	}
	.intro_vnuf_main_logo{
		width:58px;
		height: 58px;
		/*background: url('../../images/vnuf/logo_vnuf.png');*/
		background-size: 50%;
		background-repeat: no-repeat;
		float:left;
		margin-top: 12px;
		margin-left: 48px;

	}
	.intro_vnuf_main_text{
		width: 175px;
		height: 78px;
		/*background: url('../../images/vnuf/vnuf_text.png');*/
		background-size: 50%;
		background-repeat: no-repeat;
		float:left;
		margin-left: 123px;
		margin-top: -63px;
	}

	.intro_vnuf_right_col_text4{
		margin-left: 10px;
		margin-top: 280px;
		height: 150px;
		width: 270px;
	}
}





/*@media only screen and (max-width:320px) and (max-height: 480px){*/
/*@media only screen and (max-width:320px){*/

	/*#intro_vnuf_mobile_phone_text{*/
		/*margin-left: 30px;*/
		/*margin-top: 176px;*/
		/*height: 300px;*/
		/*width: 200px;*/
		/*position: absolute;*/
		/*font-size: 22px;*/
	/*}*/


	/*#intro_vnuf_mobile{*/
		/*!*width:736px;*!*/
		/*!*height: 0px;*!*/
		/*background: url('../../images/vnuf/background.png') no-repeat center;*/
		/*!*background-size: cover;*!*/
		/*!*position: absolute;*!*/
		/*!*z-index: 1;*!*/
	/*}*/

	/*#intro_vnuf_mobile_laptop_text{*/
		/*margin-left: 30px;*/
		/*margin-top: 329px;*/
		/*height: 150px;*/
		/*width: 270px;*/
		/*position: absolute;*/
		/*font-size: 22px;*/
	/*}*/

	/*#img_button_mobile{*/
		/*width: 200px;*/
		/*height: 85px;*/
		/*margin-top: 492px;*/
		/*margin-left: 44px;*/
	/*}*/
	/*.intro_vnuf_laptop_logo {*/
		/*width: 331px;*/
		/*height: 202px;*/
		/*!*background: url('../../images/vnuf/laptop.png');*!*/
		/*position: absolute;*/
		/*z-index: 3;*/
		/*background-size: 50%;*/
		/*background-repeat: no-repeat;*/
		/*margin-top: 122px;*/
		/*margin-left: -127px;*/
		/*z-index: 6;*/
	/*}*/
	/*.intro_vnuf_laptop_inside{*/
		/*!*background: url('../../images/vnuf/slide/1.png');*!*/
		/*background-size: 60%;*/
		/*background-repeat: no-repeat;*/
		/*bottom: -160px;*/
		/*margin-left: -3.7%;*/
		/*margin-top: 39.1%;*/
		/*width: 254px;*/
		/*height: 146px;*/
		/*position: absolute;*/
		/*top: 9px;*/
		/*left: 53px;*/
	/*}*/
	/*.intro_vnuf_mobile_logo {*/
		/*width: 170px;*/
		/*height: 380px;*/
		/*!*background: url('../../images/vnuf/mobile.png');*!*/
		/*position: absolute;*/
		/*background-size: 78%;*/
		/*background-repeat: no-repeat;*/
		/*margin-top: 42px;*/
		/*margin-left: 430px;*/
		/*z-index: 6;*/
	/*}*/
	/*.intro_vnuf_mobile_inside{*/
		/*!*background: url('../../images/vnuf/mobileSlide/1.png');*!*/
		/*background-size: 78%;*/
		/*background-repeat: no-repeat;*/
		/*bottom: -160px;*/
		/*margin-left: 388px;*/
		/*margin-top: 25%;*/
		/*width: 150px;*/
		/*height: 290px;*/
		/*position: absolute;*/
		/*top: 9px;*/
		/*left: 53px;*/
	/*}*/
	/*.intro_vnuf_main_logo{*/
		/*width:65px;*/
		/*height: 65px;*/
		/*!*background: url('../../images/vnuf/logo_vnuf.png');*!*/
		/*background-size: 50%;*/
		/*background-repeat: no-repeat;*/
		/*float:left;*/
		/*margin-top: 12px;*/
		/*margin-left: 36px;*/

	/*}*/
	/*.intro_vnuf_main_text{*/
		/*width: 183px;*/
		/*height: 67px;*/
		/*!*background: url('../../images/vnuf/vnuf_text.png');*!*/
		/*background-size: 50%;*/
		/*background-repeat: no-repeat;*/
		/*float:left;*/
		/*margin-left: 118px;*/
		/*margin-top: -65px;*/
	/*}*/

	/*.intro_vnuf_right_col_text4{*/
		/*margin-left: 10px;*/
		/*margin-top: 280px;*/
		/*height: 150px;*/
		/*width: 270px;*/
	/*}*/

/*}*/

