@charset "utf-8";
/* CSS Document */
h1,h2,h3,h4,h5,h6{
	padding:0;
	margin:0;
}
h1{font-size:18px;}
h2{font-size:16px;}
h3{font-size:14px;}
h4{font-size:12px;}
ul{
	list-style:none;
}
a{
	text-decoration:none;
	color: #F60;
	font-size: 14px;
}
a:hover{
	color: #333;
}
a:visited, a:active{
	border: none;
}
p{
	margin:0;
	padding:0;
	font-size: 14px;
}
html{}
body {
    /* background-color: #F1F1F1; */
    margin-top: 0;
    /* background-image: url(../images/boxcont-bg.png); */
    background-repeat: repeat-y;
    background-position: center top;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	line-height:18px;
	position: relative;
	margin: 0px;
}
img{
	border:none;
}
/****** reponse ********/
.deskop-block{
	display: block !important;
}
.deskop-inline{
	display: inline !important;
}
.mobile-block { 
	display: none !important;
}

@media only screen and (max-width: 800px){
	.mobile-block{
		display: block !important;
	}
	.deskop-block, .deskop-inline{
		display: none !important;
	}
}

/****** widht ***********/
.w1{
	width: 100%;
}
/****** height ***********/
.hA{
	height: auto;
}
.h1{
	height: 100%;
}
.h35{
	height: 35px;
}
.lh35{
	line-height: 35px;
}
.h30{
	height: 30px;
}
.lh30{
	line-height: 30px;
}
.h28{
	height: 28px;
}
.lh28{
	line-height: 28px;
}
/******** display ********/
.dBlock{
	display: block;
}
.boxBoder{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.dTable{
	display: table;
}
.dTable-cell{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

/******* float ***********/
.ovH{
	overflow: hidden;
}
.clear{
	margin:0;
	padding:0;
	clear:both;
}

.fl{
	float:left !important;
}
.fr{
	float:right !important;
}
.box{
	padding: 0px 15px;
}
#mainWap{
	width:1000px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	background: #fff;
	box-shadow: 1px 1px 3px #ccc, -1px 1px 3px #ccc;
}
#mainContainer{
	margin:0;
	/* padding:0 22px 0 14px; */
	padding:0px 10px;
}
#header-page{
	width: 1000px;
	height: 80px;
	background-color: #FFF;
	margin: 0px auto;
	box-shadow: 1px -3px 3px #CCC, -1px -3px 3px #CCC;
}
#header{
    margin: 0 auto;
    width: 1000px;
	height: 80px;
}

#logo-header{
	width:185px;
	margin: 10px 0px 0px 10px;
	float:left;
}
#logo-header a{
	display: block;
	width: 182px;
}


#news{
	width: 299px;
	/* height: 350px; */
	margin-right: 5px;
}

#news .homefeature li.listrows, #aboutBox li.listrows, #product-news li.listrows{
	/* border-bottom: 1px dotted #ccc; */
	background: url(../images/dotted.png) repeat-x  center bottom;
	line-height: 23px;
}
#news .homefeature .listrows:last-child, #aboutBox .listrows:last-child, #product-news, .listrows:last-child{
	/* border-bottom: none; */
}
#areaSwitcher{
	width: 654px !important;
}
div#areaSwitcher ul li{
	width: 274px !important;
}
.toprow{
	position: relative;
}
#toprowcontent{
	clear: both;
	padding: 0 0 0 7px;
    width: 293px;
	position: absolute;
	bottom: 3px;
	background:#ccc;
	opacity: 0.7;
}
#toprowcontent a{
	font-size: 13px;
    font-weight: 700;
}

.slogan{
	font-size:14px;
	font-weight:700;
	padding:5px 0 5px 3px;
}
.info-header{
	width: 430px;
	height: 80px;
}
#icon-menu-product{
	display: none;
}
#top-menu{
	width: 430px;
	height: 100%;
	line-height: 20px;
	margin:8px 0px 0px 0px;
	font-size:15px;
	color: black !important;
	position: relative;
}
#top-menu ul{
	height: 20px;
	width: auto;
	position: absolute;
	top: 50%;
	right: 0px;
	margin: -10px 5px 0px 5px;
	padding: 0px;
}
#top-menu li {
	height: 12px;
	line-height: 12px;
	float: left;
	border-right: 1px solid #333;
	padding: 0px 8px;
}

#top-menu li:last-child{
	border: none;
}
#top-menu li a{
	color: #333;
}
#top-menu li a:hover{
	border-bottom: 1px solid #333;
}
.languague{
	text-align:left;
	width:280px;
	float:right;
}
#language-header{
	width: 70px;
	margin: 34px 3px 0px;
}
#language-header a{
	display: block;
	width: 70px;
	height: 20px;
	clear: both;
	padding: 0px 0px 0px 0px;
	color: #333;
}




