
@import url(../fonts/font-awesome/font-awesome.min.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(index_heading.css);
@import url(index_footer.css);
@import url(page_banner.css);



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

.h1-title {
	font-size: 24px;
	background-color: #ec651a;
	color: #fff;
	text-align: center;
	padding: 15px;
	margin: 0 0 60px 0;
}
.h2-title {
	position: relative;
	padding-left: 15px;
	font-size: 26px;
	margin: 5px 0 30px 0;
	font-weight: bold;
}
.h2-title:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 7px;
	height: 100%;
	background-color: #bf1a20;
}
.h3-title {
	position: relative;
	padding: 8px 20px 10px;
	margin: 0 0 20px 0;
/*
	border: 1px dashed #adadad;
	background-color: #ececec;
*/
	font-size: 28px;
}
.h3-title:after {
	content: '';
	position: absolute;
	left: 0;
	top: 20%;
	z-index: 9;
	width: 6px;
	height: 60%;
	background-color: #981218;
}


.title-top {
    background: url(../images/about_title_bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 60px;
	color: #000;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 40px;
}


.title-style {
	margin-bottom: 50px;
	
}
.title-style h2 {
    color: rgba(218,223,227,0.6);
    font-size: 60px;
    font-weight: bold;
    text-align: center;
	font-family: 'Kaushan Script', cursive;
}
.title-style p {
    color: #25292d;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
	margin: -50px 0 0 0;
}
.title-style p:after {
    content: '';
	display: block;
	width: 156px;
	height: 2px;
	background-color: #e44249;
	margin: 0 auto;
}



/* 尺寸設定 */
@media (max-width: 767px) {
	.h1-title2 {
		background-color: #2e779c;
		color: #fff;
		margin: 0 0 30px 0;
		padding-top: 20px;
	}
	.title-style h2 {
		font-size: 50px;
	}
	.title-style p {
		margin: -30px 0 0 0;
	}
}
@media (min-width: 768px) {
	.h1-title {
		font-size: 28px;
	}
}
@media (min-width: 1200px) {
	.h1-title {
		font-size: 32px;
	}
}





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

.content {
	padding-top: 60px;
	padding-bottom: 60px;
	border-top: 20px solid #ec651a;
	font-size: 18px;
}
.content-box {
}

.line-box {
	margin-top: 50px;
	margin-bottom: 60px;
	text-align: center;
}


/* 麵包屑 */
.breadcrumbs {
	text-align: right;
}
.breadcrumbs a {
	display: inline-block;
	text-decoration: underline;
	color: #000;
	padding: 20px 0 10px 0;
}
.breadcrumbs a.home {
	font-weight: bold;
}
.breadcrumbs span {
	margin: 0 2px 0 4px;
	color: #000;
	font-size: 100%;
	font-weight: bold;
}


/* 尺寸設定 */
@media (max-width: 767px) {
	.line-box img {
		max-width: 100%;
	}
}


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

.font-300 {
	font-size: 40px;
	text-align: center;
	line-height: 300px;
}


/*========================================================
                      	 選單
=========================================================*/

.navsub {
	display: none;
	
}

.navsub-list {
	-webkit-box-shadow: 0 0 5px rgba(65, 65, 65, 0.5);
	box-shadow: 0 0 5px rgba(65, 65, 65, 0.5);
	text-align: center;	
	margin-right: 30px;
	padding-bottom: 5px;
	background-color: #fff;
}

.navsub-list h2  {
	color: #fff;
	background-color: #ec651a;
	padding: 12px 10px;
	text-align: center;
	margin: 0 0 10px 0;
}
.navsub-list ul {
	list-style: none;
	margin: 20px 20px 40px 20px;
	padding: 0;
}
.navsub-list ul li {
}
.navsub-list ul li a {
	display: block;
	padding: 10px;
	color: #333;
	font-size: 18px;
	margin: 0 0 10px 0;
	border-bottom: 1px dashed #adadad;
}
.navsub-list ul li a:hover {
	color: #000;
	background-color: #f6d0ba;
}

.navsub-select {
	margin-left: 15px;
	margin-right: 15px;
    text-align: center;
    width: 100%;
	}
.navsub-select h2 {
	text-align: center;
	}
.navsub-select .form-control {
	margin-bottom: 20px;
}

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


/*========================================================
                         關於我們
=========================================================*/

.about-box {
	background: url(../images/about_bg.jpg) no-repeat center bottom;
	background-size: cover;
	padding-bottom: 200px;
}



.about-1 img {
	width: 100%;
	vertical-align: bottom;
	margin-bottom: 20px;
}


.about-2 > div {
	padding: 0 10px;
}
.about-2 > div dl {
	width: 100%;
	margin: 0 0 20px 0;
	background-color: #ffe8d9;
	border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.about-2 dl dt {
	float: none;
}
.about-2 dl dt img {
	display: block;
	width: 84px;
	height: 84px;
	padding: 10px;
	margin: 0 auto;
}

.about-2 dl dd {
	overflow: hidden;
	text-align: center;
	font-size: 16px;
}
.about-2 dl dd h3 {
    font-size: 24px;
	margin: 5px 0;
	font-weight: bold;
}



.about-3 img {
	width: 100%;
	vertical-align: bottom;
	border-radius: 10px;
}

.about-3 dl {
	margin-bottom: 30px;
}
.about-3 dl dd {
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
}




.about-4 {
	font-weight: bold;
	text-align: center;
	color: #333;
}

.about-4 dl dt img {
	display: block;
	max-width: 100%;
	vertical-align: bottom;
	margin: 0 auto 10px;
}

.about-4 ul {
	background-color: rgba(255,255,255,0.8);
	list-style: none;
	margin: 0;
	padding: 30px;
	border-radius: 20px;
}
.about-4 ul li {
	margin: 0 0 10px 0;
}
.about-4 ul li span {
	display: block;
	margin: 10px;

}
.about-4 ul li img {
	max-width: 100%;
	display: block;
	margin: 0 auto 10px;
}


/* 尺寸設定 */
@media (min-width: 640px) {
	.about-1 img {
		width: 50%;
		float: left;
		margin: 0 20px 20px 0;
	}
}
@media (min-width: 992px) {
	.about-1 img {
		width: 35%;
	}
}


/*========================================================
                         服務介紹
=========================================================*/


.service-1 img {
	width: 100%;
	vertical-align: bottom;
}
.service-1 dl dd {
/*	background: url(../images/tupperware.png) no-repeat center center;*/
	background-color: #ec651a;
	padding: 20px;
	color: #fff;
	position: relative;
	overflow: hidden;
}
/*
.service-1 dl dd:after {
	content: '';
	display: block;
	opacity: 0.1;
	background: url(../images/tupperware.png) no-repeat right bottom;
	position: absolute;
	right: -20px;
	bottom: -20px;
	z-index: 1;
	width: 100%;
	height: 100%;
}
*/

.service-2 img {
	width: 100%;
	vertical-align: bottom;
	border-radius: 10px;
}

.service-2 dl {
	margin-bottom: 30px;
}
.service-2 dl dd {
	border-radius: 0 0 10px 10px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: center;
	margin-top: -37px;
	padding: 5px 0;
	position: relative;
	z-index: 99;
	font-size: 18px;
}

.service-3 {
	margin-bottom: 50px;
}
.service-3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.service-3 ul li {
	padding: 10px;
	border-bottom: 1px dashed #adadad;
	position: relative;
	padding-left: 50px;
}
.service-3 ul li span {
	position: absolute;
	top: 7px;
	left: 10px;
	z-index: 9;
	background-color: #ff6600;
	border-radius: 50%;
	color: #fff;
	padding: 3px 10px;
}


/*========================================================
                         服務介紹
=========================================================*/

.vegetable_box {
	background: url(../images/vegetable_bg.jpg) no-repeat -50px bottom;

	padding-bottom: 60px;
}


.vegetable-1 img {
	width: 100%;
	vertical-align: bottom;
}

.vegetable-1 dl {
	margin-bottom: 30px;
}
.vegetable-1 dl dd {
	background-color: rgba(255,255,255,0.6);
	color: #000;
	text-align: center;
	margin-top: -37px;
	padding: 5px 0;
	position: relative;
	z-index: 99;
	font-size: 18px;
}

.vegetable-1 dl dt a.img-mark {
	display: block;
	color: #000;	
	position: relative;
}
.vegetable-1 dl dt a.img-mark:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	filter: alpha(opacity=0);
	opacity: 0;
/*	border: 5px solid #701308;*/
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.vegetable-1 dl dt a.img-mark:hover:before {
	background: rgba(255,255,255,0.2) url(../images/magnifier.png) no-repeat center center;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

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


.news-box {
	background: url(../images/shutterstock_1146449813.jpg) no-repeat center center;
	background-size: cover;
	padding-bottom: 60px;
}
.news-list h1 {
	margin-top: 30px;
}
.news-list dl {
	clear: both;
	overflow: hidden;
	padding: 30px 30px 20px;
	margin: 0 0 30px 0;
	-webkit-box-shadow: 2px 1px 5px 1px rgba(65, 65, 65, 0.3);
	box-shadow: 2px 1px 5px 1px rgba(65, 65, 65, 0.3);
}
.news-list dl dt {
	background-color: #ec651a;
	width: 100px;
	float: left;
	margin-right: 10px;
	color: #fff;
	text-align: center;
	padding: 18px 5px;
}
.news-list dl dt span {
	display: block;
}
.news-list dl dd {
	overflow: hidden;
	line-height: 28px;
}
.news-list dl dd h5 {
	color: #ec651a;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	margin: 4px 0 10px 0;
	padding: 0;
}
.news-list dl dd p {
	color: #333;
}
.news-list > a {
	display: block;
	background-color: #f8f8f8;
}
.news-list > a:hover {
	background-color: #fff3e1;
}





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

.news-detail {
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: left;
}
.news-detail h2 {
	text-align: left;
	margin: 0 0 30px 0;
	color: #ec651a;
}
.news-content {
	padding: 30px;
	-webkit-box-shadow: 2px 1px 5px 1px rgba(65, 65, 65, 0.5);
	box-shadow: 2px 1px 5px 1px rgba(65, 65, 65, 0.5);
	background-color: #fffcfb;
}
.news-content img {
	max-width: 100%;
}

/*回目錄頁*/
.news-detail .back {
	text-align: right;
	padding-top: 30px;
}
.news-detail .back a {
	background-color: #ec651a;
	padding: 8px 20px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
}
.news-detail .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: #fd0302;
	color: #fff;
	text-decoration: none;
}


/* 尺寸設定 */
@media (min-width: 640px) {
	.news-content {
		padding: 50px;
	}
}

@media (min-width: 992px) {
	.news-content {
		padding: 70px;
	}
}



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



.contact-box {
	background: url(../images/contact_bg3.jpg) no-repeat center top;
	background-size: cover;
	padding-bottom: 100px;
	position: relative;
}
.contact-box [class *= col-] ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}



.contact-box > .row > .col-md-6 {
	padding-bottom: 50px;
}
.contact-list h2 {
	border-left: 10px solid #ce4737;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #f4f4f4;
	font-size: 24px;
}
.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: #ec651a;
}
.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: #ec651a;
	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;
}


