
@import url(../fonts/flaticon/flaticon.css);
@import url(revise.css);
@import url(header.css);
@import url(footer.css);
@import url(hover.css);
@import url(banner.css);


/*========================================================
                      	 h1 設定
=========================================================*/

.h1-title {
	font-size: 1.6rem;
	text-align: center;
	margin: 0 0 50px 0;
	color: #fff;
    padding: 10px 15px 12px;
    background-color: #4386ac;
}

.h3-title {
    color: #333;
	margin: 0 0 20px 0;
	font-size: 26px;
	position: relative;
	font-weight: bold;
}
.h3-title:after {
    content: '';
	display: block;
	width: 40px;
	height: 4px;
	background-color: #9d2109;
	margin-top: 6px;
}

.main-title {
    text-align: center;
    font-size: 32px;
    color: #000;
    line-height: 1.2;
    box-sizing: border-box;
    padding: 20px 0 20px;
	padding-top: 60px;
    padding-bottom: 60px;
}
.main-title_2 {
    text-align: center;
    font-size: 32px;
    color: #000;
    line-height: 1.2;
    box-sizing: border-box;
    padding: 20px 0 0px;
	padding-top: 60px;
}
.main-title span:after,.main-title_2 span:after{
    content: '';
    display: inline-block;
    background: url(../images/index/main_title2.png) no-repeat;
    width: 22px;
    height: 9px;
    position: relative;
    top: -5px;
    margin-right: 7px;
}
.main-title span:before,.main-title_2 span:before {
    content: '';
    display: inline-block;
    background: url(../images/index/main_title1.png) no-repeat;
    width: 22px;
    height: 9px;
    position: relative;
    top: -5px;
    margin-right: 7px;
}
.main-title span:after,.main-title_2 span:after {
    margin-right: 0;
    margin-left: 7px;
}
.main-title strong,.main-title_2 strong {
    display: block;
    font-family: 'Hind', sans-serif;
    font-weight: bold;
    font-size: 32px;
    color: #004a9c;
    background-image: linear-gradient(to top, #3cbf73 0%, #70eca4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*  尺寸設定 */
@media (min-width: 1200px) {
    .h1-title {
        font-size: 1.8rem;
    }
}
@media (min-width: 1600px) {
    .h1-title {
        font-size: 2rem;
    }
    .h2-title {
        font-size: 1.4rem;
    }
}



/*========================================================
                      	 內頁框架
=========================================================*/

.content {
	padding-bottom: 60px;
}

/* 麵包屑 */
.breadcrumbs {
	text-align: right;
    font-size: 1rem;
	background: #e5d8b3;
	color: #8e6d4d;
}
.breadcrumbs a {
	display: inline-block;
	/*text-decoration: underline;*/
	color: #8e6d4d;
	padding: 10px 0 10px 0;
}
.breadcrumbs a:hover {
	text-decoration: none;
}
.breadcrumbs a.home {
	font-weight: bold;
}
.breadcrumbs span {
	margin: 0 2px 0 4px;
	color: #8e6d4d;;
	font-weight: bold;
    font-size: 1.2rem;
}


/* 字級設定 */
.function-list {
	text-align: right;
	margin-bottom: 20px;
}
.font-change {
	display: -moz-inline-stack;
	display: inline-block;
 *display: inline;
	zoom: 1;
	vertical-align: top;
	margin: 0 0 0 30px;
	font-weight: bold;
	line-height: 32px;
}
.font-change h3 {
	display: inline-block;
	font-size: 1rem;
	margin: 0;
	vertical-align: sub;
}
.font-change ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.font-change ul li {
	display: -moz-inline-stack;
	display: inline-block;
 *display: inline;
	zoom: 1;
	vertical-align: top;
}
.font-change ul li a {
	display: inline-block;
	border: 1px solid #e1e1e1;
	width: 32px;
	text-align: center;
	padding: 0;
	margin: 4px 0 0 0;
	font-weight: normal;
	background-color: #0078bd;
	color: #fff !important;
	font-size: 0.938rem;
    vertical-align: top;
}



.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-1-5 {
    width: 20%;
    float: left;
}


@media (min-width: 768px) {
.col-sm-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}
.fancybox-opened {
    z-index: 9999999999999991!important;
}
/*========================================================
                   	 目錄選單設定
=========================================================*/

.navsub {
	display: none;
	margin-top: 60px;
}
.navsub h2 {
	background-color: #9f8c5694;
	font-weight: bold;
	color: #fff;
	padding: 12px;
	text-align: center;
	margin: 0;

}
.navsub ul {
	list-style: none;
	margin: 0;
	padding: 10px 0 40px 0;
}
.navsub ul li {
	border-bottom: 1px solid #c1c1c1;
}
.navsub ul li a {
	display: block;
	color: #333;
	padding: 10px;
	
}
.navsub ul li a:before {
	content: "\f0da";
	font-family: "FontAwesome";
	font-size: 16px;
	margin-right: 5px;
	color: #000;
	
}
.navsub ul li a:hover {
	color: #000;
	background-color: #b1b1b15c;
}

/* 手機用選單 */

.navsub-select {
	padding-top: 60px;
	}
.navsub-select h2 {
	text-align: center;
	}
.navsub-select .form-control {
	margin-bottom: 20px;
}

/* === 尺寸設定 === */
@media (min-width: 1200px) {	
	.navsub {
		display: block;
	}
	.navsub-select {
		display: none;
	}
}



/*========================================================
                      	 切換選單
=========================================================*/

.wrap-tabs {
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs li {
	text-align: center;
}
.nav-tabs li a {
	display: block;
	font-size: 1rem;
	border-radius: 0;
	color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #d9d9d9;
    font-weight: bold;
}
.nav-tabs > li > a.active, 
.nav-tabs > li > a.active:hover, 
.nav-tabs > li > a.active:focus {
	display: block;
	background-color: #0078bd;
    color: #fff;
}
.nav > li > a:hover, .nav > li > a:focus {
	display: block;
    text-decoration: none;
    background-color: #0078bd;
    color: #fff;
}

.tab-content {
	padding: 40px 0;
}


/*  尺寸設定 */
@media (max-width: 639px) {
	.nav-tabs {
		margin-bottom: 20px;
	}
}
@media (min-width: 992px) {
    .nav-tabs li a {
        font-size: 1.2rem;
    }
}


/*========================================================
                        共同設定
=========================================================*/

.page_nav_row {
	text-align: center;
	/*max-width:1200px;*/
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 60px;
}
.page_nav_row2 {
	text-align: center;
	max-width:700px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 60px;
}
.page_nav_item {
	text-align: center;
}

.page_nav_item a {
	padding: 20px 0;
	width: 100%;
	display: block;
	background-color: #d0b384;
	color: #fff;
	position: relative;
	border-radius: 12px;
	-webkit-transition: all 0.2s;
	/* For Safari 3.1 to 6.0 */
	transition: all 0.2s;
}

.page_nav_item a:hover,
.page_nav_item a.active {
	background-color: #e5d8b3;
	text-decoration: none;
}

.page_nav_item a .border_inner {
	position: absolute;
	top: 5px;
	left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 2px dashed #fff;
	border-radius: 8px;
}

.page_title {
	padding-left: 30px;
	margin-top: 60px;
	color: #333;
	font-size: 2.4rem;
	padding: 0 0 10px 0;
	line-height: 45px;
}

@media (min-width:992px) {
	.page_title {
		/*padding-left:60px;*/
		font-size: 3rem;
	}
}
@media (min-width:992px){
	.nav_about:hover .sub_nav_about,
	.nav_product:hover .sub_nav_product,
	.nav_solution:hover .sub_nav_solution,
	.nav_news:hover .sub_nav_news,
	.nav_contact:hover .sub_nav_contact{ display:block;}
}


.justify-content-center{
	padding-top: 20px;
}
.md-10{
	padding-top: 20px;
}
.md-30{
	padding-top: 60px;
}
/*========================================================
                        關於日清
=========================================================*/
.md-100 {
    text-align: center;
    padding: 300px 0;
    font-size: 30px;
    font-weight: bold;
}
.all-wrap {
	background: url(../images/heard_bg.jpg);
    width: 100%;
    margin: 0;
    position: relative;
}

/*-------關於日清------*/
.about_block {
	padding-top: 30px;
	padding-bottom: 30px;
}
.h4-title{
	color: #3d5b10;
	font-weight:bold;
	padding:20px 0;
}

.h4-title img {
    width: 25px;
    margin: 0 4px 5px;
}
.about_title{
	text-align:center;
	padding: 20px 0;
}
.about_title img{
	max-width:100%;
}
.about_list{
	text-align: center;
}
.about_text{
	padding-top: 10px;
	padding-bottom: 10px;
}
.about_text p{
	font-size: 16px;
}
.about_text p b{ 
	color: #a38a76;
	font-size: 24px;
}
.about_text p samp{ 
	color: #a38a76;
	text-decoration:underline;
}
.about_text p samp strong{ 
	color: #f7c252;
	text-decoration:underline;
}
.about_text p strong{ 
	color: #a7d04e;
}
.about_img img{
	max-width:100%;
	padding: 5px 0;
	-webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2))
}
.about_img_2 img{
	max-width:100%;
	padding: 10px 0 0 20px;
}
@media (min-width:1200px) {
	.h4-title{
	font-size: 28px;
}
	.about_text p{
	font-size: 18px;
	line-height: 40px;

}
}
@media (min-width:1600px) {
	.h4-title{
	font-size: 32px;
}
	.about_text p{
	font-size: 20px;

}
}

/*========================================================
                        推薦商品
=========================================================*/
.product-wrap {
    font-size: 20px;
    line-height: 36px;
	padding-bottom: 20px;;
}

.product-box {
	padding-top: 0px;
	padding-bottom: 60px;
}

.product-box h2{
	background-color: #9f8c5694;
    color: #fff;
    padding: 12px;
    margin: 30px 0 20px 0;
}
.main-title span:after {
    content: '';
    display: inline-block;
    background: url(../images/index/main_title2.png) no-repeat;
    width: 22px;
    height: 9px;
    position: relative;
    top: -5px;
    margin-right: 7px;
}
.main-title span:before {
    content: '';
    display: inline-block;
    background: url(../images/index/main_title1.png) no-repeat;
    width: 22px;
    height: 9px;
    position: relative;
    top: -5px;
    margin-right: 7px;
}
.main-title span:after {
    margin-right: 0;
    margin-left: 7px;
}
.main-title strong {
    display: block;
    font-family: 'Hind', sans-serif;
    font-weight: bold;
    font-size: 32px;
    color: #004a9c;
    background-image: linear-gradient(to top, #3cbf73 0%, #70eca4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-wrap h1 {
	text-align: center;
	color: #201813;
	font-size: 32px;
	position: relative;
	margin: 0 0 20px 0;
}
.product-wrap [class*="col-"] dl { 
	border: 4px solid #F0F0F0;
    border-radius: 14px;
    padding-bottom: 10px;
    /*margin-bottom: 50px;*/
	overflow:hidden;
	background: #fff;
}
.product-wrap [class*="col-"] dl dt { 
	margin-bottom: 10px;
}
.product-wrap [class*="col-"] dl dd {
	color: #292929;
	font-size: 16px;
}
.product-wrap [class*="col-"] dl dd h3 {
	color: #805e39;
	text-align: center;
	margin: 0;
	font-size: 18px;
    font-weight: bold;
}

.image-pic img {
    transform:scale(1,1);
	transition: all 1s ease-out;
}

.image-pic:hover img{
    transform: scale(1.1);
    position: relative;
    z-index: 10;
    transition: .9s;
    opacity: 0.8;
}

.image-box .image-pic {
	position: relative;
}
.image-box .image-pic > img {
	width: 100%;
	vertical-align: bottom;
}


/*  尺寸設定 */
@media (min-width: 768px) {
	
}
@media (min-width: 1200px) {
	.product-wrap [class*="col-"] dl dd h3 {
    padding: 10px 0 ;
}
}

/*========================================================
                        推薦商品內頁
=========================================================*/

.product-main {
	margin-top: 60px;
}
.product-info {
	line-height: 32px;
	margin-bottom: 20px;
}

.product-main > h2 {
	background-color: #585858;
	color: #fff;
	padding: 12px;
	margin: 0 0 20px 0;
}
.product-main section dl {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	position: relative;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
}
.product-main section dl dt {
	position: relative;
	border: 1px solid #d1d1d1;
	border-bottom-color: #dedede;
	padding: 10px;
}
.product-main section dl dt a .pic {
	position: relative;
}
.product-main section dl dt a .pic img {
	width: 100%;
	vertical-align: bottom;
}
.product-main section dl dt a .pic:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.product-main section dl dt a .pic:before {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    content: '';
    display: inline-block;
	background: url(../images/magnifier.png) no-repeat center center;
	background-color: rgba(255,255,255,0.5);
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}
.product-main section dl dt a.price {
    position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 9;
	background-color: #adadad;
	padding: 4px 10px;
	text-align: center;
	color: #000;
	font-size: 14px;
}
.product-main section dl dt a.price:hover {
	background-color: #333;
	color: #fff;
}
.product-main section dl dd h2 {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin: 0;
	background-color: #dedede;
	padding: 10px;
}
.product-detail {
	margin-top: 60px;
	margin-bottom: 60px;
}
.product-detail h2 {
	background-color: #9f8c5694;
    color: #fff;
    padding: 12px;
    margin: 0 0 20px 0;
}

.product-detail h3 {
    text-decoration: underline;
    margin-bottom: 10px;
}
.product-detail h4 strong{
    color: #7f6f2b;
}
.product-detail .title_2 {
	font-weight: bold;
	color: #7f6f2b; 
}
.product-detail .title_2 spam{
	color:#a9a9a9; 
    font-size: 18px;
	margin: 0 15px;
}
.product-detail h4.title {
	background-color: #dadada;
	padding: 10px;
	color: #000;
	text-align: center;
	margin-bottom: 20px;
}

.product-detail .info {
	line-height: 32px;
}
.product-detail img {
	max-width: 100%;
}
.product-detail [class*="col-"] {
	margin-bottom: 20px;
	float: left;
}

.product-img {
    margin: 0 0 30px 0;
    position: relative;
}
.product-img dd ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.product-img dd ul li {
    border-bottom: 1px dotted #d1d1d1;
    padding: 5px 10px 5px 16px;
    position: relative;
}
.product-img dd ul li:before {
    position: absolute;
    left: 2px;
    top: 8px;
    z-index: 9;
    font-family: "FontAwesome";
    content: "\f054";
    color: #b17238;
    font-size: 12px;
}
.product-img dd ul li:nth-of-type(2n) {
    background-color: #c1b69330;
}
.product_list{
    padding: 0 15px;
}
.product_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.price .form-group {
    display: inline-block;
	padding: 0 20px 5px 0;
    margin: 0;
}
.control-label {
    color: #666666;
}
.control-box {
    font-size: 20px;
	color: #e4392b;
    display: inline-block;
	font-weight: bold;
}
.control-box2 {
	color: #555;
    display: inline-block;
}

/* 小圖片顯示 */
.show_small {
	list-style: none;
	margin: 6px 0 15px;
	padding: 0;
}
.show_small li {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	margin: 0 5px 0 0;
	width: 60px;
	height: 50px;
	border: 1px solid #cfcfcf;
	padding: 2px;
	text-align: center;
	background: #fff;
}
.show_small li img {
	max-width: 56px;
	max-height: 36px;
	cursor: pointer;
}

.show_big {
	border: 1px solid #cfcfcf;
	text-align: center;
}

.more {
	text-align: right;
	/*margin-top: 30px;*/
}
.more a {
	background: #353535;
    padding: 5px 30px;
    color: #fff;
    
}
.more a:hover {
	background: #676767;
	 border-radius: 8px 8px;
}

/*  尺寸設定 */

@media (min-width: 640px) {
	.product-main section dl {
		width: 43.5%;
		margin-right: 3%;
		margin-left: 3%;
	}
	.product-detail h3.title_2 {
    font-size: 20px;
	}
	.product-detail h3.title_2 spam {
    font-size: 16px;
	}
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {	

}
@media (min-width: 1200px) {
	.product-main section h1 {
		font-size: 36px;
		padding: 20px;
	}
	.product-main section dl {
		width: 26.6%;
	}
}
@media (min-width: 1600px) {
	.product-main section dl {
		width: 22.7%;
		margin-right: 1%;
		margin-left: 1%;
	}
}

.product-content iframe, .product-detail iframe {
    width: 100% !important;
    height: 300px !important;
    margin-top: 20px !important;
}
@media (min-width: 768px) {
    .product-content iframe, .product-detail iframe {
        height: 420px !important;
    }
}
@media (min-width: 992px) {
    .product-content iframe, .product-detail iframe {
        height: 520px !important;
    }
}
@media (min-width: 1200px) {
    .product-content iframe, .product-detail iframe {
        height: 460px !important;
    }
}
@media (min-width: 1600px) {
    .product-content iframe, .product-detail iframe {
        width: 70% !important;
        margin: 0 auto;
        height: 640px !important;
    }
}
@media (min-width: 1800px) {
    .product-content iframe, .product-detail iframe {
        width: 65% !important;
    }
}

/*========================================================
                        最新消息
=========================================================*/

.page_select_year_wrapper {
	max-width: 480px;
	width: 100%;
	margin-left: auto;
}

.page_select_year_wrapper .input-group-prepend label {
	background-color: #d0b384;
	color: #fff;
	border-color: #b0966e;
}

.page_news_con {
	position: relative;
	color: #777;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.page_news_pic {
	height: 320px;
	background-position: center;
	background-size: cover;
	border-radius: 15px;
}

.page_news_text h4 {
	color: #555;
}

.page_news_date {
	margin: 10px 0;
}
.page_news_text p{
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.page_news_date span {
	margin-right: 5px;
}

.page_news_date span.badge-dark {
	background-color: #d0b384;
}

.page_news_con .page_news_more a {
	color: #e99416;
}

.page_news_con .page_news_more a i {
	margin-right: 10px;
}

.page_news_con .page_news_more a,
.page_news_con .page_news_more img {
	display: inline-block;
}

@media (min-width:992px) {
	.page_news_text h4 {
		/*font-size: 2rem;*/
	}
	.page_news_pic {
		width: 400px;
		height: 240px;
		float: left;
	}
	
}

@media (min-width:1200px) {
	.page_news_pic {
		width: 480px;
		height: 260px;
		float: left;
	}
	
}

.pagination .page-item .page-link {
	color: #d0b384;
}

.pagination .page-item.active .page-link {
	background-color: #d0b384;
	border-color: #bba176;
	color: #fff;
}

.news_detail_block .container-fluid {}

.news_detail_content img {
	max-width: 100%;
	height: auto;
}

.news_detail_title {
	margin-top: 15px;
	font-size: 1.6rem;
}

@media (min-width:992px) {
	.news_detail_title {
		font-size: 2.4rem;
	}
}

.top_news_more {
	margin-top: 60px;
	margin-bottom: 36px;
	text-align: center;
}

.top_news_more a {
	padding: 20px 50px;
	background-color: #d0b384;
	color: #fff;
	position: relative;
	border-radius: 12px;
	-webkit-transition: all 0.2s;
	/* For Safari 3.1 to 6.0 */
	transition: all 0.2s;
}

.top_news_more a:hover {
	background-color: #e5d8b3;
	text-decoration: none;
}

.top_news_more a .border_inner {
	position: absolute;
	top: 5px;
	left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 2px dashed #fff;
	border-radius: 8px;
}

@media (min-width:1200px) {
	.top_block1 {
		padding: 80px 0 120px 0;
	}
	.top_news_pic {
		position: absolute;
		top: 50%;
		left: 30px;
		transform: translateY(-37%);
		max-width: 560px;
	}
	.top_news_pic img {
		width: 100%;
		height: auto;
	}
	.top_news_wrapper {
		margin-left: auto;
		width: 50%;
		margin-top: 30px
	}
	.top_news_date {
		text-align: center;
		float: left;
	}
	.top_news_date span {
		font-size: 3.4rem;
		display: block;
		line-height: 3rem;
	}
	.top_news_text {
		margin-left: 80px;
	}
	.top_news_more {
		text-align: left;
	}
}

@media (min-width:1200px) {
	.top_news_pic {
		max-width: 560px;
	}
}

@media (min-width:1600px) {
	.top_news_pic {
		max-width: 720px;
	}
}

.page_back {
	margin: 30px 0 60px 0;
}

.page_back a {
	padding: 15px 40px;
	background-color: #e99416;
	color: #fff;
	border-radius: 10px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.page_back a:hover {
	background-color: #fc0;
	text-decoration: none;
}

.badge-dark{
	color: #fff;
	background: #d0b384;
}
.badge-info {
    color: #fff;
    background-color: #E09527;
}
.badge-primary{
	color: #fff;
    background-color: #2CA7A8;
}
.badge-danger{
	color: #fff;
    background-color: #97B9E4;
}





/*========================================================
                   	  最新消息-內頁
=========================================================*/

.news_detail_title {
	padding-top: 30px;
	font-size: 1.6rem;
}

@media (min-width:992px) {
	.news_detail_title {
		font-size: 2.4rem;
	}
}

.page_block {
	padding: 30px 0 0px 0;
	color: #777;
	position: relative;
	overflow: hidden;
}

.page_block .container-fluid {
	position: relative;
	height: 100%;
}

@media (max-width:991px) {
	.page_block {
		padding: 10px 0 0px 0;
	}
}

/*附件下載*/
.news-detail .download h3 {
    color: #476b89;
    font-weight: bold;
    margin-bottom: 10px;
}
.news-detail .download p {
	margin: 5px 0;
}
.news-detail .download a {
    display: inline-block;
	background-color: #476b89;
	padding: 5px 20px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #22415a;
	border-radius: 5px;
	color: #fff;
	font-size: 0.938em;
}
.news-detail .download a:hover {
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	background-color: #22415a;
	color: #fff;
	text-decoration: none;
}





.news_block iframe, .news-wrap iframe {
    width: 100% !important;
    height: 300px !important;
    margin-top: 20px !important;
}
@media (min-width: 768px) {
    .news_block iframe, .news-wrap iframe {
        height: 420px !important;
    }
}
@media (min-width: 992px) {
    .news_block iframe, .news-wrap iframe {
        height: 520px !important;
    }
}
@media (min-width: 1200px) {
    .news_block iframe, .news-wrap iframe {
        height: 460px !important;
    }
}
@media (min-width: 1600px) {
    .news_block iframe, .news-wrap iframe {
        width: 70% !important;
        margin: 0 auto;
        height: 640px !important;
    }
}
@media (min-width: 1800px) {
    .news_block iframe, .news-wrap iframe {
        width: 65% !important;
    }
}


/*========================================================
                         回目錄頁
=========================================================*/

.btn-back {
	text-align: right;
	padding-top: 20px;
}
.btn-back a {
	background-color: #4e98bb;
	padding: 8px 20px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 0.938em;
}
.btn-back a:hover {
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	background-color: #2059a8;
	color: #fff;
	text-decoration: none;
}


/*========================================================
						營業項目
=========================================================*/
.services-box {

}

.services {
	margin-top: 50px;
}
.services dl {
	position: relative;
	/*padding: 10px 0;*/
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.services dl:hover {
    transform: translateY(-10px);
}
.services dl dt {
	position: relative;
	top: 100px;
}
.services dl dt img {
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	border: 10px solid #fff;
	-webkit-box-shadow: 0 0 15px #adadad;
	-moz-box-shadow: 0 0 15px #adadad;
	box-shadow: 0 0 15px #adadad;
}

.services dl dd {
	padding: 120px 20px 50px 20px;
    text-align: center;
}
.services dl dd h2 {
	color: #9f8743;
	font-weight: bold;
	padding-top: 20px;
    padding-bottom: 10px;
	font-size: 26px;
}
.services dl dd p {
	color: #676767;
	font-size:18px;
}
.services_list{
	padding: 0 20px;
}	
	
/*  尺寸設定 */
@media (min-width: 768px) {
}
@media (min-width: 992px) {
	.services dl dd h2 {
		font-size:22px;
		height: 66px;
		}
	.services_box {
    float: left;
}

}
@media (min-width: 1200px) {
}


/*========================================================
						水果時令
=========================================================*/
.seasonal_block{
	} 
.seasonal_block img{
	text-align: center;
	max-width: 100%;
}


.page_seasonal_wrapper{
	text-align: center;
}
.seasonal_box{
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;
}
.seasonal_box .seasonal_small{
	padding: 20px 40px;
    border: 1px dashed #a2a2a2;
    background-color: rgb(241,241,241,80%);
	margin: 0 20px;
	position: relative;
	right: -0%;
}

.img_box{
	position: relative;
}
.img_box .img_list{
	padding: 20px 0px;
	margin: 0;
	position: relative;
	right: -0%;
}
.img_box .img_list img{
	max-width: 100%;
}

.seasonal_box .seasonal_small{
	padding: 20px 40px;
    border: 1px dashed #a2a2a2;
    background-color: rgb(241,241,241,80%);
	margin: 0 20px;
	position: relative;
	right: -0%;
}

.seasonal_box .seasonal_small h4{
	color: #a38a77;
	font-weight: bold;
	padding: 0 0 5px 0;
	
}
.line_about{
	padding: 10px 0;
}
.page_seasonal_text .text_box h1{
	text-align: left;
	width: 160px;
}
.page_seasonal_text .text_box h1 span{
    /* margin-bottom: 40px;*/
    color: #9b7d5c;
    font-size: 1.4rem;
	margin: 0;
	padding-left: 30px;
    padding-right: 10px;
}
.page_seasonal_text .text_box{
display: inline-block;
}	
.page_seasonal_text h1 img{
    
}

.page_seasonal_text .month_box{
	display: inline-block;

}
.page_seasonal_text .month_box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.page_seasonal_text .month_box ul li {
	display:inline-block;
	position: relative;
    margin: 0 5px;
    border-radius: 50%;
    border: 2px solid #ebe0be;
	width: 46px;
	height: 46px;
	
}
.page_seasonal_text .line_green ul li {
    border: 2px solid #d9eba9;
}

.page_seasonal_text .line_purple ul li {
    border: 2px solid #e3ddd8;
}

.page_seasonal_text .month_box ul li.bg_orange{
    background: #f2e5c270;
}
.page_seasonal_text .month_box ul li.bg_green {
    background: #e5efcc99;
}

.page_seasonal_text .month_box ul li.bg_purple {
    background: #e8e3df9c;
}

.page_seasonal_text .month_box ul li span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9;
}
@media (max-width: 1200px){

	.line_about {
    text-align: left;
	}
	.page_seasonal_text .text_box h1 {
    text-align: left;
    width: 260px;
}
	
}
@media (min-width: 640px){
	.page_seasonal_text .text_box{
		display: block;
	}
}
@media (min-width: 992px) {
.page_seasonal_text .text_box h1{
	text-align: left;
    width: 240px;
}
	
	.img_box .img_list{
	right: -10%;
}
	
}
@media (min-width: 1200px) {
	.page_seasonal_text {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
	.seasonal_block img{
	max-width: 90%;
}
	.img_box .img_list{
	right: -0%;
}
}

@media (min-width: 1500px) {
	.seasonal_block img{
	max-width: 90%;
}
}

@media (min-width: 1600px) {
	.seasonal_block img{
	max-width: 70%;
}
	.seasonal_box .seasonal_small{
	width: 900px;
    right: -20%;
}
	
	
}


/*========================================================
                         聯絡我們
=========================================================*/

.reservation_block form {}

.reservation_block form .form-group i {
	color: #d0b385;
}

.reservation_block form .form-group textarea {
	border-radius: 0;
	padding: 25px;
	background-color: #ededed;
	border-radius: 10px;
}

.reservation_block form .form-group input {
	border-radius: 0;
	padding: 25px;
	background-color: #ededed;
	border-radius: 10px;
}

.reservation_block form .form-group button {
	background-color: #d0b384;
	border-color: #e5d8b3;
	color: #fff;
	border-radius: 0;
	padding: 15px 0;
	width: 118px;
	text-align: center;
	border-radius: 10px;
	color: #fff;
	border-radius: 0;
	padding: 15px 0;
	width: 118px;
	text-align: center;
	border-radius: 10px;
}

.reservation_block form .form-group button[type="reset"] {
	background-color: #d0b384;
	border-color: #e5d8b3;
	color: #fff;
}

.reservation_block form .form-group button:hover {
	color: #fff!important;
	background-color: #e5d8b3!important;
	border-color: #d0b384!important;
}

.contact_list{
	padding-bottom: 60px;
}
.contact_list .text-red{
	color: #FF0004;
}

.h2-title {
    color: #958148;
	margin: 0 0 20px 0;
	font-size: 32px;
	position: relative;
	font-weight: bold;
}
.h2-title:after {
    content: '';
	display: block;
	width: 40px;
	height: 4px;
	background-color: #958148;
	margin-top: 6px;
}

.map ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.map ul li {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 50px;
	position: relative;
	min-height: 40px;
	margin-bottom: 10px;
}
.map ul li b {
	font-weight: bold;
	font-size: 20px;
	display: block;
	color: #958148;
}
.map ul li i {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
.circle {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background: #c9bb93;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 9;
}
.map ul li [class^="flaticon-"]:before, 
.map ul li [class*=" flaticon-"]:before, 
.map ul li [class^="flaticon-"]:after, 
.map ul li [class*=" flaticon-"]:after {
    margin-right: 0px;
}


.contact-list p {
    padding: 30px 10px;
    border: 1px dashed #a2a2a2;
    background-color: rgb(241,241,241,40%);
    font-size: 18px;
    color: #958148;
	margin: 0 0 40px 0;
}

.contact-list p i{
    padding: 0px 10px 0 0;
	color: #958148
}

@media (min-width: 992px) {
	.contact-box > .row > .col-md-6:nth-of-type(1) {
		padding-right: 50px;
	}
	.contact-box > .row > .col-md-6:nth-of-type(2) {
		padding-top: 20px;
		padding-left: 50px;
	}
}


/*========================================================
                           表格
=========================================================*/

.table1 {
	border-collapse: collapse;
	text-align: left;
	margin: 0 0 20px 0;
	font-size: 1rem;
	border: 1px solid #c0bebe;
}
.table1 caption {
	color: #333;
	font-weight: bold;
}
.table1 tr:nth-of-type(2n+1) {
	background-color: #faf7f2;
}
.table1 th {
	background: #e5d8b3;
    color: #8e6d4d;
	font-weight: bold;
	padding: 10px 5px !important;
	text-align: center;	
	border-top: 0 !important;
    border-right: 1px solid #c0bebe;
	border-bottom: 1px solid #c0bebe;
}

.table1 td {
	padding: 2px 10px;
	border: 1px solid #c0bebe;
	text-align: center;
}
.table1 td.c {
	text-align: center;
    background-color: #e3f0f6;
}
.table1 td.left {
    text-align: left;
}
.table-center {
	text-align: center;
}


/*========================================================
                         ul設定
=========================================================*/

.ul-s1 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ul-s1 > li {
    background: url('https://api.iconify.design/dashicons:arrow-right.svg?color=%234284aa&width=20px&height=20px') no-repeat left 6px;
    padding: 0 0 0 20px;
    margin-left: -4px;
}
.ul-s1 > li span {
    font-weight: bold;
}
.ul-s1 > li a {
    color: #333;
    text-decoration: underline;
}
.ul-s1 > li a:hover {
    text-decoration: none;
}
.ul-s2 {
	list-style-type: none;
	margin: 0 0 30px 1.9em;
	padding: 0;
}
.ul-s2 p {
	margin: 0 0 10px 0;
	}	
.ul-s2 li:first-letter {
    margin-left: -1.9em;
	}	
.ul-s2 li ul {
	margin: 0 0 10px 1.1em;
    list-style: none;
    padding: 0;
	}
.ul-s2 li ul li:first-letter {
    margin-left: -1.1em;
	}



.ol-s1 {
	list-style-type: decimal;
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;	
}
.ol-s1 li {
}
.ol-s1 p {
	color: #900;
	margin: 0 0 0 -24px;	
	text-decoration: underline;
}
.ol-s1 li p {
	color: #900;
	text-decoration: underline;
}
.ol-s1 li ol{
	list-style-type: none;
}
.ol-s1 li ol li {
}


/*========================================================
                         圖片效果
=========================================================*/

a.figure {
	display: block;
	position: relative;
}
a.figure:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:before {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    content: '';
    display: inline-block;
    background: rgba(255,255,255,0.15) url(../images/magnifier.png) no-repeat center center;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}
a.figure2:before {
    background: rgba(255,255,255,0.15) url(../images/magnifier2.png) no-repeat center center;
}


/*========================================================
                      	 字型設定
=========================================================*/

.fonts-style {
    color: #333;
}
.fonts-style ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.fonts-style ul li {
    float: left;
    width: 10%;
    margin-bottom: 20px;
}