.mainContainer{
	padding:0;
	margin:0;
	background-color:#fff;
	float:left;
	overflow:hidden;
	width: 100%;
}
.ads_content{
	margin:3px 0;
	padding:0;
	background:#fff;
}
.ads_content p{
	margin:0;
	padding:0;
}
.contentBox {
  float:left;
  overflow:hidden;
  margin-bottom:10px;
  margin-right:2px;
  background:white;
  border:1px solid #ccc;
}
.contentBox h3.hpbox {
    font-size:12px;
    padding-top:5px;
    padding-bottom:0;
    margin-bottom:0;
}
.contentBox p.hpbox {
    color: #666666 ;
	padding:5px 0;
}
.contentBox h2 {
  margin:0;
  padding-top:11px;
  padding-bottom:10px;
  background:url(../images/section_bg.jpg) repeat-x white bottom center;
}
.contentBox h2,
.contentBox h3,
.contentBox p {
  padding-left:5px;
  padding-right:5px;
}
.pdt5{
	padding-top:5px;
}
.pdb5{
	padding-bottom:5px;
}
.pdtop10{padding-top: 10px;}
.pdb10{
	padding-bottom:10px;
}
.pdl2{
	padding-left:2px;
}
.pdl15{
	padding-left:15px;
}
.mgt5{
	margin-top:5px;
}
.mgr10{
	margin-right:10px;
}
.w310{
	width:310px;
}
.w322{
	width:312px;
}
.w420{
	width:415px;
}
.w480{
	width:480px;
}
.w475{
	width: 475px;
}
.w370{
	width:370px;
}
.w350{
	width:350px;
}
.w315{
	width: 315px;
}
.w210{
	width:210px;
}
.w490{
	width:490px;
}
.w240{
	width:240px;
}
.w265{
	width:265px;
}
.w252{
	width:252px;
}
.w770{
	width:770px;
}
.w720{
	width:720px;
}
.w710{
	width:710px;
}
.w730{
	width: 730px;
}
.w550{
	width:550px;
}
.w590{
	width:578px;
}
.w865{
	width: 865px;
}
.w930{
	width: 930px;
}
.w954{
	width: 954px;
}
.mgl7{
	margin-left:7px;
}
.border1{
	border:1px solid #ccc;
}
.border3{
	border:3px solid #ccc;
}
.leftcol{
	overflow:hidden;
}
.leftcol .mtitle{
	background:url(../images/nav_menu_bg.png) bottom left repeat;
	min-height:20px;
	padding:5px 2px;
	color:#fff;
	font-size:13px;
}
.leftmenu{
	margin:0;
	padding:0;
}
.leftmenu li{
	background:url(../images/leftmenu-li1.png) center left no-repeat;
	padding:7px 0 7px 0;
	margin:0;
	font-size:12px;
	border-bottom:1px solid #ccc;
}
.leftmenu li.hassub{
	background:url(../images/leftmenu-li1-hassub.png) center left no-repeat;
}
.leftmenu li.active{
	background:#e9f1f7 url(../images/leftmenu-li1-active.png) center left no-repeat;
}
.leftmenu li.activehassub{
	background:#e9f1f7 url(../images/leftmenu-li1-active-hassub.png) top left no-repeat;
}
.leftmenu li a{
	color:#333;
	width:210px;
	display:block;
	padding:0 5px 0 20px;
}
.leftmenu li a:hover{
	color:#0090d3;
}
.leftmenu li a.urlactive{
	color:#1b75bc;
	font-weight:700;
}
.leftmenu li ul{
	margin:5px 0 0 5px;
	padding:0;
}
.leftmenu li ul li a{
	width:auto;
	display:block;
}
.leftmenu li li{
	background:url(../images/arrow1.png) top left no-repeat;
	border-bottom:none;
	padding:5px 0 5px 5px;
	margin:0;
}
.leftmenu li li.active{
	background:url(../images/arrow2.png) top left no-repeat;
}
.leftmenu li li ul{
	margin:5px 0 0 8px;
	padding:0;
}
.leftmenu li li ul li{
	border-bottom:none;
}
.pathway{
	height: 44px;
	line-height: 44px;
}


.productinformations{
	padding:0;
	margin:0;
}
.productinformations li{
	padding:0;
	margin:0;
	border:1px solid #ccc;
	background:#dbeedd;
}
.inforleft{
	width:200px;
	font-weight:700;
	padding:4px 0 4px 2px;
}
.inforright{
	width:270px;
	background:#fff;
	padding:4px 0 4px 2px;
	border-left:1px solid #ccc;
}
.mod-download{
	display:block;
	border:1px solid #778b83;
	background:#f4fcb1;
	margin:4px 0;
	padding:3px 0;
}
.mod-download h2{
	color:#003366;
	font-size:14px;
	padding:5px 0 0 10px;
	margin:0;
}
.mod-download img{
	margin-top:5px;
	padding-top:5px;
}
.mod-download a{
	color: #003366;
}
.mod-download a:hover{
	color:#003366;
}
a.button{
	background:url(../images/left-button.png) top left no-repeat;
	height:34px;
	padding:0 0 0 9px;
	margin:0;
	float:left;
}
a.button span{
	background:url(../images/right-button.png) top right no-repeat;
	height:34px;
	padding:10px 15px 10px 6px;
	color:#fff;
	font-weight:700;
	float:left;
	cursor:pointer;
}
a.button:hover{
	background:url(../images/left-button-active.png) top left no-repeat;
}
a.button:hover span{
	background:url(../images/right-button-active.png) top right no-repeat;
}
*{
	color:#333;
}
.user-box{
	margin:0;
	padding:3px;
	width:400px;
}
.box-title{
	background:url(../images/nav_menu_bg2.png) top left repeat-x;
	width:100%;
	font-weight:700;
	color:#fff;
}
.bg_group{
	background: transparent url(../images/bg_group.gif) top left repeat-x;
	float:left;
	padding:5px 0 0 0;
	width:400px;
}
.bg_num{
	background: transparent url(../images/bg_num.gif) top right no-repeat;
	float:left;
	padding:5px 15px 10px 10px;
	font-size:15px;
	color:#fff;
	font-weight:700;
}
.bg_text{
	background: transparent url(../images/bg_text.gif) top left repeat-x;
}
.list_none{
	margin:0;
	padding:3px 0 0 0;
	list-style:none;
	width:500px;
}
.list_none li{
	float:left;
	padding-left:10px;
}
.list_none li label{
	width:125px;
	float:left;
}
.list_none li .bg_text{
	width:325px;
}
.text{
    border: 1px solid #bdbcbd;
    padding: 3px 10px;
    -moz-border-radius: 3px 3px 3px 3px; /* Firefox */
	-webkit-border-radius: 3px 3px 3px 3px; /* Safari, Chrome */
	border-radius: 3px 3px 3px 3px; /* CSS3 */
}
.color_red{
	color:#F00;
}
.error-mess{
	clear: left;
	display: block;
	margin-left: 125px;
	padding-top: 10px;
}
.product-container{
	margin:0;
	padding:0;
}
.product-container .name-area{
	width:100%;
	background:url(../images/nav_menu_bg2_.png) center left repeat-x;
	height:30px;
}
.product-container .name-area h2{
	float:left;
	padding:10px 5px 0 5px;
	margin:0;
	font-size:13px;
	height:20px;
	color:#fff;
}
.header-infomation-form{
	padding:7px 0 0 10px;
	font-size:13px;
}
.button1{
    border: 1px solid #056944;
    padding: 3px 15px;
    color: #fff; cursor: pointer;
    text-shadow: -1px -1px #DB8F34;
    background: #ff9511 url(../images/bg_button1.gif) top left repeat-x;
    -moz-border-radius: 3px 3px 3px 3px; /* Firefox */
	-webkit-border-radius: 3px 3px 3px 3px; /* Safari, Chrome */
	border-radius: 3px 3px 3px 3px; /* CSS3 */
}

