@charset "utf-8";

/* CSS Document */
/************************************************************************************
RESET
*************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, figure,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;	
	-webkit-text-size-adjust: none;/*防止allpe的safari瀏覽器字體變大*/
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
   /* border-collapse: collapse;*/
    border-spacing: 0;
}

a img {
	border: none;
}

.clean { clear:both;}

.clearfix {
  overflow: auto;
}

img { max-width:100%;}

.left { float: left;}
.right { float: right;}

/************************************************************************************
STRUCTURE 主要區塊
*************************************************************************************/

body {
    font-family: 'Noto Serif TC', serif;
}

#web-outer {
    max-width: 2000px;
    overflow: hidden;
    background: url("../images/bg01.jpg") top center repeat-y;
    padding-top: 30px;
}

/*======================
====Main CSS=====
=======================*/


header {
    text-align: center;
    margin-top: 30px;
}

header h1 {
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}

#tour h2,
#queenslandmap h2,
#australianspots h2,
#australianactivities h2,
#australianlandmarks h2 {
    background: url("../images/bg-subtitle01.png") center center no-repeat;
    margin: 0 auto;
    margin-bottom: 26px;
    height: 106px;
    max-width: 530px;
    padding-top: 6px;
}

#tour h2 span,
#queenslandmap h2 span,
#australianspots h2 span,
#australianactivities h2 span,
#australianlandmarks h2 span {
    font: 500 34px "微軟正黑體";
    color: #2d3a37;
    display: block;
    text-align: center;
    padding-top: 12px;
}

#tour h2 span.subtitle-en,
#queenslandmap h2 span.subtitle-en,
#australianspots h2 span.subtitle-en,
#australianactivities h2 span.subtitle-en,
#australianlandmarks h2 span.subtitle-en {
    font: 500 17px "Exo 2", system-ui;
    color: #b5f0e0;
    text-align: right;
    margin-right: 20%;
    margin-top: -6px;
    padding-top: 0px;
}

#queenslandmap h2 {
    background: url("../images/bg-subtitle02.png") center center no-repeat;
    margin-bottom: 60px;
}

#queenslandmap h2 span.subtitle-en {
    color: #0f7666;
}

#australianspots h2,
#australianactivities h2,
#australianlandmarks h2 {
    background: url("../images/bg-subtitle03.png") center center no-repeat;
}

#australianspots h2 span.subtitle-en,
#australianactivities h2 span.subtitle-en,
#australianlandmarks h2 span.subtitle-en {
    color: #0f7767;
}

.container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: auto;
}

h2.pic-title {
    line-height: 1.1;
}

