@charset "UTF-8";
/* CSS Document */
body {
	background-color: #fff;
	font-family: "微軟正黑體", 黑體, Helvetica, Arial, serif;
	overflow-x: hidden;
}
img {
	object-fit: contain;
	-ms-interpolation-mode: bicubic;
	flex: 0 0 auto;  /* IE */
}
.top_bar {
	position: fixed;
	top: 0;
	width: 100%;
	background: rgba(255, 255, 255, 1);
	z-index: 9999;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
}
.navbar-brand {
	width: 15%;
	padding-bottom: 10px;
	max-width: 140px;
	min-width: 100px;
}
button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.navbar-toggler {
    padding: .20rem 0rem;
    background-color: transparent;
    border: 0px solid transparent;
	display: none !important;
}
.navbar {
	padding: 0 1rem;
}
.navbar-nav {
	display: none !important;
}
.collapse.show {
    border-top: 1px dotted #ccc;
}
.top_banner {
    margin: 78px auto 0px auto;
    width: 100%;
    position: relative;
	background: #a0daef;
	
	overflow: hidden;
}
.kv_bg {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
}
.main_kv {
    position: absolute;
    top: 12%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50vw;
    max-width: 574px;
}
.main_menu {
    position: fixed;
    top: 78px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
	z-index: 10;
}
.btn_menu {
    position: relative;
    margin: 0 1px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.btn_menu a {
    padding: 3px 30px;
	display: block;
    color: #fff;
	text-decoration: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.m01 {
	background: #1c5872;
}
.m01 a:hover {
	background: #144556;
}
.m02 {
	background: #f74b4b;
}
.m02 a:hover {
	background: #dd4545;
}

.m_active {
	border-top: 5px solid #fff;
}
.logo_hkexpress {
    position: absolute;
    top: 110px;
    left: 12%;
    max-width: 185px;
    width: 15%;
}
.logo_hkairline {
    position: absolute;
    top: 110px;
    right: 7%;
    max-width: 236px;
    width: 19%;
}
.nav-link {
    margin: 12px 20px;
    padding: 0;
    opacity: 0.7;
	width: auto;
    height: 38%;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.nav-link img {
	height: auto;
    width: 100%;
}
.nav_dec {
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
}
.wrapper {
	position: relative;
    margin: 0 auto 0 auto;
    padding: 5px 20px;
    width: 100%;
    max-width: 1186px;
}
.campaign {
	text-align: center;
    margin: 20px auto;
    position: relative;
    width: 95%;
	color: #005bae;
    font-size: 16px;
}
.campaign_title {
	width: 45%;
	max-width: 527px;
	margin-bottom: 10px;
}
.campaign b {
	color: #003974;
	font-size: 22px;
	margin-bottom: 10px;
	display: block;
}
.campaign p {
	color: #C81D1F;
	font-size: 20px;
	margin-bottom: 10px;
	display: block;
}
.cam_title {
	position: relative;
    width: 100%;
	color: #f74b4b;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.g_cam_point {
	position: relative;
    margin: 0 30px;
    width: 100%;
    display: flex;
    flex-direction: row;
	justify-content: space-between;
}
.cam_point {
	position: relative;
    width: 50%;
    display: flex;
    justify-content: space-between;
}
.cam_term {
	position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    font-size: 12px;
    color: #666;
}
.receipt_container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.receipt_container p {
	font-size: 18px;
	color: #1c5872;
}
.receipt_sample {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.receipt_img {
	position: relative;
	width: 50%;
	max-width: 500px;
}
.special_img {
	display: flex;
	flex-direction: column;
}
.cam_point_img {
	width: 50%;
    position: relative;
}
.cam_point_txt {
	width: 66%;
    position: relative;
    margin: 5px 0;
    font-size: 16px;
    color: #005bae;
    line-height: 22px;
}
.cam_point_txt b {
	display: block;
    font-size: 24px;
    color: #003974;
    margin-bottom: 10px;
	line-height: 30px;
}
.g_schedule {
	position: relative;
	margin: 20px 0;
	width: 100%;
}
.g_schedule_title {
	position: relative;
    width: 100%;
    color: #c3122f;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    border-top: 2px dotted #c3122f;
    border-bottom: 2px dotted #c3122f;
    margin-bottom: 20px;
}
.list_schedule {
	position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.schedule {
	position: relative;
    width: 33%;
	margin-bottom: 15px;
    padding: 15px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    color: #fff;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
}
.uo {
	background: #5a2a7b;
}
.uo .schedule_txt .date {
	color: #5a2a7b;
}
.tooltip.primary .tooltip-inner{ background-color:#337ab7;}
.primary.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .primary.bs-tooltip-bottom .arrow::before {
			border-bottom-color: #337ab7 !important;
		}
		.primary.bs-tooltip-auto[x-placement^=top] .arrow::before, .primary.bs-tooltip-top .arrow::before {
			border-top-color: #337ab7 !important;
		}
		.primary.bs-tooltip-auto[x-placement^=left] .arrow::before, .primary.bs-tooltip-left .arrow::before {
			border-left-color: #337ab7 !important;
		}
		.primary.bs-tooltip-auto[x-placement^=right] .arrow::before, .primary.bs-tooltip-right .arrow::before {
			border-right-color: #337ab7 !important;
		}

.card-group, .card-deck {
	margin: 0 0 0 0;
}
.product_title {
    position: relative;
    max-width: 500px;
    width: 45%;
    margin: 10px auto 0 auto;
}
.group_products {
	position: relative;
	width: 100%;
	max-width: 1200px;
	z-index: 2;
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
    margin-bottom: 20px;
}
.group_products .card {
	margin: 10px 5px 10px 5px;
    width: calc( 50% - 6px);
    padding: 6px 6px 39px 6px;
    background: #fff;
    border-radius: 15px;
    border: 3px solid #1e5972;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.card-img-top {
    position: relative;
    width: 43%;
	overflow: hidden;
    border-radius: 0;
    border-top-left-radius: 10px;
}
.card-img-top img {
    width: 140%;
    margin: 0 -20%;
}
.card-container {
    position: relative;
    width: 57%;
    padding: 5px 10px;
}
.card_entry {
	opacity: 0 !important;
	display: none;
	 background: transparent !important;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(80,133,137,0.0) !important;
    -moz-box-shadow: 0px 1px 6px 0px rgba(80,133,137,0.0) !important;
    box-shadow: 0px 1px 6px 0px rgba(80,133,137,0.0) !important;
}
.card-title {
    margin: 0 0 5px 0;
    color: #1e5972;
    font-size: 22px;
    font-weight: bolder;
}
.card-title b {
	display: block;
	font-size: 18px;
	color: #94611c;
}
.card-title span {
	font-size: 18px;
	color: #673f18;
	display: block;
	font-weight: bold;
}
.card-container h6 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.card-text {
    margin: 6px 0;
    color: #666;
    line-height: 20px;
}
.sub_content {
    min-height: 0px;
    font-size: 15px;
}
.card-ul {
    padding-left: 25px;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin-bottom: 0px;
	margin: 6px 0;
    line-height: 20px;
}
.card-ul li {
	margin-bottom: 3px;
}
.tour_price {
    position: relative;
    margin: 0;
    padding: 4px 8px;
    font-size: 16px;
    color: #ed8000;
}
.card-footer {
    background: transparent;
    border-top: 0;
    padding: 0;
    text-align: center;
    width: calc( 100% + -5px);
    margin: 3px -4px -1px -4px;
    position: absolute;
    bottom: 0;
}
.card-footer a {
    display: block;
    margin: 0px -4px -4px -4px;
    padding: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: bolder;
    text-decoration: none;
    background: #1e5972;
	border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.card-footer a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.card-footer span {
	font-size: 12px;
	color: #aaa;
}
.product_price {
	position: relative;
	border-top: 1px dotted #ccc;
}
.product_price span {
	font-weight: bolder;
	font-size: 18px;
	color: #ce2753;
}
.product_price b {
	font-weight: bolder;
	font-size: 32px;
	color: #ce2753;
}
.p_remark {
	font-size: 12px;
}
.partner {
	position: relative;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.partner b {
	font-size: 16px;
}
.g_partner {
	position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.partner_logo {
    position: relative;
    width: calc( 13% - 20px);
    margin: 5px 10px 10px 10px;
}
.cat_img {
	position: relative;
    border: 4px solid #fff;
    width: 100%;
    border-radius: 5px;
}
.cat_desc {
	position: relative;
	width: 100%;
	text-align: center;
}
.tnc {
	position: relative;
	margin: 0 auto;
    padding: 30px 10px;
    width: 100%;
    max-width: 1200px;
	font-size: 12px;
    color: #999;
}
.tnc ul {
	margin-bottom: 0;
	padding-left: 20px;
}
.tnc ul li {
	font-size: 12px;
	color: #999;
}
.foot_bg {
	position: relative;
	width: 100%;
	background: #fff;
}
footer {
	position: relative;
    margin: 0px auto 0 auto;
    padding: 10px;
    width: 100%;
    max-width: 1200px;
    background: #fff;
    font-size: 11px;
    text-align: center;
    /* color: #666; */
    border-top: 1px solid #ccc;
}
footer span {
	white-space: nowrap;
}
.footer01 {
	position: relative;
    float: left;
	margin-right: 3%;
    width: 12%;
    max-width: 141px;
}
.footer02 {
	position: relative;
    float: left;
    padding-top: 12px;
    width: 25%;
    text-align: left;
    font-size: 12px;
    color: #666;
    line-height: 14px;
    font-weight: 300;
}
.footer03 {
	position: relative;
    float: right;
    width: 50%;
    max-width: 590px;
	text-align: right;
}
.p_notes {
	margin: 20px;
    padding-left: 20px;
}
.p_notes li {
    font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.p_notes li ul {
	list-style: disc;
    margin: 15px 0px 30px 0px;
    padding-left: 20px;
}
.p_notes li ul li {
	font-size: 14px;
	font-weight: normal;
}
.qna-flush {
	
}
.accordion-button {
	border-left: 0;
    border-right: 0;
}
.accordion-item:first-of-type .accordion-button {
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 0px;
	border-top: 1px solid rgba(0,0,0,.125);
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-width: 1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion-button::after {
    background-image: url("../images/download.svg");
}
.accordion-button:not(.collapsed)::after {
    background-image: url("../images/download.svg");
}
.accordion-collapse {
    border-left: 0;
    border-right: 0;
}
.accordion-button {
    font-size: 20px;
    color: #1c5872;
    font-weight: bold;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #ddd;
    border-bottom: 0;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}
.accordion-button:not(.collapsed) {
    color: #1c5872;
    background-color: #fff;
}
.accordion-body {
    font-size: 18px;
    margin-bottom: 20px;
}
@media (max-width: 1200px) {
	.footer02 {
		position: relative;
		float: left;
		padding-top: 5px;
		width: 25%;
		text-align: left;
		font-size: 10px;
		color: #666;
		line-height: 12px;
		font-weight: 300;
	}
}
@media (max-width: 1024px) {
	.main_menu {
        top: 7.6vw;
    }
	.top_banner {
        margin: 8vw auto 0px auto;
    }
	.kv_bg {
        margin: 0 -15%;
        width: 130%;
		max-width: none;
    }
	.main_kv {
        top: 14%;
        width: 70vw;
    }
	.logo_hkexpress {
        top: 23vw;
        left: 28%;
    }
	.logo_hkairline {
        top: 23vw;
        right: 28%;
    }
	.card {
		min-width: calc( 33% - 30px );
	}
	.sub_content {
        font-size: 14px;
    }
	.card-ul {
        font-size: 14px;
        line-height: 16px;
    }
	
}
@media (max-width: 768px) {
	.main_menu {
        top: 60px;
    }
	.logo_hkexpress {
        top: 25vw;
        left: 25%;
        width: 17%;
    }
	.logo_hkairline {
        top: 25vw;
        right: 23%;
        width: 21%;
    }
	.wrapper {
		padding: 0px 10px;
	}
	.campaign_title {
        width: 70%;
    }
	.g_cam_point {
        flex-wrap: wrap;
    }
	.cam_point {
        width: 50%;
    }
	.receipt_sample {
        flex-wrap: wrap;
    }
	.receipt_img {
        width: 85%;
        max-width: none;
    }
	.card {
		width: calc( 100% - 20px) !important;
		padding: 6px 6px 46px 6px !important;
		max-width: 100%;
		margin: 10px !important;
	}
	.footer01 {
		display: none;
	}
	.footer02 {
		position: relative;
		float: none;
		padding-top: 12px;
		width: 100%;
		text-align: left;
		font-size: 12px;
		color: #666;
		line-height: 14px;
		font-weight: 300;
		text-align: center;
	}
	.footer03 {
		position: relative;
		float: none;
		width: 100%;
		margin: 0 auto;
		max-width: 590px;
		text-align: center;
	}
	.carousel-item-next, .carousel-item-prev, .carousel-item.active {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: block;
	}
	.product_title {
        width: 71%;
    }
	
	.card-img-top {
        width: 35%;
    }
	.card-container {
        width: 65%;
    }
	.sub_content {
        font-size: 15px;
    }
	.card-footer a {
        margin: 0px -4px -4px -4px;
        font-size: 24px;
    }
	.schedule {
        width: 49%;
    }
}
@media (max-width: 576px) {
	.kv_bg {
        margin: 0 -15%;
        width: 130%;
		max-width: none;
    }
	.navbar-brand {
		width: 19%;
		padding-bottom: 6px;
		max-width: 140px;
		min-width: 70px;
	}
	.main_menu {
        top: 10vw;
        width: 100%;
        position: fixed;
		justify-content: center;
    }
	.btn_menu {
        width: calc( 33.3% - 2px);
        text-align: center;
		padding: 4px 10px;
		font-size: 16px;
    }
	.top_banner {
        margin-top: 10vw;
    }
	.kv_bg {
        margin: 0 -36%;
        width: 172%;
    }
	.main_kv {
        top: 12.5vw;
        width: 85%;
    }
	.logo_hkexpress {
        top: 35vw;
        left: 30%;
        width: 13%;
    }
	.logo_hkairline {
        top: 35vw;
        right: 30%;
        width: 14%;
    }
	.btn_menu a {
        padding: 0px 0px;
    }
	.wrapper {
        padding: 0px;
    }
	
	.card-deck .card {
        margin-bottom: 10px;
    }
	.card-group, .card-deck {
        margin: 0px 0 0 0;
    }
	.card-container {
        padding: 0 0px;
        width: 100%;
    }
	.special_img {
        display: flex;
        flex-direction: row;
    }
	.special_img img {
        width: 50% !important;
    }
	.sub_content {
		min-height: inherit;
	}
	.site_dec {
		margin: 0 6%;
		width: 86%;
		font-size: 14px;
		border: 8px solid #fff;
		border-radius: 0;
	}
	.group_products {
        flex-direction: column;
    }
	.product_title {
        width: 100%;
    }
	.card-img-top {
        width: 100%;
		border-top-right-radius: 7px;
    }
	.card-img-top img {
        width: 100%;
        margin: 0;
    }
	.card-title {
        padding: 10px 0 0 8px;
    }
	.card-text {
        margin: 0px 0 6px 0;
        padding: 5px 0 0 8px;
        font-size: 16px;
    }
	.campaign {
        padding: 0 10px;
    }
	.cam_title {
        font-size: 28px;
    }
	.cam_point_txt {
        margin: 5px 0;
        font-size: 16px;
        line-height: 20px;
        width: 73%;
    }
	.cam_point_txt b {
        font-size: 20px;
        margin-bottom: 5px;
    }
	.list_schedule {
        padding: 0 10px;
    }
	.schedule {
        width: 100%;
    }
	.schedule_txt {
        width: 67%;
    }
	.schedule_img {
        width: 31%;
    }
	.schedule_txt .date {
        padding: 15px 5px 5px 5px;
        font-size: 30px;
        line-height: 20px;
    }
	.schedule_txt .fright {
        margin: 0 10px 0 55px;
        font-size: 20px;
        line-height: 22px;
    }
	.schedule_txt .theme {
        margin: 15px 0 0 0;
        padding: 8px;
        font-size: 20px;
    }
	.partner_logo {
        width: calc( 19% - 20px);
    }
	.sub_content {
        font-size: 18px;
    }
}