.button1:hover{
    border: 1px solid #056944;
    padding: 3px 15px;    
    color: #fff; cursor: pointer;
    text-shadow: 1px 1px #fbc47f;
    background: #ff9511 url(../images/bg_button1.gif) 0px -24px repeat-x;
    -moz-border-radius: 3px 3px 3px 3px; /* Firefox */
	-webkit-border-radius: 3px 3px 3px 3px; /* Safari, Chrome */
	border-radius: 3px 3px 3px 3px; /* CSS3 */
}
.newslist{
	padding:0;
	margin:0;
}
.newslist .image{
	width:122px;
	border:1px solid #ccc;
	padding:1px;
}
.newslist li{
	border-bottom:1px dotted #ccc;
	padding:3px 0;
}
.row-article-info{
	padding:2px 0;
	margin:0;
	position:relative;
	float:left;
	width:100%;
	border-bottom:1px dashed #ccc;
}
.row-article-info .info-update{
	width:280px;
	float:left;
	padding-top:5px;
	font-size:11px;
}
.row-article-info .share-info{
	width:420px;
	float:right;
	text-align:right;
}
.other-article ul{
	padding:3px;
	margin:0;
}
.other-article ul li{
	padding:3px 0 3px 8px;
	/* background:url(../images/dot-li.png) top left no-repeat; */
	height:18px; 
}
.ads-top{
	height:50px;
	width:100%;
}
.search-box{
}
#mod-search-searchword{
	height:34px;
	width:240px;
	float:left;
	padding-left:5px;
	border:none;
	background:url(../images/search-input-bg.png) top left no-repeat;
}
#mod-search-button{
	height:34px;
	width:39px;
	float:left;
	border:none;
	color:#fff;
	cursor:pointer;
	font-weight:700;
	background:url(../images/search-button-bg.png) top left no-repeat;
}

#footer{
	width: 1000px;
	margin:2px auto 0px auto;
}
#footer-content{
	padding: 35px 10px 30px;
	color: #fff;
	width: 980px;
	background-color: #313131 !important; 
	font-size: 15px;
	overflow: hidden;
}
#footer-content h2{
	color:#F60;
	padding:4px 0;
	font-size:17px;
	font-weight: normal;
	margin-bottom: 10px;
}
#footer-content .cols-footer{
	width: 225px;
	margin: 0px 10px;
	float: left;
}
#footer-content .links-footer ul{
	margin: 0px;
	padding: 0px;
}
#footer-content .links-footer li{
	background: url(../images/arrow4.png) no-repeat scroll 0px 14px;
	border-color: #3B3B3B !important;
	padding-left: 15px;
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 5px;
}
#footer-content .links-footer li a{
	color:#ECECEC;
}
#footer-content .links-footer li a:hover{
	color: #F60;
}
#footer-content .link-product{
	width: 200px;
}

#footer-content .contact-info{
	padding:3px;
	line-height:20px;
	color: #999;
	font-size: 15px;
}
#footer-content .social-footer{
	width: 100%;
	margin: 9px 0px 0px;
	clear: both;
}
#footer-content .contact-info a{
	display: block;
	width: 25px;
	height: 25px;
	float: left;
}
#footer-content .contact-info a img{
	width: 25px;
	height: 25px;
}
#footer-content .contact-info a:hover img{
	width: 27px;
	height: 27px;
}
#footer-content .contact-info a i{
	margin: 0px 8px 0px 3px;
    font-size: 25px;
    color: #fff;
}
#footer-content .contact-info a:hover i{
	color: #fff !important; 
	font-size: 27px;
}
#footer-content .address-footer{
	clear: both;
	line-height: inherit;
	color: inherit;
	font-size: inherit;
}
#footer-content .contact-info .address-footer a{
	color:#ECECEC;
}

#footer .copyright{
	background-color: #202020 !important;
	box-shadow: 0px 3px 6px -3px #111 inset;
	padding: 12px 10px;
}
#footer .copyright p{
	color: #808080 !important;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
