/*@import url(all.min.css);*/
/*
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic|Roboto+Slab:400,700");
*/
/*
@font-face {
	font-family: 'Source Sans Pro Light';
	src:url(SourceSansPro-Light.otf);
}
@font-face {
	font-family: 'Noto Sans CJK TC Bold';
	src:url(NotoSansCJKtc-Bold.otf);
}
*/
body,td,th {
	font-family: "Source Sans Pro Light","微軟正黑體","Microsoft Jhenghei", "MS Sans Serif" ,sans-serif;
	font-size:15px;
}
body {
	background:#FFF;
	color:#000;
	max-width:1920px;
	margin-left:auto;
	margin-right:auto;
	}

.fontfamily_C1 {
	font-family: 'Noto Sans CJK TC Bold',"微軟正黑體","Microsoft Jhenghei", "MS Sans Serif" ,sans-serif;
	}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
	/*color:#000;*/
}

a:hover {
	color:#999;	
}

/* ---------------------------------------------------
    Header STYLE
----------------------------------------------------- */
#header_main {
	border-bottom:3px solid #9D8260;
	}
#header_top_line {
	border-top:5px solid #000;
}

#header_top_item {
	height:50px;
	width:100%;
	margin:0 auto;
	padding-right:10px;
}
#header_top_item ul {
	list-style-type:none;
	float:right;
}
#header_top_item ul li {
	float:left;
	padding:10px;
}

#header_top_nav {
	padding-top:2.5%;
	padding-bottom:2.5%;
	padding-left:2%;
	padding-right:2%;
	width:100%;

	text-align: center;
	margin:0 auto;
	display:block;
}
#header_top_nav img {
	width:320px;
	}

#main-menu li{
	text-align:center;
	}
.main-nav {

}


.nav_item_top_line {
	/*border-top:1px solid #345B75;*/
	margin:5px 0 0 0;
	padding:3px 0 0 0;
	font-size:13px;
	font-weight:normal;
	}
	
.top_menu_cart {
	position:relative;
	padding-right:20px;
	}
	
#topnavcart {
	position:absolute;
	z-index:2;
	top:-3px;right:-10px;
	border:1px solid #be272d;
	font-size:10px;
	color:#FFF;
	background:#be272d;
	width:25px;
	height:25px;
	text-align:center;
	line-height:25px;
	border-radius:50px;
	}
	
#icon_lg_link {
	display:none;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	}
#icon_lg_link .col-xs-3 {
	padding-left:2px;
	padding-right:2px;
	}
/* nav btn */
.top-icon-btn {
	float:left;
	margin:30px 0 0 0;
	}
#fb-btn {
	float:left;
	margin:8px 5px 0 5px;
	}
#cart-btn {
	float:left;
	margin:8px 10px 0 5px;
	}
#member-btn {
	float:left;
	margin:8px 10px 0 5px;
	}

/* ---------------------------------------------------
    navber-m
----------------------------------------------------- */

#navber-m {
	background:#666;
	color:#FFF;
	font-size:13px;
	}
#navber-m-content {
	overflow:overflow-y;
	padding:5px;
	}
.canvi-user-info_close {
	float:right;
	margin:10px;
	}
.navber-m-group_1 {
	list-style:none;
	}
.navber-m-group_1 li {
	padding:2px;
	}
#navber-m .pd-category-title {
	font-size:18px;
	padding-left:15px;
	}
#navber-m .pd-category {padding-left:20px;}
#navber-m .page_item_style {list-style-type:none;padding:0 0 20px 12px;}
#navber-m .page_item_style .left-item-mbtm{padding:2px 10px; font-weight:bold;}
#navber-m .page_item_style .left-item-subchg { font-weight:normal; list-style-image: url(../images/arrow-01.png);}

