/* body   ---------------------------------*/

html,
body {
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
  font-size: 15px;
  line-height: 1.5;
  /* font-family: Verdana, sans-serif; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

a:hover {
  text-decoration: none !important;
}

/*------------------------ header.php start ----------------------------*/
/*---------------------------header.php CSS start-------------------------------*/
@media (max-width: 767px) {
  .left_logo a {
    display: block;
    width: 30px;
    height: auto;
    margin: 0 auto;
  }

  .logo_img {
    width: 200px !important;
  }

  .all-header {
    border-top: 7px solid #ffc107;
  }

  .edit-member-modal-content {
    width: 90% !important;
  }

  .edit-pwd-modal-content {
    width: 100%;
  }

  .site-footer {
    padding-bottom: 0;
  }

  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }

  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }

  /*以下為新增聯絡資訊按鈕加上的CSS*/
  .list-group-item button,
  .text-outside button {
    width: 100%;
    margin-top: 10px;
  }

  .card-link + .card-link {
    margin-left: 0rem !important;
  }

  .RWD_del {
    color: #e73155;
    font-size: 20px;
    font-weight: bold;
  }
  /*以下為新增聯絡資訊按鈕加上的CSS*/

  .reg-modal-body {
    text-align: left !important;
  }
}

.one_top {
  background-color: #ffc107;
}

.one_top_container {
  max-width: 1860px;
  margin: 0 auto;
}

.two_top {
  background-color: #fff;
  border-bottom: 0.1px solid #eee;
}

.two_top_container {
  max-width: 1300px;
  margin: 0 auto;
}

.nav-link {
  padding: 10px 15px !important;
}

.nav-item a,
.dropbtn {
  /* padding: 2rem 1.5rem !important; */
  display: block;
}

/* .two_top .list_nav li a {
    color: #121416;
  }
  
  .two_top .list_nav li a:hover {
    color: rgb(167, 167, 167);
  } */

/* 選單移入自動展開*/
.submenu {
  position: absolute;
  width: 170px;
  background: #fff;
  left: 0;
  top: 90%;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding: 17px 0;
  border-top: 5px solid #000;
  /* -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; */
}

.submenu > li {
  margin-left: 7px;
  display: block;
}

.submenu > li > a {
  padding: 6px 10px !important;
  font-size: 16px;
  color: #0b1c39;
}

.submenu > li > a:hover {
  color: #ff5f13;
  background: none;
}

ul > li:hover > ul.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

/*左上方 ICON */
.move_CSS a i,
.move_CSS a img {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  font-size: 20px;
}

.move_CSS a:hover i,
.move_CSS a img:hover {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

/*RWD */
@media (max-width: 767px) {
  .computer_ver {
    display: none;
  }

  .one_top {
    display: none;
  }

  /* #mobile_panel {
      border-top: 1px solid #ddd;
    } */

  .taipei {
    padding: 40px 0 0 19px;
  }

  .del_img_content {
    margin-bottom: 0 !important;
  }

  .edit_img_section_title {
    display: none;
  }

  .warning_shift {
    display: none;
  }

  .mobile-check-text {
    display: block;
  }

  .tabs-dropdown {
    display: block;
  }

  .mobile-tabs li a {
    color: #fff !important;
    font-size: 20px;
  }

  .mobile-tabs {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #4e8aca;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    display: none;
  }

  .mobile-tabs > li {
    float: none;
  }

  .mobile-tabs > li + li {
    margin-left: 2px;
  }

  .mobile-tabs > li,
  .mobile-tabs > li > a {
    background: transparent;
    width: 100%;
  }

  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    background-color: transparent !important;
    border-color: transparent !important;
  }

  .mobile-tabs .nav-link:hover {
    border-color: transparent !important;
    /* text-shadow: black 0.1em 0.1em 0.2em */
  }

  .single_section_title {
    display: none !important;
  }

  .single_warning_shift {
    display: none;
  }

  .mobile_single_warning {
    display: block;
  }

  .tabulation-search .nav-pills .nav-link {
    display: block;
    width: 100%;
  }
}

@media (min-width: 769px) {
  #mobile_list_btn {
    display: none;
  }

  #mobile_panel {
    display: none;
  }

  #mobile_panel {
    display: none !important;
  }
  /*改變bootstrap 的原始CSS */
  /* .container {
    max-width: 100%;
  } */

  .RWD_del {
    color: #e73155;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    float: right;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .tabulation-search {
    margin-top: -56px;
  }

  .tabulation-search .nav-pills .nav-link.active {
    margin-top: -10px;
  }

  .mobile-check-text {
    display: none;
  }

  .mobile-tabs {
    display: flex !important;
  }

  .mobile-tabs li .active {
    background: none;
    box-shadow: inset 0 3px 0 #2cc185;
    color: #2cc185;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

  .mobile-tabs li a:hover {
    color: #2cc185 !important;
  }

  .mobile-tabs .active a {
    background: none;
    box-shadow: inset 0 3px 0 #2cc185;
    color: #2cc185;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

  .mobile_single_warning {
    display: none;
  }
}

@media (max-width: 353px) {
  .left_logo,
  .right_icon {
    padding: 0 !important;
  }

  /* .logo_img {
      width: 90% !important;
    } */

  .bars_icon {
    margin-left: 1rem !important;
    margin-right: 0.5rem !important;
  }
}

/* RWD header*/
#mobile_panel {
  /* position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  top: 60px;
  right: 0vw;
  transition: all 0.6s ease-in-out;
  overflow: auto;
  z-index: 105;
  color: #525051; */
  position: fixed;
  width: 100vw;
  height: calc(100vh - 0px);
  background-color: #fff;
  top: 0px;
  /* right: -100vw; */
  transition: all 0.6s ease-in-out;
  overflow: auto;
  z-index: 105;
  color: #525051;
  display: none;
  background-image: url(../img/BG-IMG.png);
  background-repeat: no-repeat;
  background-position: bottom 70px right 50px;
  background-size: 80%;
}

.mobile_panel_active {
  /* right: 0px !important; */
  right: 0vw !important;
  transition: 0.3s all ease;
  display: block;
}

.testtest {
  display: none;
}

#mobile_panel .top {
  position: relative;
  height: 65px;
}

#mobile_close_btn {
  position: absolute;
  right: 30px;
  bottom: 0;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

.mid {
  background-image: linear-gradient(120deg, #de2123, #ed9b00 60%, #ffc107);
  color: #fff;
  padding: 15px;
  margin: 0;
}

.mid-2 {
  padding: 15px;
  margin: 0;
}

#mobile_panel .bottom {
  position: relative;
  padding: 10px 10px 10px 20px;
}

/*內部項目下拉選單CSS*/

[data-toggle="collapse"] .fa-plus:before {
  content: "\f068";
}

[data-toggle="collapse"].collapsed .fa-plus:before {
  content: "\f067";
}

.product_list {
  display: flex;
  flex-direction: column;
}

.product_list_A {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  background-color: rgb(240, 240, 240);
  /* border-top: 1px solid #ddd; */
}

.product_list_B {
  flex: 1 1 0%;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 15px 15px 30px;
}

.product_list_name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-right: 5px;
  line-height: 24px;
  /* font-size: 13px; */
  color: rgb(84, 84, 84);
}

/*內部選單 CSS*/
.tea_body {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-shrink: 0;
}

.tea_body_first {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 0px 10px;
}

.tea_name {
  flex: 1 1 0%;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0px 15px 20px;
}

.tea_name_N {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-right: 5px;
  line-height: 24px;
  /* font-size: 15px; */
  color: rgb(84, 84, 84);
}

.icon_body {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 45px;
}

