#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-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 {
	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:#000;
}
.mobile_header_btn_list {
	width:33.33%;
	float:left;
	text-align:center;
}
.mobile_header_btn_login .mobile_header_btn_list {
	width:25%;
}
.mobile_header_btn_list a, .mobile_header_btn_list a span {
	display:block;
}
.mobile_header_btn_list a {
	font-size:13px;
	padding:20px 0;
	color:#FFF;
	border-left:1px solid #464646;
}
.mobile_header_btn_list a:hover {
	background: #333;
}
.mobile_header_btn_list a span {
	margin-top:10px;
}
.mobile_header_btn_list a i {
	font-size:30px;
	color:#a10101;
	width:30px;
	height:33px;
	background:#FFF;
	border-radius:50px;
}
.nav-submenu {
	display: none;
	background: #000;
	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-list li.nav-item.nav-location .nav-submenu {
	left:inherit;
	right:0;
	margin-left:0;
}
.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;
	background:none;
	border-right: #484848 1px solid;
	border-bottom: #484848 1px solid;
}
.nav-submenu-item a:hover {
	background-color: #333;
	outline: 0;
}
.nav-product .nav-submenu-item:nth-child(3n) a {
	border-right:none;
}
/* Mobile navigation */
.nav-mobile {
	display: none; /* Hide from browsers that don't support media queries */
	cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    height: 18px;
    width: 23px;
    border-top: #FFF 3px solid;
	transition: all 0.3s linear;
}
.nav-mobile:before, .nav-mobile:after {
	position:absolute;
	left:0;
	width:100%;
	display:block;
	content:" ";
	border-top:#FFF 3px solid;
	transition: all 0.3s linear;
}
.nav-mobile:before {
	top:50%;
	margin-top:-3px;
}
.nav-mobile:after {
	bottom:0;
}
.nav-mobile.opened {
	border:0;
}
.nav-mobile.opened:before {
	margin-top:0;
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-mobile.opened:after {
	top: 50%;
	bottom: inherit;
	-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	border-left: 1px solid #464646;
	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: #333;
}
.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: 18px;
	float: right;
}
.header_top_nav li {
	position:relative;
	float: left;
	margin-right: 15px;
	-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;
	padding-left: 25px;
    padding-top: 3px;
    font-size: 14px;
	-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: #a10101;
	width:auto;
	height:29px;
}
.header_top_nav li a span.top_btn_icon {
	position:relative;
	display:block;
	float:left;
	width:29px;
	height:29px;
	background:#a10101 url(../images/top_btn.png) no-repeat;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.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 a i {
	position:absolute;
	top:0;
	left:0;
	font-size: 21px;
	margin-right:5px;
	color:#a10101;
}
.header_top_nav li a span.top_btn_txt {
	
}
.header_top_nav li a:hover > span.top_btn_txt {
	
}
.header_top_nav li.member_id {
	margin-right:10px;
}
.header_top_nav li.member_id a {
	display:inline-block;
	padding-left:5px;
}
.header_top_nav li.member_id a:last-child {
	text-decoration:underline;
}
.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: 35px;
	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: #000 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;
}