
@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: 32px;
	text-align: center;
	margin: 0 0 50px 0;
	color: #fff;
    padding: 10px 15px 12px;
    background-color: #2177c1;
}

.h2-title {
    color: #333;
	margin: 0 0 20px 0;
	font-size: 26px;
	position: relative;
	font-weight: bold;
/*    border-left: 7px solid #9d2109;*/
}
.h2-title:before {
    content: '';
	display: inline-block;
	width: 7px;
	height: 20px;
	background-color: #9d2109;
    margin-right: 10px;
}

.h3-title {
    font-size: 22px;
	font-weight: bold;
    margin: 0 0 20px 0;
    text-decoration: underline;
    color: #2059a8;
}
.h4-title {
    font-size: 20px;
	font-weight: bold;
    margin: 0 0 10px 0;
}

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


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

.content {
	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.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: #3882c2;
	padding: 12px 10px;
	text-align: center;
	margin: 0 0 10px 0;
}
.navsub-list ul {
	list-style: none;
	margin: 20px 30px 40px 30px;
	padding: 0;
}
.navsub-list ul li {
}
.navsub-list ul li a {
	display: block;
	padding: 10px;
	color: #333;
	font-size: 18px;
    border-bottom: 1px dotted #adadad;
}
.navsub-list ul li a:hover {
	color: #000;
	background-color: #e0e8ef;
}

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

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



/*========================================================
                        關於旭晨
=========================================================*/

.about-0 {
    font-size: 1.2rem;
    line-height: 40px;
    text-align: justify;
}
.about-0 [class*="col-"] {	
    padding-left: 0;
    padding-right: 0;
}
.about-0 [class*="col-"] h3 {	
    margin: 0;
    text-align: center;
    padding: 20px;
    font-size: 32px;
}
.about-0 [class*="col-"] > div {	
    padding: 0 50px 50px;
}
.about-0 [class*="col-"] > div ul {	
    list-style: none;
    margin: 0;
    padding: 0;
}

/* 公司簡介 */
.about-a {
    margin-bottom: 30px;
}
.about-a [class*="col-"]:nth-of-type(1) h3 {	
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
}
.about-a [class*="col-"]:nth-of-type(2) {	
	background: url(../images/about-a01.jpg) no-repeat left center;
	background-size: cover;
    min-height: 500px;
}


/* 經營理念 */
.about-b h3 {
    width: 100%;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
}
.about-b [class*="col-"]:nth-of-type(1) {	
	background: url(../images/about-b01.jpg) no-repeat center center;
	background-size: cover;
/*    min-height: 500px;*/
}

.about-b [class*="col-"]:nth-of-type(2) h4 {
	background: url("../images/about-b-icon.png") no-repeat left center;
    padding-left: 30px;
    font-weight: bold;
    color: #bb5e04;
}
.about-b [class*="col-"]:nth-of-type(2) p {
    padding-left: 30px;
}


/* 公司架構 */
.about-c {
	background: url(../images/about-c-bg.jpg) no-repeat center center;
	background-size: cover;
    text-align: center;
    margin-top: 50px;
    padding: 50px;
}
.about-c h3 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
}
.about-c .title {
    display: inline-block;
    background-color: #4879b0;
    border: 1px solid #fff;
    padding: 1rem 3rem;
    color: #fff;
}

/* 旭晨特色 */
.about-d {
    margin-top: 50px;
}
.about-d h3 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
    color: #001c3c;
}
.about-d .section-title {
    position: relative;
}
.about-d .section-title img {
    position: absolute;
    left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}
.about-d .section-title span {
    display: block;
	background-color: #085498;
    font-weight: bold;
    color: #fff;
    margin-left: 52px;
    padding: 20px 30px;
}
.about-d .col-xl-8 {
    padding: 1rem 3rem;
}
.about-d .col-xl-8 p {
    color: #001c3c;
}




