@charset "utf-8";
/* CSS Document */
/*搜尋*/
.search label{
    margin-bottom: 8px;
    letter-spacing: 0.2px;
    color: #fff;
    font-size: 16px;
}
.search label .glyphicon{
    padding-left: 2px;
    padding-right: 5px;
    font-size: 17px;
    color: #ff9700;
}
.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: #fff;
    border: 0px solid #fff;
	padding: 8px 10px;
	height: 44px;
	border-radius: 5px;
    font-weight: normal;
    font-size: 15px;
    color: #000;
}
.search .select_css {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-color: #fff;
    border: 0px solid #fff;
    border-radius: 5px;
    padding: 8px 10px;
	height: 44px;
    cursor: pointer;
    font-weight: normal;
    font-size: 15px;
    color: #000;
}
.search .select_css option{
    color: #000;
}
.search .DateClearBtn {
	padding: 0px;
	width: 36px;
	height: 36px;
	color: #ff9700;
	line-height: 36px;
    font-size: 28px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 30px;
	right: 0px;
}
.search .search_input{
    cursor: pointer;
}
.search .search_btn{
	border:0;
	background-color:#ff9700;
	color:#FFFFFF;
	vertical-align:middle;
	cursor:pointer;
    margin-top: 29px;
	padding:10px 40px;
    width: 100%;
    height: 46px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 18px;
    font-family: "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
}
.search .place_wrapper{
    display: none;
    position: absolute;
    top: 70px;
    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 #f69400;
    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 #f69400;
}
.search .place_nav>li:first-child>a{
    margin-left: 0;
}
.search .place_content .place_item{
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
}
.search .place_content .place_item .place_country{
    background-color: #fff2e0;
    color: #f69400;
    width: 120px;
    padding: 10px 20px;
    font-size: 16px;
}
.search .place_content .place_item .place_area{
    background-color: #fff9f1;
    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: 30px 30px 20px 30px;
}
.search .form-group {
    margin-bottom: 20px;
}
.search .search_pad {
    padding: 0px 12px 18px 12px;
}
.search .search_btn {
    margin-top: 5px;
}
}
@media screen and (max-width: 767px) {
.search{
    padding: 25px 15px 15px 15px;
}
.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: 60px 0 20px 0;
}
.tour_box1 h2 {
    margin: 0;
    padding-bottom: 40px;
    text-align: center;
    color: #1d5e5e;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
	font-family: "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
}
.tour_box1 h2 img{
	vertical-align: middle;
	margin-right: 5px;
}
/*
.tour_box1 h2:after {
    z-index: 2;
    content: " ";
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    border-bottom: 1px solid #c8d4d9;
    width: 50px;
}
*/
.tour_box1 .box_flex{
    display: flex;
    flex-wrap: wrap;
}
.tour_box1 .box_flex .col_flex {
    display: flex;
    flex-direction: column;
}
.tour_box1 .slick_item{
    margin: 0px 5px 50px 5px;
    position: relative;
    overflow: hidden;
    height: 100%;
    background-color: rgba(14,139,196,0.8);
    -webkit-border-radius: 40px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 40px;
    -moz-border-radius-topright: 0;
    border-radius: 40px;
    border-top-right-radius: 0;
}
.tour_box1 .slick_item .img_view {
	overflow: hidden;
	position: relative;
	display: block;
}
.tour_box1 .slick_item img {
	width: 100%;
	height: 280px;
	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: 20px 30px 25px 30px;
}
.tour_box1 .slick_item h3 {
	margin: 0;
    color: #fff;
    font-weight: 400;
	font-size: 18px;
	line-height: 28px;
    letter-spacing: 1px;
	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: #ffe04e;
	font-size: 22px;
    padding-top: 15px;
    margin-top: 20px;
    border-top:1px solid rgba(255,255,255,0.4);
    font-weight: 600;
    font-family:"Microsoft JhengHei",Arial, 微軟正黑體, sans-serif;
}
.tour_box1 .slick_item .price span {
	font-family: "微軟正黑體", "新細明體";
	font-size: 15px;
    font-weight: 400;
}

