@charset "utf-8";
/* CSS Document */
/*搜尋*/
#search{
    background-color: #fbfbfb;
}
.search{
/*
	border: 1px solid #F1E1C5;
	border-top:0;
    background-color:#F9F2DC;
	
*/
    padding:0;
	margin-top: 35px;
    margin-bottom: 10px;
	border-radius: 0;
/*
    -webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
*/
/*    box-shadow: 1px 1px 3px rgb(235,220,172, 30%);*/
    
}
.search label{
    letter-spacing: 0.2px;
    color:#4A3918;
    margin-bottom: 0px;
    font-size: 16px;
	font-weight: 500;
	font-family: "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
}
/*
.search label:before{
	content: "";
    position: absolute;
    left: 12px;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: #edb041;
    border-radius: 6px;
}
*/
.search label .glyphicon{
    padding-left: 2px;
    padding-right: 5px;
    font-size: 15px;
    color:#4D3E23;
}
.search .form-list{
    padding-left:10px;
	padding-right:10px;
}
.search .input_css {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    width: 100%;
    background-color: #fbfbfb;
    border-bottom: 2px solid #f79826;
	padding: 8px 2px;
	height: 48px;
	border-radius: 0px;
    font-weight: normal;
    font-size: 15px;
    color: #444;
}
.search .select_css {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-color: #fbfbfb;
    border-bottom: 2px solid #f79826;
    padding: 8px 2px;
	height: 48px;
	border-radius: 0px;
    cursor: pointer;
    font-weight: normal;
    font-size: 15px;
    color: #444;
}
.search .select_css option{
    color: #555;
}
.search .DateClearBtn {
	padding: 0px;
	width: 35px;
	height: 35px;
	color: #f79826;
	line-height: 36px;
    font-size: 26px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 25px;
	right: 5px;
}
.search .search_input{
    cursor: pointer;
}
.search .search_btn{
	border:0;
	background-color:#f79826;
	color:#FFFFFF;
	vertical-align:middle;
	cursor:pointer;
    margin-top: 25px;
	padding:10px 40px;
    width: 100%;
    height: 43px;
    border-radius: 30px;
    font-weight: 400;
    font-size: 16px;
    font-family: "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
	letter-spacing: 1px;
}
.search .place_wrapper{
    display: none;
    position: absolute;
    top: 75px;
    z-index: 1000;
    width: 700px;
}
.search .place_box{
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    filter: drop-shadow(0 0 6px rgba(0,0,0,.2));
/*    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 30%);*/
    padding: 20px 25px 25px 25px;
}
.search .place_box:before{
    position: absolute;
    content: '';
    display: block;
    top:-12px;
    left: 40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 13px 15px;
    border-color: transparent transparent #fff transparent;
}
.search .place_nav{
    margin: 0;
    padding: 0;
    padding-bottom: 12px;
    border-bottom: 0;
}
.search .place_nav>li.active>a, 
.search .place_nav>li.active>a:focus, 
.search .place_nav>li.active>a:hover {
    color: #333;
    border: 0;
    border-bottom: 2px solid #fe8d06;
    cursor: pointer;
}
.search .place_nav>li>a, 
.search .place_nav>li>a:focus, 
.search .place_nav>li>a:hover {
    background-color: #fff;
    border: 0;
    border-bottom: 2px solid #fff;
    font-size: 16px;
    color: #222;
    text-align: center;
    border-radius: 0;
    padding: 4px;
    margin: 0 5px 10px 5px;
}
.search .place_nav>li>a:hover{
    border-bottom: 2px solid #fe8d06;
}
.search .place_nav>li:first-child>a{
    margin-left: 0;
}
.search .place_content .place_item{
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
}
.search .place_content .place_item .place_country{
    background-color: #fff6d9;
    color: #f38500;
    width: 120px;
    padding: 10px 20px;
    font-size: 16px;
}
.search .place_content .place_item .place_area{
    background-color: #fffbf0;
    width: calc(100% - 120px);
    color: #222;
}
.search .place_content .place_item .place_area ul{
    margin: 0 ;
    padding:10px 20px 5px 20px;
    width: 100%;
}
.search .place_content .place_item .place_area li{
    list-style: none;
    display: inline-block;
    cursor: pointer;
    margin: 0 0 7px 0;
    width: 48%;
    font-size: 14px;
    vertical-align: top;
}
.search .place_content .place_item .place_area li:nth-child(odd){
    margin: 0 15px 7px 0;
}
.search .place_content .place_item .place_area li:hover{
    text-decoration: underline;
}
.search .SearchType{
    width: 100%;
    color: #525252;
    display: table;
}
.search .SearchType>div {
    margin: 0;
    padding: 6px 5px 6px 40px;
    width: 50%;
    height: 36px;
    display: table-cell;
    text-align: left;
    cursor: pointer;
    background-color: #fff;
}
.search .SearchType>div:nth-child(1) {
    border: 1px solid #20bb99;
    border-radius: 5px 0 0 5px;
}
.search .SearchType>div:nth-child(2) {
    border: 1px solid #20bb99;
    border-left: none;
    border-radius: 0 5px 5px 0;
}
.search .SearchType .select {
    color: #fff!important;
    background-color: #20bb99;
    background-image: url(../images/search_home_select.svg);
    background-position: left 10px center;
    background-size: 24px;
    background-repeat: no-repeat;
    border: 2px solid #20bb99;
}

