@charset "utf-8";
/****************** 基本 ******************/
* {
    font-family: "微軟正黑體", "Microsoft JhengHei", Arial, Geneva, sans-serif;
}

body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    /*color: #777777;
  color: #7f7f7f;*/
    background: #FFFFFF;
    height: 100%;
    position: relative;

    overflow-x: hidden;
}

a {
    color: #009999;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #009999;
    outline: none;
}
hr {border-top: 1px solid #afafaf;}
p {
    margin-bottom: 1.5em;
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: 400;
}

h1 {
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    font-family: inherit;
    color: #6C6C6C;
}
.redft {            color: #dd0000;}
.info .redft {      color: #dd0000;}


/*活動對象*/
h2 {
    font-size: 28pt;
    text-align: center;
    display: block;
    letter-spacing: 3px;
    text-shadow: 0px 0px 15px #000000;
}


/*海外旅遊攻略*/
h3 {
    font-size: 30px;
    text-align: center;
}


/*國內飯店精選，聯邦卡為您推薦*/
h4 {
    font-size: 18px;
    line-height: 25px;
}


/*強打活動區內容*/
h5 {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    font-family: inherit;
    color: #3C3C3C;
}


/*各內容*/
h6 {
    font-size: 18px;
    text-align: center;
    display: block;
}


/*各內容大標*/
h7 {
    font-size: 14px;
}


/*強打活動區活動期間*/
h8 {
    font-size: 9px;
    color: #373737;
}


/*強打活動區註解*/
h9 {
    font-size: 24px;
    color: #094F60;
}

/** nav **/
.navbar {
    margin-bottom: 0;
}

.navbar-header .navbar-brand img {
    width: 90%;
}
/*
--- 聯邦LOGO navbar-brand ---*/
.navbar-brand {
	padding-right: 0;
}
.navbar .navbar-brand {
    margin-right: 50px;
    margin-left: 20px;
    width: 250px;
    height: 70px;
    background: url(../../include/images/UBLogo.png) no-repeat 0 50%;
    background-size: contain;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #009999;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #f8f8f8;
}

.navbar-nav>li>a {
    margin-left: 15px;
    margin-top: 10px;
    display: block;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #009999;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #009999;
    background-color: #e7e7e7;
}

.navbar-toggle {
    margin-top: 13px;
    margin-bottom: 15px;
    border: 0px;
    border-radius: 0px;
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
    background-color: #f8f8f8;
    padding-left: 15px;
    height: 70px;
}


@media (max-width: 1200px) {

    .navbar .navbar-brand {
        margin-right: 0px;
        margin-left: 20px;
        width: 200px;
        height: 60px;
        /* 60 only*/
    }

    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        height: 60px;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

/*
--- 版權宣告footer ---*/
footer {
    width: 100%;
    background-color: #f4f4f4;
}

#footer {
    background-color: #eeeeee;
}

.copyright {}

.copyright a {
    color: #7f7f7f;
    outline: none;
    text-decoration: none;
}

.copyright h4,
.copyright h5 {
    margin-top: 15px;
}

.copyright h4 {
    font-size: 26px;
    text-align: right;
}

.copyright h5 {
    font-size: 12px;
    text-align: left;
    color: #777;
    margin-left: 70px;
}

.copyright p {
    font-size: 16px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.copyright .list-inline {
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .copyright h4 {
        font-size: 20px;
        text-align: center;
    }

    .copyright h5 {
        font-size: 12px;
        margin-left: auto;
    }

    .copyright p {
        font-size: 12px;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    #footer {
        padding: 10px 0;
        color: #7f7f7f;
        background-color: #eeeeee;
    }

    #footer .copyright {
        margin-bottom: 0px;
        padding-bottom: 0;
    }

    .copyright h5 {
        text-align: center;
    }

    .copyright a {
        color: #7f7f7f;
        outline: none;
        text-decoration: none;
    }
}


/*
--- 主視覺 ---*/
.topimg1 { background-image: url(../images/top.jpg)  !important;}
.topimg2 { background-image: url(../images/top_2.jpg)  !important;}
.topimg3 { background-image: url(../images/top_3.jpg)  !important;}
@media screen and (max-width: 576px){
	.topimg1 { background-image: url(../images/top_m.jpg)  !important;}
    .topimg2 { background-image: url(../images/top_2m.jpg)  !important;}
    .topimg3 { background-image: url(../images/top_3m.jpg)  !important;}
}
/*location submenu*/

.location {
    margin-top: 50px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #009999;
}

.submenu ul {
    list-style-type: none;
}

.submenu li {
    float: left;
    height: 30px;
    width: 50%;
    font-size: 13pt;
    font-weight: 500;
    line-height: 20px;
    color: #1c100b;
    text-align: center;
    padding: 0 24px;
    list-style-type: none;
    /*display:inline;*/
}

.submenu li a {
    color: #a9a9a9;
    padding-bottom: 5px;
    text-decoration: none;
}

.submenu li a.active {
    color: #FFFFFF;
    font-size: 15pt;
    background: #009999;
    padding: 10px 10% 8px;
    border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 736px) {
    .submenu {
        padding: 0 0 0 0;
    }
    .submenu li {
        font-size: 12pt;
        padding: 0px;
        width: 50%;
    }
    .submenu li a {
        padding-bottom: 8px;
    }
    .submenu li a.active {
        font-size: 12pt;
        padding: 10px 10% 10px;
    }
}

@media screen and (max-width: 320px) {
    .submenu li {
        font-size: 10pt;
        width: 50%;
    }
    .submenu li a.active {
        font-size: 10pt;
        padding-bottom: 13px;
    }
}

@media screen and (max-width: 750px) {
    .submenu li {
        width: 50%;
    }
    .submenu li a {
        padding-bottom: 8px;
    }
    .submenu li a.active {
        font-size: 12pt;
        padding: 10px 10% 10px;
    }
}

@media screen and (max-width: 1024px) {
    .submenu {
        padding: 0 0 0 0;
    }
    .submenu li {
        font-size: 14pt;
        padding: 0px;
    }
    .submenu li a {
        padding-bottom: 8px;
    }
    .submenu li a.active {
        font-size: 14pt;
        padding: 10px 10% 10px;
    }
}


/*location submenu end*/

#note {
    /* font-size: 10px; */
    font-size: .9rem;
    padding: 10px;
    margin: 10px;
    /* clear: both; */
}

.subtitle {
    margin-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    height: auto;
}

.subtitle h1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.info {
    background-color: #f7f5f5;
    /*#fff;*/
    padding: 2px 2px 2px;
    height: 100px;
}

.more {
    background-color: #f2e7c4;
    padding: 2px 2px 2px;
    height: 100px;
}

.patch {
    background-color: #FFFFFF;
    padding: 2px 2px 2px;
    height: 100px;
}

.rowinfo {
    margin-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    height: auto;
}

.content {
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 0px 5px 0px 15px;
    height: auto;
}

/*
--- 切換裝置顯示項目 ---*/
#line {display: block;}   
#line_m {display: none;}
@media screen and (max-width: 768px){
    #line {display: none;}   
    #line_m {display: block;} 
}


#new {
    padding: 3em 0;
    /*border-top: 5px solid #009999;*/
    border-top: 5px solid #d7d7d7;
    /*#d7d7d7;*/
}

.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.btn.btn-primary {
    background: #009999;
    color: #fff;
    border: none !important;
    border: 2px solid transparent !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    box-shadow: none;
    background: #009999;
}

.btn:hover,
.btn:active,
.btn:focus {
    background: #393e46 !important;
    color: #fff;
    outline: none !important;
}

.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
    border-color: transparent;
}