.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: 210px;
}
}
@media screen and (max-width:1200px){
.tour_box1 .slick_item {
    margin: 0px 5px 40px 5px;
}
}
@media screen and (max-width:992px){
.tour_box1 {
    padding: 50px 20px 20px 20px;
}
.tour_box1 .slick_item img {
    height:250px;
}
}
@media screen and (max-width:768px){
.tour_box1 {
    padding: 50px 10px 10px 10px;
}
.tour_box1 h2 {
    font-size: 28px;
}
.tour_box1 .slick_item {
     margin: 0px 0px 40px 0px; 
}
.tour_box1 .slick_item img {
    height:210px;
}
.tour_box1 .slick_item h3 {
	font-size: 17px;
    line-height: 26px;
}   
}
@media screen and (max-width:600px){
.tour_box1 {
    padding: 50px 5px 10px 5px;
}
.tour_box1 .box_flex .col_flex {
    width: 100%;
}
.tour_box1 .slick_item img {
    height: auto;
}
}


.tour_box2{
    padding: 80px 0;
    background-color: #e7eded;
    background-image: url(../images/tour_pic.png);
    background-repeat: no-repeat;
    background-size:cover;
/*    background-position: 20%;*/
}
.tour_box2 .flex_box{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.tour_box2 .flex_box .box_left{
    width:24%;
}
.tour_box2 .flex_box .box_right{
    width:76%;
} 
.tour_box2 h2 {
    margin: 0;
	padding: 130px 20px 20px 150px; 
    color: #005b5b;
    font-size: 36px;
	line-height: 42px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
}
.tour_box2 h2 img{
	vertical-align: middle;
	margin-right: 5px;
}
.tour_box2 .subtitle{
    font-family: "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    color: #333;
    letter-spacing: 1px;
    padding-left: 150px;
    padding-right: 40px;
}
/*
.tour_box2 h2:after {
    z-index: 2;
    content: " ";
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    border-bottom: 1px solid #0f5a7c;
    width: 80px;
}
*/
.tour_box2 .slick-prev, 
.tour_box2 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 999;
    top:80%;
    display: block;
    width: 58px;
    height: 58px;
    padding: 0;
    transform: translate(0, 0);
    cursor: pointer;
    outline: none;
    background: none;
    transition: all .3s;
	border-radius:50%;
/*    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);*/
/*    background-color: transparent;*/
    border: 2px solid #ff9700;
    color: #ff9700;
}
.tour_box2 .slick-prev{
	left:-24%;
}
.tour_box2 .slick-next{
	right:114%;
}
.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: 30px;
    color: #ff9700;
	opacity: 1;
}
.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: #ff9700;
}
.tour_box2 .slick-prev:hover, 
.tour_box2 .slick-prev:focus, 
.tour_box2 .slick-next:hover, 
.tour_box2 .slick-next:focus {
	color: #ff9700;
/*
    border: 1px solid rgba(32,162,229,0.6);
    background-color: rgba(32,162,229,0.7);
*/
}
.tour_box2 .slick-dots{
	bottom:-30px;
}
.tour_box2 .slick-dots li{
    width: 15px;
    height: 15px;
	margin:0 5px;
}
.tour_box2 .slick-dots li button {
    width: 15px;
    height: 15px;
    border: 1px solid #ff9700;
    background-color:transparent;
}
.tour_box2 .slick-dots li button:focus, 
.tour_box2 .slick-dots li.slick-active button {
    outline: none;
    background-color: #ff9700;
    width: 15px;
    height: 15px;
}
.tour_box2 .slick-dots li.slick-active{
	margin:0 5px;
    width: 15px;
    height: 15px;
}
.tour_box2 .tour_bg{
    background-color: rgba(255,255,255,0.7);
    padding: 50px 0px 50px 30px;
    -webkit-border-radius: 60px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 60px;
    -moz-border-radius-topright: 0;
    border-radius: 60px;
    border-top-right-radius: 0;
}
.tour_box2 .tour_bg .slick-list{
    padding-right: 180px;
}
.tour_box2 .slick_item{
    margin: 10px 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;
}
.tour_box2 .slick_item a{
    text-decoration: none;
}
.tour_box2 .slick_item:hover{
    margin-top: 0px;
}
.tour_box2 .pic{
    vertical-align: top;
    padding: 0;
    position: relative;
}
.tour_box2 .pic img{
    width: 100%;
    -webkit-border-radius: 40px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 40px;
    -moz-border-radius-topright: 0;
    border-radius: 40px;
    border-top-right-radius: 0;
}
.tour_box2 .pic .price{
    position: absolute;
    bottom: 30px;
    right: -5px;
    padding: 6px 18px;
    border-radius: 5px;
    background-color: #36B9AF;
    color: #fff;
    font-family: "Microsoft JhengHei",Arial, 微軟正黑體, sans-serif;
    font-weight: 700;
    font-size: 21px;
}
.tour_box2 .pic .price span{
    font-family: "微軟正黑體", "新細明體";
    font-size: 15px;
    font-weight: 400;
}
.tour_box2 .slick_con{
    padding: 20px 10px 0 10px;
    vertical-align: top;
}
.tour_box2 .slick_con h3{
	margin:0;
	padding-bottom: 10px;
	font-size: 21px;
	line-height: 30px;
	color:#333;
    font-weight: 500;
    font-family: "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
    letter-spacing: 1px;
}
.tour_box2 .slick_con p{
	color:#444;
	font-size:16px;
	line-height:26px;
    margin: 0;
    letter-spacing:0.5px;
}
@media screen and (max-width:1600px){
.tour_box2 .flex_box .box_left{
    width:25%;
}
.tour_box2 .flex_box .box_right{
    width:75%;
}
.tour_box2 h2 {
    padding-left: 100px;
}
.tour_box2 .subtitle{
    padding-left: 100px;
}
.tour_box2 .slick-prev{
	left:-28%;
}
.tour_box2 .slick-next{
	right:116%;
}
}
@media screen and (max-width:1440px){
.tour_box2 .pad_left{
    padding-left: 0px;
}
.tour_box2 h2 {
    padding-top: 100px;
	padding-left: 90px;
	font-size: 34px;
}
.tour_box2 .subtitle{
    padding-left: 90px;
}
.tour_box2 .slick-prev{
	left:-28%;
}
.tour_box2 .slick-next{
	right:113%;
}   
}
@media screen and (max-width:1300px){
.tour_box2 .slick-prev, .tour_box2 .slick-next {
	top:90%;	
}
}
@media screen and (max-width:1200px){
.tour_box2 .flex_box .box_left{
    width:28%;
}
.tour_box2 .flex_box .box_right{
    width:72%;
}
.tour_box2 h2 {
    font-size: 32px;
	padding-top: 90px;
	padding-left: 50px;
}
.tour_box2 .subtitle {
	padding-left: 50px;
}
.tour_box2 .slick-prev, .tour_box2 .slick-next {
	top:75%;	
}
.tour_box2 .slick-prev{
	left:-36%;
}
.tour_box2 .slick-next {
    right: 119%;
}
.tour_box2 .tour_bg {
    padding: 40px 0px 40px 20px;
}
}
@media screen and (max-width:992px){
.tour_box2{
    padding: 60px 30px;
    background-position: 50%;
}
.tour_box2 .flex_box .box_left,
.tour_box2 .flex_box .box_right{
    width:100%;
}
.tour_box2 h2 {
    padding: 0;
    padding-bottom: 45px;
    text-align: center;
    letter-spacing: 1px;
}
/*
.tour_box2 h2:after {
    z-index: 2;
    content: " ";
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    border-bottom: 1px solid #0f5a7c;
    width: 50px;
}
*/
.tour_box2 .subtitle{
   display: none;
}
.tour_box2 .tour_bg .slick-list{
    padding-right: 0px;
}
.tour_box2 .tour_bg {
    padding: 30px 10px;
}
}
@media screen and (max-width:768px){
.tour_box2 h2 {
    font-size: 28px;
}
.tour_box2 .slick_con{
    padding: 20px 10px 0 10px;
}
}
@media screen and (max-width:600px){
.tour_box2{
    padding: 50px 20px 55px 20px;
}
}


