
@import url(../fonts/font-awesome/font-awesome.min.css);
@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: 2.4rem;
	text-align: center;
	margin: 0 0 80px 0;
	color: #fff;
    padding: 10px 15px 12px;
    background-color: #476b89;
}

.h2-title {
    color: #474547;
	margin-top: 60px;
    margin-bottom: 30px;
    text-align: left;
	font-size: 1.7rem;
	position: relative;
    z-index: 10;
}
.h2-title b {
    position: relative;
    z-index: 2;
    display: inline-block;
    background-color: #fff;
    padding-right: 20px;
}
.h2-title b span {
    color: #0477ad;
}
.h2-title em {
	display: block;
    color: #333;
    text-align: left;
	font-size: 0.7rem;
    padding-left: 2px;
	margin-bottom: 4px;
	position: relative;
	font-style: normal;
	font-weight: bold;
}
.h2-title em span {
    color: #9f2323;
}
.h2-title:after {
	content: "";
    position: absolute;
    top: 40%;
    transform: translate(-0%,-40%);
    z-index: 1;
    width: calc(100% - 0px);
    height: 12px;
    background-color: #ddd;
}

.h2-title:after {
	right: 0%;
}

@media (min-width: 768px) {
	.h2-title {
		font-size: 1.8rem;
	}
    .h2-title em {
        font-size: 0.8rem;
    }
}
@media (min-width: 1200px) {
	.h2-title {
		font-size: 2rem;
	}	
    .h2-title em {
        font-size: 0.9rem;
    }
}




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

.content {
	background: url(../images/content_bg.jpg) no-repeat 70% top;
	background-size: cover;
	padding-bottom: 70px;
}
.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.7);
	box-shadow: 0 0 5px rgba(65, 65, 65, 0.7);
	text-align: center;	
	margin-right: 30px;
	padding-bottom: 5px;
	background-color: #fff;
/*	border: 1px solid #adadad;*/
}

.navsub-list h2  {
	color: #fff;
	background-color: #4e98bb;
	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;
	background-color: #ededed;
}
.navsub-list ul li a:hover {
	color: #000;
	background-color: #acd2e3;
}

.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-2 [class*="col-"] {
    margin-bottom: 20px;
}
.about-2 [class*="col-"] img {
    -webkit-box-shadow: 0 0 5px rgba(65, 65, 65, 0.7);
    box-shadow: 0 0 5px rgba(65, 65, 65, 0.7);
    padding: 10px;
}


/*========================================================
                      產品與解決方案
=========================================================*/

.product-1 h4 {
    font-weight: bold;
    font-size: 1.4rem;
    color: #04766a;
}

.product-1 ul {
    margin: 0 0 20px -15px;
}


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

.news-list dl {
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 25px 30px 21px;
	border-bottom: 1px dashed #adadad;
}
.news-list a {
	color: #333;
}
.news-list a:last-of-type dl {
	margin-bottom: 30px;
}
.news-list dl dt time {
	display: inline-block;
	background-color: #4e98bb;
	color: #fff;
	text-align: center;
	padding: 4px 15px;
	margin-bottom: 6px;
}
.news-list dl dd {
	font-size: 1.250em;
	overflow: hidden;
	line-height: 38px;
    margin: 0;
}
.news-list > a {
	display: block;
}
.news-list > a:hover {
	background-color: #f6fcfe;
}



/* 尺寸設定 */
@media (min-width: 640px) {
	.news-list dl dt {
		float: left;
		margin-right: 10px;
	}
}

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

.news-detail {
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: left;
}
.news-detail h3 {
	text-align: left;
	margin: 0 0 20px 0;
    color: #04766a;
	font-size: 1.6em;
}
.news-content {
	padding: 0 0 20px 0;
    border-bottom: 2px dashed #ccc;
}
.news-content img {
	max-width: 100%;
}


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


/*========================================================
                        精銳招募
=========================================================*/

.recruit-box {
    margin-top: 40px;
}
.recruit-box dl {
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
}
.recruit-box dl dt {
    float: left;
    width: 30%;
    margin-right: 10px;
}
.recruit-box dl dt img {
    width: 100%;
    vertical-align: bottom;
    border: 1px solid #ddd;
    padding: 10px;
}
.recruit-box dl dd {
    overflow: hidden;
}
.recruit-box dl dd h3 {
    font-size: 1.4rem;
    font-weight: bold;
    padding-left: 16px;
}