h1{
	color: #1b75bc;
}
.support{
	margin:0;
	padding:0;
	border:1px solid #ccc;
}
.support li{
	padding:3px 0 3px 5px;
}
.support li h2{
	padding:5px 0;
	font-size:16px;
	color:#1b75bc;
}
.content{
	background:url(../images/boxcont-bg.png) top left repeat-y;
	padding:0 4px;
	margin:0;
	width:100%;
	float:left;
}
h1.boxname{
	width:720px;
	background:url(../images/box-h1.png) top left no-repeat;
	color:#fff;
	padding:8px 0 5px 5px;
}
.box-bottom{
	margin:0px 0px 10px 0px;
	padding:0;
	background:url(../images/boxcont-bottom.png) top left no-repeat;
	height:8px;
	width:720px;
	float:left;
}
.contentproduct ul{
	list-style:url(../images/dot-li2.png);
}
.contentproduct{
	font-size:12px !important;
	padding:3px 0 3px 5px;
}
.viewed{
	width:140px;
	float:right;
	background:url(../images/viewed-icon.png) top left no-repeat;
	padding:7px 0;
	color:#F00;
	font-size:13px;
	font-weight:700;
}
.scolltop
{
    cursor: pointer;
    position: fixed;
    right: 25px;
    bottom:30px;
    width: 64px;
    display: none;
    background: url("../images/backtotop.png") repeat scroll 0 0 transparent;
    float: left;
    height: 35px;
    width: 180px;
    z-index:100;
    border-radius:10px;
    
}
.similarproduct{float:left;width: 714px;padding: 0 0 0 0;margin:20px 0 0 -1px; background-color:#fff;
background:url(../images/tab-bg.jpg) top left no-repeat; height:31px;}
.similarproduct h1{
	color:#fff;
	padding:2px 5px;
}

.image-product{
	width: 260px;
	/* height: 199px; */
}
/*phan catalogue*/
.liscatalogue{
	background:#ccc;
}
.liscatalogue tr td{
	background:#fff;
}
table.liscatalogue tr			{ background-color: #fff;  text-align: left; }
table.liscatalogue tr.row1 	{ background: #f9f9f9; border-top: 1px solid #fff; }
table.liscatalogue  tr.row0:hover td,
table.liscatalogue tr.row1:hover td  { background-color: #ffd ; }


#list-same-cate{
	width: 100%;
}
#list-same-cate ul.similar{
	padding: 15px;
}

.box-title-product{
	margin: 0px 0px 0px 10px;
}
.box-content{
	background: white;
}

.line-top{
	border-top: 1px dotted #333;
	overflow: hidden;
}
.line-bottom{
	background: #fff;
	border-bottom: 1px solid #B6B6B6;
	width: 100%;
	padding: 7px 15px 7px 15px;
	margin: 1px 0 15px 0;
}
.product-name h1, .category-name h1, .title-news h1{
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.product-button{
	height: 32px;
}

.social{
	width: 200px;
	float: right;
	text-align: center;
	height: 32px;
	margin-top: 7px;
}
.social a{
	margin-right: 6px;
}
.button-action{
	width: 500px;
	float: left;
}

.button-action a#show-product-other{
	display: block;
	width: 200px;
	height: 32px;
	line-height: 32px;
	background: url(../images/right-button.png) center left repeat-x;
	color: #fff;
	font-size: 13px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
}
.button-action a#show-product-other:hover{
	background: url(../images/nav_menu_bg-active.png) center left repeat-x;
}

#product-same-category{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 600;
	display: none;
}
#content-same-cate{
	width: 100%;
	height: 100%;
	margin: 0;
}
#list-same-cate{
	background: #fff;
	border: 1px solid #0a3d5e;
	/* overflow-y: auto; */
	overflow-x: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
} 
.title-same-cate{
	border-bottom: 1px dotted #006fb6;
	margin-bottom: 1px;
	height: 40px;
	line-height: 40px;
	position: relative;
}
.title-same-cate h1{
	margin-left: 40px;
}
#close-same-cate{
	position: absolute;
	top: 10px;
	right: 10px;
	border: 1px solid #989898;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 21px;
	color: #989898;
	font-weight: bold;
	cursor: pointer;
	box-shadow: -2px 2px 3px #ccc;
}
#close-same-cate:hover{
	box-shadow: -2px 2px 3px #f8a76c;
}
/* product detailt */
#product-detailt .product-title{
	margin: 0px 0px 10px 0px;
}

/* tab product */
.title-box-about h1{
	line-height: 32px;
	color: #F60;
}
#about-product *{
  margin: 0;
  padding: 0;
}

#about-product{
  margin-top: 15px;
}
#tab-product ul.tab-menu{
	height: 35px;
	border-bottom: 1px solid #ccc;
	width: 100%;
}

#tab-product ul.tab-menu li{
  float: left;
  height: 35px;
  margin-bottom: 0px;
  
  margin: 0px 3px 1px 3px;
  background-color: white;
  z-index: 100;
  overflow-y: visible !important;
}
#tab-product ul.tab-menu li:nth-child(1){
	margin-left: 0px;
}
#about-product ul.tab-menu li a{
  color: #3071a9;
  font-size: 14px;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px 0px 0px 0px; 
  height: 35px;
  line-height: 35px;
  border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border: 1px solid #ccc;
  border-bottom-color: transparent;
  
}
#about-product ul.tab-menu li a.tab-first{
	background: white;
	border-bottom-color: transparent;
}

