@charset "utf-8";


body{ font-family:"微軟正黑體", "新細明體", "Arial Unicode MS"}

.container-fluid{ max-width:1280px;}

.footer{
	color:#fff;
	background-color:#333;
	text-align:center;
	padding:24px 0;
	border-top:8px solid #a17336;
}
.share{margin:8px 0;}
.share img{margin:0 2px;}

.backtop{
	position:fixed;
	z-index:15;
	width:48px;
	height:48px;
	left:100%;
	top:100%;
	margin-top:-64px;
	margin-left:-64px;
	padding:5px;
	background-color:rgba(000,000,000,0.5);
	text-align:center;
	color:#fff;
	font-size:1.3rem;
	border-radius:4px;
	cursor:pointer;
	-webkit-transition: background 0.3s; /* Safari */ 
	transition: background 0.3s;
}
.backtop:hover{ background-color:#a17336;}


.title_line{
	width:96px;
	height:1px;
	background-color:#fff;
	margin:12px auto;
}


.navbar{ padding:0px;}
.navbar-brand{ margin-left:15px;}
@media (min-width:768px){.navbar-brand{ margin-left:0;}}
.navbar-toggler{ margin:15px;}
.navbar-nav .nav-item .nav-link{ padding:15px;}
.navbar-nav .nav-item .nav-link:hover{ background-color:#999;}



.menu_header{ position:fixed; z-index:9000; top:0; left:0; width:240px; height:100%; background-color:#40210f; -webkit-transition: margin 0.3s; /* Safari */ transition: margin 0.3s; overflow-y: auto;}

.menu_header img{ margin:12px 0;}

.menu_close{ left:100%; margin-left:0px;}
.menu_open{ left:100%; margin-left:-240px;}

.menu_header .container-fluid{ padding:0; position:relative; max-width:1280px;}


@media (min-width:992px){
	.menu_header{ position:fixed; width:100%; height:auto; background:#333;  overflow-y: hidden; height:88px; border-bottom:8px solid #a17336;}
	.menu_open, .menu_close{ left:0; margin-left:0;}
	.menu_header .container-fluid{ padding:0 15px;}
}

.logo_big{ display:none}
@media (min-width:992px){
	.logo_big{ display: block; text-align:center;  float:left;}
}
.logo_big img{ -webkit-transition: all 0.3s; /* Safari */ transition: all 0.3s; width:200px; height:auto; margin-top:12px;}

.menu_ul{list-style:none; padding:0;}
.menu_ul li{ border-bottom:1px dotted #630;}

.menu_ul li a{ color:#fff; display:block; font-size:1.1rem; -webkit-transition: background 0.3s; /* Safari */ transition: background 0.3s;  padding:15px;}
.menu_ul li a:hover, .menu_ul li a:focus{ text-decoration:none; background-color:#630;}
.menu_ul li a span{ display:block; font-size:0.8rem;}


@media (min-width:992px){
	.menu_ul{ text-align:center; border-radius:4px; height:48px; float:right;}
	.menu_ul li{ float:left; border:none; position:relative;}
	.menu_ul li a{ color:#fff; font-size:1rem; width:100px; text-align:center; padding:20px 0 17px 0;}
	.menu_ul li a:hover, .menu_ul li a:focus{ background-color:#a17336; color:#fff;}
	.menu_ul .mobile_home{ display:none;}
	/*.menu_ul li:last-child a{ background-color:#7c5838;}*/
}
@media (min-width:1200px){
	.menu_ul li a{ font-size:1.1rem; width:120px; text-align:center; padding:18px 0 17px 0;}
}




.mobile_hide{ background-color:#000; opacity:0; position:fixed; z-index:8999; top:0; left:0; width:100%; height:100%;}

.mobile_header{ background-color:#333; position:fixed; z-index:8900; height:88px; width:100%; border-bottom:8px solid #a17336;}

.mobile_header img{ margin:12px 0 0 15px;}

.iconbar{float:right; width:48px; height:36px; margin:24px 15px; border:2px solid #fff; border-radius:4px; cursor:pointer; background-position:center; background-repeat:no-repeat;-webkit-transition: background 0.2s; /* For Safari 3.1 to 6.0 */ transition: background 0.2s;}

.iconbar_open{background-image:url(../../images/iconbar.png);}
.iconbar_close{background-image:url(../../images/iconbar2.png); border-color:#40210f;}

.menu_title{ margin:3px 15px; padding-top:23px; padding-bottom:16px; color:#fff; font-family:Verdana, Geneva, sans-serif;}

@media (min-width:992px){
	.mobile_hide{ display:none;}
	.mobile_header{ display:none;}
	.iconbar_close{ display:none;}
	.menu_title{ display:none;}
}


.top_blank{ height:88px;}


.view_lg{ display:none;}
@media (min-width:992px){
	.view_sm{ display:none;}
	.view_lg{ display:block;}
}


.scroll_down{ 
	display:none; 
	-webkit-transition: box-shadow 0.3s, text-shadow 0.3s; /* Safari */ 
	transition: box-shadow 0.3s, text-shadow 0.3s; 
	text-shadow: 0px 0px 10px #777, 0px 0px 10px #777, 0px 0px 10px #777, 0px 0px 15px #999; 
	box-shadow: 0px 0px 10px #777, 0px 0px 10px #777, 0px 0px 10px #777, 0px 0px 15px #999;
}
.scroll_down:hover{ 
	box-shadow: 0px 0px 10px #960, 0px 0px 15px #f60, 0px 0px 20px #f60, 0px 0px 25px #ffc; 
	text-shadow: 0px 0px 10px #960, 0px 0px 15px #f60, 0px 0px 20px #f60, 0px 0px 25px #ffc;
}

@media (min-width:992px){.scroll_down{ position:absolute; top:100%; left:50%; z-index:1000; margin-left:-40px; margin-top:-150px; height:80px; width:80px; border:4px solid #fff; border-radius:50%; text-align:center; color:#fff; padding-top:16px; cursor:pointer; display:block;}}


.more{ margin-top:32px; margin-bottom:16px;}
.more a{ padding:8px 32px; border:4px solid #40210f; color:#40210f; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.more a:hover{ background-color:#40210f; text-decoration:none; color:#fff;}

.double_line{ height:8px; margin:15px 0;}


/*========================================================
                      	 訊息公告
=========================================================*/
.news-list{ padding-bottom:40px; background-image:url(../../images/top_news_bg2.jpg); background-position:center; background-size:cover; background-attachment:fixed;}

.news_title{ margin:0 auto; width:300px; padding:20px 0;}
.news_title img { float:left; width:92px; height:auto;}
.news_title h1{ margin-left:100px; color:#40210f; padding-top:10px;}
.news_title h4{ margin-left:100px; color:#555;}

.news-list .news_title img { display:block; margin:10px auto;}
.news-list .slider{padding: 20px 0 20px 20px;}
.news-list .slider h3{ color:#40210f; font-size: 25px; font-weight:bold;}
.news-list .slider .info{
	line-height:1.8rem;
	border-bottom:1px dashed #fff;
	padding-bottom:4px;
	margin-bottom:4px;
	font-size: 15px;
}
.news-list .date{ 
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 4px;
	font-size: 12px;
	padding: 0 10px;
	background:#a17336; 
	color:#FFF;
}



.top_about_block{ padding:96px 0; background-image:url(../../images/top_about_bg.jpg); background-position:center; background-size:cover; border-top:2px solid #a17336;}

@media (min-width:992px){.top_about_title{ margin-top:80px;}}
.top_about_title img { float:left; width:92px; height:auto;}
.top_about_title h1{ margin-left:100px; color:#40210f;}
.top_about_title h4{ margin-left:100px; color:#555;}



.top_about_block p{ font-size:1.1rem;}

.top_about_p1{ height:400px; background-position:center; background-size:cover;}
.top_about_p2{ height:185px; margin-bottom:30px; background-position:center; background-size:cover;}


.top_product_title{ text-align:center; padding:5px 0; background-color:#a17336; color:#fff;}
.top_product_title .container-fluid{ max-width:none; padding:0;}
.top_product_title img{ margin:15px 0 15px 0;}
.top_product_title h1{ margin:20px;}
.top_product_title h4{ margin-bottom:10px;}

.dashed{ background-image:url(../../images/dashed.png); height:8px; margin:15px 0;}



.top_product_block{}
.top_product_block .container-fluid{ max-width:none;}
.top_product_block .col-lg-4{ padding:0;}
.top_pro_pic{ height:360px; background-position:center; background-size:cover;}
.top_pro_text{ height:auto; text-align:center; padding:48px 30px;}
.top_pro_text img{ margin-bottom:15px;}
.top_pro_text p{ color:#555;}

@media (min-width:992px){
	.top_pro_text{ height:360px; padding:30px 30px 0 30px;}
}
@media (min-width:1200px){
	.top_pro_pic{ height:400px;}
	.top_pro_text{ height:400px; padding:64px 30px 0 30px;}
}
@media (min-width:1600px){
	.top_pro_pic{ height:480px;}
	.top_pro_text{ height:480px; padding:96px 60px 0 60px;}
}



.top_news_block{ padding:96px 0; background-image:url(../../images/top_news_bg.jpg); background-position:center; background-size:cover; background-attachment:fixed;}

.top_news_block .top_about_title{ margin-top:0;}
.top_news_block .top_about_title h1{ color:#fff;}
.top_news_block .top_about_title h4{ color:#fff;}
.top_news_block .top_about_title img { float:left; width:80px; height:auto;}
.top_news_block .more a{color:#fff; border-color:#fff;}
.top_news_block .more a:hover{ background-color:rgba(255,255,255,0.4);}

.top_news_block ul{ padding:0; list-style:none; margin-top:15px;}
.top_news_block ul li{
	line-height:1.8rem;
	border-bottom:1px dashed #fff;
	padding-bottom:4px;
	margin-bottom:4p
}
.top_news_block ul li a{ color:#fff;}
.top_news_block ul li a:hover{ color:#a17336; text-decoration:none;}
.top_news_block ul li a span{ display:block;}
@media (min-width:768px){.top_news_block ul li a span{ padding-right:15px; display:inline-block;}}






.top_contact_block{ padding:32px 0; background-color:#ededed; }

.top_contact_text{ text-align:center;}
@media (min-width:992px){ .top_contact_text{ text-align:left;}}
.top_contact_text ul{ list-style:none; padding:0; font-size:0.95rem; margin-top:10px; color:#555;}



.site_map{ display:none;}
@media (min-width:992px){.site_map{ display:block;}}
.site_map_con h5 a{color:#333; font-size:1.1rem;}
.site_map_con ul{ list-style:none; padding:0; font-size:0.95rem;}
.site_map_con ul li a{color:#555;}

.site_map_con h5 a:hover,
.site_map_con ul li a:hover{ color:#a17336; text-decoration:none;}


.guide{ margin-top:32px; margin-bottom:32px;}
.guide a{ color:#40210f; border:4px solid #40210f; padding:8px 16px; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.guide a:hover{ text-decoration:none; background-color:#40210f; color:#fff;}
@media (min-width:768px){.guide{ display:none;}}

/*========================================================
                      	 內頁設定
=========================================================*/
.page_banner img{ border-bottom: 10px solid #a17336;}




/*========================================================
                      	 關於我們
=========================================================*/
.page_about{
	background:url(../images/page_about_bg.jpg); 
	background-position:center; background-size:cover; 
	border-top:2px solid #a17336;
	padding: 80px 0;
}
.page_about .about_title{ margin:0 auto; width:300px; padding-bottom:20px;}
.page_about .about_title img { float:left; width:92px; height:auto; padding-top:10px;}
.page_about .about_title h1{ margin-left:100px; color:#fff; }
.page_about .about_title h4{ margin-left:100px; color:#a17336;}

.page_about .about_box{ background:rgba(255,255,255,0.9); padding: 70px 20px;}
.page_about .about_box h1{ color:#402210; font-weight:bold; font-size:2rem;}
.page_about .about_box p{ font-size:1.2rem;}




/*========================================================
                      	 訊息公告
=========================================================*/
.page_news .news_title{ margin:0 auto; width:300px; padding-bottom:20px;}
.page_news .news_title img { float:left; width:92px; height:auto; padding-top:10px;}
.page_news .news_title h1{ margin-left:100px; color:#40210f; }
.page_news .news_title h4{ margin-left:100px; color:#333333;}


.news-btn { text-align: center; margin: 30px 0;}
.news-btn a{
	display: block;
	border: 3px solid #a17336;
	padding: 10px 0;
	color: #333333;
}
.news-btn a:hover {
	background-color: #a17336;
	color: #fff;
	text-decoration: none;
}
/*
.news-btn a:hover, .active {
	background-color: #a17336;
	color: #fff;
	text-decoration: none;
}
.active a{ 
	color:#fff;
}
*/
@media (max-width: 767px) {.news-btn{ display: none;}}

.page_news .navsub-select{
	padding: 15px;
	margin: 0 auto;	
}
@media (min-width: 767px) {.page_news .navsub-select{ display: none;}}



/*文章設定*/
.news-post { text-align: center;}
.news-post h2{
	text-align: left;
	margin: 5px 0 30px 0;
	padding: 3px 0;
}
.news-post h2 a{ color: #555555; }
.news-post h2 a:hover{ background-color:#a17336; color:#40210f; text-decoration: none;}

.post-minimal {
	position: relative;
	overflow: hidden;
	background: #fff;
	margin-bottom: 40px;
	text-align: left;
	border-bottom: 1px solid #cbcbcb;
	padding-bottom: 40px;
}
.post-minimal .post-body {
	padding: 20px 0;
}
.post-minimal * + .post-text {
	margin-top: 8px;
}
.post-minimal * + .post-meta {
	margin-top: 5px;
}
.post-minimal * + .post-meta i {
	color: #6bcad2;
}

.object-inline-baseline time {
	background:#40210f;
	color:#fff;
	padding: 3px;
}

/* 撠箏站閮剖�� */
/*@media (max-width: 639px) {
	.post-minimal {
		display: inline-block;
		width: 100%;
		max-width: 500px;
	}
	.post-minimal .post-image img {
		width: 100%;
		vertical-align: bottom;
	}
}*/

@media (min-width: 640px) {
	.post-minimal {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.post-minimal .post-left {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;
		width: 320px;
	}
	.post-minimal .post-image {
		position: relative;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		-ms-grid-row-align: stretch;
		align-self: stretch;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		overflow: hidden;
	}
	.post-minimal .post-image img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		height: auto;
		width: auto;
		min-height: 100%;
		min-width: 100%;
		z-index: 1;
	}
	.post-minimal .post-body {
		padding: 20px 24px 20px 27px;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

@media (min-width: 768px) {
	.post-minimal .post-body {
		padding: 10px 26px 10px 50px;
	}
}
/* more */
.post-more {
	text-align: right;
}
.post-more a {
	background-color: #658193;
	color: #fff;
	padding: 3px 12px;
}



/*頁數設定*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #a17336;
  border-color: #93672c;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/*========================================================
                      	 聯絡我們
=========================================================*/
.page_contact{ 
	border-top:2px solid #a17336;
	padding: 80px 0;
}

.page_contact .contact_title{ margin:0 auto; width:300px; padding-bottom:20px;}
.page_contact .contact_title img { float:left; width:80px; height:auto; padding-top:10px;}
.page_contact .contact_title h1{ margin-left:100px; color:#333333; }
.page_contact .contact_title h4{ margin-left:100px; color:#a17336;}

.page_contact h2{
	color:#40210f;
	font-weight: bold;
	font-size: 1.5rem;
}
.map { margin-bottom: 50px;}
.map ul { list-style: none; margin: 0; padding: 0;}
.map ul li { list-style: none; margin: 0; padding: 5px 0;}

.page_contact .text-red{color:#e71f19;}


.form-horizontal { margin-bottom: 40px;}
.form-horizontal .control-label {
	color: #333;
}
.form-horizontal .form-control {
	border-radius: 5px;
	padding: 5px 20px 5px 50px;
	border: 1px solid #c4c4c4;
	background-color: #fff;
}
.form-horizontal .form-control2 {
	padding: 5px 10px;
}	

.form-info {
	margin-bottom: 20px;
	}

.contact-form {
	margin-bottom: 20px;
}
.contact-form [class *= col-] {
	position: relative;
	padding: 0;
	margin-bottom: 10px;
}
.contact-form [class *= col-] i {
    display: block;
    font-size: 16px;
    color: #c4c4c4;
    width: 40px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #c4c4c4;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0px;
    border-radius: 5px;
    transition: all 0.4s ease;
}
.contact-form [class *= col-] i.text-red {
    color: #e71f19;
}

.form_out {
}
.form_out  [class *= col-] {
	padding: 0;
}
.form_out .col-md-2 {
	text-align: left;
	font-weight: bold;
}
.form-group {
	padding: 10px 15px;
	margin-bottom: 0;
}

.form-group b {
	display: block;
	font-size: 15px;
}
.input {
	text-decoration: none;
	border: 1px solid #c7c7c7;
	width: 100%;
	height: 28px;
	padding: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


/* 縮放設定 */
@media (min-width: 768px) {
	.contact-form [class *= col-] {
		padding-right: 15px;
	}	
}
.pull-right button{
	background: #fff;
	border: 1px #c4c4c4 solid;
	color: #40210f;
}
.pull-right button:hover{
	background: #40210f;
	color:#fff;
}










