/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
    +common
    +header
    +content-main
    +footer
-----------------------------------------------------------------------------*/

/* +common
*----------------------------------------------------------------------------*/

body {
    position: relative;
    color: #757474;
    font: 10px 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei";
}

body * {
    margin: 0;
}

abbr {
    cursor: help;
}

.mark-required {
    border: none !important;
    color: #ff1744;
    text-decoration: none !important;
    vertical-align: middle;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #808080;
    font-weight: normal;
    font-size: 26px;
    opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #808080;
    font-weight: normal;
    font-size: 26px;
    opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #808080;
    font-weight: normal;
    font-size: 26px;
    opacity: 1;
}

/* =width: 1500↓
********************/
@media screen and (max-width: 1500px) {
    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 16px;
    }
    ::-moz-placeholder { /* Firefox 19+ */
        font-size: 16px;
    }
    :-ms-input-placeholder { /* IE 10+ */
        font-size: 16px;
    }
}

.scrollbar-inner {
    position: relative;
    max-height: 250px;
}

/**
*
* =clear,clearfix
*
**/

/* regular clearing apply to column that should drop below previous ones. */
.clear {
    clear: both;
}

/* this needs to be first because FF3 is now supporting this */
.clearfix {
    display: inline-block;
}

/* clearing floats without extra markup */
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
    content: ".";
}

/* hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* end hide from IE-mac */

/**
*
* =media-scale
*
**/

.media-scale {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding: 56.2808% 0 0 0;
}

.media-scale img,
.media-scale iframe {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: auto;
}

.media-scale iframe {
    width: 100%;
    height: 100%;
}

/**
*
* =bootstrap
*
**/

.popover {
    position: absolute;
    top: 121px !important;
    z-index: 9900 !important;
    width: 100%;
    border-radius: 0;
}

.popover-content {
    padding: 9px 0;
}

.popover-content ul {
    padding: 10px;
}

.popover-content ul li {
    white-space: nowrap;
}

.popover-content ul li a {
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    color: #545454;
    font: normal 22px/33px 'Noto Sans TC';
    text-align: center;
}

.popover-content ul li a:hover {
    border-radius: 8px;
    background-color: #dedede;
    text-decoration: none;
}

.pop-content {
    display: none;
    position: relative;
    z-index: 99999;
}

/* =width: 1300↓
********************/
@media screen and (max-width: 1300px) {
    .popover {
        top: 80px !important;
    }
}

/* +header
*----------------------------------------------------------------------------*/

header {

}

header h3 {
    display: none;
}

header .header-wrap {
    position: relative;
    z-index: 999;
    overflow: hidden;
    height: 75px;
    background-color: #fb5a5a;
}

header .header-wrap .btn-site-func {
    display: none;
    position: absolute;
    top: 0;
    right: 25px;
    color: #fff;
    font-size: 26px;
}

header .search-wrap {
    position: relative;
}

/* =width: 800↓
********************/
@media screen and (max-width: 800px) {
    header .header-wrap {
        height: 44px;
    }
}

/* =width: 480↓
********************/
@media screen and (max-width: 480px) {
    header .header-wrap .btn-site-func {
        display: block;
    }
}

/**
*
* =logo
*
**/

header .logo {
    float: left;
    margin: 21px 0 0 140px;
}

header .logo img {
    display: block;
    width: 47px;
    margin: 0 auto;
}

/* =width: 800↓
********************/
@media screen and (max-width: 800px) {
    header .logo {
        margin: 7px 0 0 25px;
        text-align: center;
    }

    header .logo a {
        display: inline-block;
    }
}

/* =width: 480↓
********************/
@media screen and (max-width: 480px) {
    header .logo {
        float: none;
        margin-top: 10px;
    }

    header .logo img {
        width: 33px;
    }
}

/**
*
* =site-func
*
**/

header .site-func {
    float: right;
    padding: 20px 135px 0;
}

header .site-func ul li {
    margin-right: 3px;
}

header .site-func ul li:last-child {
    margin-right: 0;
}

header .site-func ul li a {
    display: block;
    width: 159px;
    height: 35px;
    line-height: 35px;
    border-radius: 27px;
    background-color: #ff9539;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

header .site-func ul li a:hover {
    text-decoration: none;
}

/* =width: 800↓
********************/
@media screen and (max-width: 800px) {
    header .site-func {
        padding: 10px 25px 0;
    }

    header .site-func ul li a {
        height: 26px;
        line-height: 26px;
        font-size: 12px;
    }
}

/* =width: 480↓
********************/
@media screen and (max-width: 480px) {
    header .site-func {
        display: none;
    }
}

/**
*
* =banner
*
**/

header .banner {
    position: relative;
}

header .banner h2 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 61px;
    line-height: 91px;
    letter-spacing: 3.05px;
    text-shadow: 4px 4px 6px #000;
    text-align: center;
}