#about-product ul.tab-menu li a.active{
	background: white;
	border: 1px solid #f8a76c;
	border-bottom-color: transparent;
}
#about-product ul.tab-menu li a:hover{
  background: #DDDDDD;
}
#about-product ul.tab-menu li a.active:hover, #about-product ul.tab-menu li a.tab-first:hover{
	background: #fff;
}

#about-product ul.tab-menu li a span{
  /*! display: block; */
  margin: 10px;
 /*  color: #3071a9; */
}

.clicked{
	background: url(../images/nav_menu_bg-active.png) left top repeat-x;
}

#list-all-product, #list-fieldapply, #list-manufacture, .data-top-menu{
	width: 960px;
	margin-left: 0px;
	overflow: hidden;
	box-shadow: 0px 0px 10px #ccc;
	display: none;
	z-index: 600;
	background: white;
	padding: 10px 0px;
}
#list-all-product.show-list, #list-fieldapply.show-list,  #list-manufacture.show-list, .show-list{
	display: block;
}
 #list-all-product .column-menu, #list-fieldapply .column-menu, #list-manufacture .column-menu, .column-menu{
	width: 238px;
	float: left;
}
ul.category-product{
	margin: 0;
	padding: 0;
}
ul.category-product a{
	font-size: 12px;
}
ul.category-product a:hover{
	text-decoration: underline;
}
ul.category-product > li > a{
	font-weight: bold;
	color: #414141;
}
ul.category-product > li > a:hover{
	color: #01447a;
}
ul.sub-category li.hide-in-menu, ul.sub-category li.showed{
	display: none;
}
ul.sub-category li.hide-in-menu a{
	background: #00dbff;
	color: #2c2c2c;
}
ul.sub-category a{
	color: #505050;
}
ul.sub-category a:hover{
	color: #202020;
}
li.show-more-cate a{
	color: #1b75bc;
}

#content-tab .frame-content{
 /* border-top: 1px solid #ccc; */
/*	width: 100%;  */
	z-index: 0;
	padding: 20px;
}
div#content-tab{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-radius: 0px 0px 5px 5px;
	margin-top: 0px;
}
div#content-tab div.content-product div.multiple-content {
	font-size: 14px !important;
	margin: 10px 0px !important;
}
div#content-tab div.content-product div.multiple-content h3{
	color: #3071a9 !important;
}
div#content-tab div.content-product div.multiple-content p{
	margin: 0px 0px 0px 20px;
}
#about-product .file-download li a{
  margin: 0px 0px 0px 0px;
}
#about-product .file-download li{
	list-style-type: none;
	margin: 2px 0px 0px 0px;
	background-image: url(../images/tab-arrow-left-inverted.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
}
#about-product .file-download li:hover{
	background-position: 4px 2px;
}
 
#content{
	width: 1000px;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
}
.box{
	border-bottom: 1px solid #BAB9B9;
	box-shadow: 0px 0px 3px 1px #ccc;
}
.list-item ul{
	margin: 0;
	padding: 0;
	height: 276px;
}
.list-item ul li{
	overflow: hidden;
	clear: botth;
	border-bottom: 1px dotted #ccc;
	margin: 10px;
	padding: 0px 0px 10px 0px;
}
.list-item h2.item-title{
	width: 100%;
	font-size: 13px;
}
.list-item ul li a.link-image, .list-item ul li a.link-image img{
	display: block;
	width: 100px;
	height: 72px;
}
.list-item ul li a.link-image{
	margin: 0px 10px 0px 0px;
}
.list-item ul li a img{
	border: 1px solid #ccc;
}
.read-more{
	float: right;
    text-align: right;
    margin: 35px 10px 10px 0px;
}
a.read-more:hover{
	text-decoration: underline;
}
.list-item{
	width: 100%;
}

/* product new home */
#product-new-home{
	width: 980px;
	margin: 0px 10px 15px 10px;
	padding: 0px;
	overflow: hidden;
}
#product-new-home .line-bottom{
	margin-bottom: 0px;
}
#product-new-home .item-product-new{
	width: calc((100% - 4 * 50px) / 4);
	float: left;
	letter-spacing: 0.02em;
	border-bottom: 1px dotted #9E9E9E;
	border-right: 1px dotted #9E9E9E;
	padding: 20px 24px;
	height: 360px;
	overflow: hidden;
}
#product-new-home .item-product-new:nth-child(odd){
	//background: #f5f5f5;
}
#product-new-home .item-product-new:hover{
	background: #f5f5f5;
}
#product-new-home .product-new-image{
	display: block;
	width: 100%;
}
#product-new-home .product-new-image img{
	width: 100%;
}

/* end product new home */


/* applition home */
#apply-home{
	width: 980px;
	margin: 0px 10px 15px 10px;
	padding: 0px;
	overflow: hidden;
}
#apply-home .item-apply-home{
	width: calc((100% - 2 * 40px) / 2);
	height: 200px;
	margin: 0px 25px 15px 10px;
	float: left;
	overflow: hidden;
}
#apply-home .image-apply-home{
	width: 182px;
	height: 124px;
	float: left;
	display: block;
	margin: 0px 20px 0px 0px;
}
#apply-home .image-apply-home img{
	width: 100%;
	height: 100%;
}
#apply-home .des-apply-home{
	width: calc(100% - 202px);
	float: left;
	letter-spacing: 0.02em;
}
#apply-home .des-apply-home h2 a{
	font-size: 15px;
}
#apply-home .item-apply-home:nth-child(even){
	margin: 0px 10px 15px 25px;
}
#apply-home .item-apply-home:nth-child(even) a.image-apply-home{
	float: right;
	margin: 0px 0px 0px 20px;
}
#apply-home .item-apply-home:nth-child(even) .des-apply-home{
	float: left;
}

