@charset "utf-8";
/* CSS Document */

@font-face {
font-family:"UTM_Alexander";
src: url(../fonts/UTM_Alexander.ttf);
}

@font-face {
font-family:"UTM_Facebook";
src: url(../fonts/UTM_Facebook.ttf);
}

*{margin:0px;padding:0px;}
a{text-decoration:none}
ul {list-style:none}
img{border:0px}
*:focus {outline: none}

.note{font-size: 12px;color: red;}

.page_in{font-size:14px;clear:both;padding:0px;margin:20px 0px;text-align:center}
.page_in a{padding:3px 7px;color:black}
#current_page{padding:3px 7px;background:#007100;color:#FFF;font-weight:bold;margin-right:4px;border-radius:5px;}

.read_more{
text-align:right;	
padding-right:20px;
margin-top:-20px;
margin-bottom:5px;
}

.read_more a{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#000;
}

.read_more a:hover{
color:#ee1c2f;
}

body{
	background: url(../img/bg.jpg) no-repeat center center fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#wrap_all{
	width:1000px;
	min-height:500px;
	padding-bottom:10px;
	margin:0 auto;
}

#wrap_header{
	width:1000px;
	height:195px;	
}

#wrap_logo_name_suport{
	width:1000px;
	height:155px;	
}

#wrap_logo_name{
	width:670px;
	height:155px;
	float:left;	
}

#wrap_logo{
	width:117px;
	height:185px;
	text-align:center;	
	float:left;
	padding-top:35px;
	margin-right:20px;
}

#wrap_name{
	width:533px;
	height:95px;
	float:left;	
	padding-top:50px;
	
}

#wrap_name h1{
	font-family:"UTM_Alexander";
	color:#fff000;
	font-weight:100;
	font-weight:36px;	
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

#wrap_suport{
	width:330px;
	height:120px;	
	float:left;
	margin-top:35px;
}

#wrap_suport p{
	text-align:right;
	margin-top:30px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#de0202;
	text-shadow: 1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF;
}

#wrap_menu{
	width:1000px;
	clear:both;
	height:40px;
	border-radius:5px;
	background: rgb(0,131,0); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY5MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(0,131,0,1) 0%, rgba(0,105,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,131,0,1)), color-stop(100%,rgba(0,105,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,131,0,1) 0%,rgba(0,105,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,131,0,1) 0%,rgba(0,105,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,131,0,1) 0%,rgba(0,105,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,131,0,1) 0%,rgba(0,105,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008300', endColorstr='#006900',GradientType=0 ); /* IE6-8 */
}

/* BEGIN MENU TOP*/

#menu_top{
	padding:3px;	
	text-align:left;
	display:inline-block;

}

#menu_top li{
	text-align:center;
	float:left;
	height:33px;	
	line-height:35px;
}

.line_doc{
	width:1px; 
	height:30px;
	border-left:1px dashed #fff;
	padding:0px;	
}

.line_doc:hover{
	background:none!important;
}

#menu_top li a:hover{
	color:#000;
}

.active_top a{
	color:#000!important;
}

#menu_top li a{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	padding:0px 20px;
}

/* END MENU TOP*/

#wrap_search{
	width:270px;
	height:30px;
	margin-top:1px;	
	border:1px solid #ccc;
	margin-left:180px;
}

#wrap_search input:nth-child(1){
	border:0px;
	padding:7px;
	color:#999;
	width:221px;
	float:left;
}

#wrap_search input:nth-child(2){
	border:0px;
	width:35px;
	height:30px;
	background:url(../img/bt_s.jpg) no-repeat;
	float:left;
}

#wrap_middle{
	width:1000px;
	display:block;	
	padding-top:10px;
}

#wrap_left{
	width:267px;
	margin-right:10px;
	float:left;
}

/* BEGIN MENU LEFT */

.menu_left{
	width:257px;
}
	
.menu_left li.title_left{
	width:257px;
	height:30px;
	text-align:center;
	color:#df2f07;
	background:none;
	padding:0;
	border:0px;
}
	
