@charset "utf-8";
/*高風旅遊*/
/*-------------------------------------------------------------------------*/
/*固定大圖隨著滑鼠往上移動*/
/*.pageIndex #header { position: static;}
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
*/
.swiper-slide img { height:auto;}
.pageIndex .main_header_area { padding: 20px 0px;}

/*-------------------------------------------------------------------------*/
/*header logo*/
.nav-brand { width: 320px;}
.nav-header { margin: -8px 0 0;padding: 0px;}
/*-------------------------------------------------------------------------*/
/*header右側按鈕*/
.tp_links a:before { width: 30px; height: 30px;margin: -10px 0px;}
.tp_links a.me_tp_line:before { background-image: url(https://pic03.eapple.com.tw/aerovan/tp_line.png) !important;}
.tp_links a.me_tp_call:before { background-image: url(https://pic03.eapple.com.tw/aerovan/tp_call.png) !important;}
.tp_links a.me_tp_mail:before { background-image: url(https://pic03.eapple.com.tw/aerovan/tp_email.png) !important;}
/*-------------------------------------------------------------------------*/
.main_header_area { padding: 20px 0px; background: #ffffff;}
.nav-menu {margin: 0px 0 0 0;}
.nav-menu > li > a {
    color: #1ABC9C;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #ffffff00;
	transition: all 0.5s;
}
.nav-menu > li:hover> a {
    color: #eec806;
    border-bottom: 2px solid #eec806;
}
.nav-dropdown > li > a {
	transition: all 0.5s;
}
.nav-dropdown > li > a:hover, .nav-dropdown > li > a:focus {
    color: #44c8ae;
    border-bottom: 1px solid #eec806;
}
.tp_links a {border-bottom: none!important;}

.footer {background: #f2f2f2;}
.footer_menu { border-top: 1px solid #f2f2f2!important;}
.footer, #bottom_menu { border-top: 1px solid #f2f2f2!important;}
.footer_logo img { width: 100%;}
.footer_info li:nth-child(1) { width: 40%;}
.footer_info li:nth-child(2) { width: 40%;}

.footer_info li p.add:before {content: '北部：';}
.footer_info li p.add2:before {content: '中部：';}

/* *********************************** */

/*每頁底色+背景*/
#content {
    border-top: none !important;
    background-image: url(#);
    background-color: #ffffff;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.banner {
    height: 400px;
    background-position: center bottom;
    background-color: #efefef;
    box-shadow: none;
    background-repeat: no-repeat;
}
.banner h5 { display:none; } 
.banA { background-image: url(#); }
.banB { background-image: url(https://pic03.eapple.com.tw/aerovan/banB.jpg); }
.banC { background-image: url(https://pic03.eapple.com.tw/aerovan/banC.jpg); }
.banD { background-image: url(#); }
.banE { background-image: url(https://pic03.eapple.com.tw/aerovan/banE.jpg); }
.banF { background-image: url(#); }

/* *********************************** */

/*聯絡表單*/
.list_before li.btn .animated-arrow { display:none; } 
.noborder {background-color: #f2f2f2; border: 1px solid #f2f2f2;}
.contact_form li { border-bottom: 0px solid #ffffff;}
.contact_content .information_left{ display:none; } 
.contact_content .information_right { width: 100%;}
.animated-arrow { background: linear-gradient(to right, #00A29D, #00D8A7); border-radius: 15px;}

@media screen and (max-width: 1024px) {
#content_main { margin-top:0;}
}

@media screen and (max-width: 480px) { 
.nav-brand img { padding: 13px 43px 0px 0px;}
}