/* end applition home */

/* introduce home */
#introduce{
	width: 980px;
	margin: 0px 10px 15px 10px;
	padding: 0px;
}
#content-introduce{
	overflow: hidden;
    padding: 0px 10px 10px;
	height: auto;
	min-height: 154px;
}

#content-introduce a.link-image{
	display: block;
	width: 200px;
	height: 144px;
	margin: 0px 0px 10px 10px;
}
#content-introduce a img{
	width: 200px;
	height: 144px;
	border: 1px solid #ccc;
}
#introduce a.read-more{
	float: none;
	text-align: left;
	margin: 0px 0px 0px 10px;
}

/* product specical home */
#product-specical{
	width: 620px;
	margin: 0px 7px 15px 10px;
	padding: 0px;
}
#list-product .item-detail{
	width: 490px;
}

/* new and event home */
#new-event{
	width: 343px;
	margin: 0px 0px 15px 7px;
	padding: 0px;
	
}
#list-news .item-detail{
	width: 212px;
}

/* overview product */
/* #overview-wap{
	width: 100%;
	clear: both;
	overflow: hiden;
}
#overview-image{
	width: 490px;
}
#overview-image img{
	width: 470px;
	margin: 0px 0px 0px 14px;
}
#overview-bulkhead{
	width: 10px;
	height: 300px;
	background: url('../images/result_headers.gif') no-repeat center center;
	background-size: 24px 300px;
	margin: 0px 14px;
}
#overview-list{
	width: 140px;
	height: 300px;
}
#overview-list h2{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #333;
	margin: 0px 0px 20px;

}

.overview-box{
	height: auto;
	width: 106px;
	margin: 5px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
a.overview-thumbail{
	display: block;
	width: 100px;
	height: 55px;
	overflow: hiden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.overview-box a.overview-text:hover{
	text-decoration: underline;
} */

#right-cols{
	width: 288px;
	margin: 0px 0px 0px 12px;
}

.other-right{
	width: 100%;
	height: auto;
	background: #fff;
	border: 1px solid rgb(204, 204, 204);
	margin: 20px auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 3px 1px #DADADA;
}
.right-cols-header{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	overflow: hidden;
	background: rgb(231, 231, 231) none repeat scroll 0% 0%;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-ms-border-radius: 10px 10px 0px 0px;
	-o-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	border-bottom: 1px solid rgb(204, 204, 204);
}
.right-cols-header h2{
	margin: 0px 0px 0px 10px;
}
.right-cols-content{
	margin: 0px 0px 0px 10px;
	padding: 10px 0px;
	line-height: 17px;
}
.right-cols-content p{
	display: block;
	font-size: 12px;
	
	line-height: 20px;
	padding: 0px 0px 0px 11px;
}
.right-cols-content a{
	font-weight: bold;
	color: #333;
}
.right-cols-content a:hover{
	color: #F60;
}
#social-info{
	width: 100%;
	height: 25px;
	overflow: hidden;
}
#social-info a{
	width: 25px;
	height: 25px;
	display: block;
	float: left;
}
#social-info img{
	width: 25px;
	height: 25px;
}
#social-info i{
	font-size: 25px;
}
#social-info a img:hover{
	width: 27px;
	height: 27px;
}
#social-info a i:hover{
	font-size: 27px;
	color: #fff;
}
.get-contact p{
	background: transparent url("../images/right_orange_arrow.png") no-repeat scroll 0px 8px;
}

#find-product-certification{
	padding: 0px 10px 0px 0px;
}
#input-form, #submit-form{
	width: 100%;
}
#input-form input[type="text"]{
	width: 100px;
	display: block;
	float: left;
	margin: 8px 14px;
}
#submit-form{
	clear: both;
}
#submit-form input[type="submit"]{
	margin: 2px 0px 0px 185px;
	background: transparent linear-gradient(to bottom, #F60 0px, #D95300 100%) repeat scroll 0% 0%;
	border: none;
	border-radius: 3px;
	display: block;
	width: 70px;
	height: 27px;
	line-height: 25px;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
}
#submit-form input[type="submit"]:hover{
	background: transparent linear-gradient(to bottom, #F60 0px, #FF6506 100%) repeat scroll 0% 0%;
}

