
@import url(../fonts/font-awesome/font-awesome.min.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(header.css);
@import url(footer.css);
@import url(hover.css);
@import url(banner.css);



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

.h1-title {
    color: #298ab3;
	margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
	font-size: 24px;
	position: relative;
}
.h1-title em {
	display: block;
    color: #298ab3;
    text-align: center;
	font-size: 24px;
	position: relative;
	font-style: normal;
}
.h2-title {
    color: #333;
	margin: 0 0 20px 0;
	font-size: 24px;
	position: relative;
	padding-left: 14px;
	font-weight: bold;
}
.h2-title:before {
    content: '';
	position : absolute;
	top: 50%;
	left: 0;
	transform : translateY(-50%);
	z-index: 9;
	width: 7px;
	height: 80%;
	background-color: #bf1a20;
}


.title-style {
	margin-bottom: 50px;
	
}
.title-style h2 {
    font-size: 44px;
    font-weight: bold;
    text-align: center;
	line-height: 80px;
}
.title-style p {
    color: #666;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
	margin: 0 0 -30px 0;
}
.title-style h2:after {
    content: '';
	display: block;
	width: 129px;
	height: 11px;
	margin: 0 auto;
	background: url(../images/underline_big.png) no-repeat left center;
}

.title-bg-1 {
	background: url(../images/page_title_bg1.png) no-repeat center top;
}
.title-bg-2 {
	background: url(../images/page_title_bg2.png) no-repeat center top;
}
.title-bg-3 {
	background: url(../images/page_title_bg3.png) no-repeat center top;
}
.title-bg-4 {
	background: url(../images/page_title_bg4.png) no-repeat center top;
}



/* 尺寸設定 */
@media (min-width: 768px) {
	.h1-title {
		font-size: 30px;
	}		
}
@media (min-width: 1200px) {
	.h1-title {
		font-size: 36px;
	}		
}


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

.content {
	padding-top: 40px;
	padding-bottom: 50px;
}
.content .container {
	max-width: 1170px;
}

.bg1 {
	background-color: #f7f8fa;
}
.img-md {
	display: none;
}


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

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

.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;
	border: 1px solid #adadad;
}

.navsub-list h2  {
	color: #fff;
	background-color: #d52a0b;
	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: #f6e8e6;
}

.navsub-select {
	margin-left: 15px;
	margin-right: 15px;
	}
.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-1 {
	padding-bottom: 50px;
}

.about-2 {
	padding-bottom: 50px;
}
.about-2 img, .about-3 img {
	width: 100%;
	vertical-align: bottom;
}



.ul-s1 {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}
.ul-s1 li {
	padding: 7px 10px;
}
.ul-s1 li:nth-of-type(2n+1) {
	background-color: #fbf1dd;
}
.ul-s1 li span {
	font-weight: bold;
}

.ul-s2 {
	font-size: 20px;
}
.ul-s2 li{
	font-weight: bold;
	margin-bottom: 10px;
}
.ul-s2 li span {
	color: #da0808;
}



.license-list{
	padding-bottom:15px;
}
.license-list div{
	padding:3px;
}
.license-list img{
	width:90%;
	display:block;
	margin:0 auto;
}
@media (min-width: 768px) {.license-list img{width:100%}}




/* 尺寸設定*/
@media (min-width: 768px) {
	.ul-s1 {
		margin: 0;
	}
}
@media (min-width: 1200px) {
	.ul-s1 li {
		padding: 10px 10px 11px;
	}
	.ul-s2 {
		font-size: 22px;
	}
}

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

.service-1 {
	margin-bottom: 60px;
}
.service-1 img {
	width: 100%;
	vertical-align: bottom;
}
.service-1 dl dt {
	border: 8px solid #f6d37c;
}
.service-1 dl dd {
	border: 8px solid #f6d37c;
	border-top: none;
	padding: 10px;
	color: #000;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
}



.service-2 {
	padding-bottom: 50px;
}
.service-2 img {
	width: 100%;
	vertical-align: bottom;
}