/* 尺寸設定 */
@media (min-width: 992px) {
    .about-d .container:nth-of-type(2n+1) .row {
        border-top: 3px solid #86a3bc;
        border-right: 3px solid #86a3bc;
    }
    .about-d .container:nth-of-type(2n+2) .row {
        border-top: 3px solid #86a3bc;
        border-left: 3px solid #86a3bc;
    }
}
@media (min-width: 1200px) {
    .about-0 [class*="col-"] > div {	
        padding: 0 100px 50px;
    }
    .about-0 [class*="col-"] h3 {	
        margin: 50px 0 0 0;
    }
    .about-a [class*="col-"]:nth-of-type(2) {
        background-size: 130%;
    }
    .about-b h3 {
        width: 50%;
    }
    .about-b [class*="col-"]:nth-of-type(2) > div {
        border-top: 20px solid #85a2bc;
        border-right: 20px solid #85a2bc;
        margin-right: 50px;
        margin-left: 100px;
        padding: 80px 100px 50px 0;
    }
}
@media (min-width: 1600px) {
    .about-a [class*="col-"]:nth-of-type(2) {	
        background-size: cover;
    }
    .about-a {
        font-size: 1.3rem;
    }
    .about-a [class*="col-"]:nth-of-type(1) > div {	
        padding: 0 120px 100px;
    }
    .about-d .col-xl-8 {
        padding: 1rem 7rem;
    }
    .about-d .col-xl-8 p {
        padding: 1rem 7rem;
    }
}


/*========================================================
                     經營項目-經營項目
=========================================================*/


.items-1 {
    margin-top: 50px;
}
.items-1 h3 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
    color: #001c3c;
}
.items-1 .title {
    position: relative;
    padding: 15px 0 15px 3rem;
    font-weight: bold;
    font-size: 1.6rem;
}
.items-1 .title img {
    position: absolute;
    left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}
.items-1 .title span {
	position: absolute;
	top: 12px;
	left: 0;
	z-index: 9;
	background-color: #27629a;
	border-radius: 50%;
	color: #fff;
	padding: 3px 10px;
    font-size: 1.6rem;
    font-weight: bold;
}
.items-1 p {
    padding: 0;
    margin-bottom: 2rem;
    font-weight: bold;
    font-size: 1.4rem;
}



/* 尺寸設定 */
@media (max-width: 991px)  {
    .items-1 .col-bg-4 {
        display: none;
    } 
}
@media (min-width: 992px) {
    .items-1 .title {
        padding: 10px 0 10px 1rem;
        font-size: 2rem;
    }
    .items-1 .title span {
        position: absolute;
        top: 12px;
        left: -3rem;
        z-index: 9;
    }
    .items-1 p {
        padding: 0 0 0 1rem;
        margin-bottom: 60px;
    }
    .items-1 p:after {
        display: block;
        content: '';
        border-bottom: 1px solid #27629a;
        position: relative;
        top: 30px;
        left: -6rem;
        width: calc(100% + 6rem);
    }
    .items-1 .col-bg-4 {
        position: relative;
    }
    .items-1 .col-bg-4:after {
        content: '';
        position: absolute;
        top: 60px;
        right: -20px;
        bottom: -40px;
        left: 60px;
        z-index: -1;
        border: 10px solid #27629a;
    }
    .items-1 .col-bg-8 {
        padding: 2rem 0 2rem 6rem;
    }
}
@media (min-width: 1200px) {
    .items-1 p:after {
        left: -8rem;
        width: calc(100% + 8rem);
    }
    .items-1 .col-bg-8 {
        padding: 2rem 0 2rem 8rem;
    }
}


/*========================================================
                     經營項目-設備買賣
=========================================================*/

