@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: #1a2d63;
	overflow: hidden;
}
.kv_bg {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
}
.step00{width:100%;}
.step00 img{width:25%;}
.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;
	justify-content: center;
}
.btn_menu {
	width: 200px;
    text-align: center;
    position: relative;
    margin: 40px 0 0 0;
    color: #2f2d98;
    font-size: 20px;
    font-weight: bold;
	border-bottom: 3px solid #2f2d98;
}
.btn_menu a {
    padding: 8px 30px 3px 30px;
	display: block;
    color: #2f2d98;
	text-decoration: none;
}
.m01 {
	background: white;
}
.m01 a:hover {
	background: #7070c4;
	color: white;
}
.m_active {
	background: #2f2d98;
}
.m_active a{
	color: white !important;
}
.tour_img{
	width: 35%;
}
.tour_det{
	width: 65%;
	position: relative;
}
.tour_code{
	color: #ff8dab;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: 700;
}
.tour_title{
	color: #2f2d98;
    font-size: 40px;
    margin-bottom: 10px;
    display: block;
    font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: 700;
}
.tour_point{
	padding: 0 20px 0;
	line-height: 1.2;
}
.tour_point li{
	color: #808080;
	font-weight: 400;
    font-size: 14px;
}
.tour_date{
	margin-bottom: 16px;
}
.tour_date td{
	margin-bottom: 16px;
	color: #2f2d98;
	line-height: 1.2;
	vertical-align: top;
	font-weight: 400;
    font-size: 14px;
    padding-right: 12px;
}
.tour_link a{
	text-decoration: none;
	background: #2f2d98;
	color: white;
	padding: 10px 40px;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: 700;
	font-size:24px;
	border-radius: 8px;
}
.tour_link a:hover{
	background: #ffef00;
	color: #2f2d98;
}
.tour_price{
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: 700;
	position: absolute;
    bottom: 0;
    left: 200px;
    text-align: right;
    color: #ff8eab;
    font-size: 48px;
	line-height: 1;
	letter-spacing: -3px;
}
.tour_price::first-letter{
	font-size: 30px;
}
.tour_price::after{
	font-size: 30px;
	content: '+';
}
.tour_link{
	margin-top: 24px;
}
.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;
	justify-content: center;
}
.campaign {
	text-align: center;
    margin: 30px 0;
    position: relative;
    width: 100%;
	color: #1a2d63;
    font-size: 16px;
}
.campaign b {
	color: #003974;
	font-size: 24px;
	margin-bottom: 10px;
	display: block;
}

.card-group, .card-deck {
	margin: 0 0 0 0;
}
.card-sp{
	width: 50% !important;
	margin: 0 auto;
}
.product_title {
    position: relative;
    max-width: 450px;
    width: 100%;
    margin: 10px auto 0 auto;
}

.product_subtitle {
	text-align: center;
	position: relative;
     width: 100%;
	margin: 10px auto 0 auto;
    }
.product_subtitle  img{
     width: 30%;
	margin: 5px auto 0 auto;
    }

.group_products {
	position: relative;
	width: 100%;
	max-width: 1200px;
	z-index: 2;
	display: flex;
    flex-wrap: wrap;
	justify-content: center;

}
.group_products .card {
	margin: 25px;
    width: calc( 50% - 10px);
    padding: 0;
    background: #fff;
    border: 0;
}
.card-body {
    padding: 1.25rem 1rem 5px 1rem;
}
.card-img-top {
    position: relative;
    width: 100%;
	overflow: hidden;
    border-radius: 0;
}
.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: #003974;
    font-size: 18px;
    font-weight: bolder;
}
.cat01 .card-title {
	color: #d73965;
}
.cat01 .card-price {
	color: #d73965;
	border-top:1px dotted #d73965;
}
.cat02 .card-title {
	color: #32ae8f;
}
.cat02 .card-price {
	color: #32ae8f;
	border-top:1px dotted #32ae8f;
}
.cat03 .card-title {
	color: #ffaa00;
}
.cat03 .card-price {
	color: #003974;
	border-top:1px dotted #003974;
}

.cat04 .card-title {
	color: #ffaa00;
}
.cat04 .card-price {
	color: #003974;
	border-top:1px dotted #003974;
}