.menu_left li.title_left:hover{
	background:none;
}
	
.menu_left li{
	margin-bottom:3px;
	width:247px;
	height:28px;
	line-height:28px;
	margin-left:5px;
	border-radius:5px;
	background:url(../img/icon_mnl.png) #eff77b no-repeat;
	background-position:left 50px center;
}
	
.menu_left li a{
	color:#000;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-left:80px;
}

.menu_left li a:hover{
	color:#eb0000;	
}
	
.menu_left li.title_left{
	list-style:none!important;	
}
	
.menu_left li.title_left h2{
	text-align:left;
	width:197px;
	height:25px;
	line-height:35px;
	text-align:left;
}

.menu_left li.title_left h2 a{
	color:#eb0000;
	font-size:14px;
    padding-left:50px;
	font-family:Arial, Helvetica, sans-serif;
}

/* END MENU LEFT */


/* BEGIN BLOCK LEFT*/
.block_left{
	width:267px;
	margin-bottom:10px;
	background: #f3fee9;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.block_left h1{
	width:267px;
	font-size:18px;
	color:#000;
	text-align:center;
	height:34px;
	line-height:34px;
	font-family:"UTM_Facebook";
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-weight:100;
	background: rgb(240,196,0); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwYzQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGE1MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(240,196,0,1) 0%, rgba(240,165,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,196,0,1)), color-stop(100%,rgba(240,165,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(240,196,0,1) 0%,rgba(240,165,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(240,196,0,1) 0%,rgba(240,165,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(240,196,0,1) 0%,rgba(240,165,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(240,196,0,1) 0%,rgba(240,165,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0c400', endColorstr='#f0a500',GradientType=0 ); /* IE6-8 */

}

.block_left .content_block_left{
	width:257px;
	padding:5px;
}
/* END BLOCK LEFT*/

/* BEGIN LIST NEWS_HOME*/

	#list_news_home{
		width:257px;
		text-align:left;
		padding:0px;
		padding-top:10px;
	}
	
	#list_news_home .line_ngang{
		margin:5px 0px!important;
	}
	
	#list_news_home li{
		width:257px;
		display:inline-block;
		padding:10px 0px;
		background:url(../img/line_ngang.png) no-repeat;
		background-position:bottom center;
	}
	
	#list_news_home .img_home{
		width:90px;
		height:70px;
		float:left;
		margin-right:5px;
		border:1px solid #54770f;
	}
	
	#list_news_home .img_home img{
		width:90px;
		height:70px;	
	}
	
	#list_news_home .content_news_home{
		width: 155px;
		float:left;
		padding:0px;
		display:inline-block;
	}
	
	#list_news_home .content_news_home h2{
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		padding:0px;
		font-weight:600;
		margin-top:0px;
		margin-bottom:3px;
		width:155px;
		text-align:justify;
		font-weight:100;
	}
	
	#list_news_home .content_news_home h2 a{
		color:#000!important;
	}
	
	#list_news_home .content_news_home h2 a:hover{
		color:#df2f07!important;
	}
	
	#list_news_home .content_news_home p{
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		text-align:justify;
		margin-top:5px;
		color:#999;
		
	}

/* END LIST NEWS_HOME*/

#wrap_right{
	width:723px;
	float:left;
}