@media screen and (max-width: 1200px) {
.search .place_wrapper{
    width: 630px;
}
}
@media screen and (max-width: 992px) {
.search{
    padding: 0 15px;
}
.search .form-group {
    margin-bottom: 20px;
}
.search .search_pad {
    padding: 0px 12px 18px 12px;
}
.search .search_btn {
    margin-top: 10px;
	font-size: 18px;
}
}
@media screen and (max-width: 767px) {
.search .place_wrapper{
    width: 96%;
}
.search .search_pad {
    padding: 0px 8px 18px 8px;
}
}
@media screen and (max-width: 640px) {
.search .place_content .place_item .place_area li{
    width: 47%;
}
}
@media screen and (max-width: 480px) {
.search .search_pad {
    width: 100%;
}
.search label {
    font-size: 15px;
    padding-bottom: 0px;
}
.search .place_box {
    padding: 15px 20px 20px 20px;
}
.search .place_content .place_item .place_country{
    width: 100px;
    padding: 10px 15px;
}
.search .place_content .place_item .place_area{
    width: calc(100% - 100px);
}
.search .place_content .place_item .place_area li {
    display: block;
    width: 100%;
    margin: 0 0 7px 0;
}
.search .place_content .place_item .place_area li:nth-child(odd){
    margin: 0 0 7px 0;
}
}


.tour_box1{
    padding: 50px 0px;
    background-color: #fbfbfb;
}
.tour_box1 h2 {
    margin: 0;
    padding-bottom: 50px;
    text-align: center;
    color: #492F0A;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 2px;
	font-family: "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
}
.tour_box1 h2 .fa{
    color: #f89f1d;
    padding-right: 10px;
    font-size: 32px;
}
.tour_box1 h2 .title_color{
    color: #f89f1d;
}
.tour_box1 .box_flex{
    display: flex;
    flex-wrap: wrap;
}
.tour_box1 .box_flex .col_flex {
    display: flex;
    flex-direction: column;
	padding-left: 12px;
	padding-right: 12px;
}
.tour_box1 .slick_item{
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    height: 100%;
    background-color:#fff;
    box-shadow: 0px 20px 80px rgba(0,0,0,0.05);
	border-radius: 15px;
	padding: 15px;
}
.tour_box1 .slick_item::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 3px;
    background-color:#ff7e25;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
}
.tour_box1 .slick_item:hover::before {
    opacity: 1;
    width: 100%;
}
.tour_box1 .slick_item .img_view {
	overflow: hidden;
	position: relative;
	display: block;
	border-radius: 10px;
}
.tour_box1 .slick_item img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tour_box1 .slick_item:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.tour_box1 .slick_item a:hover, .tour_box1 .slick_item a:focus {
	color: #333;
	text-decoration: none
}
.tour_box1 .slick_item .Txt {
	padding: 15px 10px 5px 10px;
    border-bottom: 0px #f2a68d solid;
}
.tour_box1 .slick_item h3 {
	margin: 0;
    color: #222;
    font-weight: 500;
	font-size: 17px;
	line-height: 25px;
    letter-spacing: 0.5px;
	height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-family: "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
}
.tour_box1 .slick_item p {
	margin: 0;
	padding: 0;
	color: #777;
	font-size: 14px;
	line-height: 21px;
}
.tour_box1 .slick_item .price {
    text-align: right;
	color: #ff7e25;
	font-size: 23px;
    padding-top: 20px;
    font-weight: 600;
    font-family: Arial, 微軟正黑體,"Microsoft JhengHei", sans-serif;
}
.tour_box1 .slick_item .price span {
	font-family: "Noto Sans TC","微軟正黑體", "新細明體";
	font-size: 16px;
    font-weight: 500;
	padding-left: 2px;
}