/*主題行程*/
.tour_theme{
/*    background-color: #f2f8fb;*/
    padding: 70px 120px;
}
.tour_theme h2 {
    margin: 0;
    padding-bottom: 40px;
    text-align: center;
    color: #005b5b;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
	font-family: "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
}
.tour_theme h2 img{
	vertical-align: middle;
	margin-right: 5px;
}
/*
.tour_theme h2:after {
    z-index: 2;
    content: " ";
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    border-bottom: 1px solid #c8d4d9;
    width: 50px;
}
*/
.tour_theme .slick-prev, 
.tour_theme .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 999;
    top:40%;
    display: block;
    width: 55px;
    height: 55px;
    padding: 0;
    transform: translate(0, 0);
    cursor: pointer;
    outline: none;
    background: none;
    transition: all .3s;
	border-radius:50%;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    background-color: rgba(255,151,0,0.6);
    color: #fff;
}
.tour_theme .slick-prev{
	left:-50px;
}
.tour_theme .slick-next{
	right:-50px;
}
.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: 30px;
    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: rgba(255,151,0,0.8);
}
.tour_theme .slick-dots{
	bottom:-30px;
}
.tour_theme .slick-dots li{
    width: 15px;
    height: 15px;
	margin:0 5px;
}
.tour_theme .slick-dots li button {
    width: 15px;
    height: 15px;
    border: 1px solid #ff9700;
    background-color:transparent;
}
.tour_theme .slick-dots li button:focus, 
.tour_theme .slick-dots li.slick-active button {
    outline: none;
    background-color: #ff9700;
    width: 15px;
    height: 15px;
}
.tour_theme .slick-dots li.slick-active{
	margin:0 5px;
    width: 15px;
    height: 15px;
}
.tour_theme .slick_item{
    position: relative;
    overflow: hidden;
    box-shadow: 1px 1px 10px #e7e7e7;
    border-radius: 8px;
    margin: 10px 3px;
    -webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
    -webkit-border-radius: 40px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 40px;
    -moz-border-radius-topright: 0;
    border-radius: 40px;
    border-top-right-radius: 0;
}
.tour_theme .slick_item .img_view {
	overflow: hidden;
	position: relative;
	display: block;
}
.tour_theme .slick_item .img_view::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,7db9e8+76&1+0,0+77 */
/*background: linear-gradient(to top, rgba(0,0,0,0.3) 0%,rgba(125,185,232,0.01) 70%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.tour_theme .slick_item img {
	width: 100%;
	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_theme .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_theme .slick_item a:hover, .tour_theme .slick_item a:focus {
	color: #333;
	text-decoration: none
}
.tour_theme .slick_item .Txt {
    display: block;
    overflow: hidden;
    background-color: #fff;
    padding: 25px 30px;
}
.tour_theme .slick_item h3 {
    font-family: "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
	margin: 0;
    color: #333;
    font-weight: 500;
	font-size: 21px;
    letter-spacing: 1px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomright: 25px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 25px;
}
.tour_theme .slick_item p {
	margin: 0;
	padding-top: 15px;
    padding-bottom: 15px;
	color: #333;
	font-size: 17px;
	line-height: 28px;
    letter-spacing: 0.5px;
}
.tour_theme .slick_item .price {
    text-align: right;
	color: #ff8a00;
	font-size: 23px;
    font-weight: 600;
    font-family:"Microsoft JhengHei",Arial, 微軟正黑體, sans-serif;
}
.tour_theme .slick_item .price span {
	font-family: "微軟正黑體", "新細明體";
	font-size: 15px;
    font-weight: 400;
}

.tour_theme .slick_item a h3:hover .box_title {
	text-decoration: none;
}
.box_title{
	color: #000;
}
@media screen and (max-width:1440px){
.tour_theme{
    padding: 60px 80px;
}
.tour_theme .slick_item{
    margin: 10px 0px;
}
}
@media screen and (max-width:992px){
.tour_theme{
    padding: 50px 30px;
}
.tour_theme .slick-prev{
	left:-10px;
}
.tour_theme .slick-next{
	right:-10px;
}
}
@media screen and (max-width:768px){
.tour_theme {
    padding: 50px 15px;
}
.tour_theme h2 {
    font-size: 28px;
}
.tour_theme .slick_item{
    margin: 10px 0;
}
.tour_theme .slick_item .Txt {
    padding: 25px;
}
.tour_theme .slick_item p {
    padding-top: 12px;
    font-size: 15px;
    line-height: 24px;
}
}
@media screen and (max-width:768px){
.tour_theme {
    padding: 50px 10px;
}
}


/*行程組別*/
.travel_groupbox {
    background-color:#F5F5F5;
    background: url(../images/home_bg.jpg) repeat;;
    padding: 60px 0 80px 0;
}
.groupbox_tab {
	margin:0 auto;
	padding:0;
    padding-bottom: 20px;
	border-bottom: 0;
	text-align: center;
}
.groupbox_tab>li{
	padding-bottom:10px;
	padding-left:4px;
    padding-right:4px;
    float: none;
    display: inline-block;
}
.groupbox_tab>li>a, .groupbox_tab>li>a:focus, .groupbox_tab>li>a:hover {
	font-size: 22px;
    font-weight: 600;
	color: #0f5a7c;
	background-color: transparent;
	border: 0px solid #0dae71;
	text-align: center;
	border-radius: 30px;
	padding: 6px 20px;
    font-family: 'Noto San TC', 微軟正黑體, "Microsoft JhengHei", sans-serif;
}
.groupbox_tab>li.active>a, .groupbox_tab>li.active>a:focus, .groupbox_tab>li.active>a:hover {
	color: #fff;
	background-color: #20a2e5;
	border: 1px solid #20a2e5;
}
.group_tab{
    width: 100%;
    display: flex;
    background-color: #fff;
    padding: 30px;
    -webkit-border-radius: 50px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 50px;
    -moz-border-radius-topright: 0;
    border-radius: 50px;
    border-top-right-radius: 0;
}
.group_tab .pic{
    width: 50%;   
}
.group_tab .pic img{
    width: 100%;
    -webkit-border-radius: 40px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 40px;
    -moz-border-radius-topright: 0;
    border-radius: 40px;
    border-top-right-radius: 0;
}
.group_tab .item_list{
    width: 50%;
    padding-left: 30px;
}
.group_tab .item_list .item{
    width: 100%;
    display: block;
    border-bottom: 1px solid #DADADC;
    padding: 12px 15px;
}
.group_tab .item_list .item a:hover h4{
    color: #f26262;    
}
.group_tab .item_list .item h4{
    display: inline-block;
    width: 70%;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Noto Sans TC', 微軟正黑體, "Microsoft JhengHei", sans-serif;
    color: #444;
}
.group_tab .item_list .item p{
    display: inline-block;
    width: 30%;
    text-align: right;
    font-weight: 600;
    font-size: 20px;
    color: #ff5252;
    font-family: "Microsoft JhengHei",Arial, 微軟正黑體, sans-serif;
}
.group_tab .item_list .item p span{
    font-size: 16px;
}
.travel_groupbox .content {
	overflow: hidden;
	font-size: 15px;
	min-height: 180px;
	width: 100%;
	border: 13px solid #fff;
    background-color: #fff;
    position: relative
}
.travel_groupbox h2 {
    position: absolute;
    top: 0;
    font-family: "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
	font-weight: 400;
	font-size: 23px;
    line-height: 32px;
    padding: 12px 25px;
    margin: 0;
    color: #fff;
    letter-spacing: 1px;
}
.travel_groupbox .content .pic {
	display: block;
	width: 100%;
}
.travel_groupbox .content .pic img {
	width: 100%;
	height: 280px;
	object-fit: cover;
}
.travel_groupbox .content .travel_list {
	display: block;
	width: 100%;
	padding: 5px 15px 0 15px;
    overflow: hidden;
    height: 270px;
}
.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 #d7d6d6;
}
.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: 17px;
    line-height: 26px;
	text-decoration: none;
	padding: 12px 0px;
	width: 68%;
}
.travel_groupbox .content .travel_list li a:hover {
	color: #f26262;
}
.travel_groupbox .content li .price {
	float: right;
	display: inline;
	width: 32%;
	text-align: right;
	padding: 14px 0px;
    font-size: 18px;
    line-height: 22px;
    color: #f26262;
    font-family: "Noto Serif TC", 微軟正黑體, serif;
    font-weight: 800;
/*    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 {
    padding: 50px 15px 60px 15px;
}
.group_tab {
    padding: 20px;    
}
.group_tab .item_list .item {
    padding: 10px 0px;
}
.group_tab .item_list .item h4 {
    font-size: 18px;
}
.group_tab .item_list .item p {
    font-size: 18px;
}
}
@media screen and (max-width:768px){
.group_tab {
    display: block;
    padding: 25px; 
}
.group_tab .pic {
    width: 100%;
}
.group_tab .item_list {
    width: 100%;
    padding-left: 0px;
    padding: 10px;
}
.groupbox_tab>li>a, .groupbox_tab>li>a:focus, .groupbox_tab>li>a:hover {
	font-size: 20px;
}
}
@media screen and (max-width:600px){
.travel_groupbox {
    padding: 50px 5px 60px 5px;
}    
}


/*IG*/
.IG_box{
    padding: 80px 0 40px 0;
}
.IG_box h2 {
    margin: 0;
    padding-bottom: 50px;
    text-align: center;
    color: #005b5b;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
	font-family: "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
}
.IG_box h2 img{
	vertical-align: middle;
	margin-right: 5px;
}
/*
.IG_box h2:after {
    z-index: 2;
    content: " ";
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    border-bottom: 1px solid #c8d4d9;
    width: 50px;
}
*/
.IG_box .IG_img{
	background: white; 
	max-width: 540px; 
	width:100%; 
	border-radius: 3px; 
	border: 1px solid rgb(219, 219, 219); 
	box-shadow: none; 
	display: block; 
	margin: 0 auto;
/*	min-width: 326px; */
	padding: 0;
	margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
.IG_box {
	padding: 60px 15px 30px 15px;
}
}
@media screen and (max-width:768px){
.IG_box h2 {
    font-size: 28px;
}
}


/*我們的履歷*/
.resume_box{
    padding-top: 60px;
	margin-bottom: -100px;
	z-index: 5;
	position: relative;
}
.resume_box h2 {
    margin: 0;
    padding-bottom: 40px;
    text-align: center;
    color: #005b5b;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
	font-family: "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
}
.resume_box h2 img{
	vertical-align: middle;
	margin-right: 5px;
}
/*
.resume_box h2:after {
    z-index: 2;
    content: " ";
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    border-bottom: 1px solid #c8d4d9;
    width: 50px;
}
*/
.resume_num{
	background: #fbfaf6;
    border: 1px solid rgba(255, 153, 0, 0.5);
	padding: 40px 50px;
}
.counterbox_itembox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.counterbox_item {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.counterbox_item h5 {
    font-family: "Libre Franklin", sans-serif !important;
    font-weight: 800;
    font-size: 70px;
    letter-spacing: 0px;
    color: #f90;
    margin: 0;
}
.counterbox_item span {
    font-family: "Libre Franklin", sans-serif !important;
    font-weight: 800;
    font-size: 70px;
    margin-left: 8px;
    color: #f90;
}
.counterbox_item h6 {
    width: 100%;
    text-align: center;
    margin: 0;
	margin-top: 15px;
	margin-bottom: 10px;
    font-size: 20px;
	line-height: 28px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #333;
	font-family: "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
}
.resume_num .resume_counter{
	text-align: center;
}
.resume_num .resume_counter .counter{
	color: #f90;
	font-family: "Libre Franklin", sans-serif !important;
    font-weight: 800;
	font-size:68px;
	line-height: 68px;
}
.resume_num .resume_counter h5{
	margin: 0;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #333;
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	font-family: "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
	letter-spacing: 1px;
}
@media screen and (max-width: 1400px) {
.counterbox_item h5,.counterbox_item span {
    font-size: 65px;
}
}
@media screen and (max-width: 1200px) {
.resume_num{
	padding: 30px 15px 25px 15px;
}
.counterbox_item h5,.counterbox_item span {
    font-size: 55px;
}
}
@media screen and (max-width: 992px) {
.resume_box {
    padding: 50px 15px;
}
.resume_num .resume_counter .counter{
	font-size:60px;
	line-height: 60px;
}
}
@media screen and (max-width: 768px) {
.resume_box h2 {
    font-size: 28px;
}
.resume_num{
	padding: 30px 15px 5px 15px;
}
.counterbox_item {
	flex: 0 0 100%;
}
.counterbox_item h6 {
	margin-top: 10px;
    margin-bottom: 35px;
}
.resume_num .resume_counter .counter{
	font-size:53px;
	line-height: 50px;
}
.resume_num .resume_counter h5{
	margin-bottom: 35px;
}
}

/*企業會員*/
.company_wrap{
    background-image: url(../images/company_bg.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
	padding: 170px 0 70px 0;
	z-index: 0;
	position: relative;
}
.company_wrap .company_pad{
	padding: 0 60px;
}
.company_wrap .slick-prev, 
.company_wrap .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 999;
    top:30%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    transform: translate(0, 0);
    cursor: pointer;
    outline: none;
    background: none;
    transition: all .3s;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    color: #f90;
}
.company_wrap .slick-prev{
	left:-50px;
}
.company_wrap .slick-next{
	right:-50px;
}
.company_wrap .slick-prev:before {
    content: '\f104';
}
.company_wrap .slick-next:before {
    content: '\f105';
}
.company_wrap .slick-prev:before, 
.company_wrap .slick-next:before {
    font-family: FontAwesome;
    font-size: 50px;
    opacity: 1;
    color: #ff9700;	
}
.company_wrap .slick-prev:hover, 
.company_wrap .slick-prev:focus, 
.company_wrap .slick-next:hover, 
.company_wrap .slick-next:focus {
	color: #ff9700;
}
.company_wrap .company_item .item {
    padding: 10px;
}
.company_wrap .item_box{
    background-color: #fff;
	display: table;
    width: 100%;
    text-align: center;
	padding: 10px;
	max-height: 110px;
    min-height: 110px;
}
.company_wrap .item_box a, .company_wrap .item_box a:hover {
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
	color: #000;
    font-size: 18px;
	font-weight: 400;
	font-family: "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
}
.company_wrap .item_box img {
    margin: 0 auto;
    max-height: 80px;
}
@media screen and (max-width: 992px) {
.company_wrap {
    padding: 120px 0 60px 0;
}
}
@media screen and (max-width: 768px) {
.company_wrap {
    padding: 100px 0 50px 0;
}
}