.hero-slider {
    width: 100%;
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

@media (max-width: 1400px) {
    .container {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media (max-width: 991px) {
    .hero-slider {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-slider {
        height: 500px;
    }
}

@media (max-width: 480px) {
    .container {
        padding-top: 160px;
    }
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: transparent;
    width: 55px;
    height: 55px;
    line-height: 53px;
    margin-top: -100px;
    text-align: center;
    border: 2px solid #d4d3d3;
    border-radius: 55px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {

    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}

.hero-slider .swiper-button-prev {
    left: 25px;
    transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f060";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.hero-slider .swiper-button-next {
    right: 25px;
    transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: left;
    line-height: 10px;
    font-size: 10px;
    color: #000;
    opacity: 0.8;
    background: #ffffff;
    transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #60babd;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    bottom: 100px;
}

@media (max-width: 1200px) {
    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 80px;
    }
}

.swiper-pagination {
    text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 768px) {
    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 30px;
    }
}

@media (max-width: 480px) {
    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 15px;
    }
}

/*--------------------------------------------------------------
    #hero-style
  --------------------------------------------------------------*/
.hero-style {
    height: 900px;
    transition: all .4s ease;
}

@media (max-width: 1400px) {
    .hero-style {
        height: 800px;
    }
}

@media (max-width: 1200px) {
    .hero-style {
        height: 700px;
    }
}

@media (max-width: 1024px) {
    .hero-style {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style {
        height: 500px;
    }
}

@media (max-width: 550px) {
    .hero-style {
        height: 450px;
    }
}

@media (max-width: 480px) {
    .hero-style {
        height: 400px;
    }
}

@media (max-width: 420px) {
    .hero-style {
        height: 350px;
    }
}

@media screen and (min-width: 479px) {
    .hero-style .container {
        padding-top: 200px;
    }
}

.hero-style .slide-title,
.hero-style .slide-text {
    max-width: 600px;
}

.hero-style .slide-title {
    background: rgba(0, 173, 204, 0.9);
    border-radius: 20px 70px;
}

.hero-style .slide-title h2.pic-title {
    font: 600 56px "微軟正黑體";
    line-height: 1;
    color: #ffffff;
    margin: 0 10px 0 10px;
    padding: 25px 0 15px 0;
    text-transform: capitalize;
    transition: all .4s ease;
    text-align: center;
}

.hero-style .slide-title h2.pic-title span em {
    font: 600 30px "微軟正黑體";
    font-style: normal;
    letter-spacing: -10px;
}

.hero-style .slide-title p {
    margin: 0 auto;
    padding-bottom: 25px;
}

@media (max-width: 1199px) {
    .hero-style .slide-title {
        max-width: 520px;
    }

    .hero-style .slide-title h2.pic-title {
        font-size: 50px;
    }
}

@media (max-width: 1024px) {
    .hero-style .slide-title {
        max-width: 460px;
    }

    .hero-style .slide-title h2.pic-title {
        font-size: 46px;
    }
}

@media (max-width: 767px) {

    .hero-style .slide-title {
        max-width: 400px;
        border-radius: 10px 40px;
    }

    .hero-style .slide-title h2.pic-title {
        font-size: 38px;
        padding: 12px 0 8px 0;
    }

    .hero-style .slide-title p {
        padding-bottom: 12px;
    }

}

@media (max-width: 480px) {

    .hero-style .slide-title {
        max-width: 360px;
    }

    .hero-style .slide-title h2.pic-title {
        font-size: 32px;
    }
}

@media (max-width: 400px) {

    .hero-style .slide-title {
        max-width: 320px;
    }

    .hero-style .slide-title h2.pic-title {
        font-size: 28px;
    }
}

/* .hero-style .slide-text p {
    opacity: 0.8;
    font-family: Rajdhani;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0 0 40px;
    transition:all .4s ease;
  }
  
  @media (max-width: 767px) {
    .hero-style .slide-text p {
      font-size: 16px;
      font-size: 1rem;
      font-weight: normal;
      margin: 0 0 30px;
    }
  }
  
  .hero-style .slide-btns > a:first-child {
    margin-right: 10px;
  }
  */

/*--------------------------------------------------------------
    #button-style
  --------------------------------------------------------------*/
/*.theme-btn, .theme-btn-s2{
      background-color: #ffffff;
      font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color:#2b3b95;
      padding: 9px 32px;
      border: 0; 
    border-radius: 3px;
      text-transform: uppercase;
      display: inline-block;
      line-height: initial;
    transition:all .4s ease;
  }
  a {
      text-decoration: none;
      transition: all 0.2s ease;
  }
  .theme-btn-s2{
      background-color: rgba(255, 255, 255, 0.9);
      color: #131e4a;
  }
  .theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
      background-color:#2b3b95 ;
      color: #fff;
  }
  .theme-btn-s3{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    text-transform: uppercase;
  }
  i.fa-chevron-circle-right{
    height:22px;
    width:22px;
  }
  a:hover {
      text-decoration: none;
  }
  @media (max-width: 991px){
    .theme-btn, .theme-btn-s2, .theme-btn-s3 {
      font-size: 13px;
      padding: 15px 25px;
    }
  }
  @media (max-width: 767px){
    .theme-btn, .theme-btn-s2{
      padding: 13px 20px;
      font-size: 13px;
    }
  }*/


section {
    padding-top: 90px;
    margin-top: -90px;
}

/*======================
====nav CSS=====
=======================*/

#main-nav {
    position: relative;
    z-index: 990;
    margin: 0 auto;
    margin-top: -60px;
}

#block_menu {
    width: 100%;
    overflow: hidden;
    background: url('../images/bg-nav.jpg') center center no-repeat;
    height: 90px;
}

.sticky {
    top: 40px;
}

#main-nav ul {
    text-align: center;
    margin-top: 40px;
    margin-left: 200px;
}

#main-nav ul li {
    display: inline-block;
    font: 600 20px "微軟正黑體";
    color: #3b3b3b;
    letter-spacing: 1px;
    padding: 3px 6px;
    margin: 0 3px;
}

#main-nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
    color: #3b3b3b;
    padding: 3px 6px;
}

#main-nav ul li a img {
    padding-right: 2px;
}

#main-nav ul li a:hover,
#main-nav ul li a.active {
    background: #dbeee9;
    color: #005941;
    outline: 2px solid #06926c;
}

.active {
    transform: translate3d(0, 0, 0);
}

/*----tour-box---*/

.bg-tour {
    background: url('../images/bg02.jpg') center top repeat-y;
    padding-bottom: 86px;
}

.bg-tour-top {
    background: url('../images/bg02-top.jpg') center top no-repeat;
    padding-top: 70px;
}

