@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css); 
a {
    text-decoration: none;
}
#main{
    background-color: #f5efe3;
}
/* 修改 bootstrap */
.row {
    margin-right: 0;
    margin-left: 0;
}
@media screen and (max-width: 767px) {
	.row {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.group1{
		order: 2;
		-webkit-order: 2;
	}
	.group2{
		order: 1;
		-webkit-order: 1;
		text-align: center;
	}
	.group3{
		order: 3;
		-webkit-order: 3;
	}
}
.container{
	width: 100%;
    max-width: 1140px;
    text-align: justify;
	font-family: 微軟正黑體;
    padding-right: 10px;
    padding-left: 10px;
}
.form-control {
	height: 50px;
	margin: .2rem 0;
}
.form-control{
	background-color: #fff;
}
.bigimg {
	height: 250px;
	width: 100%;
	background-image: url(../images/190213.jpg);
	background-position: center;
}
.groupTitle {
    padding: 20px;
    clear: both;
    font-size: 18px;
}
.checkbox{
	width: calc(25% - 10px);
	max-width: calc(277.5px - 10px);
	float: left;
	background-color: #fff;
	margin-right: 10px;
}
.tourdata{
	width: 75%;
	float: left;
}
@media screen and (max-width: 767px) {
	.checkbox, .tourdata{
		width: 100%;
		max-width: 100%;
		margin-right: 0px;
	}
}

/* 修改 bootstrap */
/* 修改 bootstrap daterangepicker*/
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
	min-width: 20px;
}
/* 修改 bootstrap daterangepicker*/
@media screen and (max-width: 767px){
	.hidden-sm-down {
	    display: none;
	}
}
@media screen and (min-width: 767px){
	.form-ui{
		padding-top: 15px;
	}
}
.checkbox-item{
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
}
.form-group label {
    font-size: 18px;
}
.closecustomselect{
	padding: 5px;
}
/* -- TourBox -- */
.tourBox {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  position: relative;
  background: #fff;
  border-radius: 2px;
}
.tourBox .tripRecommendText {
  position: absolute;
  top: -37px;
  left: 10px;
  color: #fff;
  display: none;
}
.tourBox .saleTagsBox {
  position: absolute;
  top: 10px;
  left: -5px;
  z-index: 1;
  display: none;
}
.tourBox .saleTagsBox .saleTags {
  position: relative;
  padding: 3px 7px;
}
.tourBox .saleTagsBox .saleTags span {
  padding: 0 3px;
}
.tourBox .saleTagsBox .saleTags.redBox {
  background: #f44336;
  color: #fff;
}
.tourBox .saleTagsBox .saleTags:before,
.tourBox .saleTagsBox .saleTags:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}
.tourBox .saleTagsBox .saleTags:before {
  bottom: -5px;
  left: 0;
  border-width: 5px 0 0 5px;
  border-color: #b71c1c transparent transparent transparent;
}
.tourBox .saleTagsBox .saleTags:after {
  top: 0;
  right: -15px;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #f44336;
}
.tourBox .imgGroup {
  -webkit-flex: none;
  flex: none;
  width: 250px;
  overflow: hidden;
  position: relative;
}
.tourBox .tripImg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}
.tourBox .dayPriceBox {
  position: absolute;
  left: 20px;
  bottom: 10px;
  z-index: 1;
}
.tourBox .dayPriceBox .originPrice {
  display: none;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.tourBox .dayPriceBox .originPrice span {
  text-decoration: line-through;
}
.tourBox .dayPriceBox .dayPrice {
  color: #fff;
  font-size: 14px;
}
.tourBox .dayPriceBox .dayPrice span {
  color: #ff9800;
  font-size: 23px;
  font-weight: 700;
}
.tourBox .imgMask {
  position: absolute;
  padding-bottom: 48%;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.tourBox .tourInfo {
  -webkit-flex: initial;
  flex: initial;
  position: relative;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  vertical-align: top;
  align-content: space-between;
  flex-direction: row;
}
.tourBox .tourInfo > div {
  width: 100%;
}
.tourBox .tourInfo .infoGroup {
  padding: 20px 20px 5px;
}
.tourBox .tourInfo .infoGroup .evalBox {
  overflow: hidden;
  transform: scale(0.8);
  transform-origin: left top;
}
.tourBox .tourInfo .infoGroup .travelName,
.tourBox .tourInfo .infoGroup .ratingBox {
  color: #777;
  float: left;
}
.tourBox .tourInfo .infoGroup .ratingBox {
  padding: 1px 0 0 5px;
}
.tourBox .tourInfo .infoGroup .strokeName {
  clear: both;
  margin-top: 5px;
  overflow: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #333;
}
.tourBox .tourInfo .infoGroup .strokeName strong {
  color: #333;
  font-size: 18px;
}
.tourBox .tourInfo .infoGroup .strokeName h2 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.tourBox .tourInfo .infoGroup .locate {
  display: inline-block;
  font-size: 12px;
  color: #757575;
  font-weight: bold;
  background: #f5f5f5;
  vertical-align: middle;
  padding: 0 5px;
  margin-top: 5px;
}
.tourBox .tourInfo .infoGroup .locate .material-icons {
  font-size: 12px;
  color: #bdbdbd;
  line-height: 18px;
  vertical-align: bottom;
}
.tourBox .tourInfo .infoGroup .locate h3 {
  font-size: 12px;
  display: inline;
  font-weight: 700;
}
@media screen and (max-width: 499px) {
  .tourBox .tourInfo {
    display: block;
    min-height: 100%;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .tourBox .tourInfo {
    min-height: 350px;
  }
}
@media screen and (max-width: 500px) {
  .tourBox .tourInfo {
    min-height: auto;
  }
}
.tourBox:hover .tripImg {
  /*-webkit-transform: scale(1.1);
  transform: scale(1.1);*/
}
/* ----- 直式 tourBox ----- */
@media (max-width: 767px) {

	#resultTours {
	  max-width: 1140px;
	  margin: 0 auto;
	  display: block;
	  padding: 0;
	}
	#resultTours .tourBox {
	  height: 100%;
	  flex-direction: column;
	}
	#resultTours .tourBox .imgGroup {
	  width: 100%;
	  height: 0;
	  padding-bottom: 56.25%;
	}
	#resultTours .tourInfo {
	  height: 100%;
	}
	#resultTours .newTourBox {
	  -webkit-flex: none;
	  flex: none;
	  width: calc(100% / 3 - 10px);
	  margin-left: calc(10px * 3 / 2);
	  margin-bottom: calc(10px * 3 / 2);
      width: 100%;
      margin: 0;
      margin-bottom: 15px;
	}
	#resultTours .newTourBox:nth-child(3n+1) {
	  margin-left: 0;
	}
}
.preFlag {
    margin: 5px 20px;
    font-size: 0;
}
.preFlag .tag[rel='forTripMember'] {
    padding: 0;
    font-size: 0;
    border: none;
    background: transparent;
}
.preFlag .tag {
    display: inline-block;
    margin: 5px 2px;
    border-radius: 15px;
    font-size: 12px;
    padding: 0 7px;
    color: #E20EA1;
    background: #fff;
    border: 1px #E20EA1 solid;
    cursor: default;
}
@media (max-width: 767px) {
	.preFlag .tag[rel='forTripMember'] {
	    width: 100%;
	}
}
.preFlag .tag[rel='forTripMember'] span {
    font-size: 12px;
    border: 1px #00c853 solid;
    border-left-width: 0;
    padding: 2px 7px;
    color: #00c853;
    background: #fff;
}
.preFlag .tag[rel='forTripMember'] span:first-child {
    background: #00c853;
    color: #fff;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}
.preFlag .promotion_text{
	font-size: 15px;
    border-left-width: 0;
    padding: 2px 5px 2px 2px;
    color: #FF4D4D;
    background: #fff;
	border: 0;
}
.preFlag .tag.tripressoTag[data-toggle="popover"], .preFlag .tag.discountTag[data-toggle="popover"] {
    position: relative;
    padding-right: 18px;
}
.preFlag .tag.tripressoTag[data-toggle="popover"]:after, .preFlag .tag.discountTag[data-toggle="popover"]:after {
    content: "\e88f";
    font-size: 12px;
    font-family: 'Material Icons';
    line-height: 0;
    vertical-align: middle;
    padding-left: 2px;
    position: absolute;
    top: 9px;
}
.preFlag .tag[rel='forTripMember'] span:last-child {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}
.dateFavoriteBox {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    border-top: 1px #d2d2d2 solid;
}
.newTourBox {
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}
.newTourBox .dateFavoriteBox .dateBox {
    width: calc(100% - 10px);
}
.dateFavoriteBox .dateBox {
    -webkit-flex: initial;
    flex: initial;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    padding: 15px 20px;
    position: relative;
}
.dateFavoriteBox .dateBox .dateList {
    width: calc(100% - 50px);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    overflow:hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
}
/*用寬度隱藏限時促銷與保證出團的date*/
@media (max-width: 590px) {
	.dateFavoriteBox .dateBox .dateList {
		width: 405px;
	}
}
@media (max-width: 505px) {
	.dateFavoriteBox .dateBox .dateList {
		width: 320px;
	}
}
@media (max-width: 420px) {
	.dateFavoriteBox .dateBox .dateList {
		width: 235px;
	}
}
@media (max-width: 335px) {
	.dateFavoriteBox .dateBox .dateList {
		width: 150px;
	}
}
.dateFavoriteBox .dateBox .dateList .flagGroupStatus {
    display: none;
    font-size: 14px;
    position: relative;
    margin-right: 20px;
}
.newTourBox .dateFavoriteBox .dateBox .dateList .flagGroupStatus:nth-child(1), .newTourBox .dateFavoriteBox .dateBox .dateList .flagGroupStatus:nth-child(2), .newTourBox .dateFavoriteBox .dateBox .dateList .flagGroupStatus:nth-child(3), .newTourBox .dateFavoriteBox .dateBox .dateList .flagGroupStatus:nth-child(4), .newTourBox .dateFavoriteBox .dateBox .dateList .flagGroupStatus:nth-child(5) {
    display: inline;
}
.dateFavoriteBox .dateBox .dateList .flagGroupStatus:nth-child(1), .dateFavoriteBox .dateBox .dateList .flagGroupStatus:nth-child(2), .dateFavoriteBox .dateBox .dateList .flagGroupStatus:nth-child(3) {
    display: inline;
}
.dateFavoriteBox .dateBox .dateList .flagGroupStatus[rel='guarantee'] a {
    color: #e00543;
}

.dateFavoriteBox .dateBox .dateList .flagGroupStatus[rel='timeLimit'] a {
    color: #a6cb12;
}
.toolTipBox {
    display: inline-block;
    position: relative;
    text-align: center;
}
.dateFavoriteBox .dateBox .dateList .flagGroupStatus[rel='guarantee'] .toolTipTextBox {
    background-color: #e00543;
}

.dateFavoriteBox .dateBox .dateList .flagGroupStatus[rel='timeLimit'] .toolTipTextBox {
    background-color: #a6cb12;
}
.dateFavoriteBox .dateBox .dateList .flagGroupStatus .toolTipTextBox {
    font-size: 13px;
}
.dateFavoriteBox .dateBox .toolTipBox .toolTipTextBox {
    position: static;
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}
.toolTipBox .toolTipTextBox {
    visibility: hidden;
    width: 65px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 1s;
    font-size: 13px;
    line-height: 1;
}
.dateFavoriteBox .dateBox .dateMore {
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.dateFavoriteBox .dateBox .dateMore a {
    color: #999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
}





/*------------------------------------2018ste-------------------------------------*/
/*手機版MENU三條線與側邊攔*/
body {
    font: 13px/1.4 "Open Sans", sans-serif;
}
body:after {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    transition: 0.8s;
}
body.openMenu {
    overflow: hidden;
}
body.openMenu:after {
    visibility: visible;
    opacity: 1;
}
#openMenu {
    width: 48px;
    display: inline-block;
    padding: 12px;
    height: 50px;
    vertical-align: top;
}
#openMenu:hover {
    color: #000;
}
#Country, #date {
    width: calc(100% - 90px);
    display: inline;
}
#date{
    width: calc(100% - 110px);
}

