﻿@charset "utf-8";
html,
body,
#wrapper-main {
    width: 100%;
    min-width: 1400px;
}

header {
    height: auto;
}

.drawer-navbar {
    margin-top: -3px;
}

#TripIntroduction {
    width: 1400px;
    margin: auto;
}

#trip_content {
    margin-top: 170px;
}


/*====================== tripAgt_content ====================*/

#main {
    background: url(../images/agt_bg.png) no-repeat center top;
    background-color: #ddf6f8;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: solid 5px #ffc956;
}


/* sideMenu */

aside#sideMenu {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -200px;
    z-index: 9998;
}

aside#sideMenu a {
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 15px 35px 15px 20px;
    right: -15px;
    position: relative;
    transition: all .5s;
    font-family: 'Noto Sans TC';
    color: #686868;
    font-size: 13px;
    text-align: center;
}

aside#sideMenu a:hover {
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

aside#sideMenu a:first-child {
    border-top-left-radius: 8px;
}

aside#sideMenu a:last-child {
    border-bottom-left-radius: 8px;
}

aside#sideMenu a:last-child:hover {
    box-shadow: none;
}

aside#sideMenu a i {
    display: block;
    font-size: 36px;
}

aside#sideMenu a .fa-plane {
    color: #f44f68;
    font-size: 40px;
}

aside#sideMenu a .fa-picture-o {
    color: #ff8e15;
}

aside#sideMenu a .fa-list-alt {
    color: #30c6e5;
}

aside#sideMenu a .fa-pencil-square {
    color: #6dc5c0;;
}

aside#sideMenu a .fa-angle-up {
    color: #595959;
    font-size: 50px;
    margin: -18px 0 -10px;
    padding-bottom: 3px;
}

#agt-content {
    width: 1400px;
    margin: 0 auto;
    min-height: 200px;
}

.agt-section {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 50px;
    color: #686868;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 50px;
}


/* 行程標題 */

ul.agtTop-menu {
    font-size: 16px;
    letter-spacing: .05em;
    margin: 0 20px;
}

ul.agtTop-menu li {
    display: inline-block;
    cursor: pointer;
}

ul.agtTop-menu li:after {
    content: "｜";
    margin: 0 20px;
    font-size: 13px;
    vertical-align: text-top
}

ul.agtTop-menu li:last-of-type:after {
    display: none;
}

ul.agtTop-menu a,
ul.agtTop-menu li {
    font-family: 'Noto Sans TC';
    color: #686868;
}

ul.agtTop-menu a i,
ul.agtTop-menu li i {
    margin-right: 5px;
    font-size: 24px;
    margin-bottom: -2px;
    vertical-align: bottom;
}

ul.agtTop-menu li .fa-plane {
    color: #f44f68;
    font-size: 26px;
}

ul.agtTop-menu li .fa-picture-o {
    color: #ff8e15;
}

ul.agtTop-menu li .fa-list-alt {
    color: #30c6e5;
}

ul.agtTop-menu a .fa-home {
    color: #f0c44d;
    font-size: 26px;
}

ul.agtTop-menu a .fa-pencil-square {
    color: #6dc5c0;
    font-size: 26px;
}

.agt-section h1 {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    font-family: 'Noto Sans TC';
    margin: 30px 0;
}

#tripAgt-owl-carousel {
    margin-bottom: 30px;
}


/* 行程連結 */

ul.agtMenu-link {
    font-size: 16px;
    letter-spacing: .05em;
    margin: 50px 20px;
    text-align: center;
}

ul.agtMenu-link li {
    display: inline-block;
    margin: 0 20px;
}