header .banner img {
    display: block;
    width: 100%;
}

/* =width: 1200↓
********************/
@media screen and (max-width: 1200px) {
    header .banner h2 {
        font-size: 42px;
        line-height: 1.5;
    }
}

/* =width: 870↓
********************/
@media screen and (max-width: 870px) {
    header .banner h2 {
        top: 30px;
        left: 50%;
        transform: translate(-50%, 0);
        font-size: 22px;
    }
}

/* =width: 480↓
********************/
@media screen and (max-width: 870px) {
    header .banner h2 {
        top: 10px;
        line-height: 1.2;
    }
}

/**
*
* =site-search
*
**/

header .site-search {
    position: absolute;
    bottom: 20%;
    left: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    width: 529px;
    height: 78px;
    border-radius: 53px;
}

header .site-search::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.7;
}

header .site-search .text {
    height: 78px;
    padding: 0 10px 0 82px;
}

header .site-search .text input {
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    font-size: 26px;
}

header .site-search .btn-search {
    display: block;
    position: absolute;
    top: 15px;
    left: 25px;
    z-index: 10;
    width: 48px;
    height: 48px;
    border: none;
    background: url(../i/icon-search02.png) no-repeat center center;
    background-size: 40px 40px;
    text-indent: -100000px;
}

/* =width: 1500↓
********************/
@media screen and (max-width: 1500px) {
    header .site-search {
        width: 45%;
        height: 43px;
        bottom: 65px;
        transform: translate(-50%, 0);
    }

    header .site-search .btn-search {
        top: 0;
        left: 5px;
        z-index: 10;
        width: 43px;
        height: 43px;
        background-position: center 11px;
        background-size: 25px 25px;
    }

    header .site-search .text {
        height: 43px;
        padding: 8px 10px 8px 48px;
    }

    header .site-search .text input {
        font-size: 16px;
    }
}

/* =width: 650↓
********************/
@media screen and (max-width: 650px) {
    header .site-search {
        width: 55%;
        height: 36px;
        bottom: 20px;
    }

    header .site-search .btn-search {
        top: 0;
        left: 5px;
        z-index: 10;
        width: 36px;
        height: 36px;
        background-position: center 10px;
        background-size: 20px 20px;
    }

    header .site-search .text {
        height: 36px;
        padding: 8px 10px 8px 41px;
    }

    header .site-search .text input {
        font-size: 16px;
    }
}

/* +nav
*----------------------------------------------------------------------------*/

header nav {
    position: relative;
    z-index: 10;
    width: 71%;
    height: 111px;
    padding: 30px 97px 0;
    margin: -50px auto 0;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 3px 6px #dcdcdc;
}

header nav > ul > li {
    float: left;
    width: calc(44.44% - 30px);
    max-width: 520px;
    padding: 0 0 10px 10px;
    border-bottom: 1px solid #a5a5a5;
}

header nav > ul > li.city,
header nav > ul > li.type {
    width: calc(27.78% - 30px);
    max-width: 280px;
    margin-right: 45px;
}

header nav > ul > li > a {
    display: block;
    color: #616161;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 1.1px;
}

header nav > ul > li > a i {
    float: right;
    margin: 10px 0 0;
    font-size: 32px;
}

header nav > ul > li > a:hover {
    text-decoration: none;
}

header nav ul li form {
    position: relative;
}

header nav ul li .text {
    padding: 0 0 0 30px;
}

header nav ul li .text input {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    color: #616161;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 1.1px;
}

header nav ul li .text input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 22px !important;
}
header nav ul li .text input::-moz-placeholder { /* Firefox 19+ */
    font-size: 22px !important;
}
header nav ul li .text input:-ms-input-placeholder { /* IE 10+ */
    font-size: 22px !important;
}

header nav ul li .btn-search {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 30px;
    height: 100%;
    padding: 0;
    border: none;
    background: url(../i/icon-search02.png) no-repeat center center;
    background-size: 25px 25px;
    text-indent: -100000px;
}

header nav > ul > li.city .popover {
    left: 0 !important;
    width: 60%;
    max-width: 905px;
}

header nav > ul > li.city .popover .arrow {
    left: calc(13.89% + 97px) !important;
}