.items-2 {
	background: url(../images/items-b-bg.jpg) no-repeat center bottom;
	background-size: cover;
    text-align: center;
}
.items-2 h2 {
	background: url(../images/items-b-title.jpg) no-repeat center bottom;
	background-size: cover;
    color: #fff;
    padding: 15px;
    font-weight: bold;
	text-shadow: 2px 2px 3px #000;
}
.items-2 h2 b {
	display: block;
    color: #f1cf32;
}
.items-2 p {
	margin-top: 3rem;
    margin-bottom: 3rem;
    font-size: 1.4rem;
}


/*========================================================
                     經營項目-設備優勢
=========================================================*/

.items-3 {
    margin-bottom: 5rem;
    color: #fff;
}
.items-3 h2 {
    text-align: center;
    color: #000;
    margin-bottom: 2rem;
    font-weight: bold;
    font-size: 1.6rem;
}

.items-3 .sp-1-1 {	
	background: url(../images/items-c01-1.jpg) no-repeat center center;
	background-size: cover;
}
.items-3 .sp-1-2 {	
	background: url(../images/items-c-bg.jpg) no-repeat center center;
	background-size: cover;
    padding: 50px;
}
.items-3 .sp-1-2 h3 {	
    margin: 0 0 2rem 0;
    font-size: 1.6rem;
    font-weight: bold;
}
.items-3 .sp-1-2 ul {	
    list-style: none;
    margin: 0;
    padding: 0;
}
.items-3 .sp-1-2 ul li {	
	background: url(../images/items-c-icon.png) no-repeat left 16px;
	padding: 10px 0 10px 32px;
}


/*  尺寸設定 */
@media (min-width: 768px) {
    .items-3 .sp-1-2 h3 {	
        font-size: 1.8rem;
    }
}
@media (min-width: 992px) {
    .items-3 {
        padding-top: 3rem;
    }
    .items-3 .sp-1-2 > div {	
        padding: 0 20px;
    }
}
@media (min-width: 1200px) {
    .items-3 .sp-1-2 h3 {	
        font-size: 2rem;
    }
    .items-3 .sp-1-2 > div {	
        padding: 0 10px;
    }
}
@media (min-width: 1600px) {
    .items-3 .sp-1-2 > div {	
        padding: 0 40px;
    }
}

/*========================================================
                     經營項目-設備數據
=========================================================*/

.items-4 {
	background: url(../images/items-d-bg.jpg) no-repeat right bottom;
	background-size: cover;
}
.items-4 .container {
	padding: 100px 0;
}
.items-4 ul {
	list-style: none;
    margin: 0 0 3rem 0;
    padding: 0;
}
.items-4 ul li {
	position: relative;
    padding-left: 6rem;
    margin-bottom: 10px;
}
.items-4 ul li span {
	position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}


/*========================================================
                     經營項目-保固條件
=========================================================*/

.items-5 {
	background: url(../images/items-e-bg.jpg) no-repeat 60% bottom;
	background-size: cover;
}
.items-5 .container {
	padding: 100px 0;
}

/*  尺寸設定 */
@media (min-width: 992px) {
    .items-5 {
        background: url(../images/items-e-bg.jpg) no-repeat 70% bottom;
        background-size: cover;
    }
}


/*========================================================
                     經營項目-智慧財產權聲明
=========================================================*/

.items-6 {
	background: url(../images/items-f-bg.jpg) no-repeat 30% top;
	background-size: cover;
}
.items-6 .container {
	padding: 100px 0;
}
.items-6 .f1, .items-6 .f1 a {
	color: #de1111;
    font-weight: bold;
}
.items-6 .more-link {
	background: url(../images/items-f-icon.png) no-repeat left 10px;
	padding: 10px 0 10px 46px;
}
.items-6 .more-link a {
	background-color: #098ccb;
    color: #fff;
    border-radius: 5px;
    padding: 0.5rem 2rem;
}
.items-6 .more-link a:hover {
	background-color: #d16f00;
}


/*========================================================
                     經營項目-接地銅片套組
=========================================================*/