.cat05 .card-title {
	color: #ffaa00;
}
.cat05 .card-price {
	color: #003974;
	border-top:1px dotted #003974;
}

.card-container h6 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.card-text {
    margin: 6px 0;
    color: #1a2d63;
    line-height: 20px;
}
.sub_content {
    font-size: 14px;
}
.sub_content ul {
    padding-left: 20px;
	font-size: 14px;
	color: #666;
}
.card-date {
	color: #63af2d;
}
.card-price {
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0;
	margin-bottom: 0px;
}
.card-footer {
    background: #1a2d63;
    border-top: 0;
    padding: 5px;
    text-align: center;
    width: 100%;
	margin: 10px;
    border-radius: 50px !important;
}
.card-footer a {
	display: block;
    margin: 0;
    padding: 5px;
    border-radius: 4px;
    color: #fff;
    font-size: 22px;
    font-weight: bolder;
    text-decoration: none;
}
.card-footer a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.card-footer span {
	font-size: 12px;
	color: #aaa;
}
.card-footer01 {
    background: #1a2d63;
    border-top: 0;
    padding: 5px;
    text-align: center;
    width: 70%;
	margin: 10px;
    border-radius: 50px !important;
	text-align: center;
}
.card-footer01 a {
	display: block;
    margin: 0;
    padding: 5px;
    border-radius: 4px;
    color: #fff;
    font-size: 22px;
    font-weight: bolder;
    text-decoration: none;
}
.card-footer01 a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.card-footer01 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;
}
.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: 1100px;
	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;
}

.step_title {
	position: relative;
    margin: 0 auto;
    width: 36%;
    max-width: 500%;
}
.step_content {
	position: relative;
	width: 100%;
    margin: 0 10px;
	text-align: center;
}
.step_content p {
	font-size: 14px;
    color: #999;
    margin: 10px 0;
    line-height: 16px;
}
.step_content p a {
	color: #666;
	text-decoration: underline;
}
.step_content p a:hover {
	color: #ccc;
	text-decoration: none;
}
.step_content p span{
    color: #FF681B;
}


.subcontent01{
	padding: 10px;
	position: relative;
	width: 100%;
    margin: 0 15px;
	text-align: center;
}
.subcontent01 p {
	font-size: 17px;
    color: #003974;
    margin: 0 auto;
    line-height: 32px;
	font-weight: bold;
	border-top: 1px dotted #ffaa00;
	width: 50%;
	
}


.subcontent01 p span{
    color: #FF681B;
}