/* ---------------------------------------------------
    submenu
----------------------------------------------------- */
li.open ul.dropdown-menu>li.open>ul.dropdown-menu{
  position: relative;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
li.open ul.dropdown-menu>li.open>ul.dropdown-menu>li{
  padding-left: 20px;
}
 
.dropdown-menu>li>a:focus, 
  .dropdown-menu>li>a:hover {
    background: rgba(0,0,0,0.1) !important;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

.container-fluid-a {
	width:100%;
}

.container-fluid-a .row {
	margin-left:0;
	margin-right:0;
	}

.container-b {
	max-width:1450px;
	width:100%;
	margin:0 auto;
	}

.container-b .row {
	margin-left:0;
	margin-right:0;
}


.container-c {
	max-width:1210px;
	width:100%;
	margin:0 auto;
	}

.container-b .row {
	margin-left:0;
	margin-right:0;
}

.container-d {
	max-width:1000px;
	width:100%;
	margin:0 auto;
	}

.container-b .row {
	margin-left:0;
	margin-right:0;
}
/* text-indent */
.txt_indent_1 {
	text-indent : -1em;
	margin-left:1em;
}



.h_news_area {
	width:100%;
	padding:10px;
	}

.box-circle {
	width:258px;
	height:258px;
	border-radius:50%;
	background:#595758;
	overflow:hidden;
	opacity:0.7;
	color:#FFF;
	margin:10px auto;
	/* center */
	display:  flex;
    align-items: center;
    justify-content:  center;
	font-size:26px;
	text-align:center;
	padding:20px;
	transition: all 0.3s;
	}	
.box-circle:hover {
	transform: scale(1.05);
	transition: all 0.3s;
	}	
	
.news_content_border {
	padding:10px 30px;
	background:#bfe8e4;
	min-height:230px;
	line-height:30px;
	overflow:hidden;
	}

#home_banner_1 img:hover {
 /*filter: grayscale(100%);*/
 /*filter: grayscale(100%) blur(3px);*/
 /* transform: scale(1.05); */
 /*filter:sepia(100%);*/
 /*filter:contrast(130%);*/ 
 filter:brightness(130%);
 /*filter:drop-shadow(5px 5px 5px #333);*/
	}


/* page */

.section_title {
	margin-top:20px;
	margin-bottom:20px;
	margin-left:15px;
	margin-right:15px;
	}
	
.section_title_m {
	margin-top:20px;
	margin-bottom:20px;
	margin-left:10px;
	margin-right:15px;
	}
.section_title_m img {
	max-height:85px;
	}
	
/* ---------------------------------------------------
    Padding
----------------------------------------------------- */
.padding_top_5 {
	padding-top:5%;
	}
.padding_top_10 {
	padding-top:10%;
	}
.padding_bottom_3 {
	padding-bottom:3%;
	}
.padding_bottom_4 {
	padding-bottom:4%;
	}	
.padding_bottom_5 {
	padding-bottom:5%;
	}

.padding_bottom_10 {
	padding-bottom:10%;
	}

.padding_left_5 {
	padding-left:5%;
	}	
.padding_left_10 {
	padding-left:10%;
	}

	
.padding_right_5 {
	padding-right:5%;
	}
.padding_right_10 {
	padding-right:10%;
	}

/* ---------------------------------------------------
    PD STYLE
----------------------------------------------------- */


/* member */
.member-category {
	padding-bottom:20px;
	font-size:18px;
	margin-bottom:15px;	
	}
.login-b1 {
	font-size:18px;
	margin:20px 0;
	}
.login-b1 .row {
	padding-bottom:10px;
	}


/* button btn */
/*
.btn-info { background-color:#7e1100; border:#7e1100; border-radius: 0px;}
.btn-info:hover {background-color:#a7200a; border:#a7200a;}

.btn-info:focus,
.btn-info.focus {
  background-color:#a7200a;
  border:#a7200a;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #a7200a;
  border-color: #a7200a;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #a7200a;
  border-color: #a7200a;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #a7200a;
  border-color: #CCC;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
*/

.btn_txt_en {
	border-top:1px solid #333;
}
.btn:hover .btn_txt_en {
	border-top:1px solid #FFF;
}

.btn-more {
    color: #FFF;
    background-color: #009d92;
    border-color: #009d92;
	border-radius: 0;
	padding: 3px 12px;
}
.btn-more:hover ,.btn-more:active ,.btn-more:focus {
	background-color:#FFF;
	color:#000;
	}

.btn-more2 {
    color: #009d92;
    background-color: #dddddd;
    border-color: #009d92;
	border-radius: 0;
	padding: 3px 12px;
}
.btn-more2:hover ,.btn-more2:active ,.btn-more2:focus {
	background-color:#FFF;
	color:#000;
	}


/* mode */
.modal {
z-index:10000;
	}
.close {
	font-size:40px;
	font-weight:normal;
	opacity:0.8;
}
.alert > a.close {
	font-size:21px;
}
.modal-header {
	/*border:1px silid #000000;*/
	/*background:#f7ebdb;*/
	background-color:transparent;
	border:0;
	}
.modal-body {
	background:#f7f7f7;
	padding:20px;
	text-align:center;
	}
.modal-dialog .modal-content {
	box-shadow:none;
	border:0;
	border-radius:0;
	background-color:transparent;
	}

.modal-dialog {
/*	max-width:1000px;
	width:1000px;*/
	}
.pd-det-title {
	font-size:20px;
	color:#000;
}
.pd-det-title_en {
	font-size:12pt;
}
/*
.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 60%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}
*/


/* pagination */



/* ---------------------------------------------------
    footer
----------------------------------------------------- */
footer {
	background:#16203F; 
	color:#FFF;
}
#footer_logo {
	text-align:center;
	margin:50px 10px 20px 10px;
	
	}