#overlay-wap{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0px;
	left: 0px;
}
.overlay-box{
	width: 700px;
	height: auto;
	background: #fff;
	margin: 100px auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.overlay-head{
	width: 100%;
	height: 40px;
	overflow: hidden;
	background: rgb(231, 231, 231) none repeat scroll 0% 0%;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-ms-border-radius: 10px 10px 0px 0px;
	-o-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	border-bottom: 1px solid rgb(204, 204, 204);
}
.overlay-head h2{
	width: 85%;
	float: left;
	padding: 12px 0px 0px 10px;
}
.overlay-close{
	float: right;
	padding: 10px;
	color: #333;
	font-size: 14px;
}
.overlay-close:hover{
	color: #F60
}
.overlay-close span{
	color: #F60;
	margin: 0px 3px;
}
.overlay-close:hover span{
	color: #333;
}
.overlay-content{
	width: 100%;
	height: 400px;
	overflow-y: auto;
}
.overlay-page{
	padding: 10px;
}
.overlay-footer{
	width: 100%;
	height: 10px;
	border-radius: 0px 0px 10px 10px;
}



/* video */
ul#video-list{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
li.video-item{
	float: left;
	width: calc((100% - 3 * 15px)/3);
	margin: 2px 5px;

}
.video-poster{
	position: relative;
	width: 100%;
}
.video-poster img{
	width: 100%;
}
.video-title{
	width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.video-title p{
	color: #fff;
	padding: 10px;
}
.play-button{
	width: 68px;
    height: 48px;
	border: none;
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	cursor: pointer;
	margin: -24px 0px 0px -34px;
	-moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
}
.play-button:hover path.play-button-bg{
	/* fill: #212121; */
	fill: #df2925;
	fill-opacity: 0.8;
}


#overlay-wap{
	display: none;
	z-index: 16;
}
.overlay-video{
	/* width: 559px;
	height: auto; */
	width: 0px;
	height: 0px;
	border: 1px solid #656565;
}
.overlay-video .overlay-page{
	padding: 0px !important;
}
.overlay-video .overlay-head, .overlay-video .overlay-footer{
	background: rgba(0, 0, 0, 1);
}
.overlay-video .overlay-head{
	border: none;
	height: 25px;
	position: relative;
}
.overlay-video .overlay-head .overlay-close{
	color: #b5b1b1;
	font-weight: bold;
	font-size: 18px;
	position: absolute;
	top: -4px;
	right: -2px;
	display: none;
	background: none;
	border: none;
	cursor: pointer;
}
.overlay-video:hover .overlay-close{
	display: inline;
}
.overlay-video .overlay-head .overlay-close:hover{
	color: #F60;
}
.overlay-video .overlay-content{
	width: 555px;
    height: 315px;
    overflow: hidden;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
}
.overlay-video .overlay-footer{
	height: 20px;
}

/***** mobile ***/

@media only screen and (max-width: 800px){
	body{
		width: 100%;
		padding: 0px !important;
	}
	#header-page{
		width: 100%;
		height: auto;
		border-bottom: 1px solid #ccc;
	}
	#header{
		width: 100%;
		height: auto;
	}
	#logo-header{
		width: calc(100% * 0.3);
		height: calc((100% * 0.3) / 3);
		margin: 10px 0px 0px 10px;
	}
	#logo-header a, #logo-header img{
		width: 100%;
	}
	#language-header{
		height: 38px;
		margin-top: calc(100% * 0.3 / 3 / 2 - 0px);
		margin-left: 0px;
	}
	
	.info-header{
		display: none;
	}
	#top-menu{
		width: 100%;
		margin: 0;
	}
	
	#menu-content{
		display: none;
		height: auto;
		background: #1D4893;
	}

	#mainWap{
		width: 100%;
	}
	#content{
		width: 100%;
	}
	.content{
		padding: 0px;
	}
	.line-top{
		//width: calc(100% - 20px);
		
	}
	.line-top h1{
		padding: 7px 0px;
	}
	.newslist .w865{
		width: calc(100% - (122px + 17px));
	}
	
	#right-cols{
		width: calc(100% - 10px);
		margin: 0px;
	}
	.other-right{
		width: calc((100% - 25px) / 2);
		float: left;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.other-right:nth-child(2){
		margin-left: 20px;
	}
	.other-right #input-form input{
		width: calc((100% - 75px) / 2);
		float: left;
	}
	.other-right #submit-form input{
		margin: 2px 0px 0px 15px;
	}
	
	li.video-item{
		width: calc((100% - 2 * 15px)/2);
	}
	
	/***** home ****/
	#introduce, #product-new-home, #apply-home, #product-specical, #new-event{
		width: calc(100% - 20px);
	}
	#product-new-home .item-product-new {
		width: calc((100% - 3 * 50px) / 3);
	}
	#product-specical, #new-event{
		margin: 7px 10px;
	}
	.line-top h1.title-box-home{
		padding: 7px 15px;
	}
	.link-image{
		width: 100px;
		margin-right: 10px;
	}
	.link-image img{
		width: 100%;
	}
	.item-detail {
		width: calc(100% - 110px) !important;
	}
	
	/**** end home ****/
	
	
	
	#footer{
		width: 100%;
	}
	#footer-content{
		width: calc(100% - 20px);
		padding: 35px 10px 30px;
	}
	#footer-content .cols-footer{
		width: calc(100% - 20px);
		margin: 0 auto;
	}
}

@media only screen and (min-width: 768px){
	/* overview product */
	#overview-wap{
		width: 100%;
		clear: both;
		overflow: hiden;
	}
	#overview-image{
		width: 490px;
	}
	#overview-image img{
		width: 470px;
		margin: 0px 0px 0px 14px;
	}
	#overview-bulkhead{
		width: 10px;
		height: 300px;
		background: url('../images/result_headers.gif') no-repeat center center;
		background-size: 24px 300px;
		margin: 0px 14px;
	}
	#overview-list{
		width: 140px;
		height: 300px;
	}
	#overview-list h2{
		width: 100%;
		text-align: center;
		font-size: 14px;
		color: #333;
		margin: 0px 0px 20px;

	}

	.overview-box{
		height: auto;
		width: 106px;
		margin: 5px;
		display: inline-block;
		text-align: center;
		vertical-align: middle;
	}
	a.overview-thumbail{
		display: block;
		width: 100px;
		height: 55px;
		overflow: hiden;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
	}

	.overview-box a.overview-text:hover{
		text-decoration: underline;
	}
	
		
}

