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



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


.h1-title {
	color: #3a3a3a;
	text-align: center;
	font-size: 20px;
	margin: 20px 0 30px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}
.h2-title {
	position: relative;
	padding-left: 10px;
	font-size: 26px;
}
.h2-title:before {
	content: '';
	position: absolute;
	left: 0;
	top: 20%;
	z-index: 9;
	width: 5px;
	height: 60%;
	background-color: #bf1a20;
}
.h3-title {
	position: relative;
	padding: 5px 15px 7px;
	margin: 0 0 20px 0;
}
.h3-title:after {
	content: '';
	position: absolute;
	left: 0;
	top: 20%;
	z-index: 9;
	width: 6px;
	height: 60%;
	background-color: #145474;
}




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


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

.content {
	padding-bottom: 60px;
}
.content-box {
}


/* 麵包屑 */
.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;
}


/*========================================================
                  		關於應信
=========================================================*/

.about-list {
	font-size: 20px;
	line-height: 36px;
	padding-top: 30px;
}
.about-list img {
	width: 100%;
	vertical-align: bottom;
	margin-bottom: 20px;
}
.about-list p {
	border-bottom: 1px dashed #adadad;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0;
}
.about-list p:first-of-type {
	padding-top: 0;
}

.about-list p:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

.about-contact {
	font-size: 16px;
	line-height: 32px;
}

.about-contact [class *= col-] {
	margin-top: 30px;
}

.about-contact [class *= col-] h2 {
	background-color: #2e779c;
	color: #fff;
	display: block;
	padding: 10px;
	font-size: 20px;
}
.about-contact [class *= col-] h3 {
	font-size: 20px;
	color: #2e779c;
	font-weight: bold;
}

.about-contact [class *= col-] ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.about-contact [class *= col-] ul li span {
	color: #a50808;
	font-weight: bold;
}


/*========================================================
                  		搜尋列表設定
=========================================================*/

.search-list ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
.search-list ul li {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.search-list ul li b {

}

.search-info {
	border-top: 2px dashed #adadad;
	border-bottom: 2px dashed #adadad;
	margin: 40px 0;
	padding: 30px;
	background-color: #f3f3f3;
}

.search-text {
	font-weight: bold;
	margin: 0;
}
.search-text span {
	color: #e71f19;
}

/* 尺寸設定 */

@media (max-width: 767px) {
	.search-list ul li {
		float: none;
		margin-right: 0;
		display: flex;
	}
	.search-list ul li b {
		background-color: #a9a9a9;
		padding: 4px 20px 5px;
		font-weight: normal;
		flex: 1;
		color: #000;
	}
	.search-list ul li input {
		flex: 2;
	}
}

/*========================================================
                       實例介紹
=========================================================*/

.turnkey-list {
}
.turnkey-info {
	background-color: #c3e3f3;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #e9f1f5), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #e9f1f5),color-stop(.75, #e9f1f5), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 7px 7px;
	border: 1px solid #cdcdcd;
	padding: 30px;
	margin: 0 0 50px 0;
}
.turnkey-info h2 {
	font-size: 24px;
	margin: 0 0 10px 0;
}
.turnkey-img {
	padding-bottom: 30px;
}
.turnkey-img img {
	width: 100%;
	vertical-align: bottom;
}
.turnkey-img [class*="col-"] > dl {
	-webkit-box-shadow: 0px 0px 2px 1px rgba(65, 65, 65, 0.12);
	box-shadow: 0px 0px 2px 1px rgba(65, 65, 65, 0.22);
	margin-bottom: 30px;
}

.turnkey-img [class*="col-"] dl dd { 
	padding: 10px 20px;
	color: #2c201a;
	font-size: 16px;
}
.turnkey-img [class*="col-"] dl dd h3 { 
    color: #2d769b;
	font-weight: bold;
	font-size: 18px;
}

/* 尺寸設定 */

@media (max-width: 639px) {
	
	.turnkey-img .info ul li span {
		display: inline-block;
		margin-right: 10px;
	}
}
@media (min-width: 640px) {
	.turnkey-info {
		margin: 0 1% 50px 1%;
	}
	.turnkey-img .info ul li {
		padding-left: 90px;
	}
	.turnkey-img .info ul li span {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 9;
	}
}


/*========================================================
                       實例介紹內頁
=========================================================*/

.turnkey-detail {
	margin-top: 30px;
}

.turnkey-detail dl {
	overflow: hidden;
	padding-bottom: 50px;
	border-bottom: 1px dashed #adadad;
	margin-bottom: 50px;
}
.turnkey-detail dl:last-of-type {
	border-bottom: none;
}
.turnkey-detail dl dt {
	float: left;
	margin-right: 30px;
	width: 300px;
	border: 5px solid #478eb2;
	position: relative;
}
.turnkey-detail dl dt:before {
	content: '';
	border: 3px solid #fff;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 9;
}
.turnkey-detail dl dd {
	overflow: hidden;
}
.turnkey-detail dl dd h3 {
    color: #2d769b;
	font-weight: bold;
    margin: -2px 0 20px 0;
}
.turnkey-detail ul {
	list-style: none;
	margin: 0 0 0 4px;
	padding: 0;
}
.turnkey-detail ul li {
	margin-bottom: 5px;
	position: relative;
	padding-left: 20px;
}
.turnkey-detail ul li:before {
	content: '\f101';
	font-family:'FontAwesome';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}
.turnkey-detail ul li ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
.turnkey-detail ul li ul li {
	margin-bottom: 5px;
	position: relative;
	padding-left: 10px;
}
.turnkey-detail ul li ul li:before {
	content: '\f0da';
	font-family:'FontAwesome';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}


.turnkey-detail .back {
	text-align: right;
	margin-bottom: 30px;
}
.turnkey-detail .back a {
	background-color: #2d769b;
	padding: 8px 20px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
}
.turnkey-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: #333;
	color: #fff;
	text-decoration: none;
}