.campaign_link {
	color: #003974;
    font-size: 22px;
    margin-bottom: 10px;
    display: block;
	line-height: 28px;
}
.campaign_link a {
	color: #003974;
    font-size: 22px;
    margin-bottom: 10px;
    display: block;
	text-decoration: underline;
}
.step_content .campaign_link {
	color: #003974;
    font-size: 22px;
    margin-bottom: 10px;
    display: block;
	line-height: 28px;
}
.step_content .campaign_link a {
	color: #003974;
    font-size: 22px;
    margin-bottom: 10px;
    display: block;
	text-decoration: underline;
}
.question {
	position: relative;
    margin: 10px 0 0 0;
    text-align: left;
    display: flex;
	color: #1e99d2;
    font-weight: bold;
}
.question .t1, .answer .t3 {
	font-size: 22px;
	font-weight: bold;
    text-align: right;
}
.question .t2, .answer .t4 {
    margin-top: 5px;
}
.answer {
	position: relative;
    margin: 0;
    text-align: left;
    display: flex;
	color: #666;
	border-bottom: 1px dotted #ccc;
}
.answer .t4 ul {
	padding-left: 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) {
	.step00 img{width:25%;}
	.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;
    }
	.g_cam_point {
        margin: 0 10px;
        width: calc( 100% - 20px);
    }
	.cam_point {
        margin: 10px 10px;
        width: calc( 50% - 20px);
    }
	.schedule {
        padding: 10px;
    }
	.schedule_txt {
        width: 62%;
    }
	.schedule_img {
        width: 35%;
    }
	.schedule_txt .date {
        padding: 10px 5px 5px 5px;
        top: -10px;
    }
	.schedule_txt .fright {
        margin: 0 10px 0 23%;
        font-size: 85%;
        line-height: 140%;
    }
	.schedule_txt .theme {
        margin: 8% 0 0 0;
        padding: 2%;
        font-size: 100%;
    }
	.schedule_txt .date {
        padding: 10px 5px 5px 5px;
        font-size: 120%;
        line-height: 90%;
    }
	.schedule_txt .date span {
        font-size: 60%;
    }
	.card-sp {
    width: 100% !important;

}
}
@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 .wrapper {
		padding: 0px;
	}
	.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;
	}

	
	.card-img-top {
        width: 100%;
    }
	.card-container {
        width: 65%;
    }
	.sub_content {
        font-size: 15px;
    }
	.card-footer a {
        margin: 0px -4px 0px -4px;
        font-size: 24px;
    }
	.schedule {
        width: 49%;
    }
	.group_products .card {
        margin: 10px;
    }

}
@media (max-width: 576px) {
	
.card-sp {
    width: 100% !important;

}
	
	.card-footer01 {
    width: 100%;
 }
	
	
	.subcontent01 p {
		width: 95%;}
	
	
	.product_subtitle  img{
     width: 100%;
    }
	.product_subtitle {

     width: 100%;

    }
	.step00 img{width:50%;}
		.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: 44px;
        width: 100%;
        /* position: fixed; */
		justify-content: center;
    }
	.btn_menu {
        width: calc(32% - 2px);
        text-align: center;
		padding: 4px 10px;
		font-size: 16px;
    }
	.top_banner {
        margin-top: 13vw;
    }
	.kv_bg {
        /* margin: 0px -70%;
        width: 240%; */
    }
	.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;
		border-top: 0px;
    }
	.wrapper {
        padding: 0px;
    }


	.card {
		width: calc( 100% - 20px) !important;
		max-width: 100%;
		margin: 10px 10px 20px 10px !important;
	}
	.card-deck .card {
        margin-bottom: 10px;
    }
	.card-group, .card-deck {
        margin: 0px 0 0 0;
    }
	.card-container {
        padding: 0 0px;
        width: 100%;
    }
	.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: 70%;
		margin: 0 auto;
    }
	.card-body {
        padding: 5px 5px 5px 5px;
    }
	.card-img-top {
        width: 100%;
    }
	.card-img-top img {
        width: 100%;
        margin: 0;
    }
	.card-title {
        padding: 10px 0 0 0;
    }
	.card-text {
        margin: 0px 0 6px 0;
        padding: 5px 0 0 8px;
        font-size: 16px;
    }
	.card-date {
        font-size: 14px;
    }
	.card-price {
        font-size: 18px;
    }
	.card-footer a {
        font-size: 20px;
    }
	.campaign {
        padding: 0 10px;
        margin: 10px 0;
    }
	.campaign b {
        font-size: 20px;
    }
	.cam_title {
        font-size: 28px;
    }
	.cam_point {
        margin: 10px 0px;
        width: calc( 100% - 0px);
    }
	.cam_point_img {
        width: 25%;
    }
	.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;
    }
	.step_title {
        width: 56%;
    }
}
.ticket{
	width: 80%;
	margin: auto;
	border-collapse: separate !important;
	border-spacing: 0;
	margin-top: 40px;
	margin-bottom: 40px;
}
.ticket_th{
	padding: 10px 20px;
	text-align: center;
	background-color: #013974;
	color: white;
	border: 1px solid grey;
}
.ticket_td{
	padding: 10px 20px;
	text-align: center;
	color: #013974;
	background-color: white;
	border: 1px solid grey;
}
.radius_tl{
	border-radius: 20px 0 0 0;
}
.radius_tr{
	border-radius: 0 20px 0 0;
}
.radius_bl{
	border-radius: 0 0 0 20px;
}
.radius_br{
	border-radius: 0 0 20px 0;
}
.ticket_ul{
	padding: 20px;
	width: 640px;
	max-width: 100%;
    text-align: left;
    margin: auto;
}
.ticket_price{
	color: #d73965;
	font-size: 36px;
}