#footer_logo img {
	max-height:50px;
}
#footer_container {
	background:#16203F;
	padding:5% 10px 5% 10px;
	font-size:15px;
	color:#FFF;
}
#footer_container ul {
	list-style:none;
	}
#footer_container .footer_icon {
	margin:0;
	padding:15px 0;
	display:inline-block;
	text-align:center;
}


#footer_container .footer_icon li {
	max-width:50px;
	display: block;
	padding:5px 10px;
	float:left;
	text-align:center;
}
#footer_container .footer_icon a {
	padding:0;
	margin:0;
	display:block;
}
#footer_container .footer_icon a:hover {
	padding:2px;
}
.footer_info {
	padding-left:0;	
	}
.footer_info_area {
	margin:0 auto 20px auto;
	display:inline-block;
	border-bottom:1px solid #FFF;
}

#footer_container .footer_info li {
	display: block;
	padding:5px 10px;
	/*text-align:center;*/
}	

#footer_container .copy_right_txt {
	text-align: center;
	font-size: 13px;
	padding:5px;
}

/* ---------------------------------------------------
    home
----------------------------------------------------- */
#home_main {
	background-color:#000;
	color:#FFF;
	}
.home-slider {
	/*background:#4D4B4B;*/
	}
#img-slider .item img{
    display: block;
    width: 100%;
}
#img-slider2 .item {
	border:1px solid #999;
	margin:5px;
}
#img-slider2 .owl-pagination {
	display:none;
	}
#home_img_blok1 {
	padding-left:0;
	padding-right:0;
	}
/* top arrow*/
#toTop {
	
	text-decoration: none;
	position: fixed;
	bottom: 45%;
	right: 1%;
	/*overflow: hidden;*/
	width: 54px;
	height: 200px;
	border: none;
	/*text-indent: 100%;*/
	/*background:  url(../images/top-icon/ICON_01_05.png) no-repeat 0px 0px;*/
	z-index:20;
}
#toTopHover {
	width: 54px;
	height: 200px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	/*background: url(../images/icon-top.png) no-repeat 0px 0px;*/
}

/* home image hover */

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #000;
	/*max-width: 267px;*/
	margin: 0 auto;

}
.img-change {
	position:relative;
	width:auto;
	display:inline-block;
}
.img-change:hover .overlay {
	opacity: 1;
}


/* products */
#products_main {
	background-color:#FFF;
	color:#000;
	padding-top:15px;
	padding-bottom:15px;
	}
#products_main a {
	color:#000;
	}
	
#pd_main_item_area {
	padding-top:30px;
	padding-bottom:30px;
}
#pd_item_area .row {
	display:flex;
}
/* products list */
.page_item_style ul{
	list-style:none;
	padding-left:20px;
}
.left-item-subchg {
	
	}

/*  news */

.news-container {
	/*max-width:900px;
	margin:0 auto;*/
	}
.news-container .breadcrumb {
	
	}
.news_list_style ul {
	font-size:18px;
	list-style:none;
	padding-left:0;
	padding-right:0;
}
.news_list_style li {
	border-bottom:1px dotted #999;
	line-height:30px;
	padding:5px;
	}

/* form */

.form-control-feedback {
	color:#C00;
}
.form-control-warning {
	
}
/*Pagination */
.page-link {
	color:#666;
	}
.page-item.active .page-link {
	background-color:#999;
    border-color:#999;
}

/* */

.top_button {
	position:fixed;
	z-index:50;
	right:5px;
	top:40%;
	width:100px;
	transition:all .5s ease-in-out;
	}
.top_button div {
	/*background-color: rgba(0,0,0,0.4);*/
	border-radius:999em;
	padding:2px;
	margin: 5px;
	}
.top_button div:hover {
	transition:all .5s ease-in-out;
	background-color: #FFF;
	}
		
@media (max-width: 640px) {		
	.top_button {
		right:0px;
		width:40px;
		transition:all .5s ease-in-out;
	}

	.buy_icon {
		width: 80px;
		height: 150px;
		margin: 0 auto;
		transition:all .3s ease-in-out;
	}
}