
@import url("../fonts/flaticon/flaticon.css");
@import url("../fonts/thin/thin.css");
@import url("../css/all.min.css");
@import url("revise.css");
@import url("header.css");
@import url("footer.css");
@import url("banner.css");


/*========================================================
                      	 標題設定
=========================================================*/

.s-header {
    text-align: center;
    overflow: hidden;
    margin-bottom: 60px;
}
.h2-title {
    display: inline-block;
    font-size: 2rem;
    color: #2372d3;
    position: relative;
    z-index: 1;
    font-weight: bold;
}
.h2-title:after {
    position: absolute;
    left: 0%;
    bottom: -6px;
    height: 2px;
    width: 100%;
    background: #99ae31;
    opacity: 1;
    content: "";
    z-index: -1;
}
.s-header h2+p {
    font-weight: bold;
    color: #2893d0;
    font-size: 1.4rem;
}

.h3-title {
    color: #2893d0;
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 1.5rem;
}

.h4-title {
    color: #06457e;
    font-size: 1.3rem;
    margin-bottom: 20px;
    text-decoration: underline;
}
.h5-title {
    font-weight: bold;
    font-size: 1.2rem;
}
.h5-title i {
    color: #e96424;
    display: inline-block;
    margin-right: 6px;
    font-size: 0.9rem;
}


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

.content-wrap {
/*    background: url("../img/content-bg.jpg") no-repeat right top fixed;
    background-size: cover;*/
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 400px;
}

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

/* 麵包屑 */
.breadcrumbs {
	text-align: left;
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
	background-color: #1789c4;
}
.breadcrumbs a {
	display: inline-block;
	color: #fff;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs a.home i {
    display: inline-block;
    margin-right: 3px;
    color: #fff;
}
.breadcrumbs span {
	margin: 0 2px 0 4px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
}


/*========================================================
                      	次選單設定
=========================================================*/

.navsub {
	margin-bottom: 40px;
	text-align: center;
    display: none;
}
.navsub-select {
    width: 100%;
    display: block;
}

.navsub-list {
	text-align: center;	
	margin-right: 30px;
	padding-bottom: 5px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.navsub-list h2  {
	color: #fff;
	background-color: #003a72;
	padding: 8px 10px;
	text-align: center;
	margin: 0 0 10px 0;
    font-size: 1.8rem;
}
.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: 5px 10px;
	color: #333;
	font-size: 1rem;
    border-bottom: 1px dotted #cccccb;
}
.navsub-list ul li a:hover {
	color: #000;
	background-color: #cccccb;
}

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

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


/*========================================================
                         回目錄頁
=========================================================*/

.btn-back {
	text-align: right;
    margin-top: 30px;
	margin-bottom: 30px;
}
.btn-back a {
    background-color: #da632e;
	padding: 5px 20px;
	border-radius: 10px;
	color: #fff;
}
.btn-back a:hover {
    background-color: #1475a8;
    color: #fff;
	text-decoration: none;
}


/*========================================================
                         公司簡介
=========================================================*/

.about-01 {
    padding-top: 5px;
    padding-bottom: 40px;
    line-height: 36px;
    text-align: justify;
}


.product-info {
    margin-bottom: 40px;
}
/*
.product-info img {
    max-width: 300px;
    max-height: 40px;
    margin-bottom: 6px;
}
*/


/*========================================================
                         產品介紹
=========================================================*/

.product-list img {
    width: 100%;
    vertical-align: bottom;
}
.product-list [class*="col-"] dl {
	margin-bottom: 30px;
}
.product-list [class*="col-"] dl dt { 
    border: 1px solid #adadad;
	padding: 10px;
}
.product-list [class*="col-"] dl dd {
	color: #141414;
	font-size: 1rem;
    margin: 10px;
    text-align: center;
}

/*產品圖片效果*/
.image-box .image-pic {
	position: relative;
    overflow: hidden;
}
.image-box .image-pic > img {
	width: 100%;
	vertical-align: bottom;
    transition: all 0.5s;
}
.image-box .image-pic a {
	display: block;
	color: #fff;
}
.image-box .image-pic:hover .thumb-inner {
	display: block;
}
.image-box .image-pic:hover img {
	transform: scale(1.05);
}
.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: 1.2rem;
	padding: 3px 30px 5px;
	border: 1px solid #fff;
}


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


.contact-info h3 {
    color: #4e90e2;
    font-weight: bold;
    font-size: 1.6rem;
}
.contact-info h4 {
    color: #000;
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 20px;
}
.contact-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contact-info ul li {
	list-style: none;
	position: relative;
	margin-bottom: 8px;
}
.contact-info ul li i {
    display: inline-block;
    width: 20px;
    text-align: center;
	margin: 0 5px;
	padding: 5px 0;
}
.contact-info ul li:nth-of-type(4n+1) i {
    color: #e71c30;
}
.contact-info ul li:nth-of-type(4n+2) i {
    color: #028ad3;
}
.contact-info ul li:nth-of-type(4n+3) i {
    color: #2e9876;
}
.contact-info ul li:nth-of-type(4n+4) i {
    color: #cd7f0c;
}

.contact-info ul li [class^="flaticon-"]:before, 
.contact-info ul li [class*=" flaticon-"]:before, 
.contact-info ul li [class^="flaticon-"]:after, 
.contact-info ul li [class*=" flaticon-"]:after {
    margin-right: 0px;
}


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

.table1 {
	border-collapse: collapse;
	text-align: left;
	margin: 0 0 20px 0;
	font-size: 15px;
}
.table1 tr:nth-child(2n+1) {
	background-color: #e5f3f6;
}

.table1 th {
	background-color: #0da4bf;
	color: #fff;
    font-size: 1.1rem;
	font-weight: bold;
	padding: 10px 10px !important;
	text-align: center;	
}
.table1 td {
	padding: 5px 15px !important;
    border: none;
}
.table1 td:first-of-type {
    text-align: center;
}



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

.ul-s1 {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    text-align: left;
}
.ul-s1 > li {
    padding: 0 0 0 40px;
    margin-bottom: 10px;
    position: relative;
}
.ul-s1 > li span {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	font-size: 1rem;
	color: #000;
	line-height: 30px;
	text-align: center;
	background-color: #9abdd2;
    position: absolute; 
    left: 0; 
    top: 2px; 
    z-index: 9; 
}

.ul-s2 {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}
.ul-s2 li {
    border-bottom: 1px solid #ddd;
    padding: 3px 10px 3px 20px;
    position: relative;
}
.ul-s2 li:nth-child(2n+1) {
    background-color: #ededed;
}
.ul-s2 li:before {
    font-family: 'Font Awesome 5 free';
    content: "\f0da";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 3px;
    z-index: 2;
}



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

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(../img/magnifier.png) no-repeat center center;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}


.picture-effect {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.picture-effect img {
	transform: scale(1);
	transition: .3s ease-out all;
}
.picture-effect a {
	display: inline-block;
	position: relative;
}
.picture-effect a:before {
	content: '了解更多';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(206, 26, 26, 0.4);
	pointer-events: none;
	z-index: 1;
	opacity: 0;
	transition: .3s ease-out all;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}
.picture-effect a:hover:before {
	opacity: 1;
}
.picture-effect a:hover img {
	transform: scale(1.1);
}