/* 尺寸設定 */

@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;
	}
}




/*========================================================
                         各類表單
=========================================================*/

.contant-list {
	
}


/* 說明 */
.form-info {
	border: 2px dashed #adadad;
	padding: 20px 20px 20px 100px;
	background: #f7f7f7 url(../images/warning.png) no-repeat 20px center;
	margin-bottom: 20px;
	min-height: 60px;
}
.form-info p {
	margin-bottom: 6px;
}



/* 表單設定 */
.form-horizontal {
	margin-bottom: 40px;
}
.form-horizontal .control-label {
	color: #333;
}
.form-horizontal .form-control {
	border-radius: 5px;
	padding: 5px 20px 5px 40px;
	border: 1px solid #c4c4c4;
	background-color: #f6f6f6;
}
.form-control {
    background-color: #f6f6f6;
	height: 40px;
}	
::placeholder {
  	color: #000;
	font-weight: bold;
}

/* 意見表單 */

.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: 28px;
    line-height: 28px;
    text-align: center;
/*    border: 1px solid #c4c4c4;*/
    background-color: #f6f6f6;
    position: absolute;
    left: 6px;
    top: 6px;
    border-radius: 5px;
    transition: all 0.4s ease;
}
.contact-form [class *= col-] i.text-red {
    color: #333;
}


