body,html {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	color: #000;
	font-size: 18px;
	font-weight: 500;
    overflow-x: hidden;
}

.fx {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.jcc {
	-webkit-justify-content: center;
	justify-content: center;
}

.jcfe {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.jcsb {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.aic {
	-webkit-align-items: center;
	align-items: center;
}

.aife {
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

#fh5co-header {
  background: rgba(0,0,0,.3);
}

@media (max-width: 768px) {
	#fh5co-header {
	  background: #fff;
      margin-top: 89px;
	}
    #fh5co-header-bar {
        height: 89px;
    }
}

.fh5co-page #fh5co-home{
	height: 200px!important;
}

.fh5co-page #fh5co-home{
	background-position: 0 -60px!important;
}

.fh5co-page #fh5co-testimonials {
	padding: 1.5em 0;
}

.fh5co-page #fh5co-services,.fh5co-page #fh5co-testimonials/* ,.fh5co-page #fh5co-counters */,.fh5co-page #fh5co-work,.fh5co-page #fh5co-contact,.fh5co-page #fh5co-about {
	/* padding: 0; */
}

@media (max-width: 768px) {
	.fh5co-page #fh5co-about {
		padding: 1.5em -0px;
	}
}

.breadcrumb {
	/* margin-top: 20px; */
	background-color: transparent;
	margin-bottom: 0;
	padding: 8px 0;
}

.breadcrumb a {
	color: #fff;
}

.breadcrumb li {
	font-size: 15px;
}

.breadcrumb > .active {
	color: #fff;
}

.page-header {
	margin: 0;
	border-bottom: 0;
	display: inline-block;
	padding-bottom: 0;
	background: rgba(0,0,0,.4);
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}

.page-heading {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 3;
}

.page-heading h2 {
	margin: 0;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	display: block;
	padding-bottom: 10px;
	line-height: 1.5;
}

.page-heading h2 small {
	color: #fff;
}

.page-heading h2:after {
	content: '';
  position: absolute;
  display: block;
  width: 80px;
  height: 3px;
  background: #f38181;
  left: 0;
  margin-left: 0;
  bottom: 0;
}

.panel {
	border-radius: 0;
	font-size: 16px;
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
	border-radius: 0;
}

.pagination > li > a {
	color: #40a786;
	padding: 5px 15px;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	color: #fff;
	background-color: #FE6501;
	border-color: #eee;
}

.li-block>li{
	display:block!important;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
	color: #fff;
	background-color: #FE6501;
	border-color: #eee;
}

.panel-green {
	border-color: #FE6501;
}

.panel-green a.list-group-item:hover {
	color: #FE6501;
  background-color: #fff;
}

.title-2 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: bold;
}

.btn-green {
	padding: 10.5px 12px;
	color: #fff;
  background-color: #FE6501;
  border-color: #FE6501;
}

.btn-green:hover {
	color: #FE6501;
  background-color: #fff;
}

.mt12 {
	margin-top: 12px;
}

.mb15	{
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}

.mb100 {
	margin-bottom: 100px;
}

.p0 {
	padding: 0;
}

.panel-group .panel, .panel-heading {
	border-radius: 0;
}

.panel-default > .panel-heading {
	color: #fff;
  background-color: #FE6501;
  border-color: #FE6501;
}

.panel-heading > a{
	display: block;
}

.panel-title > a , .panel-title{
	color: #fff;
}

/* video */

.fade-content h4 {
	margin-bottom: 10px;
}

#nine-content{
  padding: 25px 0;
}

figure.snip1253 {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 12px 0;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.snip1253 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
figure.snip1253 .image {
  height: 200px;
  overflow: hidden;
}
figure.snip1253 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}
figure.snip1253 figcaption {
  /* margin: -40px 15px 0; */
  padding: 15px ;
  position: relative;
  background-color: #ffffff;
}
figure.snip1253 .date {
  background-color: #ffda62;
  top: 15px;
  color: #fff;
  left: 15px;
  min-height: 48px;
  min-width: 48px;
  position: absolute;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
figure.snip1253 .date span {
  display: block;
  line-height: 24px;
}
figure.snip1253 .date .month {
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.1);
}
figure.snip1253 h3,
figure.snip1253 p {
  margin: 0;
  padding: 0;
}
figure.snip1253 h3 {
	color: #FE6501;
  min-height: 50px;
  margin-bottom: 10px;
  /* margin-left: 60px; */
  display: inline-block;
  font-weight: 600;
  /* text-transform: uppercase; */
}
figure.snip1253 p {
  font-size: 0.8em;
  margin-bottom: 20px;
  line-height: 1.6em;
  min-height: 60px;
}
figure.snip1253 footer {
  padding: 0 25px;
  background-color: #FE6501;
  color: #FFF;
  font-size: 0.8em;
  line-height: 30px;
  text-align: right;
}
figure.snip1253 footer > div {
  display: inline-block;
  margin-left: 10px;
}
figure.snip1253 footer i {
  color: rgba(255, 255, 255, 0.2);
  margin-right: 5px;
}
figure.snip1253 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1253:hover img,
figure.snip1253.hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.fx {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pr15l15 {
	padding: 0 15px 0 15px!important;
}

/* inner */

  .inner-title{
    font-size: 36px

  }

  .inner-title p {
  	margin-bottom: 10px;
  }

  .inner-inf{
    font-size: 15px;
    color: #848484;
    margin: 10px 0 25px 0;
  }

  .inner-inf span::after{
    content: "l";
    padding:  0 6px;
    color: #cccccc;
  }

  .inner-inf span:nth-child(3)::after{
    content: "";
  }

  .inner-inf img{
    width: 25px;
    margin-top: -5px;
  }

  .inner-img img{
    width: 100%;
  }

  .inner-text{
    color: #67696c;
    font-size: 15px;
    line-height: 36px;
    margin:30px 0;
  }

  .inner-text h4{
    font-size: 24px;
  }

  .inner-special{
    color: #187795;
    font-size: 15px;
    line-height: 36px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dee4e3;
    border-top: 1px solid #dee4e3;
    font-style: italic;
  }

  .inner-special img{
    width: 18px;
  }


  #carousel {
    margin:20px 0;
    overflow:hidden;
    padding:0;
    position:relative;
    width:auto;
  }

  /* navigation items */
  #carousel .navigation {
    padding:80px 10px 0 10px;
    background:rgba(0,0,0,0.1);
    color:rgba(255,255,255,0.1);
    display:block;
    font-family:verdana,sans-serif;
    font-size:30px;
    margin-top: 5px;
    height:188px;
    position:absolute;
    text-align:center;
    text-shadow:rgba(0,0,0,0.1);
    width:50px;
    -moz-transition:all 0.4s;
    -ms-transition:all 0.4s;
    -webkit-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
  }

  #carousel:hover .navigation {
    background:rgba(0,0,0,0.3);
    color:rgba(255,255,255,0.8);
    text-shadow:rgba(0,0,0,0.7) 0 0 2px;
  }

  #carousel .navigation:hover {
    background:rgba(0,0,0,0.5);
  }

  #carousel .previous {
    left:0;
  }

  #carousel .next {
    right:0;
  }

  #carousel a{
    text-decoration: none;
  }

  #carousel a:hover{
    text-decoration: none;
  }

  /* carousel container */
  #carousel ul {
    -moz-box-orient:horizontal;
    -ms-box-orient:horizontal;
    -webkit-box-orient:horizontal;
    -o-box-orient:horizontal;
    box-orient:horizontal;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-box;
    display:-o-box;
    display:box;
    list-style-type:none;
    margin:5px;
    margin-left:-200px;
    padding:0;
  }

  /* standard width and height for the carousel items */
  #carousel li {
    margin-right:10px;
    width:250px;
  }
  #carousel li img{
    width: 250px;
  }

  /* animation properties for the carousel */
  .animate ul {
    -moz-transition:margin 1s;
    -ms-transition:margin 1s;
    -webkit-transition:margin 1s;
    -o-transition:margin 1s;
    transition:margin 1s;
  }

/* tab */
/* .slick-slide {
	display: block;
	opacity: 0;
}
.slick-initialized .slick-slide {
	opacity: 1;
} */
/* .tab-content > .tab-pane {
	display: block;
	opacity: 0;
}
.tab-content > .active {
	opacity: 1;
 }
div#home{
	display: none;
}
div#home.active {
	display: block;
} */

.tab-content.tab-slickOnly>.tab-pane {display: block;visibility: hidden;}
.tab-content.tab-slickOnly>.tab-pane.active {visibility: visible;}
.tab-content.tab-slickOnly{position: relative;}
.tab-content.tab-slickOnly>.tab-pane:not(:first-child){position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
/*tab section*/

.tab-title {
	margin-top: 8px;
	margin-bottom: 5px;
}

.share-btn{
	margin-left:10px;
}

.share-btn>a>img{
	width:30px;
	height:auto;
}

#selectpanel {
	display: -webkit-box;
  	display: -moz-box;
 	display: -ms-flexbox;
 	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-around;
}
#selectpanel li {
	flex-grow: 0.9;
	text-align: center;
}
#selectpanel li:last-child {
	flex-grow: 1;
}
#selectpanel li a {
	background-color: rgba(233, 234, 235, 0.5);
	padding: 10px 8px;
}
#selectpanel li:hover a {
	/*color: #6c6e73;*/
}
#selectpanel li.active a {
	background-color: #fff;
}
#selectpanel li:last-child a {
	margin-right: 0;
}
.hero h3.intro-title {
	margin-top: -4em;
}
.gmap .panel{
	padding: 5px;
	margin-top: 2em;
}
@media all and (max-width: 1299px) and (min-width: 992px) {
	.md-hide {
		display: none;
	}
}
@media all and (max-width: 1299px) and (min-width: 992px) {
    .sm-hide {
        display: none;
    }
}
.accordion .panel-heading { padding: 0;}
.accordion .panel-title > a {
	display: block;
	padding: 0.4em 0.6em;
    outline: none;
    font-weight:bold;
    text-decoration: none;
}

.accordion .panel-title > a.accordion-toggle::before, .accordion a[data-toggle="collapse"]::before  {
    content:"\e253";
    float: right;
    font-family: 'Glyphicons Halflings';
	margin-right :1em;
}
.accordion .panel-title > a.accordion-toggle.collapsed::before, .accordion a.collapsed[data-toggle="collapse"]::before  {
    content:"\e252";
}

.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
    padding: 0;
}
.panel.panel-green>.list-group .list-group-item, .panel.panel-green>.panel-collapse>.list-group .list-group-item {
    padding: 10px 15px;
}
.panel>.panel-collapse>.list-group .list-group-item:last-child {
	border-bottom: 0;
}
.panel .list-group {
  margin-bottom: 0;
}
.list-head {
  padding: 5px 15px;
}
.list-head span {
  display: inline-block;
  width: 50%;
}
li.list-group-item span {
  /*width: 15%;*/
  padding: 10px 0px 10px 15px;
}
li.list-group-item a {
	padding: 10px 15px;
	width: 100%;
	display: block;
}
.busline .panel-body {
	/*height: 405px;*/
	overflow-y: auto;
	overflow-x: hidden;
	padding-top: 5px;
}
.busline article.post {
	padding-bottom: 4rem;
    margin-bottom: 4rem;
    border-bottom: 1px solid #e9eaeb;
}
.bus .gmap .panel h4,
.tickets .gmap .panel h4 {
	margin-top: 15px;
	text-align:center;
}
.ticket_options .btn span.glyphicon {
	opacity: 0;
}
.ticket_options .btn.active span.glyphicon {
	opacity: 1;
}
.btn-success {
    color: #ffffff;
    background-color: #65aadd;
    border-color: #0db4ff;
}
section.faq .panel-body {
	padding: 15px 15px 15px 48px;
}



/* travel */

.travel-btn {
	text-decoration: none;
	background: #FE6501;
	display: block;
	text-align: center;
	padding: 10px 15px;
	margin-bottom: 15px;
}

.travel-btn:hover {
	text-decoration: none;
	background: #fff;
	box-shadow: 0 1px 1px #FE6501;
}

.travel-btn:hover .travel-txt {
	color: #FE6501;
}

.travel-txt {
	color: #fff;
	font-size: 15px;
}

.pgMenu-mb {
	display: none;
}

.pgMenu-mb .form-group {
	margin-bottom: 0;
}

.text-white {
	color: #fff;
}

