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



/*----- 關於我們 -----*/
.aboutArea {
	position: relative;
	padding-top: 90px;
}

.overlap {
	margin-bottom: -98px;
}

.aboutLeft,
.aboutRight {
	height: 610px;
	display: table;
}

.aboutLeft {
	width: 57%;
	float: left;
	padding: 50px 7%;
	position: relative;
	background: #e3e3e3;
}

.aboutLeft .txtBlock {
	display: table-cell;
	vertical-align: middle;
}

.aboutRight {
	width: 43%;
	float: right;
	background: url(../images/about-img.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.aboutTitle {
	padding-left: 28px;
	margin-bottom: 37px;
	text-transform: uppercase;
	position: relative;
}

.aboutTitle::before {
	content: " ";
	display: block;
	width: 1px;
	height: 93%;
	background: #000;
	position: absolute;
	bottom: 3px;
	left: 0;
}

.aboutTitle h2 {
	font-size: 60px;
	color: #000;
	line-height: 1.1;
	font-family: 'Oswald', 微軟正黑體, 新細明體, sans-serif;
}

.aboutTitle p {
	font-size: 23px;
	color: #0070e6;
	font-weight: 400;
	line-height: 1.3;
	font-family: 'Roboto Condensed', 微軟正黑體, 新細明體, sans-serif;
}

.aboutSummary {
	font-size: 25px;
	color: #000;
	font-weight: 500;
	margin-bottom: 35px;
	line-height: 1.4;
	font-family: 'Roboto Condensed', 微軟正黑體, 新細明體, sans-serif;
}

.aboutTxt {
	font-size: 17px;
}

.aboutBg {
	width: 100%;
	font-size: 17px;
	color: #fff;
    min-height: 700px;
	padding: 215px 0 100px;
	margin-bottom: 2px;
	text-align: center;
	background: url(../images/about-bg.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.aboutBg h3 {
	font-size: 44px;
	margin-bottom: 65px;
	text-transform: uppercase;
	line-height: 1.4;
	font-family: 'Oswald', 微軟正黑體, 新細明體, sans-serif;
}

.aboutBg h3 i {
	font-size: 54px;
	color: #0070e6;
}



/*----- 聯絡我們 -----*/
.contactWrap {
	width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.contactTitle {
	font-size: 45px;
	color: #0070e6;
	font-family: 'Oswald', 微軟正黑體, 新細明體, sans-serif;
}

.contactTxt {
	margin-top: 28px;
	text-align: center;
	line-height: 28px;
}

.contactForm {
	margin-top: 47px;
}

.contactInfo {
	width: 50%;
	min-height: 400px;
	float: left;
	padding: 45px 8%;
	background-color: #0b64de;
}

.contactMap {
	width: 50%;
	height: 400px;
	float: right;
}

.contactMap iframe {
	display: block;
}

.company-name {
	font-size: 40px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: center;
	font-family: 'Frank Ruhl Libre', 微軟正黑體, 新細明體, sans-serif;
}

ul.infoList li {
	font-size: 16px;
	margin-bottom: 15px;
}

ul.infoList li:last-child {
	margin-bottom: 0;
}

ul.infoList li .fieldName {
	float: left;
	width: 100px;
	color: #fff;
}

ul.infoList li .fieldTxt {
	float: right;
	width: -webkit-calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	width: calc(100% - 100px);
	color: rgba(255, 255, 255, 0.65);
}

ul.infoList li a {
	color: rgba(255, 255, 255, 0.65);
}

ul.infoList li a:hover {
	color: #fff;
	text-decoration: underline;
}


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

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

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

.form-left {
	float: left;
}

.form-right {
	float: right;
}

.form-group label {
	width: 105px;
	padding-right: 12px;
	vertical-align: middle;
	text-align: right;
}

.form-field {
	width: -webkit-calc(100% - 110px);
	width: -moz-calc(100% - 110px);
	width: calc(100% - 110px);
	display: inline-block;
	vertical-align: middle;
}

.required {
	font-size: 14px;
	color: #fa0a0a;
	margin-right: 3px;
}

.codeInput {
	width: 40%;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

label.radio-inline {
	width: auto;
	margin-right: 13px;
}

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

.form-control:focus {
	border-color: #0070e6;
	box-shadow: none;
}

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

.textarea {
	min-height: 170px;
}

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

.submit {
	float: right;
	width: 250px;
	font-size: 18px;
	color: #fff;
	padding: 12px 60px;
	margin-top: 15px;
	position: relative;
	z-index: 1;
	border: none;
	background-color: #0070e6;
	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: #0070e6;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: left .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: 0;
	height: 100%;
	background-color: #000;
	transition-duration: .3s;
}

.submit:hover::before {
	width: 100%;
	right: auto;
	left: 0;
}


@media (max-width: 1449px){

/*----- Contact -----*/
.contactInfo {
	padding-left: 5%;
	padding-right: 5%;
}


}


@media (max-width: 1199px){

/*----- 關於我們 -----*/



/*----- Contact -----*/
.contactWrap {
	width: 100%;
	padding: 0 5%;
}

}


@media (max-width: 991px){

/*----- 關於我們 -----*/
.aboutWrap {
	padding: 0 10% !important;
}

.aboutArea {
	padding-top: 60px;
}

.aboutLeft,
.aboutRight {
	float: none;
	width: 100%;
}

.aboutLeft {
	height: auto;
	padding: 60px 10%;
}

.aboutRight {
	height: 500px;
}



/*----- Contact -----*/
.form-group {
	margin-bottom: 20px;
}

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

.form-right {
	margin-top: 20px;
}

.company-name {
	font-size: 36px;
	margin-bottom: 25px;
}

}


@media (max-width: 767px){

/*----- 關於我們 -----*/



/*----- Contact -----*/
.contactTitle {
	font-size: 36px;
}

.contactMap,
.contactInfo {
	width: 100%;
	float: none;
}

.contactInfo {
	min-height: auto;
	padding: 50px 10% 60px;
}

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

}


@media (max-width: 575px){

/*----- 關於我們 -----*/
.aboutRight {
	height: 350px;
}

.aboutTitle h2 {
	font-size: 42px;
}

.aboutTitle p {
	font-size: 20px;
}

.aboutSummary {
	font-size: 22px;
}

.aboutBg {
	padding-top: 180px;
}

.aboutBg h3 {
	font-size: 34px;
	margin-bottom: 40px;
}

.aboutBg h3 i {
	font-size: 42px;
}



/*----- Contact -----*/
.contactTxt {
	margin-top: 18px;
	text-align: left;
}

.contactForm {
	margin-top: 25px;
}

.form-group {
	margin-bottom: 15px;
}

.form-group label {
	padding-right: 0;
	text-align: left;
}

.form-field,
.codeInput {
	width: 100%;
	display: block;
	margin-top: 5px;
}

.form-right {
	margin-top: 15px;
}

.company-name {
	font-size: 32px;
}

ul.infoList li .fieldName {
	width: 80px;
}

ul.infoList li .fieldTxt {
	width: -webkit-calc(100% - 80px);
	width: -moz-calc(100% - 80px);
	width: calc(100% - 80px);
}

}