header nav > ul > li.list .popover {
    left: 55.56%;
    width: calc(44.44% - 30px);
    max-width: 480px;
}

header nav > ul > li.city .scroll-wrapper ul li {
    float: left;
    width: 12.5%;
    margin-bottom: 10px;
}

/* =width: 1500↓
********************/
@media screen and (max-width: 1500px) {
    header nav > ul > li.city .scroll-wrapper ul li {
        width: 25%;
    }
}

/* =width: 1300↓
********************/
@media screen and (max-width: 1300px) {
    header nav {
        width: 80%;
        height: 70px;
        padding: 10px 30px 0;
        margin: -35px auto 0;
    }

    header nav > ul > li > a {
        font-size: 18px;
        line-height: 1.5;
    }

    header nav ul li .text input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 18px !important;
    }
    header nav ul li .text input::-moz-placeholder { /* Firefox 19+ */
        font-size: 18px !important;
    }
    header nav ul li .text input:-ms-input-placeholder { /* IE 10+ */
        font-size: 18px !important;
    }

    header nav ul li input[type="text"] {
        font-size: 18px;
        line-height: 1.5;
    }

    header nav > ul > li > a i {
        font-size: 32px;
    }

    header nav ul li .list-item {
        top: 80px;
    }
}

/* =width: 768↓
********************/
@media screen and (max-width: 768px) {
    header nav {
        width: 100%;
        padding: 10px 20px 0;
        margin: -25px auto 0;
        background-color: transparent;
        box-shadow: none;
    }

    header nav > ul > li {
        width: calc(44.44% - 4px);
        padding: 10px;
        margin-right: 0;
        border: none;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 3px 6px #dcdcdc;
    }

    header nav > ul > li.city,
    header nav > ul > li.type {
        width: calc(27.78% - 4px);
        margin-right: 6px;
    }

    header nav > ul > li > a {
        padding-bottom: 5px;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.7px;
        border-bottom: 1px solid #a5a5a5;
    }

    header nav ul li .text input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 14px !important;
    }
    header nav ul li .text input::-moz-placeholder { /* Firefox 19+ */
        font-size: 14px !important;
    }
    header nav ul li .text input:-ms-input-placeholder { /* IE 10+ */
        font-size: 14px !important;
    }

    header nav ul li .text {
        padding-bottom: 5px;
        padding-left: 35px;
        border-bottom: 1px solid #a5a5a5;
    }

    header nav ul li .text input {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.7px;
    }

    header nav ul li .btn-search {
        top: 0;
        left: 0;
        bottom: 0;
        height: auto;
        background-size: 20px 20px;
        background-position: center 0;
    }

    header nav > ul > li > a i {
        margin-top: 2px;
    }

    header nav > ul > li .popover {
        top: 65px !important;
    }

    header nav > ul > li.city .popover {
        left: 20px !important;
    }

    header nav > ul > li.city .popover .arrow {
        left: calc(13.89% + 20px) !important;
    }

    header nav > ul > li.city .scroll-wrapper ul li {
        width: 33.3333%;
    }

    header nav ul li .popover-content ul li a {
        font-size: 14px;
    }
}

/* =width: 480↓
********************/
@media screen and (max-width: 480px) {
    header nav > ul {
        position: relative;
    }

    header nav > ul > li .popover {
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
    }

    header nav > ul > li.city .popover {
        left: 0 !important;
    }

    header nav > ul > li .popover .arrow {
        display: none;
    }

    header nav > ul > li.city .scroll-wrapper ul li {
        margin-bottom: 0;
    }

    header nav > ul > li .scroll-wrapper .scroll-element {
        display: none !important;
    }
}

/* +content-main
*----------------------------------------------------------------------------*/

/**
*
* =hotel-list
*
**/

.hotel-list {
    position: relative;
    z-index: 1;
    padding: 42px 0 0;
}

.hotel-list h2 {
    margin-bottom: 16px;
    color: #e23939;
    font-size: 32px;
    line-height: 47px;
    text-align: center;
}

.hotel-list .more {
    padding-right: 10px;
    margin-bottom: 5px;
    text-align: right;
}

.hotel-list .more a {
    color: #000;
    font-size: 21px;
    line-height: 31px;
    letter-spacing: 0.53px;
}

.hotel-list .wrap {
    position: relative;
    padding: 0 140px 50px;
}

.hotel-list .wrap .hotel-wrap {
    overflow: hidden;
}