.well-green {
	background-color: #FE6501;
  border: 1px solid #FE6501;
}

@media (max-width: 767px) {
	.pgMenu-mb {
		display: block;
	}
	.pgMenu-pc {
		display: none;
	}
}


/* mytable */

.myTable {
	font-size: 16px;
}

.myTable > tbody > tr > th {
	color: #fff;
	background-color: #FE6501;
	font-size: 16px;
}

.myTable > tbody > tr > th:last-child {
	text-align: center;
}

.myTable > tbody > tr > td:last-child {
	text-align: center;
}

.myTable .over-in {
	color: #999;
}

.myTable .over-out {
	color: #FE6501;
}

.table-bus {
	font-size: 16px;
    width: 80%;
}

@media (max-width: 992px) {
    .table-bus {
        width: 100%;
    }
}

.line-vis .table-bus {
    width: 100%;
}

.table-bus > thead > tr > th {
	color: #fff;
	background-color: #41c79c;
    vertical-align: middle;
}

.mt20b20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* myForm */

.myForm .form-horizontal .control-label {
	font-size: 16px;
}

.form-control {
	padding: 10px 10px;
}

.myForm .form-control {
	padding: 10px 10px;
}

/* myTab */

.myTab .tab-content {
	padding: 15px;
}

/* table-bus-title */


@media (max-width: 992px) {
	.table-bus-title .title-2,.table-bus-title .pull-right {
		float: none!important;
	}
}

/* label-green */

.label-green {
  background-color: #FE6501;
  display: inline-block;
  padding: .4em 1em .5em;
  width: 10em;
}

.label-red {
  background-color: #e54b42;
  display: inline-block;
  padding: .4em 1em .5em;
  width: 10em;
}

.label-gray {
	background-color: #666;
  display: inline-block;
  padding: .4em 1em .5em;
  width: 10em;
}

@media (max-width: 920px) {
    .label-green, .label-red, .label-gray {
      width: auto;
    }
}

.label-red-line {
	background-color: #f37a73;
	display: inline-block;
}

.label-red-line:after {
	content: "\e092";
	font-family: 'Glyphicons Halflings';
	margin-left :1em;
}

.label-red-line:hover {
	cursor: pointer;
}

.text-red {
	color: #e54b42;
}

.text-green {
	color: #FE6501;
}

.bgc-green {
	background-color: #FE6501!important;
	color: #fff;
}

.line-btn a {
	display: inline-block;
	margin-bottom: 10px;
}


@media (max-width: 768px) {

	.line-tab li {
		/* float: none; */
		display: inline-block;
	}

	.line-tab.line-tab li a {
	  border: 1px solid #FE6501;
	  margin-right: 1px;
	}

	.line-tab.nav-tabs li.active > a {
	  background-color: #FE6501;
	  color: #fff!important;
	}

	.line-tab.nav-tabs li > a {
		background-color: #f37a73;
		border: 1px solid #f37a73;
		color: #fff;
	}
    .line-tab.nav-tabs li:nth-child(1) > a:focus,.line-tab.nav-tabs li:nth-child(1) > a:active,.line-tab.nav-tabs li:nth-child(1) > a:hover {
        color: #fff !important;
	}
	/*.line-tab.nav-tabs li:nth-child(1) > a {
		background-color: #FE6501;
		border: 1px solid #FE6501;
		color: #fff;
	}
	 .line-tab.nav-tabs li:nth-child(2) > a {
		background-color: #f37a73;
		border: 1px solid #f37a73;
		color: #fff;
	}
	.line-tab.nav-tabs li:nth-child(3) > a {
		background-color: #5994ec;
		border: 1px solid #5994ec;
		color: #fff;
	}
	.line-tab.nav-tabs li:nth-child(4) > a {
		background-color: #f99b64;
		border: 1px solid #f99b64;
		color: #fff;
	}

	.line-tab.nav-tabs li.active:nth-child(2) > a {
		background-color: #f37a73;
		border: 1px solid #f37a73;
		color: #fff;
	}
	.line-tab.nav-tabs li.active:nth-child(3) > a {
		background-color: #5994ec;
		border: 1px solid #5994ec;
		color: #fff;
	}*/

}

/* hot */

#nine-content{
  padding: 25px 0;
}

.hot figure.snip1253 {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 12px 0;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.hot figure.snip1253 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hot figure.snip1253 .image {
  height: 220px;
  overflow: hidden;
}
.hot figure.snip1253 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}
.hot figure.snip1253 figcaption {
  margin: -40px 15px 0;
  padding: 15px ;
  position: relative;
  background-color: #ffffff;
}
.hot figure.snip1253 .date {
  background-color: #f37a73;
  top: 15px;
  color: #fff;
  left: 15px;
  min-height: 48px;
  min-width: 48px;
  position: absolute;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.hot figure.snip1253 .date span {
  display: block;
  line-height: 24px;
}
.hot figure.snip1253 .date .month {
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.1);
}
.hot figure.snip1253 h3,
.hot figure.snip1253 p {
  margin: 0;
  padding: 0;
}
.hot figure.snip1253 h3 {
  min-height: 50px;
  margin-bottom: 10px;
  margin-left: 60px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}
.hot figure.snip1253 p {
  font-size: 0.8em;
  margin-bottom: 20px;
  line-height: 1.6em;
}
.hot figure.snip1253 footer {
  padding: 0 25px;
  background-color: #46a19e;
  color: #FFF;
  font-size: 0.8em;
  line-height: 30px;
  text-align: right;
}
.hot figure.snip1253 footer > div {
  display: inline-block;
  margin-left: 10px;
}
.hot figure.snip1253 footer i {
  color: rgba(255, 255, 255, 0.2);
  margin-right: 5px;
}
.hot figure.snip1253 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.hot figure.snip1253:hover img,
.hot figure.snip1253.hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

table {
	background-color: #fff;
}

/* mascot */

.mascot-l, .mascot-r {
	position: fixed;
	width: 200px;
}

@media (max-width: 768px) {
	.mascot-l, .mascot-r {
		display: none;
	}
}

.mascot-l {
	top: 300px;
	left: 0;
}

.mascot-l img {
	max-width: 80%;
}

.mascot-r {
	right: 0;
	bottom: 10px;
	z-index: -1;
}

.mascot-r img {
	margin-left: auto;
	max-width: 90%;
}

.faq .panel-heading > a.collapsed:before {
  content: '\e252';
  float: right;
  font-family: 'Glyphicons Halflings';
  margin-right: 1em;
  color: #fff;
  margin-top: -3px;
}

.faq .panel-heading > a:before {
	content: '\e253';
	float: right;
  font-family: 'Glyphicons Halflings';
  margin-right: 1em;
  color: #fff;
 	margin-top: -3px;
}

/* 單選框 */
 .abgne-menu-20140101-1 input[type="radio"] {
    display: none;
}
.abgne-menu-20140101-1 input[type="radio"] + label {
    display: inline-block;
    background-color: #ccc;
    cursor: pointer;
    padding: 5px 10px;
}
.abgne-menu-20140101-1 input[type="radio"]:checked + label {
    background-color: #f00;
    color: #fff;
}

/* 多選框 */
.title-3 .glyphicon-check {
	top: -3px;
}

.title-3 .glyphicon-check:before {
	font-size: 14px;
	color: #FE6501;
}
.title-3 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	font-size: 24px;
	margin-bottom: 20px;
}

.title-3 .btn {
	margin-bottom: 6px;
}

@media (max-width: 430px) {
	.title-3 .btn {
		margin-top: 20px;
	}
}

.abgne-menu-20140101-2 {
	margin-bottom: 15px;
}

 .abgne-menu-20140101-2 input[type="checkbox"] {
    display: none;
}
.abgne-menu-20140101-2 input[type="checkbox"] + label {
    display: inline-block;
    background-color: #ccc;
    cursor: pointer;
    padding: 5px 10px;
    min-width: 80px;
    text-align: center;
    border-radius: 5px;
}
.abgne-menu-20140101-2 input[type="checkbox"]:checked + label {
    background-color: #FE6501;
    color: #fff;
}

.bdBox {
	border: 1px solid #ddd;
	padding: 15px;
	margin-bottom: 15px;
}

.cir {
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: inline-block;
	background-color: #FE6501;
	text-align: center;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	margin-right: 3px;
	position: relative;
	top: -3px;
}

.cir.site {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	background-color: #41c79c;
}

.table-trip {
	font-size: 16px;
}

/* 170728-修改 */

#fh5co-header #navbar li > ul >li a {
	color: #333;
}

.my-input-group .form-control {
	height: 37px;
}

.my-input-group .dropdown-menu {
	min-width: 100%;
}

.searchbox-icon {
	top: 0;
}

.searchbox {
	width: 150px;
}

.searchbox-input::-webkit-input-placeholder {
    color: #333;
}
.searchbox-input:-moz-placeholder {
    color: #333;
}
.searchbox-input::-moz-placeholder {
    color: #333;
}
.searchbox-input:-ms-input-placeholder {
    color: #333;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #FE6501;
}

#fh5co-header #navbar li a:hover {
	background-color: #FE6501;
	color: #fff;
}


.label-yellow {
	background-color: #ffdf5a;
	position: relative;
	top: -1px;
	color: #333;
}

.fz100p {
	font-size: 100%;
}

.productsList {
	z-index: 3;
}

.productsItem {
	/* margin-top: 140px; */
}

.productsItem img{
	border-radius: 8px;
	border: 2px solid rgba(255, 255, 255, .5);
}

.productsItemBtn {
	position: absolute;
	top: 10px;
	left: 10px;
}

.btn-new {
	border: 1px solid #fff;
	color: #fff;
}

.btn-new:hover {
	background-color: #FE6501;
}

.new-block .faq{
	z-index: 3;
}

.mb {
	display: none !important;
}

.myWay {
	background: #fff;
	padding: 15px;
	color: #333;
	/* border-radius: 8px; */

}

.myWay .abgne-menu-20140101-2 input[type="checkbox"] + label,
.myWay .abgne-menu-20140101-2 input[type="checkbox"]:checked + label {
	font-size: 14px;
	padding: 4px 6px;
	min-width: 50px;
}

.myWay .title-3 {
	font-size: 18px;
	display: inline-block;
	margin-bottom: 10px;
}

.myWay .form-control {
	/* width: auto; */
	display: inline-block;
	height: 40px;
	margin-left: 5px;
}

.myWay-btn {
	padding: 0 20px;
}

.myWay {
	/* display: none; */
	/* box-shadow: 0 20px 22px 0 rgba(0,0,0,0.12); */
  border: 1px solid #f5f5f5;
}

.Recommend-R {
	background-color: rgba(0, 0, 0, .4);
  box-shadow: 0 20px 22px 0 rgba(0,0,0,0.12);
  border: 2px solid rgba(255, 255, 255, .5);
	padding: 20px 20px 30px;
	border-radius: 8px;
	/* border-radius: 8px; */
}

.Recommend-R p {
	margin-bottom: 10px;
}

.Recommend-R h2 {
	font-size: 35px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}

.Recommend-R .color-red {
	font-size: 30px;
	color: #d9534f;
	display: inline-block;
}

@media (max-width: 768px) {
	.mb {
		display: block !important;
	}

	.pc {
		display: none !important;
	}
}


.section-heading {
	float: none;
}

#fh5co-header.navbar-fixed-top {
	background: rgba(0,0,0,.8);
	    background: -webkit-linear-gradient(left, #f18d00 , #e60012);
    background: -o-linear-gradient(right, #f18d00 , #e60012);
    background: -moz-linear-gradient(right, #f18d00 , #e60012);
    background: linear-gradient(to right, #f18d00 , #e60012);
    /* transition: background 2s ease; */
    transition: all .2s ease;
}

#fh5co-header.navbar-fixed-top #navbar >ul>li>a {
	color: #fff!important;
}

#fh5co-header.navbar-fixed-top #navbar li a:hover {
	color: #fff;
}

#fh5co-header #navbar li a:hover {
	color: #fff !important;
}

#fh5co-header.navbar-fixed-top #navbar li a {
	color: #333;
}

#fh5co-header-bar a {
	color: #000;
	font-size: 15px;
}

.slick-prev:before, .slick-next:before {
	/* color: #434444; */
}

@media (max-width: 768px) {
	#fh5co-header #navbar li a {
		color: #fff;
	}
}

