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



/*----- 首頁 -----*/
.indexBanner {
	overflow: hidden;
	position: relative;
	clear: both;
}

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

.indexBanner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
} 

.indexBanner .txtBox {
	width: 45%;
	position: absolute;
	left: 6%;
	top: 42%;
	z-index: 20;
} 

.indexBanner h3,
.indexBanner p {
	font-size: 35px;
} 


/* brand */
.brandArea {
	padding: 50px 0;
} 

/*ul.brandList .row {
    margin-left: -12px;
    margin-right: -12px;
}

ul.brandList li.col-lg-2 {
	padding-left: 15px;
	padding-right: 15px;
}*/

ul.brandList li {
	text-align: center;
}

ul.brandList li {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

ul.brandList li:hover {
	opacity: 0.5;
    -ms-filter: alpha(Opacity=50);
    filter: alpha(Opacity=50);
}


/* Excellence Quality and Versatility */
.qualityBox {
	background: url(../images/en/index-bg-01.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

ul.qualityItem {
	margin-top: 60px;
}

ul.qualityItem .row {
    margin-left: -50px;
    margin-right: -50px;
}

ul.qualityItem li.col-sm-4 {
	padding-left: 60px;
	padding-right: 60px;
}

ul.qualityItem li {
	vertical-align: top;
}

ul.qualityItem li figure {
	width: 177px;
	height: 177px;
	margin: 0 auto;
	border-radius: 99em;
	background-color: #192f53;
	text-align: center;
	line-height: 177px;
}

ul.qualityItem li figure img {
	max-width: 100%; 
    height: auto;
}

ul.qualityItem li h3 {
	height: 50px;
	font-size: 17px;
	color: #213e59;
	font-weight: bold;
	margin-top: 18px;
	line-height: 1.4;
}

ul.qualityItem li p {
	margin-top: 15px;
}


.keySentence {
	font-size: 17px;
	color: #043248;
	margin-top: 55px;
	text-transform: uppercase;
	line-height: 1.8;
	font-family: 'Libre Baskerville', 微軟正黑體, 新細明體, sans-serif;
}


/* solution */
.solutionBox {
	background: url(../images/en/index-bg-02.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}



/*----- OEM/ODM -----*/
.grayBg {
	background-color: #f7f7f7;
}

.aboutBox {
}

.aboutBox .aboutImg {
	width: 47%;
}

.aboutBox .infoBox {
	width: 47%;
}

.aboutTxt {
	margin-top: 30px;
	line-height: 2.0;
}

.p-top {
	padding-top: 20px;
}

.featureBox {
	background: url(../images/en/oem-bg-01.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.featureBox h4 {
	font-size: 24px;
	color: #213e59;
	position: relative;
	margin: 13px 0 73px;
	text-transform: uppercase;
	font-family: 'Libre Baskerville', 微軟正黑體, 新細明體, sans-serif;
}

.featureBox h4:before,
.featureBox h4:after {
	content: " ";
	display: inline-block;
	width: 60px;
	height: 1px;
	background: #000;
	margin-bottom: 8px;
} 

.featureBox h4:before {
	margin-right: 20px;
} 

.featureBox h4:after {
	margin-left: 20px;
} 

.productBox {
	background: url(../images/en/oem-bg-02.jpg) no-repeat top left #f7f7f7;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%; 
}

ul.prodList {
	margin-top: 60px;
}

ul.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

ul.prodList .row {
    margin-left: -78px;
    margin-right: -78px;
}

ul.prodList li.col-sm-4 {
	padding-left: 78px;
	padding-right: 78px;
}

ul.prodList li {
	vertical-align: top;
}

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

ul.prodList li figure {
	border-radius: 99em;
	text-align: center;
}

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

ul.prodList li:hover figure img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2); 
}

ul.prodList li h3 {
	font-size: 20px;
	color: #0b4e64;
	font-weight: bold;
	margin-top: 13px;
	line-height: 1.4;
}

/*
ul.slick-dots {
	display: block;
	width: 100%;
	margin-top: 50px;
	text-align: center;
}

ul.slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 6px;
	border-radius: 50%;
	background-color: #d7d7d7;
	text-indent: 20em; 
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.slick-dots li:hover,
ul.slick-dots li.active {
	background-color: #213e59;
}
*/

h4.black-line {
	padding-left: 45px;
}

h4.black-line:before {
	content: " ";
	position: absolute;
	display: block;
	width: 30px;
	height: 1px;
	top: 15px;
	left: 0;
	background-color: #000;
}

a.linkBtn {
	font-size: 16px;
	color: #395f8f;
	display: inline-block;
	padding: 7px 35px;
	margin: 80px 0 0 53px;
	position: relative;
	border: 1px solid #ccd5df; 
	background-color: #f0f4f8;
	text-align: center;
}

a.linkBtn:before {
	content: " ";
	position: absolute;
	display: block;
	width: 63px;
	height: 1px;
	top: 50%;
	left: -50px;
	background-color: #aab4c0;
}

a.linkBtn:after {
	content: " ";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border: 6px solid;
	border-color: transparent transparent transparent #5a7aa3;
	top: 50%;
	left: 13px;
	transform: translateY(-50%);
}

a.linkBtn:hover {
	color: #fff;
	border: 1px solid #617c9d; 
	background-color: #617c9d;
}

a.linkBtn:hover:after {
	border-color: transparent transparent transparent #d8e0e9;
}

a.contactBtn {
	color: #fff;
	margin-top: 90px;
	border: 1px solid #617c9d; 
	background-color: #617c9d;
}

a.contactBtn:after {
	border-color: transparent transparent transparent #d8e0e9;
}

a.contactBtn:hover {
	color: #395f8f;
	border: 1px solid #bfc8d2; 
	background-color: #f0f4f8;
}

a.contactBtn:hover:after {
	border-color: transparent transparent transparent #5a7aa3;
}



/*----- 聯絡我們 -----*/
.grayBg-2 {
	background-color: #fafafa;
}

.contactWrap {
	width: 1100px;
	margin: 0 auto;
	padding: 0 15px;
}

.contactForm {
	margin-top: 65px;
}

.remark {
	color: #ec060b;
	margin: 0 3px;
}



/* 表單樣式 */
.form-group {
	margin-bottom: 22px;
	position: relative;
}

.form-group:last-child {
	margin-bottom: 0;
}

.form-left,
.form-right {
	width: 47%;
}

.form-left {
	float: left;
}

.form-right {
	float: right;
}

label {
	width: 100%;
	font-weight: normal;
	margin: 0 0 7px 1px;
}

.form-control {
	padding: 0.6rem 0.75rem;
}

.form-control:focus {
	border-color: #00a5e2;
	box-shadow: none;
}

.input, .textarea {
	color: #323232;
	background-color: #fff;
	border-radius: 0;
	border-color: #ddd;
}

.textarea {
	min-height: 170px;
}

.input:focus,
.textarea:focus {
	outline: 0;
}

label.radio-inline {
	width: auto;
	margin: 0 22px 0 5px;
	vertical-align:bottom;
}

.p-top-2 {
	padding-top: 40px;
}

.submit {
	float: right;
	width: 250px;
	font-size: 17px;
	color: #fff;
	padding: 13px 60px;
	margin-top: 56px;
	position: relative;
	z-index: 1;
	border: none;
	background-color: #213e59;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.submit:hover {
	background-color: #213e59;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: top .3s ease-out, background-color .2s ease-out, box-shadow .5s ease-out, color .3s ease-out;
}

.submit::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	width: 100%;
	height: 0;
	background-color: #7690af;
	transition-duration: .3s;
}

.submit:hover::before {
	height: 100%;
	top: auto;
	bottom: 0;
}



@media (max-width: 1679px){

/*----- OEM/ODM -----*/
ul.prodList .row {
    margin-left: -35px;
    margin-right: -35px;
}

ul.prodList li.col-sm-4 {
	padding-left: 65px;
	padding-right: 65px;
}

}



@media (max-width: 1399px){

/*----- 首頁 -----*/
ul.qualityItem .row {
    margin-left: -30px;
    margin-right: -30px;
}

ul.qualityItem li.col-sm-4 {
	padding-left: 35px;
	padding-right: 35px;
}


}



@media (max-width: 1199px){

/*----- 首頁 -----*/
.indexBanner > .imgWrap {
	height: 480px;
} 



/*----- OEM/ODM -----*/
ul.prodList .row {
    margin-left: -15px;
    margin-right: -15px;
}

ul.prodList li.col-sm-4 {
	padding-left: 35px;
	padding-right: 35px;
}



/*----- 聯絡我們 -----*/
.contactWrap {
	width: 100%;
	padding: 0 5%;
}

}



@media (max-width: 991px){

/*----- 首頁 -----*/
.indexBanner .txtBox {
	top: 50%;
	transform: translateY(-50%);
} 

.indexBanner h3,
.indexBanner p {
	font-size: 28px;
} 



/*----- 聯絡我們 -----*/
	
}


@media (max-width: 767px){

/*----- 首頁 -----*/
.indexBanner > .imgWrap {
	height: 350px;
} 

ul.qualityItem .row {
    margin-left: -15px;
    margin-right: -15px;
}

ul.qualityItem li.col-sm-4 {
	padding-left: 15px;
	padding-right: 15px;
}

ul.qualityItem li figure {
	width: 135px;
	height: 135px;
	line-height: 135px;
}

ul.qualityItem li figure img {
	width: 55%; 
}



/*----- OEM/ODM -----*/
.aboutBox .aboutImg,
.aboutBox .infoBox {
	width: 100%;
}

.float-left,
.float-right {
	float: none;
}

.m-top {
	margin-top: 55px;
}

.p-top {
	padding-top: 0;
}

ul.prodList li.col-sm-4 {
	padding-left: 20px;
	padding-right: 20px;
}

a.linkBtn {
	margin-top: 55px;
}



/*----- 聯絡我們 -----*/
.form-left {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}

.form-right {
	width: 100%;
	float: none;
}

.p-top-2 {
	padding-top: 0;
}

.submit {
	width: 100%;
	float: none;
	margin-top: 25px;
}

}


@media (max-width: 575px){

/*----- 首頁 -----*/
.indexBanner > .imgWrap {
	height: 190px;
} 

.indexBanner h3,
.indexBanner p {
	font-size: 17px;
} 

.brandArea {
	padding: 35px 0;
} 

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

ul.brandList li.col-6 {
	padding-left: 10px;
	padding-right: 10px;
}

ul.qualityItem li {
	margin-top: 40px;
}

ul.qualityItem li:first-child {
	margin-top: -15px;
}

ul.qualityItem li h3 {
	height: auto;
}



/*----- OEM/ODM -----*/
.reduce-p-t {
	padding-top: 50px;
}

.featureBox h4 {
	font-size: 19px;
	margin-bottom: 55px;
}

.featureBox h4:before,
.featureBox h4:after {
	width: 40px;
	margin-bottom: 6px;
} 

.featureBox h4:before {
	margin-right: 15px;
} 

.featureBox h4:after {
	margin-left: 15px;
} 

ul.prodList li h3 {
	font-size: 18px;
}



/*----- 聯絡我們 -----*/
.contactForm {
	margin-top: 45px;
}


}


@media (max-width: 479px){



}