.tour_box1 .slick_item a h3:hover .box_title {
	text-decoration: none;
}
.box_title{
	color: #000;
}
@media screen and (max-width:1440px){
.tour_box1 .slick_item img {
    height: 190px;
}
}
@media screen and (max-width:1200px){
.tour_box1 .slick_item img {
    height: 170px;
}
}
@media screen and (max-width:992px){
.tour_box1{
    padding: 50px 15px 40px 15px;
}
}
@media screen and (max-width:768px){
.tour_box1 h2 {
    font-size: 32px;
    padding-bottom: 40px;
} 
.tour_box1 .slick_item img {
    height:210px;
}
.tour_box1 .slick_item {
    margin-bottom: 30px;
}
}
@media screen and (max-width:600px){
.tour_box1 .box_flex .col_flex {
    width: 100%;
}
.tour_box1 .slick_item img {
    height: auto;
}
.tour_box1 .slick_item h3 {
	height: auto;
    overflow:auto;
    display:block;
    -webkit-line-clamp: 0;
}
.tour_box1 .slick_item .Txt {
    padding: 15px 10px 10px 10px;
}
}


.tour_box2{
    padding: 70px 0px 100px 0px;
    background-color:#F8F3EF;
	font-family: "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
/*	background-image: url("../images/home_bg.jpg");*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.view {
		animation-timeline: view();
	    animation-range: entry 0 cover 50%;
	}
.tour_box2 .Engtitle{
	font-family: "Noto Serif TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
	font-size: 16px;
	color:#C5A376;
	text-align: center;
	padding-bottom: 12px;
}
.tour_box2 h2 {
    margin: 0;
    padding-bottom:40px;
    text-align: center;
    color: #333;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 3px;
	font-family: "Noto Serif TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
}
.tour_box2 h2 .fa{
    color: #f89f1d;
    padding-right: 10px;
    font-size: 32px;
}
.tour_box2 h2 .title_color{
    color: #f89f1d;
}
.tour_box2 .subtitle{
	width: 50%;
	margin: auto;
	font-size: 16px;
	font-weight: 400;
	color: #555;
	line-height: 30px;
	letter-spacing: 2px;
	text-align: center;
	padding-bottom: 70px;
}
.tour_box2 .slick-prev, 
.tour_box2 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 999;
    top:40%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    transform: translate(0, 0);
    cursor: pointer;
    outline: none;
    background: #b8a697;
    transition: all .3s;
	border-radius:0;
    color: #fff;
}
.tour_box2 .slick-prev{
	left:-50px;
}
.tour_box2 .slick-next{
	right:-50px;
}
.tour_box2 .slick-prev:before {
    content: '\f104';
}
.tour_box2 .slick-next:before {
    content: '\f105';
}
.tour_box2 .slick-prev:before, 
.tour_box2 .slick-next:before {
    font-family: FontAwesome;
    font-size: 26px;
    color: #fff;
    opacity: .9;
}
.tour_box2 .slick-prev:hover:before, 
.tour_box2 .slick-next:hover:before,
.tour_box2 .slick-prev:focus:before, 
.tour_box2 .slick-next:focus:before{
    color: #fff;
}
.tour_box2 .slick-prev:hover, 
.tour_box2 .slick-prev:focus, 
.tour_box2 .slick-next:hover, 
.tour_box2 .slick-next:focus {
	color: #fff;
    background-color: #B7A692;
}
.tour_box2 .slick-dots{
	bottom:-50px;
}
.tour_box2 .slick-dots li{
    width: 13px;
    height: 13px;
	margin:0 5px;
}
.tour_box2 .slick-dots li button {
    width: 13px;
    height: 13px;
    border: 1px solid #B7A692;
    background-color:transparent;
}
.tour_box2 .slick-dots li button:focus, 
.tour_box2 .slick-dots li.slick-active button {
    outline: none;
    background-color:#B7A692;
    width: 13px;
    height: 13px;
}
.tour_box2 .slick-dots li.slick-active{
	margin:0 5px;
    width: 13px;
    height: 13px;
}
.tour_box2 .slick-list{
	padding-left: 200px !important; /* 第一張左側的空格大小 */
	padding-right: 10% !important; /* 右側露出的下一張比例/像素 */
}
.tour_box2 .slick_item{
	border-radius: 20px;
	margin: 0 15px;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
    overflow: hidden;
}
.tour_box2 .slick_item img {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tour_box2 .slick_item:hover img {
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}
.tour_box2 .slick_item a{
    text-decoration: none;
}
.tour_box2 .pic{
    vertical-align: top; 
    padding: 0;
    position: relative;
}
.tour_box2 .pic img{
    width: 100%;
/*	border-radius: 10px;*/
}
.tour_box2 .slick_con{
    padding: 25px 10px 10px 10px;
    overflow: hidden;
}
.tour_box2 .slick_item .Txt{
    display:block;
    position: absolute;
    overflow: hidden;
    left:0px;
    right:0px;
    top:0px;
    background-color:rgba(6,8,43,0.3);
	/* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https://colorzilla.com/gradient-editor/#000000+59,00b1ea+100&0+59,0.65+100 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 50%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	height:100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding:20px 30px;
}
.tour_box2 .slick_item .Txt .con{
	writing-mode: vertical-rl;
    margin: 0;
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    border: 0px solid rgba(255,255,255,0.5);
	font-size:23px;
	line-height: 32px;
    font-weight: 400;
	letter-spacing: 4px;
	font-family: "Noto Serif TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
	color:#fff;
    transition: all 0.5s ease;
/*	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5), -1px -1px 5px rgba(0, 0, 0, 0.5);*/
}
.tour_box2 .slick_item .Txt .line{
	text-orientation: upright;
}
.tour_box2 .slick_item .Txt .desc{
	font-size:16px;
	line-height:26px;
	position:relative;
	padding-top: 15px;
	margin-top: 15px;
}
.tour_box2 .slick_item .Txt .desc:before {
    content: "";
    background: #eeeeee;
    height: 1px;
    width: 40px;
    position: absolute;
    left: 50%;
	top: 0;
    transform: translate(-50%, 0%);
/*	transform: rotate(150deg);*/
}
@media screen and (max-width:1600px){
.tour_box2 .slick-list{
	padding-left: 100px !important;
}
}
@media screen and (max-width:1200px){
.tour_box2 .slick-list{
	padding-left: 20px !important;
}
}
@media screen and (max-width:992px){
.tour_box2 {
    padding: 60px 0px 80px 0px;
}
.tour_box2 h2 {
    font-size: 28px;
	padding-bottom: 30px;
}
.tour_box2 .subtitle {
    width: 100%;
	padding-bottom: 50px;
}
}
@media screen and (max-width:768px){
.tour_box2 {
    padding: 60px 10px 80px 10px;
}
.tour_box2 .slick-list{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.tour_box2 h2 {
    padding-bottom: 35px;
    font-size: 26px;
}
.tour_box2 .subtitle {
	padding-bottom: 50px;
}
}



/*主題行程*/
.tour_theme{
    padding: 90px 0 100px 0;
	font-family: "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
	background-image: url(../images/st-bg3.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
#theme_item{
/*    width: 90%;*/
/*    margin: 0 auto;*/
}
.tour_theme .Engtitle{
	font-family: "Noto Serif TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
	font-size: 16px;
	color:#C5A376;
	text-align: center;
	padding-bottom: 12px;
}
.tour_theme h2 {
    margin: 0;
    padding-bottom:40px;
    text-align: center;
    color: #333;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 3px;
	font-family: "Noto Serif TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
}
.tour_theme h2 .fa{
    color: #f89f1d;
    padding-right: 10px;
    font-size: 32px;
}
.tour_theme h2 .title_color{
    color: #f89f1d;
}
.tour_theme .subtitle{
	width: 50%;
	margin: auto;
	font-size: 16px;
	font-weight: 400;
	color: #555;
	line-height: 30px;
	letter-spacing: 2px;
	text-align: center;
	padding-bottom: 70px;
}
.tour_theme img{
    width: 100%;
    height: 100%;
}
.tour_theme .theme_row{
    margin: 0;
}
.tour_theme .theme_col{
    padding-left: 0px;
    padding-right: 0px;
}
.tour_theme .slick-prev, .tour_theme .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 999;
    top:45%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    transform: translate(0, 0);
    cursor: pointer;
    color: #f89f1d;
    border: none;
    outline: none;
    background: none;
    transition: all .5s;
	border-radius:0px;
	background-color:rgba(0,0,0,0.3);
/*	box-shadow: 0px 3px 5px rgba(0,0,0,0.1);*/
}
.tour_theme .slick-prev{
	left:23px;
}
.tour_theme .slick-next{
	right:23px;
}
.tour_theme .slick-prev:before {
    content: '\f104';
}
.tour_theme .slick-next:before {
    content: '\f105';
}
.tour_theme .slick-prev:before, 
.tour_theme .slick-next:before {
    font-family: FontAwesome;
    font-size: 35px;
    opacity: 1;
    color: #fff;
}
.tour_theme .slick-prev:hover, 
.tour_theme .slick-prev:focus, 
.tour_theme .slick-next:hover, 
.tour_theme .slick-next:focus {
	color: #fff;
    background-color: #B7A692;
}
.tour_theme .slick-dots{
	bottom:-50px;
}
.tour_theme .slick-dots li{
    width: 13px;
    height: 13px;
	margin:0 5px;
}
.tour_theme .slick-dots li button {
    width: 13px;
    height: 13px;
    border: 1px solid #B7A692;
    background-color:transparent;
}
.tour_theme .slick-dots li button:focus, 
.tour_theme .slick-dots li.slick-active button {
    outline: none;
    background-color:#B7A692;
    width: 13px;
    height: 13px;
}
.tour_theme .slick-dots li.slick-active{
	margin:0 5px;
    width: 13px;
    height: 13px;
}
.tour_theme .slick_item{
	background-size:cover !important;
    background-position: 50%;
	position:relative;
	overflow: hidden;
	border-radius:30px;
	margin: 0 8px;
}
/*
.tour_theme .slick-slide{
	margin: 50px 10px 20px 10px;
}
.tour_theme .slick-slide:nth-child(even){
	margin: 20px 10px;
}
*/
.tour_theme .item_pad1{
    padding-top: 30px;
}
.tour_theme .item_pad2{
    padding-bottom: 30px;
}
.tour_theme .slick_item img::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
/*    background-color: #06082b;*/
}
.tour_theme .slick_item .Txt{
    display:block;
    position: absolute;
    overflow: hidden;
    left:0px;
    right:0px;
    top:0px;
    background-color:rgba(6,8,43,0.3);
	/* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https://colorzilla.com/gradient-editor/#000000+59,00b1ea+100&0+59,0.65+100 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 60%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	height:100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding:20px 30px;
}
.tour_theme .slick_item .Txt h3{
    margin: 0;
    position: absolute;
    top: 80%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, 0);
    border: 0px solid rgba(255,255,255,0.5);
	font-size:21px;
	line-height: 32px;
    font-weight: 400;
	letter-spacing: 2px;
	font-family: "Noto Serif TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
	color:#fff;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
/*	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5), -1px -1px 5px rgba(0, 0, 0, 0.5);*/
}
.tour_theme .slick_item:hover .Txt {
    top:0;
	margin-left:0px;
    margin-right:0px;
	height:100%;
	background:rgba(173, 147, 121, 0.9);
}
.tour_theme .slick_item:hover .Txt h3{
    top: 20px;
	border-bottom: 0px solid #fff;
	padding:20px;
}
.tour_theme .slick_item .Txt .price,
.tour_theme .slick_item .Txt .detail{
    opacity:0;
    transition: all 0.5s ease;
    color:#fff;
}
.tour_theme .slick_item .Txt .detail{
    padding-top: 70px;
    font-size:15px;
    line-height:28px;
	letter-spacing: 1px;
	font-weight: 300;
}
.tour_theme .slick_item .Txt .price{
	text-align:center;
	font-size:25px;
    color:#FFB325;
    font-weight: 600;
}
.tour_theme .slick_item .Txt .price span{
	font-size:15px;
}
.tour_theme .slick_item:hover .Txt .detail,
.tour_theme .slick_item:hover .Txt .price{
    opacity:1;
}
@media screen and (max-width:1200px){
.tour_theme .slick-prev {
    left: 18px;
}
.tour_theme .slick-next {
    right: 18px;
}
.tour_theme .slick_item {
	margin: 0 3px;
}	
}
@media screen and (max-width:992px){
.tour_theme {
    padding: 60px 10px 80px 10px;
}
.tour_theme h2 {
    font-size: 28px;
	padding-bottom: 30px;
}
.tour_theme .subtitle {
    width: 100%;
	padding-bottom: 50px;
}
.tour_theme .slick-prev {
    left: 15px;
}
.tour_theme .slick-next {
    right: 15px;
}
.tour_theme .slick_item {
	margin: 0;
}
}
@media screen and (max-width:768px){
.tour_theme h2 {
    padding-bottom: 35px;
    font-size: 26px;
}
.tour_theme .subtitle {
	padding-bottom: 50px;
}
}


/*行程組別*/
.travel_groupbox_margin {
    background-color: #fff;
    padding: 80px 0 40px 0;
}
.travel_groupbox {
	padding: 0 5px 40px 5px;
}
.travel_groupbox .content {
	overflow: hidden;
	font-size: 15px;
	min-height: 180px;
	width: 100%;
    background-color: #fff;
    position: relative;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.travel_groupbox h2 {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, 0);
/*    font-family: "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;*/
	font-weight: 600;
	font-size: 28px;
    margin: 0;
    color: #fff;
    letter-spacing: 1px;
    padding: 12px;
    text-shadow: 0px 0px 8px #000;
}
.travel_groupbox .content .pic {
	display: block;
	width: 100%;
}
.travel_groupbox .content .pic img {
	width: 100%;
	height: 220px;
	object-fit: cover;
    background-position: center;
}
.travel_groupbox .content .travel_list {
	display: block;
	width: 100%;
	padding: 10px 25px;
    overflow: hidden;
    height: 285px;
}
.travel_groupbox .content .travel_list ul {
	padding: 0;
	margin: 0;
}
.travel_groupbox .content .travel_list li {
	list-style: none;
	float: left;
	display: inline;
	width: 100%;
	line-height: 28px;
	border-bottom: 1px solid #DDDDDD;
}
.travel_groupbox .content .travel_list li:nth-child(5) {
    border-bottom:0;
}
.travel_groupbox .content .travel_list li a {
	float: left;
	display: inline;
	color: #444;
    font-family: "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
    font-weight: 400;
	font-size: 18px;
    line-height: 26px;
	text-decoration: none;
	padding: 12px 0px;
	width: 68%;
}
.travel_groupbox .content .travel_list li a:hover {
	color: #ff7e25;
}
.travel_groupbox .content li .price {
	float: right;
	display: inline;
	width: 32%;
	text-align: right;
	padding: 14px 0px;
    font-size: 19px;
    line-height: 22px;
    color: #ff7e25;
    font-family: "Microsoft JhengHei", Arial, 微軟正黑體, sans-serif;
    font-weight: 600;
/*    font-style: italic;*/
}
.travel_groupbox .content li .price span {
    font-family: "微軟正黑體", "新細明體";
    font-size: 14px;
    font-weight: 400;
    padding-left: 2px;
}
@media screen and (max-width:992px){
.travel_groupbox_margin {
    padding: 60px 15px 20px 15px;
}
.travel_groupbox .content .pic img {
	height: 200px;
}
}
@media screen and (max-width:768px){
.travel_groupbox .content .travel_list {
    height: auto;
}
.travel_groupbox .content li .price {
    font-size: 17px;    
}
}
@media screen and (max-width:480px){
.travel_groupbox .content .pic img {
	height: auto;
}
}