.new-block {
	margin-top: 10px;
	margin-bottom: 30px;
	position: relative;
	z-index: 4;
	/* position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); */
}

#fh5co-home, #fh5co-home .text-wrap {
	/* height: 100vh; */
	padding: 100px 0;
	height: auto;
    height: auto;
}

#fh5co-home {
	background-position: 0px!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: initial;
    /* padding-bottom: 16%; */

}

#fh5co-about .blog-post.blog-media .entry-date {
	margin-bottom: 10px;
}

@media (max-width: 992px) {
	#fh5co-home, #fh5co-home .text-wrap {
		height: auto;
        /* height: 0;
        padding-bottom: 26%; */
	}

	.new-block {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
	}

	.myWay {
		margin-bottom: 50px;
	}
	.productsItem {
		margin-top: 0;
	}
}

@media (max-width: 569px) {
    #fh5co-home, #fh5co-home .text-wrap {
        height: auto;
        /* height: 0;
        padding-bottom: 60%; */
    }
}

.slick-prev, .slick-next {
	z-index: 99;
}

.slick-prev:before, .slick-next:before {
	color: rgba(255, 255, 255, .8);
	font-size: 40px;
}

.slick-prev {
	left: 10px;
}
.slick-next {
	/* right: 30px; */
	right: 10px;
}
.slick-dots {
	bottom: -35px;
}


.like ul li {
	width: 33.33%;
}

.myWay-close-1, .myWay-close-2, .myWay-close-3 {
	display: none;
}

.myWay-50p, .myWay-50p-1 {
	width: 50%;
	float: left;
}

.myWay-50p {
	padding-right: 10px;
}

@media (max-width: 569px) {
	.myWay-50p, .myWay-50p-1 {
		width: 100%;
		float: none;
	}
}

.tempo a {
	text-decoration: none;
}

.tempo-close {
	display: none;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.logo-footer {
	width: 200px;
	margin-bottom: 10px;
}

.logo-footer img,.qrcode img {
	max-width: 85%;
}

#footer {
	background: #f5f6f6;
	font-size: 16px;
}

.footer-tit {
	color: #000;
	margin-bottom: 6px;
}

.footer-tit-c {
	color: #FE6501;
}

.footer-surf {
	font-size: 15px;
}

.copyRight {
	background: #333;
	color: #fff;
	padding: 15px 0;
	font-size: 14px;
}

#footer p {
	color: #333;
}

.footer-list {
	margin-left: 0;
}

.footer-list li {
	padding: 0;
	font-size: 14px;
}

.footer-list li:after {
	content: 'l';
	color: #bdbdbd;
	margin: 0 5px 0 8px;
}

.footer-list li:nth-child(4):after {
	content: '';
}

.dib {
	display: inline-block;
}

#fh5co-header-bar a:hover {
	color: #FE6501;
	font-size: 15px;
}

.myPlant {
  position: fixed;
  right: 50px;
  top: 56px;
  z-index: 999;
}

.myPlant.show {
  position: fixed;
  right: 54px;
  top: 14.5px;
  z-index: 999;
}

.myPlant-btn {
	border-radius: 6px!important;
	background-color: #d9534f;
	color: #fff;
	border: 0;
}
.myPlant.show .myPlant-btn {
	border-radius: 6px!important;
	background-color: #fff;
	color: #d9534f;
	border: 0;
}

.btn-add {
	float: left;
	margin-right: 3px;
	margin-top: 2px;
	cursor: pointer;
	color: #fff;
	font-size: 25px;
	line-height: 1;
}

/* .myPlant-btn:hover {
	background-color: #fff!important;
	color: #d9534f!important;
	border: 1px solid #d9534f!important;
} */

@media (max-width: 992px) {
	.myPlant {
		top: 60px;
		right: 55px;
	}
	.myPlant-tit {
		/* display: none; */
	}
}

@media (max-width: 768px) {
    .myPlant {
        top: 103px;
    }
}

/* .JQellipsis {
	width: 400px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
} */

#fh5co-about .blog-post.blog-media {
	padding: 15px 15px 15px 75px;
	position: relative;
	box-shadow: 0px 2px 2px rgba(10,42,89,0.2);
	margin-bottom: 60px;
	background-color: #fff;
  border-bottom: 4px solid #fe6501;
}

@media (max-width: 768px) {
	#fh5co-about .blog-post.blog-media {
		padding: 50px 15px 30px 15px;
	}
}

.entry-author {
	display: inline-block;
	margin-left: 6px;
	font-size: 14px;
	color: #999;
}

.entry-author a{
	color: #999;
}

.btn-gray, .btn-primary {
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
	/* box-shadow: 3px 3px 0px #d0c3ba; */
}

.mt-30 {
	margin-top: -30px;
}

.panel-title {
	position: relative
}
.faq .faq .panel-title {
	font-size: 18px;
}

.faq .faq .panel{
	font-size: 18px;
	line-height: 30px;
}

.cir-panel {
	position: relative;
	color: #333;
	/* width: 60px; */
	height: 60px;
	/* border-radius: 50%; */
	background-color: #333;
	font-size: 14px;
	text-align: center;
	padding: 5px;
	padding-left: 30px;
	margin-left: 15px;
	box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.3);
	border-radius: 3px;
	font-weight: 600;
}

.cir-panel-tit-1 {
	color: #fff;
	background: url('../images/earth.png');
	position: absolute;
	border-radius: 50%;
	background-color: #f0ad4e;
	white-space: nowrap;
	width: 30px;
	height: 30px;
	line-height: 30px;
	top: 0;
	left: -15px;
}

.cir-panel-tit {
	white-space: nowrap;
}

.cir-news {
	position: absolute;
	display: block;
	color: #fff;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #333;
	top: -25px;
	left: -30px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	padding-top: 12px;
	box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.3);
}

.cir-sale {
	background-color: #d9534f;
}
.cir-message {
	background-color: #f0ad4e;
}
.cir-active {
	background-color: #5cb85c;
}

.cir-icon {
	display: block;
}

#fh5co-about .entry-content p {
	font-size: 16px;
}
#fh5co-about .blog-post.blog-media .entry-title {
	font-size: 20px;
}

#fh5co-about {
	background: url(../images/lightpaperfibers.png);
	padding: 0;
  padding-bottom: 60px;
}
#fh5co-services, #fh5co-testimonials, #fh5co-counters, #fh5co-work, #fh5co-contact, #fh5co-about {
	/* background: url(../images/lightpaperfibers.png); */
}

.mt27 {
	margin-top: 27px;
}

.faq-form-tit {
	font-size: 16px;
	margin-bottom: 10px;
}

/* faq-ix */
.faq.faq-ix .panel {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000;
}
.faq.faq-ix .panel-body {
	padding: 24px 30px 20px;
	border-top: 10px dashed  #fff;
	border-bottom: 10px dashed  #fff;
}
.faq.faq-ix .nav-tabs > li {
	float: none;
	display: inline-block;
	margin-bottom: 10px;
}

.faq.faq-ix .nav-tabs > li:nth-child(5) {
	margin-right: 50px;
}

.faq.faq-ix .nav-tabs > li a {
	border-radius: 20px;
  box-shadow: 3px 3px 0px #d0c3ba;
}

.faq.faq-ix .nav-tabs{
	border-bottom: none;
}

.faq-ix-inner {
	display: inline-block;
	position: relative;
}

.faq-ix-inner:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.24);
}

.faq-ix-inner:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}

.faq-ix-tit {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.faq-ix-tit-t {
	font-style: italic;
}

.faq-ix-outer .slick-prev:before,.faq-ix-outer .slick-next:before {
	color: #fff;
	opacity: .8;
}

.faq-ix-outer .slick-prev {
	left: -3px;
}

.faq-ix-outer .slick-next {
	right: 10px;
}

.faq.faq-ix .line-tab.line-tab li a {
	  border: 1px solid #FE6501;
	}

	.faq.faq-ix .line-tab.nav-tabs li.active > a {
	  background-color: #FE6501;
	  color: #fff;
	}

	.faq.faq-ix .line-tab.nav-tabs li:nth-child(1) > a {
		background-color: #FE6501;
		border: 1px solid #FE6501;
		color: #fff;
	}
	.faq.faq-ix .line-tab.nav-tabs li:nth-child(2) > a {
		background-color: #f37a73;
		border: 1px solid #f37a73;
		color: #fff;
	}
	.faq.faq-ix .line-tab.nav-tabs li:nth-child(3) > a {
		background-color: #5994ec;
		border: 1px solid #5994ec;
		color: #fff;
	}
	.faq.faq-ix .line-tab.nav-tabs li:nth-child(4) > a {
		background-color: #f99b64;
		border: 1px solid #f99b64;
		color: #fff;
	}
	.faq.faq-ix .line-tab.nav-tabs li:nth-child(5) > a {
		background-color: #41c79c;
		border: 1px solid #41c79c;
		color: #fff;
	}

	.faq.faq-ix .line-tab.nav-tabs li.active:nth-child(2) > a {
		background-color: #f37a73;
		border: 1px solid #f37a73;
		color: #fff;
	}
	.faq.faq-ix .line-tab.nav-tabs li.active:nth-child(3) > a {
		background-color: #5994ec;
		border: 1px solid #5994ec;
		color: #fff;
	}

	.trip-good-btn {
		margin-bottom: 30px;
	}


/* my-trip-map */

.my-trip-map-item {
	display: inline-block;
	position: relative;
}

.my-trip-map {
	white-space: nowrap;
	width: 100%;
	margin-bottom: 30px;
	overflow-x: auto;
	padding-bottom: 15px;
	padding-top: 20px;
	font-weight: bold;
}

.my-trip-map-link {
	color: #FE6501;
	cursor: pointer;
}

.my-trip-map-item .day {
	border: 0;
	padding: 0 50px;
}


.my-trip-map-item li {
	position: relative;
}

.my-trip-map-time {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translate(-50%, 20px);
}

.my-trip-map-item:first-child:after,.my-trip-map-item:last-child:before, .my-trip-map-item li+li:before, .walk:nth-child(2):after {
  font-family: 'Glyphicons Halflings';
	content: '\e075';
}

.my-trip-map-item li+li:before {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%)
}

.my-trip-map-item:first-child:after {
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translate(-50%, -50%);
}

.my-trip-map-item:last-child:before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%);
}

.my-trip {
	background-color: #fff;
	border: solid 1px #dedede;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  border-radius: 2px;
  line-height: 1.5;
  width: 100%;
}

.day-data {
	/* text-transform: uppercase; */
  text-align: center;
  font-weight: 700;
  font-size: 10px;
  color: #9b9b9b;
  letter-spacing: 1px;
}

.day-num {
	font-weight: 900;
	font-size: 28px;
}

.my-map .day-num span {
	min-width: auto;
	z-index: 1;
}

.day-num span {
	min-width: 45px;
	background-color: #fff;
}

.my-trip-t {
  border-bottom: 1px solid #dedede;
  padding: 20px 20px 20px 14px;
}

.my-trip-t.small-block {
	background-color: #fbfbfb;
	height: 45px;
  padding: 0 20px 0 14px;
}

.my-trip-t.small-block .day-num,.my-trip-t.big .day-num {
	min-width: 45px;
}
.my-trip-t.big {
	font-size: 26px;
	font-weight: bold;
	color: #FE6501;
}
@media screen and (max-width:768px){
	.my-trip-t.small-block {
		height: auto;
		padding: 10px;
	}
}
.my-trip-t.small-block .day-num{
	font-size: 14px;
  color: #9b9b9b;
  min-width: 45px;
}
.my-trip-t.small-block .day-data{
  min-width: 45px;
}

.my-trip-t-day {
}

.day {
	/* border-right: 1px solid #e6e6e6; */
	padding: 0 30px;
	text-align: center;
	position: relative;
}

.day-arrow:before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background-color: #e6e6e6;
	position: absolute;
	right: 0;
}
.day-arrow:after {
	width: 0;
  height: 0;
  content: "";
  position: absolute;
	right: -6px;
	bottom: -2px;
  border-style: solid;
  border-width: 6.2px 6.2px 0 6.2px;
  border-color: #dedede transparent transparent transparent;
}

.day.arr:after {
	content: none;
}

.day.bdr:before {
	content: none;
}

.my-trip-t-tit {
	padding: 0 15px;
}

.go-trip-txt {
	font-size: 16px;
	color: #333;
}

