#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 {
	
}
.nivo-directionNav a {
	position: absolute;
	display: block;
	width: 68px;
	height: 69px;
	text-indent: -9999px;
	border: 0;
	top: 215px;
	background: url(../images/direction_nav.png) no-repeat 0 0;
}
a.nivo-nextNav {
	right: 0;
	background-position: -36px 0;
}
a.nivo-nextNav:hover {
	background-position: -36px -35px;
}
a.nivo-prevNav {
	left: 0;
	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 {
	position:relative;
	display: block;
	padding: 20px;
	font-weight:bold;
}
.nav-item > a:after {
	position:absolute;
	top: 50%;
	left:0;
	margin-top: -18px;
	height: 36px;
	content:" ";
	border-left: #218a63 2px solid;
	-moz-transform: rotate(25deg);
	-webkit-transform: rotate(25deg);
	-o-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
	transform: rotate(25deg);
}
.nav-first a:after {
	border-left:none;
}
.nav-item:last-child a {
	padding-right:0;
}
.nav-item > a:hover {
	color: #218a63;
}
.nav-item:hover .nav-submenu {
	display: block;
}
a.active {
	color: #218a63;
}
/* 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_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: #FFF;
	border:#EAEAEA 1px solid;
	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%;
}
.nav-submenu-item a {
	padding: 15px;
	margin: 0;
	line-height: 14px;
	font-size: 14px;
	color: #000;
	border: none;
	text-align: center;
	border-bottom: #EAEAEA 1px solid;
}
.nav-submenu-item a:hover {
	color: #1f874a;
	outline: 0;
}
/* 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.png) no-repeat center center;
	background-size: 18px;
	height: 50px;
	width: 50px;*/
	font: normal normal normal 14px/1 FontAwesome;
}
.nav-mobile:before {
	float:left;
	margin-right:5px;
	display:block;
	content:"Menu";
}
.nav-mobile:after {
	float:left;
	display:block;
	content: "\f107";
}
/* 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:5px;
	margin-right:10px;
	float: right;
}
.header_top_nav li {
	position:relative;
	float: left;
	margin-right:10px;
	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;
}
.header_top_nav li a:hover {
	color: #e50038;
}
.header_top_nav li a span.top_btn_icon {
	position:relative;
	float:left;
	height:29px;
	font-size: 20px;
	margin-top:5px;
	/*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:#1c7754 url(../images/top_btn_y.png) no-repeat;
	background-position: center -194px;
}*/
.top_btn_num {
	position:absolute;
	top:-7px;
	right:-7px;
	width:10px;
	height:10px;
	line-height: 12px;
	font-size:10px;
	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 {
	float:left;
	line-height:30px;
	margin-left:10px;
	white-space:nowrap;
}

.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%;
	padding: 0;
}
ul.tabs li {
	float: left;
	height: 32px;
	line-height: 31px;
	overflow: hidden;
	position: relative;
	margin-bottom: -2px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
	/* border: 1px solid #CACACA; */
	border-left: none;
	/* background: #e1e1e1; */
	border-left: #F2F2F2 4px solid;
}
ul.tabs li a {
	display: block;
	padding: 0 15px;
	color: #717171;
	border: 1px solid #F2F2F2;
	text-decoration: none;
}
ul.tabs li a:hover {
}
ul.tabs li.active {
	background: #fff;
	border: 1px solid #CACACA;
	border-bottom: 1px solid #fff;
	border-left: #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;
	border:#CCC 1px solid;
	box-sizing:border-box;
}
div.tab_container .tab_content {
	padding: 20px;
}
div.tab_container .tab_content h2 {
	margin: 0 0 20px;
}



/*RWD*/
@media only screen and (min-width: 320px) and (max-width: 953px) {
.header_top_nav {
	margin:10px !important;
	padding-left: 10px;
	border-left: #E7E7E7 1px solid;
}
.header_top_nav li a span.top_btn_txt  {
	display:none;
}
.header_top_nav li a span.top_btn_icon {
	display:block;
}
.homelogo {
	height:40px;
	margin:10px 0;
}
.homelogo img {
	height:100%;
	width:auto;
}
.search_area {
	display:block !important;
}
.nav-mobile {
 display: block;
}
.nav {
 padding: 20px 0 0;
 top: 0px;
 border: none;
 margin-top:-3px;
}
.nav-list {
 display: none;
 position:absolute;
 left:-40px;
 top:40px;
}
.nav-item {
 width: 100%;
 float: none;
}
.nav-item:last-child a {
	padding-right:20px;
}
.nav-item > a {
 padding: 15px;
}
.nav-item > a:after {
	display:none;
}
.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%;
}
#slider-wrapper {
 width: 100%;
 height: auto;
}
#slider {
}
.nivo-controlNav {
 z-index: 99!important;
}
.nav {
 position: relative;
 display: inline-block;
 font-size: 14px;
 font-weight: 900;
}
.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%;
 padding: 0;
 border: none;
 margin: 0;
}
.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;
}
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
.lang_bar {
margin: 0;
}
}