/*整個內容body*/
body{
	background-image:url(../images/bg.jpg);
}
/*最上面橫幅與大圖*/
.logo{
	height: 55px;
	margin-left:10%;
}
.topbutton{
	margin-right:1%; 
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}
.transparent{
	-moz-opacity:0.5;
	filter:alpha(opacity=33);
	border:0px;
}
.normal{
	border:0px;
}
/*LINE好友按鈕*/
.line-button{
	width:100%;
	height:250px;
	text-align:center;
	z-index: 1;
	position: relative;
	max-width: 1140px;
	margin: 0 auto;
}
.line-button img{
	width:100%;
}
/*「手機版」LINE好友按鈕*/
@media (max-width:768px) {
	.line-button{
		height:350px;
	}
	.line-button-img{
		display:none;
	}
	.line-button img{
		max-width: 350px;
		width: 90%;
		margin: auto;
	}
}
@media (min-width:768px) {
	.line-button-img-phone{
		display:none;
	}
	
}
/*頁尾*/
footer {
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 8px hsla(0,0%,0%,0.50);
	box-shadow: 0px 0px 8px hsla(0,0%,0%,0.50);
	text-align: center;
	font-size: 14pt;
	padding-top: 30px;
	padding-bottom: 30px;
	z-index: 1;
	position: relative;
}
.img-radius{
	display:inline-block;
	display:relative;
	width:200px;
	height:200px;
	overflow:hidden;
	border-radius:50%;
	border-color:#FFFFFF;
	border-width:10px;
	border-style:solid;
}
.img-radius:hover{
	box-shadow: 0 1px 3px 2px rgba(128,128,128,.4);
}
.img-radius img{
	width:auto;
	height:100%;
	margin-left:-25px;
	margin-right:-25px;
}
/*各個行程整個框*/
.mix{
	display:inline-block;
	width:21%;
	margin:1.5% 1.5% ;
	border-color:#FFFFFF;
	border-width:10px;
	border-style:solid;
}
/*各個行程圖片跟內容之滑鼠停留在上面時*/
.mix:hover{
	box-shadow: 0 1px 3px 2px rgba(128,128,128,.4);
}
/*「手機版」各個行程整個框*/
@media (max-width:768px) {
	.mix{
		width:23%;
		margin-left:0.5%;
		margin-right:0.5%;
		border-width:5px;
	}
}
@media (max-width: 480px) {
	.mix{
		width:40%;
		border-width:2px;
	}
	.mix-frame{
		text-align:center;
	}	
}
/*行程上面國家之橫條圖*/
.mix-frame{
	text-align: center;
	overflow: hidden;
}
.country-color{
	height:45px;
	background-repeat: no-repeat;
	background-position: center;
}
.country-id{
	height: 50px;
}
.country-id-TOP10{
	height:3%;
}
/*「手機版」行程上面國家之橫條圖*/
@media (max-width:768px) {
	.country-color{
		height: 35px;
	}
	.country-id{
		height: 50px;
	}
	.country-id-TOP10{
		height:5%;
	}
}
/*整個行程區塊*/
#container{
	margin-left:10%;
	margin-right:10%;
	margin-bottom:3%;
}
/*各個行程圖片跟內容*/
figure{
	background-color: #FFFFFF;
}
/*各個行程圖片跟內容之小圖*/
figure img{
	width: 100%;
}
/*行程標題*/
.travelname{
	height:44px;/*不得已加這個*/
	width:98%;
	margin-top:3%;
	margin-left:2%;
	margin-right:2%;
	display: inline-block;
	font-size: 16px;
	text-align:left;
	color: #000000;
}
/*行程促銷說明*/
.travelname2{
	height:22px;/*不得已加這個*/
	width:98%;
	margin-top:5%;
	margin-left:2%;
	display: inline-block;
	font-size: 12pt;
	text-align:left;
	color:#BF0060;
	font-weight:bold;
}
/*行程價格*/
.sprice{
	width: 100%;
	display: inline-block;
	margin-left:2%;
	color: #f13424;
	font-size: 30px;
	font-weight: bold;
	text-align:left;
	font-family: Century Gothic, Helvetica, Arial,"微軟正黑體",Microsoft JhengHei, sans-serif;
}
/*價格後面"起"字*/
.priceup{
	margin-left:-4%;
	color: #888;
	font-size: 13px;
	font-style: italic;
	font-family: Microsoft JhengHei, PMingLiU, Microsoft YaHei;
}
@media (max-width: 1120px) {
	.travelname{
		height:40px;/*不得已加這個*/
	}
	/*行程促銷說明*/
	.travelname2{
		height:40px;/*不得已加這個*/
	}
}

/*「手機版」行程*/
@media (max-width:768px) {
	#container{
		margin-left:0%;
		margin-right:0%;
	}
	.travelname{
		width:100%;
		font-size: 11px;
	}
	.travelname2{
		width:100%;
		font-size: 10px;
	}
	.sprice{
		font-size: 26px;
	}
}
@media (max-width: 480px) {
	.travelname{
		height:38px;/*不得已加這個*/
		font-size: 13px;
	}
	.travelname2{
		height:19px;/*不得已加這個*/
		font-size: 11px;
	}
	.sprice{
		font-size: 16px;
	}
	.priceup{
		font-size: 6px;
	}
}
@media (max-width: 370px) {
	.priceup{
		font-size: 5px;
	}
}



/*------------------------------------2018ste-------------------------------------*/