a {
  text-decoration: none;
  color: #0f7bc3;
}

body {
	-webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  position: relative;
}

body.modal_open {
  overflow: hidden;
}
/* .aHover{
	
	color: #0f7bc3;
	
}
.aHover:hover {
	
    color: #c30f4b;
} */

/**/

header ul,
header li,
footer ul,
footer li,
.breadCrumb ul,
.breadCrumb li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
}

/**/

header {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

header .menu {
  width: 100%;
  position: fixed;
  height: 55px;
  top: 0;
  left: 0;
  z-index: 52;
  transition: all 0.3s;
}

header .logo {
  /* display: inline-block; */
  width: 180px;
  /* padding: 0px 20px; */
  /* height: 100%; */
  /* position: relative; */
  /* box-sizing: border-box; */
  /* vertical-align: middle; */
  /*filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.9));*/
  /* transition: all .3s; */
  height: 37px;
  margin-top: 8px;
}

header .menu.bg {
  background: #000000;
  height: 60px;
}

header .menu.bg .logo {
  /* filter: none; */
  /* height: 44px; */
  /* margin-top: 8px; */
}

header .logo a {
  /*background-image: url(../images/logo.png);*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  height: 100%;
}

header .menu > .nav {
  position: absolute;
  top: 8px;
  right: 15px;
  vertical-align: middle;
}

header .menu.bg > .nav {
  /* top: 13px; */
}

header .menu ul.main > li {
  display: inline-block;
}

header .menu ul.main > li > a {
  display: block;
  padding: 10px 12px;
  color: #fff;
  background: transparent;
  margin: 0 10px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-shadow: rgb(0 0 0) -1px 1px 5px;
}

header .menu ul.main > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* 	background: rgba(51, 51, 51, 0.8);
	border-radius: 3px; */
  transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.menu .main a:hover,
.menu .main a:focus,
.menu .main a:active {
  color: white;
}

.menu .main a:hover:before,
.menu .main a:focus:before,
.menu .main a:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/*手機版右上選單搜尋按鈕.r-search-btn*/

.r-search-btn {
  position: absolute;
  top: 25px;
  right: 45px;
  margin-right: 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
  filter: drop-shadow(0px 0px 3px rgba(134, 140, 142, 0.8));
  z-index: 10;
}

.r-search-btn > i {
  font-size: 21px;
  color: #fff;
}

/*menu-btn*/

.menu_btn {
  width: 30px;
  height: 20px;
  position: absolute;
  top: 29px;
  right: 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
  filter: drop-shadow(0px 0px 3px rgba(134, 140, 142, 0.8));
  z-index: 10;
}

header .menu.bg .menu_btn,
header .menu.bg .r-search-btn {
  top: 15px;
}

.menu_btn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 15px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.menu_btn span:nth-child(1) {
  top: 0px;
}

.menu_btn span:nth-child(2),
.menu_btn span:nth-child(3) {
  top: 10px;
}

.menu_btn span:nth-child(4) {
  top: 20px;
}

.menu_btn.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.menu_btn.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu_btn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu_btn.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

/*fixed right*/

#fixed_right {
  position: fixed;
  right: 20px;
  bottom: 82px;
  /* background-color: rgba(255, 255, 255, .8); */
  /* border-radius: 5px 0 0 5px; */
  /* filter: drop-shadow(-1px 2px 3px rgba(0, 0, 0, 0.2)); */
  z-index: 10;
  /* display: none; */
}

@media (max-width: 767.98px) {
  #fixed_right.fixed_right {
    bottom: 135px;
  }
}

#fixed_right > div {
  padding: 10px 10px;
}

#fixed_right .icon {
  width: 40px;
  display: block;
  /* transition: .5s; */
  cursor: pointer;
}

#fixed_right .icon img {
  width: 100%;
  /* filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.2)); */
}

#fixed_right .icon + .icon {
  margin-top: 5px;
}

#fixed_right .icon:hover {
  opacity: 0.6;
}

footer {
  position: relative;
  background-color: #000;
  padding: 30px 5% 20px;
  color: #fff;
  font-size: 14px;
}

footer .info {
  position: relative;
  margin: auto;
  text-align: center;
}

footer .logo {
  display: inline-block;
  width: 200px;
  margin-right: 20px;
  box-sizing: border-box;
  vertical-align: middle;
}

footer .logo a {
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  height: 70px;
}

footer .info .row {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  line-height: 1.5;
}

footer .info .row a {
  color: #fff;
}

footer .link {
  margin: 20px auto 10px;
  position: relative;
  text-align: center;
  line-height: 2;
}

footer .link li {
  display: inline-block;
}

footer .link li + li:before {
  content: "|";
  margin: 0 6px;
  color: #ddd;
}

