@charset "utf-8";
/* CSS Document */
/*-------------category--------------------*/
#category {
}
#category li {
	float: left;
	margin: 5px 10px 5px 0;
}
#category li a {
	display: inline-block;
	border: 1px solid #C8C8C8;
	background: linear-gradient(#FEFEFE, #EFEFEF);
	/*text-shadow:0px -1px 0px rgba(000, 000, 000, 0.2);*/
	padding: 5px 10px;
	font-size: 13px;
	width: auto;
	color: #666;
	text-decoration: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#category li a:hover {
	border: 1px solid #FAC300;
	background: #70c5c8;
	color: #FFF;
}
#category li.select a {
	border: 1px solid #666;
	background: #666;
	color: #FFF;
}
/*-------------- supMenu -------------------*/
#supMenu {
	width: auto;
	border-bottom:1px solid #E0E0E0;
}
#supMenu li {
	float:left;
}
#supMenu li a {
	display:block;
	padding:0 20px 15px 20px;
	text-decoration:none;
	color:#737373;
	border-bottom:2px solid #fff;
}
#supMenu li a:hover {
	border-bottom:2px solid #E0E0E0;
}
#supMenu li.active a {
	color:#333;
	font-weight:bold;
	border-bottom:2px solid #b38247;
}
/*---------------visited--------------------*/
#product li h3 a:visited, .prodList li a:visited {
	color: #888;
}
.prodList li .prodthumb {
	width:100%;
	height:0;
	padding-bottom:100%;
	overflow: hidden;
	border:1px solid #ededed;
}
/*---------------vip--------------------*/
span.vip {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background: url(https://www.vietnamwoodexpo.com/images/vip.png) no-repeat;
	display: block;
}
/*快速產業查詢*/
#qucikSerach {
	z-index: 99;
	position: relative;
}
#qucikSerach li {
	float: left;
	height: 40px;
	display: block;
	line-height: 40px;
	border: 1px solid #e0e0e0;
	margin-right: 10px;
	border-radius: 3px;
}
#qucikSerach li:hover {
	background: #eee;
}
#qucikSerach li.select {
	background: #333;
	border-color: #333;
	color: #fff;
}
#qucikSerach li.select a {
	color: #fff;
}
#qucikSerach li a {
	color: #333;
	cursor: pointer;
	padding: 0 10px;
}
#qucikSerach li ul li:hover {
	background: none;
}
#qucikSerach li ul li a {
	color: #fff;
	padding: 0;
}
#qucikSerach li ul li a:hover {
	color: #E84A4A;
}
#qucikSerach li ul span.close {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 26px;
	height: 26px;
	text-align: center;
	color: #fff;
	background-color: #E84A4A;
	background-repeat: no-repeat;
	background-image: url(../images/close.svg);
	background-position: center center;
	background-size: 60% 60%;
	cursor: pointer;
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
/*-------------------- 首頁精選產品--------------------*/
.prodList li {
	display: inline-block;
	width:15%;
	height:auto;
	margin:0 2% 0 0;
}
.prodList li div.hoverDesc {
	width:inherit;
	height:0;
	padding-bottom:100%;
	color: rgba(255,255,255,0);
	background-color: rgba(0, 0, 0,0);
	background-image: url(../images/iconEnlarge.png);
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: center center;
	opacity: 0.0;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	transition: all 0.3s ease-out;
}
.prodList li:hover div.hoverDesc {
	color: rgba(255,255,255,1);
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
}
.forNews li a{
	text-decoration:none;
	color: #333;
}
.forNews li:hover {
	background: #eee;
}
/*----------------- 內頁product lsit---------------*/
#product {
}
#product li {
	border-bottom: 1px solid #ddd;
	display: block;
	position: relative;
	overflow: auto;
	width: auto;
	padding:10px;
}
#product li p a{
	color: #333;
}
#product li p a:hover{
	color: #4AD9D9;
}
#product li div.left {
	width:160px;
	height:160px;
	float: left;
	overflow: hidden;
	background-color:#fff;
	border:1px solid #ededed;
}
#product li div.right h3 {
	font-size: 17px;
	font-weight: bold;
	color: #333;
}
#product li div.right {
	width: auto;
	margin-left:180px;
}
/*------------thumb-----------------*/
.thumb {
	width: 160px;
	height: 160px;
	overflow: hidden;
}
.prodLargthumb {
	width: 360px;
	height: 360px;
	border: 1px solid #ededed;
	overflow: hidden;
}
.exThumb {
	width: 250px;
	height: 250px;
	border: 1px solid #ededed;
	overflow: hidden;
}
/*-------------search--------------------*/
.search {
	position: relative;
	background: #eee;
	width: auto;
	height: 55px;
	border: 1px solid #E5E5E5;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.searchText {
	width:64%;
	height:35px;
	line-height: 35px;
	text-indent:10px;
	position: absolute;
	border: 1px solid #E5E5E5;
	padding:0;
	top: 10px;
	color: #666;
	left:24%;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.searchText:focus {
	border: 1px solid #A6C1CE;
	background: #F6FBFE;
}
.searchSelect {
	color: #666;
	width: 20%;
	border: none;
	height: 35px;
	padding: 0 0 0 5px;
	line-height: 35px;
	text-indent: 10px;
	position: absolute;
	border: 1px solid #E5E5E5;
	left:2%;
	top: 10px;
}
select.searchSelect option {
	height: 30px;
	line-height: 30px;
}
.searchBtn {
	border: 1px solid #999;
	color: #FFF;
	background: #999;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 15px;
	width:8%;
	height:35px;
	line-height: 35px;
	padding: 0;
	text-decoration: none;
	position: absolute;
	right:2%;
	top: 10px;
}
.searchBtn:hover {
	border: 1px solid #8FC31F;
	background: #8FC31F;
}
/*------------------------- inner prodoct detail ------------------------*/
#prodDetailLeft {
	width: 360px;
	position: relative;
	float: left;
}
#prodDetailRight {
	width: auto;
	margin-left: 390px;
}
/*-----------qucikSerach-------------*/
#qucikSerach li ul {
	position: absolute;
	background-color: rgba(0,0,0,0.8);
	display: none;
	width: 400px;
	padding: 10px 20px;
	margin-top: 10px;
	color: #aaa;
}
#qucikSerach li ul li {
	border: 0;
	padding: 0;
	margin: 0 20px 0 0;
	height: 35px;
	line-height: 35px;
	display: block;
	float: left;
}
}