.go-trip-tit {
	margin-top: 10px;
}

.my-trip-t-tit .day-data {
	font-size: 15px;
	font-weight: 400;
}

.my-trip-t-btn {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.my-trip-leftMenu h3 {
	color: #FE6501;
    margin-top: 10px;
	margin-bottom: 10px;
}

.my-trip-c {
	position: relative;
}

.my-trip-c-txt {
	position: relative;
	padding: 15px 15px 15px 0;
}

@media screen and (max-width:768px){
	.my-trip-c-txt {
		padding: 15px;
	}
	.my-trip-map {
		border: 1px solid #dedede;
		padding-top: 30px;
		box-shadow: 0 2px 6px rgba(0,0,0,0.15);
	}
}

.my-trip-c-txt h3 {
	padding-right: 50px;
	margin-bottom: 15px;
	font-weight: bold;
}

.my-trip-t.small-block a {
	text-decoration: none;
}

.my-trip-t.small-block a:hover .day-data {
	color: #FE6501;
}

/* .my-trip-c-btn {
	position: absolute;
	right: 0;
	bottom: 0;
}
 */
.my-trip-c-txt p {
	position: relative;
	font-size: 15px;/*
	margin: 5px 0;
	overflow: hidden;
	line-height: 21px;
	max-height: 42px; */
}

@media (max-width: 1200px) {
	.my-trip-c-txt p {
		margin-bottom: 40px;
	}
}

.ml134 {
	margin-left: 134px;
}

@media (max-width: 1200px) {
	.ml134 {
		margin-left: 120px;
	}
}
@media (max-width: 992px) {
	.ml134 {
		margin-left: 15px;
	}
}
@media (max-width: 768px) {
	.ml134 {
		margin-left: 0;
	}
}
.more-link {
	color: #9b9b9b;
	font-style: italic;
	font-family: '微軟正黑體','Lato',sans-serif;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 0;
	padding-left: 20px;
	background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,0.97) 19%,#fff 100%);
}

.my-trip-c-edit {
	position: absolute;
	top: 10px;
	right: 10px;
}

.my-trip-c-edit a+a {
	padding-left: 5px;
}

.my-trip-stop {
	font-size: 15px;
  color: #9b9b9b;
  display: inline-block;
	margin-top: 6px;
	margin-left: 6px;
	vertical-align: top;
}

/* my-bus */

.my-bus-tab {

}

.my-bus-tab li+li {
	padding-left: 10px;
	margin-bottom: 10px;
}

.my-bus-tab li a {
	background-color: #fff;
	color: #41c79c;
	border-radius: 20px;
  box-shadow: 3px 3px 0px #d0c3ba;
  border: 1px solid #41c79c;
}

@media (max-width: 1200px) {
	.my-bus-tab li a {
		padding: 10px 8px;
	}
}

.my-bus-tab li a.btn-plant {
	border-radius: 0;
  border: 1px solid #47b8e0;
  color: #47b8e0;
}

.my-bus-tab li.active > a,.my-bus-tab li.active > a:focus{
	background-color: #41c79c;
	color: #fff;
	border: 1px solid #41c79c;
}

.my-bus-tab li.active > a:hover {
	background-color: #41c79c;
	color: #fff;
	border: 1px solid #41c79c;
}

.my-bus-tab li a:hover {
	background-color: #fff;
	color: #41c79c;
	border: 1px solid #41c79c;
}




.my-bus-tab li.active > a.btn-plant,.my-bus-tab li.active > a.btn-plant:focus{
	background-color: #47b8e0;
	color: #fff;
	border: 1px solid #47b8e0;
}

.my-bus-tab li.active > a.btn-plant:hover {
	background-color: #47b8e0;
	color: #fff;
	border: 1px solid #47b8e0;
}

.my-bus-tab li a.btn-plant:hover {
	background-color: #47b8e0;
	color: #fff;
	border: 1px solid #47b8e0;
}

.my-bus-tab {
	border: 0;
	margin-bottom: 30px;
}

.my-bus-outer .my-trip {
	margin-bottom: 30px;
}