.hotel-list .wrap .hotel-prev,
.hotel-list .wrap .hotel-next {
    display: block;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #323231;
    font-size: 40px;
    text-align: center;
    text-indent: -100000px;
    transform: translate(0, -50%);
}

.hotel-list .wrap .hotel-prev {
    left: 40px;
    background: url(../i/icon-arrow-left01.png) no-repeat center center;
}

.hotel-list .wrap .hotel-next {
    right: 40px;
    background: url(../i/icon-arrow-right01.png) no-repeat center center;
}

.hotel-list .wrap .slick-dots {
    clear: both;
    padding: 20px 0 0;
    list-style: none;
    text-align: center;
}

.hotel-list .wrap .slick-dots li {
    display: inline-block;
    margin-right: 10px;
}

.hotel-list .wrap .slick-dots li button {
    display: block;
    width: 9px;
    height: 9px;
    padding: 0;
    border: none;
    background-color: #e0e0e0;
    text-indent: -100000px;
}

.hotel-list .wrap .slick-dots li.slick-active button {
    background-color: #acacac;
}

.hotel-list .wrap .hotel-content {
    float: left;
    margin: 0 10px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 3px 6px #dcdcdc;
}

.hotel-list .wrap .hotel-content .hotel-img {
    position: relative;
}

.hotel-list .wrap .hotel-content .hotel-img ul li {
    float: none;
    width: 100%;
    margin: 0;
    border-radius: 0;
}

.hotel-list .wrap .hotel-content .hotel-img ul li img {
    display: block;
    width: 100%;
}

.hotel-list .wrap .hotel-content .content {
    padding: 26px 37px 23px 28px;
}

.hotel-list .wrap .hotel-content .content h3 {
    float: left;
    color: #000;
    font-size: 21px;
    line-height: 31px;
    letter-spacing: 0.53px;
}

.hotel-list .wrap .hotel-content .content .star {
    float: right;
}

.hotel-list .wrap .hotel-content .content .star img {
    display: inline-block;
    width: 15px;
}

.hotel-list .wrap .hotel-content .content .location {
    clear: both;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.45px;
}

.hotel-list .wrap .hotel-content .content .rating {
    overflow: hidden;
}

.hotel-list .wrap .hotel-content .content .rating em {
    margin-right: 7px;
    color: #2f196b;
    font-style: normal;
    font-size: 31px;
    line-height: 42px;
}

.hotel-list .wrap .hotel-content .content .rating span {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.45px;
}

.hotel-list ul.hotel-group li .pager,
.hotel-list .wrap .img-pager {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 9px;
    margin: 0;
    text-align: center;
}

.hotel-list ul.hotel-group li .pager a,
.hotel-list .wrap .img-pager a {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 14px;
    background-color: #e0e0e0;
    text-indent: -100000px;
}

.hotel-list ul.hotel-group li .pager a.cycle-pager-active,
.hotel-list .wrap .img-pager a.cycle-pager-active {
    background-color: #acacac;
}

/* =width: 1300↓
********************/
@media screen and (max-width: 1300px) {
    .hotel-list .wrap {
        padding: 0 60px 50px;
    }

    .hotel-list .wrap > .prev,
    .hotel-list .wrap > .next {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .hotel-list .wrap .hotel-prev,
    .hotel-list .wrap > .prev {
        left: 0;
    }

    .hotel-list .wrap .hotel-next,
    .hotel-list .wrap > .next {
        right: 0;
    }
}

/* =width: 768↓
********************/
@media screen and (max-width: 768px) {
    .hotel-list {
        padding: 20px 10px 0;
    }

    .hotel-list h2 {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 29px;
    }
}

/* =width: 650↓
********************/
@media screen and (max-width: 650px) {
    .hotel-list .wrap {
        padding: 0 35px 50px;
    }

    .hotel-list .wrap .hotel-prev,
    .hotel-list .wrap .hotel-next {
        width: 35px;
    }
}

/* +footer
*----------------------------------------------------------------------------*/

footer {
    position: relative;
    padding: 36px 20px 19px;
    background-color: rgba(125, 125, 125, 0.61);
    color: #fff;
    font-weight: light;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.75px;
    text-align: center;
}

footer h3 {
    display: none;
}

footer img {
    display: inline-block;
    width: 15px;
    margin-right: 5px;
}

footer i {
    margin-right: 5px;
}

footer .contact,
footer p {
    margin-bottom: 14px;
}

footer .contact ul li a {
    color: #fff;
}

/* =width: 600↓
********************/
@media screen and (max-width: 600px) {
    footer .contact ul li {
        display: block;
    }
}