/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
/*--------------------list 首頁精選產品--------------------*/
.prodList {
	text-align: center;
}
.prodList li {
	display: inline-block;
	width:32%;
	height:auto;
	margin:0 2% 2% 0;
}

/*----------------- product list ---------------*/
#product li p a{
	color: #333;
}
#product li {
	border-bottom: 1px solid #ddd;
	display: block;
	overflow: auto;
	width: auto;
	padding:10px;
}

.forNews li a{
	text-decoration:none;
	color: #333;
}
#product li p a:hover{
	color: #4AD9D9;
}
#product li div.left {
	width:90px;
	height:90px;
	float: left;
	overflow: hidden;
}
#product li div.right h3 {
	font-size:18px;
	font-weight: bold;
	color: #333;
}
#product li div.right {
	width: auto;
	margin-left:100px;
}
/*------------thumb-----------------*/
.prodLargthumb, .exThumb {
	width: 300px;
	height: 300px;
	border: 1px solid #eee;
	margin: 0 auto;
}
/*-------------search--------------------*/
.search {
	position: relative;
	width: 100%;
	height: 40px;
	font-size: 15px;
}
.searchText {
	width: 50%;
	position: absolute;
	left: 35%;
	height: 40px;
	line-height: 40px;
	text-indent: 5px;
	border: 1px solid #E5E5E5;
	color: #666;
	padding: 0;
	-webkit-border-radius: 3px;
	-webkit-appearance: none;
	border-radius: 3px;
}
.searchText:focus {
	border: 1px solid #A6C1CE;
	background: #F6FBFE;
}
.searchSelect {
	width: 33%;
	position: absolute;
	left: 0;
	color: #666;
	border: none;
	height: 40px;
	background: #fff;
	padding: 0 0 0 5px;
	line-height: 40px;
	text-indent: 5px;
	border: 1px solid #E5E5E5;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
select.searchSelect option {
}
.searchBtn {
	border: 1px solid #999;
	color: #FFF;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	width: 13%;
	height: 40px;
	padding: 0;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #999;
	background-image: url(https://www.vietnamwoodexpo.com/images/iconSearch.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 80%;
}
.searchBtn:hover {
	border: 1px solid #FAC300;
	background-color: #FAC300;
}
/*------------------------- inner prodoct detail ------------------------*/
#prodDetailLeft {
	width: 100%;
	margin: 0 0 20px 0;
	text-align: center;
}
#prodDetailRight {
	width: 100%;
}
/*--------qucikSerach---------*/
#qucikSerach {
	position: relative;
}
#qucikSerach li ul {
	position: absolute;
	background-color: rgba(0,0,0,0.8);
	left: 0;
	display: none;
	padding: 10px 20px;
	margin-top: 10px;
	color: #aaa;
}
#qucikSerach li ul li {
	border: 0;
	padding: 0;
	margin: 0 20px 0 0;
	height: 35px;
	line-height: 35px;
	display: block;
	float: none;
}}