.search_form {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mobile_search {
  width: 98%;
  border-radius: 30px;
  /* border: 1px solid #ddd; */
  color: #656565;
  background-color: #ececec;
  height: 30px;
  padding: 9px 15px;
}

@media (min-width: 576px) {
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 1px !important;
  }

  /* .container {
    max-width: 100%;
  } */

  .card-deck {
    margin-left: 5px;
  }
}

.mobile_search .btn {
  vertical-align: unset;
}

.icon-menu i {
  font-size: 20px;
}

.nav-item1:hover {
  background-color: #ff8000;
}

.nav-item1 a:hover {
  color: #fff !important;
}

.closeCSS {
  color: #fff;
  display: inline-block;
  position: absolute;
  right: 35px;
  top: 5px;
  z-index: 99999;
  cursor: pointer;
  font-size: 2.5rem;
}

.mb-btn {
  width: 100% !important;
  font-size: 20px !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}

.mb-btn-2 {
  width: 100% !important;
  font-size: 20px !important;
  color: #fff !important;
  background-color: #5aab49;
  height: 84px;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
  border-radius: 4px !important;
  border: unset;
  cursor: pointer;
}

.mb-btn:hover {
  background-color: #fff;
  color: #df2d1f !important;
}

.mb-btn-2:hover {
  border-radius: 4px !important;
}

/*---------------------------header.php CSS end-------------------------------*/

/*------------------------ header.php end ----------------------------*/

/*--------------------------edit_img.php + edit_video.php CSS start -------------------------------*/

@media (min-width: 992px) {
  .col-card-50 {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .dl-DM-col-card-50 {
    position: relative;
    float: left;
    /* width: 50%; */
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1206px) {
  .col-card-img {
    position: relative;
    float: left;
    width: 202px !important;
    height: 180px !important;
  }
}

@media (min-width: 320px) and (max-width: 991px) {
  .col-card-50 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    /* border: 1px solid #CCC; */
  }

  .dl-DM-col-card-50 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    /* border: 1px solid #CCC; */
  }
}

@media (max-width: 519px) {
  .col-card-text {
    width: 100% !important;
  }

  .dl-DM-col-card-text {
    width: 100% !important;
  }
}

.horizontal-card {
  background-color: #fff;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #dedede;
  height: 19%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.horizontal-card:hover {
  background-color: #fff;
}

.slider-card {
  position: relative;
  display: block;
  border-radius: 4px;
  box-shadow: 0 0 15px #ddd;
}

.text-out-card {
  padding: 15px;
  overflow: hidden;
  line-height: 2rem;
}

.editText {
  color: crimson;
}

.editText:hover {
  color: crimson;
}

@media (max-width: 576px) {
  .member {
    text-align: center;
    margin-top: 3rem;
  }
}

/*--------------------------edit_img.php + edit_video.php CSS end -------------------------------*/

/*----------------------------edit_member.php CSS start ---------------------------*/
.edit-member-modal-content {
  width: 70%;
  box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.1);
  border: none !important;
}

.tips_icon {
  font-size: 35px !important;
  font-weight: bolder;
  color: darkorange;
  float: left;
}

.tips_CSS {
  letter-spacing: 2px;
  padding-top: 14px;
  padding-left: 60px;
  font-weight: bold;
  font-size: 17px;
}

@media (max-width: 499px) {
  .edit-member-modal-content {
    padding: 10px 20px 30px 20px !important;
  }

  .edit-pwd-modal-content {
    padding: 10px 20px 30px 20px !important;
  }

  .padding_CSS {
    /* padding: 4.15rem !important; */
    flex: 1 1 auto;
    border-radius: 17px;
  }
}
/*----------------------------edit_member.php CSS end ---------------------------*/

/*--------------------------- edit_pwd.php CSS start -----------------------------*/

.edit-pwd-modal-content {
  width: 40%;
  box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.1);
  border: none !important;
}

@media (min-width: 992px) and (max-width: 1271px) {
  .edit-pwd-modal-content {
    width: 55%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .edit-pwd-modal-content {
    width: 70%;
  }

  .TSTAR_LOGO {
    width: 100%;
  }

  .forgot-ml-10 {
    margin-left: 0rem;
  }

  .forgot-ml-2 {
    margin-left: 0rem !important;
  }

  .fromLeft {
    font-size: 27px !important;
  }

  .fromRight {
    font-size: 27px !important;
  }

  .section-padding30 {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .project-area .properties__button,
  .about-area .properties__button,
  .contact-section .properties__button {
    float: left;
  }

  .project-area .nav-tabs .nav-link,
  .about-area .nav-tabs .nav-link,
  .contact-section .nav-tabs .nav-link {
    padding: 10px 15px;
  }

  .project-area .nav-tabs,
  .about-area .nav-tabs,
  .contact-section .nav-tabs {
    justify-content: start;
  }

  .taipei {
    padding: 30px 0 0 35px;
  }
}

.back_CSS {
  text-align: center;
  color: #007bff;
  margin-top: 20px;
  cursor: pointer;
  font-size: 17px;
}

/*--------------------------- edit_pwd.php + edit_video.php CSS end -----------------------------*/

/*---------------------------- footer.php CSS start -------------------------------------*/

@media (max-width: 280px) {
  .TSTAR_LOGO {
    width: 100%;
  }
}

.nav-item-footer a {
  font-size: 18px;
  font-weight: bolder;
}

.nav-item-footer .nav-link:hover {
  background-color: #ff8000 !important;
  border-radius: 0px !important;
  color: #fff !important;
}

.nav-link {
  color: #000;
}

.fab {
  font-size: 30px;
}

.fa-phone-volume {
  font-size: 45px;
  transform: rotate(-50deg);
  color: #3b5998;
}

.fa-comments {
  font-size: 45px;
  color: #3b5998;
}

.site-footer .social-icons {
  text-align: right;
}

.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d;
}

.copyright-text {
  margin: 0;
}

@media (max-width: 991px) {
  .site-footer [class^="col-"] {
    margin-bottom: 30px;
  }

  .first_box {
    text-align: center;
  }

  .second_box {
    text-align: center;
  }

  .third_box {
    text-align: center;
  }

  .four_box {
    text-align: center;
  }

  .taoyuan {
    padding-right: 10px;
  }

  .kaohsiung {
    padding-right: 10px;
  }

  .guangdong {
    padding-left: 10px;
  }

  .shareButton {
    text-align: left !important;
  }
}

.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}

.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px;
}

.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe;
}

.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px;
}

.social-icons a.facebook {
  background-color: #3b5998;
  color: #fff !important;
}

.social-icons a.facebook:hover {
  background-color: #3b5998;
  color: #fff !important;
  box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.2);
}

.social-icons a.line:hover {
  /* background-color: #FFF;
  color: #00ba01 !important; */
  box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.2);
}

.social-icons a.skype:hover {
  background-color: #00adef;
  color: #fff !important;
}

.social-icons a.qq:hover {
  background-color: #007bb6;
  color: #fff !important;
}

.social-icons a.weixin:hover {
  background-color: #12c600;
  color: #fff !important;
}

@media (max-width: 600px) {
  .nav-item-footer .nav-link {
    font-size: 14px !important;
    line-height: 42px !important;
    padding: 0px !important;
  }

  label {
    font-size: 18px !important;
  }
}

/* .nav-item-footer {
  text-align: center;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  letter-spacing: 1px;
} */

.change_row {
  margin-right: -15px;
  margin-left: -15px;
}

/*-------------------------------  footer.php CSS end  ---------------------------------*/

/*--------------------------------- forgot.php CSS start -------------------------------*/

/* 送出按鈕 */