ul.agtMenu-link a {
    font-family: 'Noto Sans TC';
    color: #686868;
    padding: 5px 15px;
    border: solid 1px #404040;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

ul.agtMenu-link a i {
    margin-right: 5px;
    color: #404040;
    font-size: 21px;
    margin-bottom: -2px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

ul.agtMenu-link a:hover {
    background: #404040;
    color: #fff;
}

ul.agtMenu-link a:hover i {
    color: #fff;
}


/* 參考航班 */

.agt-section h2 {
    font-size: 24px;
    text-align: center;
    font-family: 'Noto Sans TC';
    margin-bottom: 50px;
    padding-bottom: 25px;
    border-bottom: solid 1px #c5c5c5;
}

.agt-section .no-line {
    margin-bottom: 30px;
    padding-bottom: 0;
    border: none;
}

.agt-section h2 .fa-plane {
    font-size: 36px;
    color: #f44f68;
    margin-right: 10px;
    vertical-align: sub;
}

.flightAgt-info-tool {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    font-family: "Century Gothic", "微軟正黑體";
    margin-bottom: 10px;
}

.flightAgt-info-tool td {
    padding: 0 20px;
    box-sizing: border-box;
    border: solid 1px #797979;
}

.flightAgt-info-tool .title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.flightAgt-info-tool .note {
    font-size: 12px;
    padding: 30px 20px;
    line-height: 18px;
    box-sizing: border-box;
    color: #424242;
}

.flightAgt-info-tool .note span {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: #000;
}

.flightAgt-info-download {
    width: 100%;
    text-align: center;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    box-sizing: border-box;
    padding: 0 10px;
    margin-top: 30px;
    color: #424242;
}

.flightAgt-info-download a {
    color: #00b8ec;
}


/* 行程特色 */

.agt-section h2 .fa-picture-o {
    font-size: 36px;
    color: #ff8e15;
    margin-right: 10px;
    vertical-align: sub;
}

.tripAgt-feature {
    width: 1200px;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin: auto;  
    position: relative;  
}

.tripAgt-feature img {
    line-height: 0;
}

.tripAgt-feature br {
    line-height: 20px;
}


/* 詳細行程 */

.agt-section h2 .fa-list-alt {
    font-size: 36px;
    color: #30c6e5;
    margin-right: 10px;
    vertical-align: sub;
}

.tripAgt-day {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.tripAgt-day-title {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 25px;
}

.tripAgt-day-number {
    float: left;
    width: 170px;
    margin-right: 15px;
}

.tripAgt-day-title h4 {
    float: left;
    width: 1015px;
    font-size: 24px;
    margin-top: 45px;
}

.tripAgt-day-number span {
    font-family: "Augustus", "微軟正黑體";
    font-size: 72px;
    margin: 0 5px;
    display: inline-block;
}

.tripAgt-day-content {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1px;
}

.tripAgt-day-left {
    width: 36%;
    height: auto;
    float: left;
    margin: 0 30px;
}

.tripAgt-day-left span {
    background: #000;
    width: auto;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    display: inline-block;
    padding: 5px 100px 5px 5px;
    margin: 5px 0;
}

.tripAgt-day-right {
    width: 59%;
    height: auto;
    float: left;
    overflow: hidden;
    letter-spacing: 1px;
}

.tripAgt-day-right h4 {
    font-size: 20px;
    margin-bottom: 40px;
}

.tripAgt-day-right span {
    color: #ff8e15;
}

.tripAgt-day-right .tripAgt-note {
    color: #15a9ed;
}

.tripAgt-day-special {
    margin: 20px 0 20px;
}

.tripAgt-day-special h5 {
    font-size: 20px;
    color: #a40008;
    font-family: "Century Gothic", "微軟正黑體";
    margin-bottom: 10px;
    font-weight: normal;
}

.tripAgt-day-special li {
    text-indent: -6.5em;
    margin: 0 0 0 6.5em;
}

.tripAgt-day-special li:before {
    content: "■";
    margin-right: 2px;
    color: #ff8e15;
    font-size: 20px;
}


/*
.clear:before {
    content: "";
    clear: both;
}
*/

.tripAgt-day-info {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    margin: 40px 0;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
}

.tripAgt-day-info-tool {
    width: 49%;
    height: 145px;
    padding: 24px 40px;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    background: #f2f2f2;
}

.tripAgt-day-info-tool:last-child {
    margin-right: 0px;
    padding-right: 30px;
}

.tripAgt-day-info-tool img {
    margin-right: 25px;
    float: left;
}

.tripAgt-day-info-tool ul {
    padding-left: 15%;
    margin-top: 10px;
}

.tripAgt-day-info-tool ul li {
    text-indent: -8px;
}

.tripAgt-day-info-tool li:before {
    content: url(../images/tripAgt_day_icon.png);
    display: inline-block;
    margin-right: 5px;
    width: 8px;
    height: 9px;
}


/* 行程備註 */

.agt-section h2 .fa-th-list {
    font-size: 36px;
    color: #f0c44d;
    margin-right: 10px;
    vertical-align: sub;
}


/*====================== /tripAgt_content ====================*/


/*============== go top css ==============*/

#gotop {
    content: '';
    display: block;
    position: relative;
    width: 0;
    height: 200px;
    margin-top: -200px;
}

@media (max-width: 1024px) {
    /*
    ul#top-menu {
        display: none;
    }
*/
    #main {
        margin-top: 5px;
    }
}

@media screen (max-width: 500px) {
    .drawer-navbar {
        border-bottom: 3px solid #ddd;
    }
    .drawer-header {
        padding: 4rem 0;
    }
    .drawer-navbar .drawer-brand {
        width: 100%;
        max-width: 60%;
    }
    #TripIntroduction {
        margin: 275px auto 0;
    }
}