/* BEGIN BLOCK RIGHT*/
.block_right{
	width:723px;
	margin-bottom:10px;
	background: rgb(232,255,211); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZmZkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2ZlZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(232,255,211,1) 0%, rgba(243,254,233,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,255,211,1)), color-stop(100%,rgba(243,254,233,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(232,255,211,1) 0%,rgba(243,254,233,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(232,255,211,1) 0%,rgba(243,254,233,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(232,255,211,1) 0%,rgba(243,254,233,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(232,255,211,1) 0%,rgba(243,254,233,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ffd3', endColorstr='#f3fee9',GradientType=0 ); /* IE6-8 */
	padding-top:5px;
    display: inline-block;
}

.block_right h1{
	width:690px;
	font-size:18px;
	color:#2a7429;
	text-align:left;
	padding-left:20px;
	height:34px;
	line-height:34px;
	font-family:"UTM_Facebook";
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background:url(../img/dot.png) no-repeat;
	background-position:left center;
	margin-left:13px;
	font-weight:100;
}

.block_right .content_block_right{
	width:715px;
	padding:5px;
}
/* END BLOCK RIGHT*/

#adv img{
	text-align:center;
	width:257px;
	height:150px;
	margin-top:10px;
}

/* BEGIN LIST PRODUCT */
.list_product{
	width:715px;
	margin:0px;
	padding:0px;
	text-align:center;	
	}
	
.list_product li{
	display:inline;
	margin:0px 5px 0px 0px;
	font-size:14px;
	text-align:center;
	display:inline-block;
	width:170px;
	margin-bottom:10px;
}

.wrap_img{
	width:160px;
	height:118px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border:1px solid #8fc865;
	padding:5px;
	background:#FFF!important;
}

.wrap_img * {
    vertical-align: middle;
}

.list_product li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.pr_name {
margin-top:10px;	
}
	
.pr_name a{
	color:#000;
}
	
.pr_name a:hover{
	color:#de0008;
}
	
.bt_sp a{
	color:#155b14;	
}
	
.bt_sp a:hover{
	color:#000;	
}
	
.list_product li p{
	margin-bottom:5px;
}
	
/* END LIST PRODUCT */

/* NEWS PAGE*/
#list_news{
	padding:0px;
	display:inline-block;	
}

#list_news li{
	width:710px;
	clear:both;
	display:inline-block;
	border-bottom:1px dashed #ccc;
	padding:13px 0px;
}

.date_news{
	font-size:12px;
	color:#999;
	font-style:italic;	
}

.img_news{
	width:125px;
	height:111px;		
	border:1px solid #666;	
	float:left;
	margin-right:10px;
}

.img_news img{
	width:125px;
	height:111px;	
}

.descript_news{
	float:left;
	width:570px;
	height:111px;
	
}

.descript_news h2{
	margin-top:2px;
	margin-bottom:5px;
}

.descript_news h2 a{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#006B00;
	font-weight:100;
}

.descript_news h2 a:hover{
	color:#CA0000;
}

.descript_news p{
	text-align:justify;
	font-size:14px;
	margin-bottom:5px;
}

.content_articles{
	padding:10px;
	text-align:justify;	
}

.content_articles p{
	margin-bottom:5px;	
}

.content_articles ul li{
	list-style:inside;
}

/* END NEWS PAGE*/

#wrap_footer{
	clear:both;
	width:1000px;
	min-height:130px;
	border-radius:5px;
	margin-bottom:20px;	
	background: rgb(0,131,0); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY5MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(0,131,0,1) 0%, rgba(0,105,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,131,0,1)), color-stop(100%,rgba(0,105,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,131,0,1) 0%,rgba(0,105,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,131,0,1) 0%,rgba(0,105,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,131,0,1) 0%,rgba(0,105,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,131,0,1) 0%,rgba(0,105,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008300', endColorstr='#006900',GradientType=0 ); /* IE6-8 */

}

#wrap_bottom_content{
	width:990px;
	margin:0 auto;
	min-height:140px;
	display:table;
	padding:5px;
}

#wrap_bottom_content_left{
	width:740px;
	float:left;
}

#wrap_bottom_content_right{
	width:250px;
	float:left;
	text-align:center;
}

#wrap_adv{
	clear:both;
	width:1000px;
	height:70px;
	margin:0 auto;	
	padding:10px 0px;
}

.image_carousel{
	width:985px;	
	text-align:center;
	padding-left:15px;
}

.image_carousel img{
	width:185px;
	height:70px;
	margin-right:10px;
}

/* BEGIN FOOTER*/
#menu_footer{
	width:890px;
	height:30px;	
	text-align:left;
	margin-top:10px;
}

#menu_footer li{
	width:890px;
	height:40px;	
	text-align:center;
	display:inline;
	color:#fff;
	padding:0 5px;
}