.btn_forgot:hover,
.btn_forgot:focus {
  background-color: black !important;
  color: #fff !important;
}

/*表單 */

.form-control-2 {
  display: inline-block !important;
}

.modal-content {
  height: auto !important;
}

.forgot-ml-10 {
  margin-left: 5rem;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .col-card-50 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    /* border: 1px solid #CCC; */
  }

  .dl-DM-col-card-50 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    /* border: 1px solid #CCC; */
  }

  .forgot-ml-10 {
    margin-left: 0rem;
  }

  .forgot-ml-2 {
    margin-left: 0rem !important;
  }

  .taipei {
    padding: 32px 20px 0 90px;
  }

  .section-padding30 {
    padding-top: 150px;
    padding-bottom: 90px;
  }

  .project-area .nav-tabs .nav-link,
  .about-area .nav-tabs .nav-link,
  .contact-section .nav-tabs .nav-link {
    padding: 10px 10px;
  }

  .section-tittle span.back-text {
    font-size: 127px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .forgot-ml-10 {
    margin-left: 0rem;
  }

  .forgot-ml-2 {
    margin-left: 0rem !important;
  }

  .reg-ml-2 {
    margin-left: 0rem !important;
  }

  .reg-ml-3 {
    margin-left: 0rem !important;
  }

  .section_tittle {
    margin-bottom: 50px;
  }

  .section_tittle h2 {
    font-size: 31px;
    text-align: center;
  }

  .section-padding30 {
    padding-top: 65px;
    padding-bottom: 10px;
  }

  .project-area .properties__button,
  .about-area .properties__button,
  .contact-section .properties__button {
    float: left;
  }

  .project-area .nav-tabs .nav-link,
  .about-area .nav-tabs .nav-link,
  .contact-section .nav-tabs .nav-link {
    padding: 10px 15px;
  }

  .project-area .nav-tabs,
  .about-area .nav-tabs,
  .contact-section .nav-tabs {
    justify-content: start;
  }

  .section-tittle .front-text h2 {
    font-size: 40px;
    line-height: 1.4;
  }

  .section-tittle span.back-text {
    font-size: 56px;
    transform: translateY(-136%);
  }

  .section-tittle.section-tittle3 span.back-text {
    font-size: 98px;
    transform: translateY(-131%);
  }

  .section-tittle.section-tittle2 .front-text h2 {
    font-size: 40px;
  }

  .section-tittle.section-tittle3 span.back-text {
    font-size: 98px;
    transform: translateY(-131%);
  }
}

@media (max-width: 575px) {
  .forgot-ml-10 {
    margin-left: 0rem;
  }

  .forgot-ml-2 {
    margin-left: 0rem !important;
  }

  .btn_forgot {
    width: 100% !important;
  }

  .reg-ml-2 {
    margin-left: 0rem !important;
  }

  .reg-ml-3 {
    margin-left: 0rem !important;
  }

  .ml-4 {
    margin-left: 0rem !important;
  }

  .btn_reg {
    width: 100% !important;
    font-size: 22px !important;
  }

  .signin-ml-10 {
    margin-left: 0rem !important;
  }

  .signin-ml-2 {
    margin-left: 0rem !important;
  }

  .btn_signin {
    width: 100% !important;
  }

  .section_tittle {
    margin-bottom: 50px;
  }

  .section_tittle h2 {
    text-align: center;
    font-size: 31px;
  }

  .section-padding30 {
    padding-top: 65px;
    padding-bottom: 10px;
  }

  .project-area .properties__button,
  .about-area .properties__button,
  .contact-section .properties__button {
    float: left;
  }

  .project-area .nav-tabs .nav-link,
  .about-area .nav-tabs .nav-link,
  .contact-section .nav-tabs .nav-link {
    padding: 10px 15px;
  }

  .project-area .nav-tabs,
  .about-area .nav-tabs,
  .contact-section .nav-tabs {
    justify-content: start;
  }

  .section-tittle {
    margin-bottom: 0px;
  }

  .section-tittle .front-text h2 {
    font-size: 40px;
    line-height: 1.4;
  }

  .section-tittle span.back-text {
    font-size: 56px;
    transform: translateY(-136%);
  }

  .section-tittle.section-tittle3 .front-text h2 {
    font-size: 40px;
  }

  .section-tittle.section-tittle3 span.back-text {
    font-size: 56px;
    transform: translateY(-136%);
  }

  .section-tittle.section-tittle2 .front-text h2 {
    font-size: 40px;
  }

  .section-tittle.section-tittle3 span.back-text {
    font-size: 56px;
    transform: translateY(-136%);
  }
}

/*--------------------------------- forgot.php CSS end -------------------------------*/

/*--------------------------------- gallery.php CSS start ----------------------------*/

.image-wrap-2 .image-info {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* background-color: rgb(255 255 255 / 60%);
  border-radius: 4px;
  padding: 30px; */
  width: 100%;
}

.image-wrap-2 .image-info h3 {
  color: #000;
}

/* .image-wrap-2:hover:before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
} */

.swiper-container .swiper-slide .image-wrap .image-info {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.swiper-container .swiper-slide .image-wrap .image-info h2 {
  color: #fff;
}

/* .swiper-container .swiper-slide .image-wrap:hover:before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
} */

.btn-outline-white {
  border-color: #000;
  color: #000;
  border-width: 2px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1em;
}

/* .btn-outline-white:hover {
  background: #fff;
  color: #000;
} */

.gallery_box {
  width: 250px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  padding: 30px;
  transform: translate(-50%, -50%);
}

.image-wrap-2:hover {
  transform: scale(1.05);
  opacity: 1;
}

.image-wrap-2 {
  transition: transform 0.3s ease-in-out;
  box-shadow: -2px 2px 10px 0px rgba(68, 68, 68, 0.4);
}

/*--------------------------------- gallery.php CSS end ----------------------------*/

/*----------------------------- img_files.php CSS start ---------------------------*/

/* 圖片上傳 */
#files_input {
  position: relative;
  left: 50%;
  margin-left: -150px;
  padding: 10px;
}

#file_preview_container {
  /* width: 100%; */
  /* max-width: 500px;
  height: auto;
  min-height: 100px;
  background: rgb(233 30 99 / 50%);
  margin: 0 auto;
  border: 2px solid red; */
  justify-content: center;
}

.pre_img {
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}

input[id="files_input"] {
  display: none;
}

.custom-file-upload {
  display: block;
  border: 1px solid crimson;
  padding: 6px 12px;
  cursor: pointer;
  margin: 0 auto;

  width: 200px;
  margin: 10px auto;
  text-align: center;
}

.img_content {
  /* width: 50%; */
  /* padding: 10px; */
  border: 1px dashed #123456;
  height: fit-content;
  margin: 15px;
}

.img_content span {
  cursor: pointer;
  display: block;
  text-align: center;
  font-size: 25px;
  color: cadetblue;
  font-weight: bold;
}

#file_preview_container img {
  padding: 5px;
  /* border: 1px dashed #123456;
background-color: #f9ffe5; */
}

.upload_img_section_title {
  position: relative;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 2px;
  color: #de0025;
}

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

/*---------------------------loading icon CSS*/
.modal_ajax {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* background: rgba( 255, 255, 255, .8 ) url('') 50% 50% no-repeat; */
  background: rgba(0, 0, 0, 0.7);
}

/* When the body has the loading class, we turn
the scrollbar off with overflow:hidden */
.testbg.loading {
  overflow: hidden;
}

/* Anytime the body has the loading class, our
modal element will be visible */
.addmodal {
  display: block;
}

.addicon {
  display: inline-block !important;
  z-index: 999999;
}