.items-7 {
}
.items-7 h2 {
	background: url(../images/items-g-title.jpg) no-repeat center bottom;
	background-size: cover;
    color: #fff;
    padding: 15px;
    font-weight: bold;
    text-align: center;
	text-shadow: 2px 2px 3px #000;
}
.items-7 h2 b {
	display: block;
    color: #f1cf32;
}
.items-7 .container {
	padding-top: 80px;
}

.items-7 ul {	
    list-style: none;
    margin: 0;
    padding: 0;
}
.items-7 ul li {	
	background: url(../images/items-g-icon.png) no-repeat left 14px;
	padding: 7px 0 7px 32px;
}

.items-7 .more-link {
    text-align: right;
}
.items-7 .more-link span {
    display: inline-block;
	background: url(../images/items-f-icon.png) no-repeat left 10px;
	padding: 10px 0 10px 46px;
}
.items-7 .more-link a {
	background-color: #995a05;
    color: #fff;
    border-radius: 5px;
    padding: 0.5rem 2rem;
}
.items-7 .more-link a:hover {
	background-color: #d16f00;
}





/*========================================================
                        光電介紹
=========================================================*/

.sphotoelectric-0 {
    margin-bottom: 5rem;
}
.sphotoelectric-0 h2 {
    text-align: center;
    color: #000;
    margin-bottom: 2rem;
    font-weight: bold;
    font-size: 1.6rem;
}

.sp-1 {
    padding-top: 1rem;
}
.sp-1 .sp-1-1 {	
	background: url(../images/sphotoelectric-a01.jpg) no-repeat center center;
	background-size: cover;
}
.sp-1 .sp-1-2 h3 {	
    margin: 0;
    font-size: 1.6rem;
    color: #ae0707;
    font-weight: bold;
}

.ul-s1 {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}
.ul-s1 li {
	padding: 10px 0 12px 40px;
	position: relative;
    font-weight: bold;
    border-bottom: 1px dashed #ccc;
}
.ul-s1 li span {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 9;
	background-color: #27629a;
	border-radius: 50%;
	color: #fff;
	padding: 1px 10px;
    font-size: 1.4rem;
    font-weight: bold;
}
/*
.ul-s1 li b {
    letter-spacing: 10px;
}
*/

/*  尺寸設定 */
@media (min-width: 768px) {
    .sp-1 .sp-1-2 h3 {	
        font-size: 1.8rem;
    }
}
@media (min-width: 992px) {
    .sp-1 {
        padding-top: 3rem;
    }
    .sp-1 .sp-1-2 > div {	
        padding: 0 20px;
    }
}
@media (min-width: 1200px) {
    .sp-1 .sp-1-2 h3 {	
        font-size: 2rem;
    }
    .sp-1 .sp-1-2 > div {	
        padding: 0 40px;
    }
}
@media (min-width: 1600px) {
    .ul-s1 li {
        font-size: 1.4rem;
    }
}


/* 尺寸設定 */
@media (min-width: 768px) {
    .sphotoelectric-0 h2 {
        font-size: 1.8rem;
    }
    .sp-5 h2 {
        position: relative;
        z-index: 9;
        margin-bottom: -5px;
    }
    .sp-5 h2 span {
        display: inline-block;
        border: 1px solid #adadad;
        border-bottom: 10px solid #fff;
        padding: 20px 50px;
    }
    .sp-5 img {
        border: 1px solid #adadad;
        padding: 30px;
    }
}
@media (min-width: 1200px) {
    .sphotoelectric-0 h2 {
        font-size: 2rem;
    }
}



/*========================================================
                        實績展列
=========================================================*/

.performance-box {
	font-size: 0.9rem;
}
.performance-box h3 {
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	background-color: #3875ae;
	color: #fff;
	padding: 7px 5px;
}
.performance-box img {
	width: 100%;
	vertical-align: bottom;
	border: 2px solid #ededed;
	cursor: pointer;
}
.performance-box .slider-for > div {
	position: relative;
/*	margin: 5px 5px 20px 5px;*/
}
.performance-box .slider-for > div a:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
}
.performance-box .slider-for > div img {
	width: 100%;
	vertical-align: bottom;
/*	border: 7px solid #ededed;*/
}
/*
.performance-box .slider-nav {
	margin-bottom: 30px;
}

.performance-box .slider-nav .slick-slide {
	margin: 0 5px 0 5px;
}
*/

