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



/*----- 關於我們 -----*/
.aboutWrap {
	margin-top: 40px;
	margin-bottom: 15px;
}

.aboutLeft {
	float: left;
	width: 48%;
	padding-top: 10px;
}

.aboutRight {
	float: right;
	width: 43%;
	text-align: right;
}

.aboutTitle {
	font-size: 36px;
	color: #111;
	font-weight: bold;
	margin-bottom: 55px;
	position: relative;
}

.aboutTitle::after {
	content: " ";
	display: block;
	width: 108px;
	height: 2px;
	background: #008cd6;
	position: absolute;
	bottom: -12px;
	left: 0;
}

.line-center::after {
	left: 50%;
	margin-left: -54px;
}

.aboutLeft p {
	padding-left: 2px;
	line-height: 2.0;
}

.aboutBox {
	padding: 75px 0 90px;
}

.featureBox {
	margin-top: 70px;
}

.featureBox .row {
    /*margin-left: -20px;
    margin-right: -20px;*/
}

.featureBox .col-sm-4 {
	padding-left: 35px;
	padding-right: 35px;
}

.featureBox .iconImg {
	width: 160px;
	height: 160px;
	margin: 0 auto;
	border-radius: 99em;
	background: #008cd6;
	line-height: 160px;
	text-align: center;
}

.featureBox h4 {
    font-size: 24px;
    color: #006ea8;
	font-weight: bold;
    margin-top: 20px;
	text-align: center;
}

.featureBox p {
	line-height: 1.8;
}



/*----- 接送服務 -----*/
ul.serviceMenu {
	text-align: center; 
	margin: -5px -20px 30px;
}

ul.serviceMenu li {
	width: 215px;
	height: 46px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	margin: 0 20px 10px;
	border-radius: 99em;
	background-color: #008cd6; 
	text-align: center;
	cursor: pointer;
	line-height: 46px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
} 

ul.serviceMenu li:hover,
ul.serviceMenu li.active {
	background-color: #f35c59;
}

.serviceBox {
	margin-bottom: 100px;
}

.serviceBox:last-child {
	margin-bottom: 0;
}

.serviceTitle {
	height: 34px;
	padding: 0 25px;
	position: relative;
	border-radius: 99em;
	background-color: #f3f3f3;
}

.serviceTitle h3 {
	font-size: 26px;
	font-weight: bold;
	position: absolute;
	top: -17px;
}

.serviceTxt {
	padding: 40px 28px;
}

.serSubtitle {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
	text-align: center;
}


/*價格表*/
.priceTable {
}

.priceTable th,
.priceTable td {
	border-bottom: 2px solid #fff;
	vertical-align: middle;
	text-align: center;
	line-height: 1.5;
}

.priceTable th {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding: 15px 8px;
	border-left: 2px solid #fff;
	background-color: #008cd6;
}

.priceTable td {
	padding: 11px 8px;
	border-left: 2px solid #fff;
	background-color: #d4d4d4;
}

.discolor tr:nth-child(2n+1) > td {
	background-color: #f3f3f3;
}

.align-left {
	padding-left: 4% !important;
	text-align: left !important;
}



/*----- 租車須知 -----*/
ul.noticeList {
	margin-bottom: -55px;
}

ul.noticeList li {
	margin-bottom: 55px;
}

ul.noticeList li .noticeTxt {
	padding: 27px 28px 0;
}



/*----- 匯款資訊 -----*/
.ruleBox {
	padding: 40px 7%;
	border-radius: 20px;
	border: 1px solid #dadada;
	background-color: #f3f3f3;
}

.ruleBox ol {
	list-style: none; 
	margin: 0 0 0 -19px;
}

.ruleBox ol li {
	padding-left: 4px;
	list-style: decimal;
}



/*----- 聯絡我們 -----*/
.contactInfo {
	width: 35%;
	float: right;
}

.contactTitle {
	font-size: 30px;
	color: #333;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 35px;
	border-bottom: 1px solid #bebebe;
}

ul.infoList {
	margin-bottom: 35px;
}

ul.infoList li {
	margin-bottom: 13px;
}

ul.infoList li i {
	width: 40px;
	height: 40px;
	float: left;
	font-size: 18px;
	color: #fff;
	padding-left: 1px;
	border-radius: 99em;
	background-color: #008cd6;
	line-height: 39px;
	text-align: center;
}

ul.infoList li i.telIcon {
	font-size: 17px;
}

ul.infoList li .infoTxt {
	font-size: 16px;
	width: 100%;
	min-height: 40px;
	padding: 7px 0 0 57px;
	margin-bottom: 12px;
	display: block;
}
 
ul.infoList li .infoTxt a {
	color: #202020;
}

ul.infoList li .infoTxt a:hover {
	color: #203f9a;
}

.contactMap {
	width: 55%;
	float: left;
	border: 1px solid #d0d0d0;
}

.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){

/*----- 關於我們 -----*/
.featureBox .row {
    margin-left: -30px;
    margin-right: -30px;
}



/*----- 聯絡我們 -----*/
.contactInfo {
	width: 38%;
}

}


@media (max-width: 991px){

/*----- 關於我們 -----*/
.aboutLeft {
	padding-top: 0;
}



/*----- 接送服務 -----*/
ul.serviceMenu {
	display: none;
}



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


@media (max-width: 767px){

/*----- 關於我們 -----*/
.aboutWrap {
	margin-top: 10px;
}

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

.aboutRight {
	float: none;
	width: 100%;
	margin-top: 45px;
	text-align: center;
}

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

.featureBox .col-sm-4 {
	padding-left: 15px;
	padding-right: 15px;
}

.featureBox .iconImg {
	width: 140px;
	height: 140px;
	line-height: 140px;
}

.featureBox .iconImg img {
	width: 60px;
	height: auto;
}



/*----- 聯絡我們 -----*/
.contactInfo,
.contactMap {
	width: 100%;
	float: none;
}

.contactMap {
	margin-top: 50px;
}


}


@media (max-width: 575px){

/*----- 關於我們 -----*/
.aboutTitle {
	font-size: 30px;
	margin-bottom: 40px;
}

.aboutBox {
	padding: 60px 0;
}

.featureBox {
	margin-top: 55px;
}

.featureBox .col-sm-4 {
	margin-bottom: 45px;
}

.featureBox .col-sm-4:last-child {
	margin-bottom: 0;
}

.featureBox h4 {
    font-size: 20px;
}



/*----- 接送服務 -----*/
.serviceBox {
	margin-bottom: 70px;
}

.serviceTitle {
	padding: 0 18px;
}

.serviceTitle h3 {
	font-size: 22px;
	top: -12px;
}

.serviceTxt {
	padding: 30px 10px;
}

.priceTable th {
	font-size: 16px;
}



/*----- 租車須知 -----*/
ul.noticeList {
	margin-bottom: -45px;
}

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

ul.noticeList li .noticeTxt {
	padding-left: 10px;
	padding-right: 10px;
}



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

}


@media (max-width: 479px){


}