/* datetimepicker-------------------------------------------*/

/* #calendar {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 10px;
  } */

/*-------------------------你可能會喜歡 兩側前後按鈕css */
/* .slick-prev:before {
        content: '◀';
        color: black;
        font-size: 30px;
    }

    .slick-next:before {
        content: "▶";
        color: black;
        font-size: 30px;
    } */

/* html,
    body {
        background: #102131;
    } */

/* 隱藏選擇出發日 */
a[href='#myDiv'] {
  display: none !important;
}
.slider {
  /* width: 600px; */
  margin: 20px auto;
  text-align: center;
  padding: 20px;
  color: white;
}

.slider .parent-slide {
  padding: 15px;
}

.slider img {
  display: block;
  margin: auto;
}

@media screen and (min-width: 320px) and (max-width: 568px) {
  .rwdbox img {
    width: 100%;
    padding: 0 5px;
  }
}

ol.carousel-indicators li {
  width: 6px;
  height: 6px;
}

ol.carousel-indicators li.active {
  width: 8px;
  height: 8px;
}

.step .line {
  /* height: 3915px; */
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
  .media {
    display: contents !important;
  }
}

@media screen and (min-width: 111px) and (max-width: 768px) {
  .media_card {
    width: 100%;
  }

  .media_card_img {
    width: 100%;
  }
}

.link:hover {
  text-decoration: none !important;
}

@media screen and (max-width: 780px) {
  .BookingButton {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .v-stepper-hidden {
    display: none;
  }

  .travel-itinerary-day {
    padding-left: 0px !important;
  }

  .travel-itinerary-day .container {
    border-left: 0px !important;
  }

  .computer_DIV .travel-itinerary-day .container .step {
    position: unset !important;
  }
}

/* @media screen and (min-width: 769px) {
  .computer_DIV .travel-itinerary-day .container .step {
    position: relative !important;
    left: -40px !important;
    top: -10px !important;
  }
} */

@media screen and (min-width: 769px) {
  .travel-itinerary-day .container .step {
    position: relative !important;
    left: -40px !important;
    top: -10px !important;
  }
}

/*回到最上方 CSS */
.scrollTop {
  position: fixed;
  right: 1%;
  bottom: 10px;
  padding: 12px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
  border-radius: 17%;
  border: 1px solid #999;
  cursor: pointer;
}

/*----------------------------------路線行程 手機板CSS*/
/* @media screen and (min-width: 100px) and (max-width: 500px) {
  .mobile_CSS {
    font-size: 1.75rem;
    margin-top: 17px;
  }

  .mobile_CSS_TXT {
    margin-left: 0px !important;
  }

  .mobile_DIV {
    display: inline-block;
  }

  .computer_DIV {
    display: none;
  }

  .dollarsbox {
    padding-left: 0px !important;
  }

  .eat {
    padding-left: 0px !important;
  }

  .content-CSS {
    margin-left: 0px !important;
  }
} */

/*----------------------------------路線行程 電腦板CSS*/
/* @media screen and (min-width: 501px) and (max-width: 9999px) {
  .mobile_DIV {
    display: none;
  }

  .computer_DIV {
    display: block;
  }
} */

@media (min-width: 720px) and (max-width: 992px) {
  .md-size {
    width: 80% !important;
    margin: 0 auto !important;
  }
}

/*----------------------------------SWIPER CSS */
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/*------------------------------------------- */
a {
  text-decoration: none !important;
}

.u-may-be-like-card:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.u-may-be-like-card {
  transition: 0.3s;
}

.card-body-father {
  position: relative;
  height: 15vh;
}

/* .u-may-be-like-card-body {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
} */

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .u-may-be-like-card {
    width: 21rem !important;
  }
}

@media screen and (min-width: 400px) and (max-width: 767px) {
  .u-may-be-like-card {
    width: 21rem !important;
  }

  .u-may-be-like-card-body {
    flex: 1 1 auto;
    padding: 0 !important;
  }

  /* .dataname {
    font-size: 16px !important;
  } */
}

