
@import url("../fonts/flaticon/flaticon.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: 40px;
}

.h2-title {
    display: inline-block;
    font-size: 2rem;
    color: #000;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-weight: bold;
}
.h2-title:after {
    position: absolute;
    left: -20%;
    bottom: 0;
    height: 50%;
    width: 140%;
    background: #adadad;
    opacity: 0.3;
    content: "";
    z-index: -1;
}

.h3-title {
	color: #b1291b;
	font-weight: bold;
	text-align: left;
	border-left: 8px solid #e71f19;
	padding: 7px 0 7px 10px;
	background-color: #fcf4e8;
	margin-bottom: 20px;
}

.h4-title{
	font-size: 1.1rem;
	font-weight: bold;
	background: url("../img/arrow02.png") left top no-repeat;
	padding-left: 21px;
}


/*.title_box h2{
	font-size:2.7rem;
}
.title_line {
    width: 120px;
    height: 7px;
    background-color: #0967a9;
    margin: 10px 0 20px 0;
}*/



.title_box{
	padding-bottom: 15px;
}

.title_box h2 {
    font-weight: bold;
    color: #282828;
	text-align: left;
}

.title_box h2 span {
	top: 30%;
	left: 50%;
	transform: translate(-50%,-30%);
	z-index: 9;
    font-size: 1.6rem;
}

.title_line {
    width: 60px;
    height: 7px;
    background-color: #0967a9;
    margin: 20px auto;
}


/*  尺寸設定 */
@media (min-width: 640px) {
	.title_box h2 {
		text-align: center;
	}
    .title_box h2 span {
        font-size: 2.3rem;
    }
}
@media (min-width: 992px) {
    .title_box h2 span {
        font-size: 2rem;
    }
}
@media (min-width: 1200px) {
    .title_box h2 span {
        font-size: 2.7rem;
    }
}



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

.content-wrap {
    /*background: url("../img/content-bg.jpg") no-repeat right top;*/
    /*background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
	font-size: 1rem;*/
}

.container-fluid{
	max-width: 1400px;
}


/* 麵包屑 */
.breadcrumbs {
    background-color: #0967a9;
	text-align: right;
    font-size: 1rem;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #fff;
}
.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: #e8c72e;
	font-size: 1.4rem;*/
	font-weight: bold;
}

/* 尺寸設定 */
@media (min-width: 640px) {
	.content-wrap {	
		font-size: 1.2rem;
	}
}
@media (min-width: 992px) {
	.container-fluid{
		max-width: 1400px;
	}
}
@media (min-width: 1024px) {
	.container-fluid{
		max-width: 1600px;
	}
}



/*========================================================
                      	 基本設定
=========================================================*/

/* 顯示設定 */
.for_pc{ display:none;}
.for_m{ display:block;}
@media (min-width: 640px) {
	.for_pc{ display:block;}
	.for_m{ display:none;}
}

/* 列表樣式 */
ul.list-style{
	list-style: none;
	padding: 0;
}
ul.list-style li{
	/*background: url("../img/arrow01.png") left top no-repeat;
	padding-left: 17px;
	border-bottom: 1px dotted #D7BA93;*/
}



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

.btn-back {
	text-align: right;
	padding-top: 20px;
}
.btn-back a {
	background-color: #c5880d;
	padding: 5px 20px 7px;
	border-radius: 3px;
	color: #fff;
}
.btn-back a:hover {
	background-color: #f5ae1f;
	color: #000;
	text-decoration: none;
}



/*========================================================
                      	 關於我們
=========================================================*/

.aboutUs {
	padding: 80px 0;
}
.aboutUs ul{
	list-style: none;
	padding: 0;
}
.aboutUs ul li{
	border-bottom: 1px solid #0967a9;
	font-size: 1.1rem;
	padding-bottom: 5px;
	margin-bottom: 3px;
}

.about_block1{
    background: url("../img/aboutUs-bg1.jpg") no-repeat right top;
    background-size: cover;
}
.about_block2{
    background: url("../img/aboutUs-bg2.jpg") no-repeat left top;
    background-size: cover;
	position:relative;
}
.about_block3{
    background: url("../img/aboutUs-bg3.jpg") no-repeat right top;
    background-size: cover;
}


.about_text,.about_text2{
	padding: 20px;
	background: rgba(255,255,255,0.8);
	border-radius:7px;
}

.about_block3 p{
	font-size:1.2rem;
}
.about_block3 p span{
	color: #0967a9;
	font-weight: bold;
}


.aboutUs .title_box{
	text-align: center;
	color: #282828;
}
.aboutUs .title_line {
    margin: 0 auto 20px auto;
}


/* 尺寸設定 */
@media (min-width: 992px){
	.about_block2{ height: 450px;}
	.aboutUs .title_box{
		text-align: left;
	}
	.aboutUs .title_line {
		margin: 10px 0 20px 0;
	}
	.about_text{
		width: 50%;
		padding: 30px;
		background: none;
	}
	.about_text2 {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%);
		width: 50%;
		padding: 30px;
		background: none;
	}
}


/*========================================================
                      	 商品服務
=========================================================*/

.product_block1{ 
	padding: 80px 0;
    background: url("../img/product-bg.jpg") no-repeat left top;
    background-size: cover;
}

