@charset "utf-8";
/* CSS Document */



/*----- 首頁 -----*/
.indexBanner {
	width: 100%;
	height: auto;
	max-height: 800px;
	overflow: hidden;
	position: relative;
	clear: both;
	background: none;
}

.indexBanner > figure {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: left 1s ease;
	-moz-transition: left 1s ease;
	-o-transition: left 1s ease;
	transition: left 1s ease;
} 

.indexBanner > p {
	position: absolute;
	bottom: 15px; 
	left: 50%;
	z-index: 3;
	-ms-transform: translateX(-50%);  
    -moz-transform: translateX(-50%);  
	-webkit-transform: translateX(-50%);  
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
	padding: 0;
	margin: 0; 
}
  
.indexBanner > p > a { 
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	text-indent: 20em; 
	overflow: hidden;
	margin: 0 6px;
}

.indexBanner > p > a.active,
.indexBanner > p > a:hover {
	background-color: #fab000;
}


/* 關於我們 */
.title {
	font-size: 28px;
	color: #0f0f0f;
	font-weight: normal;
	margin: 50px 0 30px;
	position: relative;
	text-align: center;
	font-family: 'Fjalla One', 微軟正黑體, 新細明體, sans-serif;
}

.title span {
	color: #fab000;
}

.indexAboutTxt {
	padding: 0 13%;
	margin-bottom: 70px;
	text-align: center;
	line-height: 30px;
}



/* 熱門產品 */
.hotProdArea {
	padding-bottom: 30px;
	background: url(../images/index-bg.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.remove {
	margin-top: 0;
}

ul.hotProduct {
	padding-top: 10px;
}

ul.hotProduct .row {
    margin-left: -10px;
    margin-right: -10px;
}

ul.hotProduct li.col-custom {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

ul.hotProduct li {
	margin-bottom: 45px;
}

ul.hotProduct li .prodBox,
ul.selectProject li .photoBox {
	position: relative;
	overflow: hidden;
	padding: 8px;
	background-color: #fff;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	box-shadow: 0 1px 5px rgba(181, 181, 181, 0.7);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

ul.hotProduct li:hover .prodBox,
ul.selectProject li:hover .photoBox {
	box-shadow: none;
}

.photo-mask {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

ul.hotProduct li figure img,
ul.selectProject li figure img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.hotProduct li:hover figure img,
ul.selectProject li:hover figure img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

ul.hotProduct li h3 {
	font-size: 16px;
	color: #0f0f0f;
	padding: 7px;
	background-color: #fab000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.slide-dot {
	text-align: center;
}

ul.slide-dot li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	text-indent: 99em; 
	overflow: hidden;
	border-radius: 50%;
	background-color: #a5a5a5;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

ul.slide-dot li:hover,
ul.slide-dot li.active {
	background-color: #fab000;
}



/* 工程實績 */
.summaryBox {
	background-color: #474747;
}

.summaryLeft,
.summaryRight {
	height: 450px;
	display: table;
}

.summaryRight_test{
	height: 450px;
	width: 80%;
	float: right;
	position: relative;
	background-color: #ebebeb;
}
.summaryRight_test .txtBlock02 {
	padding: 5% 3% 0 15%;

}


.summaryLeft {
	width: 20%;
	float: left;

}

.summaryRight {
	width: 80%;
	float: right;
	position: relative;
	background-color: #ebebeb;
}

.summaryLeft .txtBlock,
.summaryRight .txtBlock02 {
	display: table-cell;
	vertical-align: middle;
}

.summaryLeft .txtBlock {
	padding: 0 7% 0 17%;
}

.summaryRight .txtBlock02 {
	padding: 0 3% 0 15%;
}

.summaryTitle {
	font-size: 38px;
	color: #fab000;
	font-weight: bold;
}

.summaryTitle span {
	color: #fff;
}

/*
.subtitle {
	font-size: 19px;
	color: #000;
	margin-top: 33px;
	font-family: 'Lora', 微軟正黑體, 新細明體, sans-serif;
}
*/

.summaryTxt {
	font-size: 16px;
	color: #fff;
	margin-top: 22px;
	line-height: 28px;
}

a.moreBtn {
	width: 170px;
	font-size: 15px; 
	color: #fff;
	display: block;
	padding: 9px 45px 10px;
	margin-top: 35px;
	border-radius: 99em;
	border: 1px solid #fab000;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a:hover.moreBtn, 
a:focus.moreBtn {
	background-color: #fab000;
}

a.moreBtn i {
	font-size: 14px; 
	position: absolute;
	top: 13px;
	right: 38px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a:hover.moreBtn i {
	right: 12px;
}

.imgFloat {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}


ul.selectProject {
}

ul.selectProject li.col-custom {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

ul.selectProject li h3 {
	font-size: 16px;
	color: #0f0f0f;
	padding: 9px 0 2px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.selectProject li:hover h3 {
	color: #eb9603;
}





@media (max-width: 1199px){

/*----- 首頁 -----*/
.indexAboutTxt {
	padding: 0 5%;
}

.summaryLeft .txtBlock {
	padding: 0 0 0 12%;
}

.summaryTitle {
	font-size: 32px;
	line-height: 44px;
}

.summaryRight .txtBlock02 {
	padding: 0 1.5% 0 17%;
}

ul.selectProject .row {
    margin-left: -10px;
    margin-right: -10px;
}

ul.selectProject li.col-custom {
	padding-left: 10px;
	padding-right: 10px;
}


}



@media (max-width: 991px){

/*----- 首頁 -----*/
.indexBanner {
	margin-top: 60px;
}

ul.hotProduct li.col-custom {
	-ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.summaryLeft,
.summaryRight {
	width: 100%;
}

.summaryLeft,
.summaryRight {
	float: none;
	height: auto;
}

.summaryLeft {
	padding: 50px 0 60px;
}

.summaryLeft .txtBlock {
	padding: 0 10%;
}

.summaryRight .txtBlock02 {
	padding: 55px 1.2%;
}

.imgFloat {
	display: none;
}

	
}


@media (max-width: 767px){

/*----- 首頁 -----*/
.indexAboutTxt {
	margin-bottom: 55px;
}

ul.selectProject li h3 {
	font-size: 15px;
}


}


@media (max-width: 575px){

/*----- 首頁 -----*/
.title {
	font-size: 26px;
	margin: 35px 0 25px;
}

.indexAboutTxt {
	margin-bottom: 40px;
	text-align: left;
}

ul.hotProduct li h3 {
	font-size: 15px;
}

.summaryRight .txtBlock02 {
	padding-bottom: 30px;
}

ul.hotProduct li.col-custom,
ul.selectProject li.col-custom {
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

ul.selectProject li {
	margin-bottom: 25px;
}

.summaryTitle {
	font-size: 28px;
	line-height: 40px;
}

.summaryTxt {
	font-size: 15px;
}



}


@media (max-width: 480px){

/*----- 首頁 -----*/
.indexBanner > p {
	bottom: 5px; 
}



}