/* @media screen and (min-width: 1200px) and (max-width: 1399px) {
  .dataname {
    font-size: 15px !important;
  }
} */

@media screen and (min-width: 768px) and (max-width: 9999px) {
  .u-may-be-like-card-body {
    flex: 1 1 auto;
    /* padding: 1.25rem !important; */
    padding: 10px 5px !important;
  }
}

@media screen and (min-width: 100px) and (max-width: 399px) {
  .u-may-be-like-card {
    width: 16rem !important;
  }

  .u-may-be-like-card-body {
    flex: 1 1 auto;
    padding: 1.25rem !important;
  }
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 0px !important;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 0px !important;
  }
}

/*----------------------------------------左側的行程線CSS*/
.travel-itinerary-day .container {
  border-left: 3px solid rgb(6, 150, 215);
  padding: 0 0 40px 0;
  width: 100%;
}

.travel-itinerary-day {
  width: 100%;
  padding-left: 40px;
  display: block;
}

@media (max-width: 767px) {
  .item {
    padding: 10px !important;
  }
}

/*------------------------------------------大圖輪播 CSS*/
@media (max-width: 991px) {
  .mobile_CSS {
    margin-top: 10px;
  }
}

/*------------------------------------------路線行程的卡片CSS*/
.card-deck .card {
  margin-bottom: 15px !important;
}

/*------------------------------------------路線行程的RWD CSS*/
@media (max-width: 768px) {
  .road_rwd {
    display: unset !important;
  }

  .date_rwd {
    text-align: center;
  }

  .road_rwd .content {
    margin-top: 10px;
    margin-left: 0px !important;
  }

  .title_rwd {
    font-size: 1.25rem;
  }
}

/*-------------------------------------------行程特色圖片RWD */
@media screen and (min-width: 500px) and (max-width: 9999px) {
  .two_pic {
    width: 49%;
  }

  .three_pic {
    width: 32%;
  }
}

@media screen and (min-width: 1300px) and (max-width: 9999px) {
  .long_pic {
    width: 33%;
  }
}

@media screen and (min-width: 500px) and (max-width: 1299px) {
  .long_pic {
    width: 32%;
  }
}

@media (max-width: 499px) {
  .under_pic {
    width: 48% !important;
  }

  .long_pic_under {
    width: 100% !important;
  }
}

@media (max-width: 991px) {
  .dollarsbox {
    padding-left: 0px !important;
  }
}

.no_date {
  text-align: center;
  font-size: 2rem;
  background: #28a745;
  color: #fff;
  padding: 0.5rem 0rem;
}

.section_title {
  position: relative;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 5px;
}

.section_title::before {
  position: absolute;
  content: "";
  background: #ffc10770;
  width: 100%;
  height: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  bottom: 5px;
}

/*--------------分享*/
.breadcrumb {
  position: relative;
}

.share_item {
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 503px) {
  .share_item {
    position: unset;
    margin-top: 10px;
  }
}

.all_description li {
  list-style: unset !important;
}

/*-----------------------------------------景點介紹 CSS -----------------------------*/
.view_with_img {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  margin: 30px;
  padding: 15px;
  border-radius: 7px;
}

.view_with_img .view_div {
  padding: 0 !important;
  margin: 0 !important;
}

.view_with_img .card-text {
  font-size: 16px;
}

.mobile_CSS_TXT p {
  margin-bottom: 10px !important;
}

@media (min-width: 991px) and (max-width: 1100px) {
  #myDiv .row {
    align-items: center;
  }
}

.mobile_CSS_TXT {
  margin-left: 18px;
  margin-top: 10px !important;
  letter-spacing: 2px;
}

/*--------------------------------行程照片同一尺寸--------------------------------*/

.pos-top {
  background-position: top !important;
}

.pos-bottom {
  background-position: bottom !important;
}

.view_img_url {
  width: 100%;
  padding-top: 75%;
  display: block;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 0;
}


/*---------------------小調整*---------------*/
@media (max-width: 576px) {
  
}