/* 尺寸設定 */
@media (max-width: 991px) {
    .recruit-box dl {
        padding-top: 45px;
        padding-bottom: 30px;
        border-top: 2px dashed #ddd;
    }
    .recruit-box dl:last-of-type {
        border-bottom: 2px dashed #ddd;
    }
    .recruit-box dl dt {
        width: 40%;
    }
}
@media (min-width: 992px) {
    .recruit-box dl dt {
        width: 40%;
    }
}




/*========================================================
                      	客戶專區
=========================================================*/


/* 會員登入 */
.member-box {
	margin-top: 140px;
    margin-bottom: 100px;
}
.member-form a {
	color: #333;
}
.member-form h2 {
    font-size: 2rem;
	padding-bottom: 10px;
	position: relative;
	text-align: left;
	margin-bottom: 20px;
}
.member-form h2 span {
	position: absolute;
	right: 0;
	bottom: 8px;
	z-index: 9;
	font-size: 13px;
}

.member-form .box {
	position: relative;
	padding: 0;
	margin-bottom: 15px;
}
.member-form .box i {
    display: block;
    font-size: 16px;
    color: #333;
    width: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #f6f6f6;
    position: absolute;
    left: 6px;
    top: 6px;
    border-radius: 5px;
    transition: all 0.4s ease;
}
.member-btn {
	margin: 10px 0;

}
.member-btn input {
	display: block;
	padding: 5px 20px;
	color: #fff;
	margin-bottom: 10px;
	background-color: #026cb6;
    width: 160px;
	text-align: center;
	font-size: 1.2rem;
}
.input {
	text-decoration: none;
	border: 1px solid #c7c7c7;
	width: 100%;
	padding: 2px 2px;
}

@media (max-width: 767px) {
    .member-box {
        margin-top: 100px;
        margin-bottom: 0px;
    }
    .member-form h2 {
        margin-top: 30px;
    }
}



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

.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-box iframe {
	border: 2px dashed #e74c1c;
	padding: 10px;
}
*/

.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: #4e98bb;
}
.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: #4e98bb;
	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: 0;
	padding: 5px 20px 5px 40px;
	border: 1px dashed #c4c4c4;
	background-color: #f6f6f6;
}
.form-control {
    background-color: #f6f6f6;
	height: 40px;
}	
.form-control::-moz-placeholder {
	color: #666;
	opacity: 1;
	font-size: 16px;
	font-weight: bold;
}
.form-control:-ms-input-placeholder {
	  color: #666;
}
.form-control::-webkit-input-placeholder {
	  color: #666;
}

/* 意見表單 */

.contact-form {
	margin-bottom: 20px;
}
.contact-form [class *= col-] {
	position: relative;
	margin-bottom: 10px;
}
.contact-form [class *= col-] svg {
    display: block;
    font-size: 16px;
    color: #666;
    width: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #f6f6f6;
    position: absolute;
    left: 24px;
    top: 10px;
    border-radius: 5px;
    transition: all 0.4s ease;
}
.contact-form [class *= col-] svg.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 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;
	}
	.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: #476b89;
	color: #fff;
	font-weight: bold;
	padding: 10px 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.c {
	text-align: center;
    background-color: #e3f0f6;
}



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

.ul-s1 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ul-s1 > li {
    background: url("../images/icon_star.png") no-repeat 5px 8px;
    padding: 5px 0 5px 40px;
}
.ul-s1 > li b {
    color: #e71f19;
}

.ul-s2 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ul-s2 li {
	padding: 5px;
	position: relative;
	padding-left: 45px;
}
.ul-s2 li span {
	position: absolute;
	top: 7px;
	left: 5px;
	z-index: 9;
	background-color: #ffdc64;
	border-radius: 50%;
	color: #333;
	padding: 0px 10px;
}


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

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

.image-box .image-pic {
	position: relative;
}
.image-box .image-pic > img {
	width: 100%;
	vertical-align: bottom;
}
.image-box .image-pic a {
	display: block;
	color: #fff;
}
.image-box .image-pic:hover .thumb-inner {
	display: block;
}
.image-box .image-pic:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	width: 100%;
	height: 10%;
	opacity: 0;
	transition: all 0.3s;
}
.image-box .image-pic:hover:before {
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
	height: 100%;
}
.thumb-inner {
	display: none;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 6;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;

}
.thumb-inner span {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	padding: 5px 50px 7px;
	border: 1px solid #fff;
}



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

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




