#slider-wrapper {
}
#slider {
}
#slider img {
}
#slider a img {
	overflow: hidden;
	width: 100%!important;
}
#slider a {
	border: 0;
	display: block;
}
.nivoSlider {
	position: relative;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
}
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 60;
	display: none;
}
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 50;
	height: 100%;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
}
.nivo-caption {
	width: 400px;
	height: 170px;
	margin: 0px;
	text-align: left;
	color: #fff;
	position: absolute;
	left: 10px;
	bottom: 0px;
	top: 300px;
	z-index: 89;
	display: none!important;
}
.nivo-caption .nivo-caption-inner {
	margin: 0;
	text-shadow: 0 0 5px #000;
}
.nivo-caption h4 {
	margin: 0 0 13px 0;
	line-height: 36px;
	font-family: 'Amethysta', serif!important;
	font-size: 36px;
	font-weight: bold !important;
	text-transform: uppercase;
	color: #fff;
}
.nivo-caption p {
	margin: 0;
	line-height: 21px;
	font-size: 16px;
	color: #fff;
}
.nivo-caption a {
	display: inline!important;
}
.nivo-html-caption {
	display: none;
}
.nivo-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 99;
	cursor: pointer;
}
.nivo-prevNav {
	left: 0px;
}
.nivo-nextNav {
	right: 0px;
}
.nivo-controlNav {
	position: absolute;
	width: 954px;
	height: 23px;
	bottom: 0px;
	text-align: left;
	padding: 0!important;
}
.nivo-controlNav a {
	background: url(../images/nivo.slider/pagination.png) no-repeat top right;
	position: relative;
	width: 12px;
	height: 12px;
	overflow: hidden;
	margin: 0 3px;
	line-height: 0;
	font-size: 0;
	vertical-align: top;
	z-index: 99;
	cursor: pointer;
	display: inline-block!important;
}
.nivo-controlNav a.active, .nivo-controlNav a:hover {
	background-position: top left;
}
.nivo-directionNav {
	display: none !important; /*Ã¥Â·Â¦Ã¥ÂÂ³Ã¥Ë†â€¡Ã¦Ââ€ºÃ©â€“â€¹Ã©â€”Å“*/
}
.nivo-directionNav a {
	position: absolute;
	display: block;
	width: 36px;
	height: 35px;
	text-indent: -9999px;
	border: 0;
	top: 215px;
	background: url(../images/direction_nav.png) no-repeat 0 0;
}
a.nivo-nextNav {
	right: 25px;
	background-position: -36px 0;
}
a.nivo-nextNav:hover {
	background-position: -36px -35px;
}
a.nivo-prevNav {
	left: 25px;
	background-position: 0 0;
}
a.nivo-prevNav:hover {
	background-position: 0 -35px;
}
#slider .nivo-controlNav img {
	display: inline;
	position: relative;
	margin-right: 10px;
	width: 120px;
	height: auto;
}
/*menu*/
.nav-list {
	text-align: left;
}
.nav-item {
	float: left;
 *display:inline;
	zoom: 1;
	position: relative;
}
.nav-item a {
	display: block;
	color: #FFF;
	padding: 20px;
	font-weight:bold;
	background: url(../images/nav-line.gif) no-repeat right center;
}
.nav-item:first-child a {
}
.nav-item:last-child a {
	background: none;
	padding-right:0;
}
.nav-item > a:hover {
	color: #fcff00;
}
.nav-item:hover .nav-submenu {
	display: block;
}
a.active {
	color: #fcff00;
}
/* Navigation submenu */
.mobile_menu_list {
	display:none;
}
.mobile_header_btn {
	float:left;
	width:100%;
	height:auto;
	background:#1c7754;
}
.mobile_header_btn_list {
	width:25%;
	float:left;
	text-align:center;
}
.mobile_header_btn_login .mobile_header_btn_list {
	width:20%;
}
.mobile_header_btn_list a, .mobile_header_btn_list a span {
	display:block;
}
.mobile_header_btn_list a {
	font-size:13px;
	height:81px;
	padding:10px 0;
	color:#FFF;
	border-left:1px solid #34906C;
}
.mobile_header_btn_list a:hover {
	background: #1B8847;
	color: #fcff00;
}
.mobile_header_btn_list a span {
	margin-top:10px;
}
.nav-submenu {
	display: none;
	background: #1c7754;
	padding: 0;
	position: absolute;
	top: 50px;
	width: 150px;
	left: 50%;
	z-index: 7777;
	margin-left: -75px;
	-webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.23);
	-moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.23);
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.23);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.nav-submenu-item {
	width: 100%;
	float:left;
}
.nav-product .nav-submenu {
	width: 600px;
	margin-left: -300px;
}
.nav-product .nav-submenu-item {
	width: 33.33%;
	float:left;
}
.nav-submenu-item a {
	padding: 15px;
	margin: 0;
	line-height: 14px;
	font-size: 14px;
	color: #FFFFFF;
	border: none;
	text-align: center;
	border-bottom: #64ae5e 1px solid;
}
.nav-submenu-item a:hover {
	background-color: #1f874a;
	outline: 0;
}
.nav-submenu-item:nth-child(3n) a {
	background:none;
}
/* Mobile navigation */
.nav-mobile {
	display: none; /* Hide from browsers that don't support media queries */
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/mobile_nav_w.png) no-repeat center center;
	background-size: 18px;
	height: 50px;
	width: 50px;
	font: normal normal normal 14px/1 FontAwesome;
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	border-left: 1px solid #34906C;
	height: 44px;
	width: 50px;
	cursor: pointer;
}
.nav-click i {
	display: block;
	height: 48px;
	width: 48px;
	background: url(../images/drop.svg) no-repeat center center;
	background-size: 20px;
}
.nav-click:hover {
	background: #1B8847;
}
.nav-rotate {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
/*  menu  end */
.header_top_nav {
	margin-top: 13px;
	float: right;
}
.header_top_nav li {
	position:relative;
	float: left;
	line-height:29px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-font-smoothing: subpixel-antialiased;
}
.header_top_nav li a {
	display:block;
	width:29px;
	height:29px;
	padding-right:10px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.header_top_nav li a:hover {
	color: #e50038;
	width:auto;
	height:29px;
}
.header_top_nav li a span.top_btn_icon {
	position:relative;
	display:block;
	float:left;
	width:29px;
	height:29px;
	background:#1c7754 url(../images/top_btn.png) no-repeat;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.header_top_nav li.top_btn_signup a span.top_btn_icon {
	background-position: center -6px;
}
.header_top_nav li.top_btn_login a span.top_btn_icon {
	background-position: center -37px;
}
.header_top_nav li.top_btn_login2 a span.top_btn_icon {
	background:#1c7754 url(../images/top_btn_y.png) no-repeat;
	background-position: center -37px;
}
.header_top_nav li.top_btn_newsletter a span.top_btn_icon {
	background-position: center -64px;
}
.header_top_nav li.top_btn_proreg a span.top_btn_icon {
	background-position: center -92px;
}
.header_top_nav li.top_btn_quote a span.top_btn_icon {
	background-position: center -194px;
}
.header_top_nav_login li.top_btn_quote a span.top_btn_icon {
	background:#1c7754 url(../images/top_btn_y.png) no-repeat;
	background-position: center -194px;
}
.top_btn_num {
	position:absolute;
	top:-5px;
	right:-5px;
	width:10px;
	height:10px;
	line-height: 12px;
	text-align:center;
	background:#fcff00;
	border:#1c7754 1px solid;
	padding:2px;
	-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
.header_top_nav li.top_btn_member_center a span.top_btn_icon {
	background:#1c7754 url(../images/top_btn_y.png) no-repeat;
	background-position: center -124px;
}
.header_top_nav li.top_btn_logout a span.top_btn_icon {
	background-position: center -158px;
}
.header_top_nav li a span.top_btn_txt {
	display:none;
	float:left;
	line-height:16px;
	margin-right:5px;
	white-space:nowrap;
	text-align: center;
}
.header_top_nav li a:hover > span.top_btn_txt {
	display:block;
}
.header_top_nav li.member_id {
	margin-right:10px;
}
.sf-menu li a.active {
	color: #e50038;
}
.lang_bar {
	float: right;
	margin: 15px 0;
	white-space: nowrap;
	position: relative;
	color: #e6e6e6;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.lang_bar select {
	height: 23px;
	border: 0;
	outline: 0;
}
.abgne_tab {
	clear: left;
	width: 100%;
	margin: 10px 0;
}
ul.tabs {
	width: 100%;
	height: 36px;
	padding: 0;
	border-bottom: 1px solid #CACACA;/* border-left: 1px solid #CACACA; */
}
ul.tabs li {
	float: left;
	height: 32px;
	line-height: 31px;
	overflow: hidden;
	position: relative;
	/* margin-bottom: -4px; */	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
	/* border: 1px solid #CACACA; */
	border-left: none;
	/* background: #e1e1e1; */
	border-top: #FFF 4px solid;
}
ul.tabs li a {
	display: block;
	padding: 0 15px;
	color: #717171;
	border: 1px solid #fff;
	text-decoration: none;
}
ul.tabs li a:hover {
}
ul.tabs li.active {
	background: #fff;
	border: 1px solid #CACACA;
	border-bottom: 1px solid #fff;
	border-top: #1c7754 4px solid;
	font-weight: bold;
}
ul.tabs li.active a {
	color:#000;
}
ul.tabs li.active a:hover {
	background: #fff;
}
div.tab_container {
	clear: left;
	width: 100%;
	border-top: none;
	background: #fff;
}
div.tab_container .tab_content {
	padding: 20px;
}
div.tab_container .tab_content h2 {
	margin: 0 0 20px;
}



/*RWD*/
@media screen and (max-width: 900px) {
.header {
	background: url(../images/top_bg.png) no-repeat -400px top;
}
.homelogo {
	margin-left:20px;
}
.nav-mobile {
 display: block;
 border-left: #2F8162 1px solid;
}
.nav {
 padding: 50px 0 0;
 top: 0px;
 border: none;
}
.nav-list {
 display: none;
}
.nav-item {
 width: 100%;
 float: none;
}
.nav-item > a {
 padding: 15px;
}
.nav-click {
 display: block;
}
.nav-mobile-open {
 border-radius: 5px 5px 0 0;
 -webkit-border-radius: 5px 5px 0 0;
 -moz-border-radius: 5px 5px 0 0;
}
.nav-item:hover .nav-submenu {
 display: none;
}
.nav-submenu {
 position: static;
 width: 100%;
}
.nav-submenu-item {
	width:100% !important;
}
#slider-wrapper {
 width: 100%;
 height: auto;
}
#slider {
}
.nivo-controlNav {
 z-index: 99!important;
}
.nav {
 position: absolute;
  right: 0;
  top: 55px;
  width:100%;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  z-index: 9999;
}
.nav-list {
 text-align: left;
}
.nav-item {
 float: left;
 *display:inline;
 zoom: 1;
 position: relative;
}
.nav-item a {
 display: block;
 color: #FFF;
 font-weight:bold;
 padding: 15px 20px;
 background: #1c7754;
 border-top: 1px solid #34906C;
 margin: 0;
}
.nav-item > a:hover {
 background: #1B8847;
 color: #fcff00;
}
/* Navigation submenu */
.nav-submenu {
 display: none;
 position: static;
 left: 0;
 width: 100% !important;
 padding: 0;
 border: none;
 margin: 0 !important;
}
.nav-submenu-item a {
 background: #269654;
 border-bottom: none;
 display: block;
 padding: 15px 20px 15px 50px;
 text-align: left;
}
.nav-submenu-item a:hover {
 background: #1B8847;
}

.search_area {
	position: absolute;
  right: 60px;
  top: 59px;
  z-index: 99999;
}

}

@media screen and (max-width: 767px) {
.header {
 
}
.homelogo {
 margin: 20px;
}
.homelogo img {
 
}
.search_area {
 top:5px;
 right:0;
}
.nav {
 
}
.nav-mobile {
 
}
.nav-list {
 border-top: 1px solid #34906C;
}
.nav-item:last-child a {
 background: #1c7754 !important;
}
}

@media screen and (max-width: 599px) {
.header {
 height:155px;
 background: url(../images/top_bg_mobile.png) no-repeat left top;
}
.homelogo {
 margin: 20px 20px 0 20px;
 height: 75px;
 float:none;
}
.homelogo img {
	max-width:100%;
}
.search_area {
	position: relative;
    width: 100%;
    padding-left: 100px;
    box-sizing: border-box;
	z-index:1;
}
.search_area .search_query, .search_area .search_query:hover {
	width:100%;
}
.nav {
 position:relative;
 top:0px;
}
.nav-mobile {
 top:0px !important;
 margin-top:-60px;
 left:10px;
 border-left:none;
 background: url(../images/mobile_nav.png) no-repeat center center;
}
.nav-list {
 margin-top: -50px;
 border-top: 1px solid #34906C;
}
.nav-item:last-child a {
 background: #1c7754 !important;
}
.index_banner {
	margin-top:0;
}
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
.lang_bar {
margin: 0;
}
}