.tour-row {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.tour-box {
    background: #dafff0;
    border-radius: 0 110px 0 0;
    padding: 50px 80px 50px 80px;
    margin: -50px 15px 0 15px;
    position: relative;
    z-index: 100;
}

.tour-title {
    color: #fff;
    font: 500 20px "微軟正黑體";
    background: url('../images/tour-title.png') center center no-repeat;
    padding: 15px 0 35px 0;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    z-index: 300;
}

.tour-list {
    text-align: left;
    margin: 0 1% 30px 0;
    margin-top: 20px;
}

.tour-list li {
    font: 700 17px "微軟正黑體";
    color: #000000;
    line-height: 1.8em;
    overflow: hidden;
    border-bottom: 1px solid #509482;
    padding: 7px 0 0 0;
    overflow: hidden;
    margin-bottom: 10px;

}

.tour-list li a span.name_l::before {
    content: url('../images/icon02.png');
    padding-right: 6px;
}

.tour-list li a {
    color: #000000;
    text-decoration: none;
    width: 98%;
    /*height:100%;*/
    display: flex;
}

.tour-list li a span em {
    font: 600 16px "微軟正黑體";
    color: #c06e05;
    line-height: 1.8em;
    padding: 0 4px 0 6px;
}

.tour-list li a span.price_r span {
    font: 600 22px "微軟正黑體";
    color: #ed5316;
    padding: 0 2px;
    font-family: 'Barlow', sans-serif;
}

.name_l {
    width: 75%;
    padding-left: 28px;
    text-indent: -28px;
}

.price_r {
    width: 25%;
    text-align: right;
    color: #000000;
    font: 600 14px "微軟正黑體";
    justify-content: flex-end;
}

/*--------video--------*/

#video {
    background: url('../images/bg-movie.jpg') center top no-repeat;
    margin-top: -16px;
}

.bg-video-bom {
    background: url('../images/bg-movie-bom.png') center bottom no-repeat;
    padding-bottom: 50px;
    margin-bottom: 20px;
}

.video-title {
    padding: 30px 0;
    background: url('../images/title-movie.png') center center no-repeat;
    height: 76px;
}

.video-title img {
    display: none;
}

.video-ct {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}

.video-ct iframe {
    margin: 1%;
}

/*-------map--------*/

.bg-map {
    background: url("../images/bg-map.jpg") center top repeat-y;
    padding-top: 60px;
}