/*icon css*/
.lds-roller {
  display: none;
  /* display: inline-block; */
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff0000;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 500px) {
  #Select1 {
    background-color: #25964a;
    color: #fff;
    font-size: 1.5rem;
    width: auto;
    margin: 0 auto;
  }

  .padding_CSS {
    padding: 4.15rem !important;
    flex: 1 1 auto;
    border-radius: 17px;
  }
}

/*------------------------卷軸改變*/
#file_preview_container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

#file_preview_container::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

#file_preview_container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgb(253, 189, 0);
}

#file_preview_container::-webkit-scrollbar-thumb:hover {
  background-color: rgb(31, 31, 31);
}

/*----------------------------------img_files.php CSS end----------------------------*/

/*---------------------------Location.php CSS start --------------------------------*/

.taipei {
  padding: 50px 0 0 224px;
}

/********* iframe RWD *******/

.map-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.fromLeft {
  color: #666;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
}

.fromLeft:after {
  display: block;
  content: "";
  border-bottom: solid 3px #3b5998;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}

.fromLeft:hover:after {
  transform: scaleX(1);
}

.fromLeft:after {
  transform-origin: 0% 50%;
}

.fromLeft a:hover {
  color: #3b5998 !important;
}

.fromLeft a:active {
  transition: all 0.3s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.fromLeft a {
  color: black !important;
}

.bg {
  background-color: #eee;
}

.h6_CSS {
  color: #3b5998;
  font-weight: bolder;
}

@media (max-width: 526px) {
  .Location-hide {
    display: none !important;
  }

  .Location-show {
    display: block !important;
  }

  .fromLeft {
    font-size: 18px !important;
  }

  .fromLeft {
    margin-top: 0.5rem !important;
  }

  .nav-link {
    padding: 0.5rem 0.5rem !important;
  }

  .fromRight {
    font-size: 18px !important;
  }

  .fromRight {
    margin-top: 0.5rem !important;
  }

  .service_item .nav-link {
    padding: 0.5rem 0.5rem !important;
  }
}

@media (min-width: 527px) {
  .Location-show {
    display: none !important;
  }

  #animation3 {
    margin-left: 20px !important;
  }

  #animation4 {
    margin-left: 20px !important;
  }

  #service4 {
    margin-left: 20px !important;
  }
}

/*---------------------------Location.php CSS end --------------------------------*/

/*---------------------------- member_edit_img.php CSS start ---------------------------*/

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

.member-edit-img-breadcrumb {
  background-color: transparent;
}

/* 
.add_overflow {
  height: 500px;
  overflow: auto;
} */

/*麵包屑後面的線 */
.background {
  position: relative;
  z-index: 1;
}

.background:before {
  border-top: 2px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */

  position: absolute;
  /* positioning must be absolute here, and relative positioning must be applied to the parent */

  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}

.background span {
  /* to hide the lines from behind the text, you have to set the background color the same as the container */
  background: #fff;
  padding: 0 15px;
}

.double:before {
  /* this is just to undo the :before styling from above */

  border-top: none;
}

.double:after {
  border-bottom: 1px solid blue;
  -webkit-box-shadow: 0 1px 0 0 white;
  -moz-box-shadow: 0 1px 0 0 white;
  box-shadow: 0 1px 0 0 white;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */

  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  width: 95%;
  z-index: -1;
}

/*checkbox */
/* input[name='type'] {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  right: 0px;
  outline: 6px solid #FFF;
} */

input[name="all"] {
  width: 25px;
  height: 20px;
  cursor: pointer;
}

.edit_img_section_title {
  position: relative;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 2px;
  color: #de0025;
}

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

.member-edit-img-breadcrumb .breadcrumb-item {
  background-color: #fff;
}

/*------------------------卷軸改變*/
#event_slider_content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

#event_slider_content::-webkit-scrollbar {
  width: 15px;
  background-color: #f5f5f5;
}

#event_slider_content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgb(253, 189, 0);
}

#event_slider_content::-webkit-scrollbar-thumb:hover {
  background-color: rgb(31, 31, 31);
}

/*checkbox all browsers - FF, Chrome, Safari, IE, etc */
input.dt-checkboxes {
  width: 50px;
  height: 50px;
}

.dt-checkboxes {
  position: absolute;
  background-color: white;
  vertical-align: middle;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  outline: 6px solid #fff;
  top: 0;
  right: 0;
}

.dt-checkboxes:checked {
  background-color: #d44803;
  opacity: 1;
}

.dt-checkboxes:checked::after {
  content: "✓";
  color: #fff;
  display: block;
  /* position: absolute; */
  /* width: 36px; */
  /* height: 50px; */
  top: 0;
  /* right: -11px; */
  line-height: 45px;
  text-align: center;
  font-size: 45px;
}

/*------------------------固定導覽列*/
#navbar {
  overflow: hidden;
  /* background-color: #333; */
  z-index: 9999;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}
/*---------------------------- member_edit_img.php CSS end ---------------------------*/

/*------------------------------ member.php CSS start --------------------------*/
.nav-tabs {
  border-bottom: unset;
}

.nav-tabs .nav-item {
  color: black;
}

.table-hover tbody tr:hover {
  background-color: #fff;
}

@media (min-width: 768px) {
  .tabs-dropdown {
    display: none;
  }

  .nav-tabs li a {
    font-size: 20px;
    color: #747474 !important;
  }
}

/*-------------------------------------下載海報區 CSS*/

.dl-DM-horizontal-card {
  background-color: #fff;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #dedede;
  height: 19%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.dl-DM-horizontal-card:hover {
  background-color: #eee;
}

.dl-DM-slider-card {
  position: relative;
  display: block;
  border-radius: 4px;
  box-shadow: 0 0 15px #ddd;
}

.dl-DM-text-out-card {
  padding: 15px;
  overflow: hidden;
  line-height: 2rem;
}
/*--------------------------------------------------彈跳動畫 */

.bounce_AT {
  position: relative;
  margin: 0 auto;
  /* margin-top: 10%; */
  width: 200px;
  height: 50px;
  /* background-color: red; */
  text-align: center;
  font-size: 25px;
  color: #000;
}

.bounce_AT:before {
  content: "！";
  position: absolute;
  z-index: 2;
  top: 60px;
  left: -30%;
  width: 50px;
  height: 50px;
  background: gold;
  border-radius: 50%;
  -webkit-animation: bounce_AT 0.8s infinite;
  font-size: 33px;
  color: red;
  font-weight: bolder;
}

@-webkit-keyframes bounce_AT {
  0% {
    top: -30px;
  }

  20% {
    border-radius: 50%;
    /*從 20% 的地方才開始變形*/
  }

  50% {
    top: 0px;
    border-bottom-right-radius: 25px;
  }

  80% {
    border-radius: 50%;
    /*到 80% 的地方恢復原狀*/
  }

  100% {
    top: -30px;
  }
}

.bounce_AT:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50px;
  left: -30%;
  width: 44px;
  height: 3px;
  background: #eaeaea;
  border-radius: 50%;
  -webkit-animation: shadow 0.8s infinite;
}

@-webkit-keyframes shadow {
  0%,
  100% {
    left: -30%;
    width: 40px;
    background: #eaeaea;
  }

  50% {
    top: 50px;
    left: -30%;
    /*讓陰影保持在原位*/
    width: 50px;
    height: 7px;
    background: #eee;
  }
}

@media (max-width: 1200px) {
  .h5_CSS {
    float: left;
  }

  .btn_CSS {
    float: right;
  }

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

.black {
  background-color: black;
}

/*------------------------------下線清單 下方文字&分頁按鈕 CSS*/
#orders-table_info {
  color: red;
  margin-top: 20px;
}

