@charset "utf-8";
/* CSS Document */



/*----- 關於我們 -----*/
.aboutWrap {
	margin-top: 35px;
	margin-bottom: 15px;
}

.aboutLeft {
	float: left;
	width: 45%;
}

.aboutRight {
	float: right;
	width: 50%;
	margin-top: 8px;
	text-align: right;
}

.aboutLeft h2 {
	font-size: 36px;
	color: #1973e3;
	font-weight: bold;
	margin: 6px 0 30px;
	line-height: 1.4;
}

.aboutLeft h3 {
	font-size: 24px;
	color: #1a316e;
	margin-left: 2px;
	font-family: 'Oswald', 微軟正黑體, 新細明體, sans-serif;
}

.aboutLeft p {
	padding-left: 2px;
	line-height: 2.0;
}

.subtitle {
	font-size: 24px;
	color: #2c2c2c;
	font-weight: bold;
	margin: 80px 0 20px;
}

.aboutBg {
	width: 100%;
    min-height: 500px;
	padding: 75px 0 90px;
	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: 45px;
	color: #1a316e;
	font-weight: bold;
	margin-bottom: 70px;
	text-align: center;
}

.featureBox {
}

.featureBox .row {
    margin-left: -35px;
    margin-right: -35px;
}

.featureBox .col-sm-4 {
	padding-left: 65px;
	padding-right: 65px;
}

.featureBox .iconImg {
	width: 177px;
	height: 177px;
	margin: 0 auto;
	border-radius: 99em;
	background: #192f53;
	line-height: 177px;
	text-align: center;
}

.featureBox h4 {
    font-size: 24px;
    color: #192f53;
	font-weight: bold;
    margin: 20px 0 16px;
	text-align: center;
}

.featureBox p {
	line-height: 1.8;
}



/*----- 聯絡我們 -----*/
.contactTitle {
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 40px;
	letter-spacing: 1px;
	text-align: center;
}

.contactList ul {
	padding: 30px 0;
	border-top: 1px solid #ccc;
}

.contactList ul:last-child {
	padding-bottom: 0;
}

.contactList ul li {
	width: 50%;
	float: left;
	padding: 0 6% 0 3%;
}

.contactList ul li h4 {
	width: 130px;
	display: inline-block;
	font-size: 20px;
    color: #222;
	font-weight: bold;
	margin-top: 2px;
	vertical-align: top;
}

.contactList ul li > ul.contactInfo {
	width: -webkit-calc(100% - 134px);
	width: -moz-calc(100% - 134px);
	width: calc(100% - 134px);
	display: inline-block;
	padding: 0 0 0 6%;
	border-top: none;
	line-height: 2.2;
}

.contactList ul li > ul.contactInfo li {
	width: 100%;
	float: none;
	padding: 0;
}

.contactList ul li > ul.contactInfo li i {
	width: 25px;
	color: #1973e3;
	margin: 9px 10px 0 0;
	text-align: center;
	vertical-align: top;
}

.contactList ul li > ul.contactInfo li p {
	width: -webkit-calc(100% - 39px);
	width: -moz-calc(100% - 39px);
	width: calc(100% - 39px);
	display: inline-block;
}

.contactForm {
	padding: 70px 0 100px;
	background: #f3f3f3;
}

.contactBox {
	width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.contactTxt {
	margin-bottom: 45px;
	text-align: center;
	line-height: 1.8;
}

.remark {
	color: #ec060b;
	margin: 0 3px;
}

.contactMap iframe {
	display: block;
}



/* 表單樣式 */
.form-group {
	margin-bottom: 20px;
	position: relative;
}

.form-group:last-child {
	margin-bottom: 0;
}

.form-left,
.form-right {
	width: 48%;
}

.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: #ccc;
}

.textarea {
	min-height: 170px;
}

.input:focus,
.textarea:focus {
	outline: 0;
}

.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: #1973e3;
	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: #1973e3;
	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: #555;
	transition-duration: .3s;
}

.submit:hover::before {
	height: 100%;
	top: auto;
	bottom: 0;
}



@media (max-width: 1399px){



}


@media (max-width: 1199px){

/*----- 關於我們 -----*/
.aboutWrap {
	margin-top: 35px;
	margin-bottom: 15px;
}

.featureBox .row {
    margin-left: -30px;
    margin-right: -30px;
}

.featureBox .col-sm-4 {
	padding-left: 35px;
	padding-right: 35px;
}



/*----- 聯絡我們 -----*/
.contactBox {
	width: 100%;
	padding: 0 5%;
}

}


@media (max-width: 991px){

/*----- 關於我們 -----*/
.aboutLeft h2 {
	font-size: 28px;
}

.aboutLeft h3 {
	font-size: 20px;
}



/*----- 聯絡我們 -----*/
.contactList ul {
	margin-left: -2%;
	margin-right: -2%;
}

.contactList ul li {
	padding: 0 2.5%;
}

.contactList ul li h4 {
	width: 100%;
	display: block;
	margin-bottom: 15px;
}

.contactList ul li > ul.contactInfo {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
}
	
}


@media (max-width: 767px){

/*----- 關於我們 -----*/
.wrap {
	padding: 0 5%;
}

.aboutWrap {
	margin-top: 0;
}

.aboutLeft {
	float: none;
	width: 100%;
}

.aboutRight {
	float: none;
	width: 100%;
	margin-top: 45px;
	text-align: left;
}

.featureBox .row {
    margin-left: -15px;
    margin-right: -15px;
}

.featureBox .col-sm-4 {
	padding-left: 15px;
	padding-right: 15px;
}

.featureBox .iconImg {
	width: 126px;
	height: 126px;
	line-height: 126px;
}

.featureBox .iconImg img {
	width: 60px;
	height: auto;
}



/*----- 聯絡我們 -----*/
.form-left {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}

.form-right {
	width: 100%;
	float: none;
}

.submit {
	width: 100%;
	float: none;
	margin-top: 25px;
}


}


@media (max-width: 575px){

/*----- 關於我們 -----*/
.aboutLeft h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 4px 0 25px;
}

.aboutBg {
	padding: 60px 0 70px;
}

.aboutBg h3 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 45px;
}

.featureBox .col-sm-4 {
	margin-bottom: 45px;
}

.featureBox .col-sm-4:last-child {
	margin-bottom: 0;
}

.featureBox h4 {
    font-size: 20px;
}




/*----- 聯絡我們 -----*/
.contactTitle {
	font-size: 28px;
	margin-bottom: 25px;
}

.contactList ul li {
	width: 100%;
	float: none;
	padding-bottom: 30px;
}

.contactList ul li:last-child {
	padding-bottom: 0;
}

.contactList ul li > ul.contactInfo {
	font-size: 15px;
}

.contactForm {
	padding-top: 50px;
	padding-bottom: 70px;
}

.contactTxt {
	margin-bottom: 30px;
	text-align: left;
}


}


@media (max-width: 479px){



}