.image-map {
    background: url("../images/map.png") left top no-repeat;
    height: 706px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.map {
    display: inline-block;
    width: 68%;
    vertical-align: top;
}

.map a {
    display: inline-block;
    padding: 2px 5px;
    cursor: pointer;
}

.map a {
    background: #ffeab3;
    color: #42523b;
    border: 3px solid #ffeab3;
    font: 800 16px "微軟正黑體";
    text-decoration: none;
}

.map a:hover,
.map a.active {
    border: 3px solid #e17400;
}

.pos1 {
    position: absolute;
    top: 92px;
    left: 515px;
}

.pos2 {
    position: absolute;
    top: 130px;
    left: 558px;
}

.pos3 {
    position: absolute;
    top: 235px;
    left: 730px;
}

.pos4 {
    position: absolute;
    top: 247px;
    left: 610px;
}

.pos5 {
    position: absolute;
    top: 284px;
    left: 630px;
}

.cnt {
    display: inline-block;
    width: 29%;
    vertical-align: top;
    padding-left: 1%;
}

.cnt article {
    max-width: 100%;
    position: relative;
    background: #ffffff;
    padding: 20px;
    border-radius: 20px;
    border: 2px solid #b7b7b6;
    border-width: 0 2px 2px 0;
    margin: 14% 0 0 0;
}

.map-en {
    color: #e3bb7c;
    font-size: 22px;
    font-family: "Exo 2", system-ui;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.map-spot {
    color: #67695f;
    font: 600 40px "微軟正黑體";
    margin: 0;
    padding: 3px 0 6px 0;
}

.cnt article p {
    color: #706b64;
    font: 500 16px "微軟正黑體";
    border-top: 5px solid #f29f00;
    margin: 0;
    padding: 0;
    padding-top: 12px;
    line-height: 1.6em;
}

@media only screen and (max-width:1150px) {
    .cnt article {
        margin-top: -40px
    }

    .map {
        padding-top: 100px;
    }
}

@media only screen and (max-width:960px) {
    .cnt {
        width: 39%;
    }

    .map {
        width: 58%;
    }

    .image-map {
        background: url("../images/map.png") -200px top no-repeat;
    }

    .map a {
        margin-left: -200px;
    }
}

@media only screen and (max-width:768px) {

    .cnt {
        width: 44%;
    }

    .map {
        width: 53%;
    }

    .image-map {
        background: url("../images/map.png") -350px 100px no-repeat;
        height: 806px;
    }

    .map a {
        margin-left: -350px;
        margin-top: 100px;
    }
}

@media only screen and (max-width:500px) {
    .cnt {
        width: 98%;
        display: block;
        margin-top: -130px;
    }

    .map {
        width: 100%;
        display: block;
    }

    .image-map {
        background: url("../images/map.png") -400px 200px no-repeat;
        height: 906px;
    }

    .map a {
        margin-left: -400px;
        margin-top: 200px;
    }
}

@media only screen and (max-width:400px) {
    .image-map {
        background: url("../images/map.png") -450px 200px no-repeat;
    }

    .map a {
        margin-left: -450px;
    }
}

/*----景點介紹--------*/

.bg-spot {
    background: url('../images/bg03.jpg') center top repeat-y;
    padding-top: 60px;
}

.bg-spot-bom1 {
    background: url('../images/bg-spot-right.jpg') center bottom no-repeat;
}

.bg-spot-bom2 {
    background: url('../images/bg-spot-left.jpg') center bottom no-repeat;
}

/*----slick 自訂-----*/
.spots-box {
    padding-bottom: 70px;
}

.slick-box {
    position: relative;
}

.slick-box p.txt {
    position: absolute;
    bottom: 0;
    font-size: 26px;
    font-weight: 600;
    color: #ffffff;
    font-family: "微軟正黑體", "黑體", Arial, Helvetica, sans-serif;
    background: rgba(38, 29, 15, 0.75);
    padding: 15px 20px;
    width: 100%;
}

.slick-box p.txt span {
    font-size: 16px;
    font-weight: 600;
    display: block;
    line-height: 1.8em;
    padding-top: 12px;
}

* {
    box-sizing: border-box;
}

.slider {
    width: 100%;
    margin: 20px auto;
}

.slick-slide {
    margin: 0px 15px;
}

.slick-slide img {
    width: 100%;
    border-radius: 25px;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

@media only screen and (max-width:600px) {
    .slick-box p.txt {
        position: relative;
        top: 0;
        background: rgba(38, 29, 15, 0.85);
        border-radius: 0 0 25px 25px;
    }

    .slick-slide img {
        width: 100%;
        border-radius: 25px 25px 0 0;
    }

    .bg-spot-bom1 {
        padding-bottom: 40px;
    }

    .bg-spot-bom2 {
        padding-bottom: 40px;
    }

}

/*------media query----------*/

@media only screen and (max-width:1400px) {
    .video-title {
        background: url('../images/title-movie.png') -740px center no-repeat;
    }

}

@media only screen and (max-width:1024px) {
    .video-title {
        background: none;
        height: auto;
    }

    .video-title img {
        display: block;
    }
}

@media only screen and (max-width:900px) {
    #main-nav ul {
        margin-left: 100px;
    }

    #main-nav ul li {
        padding: 3px 2px;
        margin: 0 3px;
    }
}

@media only screen and (max-width:812px) {
    .video-ct {
        flex-wrap: wrap;
    }

    .tour-box {
        border-radius: 0 60px 0 0;
        padding: 50px 20px;
    }

}

/*---平板-----*/

@media only screen and (max-width:768px) {
    section {
        padding-top: 0px;
        margin-top: 0px;
    }

    #web-outer {
        padding-top: 0px;
    }

    header {
        margin-top: 10px;
    }

    #main-nav {
        display: none;
    }

    .main-tour a {
        display: block;
    }

    .tour-list li a {
        display: block;
    }

    .name_l {
        width: 94%;
        display: block;
    }

    .price_r {
        width: 100%;
        display: block;
        padding-top: 10px;
        text-align: right;
    }

    .video-ct iframe {
        margin: 2% 3%;
    }

}

@media only screen and (max-width:650px) {
    .name_l {
        display: block;
        width: 100%;
    }

    .price_r {
        display: block;
        width: 100%;
    }
}

/*---手機版-----*/

@media only screen and (max-width:480px) {
    header img {
        width: 90%;
        margin-top: -150px;
    }
}

.spots-box .slick-dots li button:before{
    font-size: 20px;
    line-height: 20px;
    width: 10px;
    height: 10px;
    content: '';
    opacity: 0.8;
    border: 1px solid #434248;
    border-radius: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.spots-box .slick-dots li.slick-active button:before{
    opacity: 1;
    color: #434248;
    background: #434248;
}
.spots-box .slick-dots{
    bottom: -35px;
}