.dataTables_paginate {
  margin-top: 20px;
}

/* .pagination {
    display: inline-block;
  } */

/* .pagination a {
    color: black;
    float: left;
    text-decoration: none;
  } */

@media (max-width: 399px) {
  .pagination {
    font-size: 12px;
  }
}

@media (min-width: 400px) and (max-width: 450px) {
  .pagination {
    font-size: 14px;
  }
}

@media (min-width: 301px) and (max-width: 350px) {
  .page-link {
    padding: 0.5rem 0.5rem !important;
  }
}

@media (max-width: 300px) {
  .page-link {
    padding: 0.5rem 0.4rem !important;
  }
}

@media (min-width: 540px) {
  .tab-content {
    font-size: 18px;
  }
}

/*---------------------------------------------獎金明細 CSS */
/* change border radius for the tab , apply corners on top*/

.bonus_table tr:nth-of-type(2n) {
  background: transparent !important;
}

.bonus_table {
  background: transparent !important;
}

#exTab3 .nav-pills > li > a {
  border-radius: 20px 8px 0 0;
}

#exTab3 .nav-pills .nav-link.active,
#exTab3 .nav-pills .show > .nav-link {
  color: #000 !important;
  background-color: #fff0d0 !important;
  text-shadow: 0 0 0.2em #8f7;
}

#exTab3 .tab-content {
  color: #000;
  background-color: #fff0d0 !important;
  padding: 5px 15px;
  border-radius: 15px;
  /* text-shadow: black 0.1em 0.1em 0.2em; */
}

#nav-bonus tr:nth-of-type(2n) {
  background: #fff0d0 !important;
}

#nav-bonus tbody {
  background: #fff0d0 !important;
}

/*---------------------------------------個人資料*/
/* ---------------------------- */
/* ----- Responsive Table ----- */
/* ---------------------------- */
.rwd-table-personal-information {
  margin: 1em 0;
  min-width: 300px;
}

.rwd-table-personal-information tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.rwd-table-personal-information th {
  display: none;
}

.rwd-table-personal-information td {
  display: block;
}

.rwd-table-personal-information td:first-child {
  padding-top: 0.5em;
}

.rwd-table-personal-information td:last-child {
  padding-bottom: 0.5em;
}

.rwd-table-personal-information td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}

@media (min-width: 9999px) {
  .rwd-table-personal-information td:before {
    display: none;
  }

  .rwd-table-personal-information th,
  .rwd-table-personal-information td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }

  .rwd-table-personal-information th:first-child,
  .rwd-table-personal-information td:first-child {
    padding-left: 0;
  }

  .rwd-table-personal-information th:last-child,
  .rwd-table-personal-information td:last-child {
    padding-right: 0;
  }

  .rwd-table-personal-information th,
  .rwd-table-personal-information td {
    padding: 1em !important;
  }
}

.rwd-table-personal-information th,
.rwd-table-personal-information td {
  text-align: left;
}

h1 {
  font-weight: normal;
  letter-spacing: -1px;
  color: #34495e;
}

.rwd-table-personal-information {
  background: #16639a;
  color: #fff;
  border-radius: 0.4em;
  overflow: hidden;
}

.rwd-table-personal-information tr {
  border-color: #46637f;
}

.rwd-table-personal-information th,
.rwd-table-personal-information td {
  margin: 0.5em 1em;
}

.rwd-table-personal-information th,
.rwd-table-personal-information td:before {
  color: #dd5;
}

a {
  text-decoration: none !important;
}

/*------------------------------------------會員中心的導覽列RWD */

/*另行加的 */
.mobile-tabs {
  flex-wrap: wrap;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
  justify-content: center;
}

.mobile-tabs li a {
  padding: 20px;
  background: rgba(40, 44, 42, 0.05);
}

/*另行加的*/

.tabs-dropdown:before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
}

/*----------------------------上傳/編輯區 按鈕樣式 */
.up_img_box_1 {
  background-color: #ffffff;
  height: 180px;
  position: relative;
  padding: 41px;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 15px #efefef;
  -moz-box-shadow: 0 0 15px #f3d42e;
  box-shadow: 0 0 15px #cbcbcb;
  color: #28a745;
  margin: 10px;
}

.up_img_box_2 {
  background-color: #ffffff;
  height: 180px;
  position: relative;
  padding: 41px;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 15px #efefef;
  -moz-box-shadow: 0 0 15px #f3d42e;
  box-shadow: 0 0 15px #cbcbcb;
  color: #007bff;
  margin: 10px;
}

/*-------------------------------- member.php CSS end ---------------------------------*/

/*---------------------------------- registered.php CSS start --------------------------*/

/* 註冊按鈕 */

.btn_reg:hover,
.btn_reg:focus {
  background-color: black !important;
  color: #fff !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .reg-ml-2 {
    margin-left: 0rem !important;
  }

  .reg-ml-3 {
    margin-left: 0rem !important;
  }
}

@media (min-width: 1201px) {
  .reg-errormsg {
    margin-left: 160px !important;
  }

  .service_content_padding {
    padding: 0 0 0 70px !important;
  }
}

.checkbox-lg .custom-control-label::before,
.checkbox-lg .custom-control-label::after {
  top: 0.8rem;
  width: 1.55rem;
  height: 1.55rem;
}

.checkbox-lg .custom-control-label {
  padding-top: 13px;
  padding-left: 6px;
}

.reg-modal-body {
  padding: 10px;
}

/*---------------------------------- registered.php CSS end --------------------------*/

/*---------------------------------signin.php CSS start -------------------------------*/

/* 登入按鈕*/

.btn_signin:hover,
.btn_signin:focus {
  background-color: black !important;
  color: #fff !important;
}

/*表單*/
.signin-ml-10 {
  margin-left: 10rem;
}

@media (min-width: 576px) and (max-width: 1200px) {
  .signin-ml-10 {
    margin-left: 0rem;
  }

  .signin-ml-2 {
    margin-left: 0rem !important;
  }
}

/*---------------------------------signin.php CSS end -------------------------------*/

/*----------------------------------- single.php CSS start -------------------------*/

.small {
  font-size: 11px;
  color: #999;
  display: block;
  margin-top: -10px;
}

.cont {
  text-align: center;
}

.page-head {
  padding: 60px 0;
  text-align: center;
}

.page-head .lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 50px;
  margin-top: 0;
}

.page-head h1 {
  font-size: 42px;
  margin: 0 0 20px;
  color: #fff;
  position: relative;
  display: inline-block;
}

.page-head h1 .version {
  bottom: 0;
  color: #ddd;
  font-size: 11px;
  font-style: italic;
  position: absolute;
  width: 58px;
  right: -58px;
}

.demo-gallery > ul {
  margin-bottom: 0;
  padding-left: 0;
}

.demo-gallery > ul > li {
  margin-bottom: 15px;
  width: 210px;
  display: inline-block;
  /* margin-right: 15px; */
  list-style: outside none none;
  /* 以下為新增的 */
  height: 200px;
  overflow: hidden;
  margin: 10px;
  /* display: none; */
  border-radius: 4px;
}

.demo-gallery > ul > li a {
  /* border: 3px solid #FFF;
  border-radius: 3px; */
  display: block;
  /* overflow: hidden; */
  position: relative;
  float: left;
  /* 以下為新增的 */
  width: 100%;
}

.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  /* height: 100%;
  width: 100%; */
  height: 220px;
  width: 220px;
  object-fit: cover;
}

/* .demo-gallery>ul>li a:hover>img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
} */

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}

#lightgallery {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: 32px 0;
  justify-content: center;
}