#menu_footer li a{
	padding:0px 10px;	
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	
}

#menu_footer li a:hover{
	color:#000;	
}

.active_f a{
	color:#000!important;		
}

#content_add{
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
	margin-top:5px;
	font-size:14px;
}

#content_add p{
	margin-bottom:5px;
	color:#fff;
	font-size:13px;
}

#content_add p a{
	color:#fff;
	font-size:13px;
}

#content_add p a:hover{
	color:#ebca61;
}

#wrap_bottom_content_right p{
	margin-bottom:10px;
	color:#fff;
	font-family:Tahoma;
	font-size:12px;
}

#wrap_bottom_content_right p img{
	width:20px;
	height:20px;
	margin-right:5px;
}

.count_num {
    display: inline;
    font-family: "Comic Sans MS",cursive;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
	color:#fff;
}

#wrap_bottom_content_right p a{
	color:#fff;	
}

#wrap_bottom_content_right p a:hover{
	color:#ebca61;	
}
/* END FOOTER*/	

.content_articles{
	padding:10px;
	text-align:justify;	
	font-family:"NotoSerif-Regular";
}

.content_articles p{
	margin-bottom:5px;	
}

.content_articles ul li{
	list-style:inside;
}

#wrap_support{
	text-align:center;	
	background:url(../img/bg_sup.png) no-repeat;
	background-position:left top;
	margin-top:10px;
}

#wrap_support p{
	margin-bottom:5px;	
	font-family:"NotoSans-Regular";
	font-size:14px;
}

#wrap_support p:nth-child(1){
	color:#ca0000;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;	
	padding-left:100px;
	font-weight:bold;
	text-align:left;
	padding-top:20px;
}

#wrap_support p:nth-child(2){
	color:#000;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;	
	text-align:center;
	margin-top:25px;
}

#wrap_support p img{
	margin-right:5px;	
}

 #wrap_contact{
	width:700px;	
	float:left;
	margin-bottom: 20px;
}

#wrap_contact p{
	margin-bottom:5px!important;	
}

#wrap_map{
	width:690px;
	height:250px;
	float:left;	
    margin-bottom: 10px;
}

#wrap_form_contact{
	float:left;
	margin-top:20px;	
}

#title_form_ta{
padding-top:10px;
float:left;
width:200px!important;
font-size:12px;
text-align:right;	
}

#title_form_ta li{
margin-bottom:8px;
height:25px;	
padding-top:5px;
list-style:none!important;
}

#input_form_ta{
padding-top:10px;
float:left;
}

#input_form_ta li{
margin-bottom:5px;
text-align:left;
padding-left:5px;
list-style:none!important;
}

#input_form_ta li input{
	width:335px;	
	height:25px;
	padding:3px;
}

#input_form_ta li textarea{
	width:335px;
	max-width:335px!important;
	height:100px;
	padding:3px;
}

.break_crum{
	font-size:13px!important;
	font-family:"NotoSerif-Regular"!important;
	padding-top:5px;	
	margin-bottom:5px;
	font-weight:100;
	color:#999;
	border:0!important;
	padding-left:15px;
}
	
.break_crum a{
	font-size:13px!important;
	font-family:"NotoSerif-Regular"!important;	
	color:#999;
	padding:0px 5px;
}
	
.break_crum a:hover{
	color:#EE1C2F;
}

#wrap_img_product_d{
	width:390px;
	height:290px;
	border:1px solid #8FC865;	
	margin:0px 20px 10px 10px;
	padding:5px;
	float:left;
    background: #fff;
}

#img_product_d{
	width:390px;
	height:290px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	text-align:center;
}
	
