
/* =========== location.php ===========*/

#Location .common-banner-section {
    z-index: 0;
}

#Location .common-banner-section picture {
    z-index: 1;
}

#Location  #sineCanvas {
   bottom: auto;
   top: -180px;
}

#Location .common-banner-section .map-cover {
    z-index: 0;
}

#Location .common-banner-section .scrolldown {
    top: auto;
    bottom: 0;
    z-index: 99;
}

@media all and (max-width: 1000px) {
    #Location .common-banner-section .map-cover-top {
        display: none;
    }

    #Location  #sineCanvas {
       top: -390px;
    }
}

.map-cover {
    width: 100%;
    position: absolute;
    left: 0;
}

.map-cover.map-cover-top {
    bottom: -130px;
    height: 150px;
    z-index: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+7,ffffff+67&1+11,0+69 */
    background: -moz-linear-gradient(top, white 7%, white 11%, rgba(255, 255, 255, 0.03) 67%, rgba(255, 255, 255, 0) 69%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 7%, white 11%, rgba(255, 255, 255, 0.03) 67%, rgba(255, 255, 255, 0) 69%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(7%, white), color-stop(11%, white), color-stop(67%, rgba(255, 255, 255, 0.03)), color-stop(69%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, white 7%, white 11%, rgba(255, 255, 255, 0.03) 67%, rgba(255, 255, 255, 0) 69%);
    background: linear-gradient(to bottom, white 7%, white 11%, rgba(255, 255, 255, 0.03) 67%, rgba(255, 255, 255, 0) 69%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.map-cover.map-cover-bottom {
    bottom: 0;
    height: 130px;
    z-index: 2;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+32,ffffff+100&0+0,1+78 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.41) 32%, white 78%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.41) 32%, white 78%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(32%, rgba(255, 255, 255, 0.41)), color-stop(78%, white), to(white));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.41) 32%, white 78%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.41) 32%, white 78%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@media all and (max-width: 1000px) {
    .map-cover.map-cover-top {
        bottom: 400px;
        height: 100px;
        z-index: 9;
    }
}

@media all and (max-width: 767px) {
    .map-cover.map-cover-top {
        bottom: 250px;
    }
    #Location  #sineCanvas {
       top: -130px;
    }
}

.map-cover-right {
    pointer-events: none;
    width: 40%;
    height: 100%;
    position: absolute;
    left: 60%;
    top: 0;
    z-index: 2;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+76 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 76%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 76%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(76%, white), to(white));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 76%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 76%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@media all and (max-width: 767px) {
    .map-cover-right {
        display: none;
    }
}

#add-section {
    height: 650px;
    position: relative;
    z-index: 1;
}

#add-section .second-section {
    position: absolute;
    top: 0;
}

#add-section .scrolldown {
    z-index: 99;
}

#add-section .map-cover-top {
    bottom: auto;
    top: 0px;
    z-index: 3;
}

#add-section .container {
    /* pointer-events: none; */
    z-index: 9;
    position: relative;
}
#add-section .container:before{
    content: "";
    background-color: rgba(255,255,255,0.85);
    width: 40%;
    height: 300px;
    padding: 20px;
    position: absolute;
    top: -20px;
    right: -40px;
    z-index: -1;
}
@media all and (max-width: 1000px) {
    #add-section {
        height: auto;
        margin-top: 200px;
    }
    #add-section .map-cover-top {
        display: block;
    }
    #add-section .container {
        left: 47%;
        top: -100px;
        z-index: 29;
    }
    
}

@media all and (max-width: 767px) {
    #add-section {
        margin-top: 0;
    }
    #add-section .container {
        padding: 0px 20px 30px 20px;
        left: inherit;
        right: inherit;
        top: inherit;
        bottom: inherit;
        -ms-transform: none;
        transform: none;
        -webkit-transform: none;
        position: relative;
        top: -35px;
    }
}

#google-map {
    width: 100%;
    height: 650px;
    position: absolute;
    top: 0px;
    left: 0;
    background: #eee;
    z-index: 0;
}
#google-map .map_iframe{
    width: 100%;
    height: 100%;
}
@media all and (min-width: 768px) and (max-width: 1000px) {
    #google-map {
        height: 500px;
        position: relative;
    }
}

@media all and (max-width: 767px) {
    #google-map {
        height: 350px;
        position: relative;
    }
}

.about-add-text {
    width: auto;
    top: 250px;
    float: right;
}

.about-add-text p.title {
    font-size: 1rem;
    color: #555;
    margin-bottom: 10px;
}

.about-add-text .map {
    pointer-events: none;
    background: url(../images/about/location-penghu.png) no-repeat;
    width: 242px;
    height: 275px;
    display: block;
    position: absolute;
    right: 0;
    top: 115px;
    z-index: 0;
}

/* @media all and (max-width: 1000px) {
    .about-add-text {
        margin: 0 0 50px 0;
        float: left;
    }
    .about-add-text .map {
        right: 160px;
    }
} */

@media all and (max-width: 767px) {
    .about-add-text {
        margin: 0 0 110px 0;
    }
    .about-add-text .map {
        top: 210px;
        right: 0;
    }
}

.abbr-data {
    position: relative;
    font-size: 0.813rem;
    color: #7d7d7d;
    display: block;
    margin-bottom: 7px;
    padding-left: 20px;
}

.abbr-data a {
    color: inherit;
}