@media only screen and (max-width: 767px){
	/* overview product */
	#overview-wap{
		width: 100%;
		clear: both;
		overflow: hiden;
	}
	#overview-image{
		width: 470px;
	}
	#overview-image img{
		width: 470px;
		margin: 0px 0px 0px 14px;
	}
	#overview-bulkhead{
		display: none;
	}
	#overview-list{
		width: 100%;
		margin: 0px 0px 20px 0px;
		overflow: hidden;
	}
	#overview-list h2{
		display: none;

	}

	.overview-box{
		height: 158px;
		width: calc((100% - 4 * 20px) / 4);
		margin: 10px;
		display: block;
		float: left;
		text-align: center;
		overflow: hidden;
	}
	a.overview-thumbail{
		display: block;
		width: calc(100% - 2px);
		height: 80px;
		overflow: hiden;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
	}
	a.overview-text{
		width: 100%;
	}
	.overview-box a.overview-text:hover{
		text-decoration: underline;
	}

	.overlay-box{
		width: 90%;
		height: 90%;
		margin-top: calc(100% - 97%);
	}
	.overlay-head{
		height: auto;
	}
	.over-head h2{
		width: 75%;
	}
		
}

@media only screen and (max-width: 640px){
	#top-menu{
		display: none;
	}
	.social{
		display: none;
	}
	.pathway{
		width: 100%;
		height: auto; 
		line-height: 20px;
		margin: 10px 0px;
	}
	.other-right{
		width: 100%;
	}
	.other-right:nth-child(2){
		margin-left: 0px;
	}
	.other-right #input-form input{
		width: 70%;
	}
	
	.title-same-cate h1{
		margin-left: 20px;
	}
	
	#tab-product{
		width: 100%;
	}
	#tab-product ul.tab-menu{
		border: none;
	}
	#tab-product ul.tab-menu li{
		width: 100%;
	}
	#about-product ul.tab-menu li a:hover, #about-product ul.tab-menu li a.tab-first:hover, #about-product ul.tab-menu li a.active:hover{
	  background: #DDDDDD;
	}
	#about-product ul.tab-menu li a, #about-product ul.tab-menu li a.tab-first{
		border: none;
		border-bottom: 1px solid #ccc;
		border-radius: 0px 0px 0px 0px;
		-moz-border-radius: 0px 0px 0px 0px;
		-webkit-border-radius: 0px 0px 0px 0px;
	}
	
	#about-product ul.tab-menu li a.active{
		background: white;
		border: none;
		border-bottom: 1px solid #ccc;
	
	}
	#about-product ul.tab-menu li a.active span{
		color: #f60;
	}
	
	#about-product ul.tab-menu li a.active:hover, #about-product ul.tab-menu li a.tab-first:hover{
		//background: #fff;
	} 
	div#content-tab{
		width: 100%;
		border: none;
	}
	#content-tab .frame-content{
		padding: 20px 0px;
	}	
	
	li.video-item{
		width: calc((100% - 1 * 15px)/1);
	}
	
	.list_none{
		width: 100%;
	}
	.list_none li{
		float: none;
		padding-left: 0px;
		width: 100%;
	}
	.list_none li label{
		width:100px;
	}
	.list_none li .bg_text{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		width: calc(100% - 110px);
	}

	.error-mess{
		clear: left;
		display: block;
		margin-left: 100px;
		padding-top: 10px;
	}
		
	/***** home ****/
	#product-new-home .item-product-new {
		width: calc((100% - 2 * 50px) / 2);
	}
	
	#apply-home .item-apply-home{
		width: calc(100% - 20px);
		margin: 0px 10px 10px 10px;
		height: auto;
	}
	#apply-home .item-apply-home:nth-child(2n) {
		margin: 0px 10px 10px 10px;
	}
	.list-item ul{
		height: auto;
	}
	
	/**** end home ****/
	
}
@media only screen and (max-width: 480px){
	
	#logo-header{
		width: calc(100% * 0.4);
		height: calc((100% * 0.4) / 3);
	}
	
	#language-header a, #language-header strong{
		font-size: 11px;
	}
	.overview-box{
		
		width: calc((100% - 3 * 20px) / 3);
	}
	.other-right #input-form input{
		width: 90%;
	}
	
	/***** home ****/
	#introduce a.link-image, #introduce a.link-image img{
		width: 100%;
		height: auto;
	}
	
	#product-new-home .item-product-new {
		width: calc(100% - 50px);
	}
	#apply-home .item-apply-home{
		margin: 20px 10px 10px 10px;
	}
	#apply-home .item-apply-home:nth-child(2n) {
		margin: 20px 10px 10px 10px;
	}
	
	/**** end home ****/
	
}
@media only screen and (max-width: 360px){
	
	.pathway{
		padding: 0;
	}
	#overview-image{
		width: 100%;
	}
	#overview-image img{
		width: 100%;
		margin: 0;
	}
	.overview-box{
		
		width: calc((100% - 2 * 20px) / 2);
	}
	.overlay-page img{
		width: 100%;
		height: auto;
	}
	
	.list_none li label{
		width: 90px;
	}
	.list_none li .bg_text{
		width: calc(100% - 90px);
	}

	.error-mess{
		clear: left;
		display: block;
		margin-left: 90px;
		padding-top: 10px;
	}
	
	/***** home ****/
	#apply-home .item-apply-home a.image-apply-home{
		width: 100%;
		height: auto;
	}
	#apply-home .des-apply-home{
		width: 100%;
	}
	
	/**** end home ****/
	
	
	.newslist li{
		padding: 15px 10px 15px 0px;
	}
	.newslist .image {
		width: 100%;
		border: none;
	}
	.newslist .w865{
		width: 100%;
	}
	
	
}