footer .link a {
  color: #fff;
}

.copyright {
  background: #000000;
  padding: 8px;
  text-align: center;
  color: #ddd;
  font-size: 12px;
  border-top: 1px solid #2a2a2a;
}

/*__________________slider__________________*/

.sliderbox {
  width: 100%;
  /* -webkit-box-shadow: 1px 0 10px 5px rgba(50, 50, 50, .5); */
  -moz-box-shadow: 1px 0 10px 5px rgba(50, 50, 50, 0.5);
  -o-box-shadow: 1px 0 10px 5px rgba(50, 50, 50, 0.5);
  /* box-shadow: 1px 0 10px 5px rgba(50, 50, 50, .5); */
  position: relative;
}

/*控制slider寬度*/

.ctrl-slider {
  width: 100%;
  cursor: pointer;
}

/*主視覺幻燈片高度設定*/

.bxslider li {
  height: 600px;
}

/*清除預設樣式------------------------*/

.bx-wrapper {
  box-shadow: none;
  border: none;
  margin-bottom: 0;
  margin: auto;
}

.bx-wrapper .bx-caption {
  text-align: center;
  line-height: 1.5;
}

.bx-wrapper .bx-caption span {
  padding: 10px 15px 20px 15px;
}

/*-main-*/

.ctrl-slider.main .bx-wrapper .bx-pager,
.ctrl-slider.main .bx-wrapper .bx-controls-auto {
  bottom: 20px;
}

.ctrl-slider.main .bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 9px #000;
}

.ctrl-slider.main .bx-wrapper .bx-pager.bx-default-pager a:hover,
.ctrl-slider.main .bx-wrapper .bx-pager.bx-default-pager a.active,
.ctrl-slider.main .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fff;
  box-shadow: 0px 0px 9px #000;
}

.ctrl-slider .bx-wrapper .bx-prev {
  background: url(../images/icon/arrow_l.png) no-repeat 0 0;
  z-index: 50;
}

.ctrl-slider .bx-wrapper .bx-next {
  background: url(../images/icon/arrow_r.png) no-repeat 0 0;
  z-index: 50;
}

/*首頁title*/

.sliderbox .context {
  width: 100%;
  margin-top: 200px;
  position: absolute;
  top: 0;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 5px #333;
  text-align: center;
  letter-spacing: 2px;
}

.sliderbox .context p {
  font-size: 20px;
  /* width: 70%; */
  margin: 15px auto 0;
  letter-spacing: 1px;
  font-weight: 400;
}

/*_________________search________________*/
.search_wrap {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  /*height: 80px;*/
  height: auto;
  background: rgba(40, 40, 40, 0.8);
  /*確保它一定會壓在slider li上面（IE bug）*/
  z-index: 51;
  padding: 0 0 10px 0;
}

/*20180719-行程列表頁-搜尋區塊*/
.search_wrap-page {
  position: relative;
}

.search_pc {
  max-width: 1200px;
  margin: auto;
  position: relative;
  /* text-align: center; */
  -moz-background-image: linear-gradient(
    to right,
    rgba(57, 62, 65, 0) 1%,
    rgba(57, 62, 65, 1) 15%,
    rgba(57, 62, 65, 1) 85%,
    rgba(57, 62, 65, 0) 100%
  );
  -webkit-background-image: linear-gradient(
    to right,
    rgba(57, 62, 65, 0) 1%,
    rgba(57, 62, 65, 1) 15%,
    rgba(57, 62, 65, 1) 85%,
    rgba(57, 62, 65, 0) 100%
  );
  -o-background-image: linear-gradient(
    to right,
    rgba(57, 62, 65, 0) 1%,
    rgba(57, 62, 65, 1) 15%,
    rgba(57, 62, 65, 1) 85%,
    rgba(57, 62, 65, 0) 100%
  );
  -ms-background-image: linear-gradient(
    to right,
    rgba(57, 62, 65, 0) 1%,
    rgba(57, 62, 65, 1) 15%,
    rgba(57, 62, 65, 1) 85%,
    rgba(57, 62, 65, 0) 100%
  );
  /* background-image: linear-gradient(
    to right,
    rgba(57, 62, 65, 0) 1%,
    rgba(57, 62, 65, 1) 15%,
    rgba(57, 62, 65, 1) 85%,
    rgba(57, 62, 65, 0) 100%
  ); */
}

.search_pc > div {
  /* display: inline-block; */
  /* margin: 0 5px; */
}

.search .search_item,
.searchModal .search_item {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 16px;
  text-align: left;
}

.search .search_item > img,
.searchModal .search_item > img {
  height: 20px;
  vertical-align: sub;
  margin-right: 3px;
}

