@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Noto Sans TC', sans-serif;/*'Noto Sans TC'*/
	font-weight: 300;
	color: #000;
	font-size: 14px;
	line-height: 21px;
	overflow-x: hidden;
}

html, body {
	height: 100%;
}

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a:active, a:hover {
	outline: 0;
	text-decoration: none;
}

*, *:before, *:after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul {
	list-style: none;
}

img {
	image-rendering: -webkit-optimize-contrast;
}

.main_wrapper {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

.itinerary_wrapper {
	position: relative;
	width: 100%;
	background: #FBFBFB;
	padding: 20px;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	margin-bottom: 10px;
	max-width: 1080px;
	margin: 0 auto;
}

.itinerary_header {
	width: 100%;
	height: 85px;
	border-top: 5px solid #036EB9;
	z-index: 1;
}

.itinerary_title {
	width: 100%;
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
	font-weight: 400;
	color: #036EB9;
}

.itinerary_description {
	width: 100%;
	font-size: 14px;
	line-height: 21px;
	color: #000;
	padding: 5px 0 20px 0;
	border-bottom: 1px dotted #CCC;
}

.itinerary_rank_icon {
	float: right;
	width: 80px;
	margin: 0 0 10px 10px;
}

.itinerary_rank_icon img {
	width: 100%;
}

.itinerary_menu {
	float: right;
	text-align: right;
	line-height: 80px;
}

.itinerary_menu img {
	vertical-align: middle;
	padding-right: 3px;
	display: inline-block;
}

.itinerary_menu span {
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
	padding: 0 8px;
	border-left: 1px solid #CCC;
	white-space: nowrap;
}

.home_btn {
	position: relative;
	float: right;
	color: #fff;
	margin: 25px 0;
	padding: 5px 10px;
	background: #036EDB;
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
}

.home_btn:hover {
	opacity: 0.7;
}

.header_logo {
	float: left;
	margin: 6px 0 0 8px;
	width: 138px;
}

.header_logo img {
	width: 100%;
}

.fa-plane, .fa-phone {
	color: #036EB9;
	font-size: 20px;
}

.fa-file-pdf-o {
	color: #C00;
	font-size: 18px;
}

span.itinerary_code {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	white-space: nowrap;
	display: inline;
	padding-right: 8px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	border: none;
}

.itinerary_footer {
	width: 100%;
	height: 54px;
	background: #898989;
	color: #FFF;
	font-size: 11px;
	line-height: 36px;
	padding: 10px;
	margin: 30px auto;
	text-align: left;
	margin-bottom: 0;
	position: relative;
}

.itinerary_footer span {
	padding: 0 5px 0 0;
}

.footer_button {
	display: inline-block;
}

.footer_button div {
	font-size: 13px;
	line-height: 13px;
	padding: 8px 5px 8px 12px;
	background: #FFF;
	color: #000;
	display: inline-block;
	border: 1px solid #036eb9;
	cursor: pointer;
	margin-right: 10px;
	white-space: nowrap;
}

.footer_logo {
	display: inline-block;
	position: absolute;
	width: 110px;
	right: 10px;
	top: 0;
	bottom: 0;
	padding-top: 7px;
	overflow: hidden;
}

.footer_logo img {
	width: 100%;
}

.itinerary_container {
	width: 100%;
	display: table;
	table-layout: fixed;
}

.itinerary_container_cell {
	width: 50%;
	display: table-cell;
	vertical-align: top;
}

.left_cell {
	padding-right: 10px;
}

.right_cell {
	padding-left: 10px;
}

.itinerary_sub_cell {
	display: row;
	background: #fff9f4;
	border-radius: 4px;
	margin: 15px 0;
	padding: 15px;
}

.itinerary_departure_date {
	width: 100%;
	display: table-cell;
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	vertical-align: middle;
}

.itinerary_departure_date span {
	color: #036EB9;
}

.itinerary_lowest_price {
	display: table-cell;
	color: #036EB8;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	border-left: 1px solid #DDD;
	vertical-align: middle;
	padding-left: 15px;
	font-weight: bold;
}

.itinerary_lowest_price span {
	font-size: 32px;
}

.myGallery {
	width: 100%;
	position: relative;
	height: 0;
	margin-top: 20px;
}

.owl-carousel {
	width: 100%;
	position: absolute;
	top: 0;
}

.owl-carousel img {
	width: 100%;
}

.image_caption {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	padding: 8px;
	font-weight: 400;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 0;
	opacity: 0.7;
}

.itinerary_nav {
	width: 100%;
	background: #FFF;
	margin: 40px 0 10px 0;
	padding: 0;
	border: 1px solid #DDD;
	border-radius: 4px;
	display: table;
	table-layout: fixed;
	-webkit-transition: position 12s;
	-moz-transition: position 12s;
	-ms-transition: position 12s;
	-o-transition: position 12s;
	transition: position 12s;
}

.itinerary_nav div {
	display: table-cell;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	color: #999;
	font-weight: 400;
	padding: 12px 0;
	border-right: 1px solid #CCC;
	cursor: pointer;
}

.itinerary_nav div:hover {
	color: #fff;
	text-decoration: none;
	background: #036EB8;
}

.itinerary_nav div:last-child {
	border: 0;
}

.itinerary_nav div.active {
	color: #fff;
	text-decoration: none;
	background: #036EB8;
}

.fixed {
	position: fixed;
	z-index: 888;
	top: 0;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	border-top: 5px solid #036EB9;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	animation: smoothScroll 1s forwards;
	margin-left: -20px;
}

@keyframes smoothScroll {
0% {
transform: translateY(-40px);
}
100% {
transform: translateY(0px);
}
}

.itinerary_heading {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	font-weight: 500;
	background: transparent;
	color: #036EB8;
	display: inline-block;
	padding: 0;
	margin: 36px 0 10px 0;
}

.itinerary_heading i {
	display: inline;
	margin-right: 10px;
	width: 5px;
	height: 25px;
	background: #036EB8;
	padding: 2px;
	border-radius: 4px;
}

.itinerary_schedule {
	border-top: 1px solid #CCC;
	margin-bottom: 20px;
}

.schedule_note {
	color: #dd0000;
	font-weight: 400;
	padding: 10px 0;
	clear: both;
}

.schedule_wrapper {
	width: 100%;
	border-top: 1px dotted #CCC;
	clear: both;
	display: table;
}

.schedule_day {
	position: relative;
	width: 118px;
	font-size: 15px;
	font-weight: normal;
	font-weight: 300;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.schedule_day div {
	display: table;
	table-layout: fixed;
}

.schedule_day div span {
	width: 33.33%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.schedule_day div span:first-child {
	text-align: right;
	padding-right: 3px;
}
.schedule_day div span:last-child {
	text-align: left;
	padding-left: 3px;
}

.schedule_day div span > img {
	width: 36px;
	height: 36px;
}

.schedule_details {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 0 10px 20px;
}

.schedule_detail {
	display: table-row;
}

.schedule_detail span {
	display: table-cell;
	vertical-align: top;
}

.schedule_detail span.heading {
	width: 66px;
	font-weight: bold;
	font-weight: 400;
}
.schedule_detail span.colon {
	width: 20px;
}

.schedule_detail span.icon {
	width: 25px;
	position: relative;
}

.schedule_detail span.icon img {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 1px;
	left: 0;
}

.schedule_remarks {
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	border-top: 1px solid #CCC;
	padding-top: 10px;
	clear: both;
}

.additional_scene p {
	margin-bottom: 10px;
}

.additional_scene span {
	font-weight: bold;
	font-weight: 400;
	display: block;
	width: 100%;
}

.itinerary_scene {
	width: 100%;
	display: flex;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	-webkit-box-align: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 10px;
}

.scene_cell {
	width: 33.3%;
	border: 10px solid transparent;
	padding: 0;
	position: relative;
	margin-bottom: 10px;
	cursor: pointer;
}

.scene_image {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.scene_image:after {
	content: "";
	display: block;
	padding-top: 66%;
}

.scene_image img {
	width: 100%;
	vertical-align: top;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.scene_heading {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	font-weight: 500;
	color: #333;
	text-align: left;
	margin-top: 8px;
}

.scene_content {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	font-weight: 300;
	color: #666;
	text-align: left;
}

.itinerary_traffic {
	width: 100%;
	margin-bottom: 20px;
}

.itinerary_traffic .heading {
	font-weight: bold;
	font-weight: 400;
	padding-bottom: 10px;
}

.traffic_details {
	position: relative;
	width: 100%;
	padding: 10px 0;
	border-top: 1px solid #CCC;
}

.no_border {
	border: none;
}

.traffic_detail {
	display: table-row;
}

.traffic_detail span {
	display: table-cell;
}

.traffic_detail span.heading {
	width: 66px;
	font-weight: bold;
	font-weight: 400;
	border: none;
	padding: 0;
}
.traffic_detail span.colon {
	width: 20px;
}

.traffic_remarks {
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	padding-top: 10px;
	clear: both;
	border-top: 1px solid #CCC;
}

table.airline {
	width: 100%;
	border-top: #DDD 1px solid;
	border-left: #DDD 1px solid;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #FFF;
	font-weight: 300;
	color: #000;
	font-size: 13px;
	line-height: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

table.airline td {
	border-right: #DDD 1px solid;
	border-bottom: #DDD 1px solid;
	padding: 5px;
}

.activity_remarks {
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	clear: both;
	margin-bottom: 20px;
}

.itinerary_insurance {
	width: 100%;
	margin: 30px 0 10px 0;
	padding: 0;
	border: 0;
}

.insurance {
	width: 100%;
	text-align: left;
	line-height: 20px;
	border: 0px solid #DDD;
	padding: 15px;
	background: #036EB8;
	color: #eee;
	border-radius: 4px;
}

.insurance_heading {
	text-align: left;
	font-weight: bold;
	font-weight: 400;
	font-size: 16px;
	padding-bottom: 8px;
	color: #fff;
}

.insurance_remarks {
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 16px;
}

.itinerary_caution {
	width: 100%;
	font-size: 13px;
	line-height: 20px;
}

.itinerary_caution .seperator {
	border-top: 1px solid #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
}

.itinerary_quote {
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #036EB8;
	text-align: center;
	width: 75%;
	margin: 30px auto;
	border: 3px solid #CCC;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.itinerary_important {
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	color: #A00;
	text-align: center;
	width: 100%;
	margin: 30px auto;
}

.itinerary_fullcode {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #999;
	text-align: right;
	width: 100%;
	margin: 20px 0 0 0;
}

.itinerary_btn {
	width: 100%;
	display: table;
	margin: 20px 0;
}

.itinerary_btn_cell {
	width: 48%;
	display: table-cell;
	font-size: 18px;
	line-height: 18px;
	padding: 5px 20px;
	font-weight: 400;
	border-right: 1px solid #C9AF67;
	cursor: pointer;
	text-decoration: underline;
}

.itinerary_btn_cell a {
	color: #036EB8;
}

.itinerary_btn_cell:last-child {
	border: none;
	width: 52%;
}

.activity_table {
	width: 100%;
	overflow-x: auto;
}

.booking_now {
	position: absolute;
	width: 100%;
	top: -30px;
	left: 0px;
	text-align: center;
	z-index: 1;
	color: #F90;
	font-weight: normal;
	font-weight: 300;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.booking_now_fixed {
	position: fixed;
	top: auto;
	bottom: 0;
	left: 0px;
	right: 0;
	margin: 0 auto;
	width: 300px;
	padding: 14px 0;
	display: block;
	color: #fff;
	font-weight: 400;
	background: #ff9900;
	z-index: 2;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	box-shadow: 0 12px 14px 8px rgba(0,0,0,.17);
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.booking_now_fixed:hover {
	background: #f86720;
}

.no_product_found {
    width: 100%;
    display: block;
    height: 360px;
    text-align: center;
    font-size: 17px;
    line-height: 360px;
    font-weight: 400;
    border-top: 2px solid #DDD;
    margin: 0 auto;
    padding: 0;
}

.loading {
	width: 100%;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 180px 0;
}

.loading img {
    width: 38px;
    height: 38px;
}

#myCalendarView {
    padding-top: 20px;
}

#cal-frame {
    min-height: 320px;
    background: #FFF;
}

.cal_loading {
    text-align: center;
    line-height: 320px;
    width: 100%;
    border-left: 1px solid #E1E2E3;
    border-right: 1px solid #E1E2E3;
}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(230, 230, 230, 0.9);
	z-index: 10000;
}

#overlay span {
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 16px;
	text-align: center;
}

#overlay img {
    width: 38px;
    height: 38px;
	margin: 0 auto;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
outline: none;
}

.error {
	display: none;
	font-size: 14px;
	line-height: 14px;
	color: #900;
	padding-top: 7px;
	margin-bottom: -7px;
}

.no_booking {
	margin: 115px 0;
}

.no_booking span {
	display: block;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    color: #900;
    vertical-align: middle;
}

.no_booking span img {
	display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 36px;
    margin: 5px;
    image-rendering: -webkit-optimize-contrast;
    cursor: pointer;
}

.bookingPrice {
    display: inline-block;
    width: 102px;
    height: 48px;
    color: #000;
    text-align: right;
    font-size: 14px;
    line-height: 48px;
    font-family: Arial, Helvetica, sans-serif;
    border-left: 1px solid #DDD;
}

.bookingPrice span {
    font-size: 24px;
    font-weight: bold;
}


/* 	RESPONSIVE */

@media (max-width: 909px) {
	.footer_logo {
		display: none;
	}
}

@media (max-width: 799px) {
	.itinerary_footer {
		width: 100%;
		margin: 20px 0 0 0;
		padding: 0;
		text-align: center;
	}
	.itinerary_footer span {
		width: 100%;
		display: block;
		line-height: 16px;
		margin: 0;
		padding: 0;
	}
	.itinerary_footer span:first-child {
		padding-top: 3px;
	}
	.footer_button {
		display: table;
		width: 100%;
		padding-top: 5px;
	}
	.footer_button div {
		display: table-cell;
		width: 50%;
		padding: 12px 0;
		text-align: center;
		border: none;
		border-bottom: 1px solid #DDD;
		border-right: 1px solid #DDD;
	}
	.footer_button div:last-child {
		border-right: none;
	}
	.itinerary_rank_icon {
		width: 88px;
	}
	.scene_cell {
		width: 50%;
	}
	.itinerary_wrapper {
		padding: 20px 10px;
		margin-bottom: 0;
	}
	.itinerary_header {
		height: 123px;
	}
	.header_logo {
		width: 96px;
	}
	.itinerary_menu {
		float: left;
		width: 100%;
		text-align: center;
		border-top: 1px solid #ccc;
		line-height: 21px;
		padding-top: 8px;
		vertical-align: top;
	}
	.itinerary_menu img {
		display: none;
	}
	.itinerary_menu span {
		padding: 0 3px 0 6px;
		font-size: 13px;
	}
	span.itinerary_code {
		display: block;
		width: 100%;
		font-size: 15px;
	}
	.home_btn {
		margin: 7px 5px 7px 0;
		padding: 10px 10px;
		background: #036EDB;
		color: #fff;
		border-radius: 4px;
		text-decoration: none;
		font-size: 14px;
	}
}

@media (max-width: 699px) {
	.itinerary_container {
		display: block;
		width: 100%;
	}
	.itinerary_container_cell {
		width: 100%;
		display: block;
	}

	.left_cell, .right_cell {
		padding-left: 0;
		padding-right: 0;
	}
	.schedule_day {
		margin: 0 0px 5px 0px;
		padding: 5px 0;
		font-size: 15px;
		width: 50%;
	}
	.schedule_details {
		width: 100%;
		padding: 8px 0;
	}

	.itinerary_quote {
		width: 100%;
	}

	.itinerary_important {
		font-size: 15px;
		line-height: 25px;
		font-weight: 400;
		color: #A00;
		text-align: center;
		width: 100%;
		margin: 30px auto;
		padding: 0 20px;
	}

	.booking_now_fixed {
		width: 100%;
		top: 55px;
		bottom: auto;
		padding: 14px 0;
		font-size: 15px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		box-shadow: 0 5px 5px 0px rgba(0,0,0,.17);
		animation: smoothScroll 1s forwards;
	}

	.itinerary_nav {
		border-radius: 0;
	}

	.itinerary_nav div {
		padding: 18px 0;
	}

	.itinerary_title {
		font-size: 24px;
		line-height: 28px;
	}
	.itinerary_description {
		font-size: 15px;
		line-height: 21px;
	}
	.itinerary_departure_date {
		width: 100%;
		display: block;
		padding-bottom: 10px;
	}
	.itinerary_lowest_price {
		width: 100%;
		display: block;
		text-align: center;
		border: none;
		border-top: 1px solid #DDD;
		padding-top: 20px;
	}

	.itinerary_lowest_price span {
		font-size: 42px;
	}

	.booking_now {
		font-size: 15px;
	}

	.myGallery {
		display: none;
	}

	.myDatepicker {
		margin-top: 55px;
	}

	.itinerary_heading {
		font-size: 20px;
		line-height: 20px;
	}

	.schedule_detail, .scene_cell, .additional_scene, .itinerary_traffic {
		font-size: 15px;
		line-height: 22px;
	}

	.schedule_remarks, .traffic_remarks, .activity_remarks {
		font-size: 13px;
		line-height: 20px;
	}

	.itinerary_caution {
		font-size: 14px;
	}
	table.airline {
		width: 899px;
		width: max-content;
	}
	.schedule_wrapper {
		width: 100%;
		display: block;
	}

	.schedule_day {
		width: 100%;
		text-align: left;
		vertical-align: middle;
		margin-top: 5px;
	}
	.schedule_details {
		display: block;
		width: 100%;
		padding-top: 0;
		margin-bottom: 5px;
	}
	.fixed {
		margin: 0;
		left: 0;
		right: 0;
	}
	.no_booking {
		margin: 5px 0;
	}
}

@media (max-width: 599px) {
	.itinerary_scene {
		padding-top: 10px;
	}
	.scene_cell {
		width: 100%;
		border: 0;
		padding: 10px 0;
	}
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}



