body.modal_open {
  overflow: hidden;
}

.breadCrumb ul,
.breadCrumb li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
}

/*__________________slider__________________*/

.search-bar__section {
  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;
}

/*清除預設樣式------------------------*/

.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;
}

/*_________________search________________*/

/*20180719-行程列表頁-搜尋區塊*/
.search_pc {
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.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_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;
}

/*______________________________RWD__________________________________________*/

@media (max-width: 991.98px) {

  /*_________________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;
    bottom: -100vh;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all 0.5s;
    display: block;
    overflow: auto;
  }
  /*開啟modal*/
  .searchModal.open {
    bottom: 0;
    opacity: 1;
    height: 100%;
  }
  .searchModal .modal {
    position: relative;
    width: 70%;
    margin: auto;
    padding: 35px 0;
  }
  .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 .secondNav {
    width: 100%;
    padding: 60px 45px 35px;
    box-sizing: border-box;
    color: #fff;
    overflow-y: scroll;
    max-height: 100vh;
    display: none;
  }

  /*子層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: 575.98px) {
  /* 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;
  }

}