.fh5co-tour {
    padding: 1em 0;
}

@media screen and (max-width: 480px) {    
    .subtitle h3 {
        font-size: 24px;
    }
    .fh5co-tour {
        padding: 0em 0;
    }
    .fh5co-tour h3 {
        font-size: 24px;
    }
    .fh5co-tour .img-feature-1 {
        width: 50%;
    }
    .rowinfo h5 {
        font-size: 12px;
    }
    .rowinfo h6 {
        font-size: 16px;
    }
    
}

.nav li {
    /*width: 48%;*/
}

.nav li a {
    color: #555555;
}

.nav-tabs ul li.active {
    color: #009999;
}

.noDot{
    list-style: none;
}

ol.discountList {
    padding-left: 23px;;
}

.formW20{
    width: 20%;
}

.formW30{
    width: 30%;
}

.boxset {
    padding-right: 3px;
    padding-left: 3px;
    /* margin-bottom: 15px; */
}

.item-box {
    padding: 10px 2px 10px 2px;
    background: #fff;
    box-sizing: border-box;
    /*box-shadow: 0 0 2px #000;*/
    border-radius: 0;
    overflow: hidden;
}

.item-box img {
    margin: 0 auto;
    /* width: 60%; */
}
.item-box a {overflow: hidden;}
.item-box a img {
    border-radius: 10px 10px 0 0;
    transition: .3s;
    transform: scale(1);
}
.item-box a:hover img {
    transition: .3s;
    transform: scale(1.0125);
}

.itemHight {
    background-color: #f5f7f6;
    /* background-color: #f7f5f5; */
    padding-top: 15px;
    height: 110px;
    border-radius: 0 0 10px 10px;
}

.itemHight h5 {
    font-size: 18px;
    text-align: center;
    display: block;
    font-weight: bold;
}

.itemHight h6 {
    /* font-size: 14px; */
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    display: block;
    font-weight: normal;
    color: #3C3C3C;
}
.itemHight h6 span.redft {
    font-size: 110%;
    padding-left: 2px;
    padding-right: 2px;
}

@media screen and (max-width: 480px) {
    .itemHight {
        padding-top: 20px;
        padding-bottom: 5px;
        height: unset;
    }

    .itemHight h5 {
        font-size: 23px;
    }

    .itemHight h6 {
        font-size: 18px;
    }
}