#img_product_d * {
    vertical-align: middle;
}

	
	#descript_product_d{
		width:220px;
		float:left;
		min-height:270px;
	}
	
	#descript_product_d h2{
		font-family:Arial;
        font-weight: 100;
		font-size:18px;
		color:#000;
		margin-bottom:10px;
	}

	#descript_product_d p{
		margin-bottom:5px;
		color:#000;
		font-family:Arial;
		font-size:14px;
	}
	
	.bold{
		font-weight:bold;	
	}
	
	#descript_product_content{
		font-family:Arial;
		font-size:14px;
		text-align:justify;	
	}
	
	#descript_product_content ul li{
		list-style:inside;
	}
	
	
	#info_pro{
	width:720px;
	float:left;
	margin-left:10px;
	margin-bottom:20px;
	position:relative;
	z-index:0;
	padding-top:20px;
	}
	
	#info_pro h3{
		color:#2a7429;
        background: #F0FEE3;
		font-size:14px;
		font-family:Arial;
        font-weight: 100;
		padding:5px;
		position:absolute;
		z-index:100;
		top:5px;
		left:10px;
	}
    
    #hot_line{
        color: #ec0000;
        font-size: 22px;
        font-family:Arial;
        font-weight: 100!important;
        margin-top: 20px;
    }

a.zalo-fix {
    position: fixed;
    right: 20px;
    z-index: 9999;
    bottom: 65px;
    border-radius: 50%;
    box-shadow: 0 0 10px #000000;
}