.product .product_con{
	margin-bottom: 25px;
	-webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */
	transition: all 0.2s;
}
.product .pic_block{
	position: relative;
	margin-bottom: 20px;
}


.product .product_pic img{ 
	box-shadow:0 4px 15px -2px gray;
}

.product .product_title{
	text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-shadow: 0px 0px 5px #000, 0px 0px 10px #333, 0px 0px 15px #555;
}
.product .product_title h2{
	font-size:1.6rem;
	font-weight: bold;
}

.product .product_text ul{
	list-style: none;
	font-size: 1.2rem;
}
.product .product_text li::before {
	content: "●";
	color:#0967a9;
	font-size: 0.7rem;
	padding-right:7px;
}


/* 尺寸設定 */
@media (min-width: 640px) {
	.product .product_con{
		padding: 7px;
	}
	.product .product_title h2{
		font-size:1.2rem;
	}
}
@media (min-width: 1200px) {
	.product .product_con{
		padding: 15px;
	}
	.product .product_title{
		top: 45%;
		font-size:1.8rem;
	}
	.product .product_title h2{
		font-size:2rem;
	}
}



/*========================================================
                      	 代理品牌
=========================================================*/

.brand_block1{ 
	padding: 80px 0;
    background: url("../img/brand-bg.jpg") no-repeat left top;
    background-size: cover;
}

.brand_block1 .container-fluid {
    max-width: 1400px;
}
.brand_title{
	border-left: 10px solid #0967a9;
    padding-left: 15px;
	margin-bottom: 20px;
}
.brand_title h2{
    font-size: 1.5rem;
    font-weight: bold;
}


.brand .table1{
	width: 100%;
	font-size: 1rem;
	margin-bottom: 35px;
}
.brand .table1 th{
	background: #0967a9;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.brand .table1 img {min-width:200px;}

/*.brand .table1 th:first-child{ width:45%;}
.brand .table1 th:nth-child(2){ width:5%;}
.brand .table1 th:nth-child(3){ width:50%;}*/

.brand .table1 td{
	padding: 10px 15px;
}
.brand .table1 tr td:nth-of-type(2){
	text-align:center;
}

/* 尺寸設定 */
@media (min-width: 640px) {
	.brand .table1{
		font-size: 1.1rem;
	}
	
	.brand .table1 img {min-width:none;}
	.brand .table1 th:first-child{ width:30%;}
	.brand .table1 th:nth-child(2){ width:20%;}
	.brand .table1 th:nth-child(3){ width:50%;}
}


/*========================================================
                         聯絡資訊
=========================================================*/

.contactUs{
	padding: 80px 0;
    background: url("../img/contact-bg.jpg") no-repeat left top;
    background-size: cover;
}

.contact-info {
	font-size: 1rem;
}
.contact-info ul {
	list-style: none;
	margin-bottom: 15px;
	padding: 0;
}
.contact-info ul li {
	list-style: none;
	position: relative;
}
.contact-info ul li i {
    display: inline-block;
    width: 15px;
    text-align: center;
	margin: 0 7px;
	padding: 5px 0;
	color: #0967a9;
}
.contact-info a{ color:#000;}
.contact-info a:hover{ color:#0967a9;}


.contact_block1 form{}
.contact_block1 form .form-group textarea{border-radius:0; padding:25px; background-color:#ededed;}
.contact_block1 form .form-group input{ border-radius:0; padding:25px; background-color:#ededed;}
.contact_block1 form .form-group button{ background-color:#0967a9; color:#fff; border-radius:0; padding:7px 0; width:118px; text-align:center;}
.contact_block1 form .form-group button[type="reset"]{background-color:#ccc; border-color:#ccc; color:#555;}



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



/* 表單設定 */
.form-horizontal {
	margin-bottom: 40px;
}
.form-horizontal label {
	margin-bottom: 0;
    font-weight: bold;
    color: #666;
}
.form-horizontal label:before {
    font-family: 'Font Awesome 5 free';
    content: "\f044";
    font-weight: 900;
    display: inline-block;
    margin-right: 5px;
    color: #111;
}
.form-horizontal .form-control {
	border: 1px solid #ededed;
	background-color: #ddd;
}

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

.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 tr:nth-child(2n+1) {
	background-color: #F3F3F3;
}

.table1 th {
	background-color: #3a7da5;
	color: #fff;
    font-size: 1.1rem;
	font-weight: bold;
	padding: 10px 10px !important;
	text-align: center;	
	border-top: 0 !important;
	border-bottom: 1px solid #c0bebe;
    border-right: 1px solid #fff;
}
.table1 th:last-of-type {
    border-right: 1px solid #c0bebe;
}
.table1 td {
	padding: 5px 5px !important;
	border: 1px solid #c0bebe;
}
.table1 tr.subtitle td {
    background-color: #c8dae7;
    font-weight: bold;
}

.table2 td:nth-of-type(2){
	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; 
}


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

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(252, 200, 58, 0.4);
	pointer-events: none;
	z-index: 1;
	opacity: 0;
	transition: .3s ease-out all;
}
.picture-effect a:hover:before {
	opacity: 1;
}
.picture-effect a:hover img {
	transform: scale(1.1);
}


