@charset "UTF-8";

.red {
  color: #e73155;
}

.blue {
  color: #2d7cd1;
}

.black {
  color: #333;
}

.gray-darker {
  color: #666;
}

.gray {
  color: #999;
}

.yellow {
  color: #fbb949;
}

.green {
  color: #2fb570;
}

.red-list-dot li {
  color: #e73155;
}

.red-list-dot li > div {
  color: #333;
}

.touch-action-none {
  -ms-touch-action: none;
      touch-action: none;
}

.fontAwesomeIcon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, "Microsoft JhengHei" ,  "Helvetica Neue", Helvetica, sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

a {
  color: #2d7cd1;
  text-decoration: underline;
  outline: none !important;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #3d4c98;
}

a.link-disabled {
  color: #999;
  cursor: not-allowed;
}

a.link-disabled:hover,
a.link-disabled:focus {
  color: #999;
}

/*Webkit,Opera9.5+,Ie9+ 控制文字選取時的顏色*/

::-moz-selection {
  background: #2d7cd1;
  color: #fff;
}

::selection {
  background: #2d7cd1;
  color: #fff;
}

/*Mozilla Firefox 控制文字選取時的顏色*/

::-moz-selection {
  background: #2d7cd1;
  color: #fff;
}

*,
input,
select,
textarea,
option,
button,
:focus {
  outline: none !important;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  outline: none;
}

.container {
  width: 1400px;
  padding: 0px;
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .container {
    width: auto;
    padding: 0px 25px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: auto;
    padding: 0px 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: auto;
    padding: 0px 25px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: auto;
    padding: 0px 15px;
  }
}

@media screen and (min-width: 320px) and (max-width: 479px) {
  .container {
    width: auto;
    padding: 0px 15px;
  }
}

.fixed-header {
  padding-top: 112px;
}

.fixed-header header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 3;
}

.fixed-header.min-header {
  padding-top: 80px;
}

@media screen and (max-width: 991px) {
  .fixed-header {
    padding-top: 50px;
  }

  .fixed-header.min-header {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .fixed-header {
    padding-top: 0px;
  }

  .fixed-header header {
    position: relative;
    width: auto;
  }

  .fixed-header.min-header {
    padding-top: 0px;
  }
}

html,
body {
  height: 100%;
}

#content.no-footer > .container {
  min-height: calc(100vh - 75px);
}

#content.no-footer-link > .container {
  min-height: calc(100vh - 200px);
}

@charset "UTF-8";

.red {
  color: #e73155;
}

.blue {
  color: #2d7cd1;
}

.black {
  color: #333;
}

.gray-darker {
  color: #666;
}

.gray {
  color: #999;
}

.yellow {
  color: #fbb949;
}

.green {
  color: #2fb570;
}

.red-list-dot li {
  color: #e73155;
}

.red-list-dot li > div {
  color: #333;
}

.touch-action-none {
  -ms-touch-action: none;
      touch-action: none;
}

.fontAwesomeIcon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tourbus .link-right {
  float: right;
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 6px 16px;
  border: 1px solid #fff;
  border-radius: 17px;
  margin-right: 10px;
  text-decoration: none;
}

.tourbus .link-right:hover {
  background: #ededed;
  color: #2d7cd1;
  text-decoration: none;
}

.tourbus .white {
  color: #fff;
}

.tourbus .black {
  color: #333;
}

.tourbus .tit-lg {
  font-size: 3.2rem;
  letter-spacing: .2px;
  font-weight: bold;
  margin: 10px 0px;
  padding: 0;
}

.tourbus .tit-lg.triangle::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fbb949;
}

.tourbus .tit-md {
  font-size: 2.5rem;
  letter-spacing: .2px;
  margin-bottom: 15px;
}

.tourbus .tit-sm {
  font-size: 2.0rem;
  letter-spacing: .2px;
}

.tourbus .tit-xs {
  font-size: 1.6rem;
  letter-spacing: .4px;
  line-height: 24px;
  padding-bottom: 10px;
  border-bottom: none;
}

.tourbus .text {
  font-size: 1.5rem;
  letter-spacing: .4px;
  line-height: 24px;
  text-align: justify;
}

.tourbus .info {
  padding: 20px 30px;
}

.tourbus .info .info-item {
  margin-bottom: 15px;
}

.tourbus .info .info-item:nth-last-child(1) {
  margin-bottom: 0;
}

.tourbus .info.type2 {
  padding: 60px 0px;
}

.tourbus .info.yellow-border {
  border: 1px solid #fbb949;
  border-radius: 40px;
}

.tourbus .concept,
.tourbus .car-intro,
.tourbus .car-buy,
.tourbus .contact-and-qa,
.tourbus .feature {
  padding: 40px 0px;
}

.tourbus .concept-img,
.tourbus .car-intro-img,
.tourbus .wave-img {
  width: 100%;
}

.tourbus .car-intro > .container > .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.tourbus .bg-blue {
  background-color: #2d7cd1;
}

.tourbus .bg-light-blue {
  background-color: #E7F3FF;
}