.service-2 dl {
	margin-bottom: 30px;
}
.service-2 dl dd {
	background-color: #f7dab8;
	color: #000;
	text-align: center;
	padding: 7px 0;
	font-size: 18px;
	margin-top: 6px;
}


.recruiting-list {
	font-size: 18px;
	line-height: 36px;
}
.service-3 {
	margin-bottom: 50px;
	font-size: 16px;
}
.service-3 dl {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 100%;
	margin: 0 0 20px 0;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.service-3 dl dt img {
	display: block;
	width: 120px;
	height: 120px;
	padding: 10px;
	margin: 0 auto;
}
.service-3 dl dd {
	overflow: hidden;
	padding: 0;
}
.service-3 dl dd h3 {
    font-size: 24px;
	margin: 5px 0 10px 0;
	font-weight: bold;
	color: #d52c0e;
}
.service-3 dl dd p {
    margin: 0 0 5px 0;
	font-size: 16px;
}
.service-3 dl dd p span {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #d5540e;
	margin-left: 3px;
}

/* 尺寸設定*/
@media (max-width: 991px) {
	.bg1 {
		padding-top: 50px;
		margin-bottom: 50px;
	}
}
@media (min-width: 480px) {
	.service-3 dl {
		width: 47%;
		margin: 0 2% 20px 0;
	}
}
@media (min-width: 768px) {
	.service-3 dl {
		width: 30.5%;
		margin: 0 2% 20px 0;
	}
}
@media (min-width: 992px) {
	.img-md {
		display: block;
	}
	.service-3 dl {
		width: 23.5%;
		margin: 0 1% 20px 0;
	}
	.service-3 dl:last-of-type {
		width: 24%;
		margin: 0 0 20px 0;
	}
}
@media (min-width: 1200px) {
}
@media (min-width: 1600px) {
	.service-3 dl {
		width: 18.7%;
		margin: 0 1% 20px 0;
	}
	.service-3 dl:last-of-type {
		width: 19%;
		margin: 0 0 20px 0;
	}
}





/*========================================================
                         精選菜色
=========================================================*/

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

.meal-1 dl {
	margin-bottom: 30px;
}
.meal-1 dl dt img {
	outline: 1px solid #d52a0b; 
	border: 5px solid #fff;
}
.meal-1 dl dd {
	text-align: center;
	padding: 5px;
	font-weight: bold;
}

.meal-1 dl dt a.img-mark {
	display: block;
	color: #000;	
	position: relative;
}
.meal-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;
}
.meal-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;
	margin: 0;
	padding: 40px 30px 30px;
	border-bottom: 2px dashed #adadad;
/*
	padding: 30px 30px 20px;
	-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 a:last-of-type  dl {
	margin-bottom: 30px;
}
.news-list dl dt {
	background-color: #d52c0e;
	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: #d52c0e;
	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;
}
.news-list > a:hover {
	background-color: #f5ebe9;
}



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

.news-detail {
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: left;
}
.news-detail h2 {
	text-align: left;
	margin: 0 0 30px 0;
	color: #d52c0e;
}
.news-content {
	padding: 0;
}
.news-content img {
	max-width: 100%;
}

/*回目錄頁*/
.news-detail .back {
	text-align: right;
	padding-top: 30px;
}
.news-detail .back a {
	background-color: #d52c0e;
	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: #f47006;
	color: #fff;
	text-decoration: none;
}



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


.contact-box {
	background: url(../images/contact_bg3.jpg) no-repeat center top;
	background-size: cover;
	padding-bottom: 50px;
	position: relative;
}

.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: #d52a0b;
}
.map ul li i {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}

.contact-pic img{
	width:100%;
	margin-bottom:20px;
	border-radius:15px;
	box-shadow: 2px 2px 7px #9d9d9d;
}




.circle {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background: #d52a0b;
	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 30px 0;
	font-size: 18px;
	border: 1px solid #c0bebe;
}
.table1 caption {
	color: #333;
	font-weight: bold;
}

.table1 th {
	background: #fbf1dd;
	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;
	text-align: center;
}
.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;
}