/* 書籤按鈕 */
.single-nav .nav-link.active,
.single-nav .show > .nav-link {
  color: #0006ce !important;
  background-color: transparent;
  box-shadow: 0 0 black;
  border-bottom: 4px solid #0006ce !important;
  box-shadow: 1px 5px 20px #ddd;
}

.account-tabs .nav-link {
  text-align: center;
  line-height: 2.8em;
  box-sizing: border-box;
  font-size: 2rem;
}

.account-tabs .tab-items {
  /* border: #E0E0E0 1px solid; */
  padding: 16px 0;
  color: #4a4a4a !important;
  -moz-box-shadow: -2px 8px 13px -5px rgba(181, 181, 181, 0.7);
  -webkit-box-shadow: -2px 8px 13px -5px rgb(181 181 181 / 70%);
  box-shadow: unset;
}

.single-nav .nav-link.active,
.single-nav .nav-item.show .nav-link {
  border-color: #fff;
}

.single-nav .nav-link:hover,
.single-nav .nav-link:focus {
  border-color: #fff;
  box-shadow: 1px 5px 20px #ddd;
}

/*-------------------影片CSS*/
#video-gallery {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: 32px 0;
  justify-content: center;
}

/* 影片的截圖上撥放按鈕 */
.video_shot_img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* width: 150px;
  height: 120px; */
  z-index: 100;
  background: transparent url(../img/video-play.png) no-repeat center;
  pointer-events: none;
}

/*checkbox all browsers - FF, Chrome, Safari, IE, etc */
input.single-checkboxes {
  width: 30px;
  height: 30px;
  opacity: 0;
}

.item_img:hover .single-checkboxes {
  opacity: 1;
}

/* input.single-checkboxes:hover {
  opacity: 1;
} */

.single-checkboxes {
  width: 1.3em;
  height: 1.3em;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

.single-checkboxes:checked {
  background-color: #66bb6a;
  opacity: 1;
}

.single-checkboxes:checked::after {
  content: "✓";
  color: #fff;
  display: block;
  position: absolute;
  width: 36px;
  /* height: 50px; */
  top: 0;
  /* right: 0; */
  line-height: 24px;
  text-align: center;
  font-size: 36px;
}

.single-checkboxes::before {
  content: "✓";
  color: #9a9a9a;
  display: block;
  position: absolute;
  width: 36px;
  /* height: 50px; */
  top: 0;
  /* right: 0; */
  line-height: 24px;
  text-align: center;
  font-size: 36px;
}

/*--定位*/

.position_father {
  position: relative;
}

.check_box {
  position: absolute;
  right: 10px;
  top: 6px;
}

/*-勾選加上外框*/
.add_border {
  border: 10px solid #66bb6a82;
}

/*-全選按鈕 */
input[name="single-all"] {
  width: 25px;
  height: 20px;
  cursor: pointer;
}

/*------------------------相簿圖RWD*/
@media (min-width: 358px) and (max-width: 458px) {
  .demo-gallery > ul > li a > img {
    height: 150px !important;
    width: 150px !important;
  }

  .demo-gallery > ul > li {
    width: 150px !important;
    height: 150px !important;
  }
}

@media (max-width: 357px) {
  .demo-gallery > ul > li a > img {
    height: 130px !important;
    width: 130px !important;
  }

  .demo-gallery > ul > li {
    width: 130px !important;
    height: 130px !important;
  }
}

/*-------------------------checkbox rwd */
@media (max-width: 540px) {
  input.single-checkboxes {
    opacity: 1;
  }

  .single-checkboxes {
    background-color: #bcbbbb;
  }

  .single-checkboxes::before {
    content: "✓";
    color: rgb(255 255 255 / 63%);
    width: 28px;
    line-height: 28px;
    font-size: 26px;
  }

  .single-checkboxes:checked::after {
    width: 28px;
    line-height: 28px;
    font-size: 26px;
  }

  #computer_msg {
    display: none;
  }
}

/*-----------------------分享*/

/*--------------字 */
.single_section_title {
  position: relative;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 2px;
  color: #de0025;
}

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

/*顯示更多 按鈕CSS*/
.btn-load-more {
  font-size: 20px;
  color: #fff;
  background-color: #00712c;
  border: 0;
  outline: 0;
  padding: 10px 20px;
  margin: 10px;
  cursor: pointer;
  border-radius: 7px;
}

.btn-load-more:hover {
  background-color: #00481c;
}

/*----------------------------------- single.php CSS end -------------------------*/

/*----------------------------------- teach_page.php CSS start ----------------------------*/

.bg_box {
  /* width: 641px; */
  max-width: 100%;
  height: auto;
  /* background-color: #FFF; */
  margin: 0 auto;
  text-align: center;
}
.card-body-hover:hover {
  -webkit-filter: brightness(120%);
  background: #0a8aba;
  color: #fff;
  cursor: pointer;
}

.card-body-hover {
  background: #0a8aba;
  color: #fff;
  cursor: pointer;
}

.close {
  opacity: inherit;
}

.add_color {
  color: #6c757d !important;
}

.step_text {
  border: 2fpx solid #000;
  padding: 10px;
  font-weight: bold;
  font-size: 25px;
}

/*----------------------------------- teach_page.php CSS end ----------------------------*/

/*----------------------------------- Tourist_Service.php CSS start ----------------------------*/

/********* iframe RWD *******/

.fromRight {
  color: #666;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
}

.fromRight:after {
  display: block;
  content: "";
  border-bottom: solid 3px #3b5998;
  transform: scaleX(0);
  transition: transform 500ms ease-in-out;
}

.fromRight:hover:after {
  transform: scaleX(1);
}

.fromRight:after {
  transform-origin: 0% 50%;
}

.fromRight a:hover {
  color: #3b5998 !important;
}