.my-bus-outer .my-trip-t-btn {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.my-bus-outer .my-trip-c-tag {
	margin-bottom: 15px;
}

.my-bus-outer .my-trip-c-coin .coin {
	color: #FE6501;
	/* font-style: italic; */
	font-weight: bold;
}

.my-trip-c-coin {
	margin-bottom: 10px;
}

.my-ts-btn {
	text-align: right;
}

.my-ts-txt {
	padding: 15px;
  border-top: 4px solid #fe6501;
  border-bottom: 4px solid #fe6501;
}
.my-ts-txt h3 {
	padding-right: 0;
}

.my-plant-1-back {
	margin-bottom: 15px;
}
/* my-map */

/* .my-map .my-trip-map-item.yellow{
	color: #F2A526;
} */

/* .my-map .my-trip-map-item.blue .my-trip-map-time{
	color: #337ab7;
} */

.yellow{
	color: #f0ad4e;
}

.green{
	color: #3D9C7E;
}

/* .my-trip-map-link.yellow .my-trip-map-time{
	color: #f0ad4e;
} */

.orange{
	color: #DF6B3C;
}

.btn-yellow {
	background-color: #f0ad4e;
	color: #fff;
}
.btn-green {
	background-color: #3D9C7E;
	color: #fff;
	border: 1px solid #3D9C7E;
}
.btn-green:hover {
	background-color: #3D9C7E;
	color: #fff;
	border: 1px solid #3D9C7E;
}
.btn-orange {
	background-color: #DF6B3C;
	color: #fff;
}
.btn-blue {
	background-color: #47b8e0;
	color: #fff;
}

.my-map-check {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
}


.modal-content {
	z-index: 1041;
}
.modal-backdrop {
	z-index: 10;
}
.modal-backdrop.in {
	opacity: .7;
}
.modal-header h4 {
	font-size: 28px;
	font-weight: bold;
	color: #41c79c;
}

.btn-primary.cg {
	color: #fff!important;
}
.btn-primary.cg:hover {
	opacity: 1!important;
	background-color: #fff!important;
	border: 1px solid #41c79c!important;
	color: #41c79c!important;
}

.tempo li a {
	font-size: 18px !important;
  color: #FE6501!important;
}
/* .my-map .my-trip-map-item.blue .day-data{
	color: #337ab7;
}
 */
/* .my-trip-map-link.yellow .day-data{
	color: #f0ad4e;
} */

/* .my-trip-map-link.blueLit .day-data{
	color: #5bc0de;
} */

a.my-trip-map-time .day-data {
	color: #333;
}


.my-map .my-trip-map-item .day {
	border: 0;
	padding: 0 50px;
}


.my-map .my-trip-map-item li {
	position: relative;
}

.my-map .my-trip-map-link {

}

.my-map .my-trip-map-time {
	text-align: center;
	position: absolute;
	top: -21px;
	left: 100%;
	transform: translate(-50%, 0);
	color: #000;
	font-size: 14px;
}

.my-map .my-trip-map-item:first-child:after, .my-map .my-trip-map-item li+li:before, .nwalk:nth-child(2):after {
  font-family: 'FontAwesome';
	content: '\f207';
}

.my-map .my-trip-map-item:last-child:before, .walk:nth-child(2):after {
  /* content: '\e008'; */
  	content: '';
    background-image: url(../images/local-icon-5.png);
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: 70% 70%;
    background-position: 0% 30%;
}

ul.my-trip-map-item:before {
	content: '';
	display: block;
	width: 100%;
	border: 1.5px dashed #d8d8d8;
	position: absolute;
	top: 20px;
}

.my-trip-map-item:nth-child(1):before {
	content: '';
	display: block;
	width: 50%;
	border: 1.5px dashed #d8d8d8;
	position: absolute;
	top: 20px;
	right: 0;
	z-index: -1;
}

.my-trip-map-item:nth-child(2):before {
	content: '';
	display: block;
	width: 100%;
	border: 1.5px dashed #d8d8d8;
	position: absolute;
	top: 20px;
}

.my-trip-map-item:last-child:after {
	content: '';
	display: block;
	width: 100%;
	border: 1.5px dashed #d8d8d8;
	position: absolute;
	top: 20px;
	left: 0;
}


.my-plant .my-trip-map-item:nth-child(1):after {
	font-family: 'Glyphicons Halflings';
	content: '\e075';
}

.my-plant .my-trip-map-item:nth-child(2):after {
	/* font-family: 'FontAwesome';
	content: "\f207"; */
	position: absolute;
  top: -5px;
  left: 100%;
  transform: translate(-50%, 0);
  color: #333;
}

.my-map .my-trip-map-item li+li:before {
	position: absolute;
	top: -5px;
	transform: translate(-100%, 0);
}
.my-map .my-trip-map-item li+li:before {
	color: #333;
}

.my-map .my-trip-map-item:first-child:after {
	position: absolute;
	top: -5px;
	left: 100%;
	transform: translate(-50%, 0);
	color: #000;
}

.my-trip-c-txt p img {
	vertical-align: top;
}

.my-map .my-trip-map-item:last-child:before {
	position: absolute;
	top: -5px;
	left: 0;
	transform: translate(-50%, 0);
	color: #333;
}


.w100p {
	width: 100%;
}

/* my-plant */

.data-input {
	text-align: center;
	width: 2em;
	line-height: 1em;
}

.my-plant-outer .my-trip {
	border: 0;
}

.my-plant-outer .my-trip-t {
	border-top: 1px solid #dedede;
	border-bottom: 0;
}

.my-plant-outer .my-plant-btn {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.my-plant-outer .my-trip-c {
	border: 1px solid #dedede;
	margin-bottom: 15px;
}

.my-plant-item .my-trip-c:last-child {
	margin-bottom: 0;
}

.my-plant-outer .my-trip-c .my-trip-c-img {
	cursor: pointer;
	padding-top: 15px;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.2%;
}

.my-plant-outer .my-trip-c .my-trip-c-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.my-plant-checkbox {
	padding-left: 15px;
}

.my-plant-checkbox-item {
	color: #FE6501;
	font-size: 20px;
}

.p0_pic {
	padding: 0;
}

.ml15_pic {
	/* margin-left: 15px; */
}

.btn-primary-line {
	background-color: transparent;
	border: 1px solid #41c79c !important;
	color: #41c79c;
}
.btn-primary-line:focus {
	background-color: transparent;
	border: 1px solid #41c79c !important;
	color: #41c79c;
}
.btn-primary-line:hover {
	background-color: #41c79c;
	color: #fff;
}
@media (max-width: 768px) {
	.p0_pic {
		padding-right: 15px;
		padding-left: 15px;
	}
	.ml15_pic {
		margin-left: 0;
	}
}

.my-plant-1-btn-outer {
	position: relative;
	text-align: center;
}

.my-plant-1-btn-item {
	margin-top: 100px;
	border-radius: 100px;
	background-color: #fa8c00;
	color: #fff;
	width: 88px;
	position: relative;
}

.after-line:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 80%;
	background-color: #dedede;
	position: absolute;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

@media (max-width: 1200px) {
	.my-plant-1-btn-item {
		margin-top: 140px;
	}
}

@media (max-width: 992px) {
	.my-plant-1-btn-item {
		margin-top: -60px;
	}
	.after-line:after {
		content: none;
	}
}


.my-plant-1-btn-item:hover {
	border: 1px solid #fa8c00;
	background-color: transparent;
	color: #fa8c00;
}

.btn-delete {
	background-color: transparent;
	border: 1px solid #fa8c00;
	color: #fa8c00;
}
.btn-delete:hover {
	background-color: #fa8c00;
	color: #fff;
}

.p015	{
	padding: 0 15px;
}

.btn.btn-gray {
	background: #777;
	color: #fff;
}

.btn.btn-gray:hover {
	opacity: .8;
	color: #fff;
}

.pagination > li > a {
	color: #FE6501;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
.star-ratings-css {
  display: inline-block;
  unicode-bidi: bidi-override;
  color: #c5c5c5;
  font-size: 25px;
  height: 25px;
  width: 100px;
  position: relative;
  margin-top: -10px;
  padding: 0;
  text-shadow: 0px 1px 0 #a2a2a2;
}
.star-ratings-css-top {
  color: #fd0;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}
.star-ratings-css-bottom {
  padding: 0;
  display: block;
  z-index: 0;
}
.star-ratings-sprite {
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2605/star-rating-sprite.png") repeat-x;
  font-size: 0;
  height: 21px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 110px;
  margin: 0 auto;
}
.star-ratings-sprite-rating {
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2605/star-rating-sprite.png") repeat-x;
  background-position: 0 100%;
  float: left;
  height: 21px;
  display: block;
}

/* link-group */

.link-group {
	margin-bottom: 30px;
}

.link-group a:first-child {
	width: auto;
	/* background-color: #FE6501; */
	border: 1px solid #FE6501;
	padding: 0 6px;
	border-radius: 3px;
	color: #FE6501;
}
.link-group a:first-child:hover {
	background-color: #FE6501;
	color: #fff;
}
.link-group a {
	text-decoration: none;
	display: inline-block;
	color: #000;
	width: 30px;
	height: 30px;
	margin: 0 3px;
	cursor: pointer;
}

.link-group a img {
	width: 100%;
}






/* gotop ===== */

#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 30px;
    padding: 8px 11px;
    font-size: 15px;
    background: rgba(0, 0, 0, .5);
    /* border: 1px solid #5d9100; */
    color: #fff;
    cursor: pointer;
}





p {
    margin: 15px 0 5px 0;
}
li span {
    display: inline-block;
    vertical-align: top;
}
strong {
    font-weight: bold;
}
.radio-btn input[type="radio"], .check-box input[type="checkbox"] {
    visibility: hidden;
}
/*Custom checkbox*/
 .check-box {
    width: 22px;
    height: 22px;
    cursor: pointer;
    display: inline-block;
    margin: 2px 7px 0 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    border: 1px solid #ccc;
}
.check-box i {
    background: url('https://cdn1.iconfinder.com/data/icons/mimiGlyphs/16/check_mark.png') no-repeat center center;
    position: absolute;
    left: 3px;
    bottom: -15px;
    width: 16px;
    height: 16px;
    opacity: .5;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    -webkit-transform:rotateZ(-180deg);
    -moz-transform:rotateZ(-180deg);
    -o-transform:rotateZ(-180deg);
    transform:rotateZ(-180deg);
}
.checkedBox {
    -moz-box-shadow: inset 0 0 5px 1px #ccc;
    -webkit-box-shadow: inset 0 0 5px 1px #ccc;
    box-shadow: inset 0 0 5px 1px #ccc;
    border-bottom-color: #fff;
}
.checkedBox i {
    bottom: 2px;
    -webkit-transform:rotateZ(0deg);
    -moz-transform:rotateZ(0deg);
    -o-transform:rotateZ(0deg);
    transform:rotateZ(0deg);
}
/*Custom radio button*/
 .radio-btn {
    width: 20px;
    height: 20px;
    display: inline-block;
    float: left;
    margin: 3px 7px 0 0;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #ccc;
    box-shadow: 0 0 1px #ccc;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}
.checkedRadio {
    -moz-box-shadow: inset 0 0 5px 1px #ccc;
    -webkit-box-shadow: inset 0 0 5px 1px #ccc;
    box-shadow: inset 0 0 5px 1px #ccc;
}
.radio-btn i {
    border: 1px solid #E1E2E4;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 4px;
    top: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.checkedRadio i {
    background-color: #898A8C;
}

.btn.btn-primary {
	background: #41c79c;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
	background: #41c79c;
	opacity: .6;
}

/* my-trip-label */
.btn-yellow {
	background-color: #f0ad4e;
	color: #fff;
}
.btn-green {
	background-color: #41c79c;
	border: 1px solid #41c79c;
	color: #fff;
}
.btn-orange {
	background-color: #DF6B3C;
	color: #fff;
}
.btn-blue {
	background-color: #47b8e0;
	color: #fff;
}

.my-map-check .check-box {
	margin: 0;
	vertical-align: middle;
}

.my-map-check ul li {
	margin-bottom: 4px;
}

.label-travel {
	background-color: #bb25d6;
}

.label-food {
	background-color: #f0ad4e;
}

.label-relax {
	background-color: #00bff3;
}

.label-holiday {
	/* 車上導覽 */
	background-color: #77c177;
}

.label-disabled {
	/* (部分)無障礙班車 */
	background-color: #f37a73;
}

.label-fasttrain {
	background-color: #FE6501;
}

.label-booking {
	/* 預約車位 */
	background-color: #2C363F;
}

.label-bicycle {
	/* 可攜折疊式腳踏車 */
	background-color: #5994ec;
}

.label-paw {
	/* 可攜寵物 */
	background-color: #f99b64;
}

.label-microphone {
	/* 語音報站 */
	background-color: #6f6e6d;
}

.label-ship {
	background-color: #54428E;
}

.label-old {
	background-color: #9AADBF;
}

.label-metro {
	background-color: #2F6690;
}

.banner-outer {
	overflow-x: hidden;
}

.banner-innerBox {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 40%;
}

@media screen and (max-width:768px){
 .banner-innerBox {
  padding-bottom: 60%;
 }
}

.banner-inner {
}

.banner-inner img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;

}

.tw-video-top {
	background-color: #fff;
	padding: 30px 40px;
    position: relative;
}

@media (max-width: 992px) {
    .tw-btn {
        position: absolute;
        right: 15px;
        bottom: 10px;
    }
}

.tw-tit {
	position: relative;
	font-size: 30px;
	color: #f07806;
  margin-right: 20px;
}

.tw-tit:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 21px;
	background-color: #094;
	position: relative;
	top: -3px;
	left: -10px;
}

.tw-good {
  margin-bottom: 60px;
}

.tw-good-tit {
  position: relative;
  font-size: 16px;
  color: #333;
  margin-right: 20px;
}



.tw-good-tit:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 18px;
  background-color: #e93733;
  position: relative;
  top: 2px;
}

.tw-good-tit.green:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 18px;
  background-color: #094;
  position: relative;
  top: 2px;
}

.tw-good-tit.orange:before{
  content: '';
  display: inline-block;
  width: 5px;
  height: 18px;
  background-color: #fe6400;
  position: relative;
  top: 2px;
}

.tw-good-item {
  background-color: #fff;
  padding: 15px;
}

.tw-good-outer div:nth-child(1) .tw-good-item {
	border-bottom: 4px solid #e93733;
}
.tw-good-outer div:nth-child(2) .tw-good-item{
	border-bottom: 4px solid #009944;
}
.tw-good-outer div:nth-child(3) .tw-good-item{
	border-bottom: 4px solid #fe6400;
  padding-bottom: 233px;
}

@media (max-width: 1200px) {
	.tw-good-outer div:nth-child(3) .tw-good-item{
	  padding-bottom: 0;
	}
}

.tw-good-tit-1 {
  font-size: 48px;
  font-style: italic;
  color: #e93733;
}

.tw-good-tit-1.green {
	color: #094;
}

.tw-good-tit-1.orange {
	color: #fe6400;
}

.tw-good-item-top {
	text-align: center;
}

.tw-good-item-ct {
  padding: 15px 0;
  text-align: center;
}
.ct-li {
  padding-left: 62px;
  display: inline-block;
  position: relative;
  text-align: left;
  /* width: 100%; */
  padding: 11px 15px 11px 77px;
  background-color: #e60012;
  border-radius: 20px;
  color: #fff;
}

@media (min-width: 569px) {
	.ct-li {
  	min-width: 300px;
	}
}

@media (max-width: 568px) {
	.ct-li {
		width: 100%;
	}
}

.ct-li.green {
	background-color: #094;
}
.ct-li.orange {
	background-color: #fe6400;
}

.ct-li:hover, .ct-li:focus {
	text-decoration: none;
    color:#fff;
}

.ct-li img {
  position: absolute;
  left: 0;
  top: 0;
}

.ct-li-1 {
	font-size: 24px;
	font-weight: bold;
	/* color: #fff; */
}

.ct-li-2 {
	font-size: 14px;
	/* color: #fff; */
}

.ct-li:hover {
	background-color: #fff;
	border: 1px solid #e93733;
	color: #e93733;
}
.ct-li.green:hover {
	background-color: #fff;
	border: 1px solid #094;
	color: #094;
}
.ct-li.orange:hover {
	background-color: #fff;
	border: 1px solid #fe6400;
	color: #fe6400;
}

.tw-good-img {
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	/* background: url('../images/tw-good-1-w.png'); */
	width: 54px;
	height: 44px;
}

.tgi-1 a .tw-good-img {
	background: url('../images/tw-good-1-w.png');
}

.tgi-1 a:hover .tw-good-img {
	background: url('../images/tw-good-1.png');
}

.tgi-2 a .tw-good-img {
	background: url('../images/tw-good-2-w.png');
}

.tgi-2 a:hover .tw-good-img {
	background: url('../images/tw-good-2.png');
}

.tgi-3 a .tw-good-img {
	background: url('../images/tw-good-3-w.png');
}

.tgi-3 a:hover .tw-good-img {
	background: url('../images/tw-good-3.png');
}

.tgi-4 a .tw-good-img {
	background: url('../images/tw-good-4-w.png');
}

.tgi-4 a:hover .tw-good-img {
	background: url('../images/tw-good-4.png');
}

.tgi-2-1 a .tw-good-img {
	background: url('../images/tw-good-2-1-w.png');
}

.tgi-2-1 a:hover .tw-good-img {
	background: url('../images/tw-good-2-1.png');
}

.tgi-2-2 a .tw-good-img {
	background: url('../images/tw-good-2-2-w.png');
}

.tgi-2-2 a:hover .tw-good-img {
	background: url('../images/tw-good-2-2.png');
}

.tgi-2-3 a .tw-good-img {
	background: url('../images/tw-good-2-3-w.png');
}

.tgi-2-3 a:hover .tw-good-img {
	background: url('../images/tw-good-2-3.png');
}

.tgi-2-4 a .tw-good-img {
	background: url('../images/tw-good-2-4-w.png');
}

.tgi-2-4 a:hover .tw-good-img {
	background: url('../images/tw-good-2-4.png');
}

.tgi-3-1 a .tw-good-img {
	background: url('../images/tw-good-3-1-w.png');
}

.tgi-3-1 a:hover .tw-good-img {
	background: url('../images/tw-good-3-1.png');
}

.tgi-3-2 a .tw-good-img {
	background: url('../images/tw-good-3-2-w.png');
}

.tgi-3-2 a:hover .tw-good-img {
	background: url('../images/tw-good-3-2.png');
}

.tgi-3-3 a .tw-good-img {
	background: url('../images/tw-good-3-3-w.png');
}

.tgi-3-3 a:hover .tw-good-img {
	background: url('../images/tw-good-3-3.png');
}

.tgi-3-4 a .tw-good-img {
	background: url('../images/tw-good-3-4-w.png');
}

.tgi-3-4 a:hover .tw-good-img {
	background: url('../images/tw-good-3-4.png');
}

/* tw-news-tit */

.tw-news-top {
	margin-bottom: 30px;
}

.tw-news .tw-news-top {
	margin-top: 40px;
}

.tw-p {
  font-size: 16px;
  color: #000;
  vertical-align: top;
  margin-right: auto;
  margin-bottom: 15px;
  position: relative;
	top: 13px;
}

@media (max-width: 569px) {
    .tw-p {
        /* 171017-修改*/
        margin-right: 67px;
    }
}

#fh5co-about .tw-news .blog-post.blog-media {
	padding: 15px 0 10px 75px;
	margin-bottom: 35px;
}

@media (max-width: 768px) {
	#fh5co-about .tw-news .blog-post.blog-media {
		padding: 15px 0 15px 50px;
	}
}

.top-trip {
	/* margin-bottom: 80px; */
}

#tw-good-site {
	padding-top: 100px;
}

.top-trip-item {
	background-color: #fff;
	/* padding: 8px; */
	border: 1px solid #e5e5e5;
}

.top-trip-item-top-outer {
	padding: 8px;
	border-bottom: 1px solid #e5e5e5;
}

.top-trip-item-top-outer a {
  text-decoration: none;
}

.top-trip-item-top {
	position: relative;
	/* background-color: #fe6400; */
	padding: 15px 0;
	text-align: center;
	display: block;
}

.top-trip-item-top:hover {
	background-color: #fe6400;
}

.top-trip-item-top-tit {
	color: #fe6400;
	font-size: 30px;
}

.top-trip-item-top:hover .top-trip-item-top-tit {
	color: #fff;
}