/* 尺寸設定 */
@media (max-width: 639px) {
	.turnkey-detail dl dt {
		float: none;
		margin: 0 auto 30px;
		width: 100%;
	}
}
@media (min-width: 640px) and (max-width: 992px) {
	.turnkey-detail dl dt {
		float: none;
		margin: 0 auto 30px;
		width: 80%;
	}
}
@media (min-width: 1200px) {
	.turnkey-detail dl dt {
		width: 300px;
	}
}

@media (min-width: 1600px) {
	.turnkey-detail dl dt {
		width: 400px;
	}
}






/* -------------------------- 產品系列 -------------------------- */


.product-box {
	position: relative;
	margin-top: 70px;
}
.product-box img {
	width: 100%;
	vertical-align: bottom;
}
.product-box dl {
	-webkit-box-shadow: 0px 0px 2px 1px rgba(65, 65, 65, 0.12);
	box-shadow: 0px 0px 2px 1px rgba(65, 65, 65, 0.22);
	margin-bottom: 30px;
	overflow: hidden;
}
.product-box dl dt {
	float: left;
	width: 40%;
	margin-right: 20px;
}
.product-box dl dd {
	overflow: hidden;
	padding: 20px 20px;
}
.product-box dl dd h3 {
	margin: 0 0 10px 0;
}


/* 尺寸設定 */
@media (min-width: 640px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1600px) {
	.product-box dl {
		display: -moz-inline-stack;
		display: inline-block;
		*display: inline;
		zoom: 1;
		vertical-align: top;
		width: 47.5%;
		margin: 0 1% 30px 1%;
	}
}




/*========================================================
                   		訊息公告
=========================================================*/

.news-list {
	background-color: #dbd0c5;
}
.news-post {
	text-align: center;
}
.news-post h1 {
	color: #9c6d4b;
	font-weight: bold;
	margin-bottom: 30px;
}
.news-post .post-minimal:nth-of-type(3n+1) .post-body h2 a {
	background-color: #1f6b92;
}
.news-post .post-minimal:nth-of-type(3n+2) .post-body h2 a {
	background-color: #1f5892;;
}
.news-post .post-minimal:nth-of-type(3n+3) .post-body h2 a {
	background-color: #5aa4ca;;
}



/* 目錄頁設定 */
.post-minimal {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 2px 1px 5px 1px rgba(65, 65, 65, 0.12);
	box-shadow: 2px 1px 5px 1px rgba(65, 65, 65, 0.12);
	margin-bottom: 30px;
	text-align: left;
}
.post-minimal .post-body {
	padding: 20px;
}
.post-minimal * + .post-text {
	margin-top: 8px;
}
.post-minimal * + .post-meta {
	margin-top: 5px;
}
.post-minimal * + .post-meta i {
	color: #6bcad2;
}
.post-minimal .post-body h2 {
	margin: 0 0 14px 0;
}
.post-minimal .post-body h2 a {
	display: inline-block;
	font-size: 20px;
	padding: 5px 10px;
	color: #fff;
}



/* 尺寸設定 */
@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: 30px 24px 30px 27px;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

@media (min-width: 1200px) {
	.post-minimal .post-body {
		padding: 40px 26px 40px 50px;
	}
}



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

.news-detail {
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: left;
}
.news-detail h2 {
	text-align: left;
	margin: 0 0 30px 0;
	color: #22609b;
}
.news-content {
	padding-bottom: 20px;
	border-bottom: 2px dashed #adadad;
}
.news-content img {
	max-width: 100%;
	vertical-align: bottom;
	display: block;
	margin: 0 auto 20px;
}
/*回目錄頁*/
.news-detail .back {
	text-align: right;
	padding-top: 30px;
}
.news-detail .back a {
	background-color: #22609b;
	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: #0087a9;
	color: #fff;
	text-decoration: none;
}


/* 尺寸設定 */

@media (min-width: 992px) {
	.news-content img {
		float: left;
		width: 40%;
		margin: 6px 30px 20px 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: #448eb4;
}
.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: #448eb4;
	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;
	}
}




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

/* 說明 */
.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;
}


/* 尺寸設定 */

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

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

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

.table1 th {
	background: #333333;
	color: #fff;
	font-weight: bold;
	padding: 15px 5px !important;
	text-align: center;	
	border-top: 0 !important;
	border-right: 1px solid #555555;
}
.table1 td {
	padding: 0 5px;
	border-bottom: 1px solid #cccccc;
}

.table1 td:last-child {
	text-align: center;
}
.table1 a.file {
	display: inline-block;
	margin-top: 4px;
	width: 24px;
	height: 24px;
	background: url(../images/file_pdf.png) no-repeat center center;
	text-indent: -9999px;
	}

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

/*========================================================
                         詢價列表
=========================================================*/

.price-info {
	width: 90%;
	margin: 5% auto;
	text-align: center;
	border: 2px dashed #8eb5c9;
	padding: 50px 30px;
	border-radius: 10px;
	font-size: 24px;
	line-height: 36px;
	background-color: #ddf0fe;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #E7F8FC), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #E7F8FC),color-stop(.75, #E7F8FC), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 7px 7px;
}
.price-info i {
	display: block;
	margin: 0 auto;
	color: #18506d;
}
@media (min-width: 640px) {
	.price-info {
		width: 70%;
	}	
}
@media (min-width: 992px) {
	.price-info {
		width: 50%;
		padding: 50px;
	}	
}


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

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