.abbr-data a:hover,
.abbr-data a:focus {
    text-decoration: underline;
}
.abbr-data span {
    position: absolute;
    left: 0;
}
.abbr-data .icon {
    font-size: 13px;
    top: 0;
    margin-right: 5px;
}

.abbr-data .icon.tag {
    background: url(../images/common/);
}

#about-trans-section {
    margin-bottom: 50px;
}

#about-trans-section .row {
    position: relative;
}

#about-trans-section .pc {
    position: absolute;
    width: 55%;
    top: 0px;
    left: 0;
    z-index: 1;
}

#about-trans-section .about-tab-wrapper {
    width: 47%;
    position: relative;
    margin-left: auto;
    z-index: 2;
}

@media all and (max-width: 1200px) {
    #about-trans-section {
        margin-bottom: 30px;
    }
    #about-trans-section .pc,
    #about-trans-section .about-tab-wrapper {
        width: 100%;
        position: relative;
    }
}

@media all and (max-width: 1200px) {
    #about-trans-section {
        margin-bottom: 0;
    }
}

.blue-title-block {
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    top: 38px;
}

.blue-title-block > * {
    text-align: center;
    position: relative;
    z-index: 1;
}

.blue-title-block h3 {
    margin-bottom: 10px;
}

.blue-title-block .sub-title {
    font-size: 1rem;
    color: #fff;
}

.blue-title-block .blue-block {
    display: inline-block;
    width: 180px;
    height: 154px;
    background-color: #042752;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-image: url(../images/index/room_line2.png);
    margin: 0 auto;
    top: -35px;
    z-index: 0;
}

.about-tab-wrapper {
    padding-left: 60px !important;
    background: rgba(255, 255, 255, 0.9);
}

@media all and (max-width: 1100px) {
    .about-tab-wrapper {
        padding: 0 !important;
        margin-top: 20px;
    }
}

.about-tabs {
    position: relative;
    margin: 0px auto 0px auto;
    padding: 30px 0;
    z-index: 2;
}

.about-tabs label {
    font-size: 12px;
    color: #959595;
    width: auto;
    height: auto;
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 0;
    padding: 4px 0 15px 0;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    width: 25%;
    text-align: center;
}

.about-tabs label:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #3e78b6;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

.about-tabs label .icon {
    font-size: 17px;
    display: inline-block;
    margin-right: 3px;
    top: 2px;
    position: relative;
}

.about-tabs label .text {
    display: inline-block;
    position: relative;
}

.about-tabs label:hover,
.about-tabs label:focus {
    color: #313131;
}

.about-tabs input {
    opacity: 0;
    visibility: hidden;
    width: 0;
    position: absolute;
}

.about-tabs input:checked + label {
    color: #313131;
}

.about-tabs input:checked + label:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.about-tabs .line {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 61px;
    left: 0;
    background: #eeeeee;
    z-index: 0;
}

.about-tabs .content {
    position: relative;
    width: 100%;
    min-height: 280px;
    padding: 30px 0 30px 0px;
    height: auto;
    z-index: 5;
    overflow: hidden;
    margin: 0;
}

.about-tabs .individualBox {
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25 ease-out;
    -o-transition: all 0.25 ease-out;
    transition: all 0.25 ease-out;
}

.about-tabs .content-1,
.about-tabs .content-3,
.about-tabs .content-5 {
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
}

.about-tabs .content-2,
.about-tabs .content-4 {
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -o-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
}

@media all and (max-width: 1100px) {
    .about-tabs .content {
        padding-bottom: 0;
    }
}

@media all and (max-width: 767px) {
    .about-tabs {
        text-align: center;
        padding-bottom: 0;
    }
    .about-tabs .content {
        text-align: left;
        min-height: initial;
        padding: 1.25rem 0 0 0;
    }
}
@media all and (max-width: 465px) {
    .about-tabs label{
        min-height: 43px;
    }
}
.about-tabs input.tab-selector-1:checked ~ .content .content-1,
.about-tabs input.tab-selector-2:checked ~ .content .content-2,
.about-tabs input.tab-selector-3:checked ~ .content .content-3,
.about-tabs input.tab-selector-4:checked ~ .content .content-4,
.about-tabs input.tab-selector-5:checked ~ .content .content-5 {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    z-index: 100;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 2;
    -webkit-transition: opacity 0.5s, visibility 0.5s ease-out, -webkit-transform 0.5s;
    transition: opacity 0.5s, visibility 0.5s ease-out, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, opacity 0.5s, visibility 0.5s ease-out;
    transition: transform 0.5s, opacity 0.5s, visibility 0.5s ease-out;
    transition: transform 0.5s, opacity 0.5s, visibility 0.5s ease-out, -webkit-transform 0.5s;
}

.about-trans-dl dt {
    font-size: 0.813rem;
    color: #000;
    position: relative;
}

.about-trans-dl dt:before {
    content: "";
    width: 30px;
    height: 1px;
    background: #eeeeee;
    position: absolute;
    top: 25px;
    left: 25px;
}

.about-trans-dl dt .icon {
    font-size: 16px;
    color: #a2a2a23;
    margin-right: 5px;
    top: 1px;
    position: relative;
}

.about-trans-dl dd {
    font-size: 0.813rem;
    line-height: 1.375rem;
    padding-left: 23px;
    margin: 20px auto;
    padding-bottom: 20px;
    border-bottom: 1px #ccc dashed;
}

.about-trans-dl dd:last-child {
    border-bottom: 0;
}