.search input,
.searchModal input {
  /* height: 36px; */
  /* -webkit-appearance: none; */
  /* border: none; */
  /* font-size: 16px; */
  /* padding: 0 10px; */
  /* color: #999; */
}

.search_pc .start_day,
.search_pc .end_day {
  position: relative;
  display: inline-block;
  background: #fff;
  height: 36px;
}

.search_pc .start_day:after {
  position: relative;
  vertical-align: middle;
  content: "～";
  font-weight: bold;
  display: inline-block;
  line-height: 36px;
  margin: 0 5px;
}

.search_pc .keyword > input {
  width: 280px;
}

.search_pc .start_day > input,
.search_pc .end_day > input {
  width: 130px;
}

.search_pc .search_btn,
.searchModal .search_btn {
  text-align: center;
  color: #fff;
  padding: 0 30px;
  line-height: 36px;
  cursor: pointer;
  background: #f857a6;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #ff5858, #f857a6);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #ff5858, #f857a6);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.new_search_btn {
  text-align: center;
  color: #fff;
  padding: 0 30px;
  line-height: 36px;
  cursor: pointer;
  background: linear-gradient(to right, #ff5858, #f857a6);
  display: inline-block;
}

/*熱門關鍵字搜尋*/

.search_pc > .hotkeyword {
  display: block;
  color: #fff;
  position: relative;
  padding: 10px 0 0 0;
  text-align: left;
  margin-left: 20px;
}

.search_pc > .hotkeyword ul {
  white-space: nowrap;
  width: 100%;
  /*超出760px則會以"..."顯示*/
  max-width: 760px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search_pc > .hotkeyword ul li {
  display: inline-block;
}

.hotkeyword ul li a {
  font-size: 15px;
  color: #fff;
  padding-left: 8px;
}

/*mobile*/

.search_mobile,
.searchModal {
  display: none;
}

/*熱門關鍵字搜尋*/

.search_mobile > div > .hotkeyword,
.searchModal .modal .hotkeyword ul {
  margin: 10px 0 0 0;
}

/*_________________麵包屑________________*/

.breadCrumb {
  width: 100%;
  position: relative;
  background-color: #4b4b4b;
  padding: 10px 20px;
}

.breadCrumb ol.breadcrumb {
  width: 90%;
  margin: auto;
  font-size: 14px;
  line-height: 1.5;
  padding: 0;
}

.breadCrumb ol.breadcrumb li {
  display: inline;
}

.breadCrumb ol.breadcrumb li + li:before {
  content: "▸";
  display: inline-block;
  padding: 0 7px 0 3px;
  color: #4e94b9;
}

.breadCrumb ol.breadcrumb a {
  color: #ffffff;
}

.breadCrumb ol.breadcrumb li.now a {
  color: #eee;
}

/*只出現於手機版的 nav li*/

header .menu ul.main > li.mobile,
header .mobileBg {
  display: none;
}

/*______________________________RWD__________________________________________*/

@media (max-width: 880px) {
  .menu_btn,
  .r-search-btn {
    display: block;
  }
  header .menu > .nav {
    width: 40%;
    top: 0;
    right: -45%;
    opacity: 0;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0px 18px #6f6f6f;
    transition: all 0.5s;
    display: block; /* 2018/12/18 nav樣式受bootstrap影響，新增display */
  }
  header .menu.bg > .nav {
    top: 0;
  }
  header .menu > .nav.show,
  header .menu.bg > .nav.show {
    top: 0;
    right: 0;
    opacity: 1;
    overflow-y: scroll;
  }
  header .menu ul.main {
    margin-top: 80px;
    text-align: center;
  }
  header .menu ul.main > li {
    display: block;
  }
  header .menu ul.main > li > a {
    padding: 20px 15px;
    color: #333;
    border-bottom: 1px solid #e8e8e8;
    text-shadow: none;
  }
  /*__________________slider__________________*/
  /*主視覺幻燈片高度設定*/
  .bxslider li {
    height: 500px;
  }
  .sliderbox .context {
    margin-top: 160px;
  }
  /*首頁title*/
  .sliderbox .context {
    margin-top: 200px;
    font-size: 30px;
  }
  .sliderbox .context p {
    font-size: 16px;
  }
  /*_________________search________________*/
  .search_wrap {
    padding-bottom: 0;
  }
  .search_pc {
    display: none;
  }
  .search_mobile {
    display: block;
  }
  .search_mobile > div {
    width: 90%;
    margin: auto;
  }
  .search_mobile .search_input {
    width: 100%;
    box-sizing: border-box;
  }
  /*search modal*/
  .searchModal {
    width: 100%;
    height: 0;
    position: fixed;
    z-index: 70;
    top: -100vh;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all 0.5s;
    display: block;
    overflow: auto;
  }
  /*開啟modal*/
  .searchModal.open {
    top: 0;
    opacity: 1;
    height: 100%;
  }
  .searchModal .modal {
    position: relative;
    width: 70%;
    margin: auto;
    padding: 35px 0;
    /*  top: 50%;
			transform: translateY(-50%);*/
  }
  .searchModal input {
    /* width: 100%; */
    /* box-sizing: border-box; */
    /* height: 50px; */
  }
  .searchModal .modal > div {
    margin-bottom: 25px;
  }
  .searchModal .start_day {
    margin-bottom: 15px;
  }
  .searchModal .search_btn {
    line-height: 50px;
  }

  /*熱門關鍵字*/
  .hotkeyword {
    color: #fff;
  }

  .hotkeyword > ul {
    white-space: nowrap;
    width: 100%;
    /*超出680px則會以"..."顯示*/
    max-width: 680px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hotkeyword > ul li {
    display: inline-block;
  }

  /*close btn*/
  .searchModal span.close {
    display: block;
    position: absolute;
    top: 20px;
    right: -25px;
    cursor: pointer;
  }
  .searchModal span.close i {
    font-size: 28px;
    color: #fff;
  }
  /*手機版階層選單*/
  header .menu ul.main > li.mobile {
    display: block;
  }

  header .menu ul.main {
    transform: translateX(0);
    transition: transform 0.5s;
    height: 100vh;
    overflow: auto;
  }
  header .mobileBg {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    transition: transform 0.5s;
    visibility: hidden;
  }
  header .secondNav {
    width: 100%;
    padding: 60px 45px 35px;
    box-sizing: border-box;
    color: #fff;
    overflow-y: scroll;
    max-height: 100vh;
    display: none;
  }
  /*第二層選單進*/
  header .mobileBg.come {
    transform: translateX(0%);
    visibility: visible;
  }
  /*主選單退*/
  header .menu ul.main.out {
    transform: translateX(-100%);
    visibility: hidden;
  }
  /*子層show*/
  header .secondNav.show {
    display: block;
  }

  header .floorName {
    position: relative;
    border-bottom: 1px solid #fff;
    padding-bottom: 6px;
    font-size: 20px;
    margin-bottom: 10px;
  }
  header .floorName:before {
    content: "▸";
    position: absolute;
    top: 0;
    left: -18px;
  }
  header .secondNav > ul {
    margin-top: 0;
    text-align: center;
  }
  header .secondNav li a {
    padding: 20px 15px;
    display: block;
    color: #fff;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  header .secondNav li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(50, 95, 128);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  header .secondNav li a:hover,
  header .secondNav li a:focus,
  header .secondNav li a:active {
    color: #fff;
  }
  header .secondNav li a:hover:before,
  header .secondNav li a:focus:before,
  header .secondNav li a:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  header .secondNav .backBtn {
    text-align: center;
    margin: 5px auto;
  }
  header .secondNav .backBtn a {
    display: inline-block;
    background: #46a1c1;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
  }
  header .secondNav .backBtn i {
    margin-right: 5px;
  }
}

@media (max-width: 600px) {
  header .logo {
    width: 160px;
  }

  header .menu > .nav {
    width: 100%;
    top: 0;
    right: -100%;
    opacity: 0;
    height: 100vh;
    box-shadow: -2px 0px 18px rgb(111, 111, 111);
    transition: all 0.5s;
  }
  header .menu > .nav.show,
  header .menu.bg > .nav.show {
    right: 0;
    opacity: 1;
    overflow: hidden;
  }
  /*__________________slider__________________*/
  /*主視覺幻燈片高度設定*/
  .bxslider li {
    height: 450px;
  }
  /*首頁title*/
  .sliderbox .context {
    margin-top: 180px;
    font-size: 24px;
  }
  .sliderbox .context p {
    font-size: 14px;
  }
  /* fixed right */
  #fixed_right > div {
    padding: 7px 7px;
  }
  #fixed_right .icon {
    width: 30px;
  }

  /*_________________search________________*/
  /*熱門關鍵字*/
  .hotkeyword > ul {
    white-space: nowrap;
    width: 100%;
    /*超出500px則會以"..."顯示*/
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  footer .logo,
  footer .row {
    display: block;
  }
  footer .logo {
    margin: 0 auto 10px;
  }
  footer .info .row {
    text-align: center;
  }

  .breadCrumb ol.breadcrumb {
    width: 100%;
  }
}

#go_top {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c0c0c0;
    color: #fff;
    margin-top: 10px;
}

@media (max-width: 767px){
    footer {
      padding: 12px 5% 1px;
    }
    footer .logo a {
      height: 55px;
    }
    footer .link {
      margin: 8px auto;
    }
}