.performance-box ul.style1 {
	list-style: none;
	margin: 10px 0 40px;
	padding: 0;
}
.performance-box ul.style1 li {
	position: relative;
	margin: 0 0 6px 0;
	padding: 3px 5px 3px 130px;
	background-color: #f4f4f4;
	line-height: 28px;
}
.performance-box ul.style1 li strong {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 120px;
	height: 100%;
	text-align: center;
	margin-right: 20px;
	padding: 3px 0;
	background-color: #777;
	color: #fff;
}


/* 尺寸設定 */
/*
@media (min-width: 992px) {
	.performance-box .slider-nav .slick-slide {
		margin: 0 5px 10px 5px;
	}
}
*/



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

.news-post {
	text-align: center;
}


/* 目錄頁設定 */
.news-post .post-minimal {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 2px 0px 5px 1px rgba(65, 65, 65, 0.3);
	box-shadow: 2px 0px 5px 1px rgba(65, 65, 65, 0.3);
	margin-bottom: 30px;
	text-align: left;
    color: #333;
    font-size: 1rem;
}
.news-post .post-minimal .post-body {
	padding: 20px;
}
.news-post .post-minimal * + .post-text {
	margin-top: 8px;
}
.news-post .post-minimal * + .post-meta {
    color: #666;
	margin-top: 5px;
}
.news-post .post-minimal * + .post-meta i {
	color: #387fb9;
    font-weight: bold;
}
.news-post .post-minimal .post-body h3 {
	margin: 0 0 14px 0;
}
.news-post .post-minimal .post-body h3 a {
	display: inline-block;
	font-size: 1.2rem;
	padding: 7px 10px;
	color: #fff;
}
.news-post .post-minimal:nth-of-type(2n+1) .post-body h3 a {
	background-color: #387fb9;
}
.news-post .post-minimal:nth-of-type(2n+2) .post-body h3 a {
	background-color: #387fb9;
}

.news-post .post-minimal .post-body h3 a:hover {
	background-color: #666;
}



/* 尺寸設定 */
@media (max-width: 639px) {
	.news-post .post-minimal {
		display: inline-block;
		width: 100%;
		max-width: 500px;
	}
	.news-post .post-minimal .post-image img {
		width: 100%;
		vertical-align: bottom;
	}
}

@media (min-width: 640px) {
	.news-post .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;
	}
	.news-post .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;
	}
	.news-post .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;
        margin: 0;
	}
	.news-post .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;
	}
	.news-post .post-minimal .post-body {
		padding: 30px 40px;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}



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

.news-detail {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: left;
    font-size: 1rem;
}
.news-detail h3 {
	margin: 0 0 20px 0;
	color: #3882c2;
    font-weight: bold;
}
.news-content {
    padding-bottom: 20px;
    border-bottom: 2px solid #adadad;
}
.news-content img {
	max-width: 100%;
	vertical-align: bottom;
}

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


/*========================================================
                         友站連結
=========================================================*/

.link-box {
    text-align: center;
    font-size: 1rem;
}
.link-box img {
    width: 100%;
    vertical-align: bottom;
    border: 1px solid #ddd;
    padding: 5px;
}
.link-box [class*="col-"] {
    margin-bottom: 20px;
}

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

.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: #043762;
}
.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: #043762;
	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 .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: center;
	margin: 0 0 20px 0;
	font-size: 1rem;
	border: 1px solid #c0bebe;
    background-color: #fff;
}
.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: 5px 5px;
	border: 1px solid #c0bebe;
}
.table1 td.c {
	text-align: center;
    background-color: #e3f0f6;
}



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

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