.fromRight a:active {
  transition: all 0.3s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.fromRight a {
  color: #000 !important;
}

.service_a_link a {
  color: coral !important;
}

@media (min-width: 501px) and (max-width: 1200px) {
  .service_content_padding {
    padding: 0px !important;
    /* margin-left: -40px !important; */
  }
}

@media (max-width: 500px) {
  .service_content_padding {
    padding-right: 14px !important;
  }
}

/*----------------------------------- Tourist_Service.php CSS end ----------------------------*/

/* index 中間推薦區塊正方體----------------------------------------*/

.grid {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 320px;
  max-width: 480px;
  max-height: 360px;
  width: 48%;
  /* background: #3085a3; */
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.9;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/* index 中間正方體 特效----------------------------------------*/
/*---------------*/
/***** Sarah *****/
/*---------------*/

figure.effect-sarah {
  background: #42b078;
}

figure.effect-sarah img {
  max-width: none;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-sarah:hover img {
  opacity: 0.4;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-sarah figcaption {
  text-align: left;
}

figure.effect-sarah h2 {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0;
}

figure.effect-sarah h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: "";
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

figure.effect-sarah:hover h2::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-sarah p {
  padding: 1em 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

figure.effect-sarah:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* 行程表 標題-------------------------------------*/

.title {
  text-align: center;
}

/* 容器 ------------------------------------------------*/

@media (min-width: 1200px) {
  .container {
    max-width: 1330px !important;
  }
}

/* schedule 行程導覽列navbar -------------------------------------*/

#navbar {
  overflow: hidden;
  /* background-color: red; */
}

#navbar a {
  float: left;
  display: block;
  /* color: black; */
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.16);
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  opacity: 0.95;
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: hotpink !important;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 2px solid;
}

.sticky + .content {
  padding-top: 60px;
}

/* schedule 訂購按鈕&價錢 ----------------------------------------*/

/* 原本樣式1----------------- */
/* .btn-circle-style { */
/* width: 200px; */
/* height: 30px; */
/* text-align: center;
	font-size: 12px;
	line-height: 50px;
	border-radius: 50px;
	font-weight: bold !important;
	display: inline-block; */
/* } */

/* 原本樣式2----------------- */
/* .btn-circle-style {
  width: 109px;
  height: 63px;
  text-align: center;
  font-size: 19px;
  line-height: 49px;
  border-radius: 50px;
  font-weight: bold !important;
  display: inline-block;
} */

.btn-circle-style {
  width: 131px;
  height: 47px;
  font-weight: bold !important;
  font-size: 24px;
  padding: 0px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.price {
  font-size: 30px;
  /* font-weight: 400; */
  line-height: 50px;
  color: red;
}

/* schedule 行程特色外框------------------------------------------*/

.item {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.figure-caption {
  font-size: 166% !important;
  color: #6c757d !important;
  font-weight: bold !important;
}

/* booking 登入頁面 -----------------------------------------------*/
.overflow-auto {
  height: 300px;
  border: 1px solid #ccc;
}

.MemberLogoin {
  background-color: cornsilk;
  padding: 20px;
}

.MemberLogoin .loginBTN02 {
  border-left: 1px solid #c5c5c5;
  margin-top: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
}

/*-------------------------------- stepsline css*/

/* body {
    margin-top:30px;
} */
.stepwizard-step p {
  margin-top: 0px;
  color: #666;
}
.stepwizard-row {
  display: table-row;
}
.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}
/* .stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
} */
.stepwizard .btn.disabled,
.stepwizard .btn-circle[disabled],
.stepwizard fieldset[disabled] .btn {
  opacity: 1 !important;
  color: #bbb;
  background-color: gainsboro;
}
.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-index: 0;
}
.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
  top: -5px;
}
.btn-circle {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 35px;
}

.btn-success {
  border: 1px !important;
  font-size: 20px;
  font-weight: bold;
}

/* booking_主標題 */
.title {
  background-color: bisque;
  display: inline-block;
  border-radius: 6px;
}

/* schedule.php css------------------------*/

/* 左側大圖 css*/
.w3-col.s4 {
  width: 25% !important;
}

/*左側 行程 icon -----------------*/
.daytxt {
  margin-top: 6px;
  text-align: center;
  color: #fff;
}

.step {
  padding: 10px;

  display: flex;
  flex-direction: row;
  justify-content: flex-start;

  background-color: cream;
}

.v-stepper {
  position: relative;
  /*   visibility: visible; */
}

/* regular step */
.step .circle {
  background-color: white;
  border: 3px solid gray;
  border-radius: 30%;
  width: 60px;
  /* +6 for border */
  height: 60px;
  display: inline-block;
}

.step .line {
  top: 59px;
  left: 28px;
  /*   height: 120px; */
  /* height: 2620px; */

  position: absolute;
  border-left: 3px solid gray;
}

.step.completed .circle {
  visibility: visible;
  background-color: rgb(6, 150, 215);
  border-color: rgb(6, 150, 215);
}

.step.completed .line {
  border-left: 3px solid rgb(6, 150, 215);
}

.step.active .circle {
  visibility: visible;
  border-color: rgb(6, 150, 215);
}

.step.empty .circle {
  visibility: hidden;
}

.step.empty .line {
  /*     visibility: hidden; */
  /*   height: 150%; */
  top: 0;
  height: 200%;
}

/* .step:last-child .line {
  border-left: 3px solid white;
  z-index: -1; */
/* behind the circle to completely hide */
/* } */

.content {
  margin-left: 20px;
  display: inline-block;
}

.hotelicon {
  font-size: 28px;
  top: 10px;
  position: absolute;
  left: 14px;
}

.eaticon {
  font-size: 28px;
  top: 10px;
  position: absolute;
  left: 18px;
}

/*如果螢幕寬度為 768px 以下，就套用 css 設定*/
/* @media screen and (max-width: 768px) {
  .step .line {
    display: none;
  }
}

@media screen and (max-width: 992px) and (min-width: 769px) {
  .step .line {
    height: 3250px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 991px) {
  .step .line {
    height: 2730px;
  }
} */

/* @media (min-width: 576px) {
  .step.v-stepper .line {
    display: none;
  }
}

@media (min-width: 768px) {
  .step .v-stepper .line {
    display: none;
  }
}

@media (min-width: 992px) {
  .step .v-stepper .line {
    display: none;
  }
}

@media (min-width: 1200px) {
  .step .v-stepper .line {
    display: none;
  }
} */

/* 參考路線 卡片區----------------*/
.card-body {
  padding: 2.25rem !important;
}

.card-text:last-child {
  line-height: 26px;
}

.dollarsbox {
  padding-left: 40px;
}

.dollars {
  font-size: 23px;
  font-weight: bolder;
  color: darkorange;
}

.dollarstxt {
  line-height: 2rem;
}

/* 行程特色導覽列----------------------------------*/
body {
  position: relative;
  /* required */
}

/* 報名表格--------------------------------------*/
.rwd-table {
  background: #fff;
  overflow: hidden;
}

.rwd-table tr:nth-of-type(2n) {
  background: #eee;
}
.rwd-table th,
.rwd-table td {
  margin: 0.5em 1em;
}
.rwd-table {
  min-width: 100%;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table th,
.rwd-table td:before {
  color: #d20b2a;
  font-weight: bold;
}

@media (min-width: 780px) {
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}

/* @media (min-width: 1200px) {
    .form-control {
      width: 70px;
    }
  } */

/*------------------------index.php (1)中間區塊*/
.redcolor {
  color: red;
  font-size: 15px;
}

.popular-category {
  background: #fff;
  display: block;
  text-align: center;
  padding: 30px 10px;
  border-radius: 7px;
  background: #f8f9fa;
  position: relative;
  top: 0;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.popular-category .icon {
  display: block;
  -webkit-transition: 0.1s all ease;
  -o-transition: 0.1s all ease;
  transition: 0.1s all ease;
}
.popular-category .icon > span {
  line-height: 0;
  font-size: 40px;
}
.popular-category .caption {
  color: #666666;
  -webkit-transition: 0.1s all ease;
  -o-transition: 0.1s all ease;
  transition: 0.1s all ease;
}
.popular-category .number {
  padding: 2px 20px;
  border-radius: 30px;
  display: inline-block;
  background: #e9ecef;
  color: #000;
  font-size: 14px;
  -webkit-transition: 0.1s all ease;
  -o-transition: 0.1s all ease;
  transition: 0.1s all ease;
}
.popular-category:hover {
  background: #00918e;
  -webkit-box-shadow: 0 5px 30px -5px rgba(0, 145, 142, 0.5);
  box-shadow: 0 5px 30px -5px rgba(0, 145, 142, 0.5);
}
.popular-category:hover .caption {
  color: #fff;
}
.popular-category:hover .icon {
  color: #fff;
}
.popular-category:hover .number {
  background: #007875;
  color: #fff;
}
.popular-category:hover {
  top: -5px;
  -webkit-box-shadow: 0 10px 30px -5px rgba(0, 145, 142, 0.5);
  box-shadow: 0 10px 30px -5px rgba(0, 145, 142, 0.5);
}

/*------------------------index.php (2)中間正方體區塊*/

.section_tittle span {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 22px;
  color: #ff3d1c;
  display: inline-block;
}
.section_tittle h2 {
  font-size: 50px;
  display: block;
  color: #1c1930;
  font-weight: 600;
}

.popular-location .single-location {
  position: relative;
}
.popular-location .single-location .location-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.popular-location .single-location .location-img::before {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  content: "";
  z-index: 1;
}
.popular-location .single-location .location-img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease-out 0s;
}
.popular-location .single-location .location-details {
  position: absolute;
  left: 45px;
  bottom: -9px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.popular-location .single-location .location-details p {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.popular-location .single-location .location-details .location-btn {
  padding: 10px 20px;
  background: #fff;
  color: #ff3d1c;
  border-radius: 30px;
  opacity: 0;
  visibility: hidden;
}
.popular-location .single-location .location-details .location-btn:hover {
  background: #eb566c;
  color: #fff;
}
.popular-location .single-location .location-details .location-btn i {
  font-size: 10px;
  padding: 0;
  margin: 0;
  position: relative;
  left: -3px;
}
.single-location:hover .location-img img {
  transform: scale(1.1);
}
.single-location:hover .location-details {
  bottom: 36px;
}
.single-location:hover .location-details .location-btn {
  opacity: 1;
  visibility: visible;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-80 {
  margin-bottom: 80px;
}

.section-padding30 {
  padding-top: 195px;
  padding-bottom: 140px;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .section-padding30 {
    padding-top: 195px;
    padding-bottom: 140px;
  }
}

/*--------------------------index.php (3)中間區塊*/

/* .home-blog-area .single-team .team-img {
  overflow: hidden;
  margin-bottom: 19px;
  border-radius: 12px;
}
.home-blog-area .single-team .team-img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.6s ease-out 0s;
}
.home-blog-area .single-team .team-caption span {
  color: #ff3d1c;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 17px;
}
.home-blog-area .single-team .team-caption h3 {
  padding-right: 48px;
  margin-bottom: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-blog-area .single-team .team-caption h3 {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .home-blog-area .single-team .team-caption h3 {
    padding-right: 0px;
  }
}
@media (max-width: 575px) {
  .home-blog-area .single-team .team-caption h3 {
    padding-right: 0px;
  }
}
.home-blog-area .single-team .team-caption h3 a {
  color: #1c1930;
  font-weight: 700;
  font-size: 25px;
}
.home-blog-area .single-team .team-caption p {
  color: #57667e;
}
.home-blog-area .single-team:hover .team-img img {
  transform: scale(1.1);
} */

.project-area .project-caption .single-project,
.about-area .project-caption .single-project,
.contact-section .project-caption .single-project {
  position: relative;
}
.project-area .project-caption .single-project .project-img img,
.about-area .project-caption .single-project .project-img img,
.contact-section .project-caption .single-project .project-img img {
  width: 100%;
}
.project-area .project-caption .single-project .project-cap,
.about-area .project-caption .single-project .project-cap,
.contact-section .project-caption .single-project .project-cap {
  padding: 20px 20px;
  background: #fafafa;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  top: -88px;
}
.project-area .project-caption .single-project .project-cap h4,
.about-area .project-caption .single-project .project-cap h4,
.contact-section .project-caption .single-project .project-cap h4 {
  margin: 0;
  line-height: 1.2;
  font-size: 25px;
  font-weight: 700;
}
.project-area .project-caption .single-project .project-cap h4 a,
.about-area .project-caption .single-project .project-cap h4 a,
.contact-section .project-caption .single-project .project-cap h4 a {
  color: #fff;
}
.project-area .project-caption .single-project .project-cap h4 a:hover,
.about-area .project-caption .single-project .project-cap h4 a:hover,
.contact-section .project-caption .single-project .project-cap h4 a:hover {
  color: #ff5f13;
}
.project-area .project-caption .single-project .plus-btn,
.about-area .project-caption .single-project .plus-btn,
.contact-section .project-caption .single-project .plus-btn {
  position: absolute;
  right: 16px;
  top: -22px;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.project-area .project-caption .single-project .plus-btn i,
.about-area .project-caption .single-project .plus-btn i,
.contact-section .project-caption .single-project .plus-btn i {
  color: #161e46;
  background: transparent;
  width: 38px;
  height: 38px;
  display: inline-block;
  line-height: 38px;
  text-align: center;
  font-size: 15px;
  margin-left: 10px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.project-area .project-caption .single-project:hover .project-cap,
.about-area .project-caption .single-project:hover .project-cap,
.contact-section .project-caption .single-project:hover .project-cap {
  background: #000;
}
.project-area .project-caption .single-project:hover .project-cap h4 a,
.about-area .project-caption .single-project:hover .project-cap h4 a,
.contact-section .project-caption .single-project:hover .project-cap h4 a {
  color: #fff;
}
.project-area .project-caption .single-project:hover .plus-btn,
.about-area .project-caption .single-project:hover .plus-btn,
.contact-section .project-caption .single-project:hover .plus-btn {
  opacity: 1;
  visibility: visible;
}
.project-area .project-caption .single-project:hover .plus-btn i,
.about-area .project-caption .single-project:hover .plus-btn i,
.contact-section .project-caption .single-project:hover .plus-btn i {
  color: #fff;
  background: #ff5f13;
}
.project-area .properties__button,
.about-area .properties__button,
.contact-section .properties__button {
  float: right;
}
.project-area .nav-tabs .nav-link,
.about-area .nav-tabs .nav-link,
.contact-section .nav-tabs .nav-link {
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 10px 20px;
}

.project-area .nav-tabs .nav-item.show .nav-link,
.project-area .nav-tabs .nav-link.active,
.about-area .nav-tabs .nav-item.show .nav-link,
.about-area .nav-tabs .nav-link.active,
.contact-section .nav-tabs .nav-item.show .nav-link,
.contact-section .nav-tabs .nav-link.active {
  color: #ff5f13;
  background: none;
}
.project-area .nav-tabs .nav-item,
.about-area .nav-tabs .nav-item,
.contact-section .nav-tabs .nav-item {
  display: block;
  color: #161e46;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
}
.project-area .nav-tabs,
.about-area .nav-tabs,
.contact-section .nav-tabs {
  margin-bottom: 9px;
  padding-bottom: 0px;
  position: relative;
  border: 0;
  display: flex;
  justify-content: center;
}

.section-tittle {
  position: relative;
}

.section-tittle .front-text {
  position: relative;
  z-index: 2;
}
.section-tittle .front-text h2 {
  color: #0e132a;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.section-tittle span.back-text {
  font-size: 140px;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #f6f7f8;
  -webkit-text-fill-color: transparent;
  margin: 0;
  line-height: 1;
  position: absolute;
  transform: translateY(-114%);
  right: 0;
  left: 12px;
}

.section-tittle.section-tittle3 .front-text h2 {
  font-size: 70px;
}

.section-tittle.section-tittle3 span.back-text {
  transform: translateY(-114%);
}

.section-tittle.section-tittle2 .front-text h2 {
  font-size: 100px;
}

.section-tittle.section-tittle3 span.back-text {
  transform: translateY(-114%);
}

/*-----------------------日期選擇*/
.ftco-section-search {
  background: #ff5f5f;
}

.tabulation-search .nav-pills p {
  margin-bottom: 0;
}

.tabulation-search .nav-pills .nav-link {
  float: left;
  border-radius: 0;
  margin-bottom: 0;
  background: white;
}
.tabulation-search .nav-pills .nav-link.active {
  background: #ff5f5f;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  line-height: 1.5 !important;
}

.item {
  padding: 29px;
  line-height: 34px;
  letter-spacing: 1px;
}

.card-text:last-child {
  line-height: 31px;
  letter-spacing: 1px;
}

.changebox {
  letter-spacing: 2px;
  line-height: 25px;
  margin-left: 9px;
}

.daynumber {
  font-size: 23px;
  font-weight: bold;
  margin-top: -7px;
}