.tourbus .bg-gray {
  background-color: #666;
}

.tourbus .bg-light-gray {
  background-color: #eee;
}

@media screen and (max-width: 991px) {
  .tourbus .tit-lg {
    font-size: 2.4rem;
  }

  .tourbus .tit-md {
    font-size: 2.0rem;
  }

  .tourbus .tit-sm {
    font-size: 1.8rem;
  }

  .tourbus .tit-xs {
    font-size: 1.5rem;
  }

  .tourbus .text {
    font-size: 1.5rem;
    letter-spacing: .4px;
  }

  .tourbus .info {
    padding: 20px 0px;
  }

  .tourbus .info.type2 {
    padding: 0;
  }

  .tourbus .info.yellow-border {
    padding: 20px;
  }

  .tourbus .concept-img,
  .tourbus .car-intro-img {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .tourbus .link-right {
    float: initial;
    text-align: center;
    width: 100%;
  }

  .tourbus .link-right:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
  }

  .tourbus .wave-img {
    display: none;
  }

  .tourbus .car-intro > .container > .row {
    display: block;
  }
}

.tourbus header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: 1px 1px 6px #0000006b;
  background-color: #fff;
}

.tourbus header .left {
  width: 30%;
  float: left;
}

.tourbus header .left .logo-img {
  height: 52px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.tourbus header .right {
  width: 70%;
  float: right;
}

.tourbus header .right ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  list-style-type: none;
  width: 100%;
  height: 52px;
  padding-left: 0;
  margin-bottom: 0;
}

.tourbus header .right ul li {
  padding: 10px;
  margin: 0 20px;
}

.tourbus header .right ul li:nth-child(1) {
  display: none;
}

.tourbus header .right ul li a {
  color: #333;
  font-size: 15px;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: .4px;
}

.tourbus header .right ul li a:hover,
.tourbus header .right ul li a :active {
  color: #2d7cd1;
}

.tourbus header .right ul li .close-btn {
  display: none;
}

.tourbus header .right-mobile {
  display: none;
}