.top-trip-item-top-detail {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fe6400;
	display: inline-block;
  font-size: 14px;
  padding-right: 18px;
  margin-right: 2px;
  margin-bottom: 2px;
}
.top-trip-item-top-detail:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../images/angle-o.png);
  position: absolute;
  right: 0;
  bottom: 0;
}

.top-trip-item-top:hover .top-trip-item-top-detail {
  color: #fff;
}

.top-trip-item-top:hover .top-trip-item-top-detail:after {
  background-image: url(../images/angle.png);
}

.top-trip-item {
	-webkit-flex: 25%;
  flex: 20%;
  position: relative;
  height: 460px;
  /* background: url('../images/line-img-1.jpg') bottom left; */
}

@media screen and (max-width:992px){
  .top-trip-item {
    flex: 25%;
  }
  .top-trip-item:last-child {
    flex: 100%;
  }
}
@media screen and (max-width:768px){
  .top-trip-item {
    flex: 50%;
  }
/*   .top-trip-item:nth-child(4), */.top-trip-item:nth-child(5) {
    flex: 100%;
  }
}
@media screen and (max-width:568px){
  .top-trip-item {
    flex: 100%;
  }
/*   .top-trip-item:nth-child(4), */.top-trip-item:nth-child(5) {
    flex: 100%;
  }
}

.top-trip-item-content {
  padding: 20px;
  text-align: center;
}

.top-line-ul {
  list-style-image: url('../images/li-img2.png');
  padding-left: 20px;
  display: inherit;
  text-align: left;
}

.top-line-ul li {
  margin-bottom: -10px;
}

.top-line-ul li a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  top:-7px;
  position:relative;
}
.top-line-ul li a:hover {
  color: #fe6400;
}

.top-trip-ul {
  list-style-image: url('../images/li-img1.png');
  padding-left: 20px;
  display: inherit;
  text-align: left;
}

.top-trip-ul li {
  margin-bottom: -10px;
}

.top-trip-ul li a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  top:-7px;
  position:relative;
}
.top-trip-ul li a:hover {
  color: #fe6400;
}

.content-bg:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient( to top, transparent, #fff );}

.content-bg {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  left: 0;
  bottom: 0;
}

@media (max-width: 1100px) {
    .content-bg {
        position: relative;
    }
}

.tw-local-r-item {
  margin-bottom: 20px;
}

@media (min-width: 1440px) {
	.container,#fh5co-about .container,#fh5co-header-bar .container,#fh5co-header .container {
		width: 1440px;
	}

}

.tw-hot {
  /* padding-bottom: 60px; */
}

.tw-hot-inner {
  -webkit-flex: 20%;
  flex: 20%;
}

.tw-hot-innerBox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: block;
}
.tw-hot-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.tw-hot-txt {
  background-color: rgba(0, 0, 0, .7);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  color: #fff;
  font-size: 20px;
}

.tw-hot-txt span{
  display: inline-block;
}

.tw-hot-txt span:nth-child(2) {
	display: block;
}

.tw-hot-txt-tag {
  background-color: #fff;
  color: #333;
  font-size: 14px;
  vertical-align: text-bottom;
  padding: 2px 4px;
}

.tw-bus {
  margin-top: -100px;
  margin-bottom: 30px;
}

.tw-bus-l,.tw-bus-r {
  position: relative;
  display: inline-block;
}

.tw-bus-l {
  z-index: 2;
}

.tw-bus-l img {
  width: 100%;
}

.tw-bus-r {
  z-index: 1;
  font-size: 0;
}

.tw-bus-btn {
  position: relative;
  font-size: 24px;
  display: inline-block;
  min-width: 215px;
  line-height: 1.5;
  padding-top: 17px;
  padding-bottom: 17px;
  border-radius: 38px;
  background-color: #e93733;
  color: #fff;
  text-align: center;
  border: 3px solid #fff;
  margin-left: -54px;
  font-weight: bold;
}

@media screen and (min-width:1440px){
  .tw-bus-btn {
    min-width: 240px;
  }
}

.tw-bus-btn:nth-child(1){
  z-index: 3;
}
.tw-bus-btn:nth-child(2){
  z-index: 2;
}
.tw-bus-btn:nth-child(3){
  z-index: 1;
}

.tw-bus-btn:hover,.tw-bus-btn:focus {
  text-decoration: none;
  color: #fff;
}

/* .tw-bus-btn:nth-child(1):hover{
  background-color: #fff;
  color: #e93733;
  border: 3px solid #e93733;
}
.tw-bus-btn:nth-child(2):hover{
  background-color: #fff;
  color: #094;
  border: 3px solid #094;
}
.tw-bus-btn:nth-child(3):hover{
  background-color: #fff;
  color: #f07806;
  border: 3px solid #f07806;
} */

.tw-bus-btn.green {
  background-color: #094;
}
.tw-bus-btn.orange {
  background-color: #f07806;
}

.tw-bus-go {
  font-size: 36px;
  display: inline-block;
}

.tw-bus-go span{
  display: inline-block;
  vertical-align: middle;
}

.tw-bus-go span:nth-child(1) {
  color: #f00;
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 40px;
  padding-right: 30px;
  margin-left: -30px;
}

.tw-bus-go span:nth-child(2) {
  font-size: 48px;
  background-color: #f00;
  border: 15px solid #fff;
  border-radius: 50%;
  width: 135px;
  height: 135px;
  text-align: center;
  color: #fff;
  margin-left: -30px;
  background-image: url(../images/tw-go.png);
  animation: pulse-red 1.3s infinite;
}


@-webkit-keyframes pulse-red {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(223,91,78, 0.9);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(223,91,78, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(223,91,78, 0);
  }
}
@keyframes pulse-red {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(223,91,78, 0.9);
    box-shadow: 0 0 0 0 rgba(223,91,78, 0.9);
  }
  70% {
      -moz-box-shadow: 0 0 10px 10px rgba(223,91,78, 0);
      box-shadow: 0 0 10px 10px rgba(223,91,78, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(223,91,78, 0);
      box-shadow: 0 0 0 0 rgba(223,91,78, 0);
  }
}

.tw-bus-go span:nth-child(2):hover {
	background-color: #fff;
  border: 15px solid #f00;
  background-image: url(../images/tw-go-1.png);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  transition: all 1s;
}



@media (max-width: 1200px) {
	.tw-bus-btn {
		margin-left: 0;
	}
}

/* @media (max-width: 992px) {
	.tw-bus-go span:nth-child(1) {
		display: none;
	}
	.tw-bus-go span:nth-child(2) {
		display: block;
		margin: 15px auto;
	}
	.tw-bus-l {
    width: 250px;
    margin: 0 auto 15px;
    display: block;
	}
	.tw-bus-r {
		text-align: center;
		display: block;
	}
	.tw-bus {
		margin-top: -60px;
	}
} */

@media (max-width: 992px){
	.tw-bus-go {
		/* display: block; */
		font-size: 16px;
		/* text-align:center; */
    }
}

@media (max-width: 768px) {
    .tw-bus {
        margin-top: -56px;
    }
    .tw-bus-l {
        width: 150px;
    }

    .tw-bus-btn {
        min-width: 140px;
        font-size: 14px;
    }

    .tw-bus-go span:nth-child(2) {
        width: 80px;
        height: 80px;
        background-size: cover;
        border: 7px solid #fff;
    }
    .btn-add {
        color: #d9534f;
    }
    .myPlant.show .btn-add {
        color: #fff;
    }
    .myPlant {
        right: 71px;
    }
}

@media (max-width: 569px) {
    .tw-bus-l {
        width: 80px;
    }
	.tw-bus-btn {
		margin-bottom: 15px;
        border-radius: 50%;
        min-width: auto;
	}
}

@media (max-width: 320px) {
    .tw-bus-l {
        display: none;
    }
    .tw-bus {
        margin-bottom: 0;
        margin-left: 15px;
    }

    .tw-bus-go span:nth-child(2) {
        width: 60px;
        height: 60px;
    }
}

#tw-good-site {
    margin-top: 0;
    padding-top: 50px;
}

.banner-txt {
  position: relative;
}

.banner-txtBox {
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .6);
  padding: 30px 25px 80px;
}

@media screen and (max-width:992px){
  .banner-txtBox {
    display: none;
  }
}

.banner-txtBox div:nth-child(1) {
  font-size: 18px;
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
}
.banner-txtBox div:nth-child(2) {
  font-size: 48px;
}

.tw-local {
  margin-bottom: 60px;
}

.tw-local-r-item {
  position: relative;
  overflow: hidden;
background-color: #fff;
height: 0;
padding-bottom: 54%;
}

.tw-local-r-item img {
     position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.tw-local-r-txtBox {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .7);
  padding: 20px 25px;
}

.tw-local-r-txtBox div:nth-child(1) {
  font-size: 18px;
  line-height: 1;
}
.tw-local-r-txtBox div:nth-child(2) {
  font-size: 24px;
}

.tw-local-l-pic {
	position: relative;
    overflow: hidden;
    background-color: #fff;
    height: 0;
    padding-bottom: 46.5%;
}
.tw-local-l-pic img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.tw-local-l-txtBox {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 60px;
  background-color: #fe6400;
  padding: 20px 35px;
}

@media (max-width: 569px) {
	.tw-local-l-txtBox {
		bottom: 0;
	}
}

.tw-local-l-txtBox div:nth-child(1) {
  font-size: 18px;
  line-height: 1;
}
.tw-local-l-txtBox div:nth-child(2) {
  font-size: 24px;
}

.tw-local-l-item {
  margin-bottom: 15px;
}

.tw-video {
  margin-bottom: 60px;
}

.pl45 {
  padding-left: 45px;
}

.pt6e {
	padding-top: 6em!important;
}

.top-trip-outer {
	padding: 0 15px;
}

.close-tr {
	display: none;
}

.myTable > tbody > tr > td.close-tr {
	text-align: left;
	padding: 15px 15px 15px 60px;
	display: none;
    background-color: #fff;
}
.myTable > tbody > tr > td.close-tr p {
	margin-top: 0;
}

.myTable > tbody > tr > td.close-tr p:nth-child(1) {
	margin-left: 0;
	margin-bottom: 15px;
}

.myTable > tbody > tr > td.close-tr p {
	margin-left: 24px;
}

.table-striped.message-table > tbody > tr {
	background-color: #f9f9f9;
}

/* .myTable > tbody > tr > td.close-tr.open {
	opacity: 1;
	display: table-cell;
} */

.table-striped.message-table > tbody > .tr-over-out {
    cursor: pointer;
}

.table-striped.message-table > tbody > .tr-over-out:hover {
    background-color: #41c79c;
    color: #fff;
}
.close-tr i {
	font-size: 23px;
	color: #FE6501;
	margin-left:-27px;
}

.myTable .over-out {
	border: 1px solid #5cb85c;
	background-color: #5cb85c;
	color: #fff;
}

.myTable .over-out:hover {
	background-color: #fff;
	color: #5cb85c;
	border: 1px solid #5cb85c;
}

.myTable .over-in {
	border: 1px solid #d9534f;
	background-color: #d9534f;
	color: #fff;
	cursor: default;
}

.go-message {
	padding: 0 15px;
}
#go {
	padding-top: 40px;
}
/* .myTable .over-in:hover {
	background-color: #fff;
	color: #d9534f;
	border: 1px solid #d9534f;
} */

.map-box {
	position: relative;
}

/* line-tag */

.line-tag {
	display: inline-block;
}

.label.line-tag {
	padding: .5em .6em .4em
}

.line-tag a {
	color: #333;
}

.line-tag a:hover {
	color: #FE6501;
}

.line-tag .cir {
	background-color: #f75950;
}

.line-tag-group.back .line-tag .cir {
    background-color: #26547C;
}

.line-tag-group .line-tag:after {
	content: "\e092";
	font-family: 'Glyphicons Halflings';
	margin-left: 4px;
	color: #47b8e0;
  vertical-align: bottom;
}

.line-tag-group .line-tag:last-child:after {
	content: none;
}

.btn-primary-line.active {
	background-color: #41c79c;
	color: #fff;
}

.map-frame {
	border: 0;
}

/* page-menu */

.page-menu.p1 .page-menu-1 {
	display: block;
}

.page-menu-2 {
	display: none;
}

.page-menu.p2 .page-menu-1 {
	display: none;
}

.page-menu.p2 .page-menu-2 {
	display: block;
}