.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 !important;
}
.form-group:nth-of-type(2n+2) {
	background-color: #ededed;
}
/*.form-group:nth-of-type(2n+1) {
	background-color: #e8e8e8;
}*/
.form-group b {
	display: block;
	font-size: 15px;
}
.input {
	text-decoration: none;
	border: 1px solid #c7c7c7;
	width: 100%;
	padding: 2px 2px;
}




/* 尺寸設定 */

@media (min-width: 768px) {
	.form-info {
		padding: 20px 20px 20px 70px;
		background: #f7f7f7 url(../images/warning2.png) no-repeat 20px center;
	}
	.form-info {
		margin-right: 15px;
	}
	.contact-form [class *= col-] {
		padding-right: 15px;
	}
	.form_out .col-md-3 {
		padding-right: 15px;
	}
	.form_out .col-md-3 span {
		text-align: center;
		background-color: #fff;
	}
	.input {
		width: 40%;
	}
	.form-group b {
		display: inline-block;
	}
}


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

.table1 {
	border-collapse: collapse;
	text-align: left;
	margin: 0 0 20px 0;
	font-size: 15px;
	border: 1px solid #c0bebe;
}
.table1 caption {
	color: #333;
	font-weight: bold;
}

.table1 th {
	background: #ece9e9;
	color: #333;
	font-weight: bold;
	padding: 15px 5px !important;
	text-align: center;	
	border-top: 0 !important;
	border-bottom: 1px solid #c0bebe;
}
.table1 td {
	padding: 0 5px;
	border: 1px solid #c0bebe;
}
.table1 td.left {
	text-align: left;
}


	
.table2 {
}
.table2 caption {
	color: #333;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
}
.table2 caption i {
	color: #e72c19;
}
.table2 tr:nth-of-type(2n+1) {
	background-color: #e9f1f5;
}
.table2 th {
	background: #2e779c;
	color: #fff;
	font-weight: bold;
	padding: 15px 5px !important;
	text-align: center;	
	border-top: 0 !important;
	border-right: 1px solid #bab9bb;
}
.table2 td {
	padding: 0 5px;
	border: 1px solid #cccccc;
	text-align: center;
}
.table2 td.red {
	color: #e71f19;
}

/* 手機表格提示 */
.table-text {
	color: #D40101;
	text-align: right;
}
@media (min-width: 640px) {
	.table-text {
		display: none;
	}	
}
@media (min-width: 768px) {	
	.table1 td img {
		max-width: 100px;
		max-height: 100px;
	}
}





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

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;
}