
@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_page.css);



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

.h1-title {
    color: #194e80;
	margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
	font-size: 24px;
	position: relative;
}
.h1-title em {
	display: block;
    color: #194e80;
    text-align: center;
	font-size: 15px;
	position: relative;
	font-style: normal;
}
.h1-title:after {
	content: '';
	display: block;
	width: 50px;
	height: 3px;
	margin: 6px auto 0;
	background-color: #d74018;
}


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


/* 麵包屑 */
.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: #194e80;
	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 solid #adadad;
}
.navsub-list ul li a:hover {
	color: #000;
	background-color: #b2c8dd;
}

.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-list {
	font-size: 20px;
	margin-bottom: 30px;
}

.about-icon {
	margin-top: 40px;
	margin-bottom: 30px;
}
.about-icon > div {
	padding: 0 10px;
}
.about-icon > div dl {
	width: 100%;
	margin: 0 0 10px 0;
	background-color: #cde2f6;
	padding-top: 10px;
	padding-bottom: 10px;
}
.about-icon dl dt {
	float: none;
}
.about-icon dl dt img {
	display: block;
	width: 64px;
	height: 64px;
	padding: 0;
	margin: 10px auto 0;
}

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

.about-img {
	margin-top: 40px;
}
.about-img > div {
	margin-bottom: 10px;
}


/*========================================================
                         產品服務
=========================================================*/

.product-box {
	margin-bottom: 60px;
}
.product-box [class*="col-"] img {
	width: 100%;
	vertical-align: bottom;
}
.product-box h2 {
    border-left: 10px solid #194e80;
	background-color: #ededed;
	padding: 5px 10px;
	margin-bottom: 20px;
}
.product-box h3 {
    color: #bf1a20;
	margin: 0 0 20px 0;
	font-size: 24px;
	position: relative;
	font-weight: normal;
}
.product-img > div {
	margin-bottom: 20px;
}
.product-img h4 {
	font-weight: bold;
	margin: 10px 0 0 0;
}
.product-img p {
	text-align: left;
	margin: 0;
	line-height: 24px;
}





/*========================================================
                         實績作品
=========================================================*/

.work-box img {
	width: 100%;
	vertical-align: bottom;
}

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

.work-box dl dt a.img-mark {
	display: block;
	color: #000;	
	position: relative;
}
.work-box 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;
}
.work-box dl dt a.img-mark:hover:before {
	background: rgba(255,255,255,0.8) url(../images/mark_more.png) no-repeat center center;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}


/* 列表頁 */
.performance-list {
	
}
.performance-list img {
	width: 100%;
	vertical-align: bottom;
}
.performance-list [class*="col-"] {
	position: relative;
	margin-bottom: 30px;
}
.performance-list [class*="col-"] h3 {
	background-color: #0094cb;
	color: #fff;
	margin: 1px 0 0 0;
	font-size: 20px;
	padding: 10px;
	text-align: center;
}
.performance-list [class*="col-"] p {
	position: absolute;
	right: 25px;
	bottom: 40px;
	z-index: 9;
	background-color: rgba(255,255,255,0.7);
	color: #000;
	padding: 0 10px;
}


/* 詳細頁 */

.work-info {
	margin-bottom: 50px;
	border: 2px dashed #adadad;
/*	border-bottom: 2px dashed #adadad;*/
	background-color: #ededed;
	padding: 30px 30px 20px 30px;
}
.work-info h3 {
	font-weight: bold;
	margin: 0 0 10px 0;
}

.work-img img {
	width: 100%;
	vertical-align: bottom;
	border-top: 2px solid #194e80;
}
.work-img [class*="col-"] {
	position: relative;
	margin-bottom: 50px;
}
.work-img [class*="col-"] p {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: -15px;
	z-index: 9;
	margin: 0;
}
.work-img [class*="col-"] p span {
	display: block;
	background-color: #194e80;
	color: #fff;
	margin: 0 15px;
	text-align: center;
}



/*========================================================
                         影片資訊
=========================================================*/

.video-post {
	margin-top: 30px;
	text-align: center;

}
.video-post h1 {
	color: #9c6d4b;
	font-weight: bold;
	margin-bottom: 30px;
}


/*區塊設定*/
.post-minimal {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 2px 0px 5px 1px rgba(65, 65, 65, 0.2);
	box-shadow: 2px 0px 5px 1px rgba(65, 65, 65, 0.2);
	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: #194e80;
}
.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;
}
/*.video-post .post-minimal:nth-of-type(2n+1) .post-body h2 a {
	background-color: #199c93;
}
.video-post .post-minimal:nth-of-type(2n+2) .post-body h2 a {
	background-color: #199c93;
}*/


@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: 450px;
		height: 300px
	}
	.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: 100%;
		/*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;
	}
}






/*.video-box img {
	width: 100%;
	vertical-align: bottom;
}

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

.video-box dl dt a.img-mark {
	display: block;
	color: #000;	
	position: relative;
}
.video-box 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;
	-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;
}
.video-box dl dt a.img-mark:hover:before {
	background: rgba(255,255,255,0.8) url(../images/mark_zoom.png) no-repeat center center;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}



.video-box dl dd {
	overflow: hidden;
	line-height: 30px;
	background-color: #fff;
	padding: 30px;
	font-weight: bold;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}*/




/*========================================================
                         型錄下載
=========================================================*/

.download-list {
	font-size: 18px;
}
.download-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.download-list ul li {
	border-top: 1px dashed #adadad;
	border-bottom: 1px dashed #adadad;
	padding: 15px;
	background-color: #f1f5f8;
	margin-bottom: 30px;
	position: relative;
}
.download-list ul li > i{
	color: #194e80;
}
/*
.download-list ul li:hover {
	background-color: #ddebf9;
}
*/
.download-list ul li:first-of-type {

}
.download-list ul li a {
	display: block;
	color: #333;
}
.download-list ul li span {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}



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


.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: #194e80;
}
.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: #194e80;
	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;
}

.map-iframe {
	border: 3px solid #fff;
	outline: 7px solid #ededed;
}


/* 尺寸設定 */

@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.2) url(../images/mark_more.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.2) url(../images/mark_zoom.png) no-repeat center center;
}