.hotlineSupport {
	width: 80px;
	height: 65px;
	position: fixed;
	background: #ed3237;
	right: 20px;
 	left: inherit;
 	bottom: 175px;
	border-radius: 100%;
	text-align: Center;
	color: #ffffff;
	padding-top: 20px;
	font-size: 15px;
	line-height: 25px;
	cursor: pointer;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-o-transform: translateX(0%);
	opacity: 1;
	visibility: initial;
	z-index: 9999;
}
.hotlineSupport i.fa-phone {
	font-size: 25px;
	line-height: 25px;
	-webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.hotlineSupport:before {
	width: 100%;
	height: 100%;
	position: absolute;
	box-shadow: 0px 0px 20px #ed3237;
	content: "";
	left: 0;
	top: 0;
	border-radius: 100%;
	animation: shadow 1s infinite ease;
	-webkit-animation: shadow 1s infinite ease;
	-moz-animation: shadow 1s infinite ease;
	-o-animation: shadow 1s infinite ease;

	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.hotlineSupport:after {
	width: 100%;
	height: 100%;
	position: absolute;
	box-shadow: 0px 0px 20px #ed3237;
	content: "";
	left: 0;
	top: 0;
	border-radius: 100%;
	animation: shadow 1.4s 1000ms infinite;
	-webkit-animation: shadow 1.4s 1000ms infinite;
	-moz-animation: shadow 1.4s 1000ms infinite;
	-o-animation: shadow 1.4s 1000ms infinite;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

	@-webkit-keyframes shadow{
	    0% {
	        transform: rotate(0deg) scale(1) skew(1deg);
	        opacity: .1
	    }
	    20%{
	        transform: rotate(0deg) scale(1.2) skew(1deg);
	        opacity: .2
	    }
	    40% {
	        transform: rotate(0deg) scale(1.3) skew(1deg);
	        opacity: .4
	    }
	    60%{
	        transform: rotate(0deg) scale(1.4) skew(1deg);
	        opacity: .6
	    }
	    80%{
	        transform: rotate(0deg) scale(1.5) skew(1deg);
	        opacity: .4
	    }
	    100% {
	        transform: rotate(0deg) scale(1.6) skew(1deg);
	        opacity: .1
	    }
	}
	@-moz-keyframes shadow{
	    0% {
	        transform: rotate(0deg) scale(1) skew(1deg);
	        opacity: .1
	    }
	    20%{
	        transform: rotate(0deg) scale(1.2) skew(1deg);
	        opacity: .2
	    }
	    40% {
	        transform: rotate(0deg) scale(1.3) skew(1deg);
	        opacity: .4
	    }
	    60%{
	        transform: rotate(0deg) scale(1.4) skew(1deg);
	        opacity: .6
	    }
	    80%{
	        transform: rotate(0deg) scale(1.5) skew(1deg);
	        opacity: .4
	    }
	    100% {
	        transform: rotate(0deg) scale(1.6) skew(1deg);
	        opacity: .1
	    }
	}
	@-o-keyframes shadow{
	    0% {
	        transform: rotate(0deg) scale(1) skew(1deg);
	        opacity: .1
	    }
	    20%{
	        transform: rotate(0deg) scale(1.2) skew(1deg);
	        opacity: .2
	    }
	    40% {
	        transform: rotate(0deg) scale(1.3) skew(1deg);
	        opacity: .4
	    }
	    60%{
	        transform: rotate(0deg) scale(1.4) skew(1deg);
	        opacity: .6
	    }
	    80%{
	        transform: rotate(0deg) scale(1.5) skew(1deg);
	        opacity: .4
	    }
	    100% {
	        transform: rotate(0deg) scale(1.6) skew(1deg);
	        opacity: .1
	    }
	}
	@keyframes shadow{
	    0% {
	        transform: rotate(0deg) scale(1) skew(1deg);
	        opacity: .1
	    }
	    20%{
	        transform: rotate(0deg) scale(1.2) skew(1deg);
	        opacity: .2
	    }
	    40% {
	        transform: rotate(0deg) scale(1.3) skew(1deg);
	        opacity: .4
	    }
	    60%{
	        transform: rotate(0deg) scale(1.4) skew(1deg);
	        opacity: .6
	    }
	    80%{
	        transform: rotate(0deg) scale(1.5) skew(1deg);
	        opacity: .4
	    }
	    100% {
	        transform: rotate(0deg) scale(1.6) skew(1deg);
	        opacity: .1
	    }
	}
	@-moz-keyframes quick-alo-circle-img-anim {
	    0% {
	        transform: rotate(0deg) scale(1) skew(1deg)
	    }
	    10% {
	        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
	    }
	    20% {
	        -moz-transform: rotate(25deg) scale(1) skew(1deg)
	    }
	    30% {
	        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
	    }
	    40% {
	        -moz-transform: rotate(25deg) scale(1) skew(1deg)
	    }
	    50% {
	        -moz-transform: rotate(0deg) scale(1) skew(1deg)
	    }
	    100% {
	        -moz-transform: rotate(0deg) scale(1) skew(1deg)
	    }
	}

	@-webkit-keyframes quick-alo-circle-img-anim {
	    0% {
	        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
	    }
	    10% {
	        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	    }
	    20% {
	        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
	    }
	    30% {
	        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	    }
	    40% {
	        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
	    }
	    50% {
	        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
	    }
	    100% {
	        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
	    }
	}

	@-o-keyframes quick-alo-circle-img-anim {
	    0% {
	        -o-transform: rotate(0deg) scale(1) skew(1deg)
	    }
	    10% {
	        -o-transform: rotate(-25deg) scale(1) skew(1deg)
	    }
	    20% {
	        -o-transform: rotate(25deg) scale(1) skew(1deg)
	    }
	    30% {
	        -o-transform: rotate(-25deg) scale(1) skew(1deg)
	    }
	    40% {
	        -o-transform: rotate(25deg) scale(1) skew(1deg)
	    }
	    50% {
	        -o-transform: rotate(0deg) scale(1) skew(1deg)
	    }
	    100% {
	        -o-transform: rotate(0deg) scale(1) skew(1deg)
	    }
	}
	@keyframes quick-alo-circle-img-anim {
	    0% {
	        transform: rotate(0deg) scale(1) skew(1deg)
	    }
	    10% {
	        transform: rotate(-25deg) scale(1) skew(1deg)
	    }
	    20% {
	        transform: rotate(25deg) scale(1) skew(1deg)
	    }
	    30% {
	        transform: rotate(-25deg) scale(1) skew(1deg)
	    }
	    40% {
	        transform: rotate(25deg) scale(1) skew(1deg)
	    }
	    50% {
	        transform: rotate(0deg) scale(1) skew(1deg)
	    }
	    100% {
	        transform: rotate(0deg) scale(1) skew(1deg)
	    }
	}