/* line-map */

.line-map .nav-tabs {
	text-align: right;
}
.line-map .nav-tabs > li {
	float: none;
	display: inline-block;
}

/* local-outer */
.local-item {
	font-size: 16px;
	color: #231815;
	font-weight: 400;
	box-shadow: 0 2px 6px rgba(0,0,0,0.15);
	/* background: url(../images/bg-05.png) repeat 0 0; */
	margin-bottom: 50px;
}

.local-txt-box{
	padding: 15px 15px 5px;
	border-bottom: 4px solid #FE6501;
}

.fade-content figure.snip1253 figcaption{
	border-bottom: 4px solid #FE6501;
}

.local-item h2 {
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: bold;
	position: relative;
	padding-left: 10px;
}

.local-item h2:before {
	content: '';
	display: inline-block;
	position: absolute;
	background-color: #00E58E;
	width: 4px;
	height: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.local-time {
	width: 120px;
	height: 120px;
	font-size: 18px;
	line-height: 120px;
	display: block;
	position: absolute;
	background-color: #47b8e0;
	z-index: 1;
	top: -20px;
	left: -20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	border: 4px solid #fff;
	color: #fff;
	z-index: 2;
	font-weight: bold;
	font-style: italic;
}

.local-img-box {
	position: relative;
	z-index: 1;
}

.local-img-box:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	position: absolute;
	bottom: 12px;
	right: 8px;
	opacity: 0.5;
  background-color: #f0ad4e;
  z-index: -1;
}

.local-img-item {
	overflow: hidden;
	background-color: #fff;
    height: 0;
    padding-bottom: 62.5%;
}

.local-img-item img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.local-list li {
	position: relative;
	padding-left: 44px;
	margin-bottom: 10px;
	background-color: rgba(255, 255, 255, .9);
	border-radius: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.local-list li:before {
	content: '';
	background-image: url(../images/local-icon-1.png);
	display: inline-block;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.local-list li:nth-child(1):before {
	background-image: url(../images/local-icon-1.png);
}

.local-list li:nth-child(2):before {
	background-image: url(../images/local-icon-2.png);
}

.local-list li:nth-child(3):before {
	background-image: url(../images/local-icon-5.png);
}

.local-list li:nth-child(4):before {
	background-image: url(../images/local-icon-3.png);
}

/* search */

.search-bar {
	background-color: #eeeeee;
  overflow: auto;
  padding: 11px 15px;
  margin-bottom: 15px;
}
.search-bar span {
	color: #FE6501;
}

.search-outer {
	position: relative;
	padding: 15px 30px;
	box-shadow: 0px 2px 2px rgba(10,42,89,0.2);
	margin-bottom: 50px;
	background-color: #fff;
	border-bottom: 2px solid rgb(232, 117, 54);
}

.search-tit-outer h1{
	font-size: 22px;
	margin-bottom: 15px;
}

.search-tit-outer h1 a {
	color: rgb(232, 117, 54);
}

.search-txt-outer p {
	font-size: 15px;
}

.search-txt-outer p span {
	background-color: rgba(255, 0, 0, 0.1);
	padding: 2px 4px;
	color: rgb(199, 0, 0);
	margin: 0 2px;
}

.search-txt-outer a {
	color: #59a508;
}
.search-txt-outer span {
	color: #333;
}

/* go-trip-p */

.go-trip-p {
	font-size: 16px;
	color: #333;
	margin-right: 6px;
	background-color: #eee;
	padding: 10px;
	margin-bottom: 10px;
}

.go-trip-p i,.go-trip-txt i{
	color: #9b9b9b;
    margin-right: 5px;
}

.go-trip-txt:nth-child(2) i{
    margin-right: 8px;
}

@media (max-width: 569px) {
    .go-trip-txt:nth-child(2) i {
        margin-right: 4px;
    }
    .go-trip-txt i {
        margin-right: 0;
    }
}
.go-trip-img {
	width: 300px;
}


#footer {
	padding: 30px 30px;
}

.logo-footer {
  -webkit-flex: 70%;
  flex: 70%;
}

.qrcode {
  -webkit-flex: 30%;
  flex: 30%;
  padding: 15px;
}

@media (max-width: 569px) {
    .logo-footer {
      -webkit-flex: 100%;
      flex: 100%;
    }

    .qrcode {
      -webkit-flex: 100%;
      flex: 100%;
      padding: 0;
      margin-bottom: 10px;
    }
}

.footer-list li {
	font-size: 18px;
}

/* line-table */

.table.tk > tbody > tr > th {
	padding-left: 23px;
}

.table-striped.tk > tbody > tr:nth-of-type(even) {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
}

.table-striped.tk > tbody > tr:nth-of-type(odd) {
  background-color: #41c79c;
  color: #fff;
}

.tw-table-list {
	margin-top: 15px;
	margin-left: 15px;
}

.tw-table-list li {
	padding-left: 120px;
	position: relative;
	margin-bottom: 10px;
}

.tw-table-list li:first-child {
	/* padding-left: 0; */
}

.tw-table-list li div {
	min-width: 104px;
	display: inline-block;
	text-align: center;
	background-color: #fa9614;
	color: white;
	padding: 2px 4px;
	font-size: 16px;
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width: 569px) {
	.tw-table-list li {
		padding-left: 0;
	}
	.tw-table-list li div {
		display: block;
		text-align: left;
		position: relative;
	}
	.tw-table-list {
		margin: 0;
	}
}

.tw-table-list .a-1 >img{
	max-width: 500px;
	height: auto;
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	.tw-table-list .a-1 >img{
		max-width: 100%;
		height: auto;
	}
}

.tw-table-list li.a:before {
	content: '票價';
	background-color: #fa9614;
}
/* .tw-table-list li.a-1:before {
	content: '票樣';
	background-color: #fa9614;
} */

.tw-table-list li.b:before {
	content: '購買地點';
	background-color: #148efa;
}

.tw-table-list li.c:before {
	content: '購票規定';
	background-color: #e03267;
}
.tw-table-list li.c-1:before {
	content: '套票內容';
	background-color: #e03267;
}

.tw-table-list li.d:before {
	content: '洽詢電話';
	background-color: #54c842;
}

.tw-table-list li.e:before {
	content: '折疊式腳踏車\D\A攜帶規定';
	background-color: #028090;
    white-space: pre;
}

.tw-table-list li.f:before {
    content: '寵物攜帶規定';
    background-color: #6E6362;
}
.tw-table-list li.g:before {
    content: '注意事項';
    background-color: #3A2E39;
}
.tw-table-list li.h:before {
    content: '使用期限';
    background-color: #1E555C;
}
.tw-table-list li.i:before {
	content: '適用路線';
	background-color: #54428E;
}

/* line-tab */

div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  /*border-radius: 4px;*/
  -moz-border-radius: 4px;
  /*border:1px solid #ddd;*/
  /*-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
  /*box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
  /*-moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  /*margin-bottom: 0;*/
  display: block;
  color: #000;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #F18D00;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #41c79c;
  color: #ffffff;
  /* border: 4px solid #1aa479; */
  /* border-left: 4px solid #fe6501; */
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #41c79c;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  padding:20px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

.good-trip-box h2 {
	margin-bottom: 15px;
}

.hot-siteTag {
	margin-bottom: 10px;
}

.good-trip-box .my-trip-t-tit {
	padding: 0 15px 0 0;
}

.tickets-tit-outer h3 {
	padding-right: 10px;
}

.bottom-pane {
	height: 0;
	overflow: hidden;
	-webkit-transition: height .3s ease;
	-o-transition: height .3s ease;
	transition: height .3s ease;
	width: 100%;
	position: fixed;
	bottom: 0;
	background-color: #000;
	box-shadow: 0 -3px 5px 0 rgba(0,0,0,0.2);
	text-align: center;
	padding-top: 20px;
}

.bottom-pane.visible {
  height: 80px;
}

.ticket-tag {
	margin-bottom: 15px;
}

.ticket-tag .label {
	font-size: 83%;
}

.bus-select {
	padding: 15px;
}

.bus-select-item {
	margin-bottom: 15px;
}

.tw-about {
	padding-top: 3.5em;
}

.tw-about img {
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.tw-about .inner-title {
	font-size: 50px;
  color: #363c48;
  font-weight: 600;
}
.tw-about .inner-inf {
	font-size: 28px;
	color: #95979c;
  margin: 10px 0 10px 0;
}

.tw-about .inner-text {
	margin: 0;
}

.tw-about .inner-text h4 {
	font-size: 24px;
	color: #363c48;
	margin-bottom: 15px;
	font-weight: 600;
}

.tw-about .inner-text p {
	margin-top: 0;
	margin-bottom: 20px;
	color: #000;
	font-size: 16px;
}

.tw-about h5 {
	font-size: 20px;
	color: #363c48;
	margin-bottom: 15px;
	font-weight: 600;
}

.tw-about-group {
	margin-bottom: 30px;
}

.divider {
  height: 1px;
  width: 100%;
  display: block;
  margin: 9px 0;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0 6px;
}

.news-page-area {
	padding: 30px 50px 50px;
	background-color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.pt3-5e {
	padding-top: 3.5em !important;
}

.inner-inf i {
	font-style: inherit;
	background: #d9534f;
	padding: 2px 6px;
	color: #fff;
}

.inner-inf .sale {
	background: #d9534f;
}
.inner-inf .active  {
	background: #5cb85c;
}
.inner-inf .message {
	background: #f0ad4e;
}

.footer-phone {
	display: inline-block;
	margin-left: 15px;
}


/* 新增以下 */

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #FE6501;
    font-weight: bold;
}
.nav-tabs > li > a {
    color: #555;
}

.mt60 {
    margin-top: 60px;
}

.pl0 {
    padding-left: 0;
}

.my-bus-tab li.active > a,.my-bus-tab li.active > a:focus{
    background-color: #41c79c;
    color: #fff;
    border: 1px solid #41c79c;
    font-weight: bold;
}

.local-panel-p30 .panel-body {
    padding: 30px;
}

.qa-content {
    display: block;
    padding-left: 27px;
    margin-bottom: 1em;
}

.qa-date {
    display: block;
    font-style: italic;
    font-weight: bold;
	font-size: 15px;
	margin-top: 1em
}

.my-plant-1-back .btn-primary-line {
    margin-bottom: 6px;
}

@media screen and (max-width:769px){
    .navbar .container{
        width: 100%;
    }
    /* 漢堡選單與頁首 */
    .navbar-toggle{
        display: block;
        float: right;
        margin-right: 0;
    }
    .navbar-header{
        width: 100%;
    }
    /* 選單隱藏區 */
    .collapsing.navbar-collapse{
        margin-left: -15px;
        margin-right: -15px;
    }
    .collapse.navbar-collapse{
        /* padding: 0; */

        margin-left: -15px;
        margin-right: -15px;
        display: none!important;
    }
    .collapse.navbar-collapse.in{
        display: block!important;
    }
    /* 選單項目 */
    #fh5co-header .navbar-nav{
        margin-left: -15px;
        margin-right: -15px;
        float: none;
    }
    #fh5co-header .navbar-nav.navbar-right,
    #fh5co-header .navbar-form.navbar-left{
        float: none!important;
        display: block;
        padding: 0;
    }
    #fh5co-header .nav>li {
        position: relative;
        display: block;
        width: 100%;
    }
    #fh5co-header .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 15px;
    }
    #fh5co-header .navbar-nav>li>a {
        line-height: 20px;
    }
    #fh5co-header .navbar-form{
        position: relative;
    }
    #fh5co-header .navbar-form .form-group{
        display: block;
    }
    #fh5co-header .navbar-form .btn{
        position: absolute;
        right: 0;
        top: 0;
        border-radius:0 6px 6px 0;
    }
    #fh5co-header .navbar-form .form-control{
        display: block;
        width: 100%;
    }
}

@media (max-width: 769px) {
    #fh5co-header .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
}

.pl15 {
    padding-left: 15px;
}

.mt15 {
    margin-top: 15px;
}

.img-fix {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.2%;
}

.img-fix img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 300px;
    border: 0;
}

.line-page-group:first-child {
    margin-top: 43px;
}

.line-page-group {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .map-frame {
        padding: 15px 0;
    }
    .line-page-group:first-child {
        margin-top: 0;
    }
    .img-fix img {
        height: auto;
        width: 100%;
    }
    .line-page-group .title-2{
        margin-top: 20px;
    }
}