.tourbus .start .banner-img {
  width: 100%;
  height: 400px;
  background: url(https://www.settour.com.tw/st_dist/img/tourbus/tourbus-start-banner-2.jpg) center center no-repeat;
  background-size: cover;
}

.tourbus .feature .info img {
  display: block;
  margin: 20px auto;
  height: 95px;
}

.tourbus .slick-intro {
  padding: 0px 0px 40px;
  display: block;
  /* 修改箭頭樣式和定位 */
  /* 修改第二層照片slick的dot */
}

.tourbus .slick-intro .double-card1 .slick-prev {
  position: absolute;
  top: calc( 50% - 15px);
  width: unset;
  height: unset;
  color: #555;
  left: -10px;
  z-index: 1;
}

.tourbus .slick-intro .double-card1 .slick-prev::before {
  content: "\F053";
  font-family: 'FontAwesome';
  font-size: 28px;
  line-height: 28px;
  opacity: 1;
  color: #aeaeae !important;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 6px 6px 0 3px;
  box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
}

.tourbus .slick-intro .double-card1 .slick-next {
  position: absolute;
  top: calc( 50% - 15px);
  width: unset;
  height: unset;
  color: #555;
  right: -10px;
  z-index: 1;
}

.tourbus .slick-intro .double-card1 .slick-next::before {
  content: "\F054";
  font-family: 'FontAwesome';
  font-size: 28px;
  line-height: 28px;
  opacity: 1;
  color: #aeaeae !important;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 5px 0 0 3px;
  box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
}

.tourbus .slick-intro .double-card1 .slick-prev.slick-disabled:before,
.tourbus .slick-intro .double-card1 .slick-next.slick-disabled:before {
  opacity: .25;
}

.tourbus .slick-intro .double-card-base {
  margin: 0 10px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #fff;
}

.tourbus .slick-intro .double-card-base .double-card2 img {
  width: 100%;
  height: auto;
}

.tourbus .slick-intro .double-card-base .double-card-txt {
  background: #fff;
  padding: 15px;
  min-height: 220px;
}

.tourbus .slick-intro .double-card-base .double-card-txt .tit-sm {
  margin-bottom: 10px;
}

.tourbus .slick-intro .double-card-base .double-card-txt ul {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}

.tourbus .slick-intro .double-card2.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.tourbus .slick-intro .double-card2 .slick-dots {
  bottom: 0;
}

.tourbus .slick-intro .double-card2 .slick-dots li button:before {
  content: '';
  border: 1px solid #fff;
  background: #fff;
  opacity: .6;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: -5px;
}

.tourbus .slick-intro .double-card2 .slick-dots li.slick-active button:before {
  background: #fbb949;
  opacity: 1;
}

.tourbus .car-intro-tit .tit-lg.black {
  margin-top: 50px;
  margin-bottom: 0;
}

.tourbus .car-intro .tit-lg {
  display: inline-block;
  padding: 5px 10px;
  border-bottom: 2px solid #fbb949;
  border-left: 2px solid #fbb949;
}

.tourbus .car-buy iframe {
  border-radius: 40px;
}

.tourbus .contact-and-qa {
  background: url(https://www.settour.com.tw/st_dist/img/tourbus/tourbus-contact-banner.png) center center repeat;
  width: 100%;
  background-size: contain;
}

.tourbus .contact-and-qa .contact .info-item {
  text-decoration: none;
  float: left;
  width: calc(100%/5);
  padding: 0px 15px;
  min-height: 110px;
}

.tourbus .contact-and-qa .qa .qa-list {
  cursor: pointer;
  background-color: #fff;
  padding: 10px 20px;
  margin-bottom: 15px;
  border-radius: 20px;
}

.tourbus .contact-and-qa .qa .qa-list.active .qa-tit,
.tourbus .contact-and-qa .qa .qa-list:hover .qa-tit {
  color: #2d7cd1;
}

.tourbus .contact-and-qa .qa .qa-list .answer {
  display: none;
}

.tourbus .contact-and-qa .qa .qa-list .answer .tit-xs {
  padding: 10px 0px;
}

.tourbus .float-right-btn {
  position: fixed;
  right: 15px;
  z-index: 999;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 1px 1px 4px #0000006b;
}

.tourbus .float-right-btn a {
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  padding: 14px;
  width: 70px;
  height: 70px;
}

.tourbus .float-right-btn a:hover {
  color: #fff;
}

.tourbus .float-right-btn.one {
  background-color: #fbb949;
  bottom: 125px;
}

.tourbus .float-right-btn.one a {
  padding: 18px 14px;
  line-height: 18px;
}

.tourbus .float-right-btn.two {
  background-color: #004ea2;
  bottom: 40px;
}

.tourbus .float-right-btn.two a {
  padding: 23px 6px;
}

.tourbus footer {
  background-color: #fff;
  padding: 30px 0px;
  border-top: 5px solid #2d7cd1;
}

.tourbus footer .text {
  line-height: 1.68;
}

@media screen and (max-width: 1500px) {
  .tourbus .start .banner-img {
    height: 300px;
  }
}

@media screen and (max-width: 1200px) {
  .tourbus .contact-and-qa .contact .info-item {
    width: calc(100%/3);
  }
}

@media screen and (max-width: 991px) {
  .tourbus header {
    height: 52px;
  }

  .tourbus header .left .logo-img {
    height: 50px;
  }

  .tourbus header .right {
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 991;
    position: fixed;
    overflow: scroll;
    display: none;
  }

  .tourbus header .right ul {
    float: right;
    -ms-flex-direction: column;
        flex-direction: column;
    background-color: #fff;
    max-width: 414px;
    height: 100vh;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }

  .tourbus header .right ul li {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0px;
    width: 100%;
    text-align: center;
  }

  .tourbus header .right ul li:nth-child(1) {
    padding: 0 25px;
    display: inline-block;
    text-align: right;
  }

  .tourbus header .right ul li:nth-child(1) .m-close-btn {
    float: right;
    font-size: 26px;
    padding: 0;
    line-height: 50px;
  }

  .tourbus header .right ul li a {
    width: 100%;
    display: inline-block;
  }

  .tourbus header .m-open-btn {
    display: block;
    float: right;
    cursor: pointer;
    width: 26px;
    height: 20px;
    background: url(https://www.settour.com.tw/st_dist/img/act-header/bars-icon.svg) no-repeat center center;
    background-size: contain;
    margin: 16px auto;
  }

  .tourbus .start .banner-img {
    height: 200px;
  }

  .tourbus .car-intro-tit .tit-lg.black {
    margin-top: 0px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .tourbus .slick-intro .double-card-base {
    margin: 0px 0px 15px;
  }
}

@media screen and (max-width: 767px) {
  .tourbus header .right ul li:nth-child(1) {
    padding: 0 15px;
  }

  .tourbus .slick-intro {
    display: none;
  }

  .tourbus .slick-intro .double-card-base .double-card-txt {
    min-height: 150px;
  }

  .tourbus .contact-and-qa {
    background-size: cover;
  }

  .tourbus .contact-and-qa .contact .info-item {
    padding-left: 20px;
    width: 100%;
    min-height: auto;
  }

  .tourbus .float-right-btn {
    width: 55px;
    height: 55px;
    right: 10px;
  }

  .tourbus .float-right-btn a {
    width: 55px;
    height: 55px;
  }

  .tourbus .float-right-btn.one {
    bottom: 85px;
  }

  .tourbus .float-right-btn.one a {
    padding: 10px;
    line-height: 18px;
  }

  .tourbus .float-right-btn.two {
    bottom: 20px;
  }

  .tourbus .float-right-btn.two a {
    padding: 15px 6px;
  }
}

@media screen and (max-width: 479px) {
  .tourbus .start .banner-img {
    background: url(https://www.settour.com.tw/st_dist/img/tourbus/tourbus-start-banner-M.jpg) center center no-repeat;
  }
}


/*# sourceMappingURL=tourBus.css.map*/