.db-2 {
    display: none;
}

.line-dbn .db-1 {
    display: block;
}

.line-dbn .db-2 {
    display: none;
}

.line-dbn-1 .db-1 {
    display: none;
}

.line-dbn-1 .db-2 {
    display: block;
}

.mt43 {
    margin-top: 43px;
}


.line-btn a {
    font-size: 16px;
    font-weight: bold;
}

.content-bg img {
    width: 100%;
}

.top-trip-outer .slick-prev:before ,.top-trip-outer .slick-next:before {
    color: #666;
}
.tw-good-outer .slick-prev:before ,.tw-good-outer .slick-next:before {
    color: #666;
}

.db-1 .btn-default {
    background-color: #9e9e9e;
    color: #fff;
}

.db-1 .btn-default:hover {
    background-color: #666;
}

.embed-responsive-16by9 {
    padding-bottom: 60.25%;
}

#sel-cont {
  width: 600px;
  margin: 100px auto;
}
#sel-cont .chosen-container-multi .chosen-choices {
  border: 1px solid #aaa;
  padding: 0 2px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#sel-cont .chosen-container-multi .chosen-choices:after {
  content: "\f107";
  font-family: FontAwesome;
  text-align: right;
  float: right;
  padding: 2px 5px;
  color: #aaa;
  font-size: 22px;
}
#sel-cont .chosen-container-active .chosen-choices {
  border: 1px solid #cccccc;
}

#sel-cont {
    width: 100%;
}
.chosen-container,.select2 {
    width: 100% !important;
}

.chosen-container-single .chosen-single span {
  margin-top: 9px;
}

.chosen-container-single .chosen-single {
  height: 42px;
}

.tw-table-list li div.li-a{
	/* 票價 */
	background-color: #fa9614;
}

.tw-table-list li div.li-b{
	/* 購買地點 */
	background-color: #148efa;
}

.tw-table-list li div.li-c{
	/* 購票規定 */
	background-color: #e03267;
}

.tw-table-list li div.li-c1{
	/* 套票內容 */
	background-color: #e03267;
}

.tw-table-list li div.li-d{
	/* 洽詢電話 */
	background-color: #54c842;
}

.tw-table-list li div.li-e{
	/* 小折規定 */
	background-color: #028090;
}

.tw-table-list li div.li-f{
	/* 寵物攜帶規定 */
	background-color: #6E6362;
}

.tw-table-list li div.li-g{
	/* 注意事項 */
	background-color: #3A2E39;
}

.tw-table-list li div.li-h{
	/* 使用期限 */
	background-color: #1E555C;
}

.tw-table-list li div.li-i{
	/* 適用路線 */
	background-color: #54428E;
}

.my-trip-t-like {
    background-color: #ebeaf0;
    border: 3px solid #d7dde9;
    border-radius: 4px;
    padding-right: 6px;
    color: #5a739c;
    font-weight: 600;
}
#good_amount_179 {
    color: #182541;
    font-size: 20px;
    font-weight: bold;
}

.my-trip-t-like input{
    max-width: 100%;
    vertical-align: middle;
}

.my-trip-t-day {
    width: 100%;
}

.my-trip-t-tit {
    width: 70%;
}

@media (max-width: 1200px) {
    .tw-bus-l {
        display: none;
    }
}

@media (max-width: 576px) {
    .my-trip-t-tit {
        width: 100%;
    }
}

@media (min-width: 569px) {
    .ct-li {
        min-width: 300px;
        max-width: 300px;
    }
}

@media (max-width: 576px) {
    .tw-bus-l {
        display: none;
    }
}

.tw-bus-btn {
    padding: 17px 33px 17px 50px;
    max-width: 215px;
    word-wrap:break-word;
}

@media (min-width: 1440px) {
    .tw-bus-btn {
        max-width: 240px;
    }
}

@media (max-width: 1200px) {
    .tw-bus-go {
        font-size: 20px;
    }
    .tw-bus-btn {
        padding: 17px 20px;
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .tw-bus-btn {
        max-width: 140px;
        border-radius: 10px;
    }
}

/* .tw-bus-go {
    position: absolute;
    display: inline-block;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
} */

.tw-bus-go span:nth-child(1) {
    border-radius: 10px;
}

#fh5co-header-bar .btn-group.gen-dropdown {
    vertical-align: baseline;
    margin-left: 5px;
}

@media (max-width: 992px) {
    #fh5co-header-bar .btn-group.gen-dropdown {
        margin-left: 0;
    }
    #fh5co-header-bar .btn-group.gen-dropdown a {
        font-size: 13px;
    }
}

@media (max-width: 469px) {
    .lan-dropdown {
        float: none !important;
    }
}

#forecast ul {
  display: table;
  table-layout: fixed;
  padding:0;
  width:100%;
  padding: 15px 0;
  line-height: 1;
}

#forecast ul li {
	display: table-cell;
	width: auto;
	text-align: center;
	line-height: 1;
  }

#forecast img {
  margin: 4px 0;
  width: 50px;
}

.weather-date {
  margin-bottom: 7px;
}

.device569{
	display: none!important;
}

.my-trip-c-tag .label{
	display: inline-block;
}

@media (max-width: 768px){

	/* .comment-tr{
		position: absolute;
		width: auto;
		right: 0;
	}

	.comment-tr>td{
	white-space: normal!important;
	} */

	/* table.myTable{
		width:100%;
	}

	table.myTable tr>td:first-child,table.myTable tr>th:first-child{
		width: 100%;
		white-space: normal;
	}

	.myTable > tbody > tr > td.close-tr{
		padding-left:  40px;
	}

	.myTable > tbody > tr > td.close-tr p{
		margin-left: 0;
	} */

	.tw-bus-r{
		text-align: center;
		width: 100%;
	}

	#forecast ul {
		/* display: table; */
		/* table-layout: fixed; */
		padding:0;
		width:100%;
		line-height: 1;
	  }

	  #forecast ul li {
		  display: inline-block;
		  width: 25%;
		  text-align: center;
		  /* margin: 0 7px; */
		  line-height: 1;
		  margin: 15px 0;
		}

	  #forecast img {
		margin: 4px 0;
		width: 70%;
	  }

	  .weather-date {
		margin-bottom: 7px;
		font-size: 90%;
	  }

	  .weather-temp {
		font-size: 90%;
	  }
}
@media (max-width: 569px){
	.device569{
		display: block!important;
	}

    .device569-hide{
        display: none!important;
    }

	.tw-table-list li div.li-b{
		display:none;
	}

	.tw-table-list li div.li-c{
		display:none;
	}

	.tw-table-list li div.li-d{
		display:none;
	}

	.tw-table-list li div.li-e{
		display:none;
	}

	.tw-table-list li div.li-f{
		display:none;
	}
}
.dn {
  display: none !important;
}

.introduction p{
	padding-left: 15px;
}

a[id*="tagInfo-"]{
	cursor:pointer;
	text-decoration:none;
}

/* 171205_修改 */

@media screen and (max-width: 576px) {
  .line-tag {
    display: block;
    /* padding-bottom: 15px;
    margin-bottom: 5px; */
    position: relative;
  }
  .line-tag-group .line-tag:after {
    position: absolute;
    /* top: 20px;
    left: 3em; */
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}


/* 171211_修改 */

.timeSearch {
  margin-bottom: 30px;
}

.ts-group {
  padding: 15px;
  background-color: #eee;
  margin-bottom: 15px;
  border-radius: 10px;
}

.ts-tit {
  position: relative;
  padding: 0 10px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
  /* background-color: #FE6501; */
  color: #FE6501;
  /* border-radius: 4px; */
  display: inline-block;
  margin-bottom: 10px;
  border-left: 4px solid #FE6501;
}

.ts-Stit {
  color: #9b9b9b;
  letter-spacing: 1px;
  font-size: 16px;
}

.ts-btn {
  position: relative;
  background-color: #41c79c;
  color: #fff;
}

.ts-btn:hover,.ts-btn:active,.ts-btn:focus {
  background-color: #fff;
  border: 1px solid #41c79c;
  color: #41c79c;
}

@media screen and (max-width: 768px) {
  .glyphicon-transfer:before {
    position: absolute!important;
    top: -13px;
    -webkit-transform: rotate(90deg)!important;
    transform: rotate(90deg)!important;
  }
}

.ts-table {
  font-size: 16px;
}

.ts-table > thead > tr > th {
  color: #fff;
  background-color: #41c79c;
  vertical-align: middle;
}

.ts-page .pagination {
  margin: 0;
}

.ts-page .pagination > li > a {
  background-color: #FE6501;
  color: #fff;
}

.label-ts {
  background-color: #FE6501;
}

.ts-table {
  margin-bottom: 0;
}

#footer {
  position: relative;
  /* z-index: -1; */
}
.ts-page .pagination{
  width: 100%;
}

.ts-page .pagination > li{
  display: block;
  width: 50%;
  float: left;
}

.ts-page .pagination > li > a {
  display: block;
  width: 100%;
}

.myTable.reservation {
	border:3px #cccccc solid;
}

.myTable.reservation > tbody > tr:first-child > th {
	text-align: center;
}

.myTable.reservation > tbody > tr:first-child > th,td {
	vertical-align: middle !important;
}

.myTable.reservation > tbody > tr > td {
	text-align: left;
}

.myTable.reservation > tbody > tr > th:first-child {
	width: 20%;
}

.comment-btn-title span.go-message{
	margin-top: 10px;
	display: block;
}

@media screen and (max-width: 569px) {
	.comment-btn-title span{
		display: initial !important;
		font-size: 24px !important; 
	}

	div.reservation.table-responsive,div.comment.table-responsive {
		overflow: unset;
	}
	.myTable.reservation, .myTable.comment {
		border:none;
	}
	.myTable.reservation > tbody > tr {
		border-left: 5px solid rgb(179, 64, 64);
		border-bottom: 5px solid rgb(179, 64, 64);
	}
	.myTable.reservation > tbody > tr:nth-child(2), .myTable.comment > tbody > tr:nth-child(2) {
		border-top : 5px solid rgb(179, 64, 64);
	}
	.myTable.comment > tbody > tr {
		border-left: 1px solid rgb(179, 48, 48);
		border-bottom: 1px solid rgb(179, 48, 48);
		border-right: 1px solid rgb(179, 48, 48);
		background-color:rgba(227, 0, 0,.1);
	}
	.myTable.reservation > tbody > tr:nth-child(2), .myTable.comment > tbody > tr:nth-child(2) {
		border-top : 1px solid rgb(179, 48, 48);
	}
	.myTable.comment > tbody > tr.tr-over-out{
		background-color:rgba(25, 201, 25, 0.1);
	}
	.myTable.comment > tbody > tr.tr-device{
		background-color:rgba(25, 201, 25, 0.1);
	}
	.myTable > tbody > tr > td.close-tr{
		background-color:rgba(25, 201, 25, 0.2);
	}
	.myTable.comment > tbody > tr.close-tr{
		background-color:rgba(25, 201, 25, 0.1);
	}
	.myTable.reservation > tbody > tr:first-child > th, .myTable.comment > tbody > tr:first-child > th{
		display: none;
	}
	.myTable.reservation > tbody > tr > td, .myTable.comment > tbody > tr > td.close-tr{
		display: none;
	}
	.myTable.reservation > tbody > tr > td, .myTable.comment > tbody > tr > td{
		display: block;
		text-align: left;
		white-space: normal !important; 
	}
	.myTable.reservation > tbody > tr > td::before{
		content: attr(col_name) " ： ";
		font-weight: 800;
		display: inline-block;
		vertical-align: top;
		font-size: 18px;
		color: brown;
	}
	.myTable.comment > tbody > tr > td::before{
		content: attr(col_name);
		font-weight: 800;
		display: inline-block;
		vertical-align: top;
		font-size: 18px;
		color: brown;
	}
	.myTable.reservation > tbody > tr > td > span{
		display: inline-block;
	}
	.myTable.comment > tbody > tr > td > span
	 {
		display: inline-block;
	}
	.myTable.comment > tbody > tr > td:first-child > span
	{
		width:65%;
		white-space: normal;
	}
	.myTable > tbody > tr > td.close-tr p{
		margin-left: 0;
	}
	.myTable > tbody > tr > td.close-tr{
		padding: 15px 25px 15px 40px;
	}

}

