@charset "UTF-8";
/* CSS Document */
body {
	background-color: #fff;
	font-family: 黑體, 微軟正黑體, Helvetica, Arial, serif;
	overflow-x: hidden;
	background-color: rgb(7, 52, 81);
	background-size: contain;

}
img {
	object-fit: contain;
	-ms-interpolation-mode: bicubic;
	flex: 0 0 auto;  /* IE */
}
.clear{
	clear: both;
}
.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;
	overflow: hidden;
}
.kv_bg {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
}
.kv_img{
	border-radius: 0 0 20px 20px;
	border: 8px solid white;
	border-top: 0;
}
.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;
}
.menu_table{
	width: 80%;
	margin: 20px 10%;
	text-align: center;
}
.menu_img{
	width: 180px;
}
.m01 {
	background: #d4edf0;
	border-radius: 20px 0 0 20px;
}
.m01 a:hover {
	background: #7070c4;
	color: white;
}
.m02 {
	background: #d4edf0;
	border-left: 1px solid white;
}
.m02 a:hover {
	background: #7070c4;
	color: white;
}
.m03 {
	background: #d4edf0;
	border-radius: 0 20px 20px 0;
	border-left: 1px solid white;
}
.m03 a:hover {
	background: #7070c4;
	color: white;
}
.m_active {
	background: #19adbd;
}
.m_active a{
	color: white !important;
}
.tour_img_m{
	width: 100%;
    border-radius: 6px;
    overflow: hidden;
	position: relative;
	margin-bottom: 3px;
}
.tour_img_s{
	width: calc(100% / 3 - 3px);
	margin: 0;
    border-radius: 6px;
    overflow: hidden;
	position: relative;
}
.img_center{
	width: 100%;
  	margin: 0;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	-ms-transform: translate(-50%, -50%);
 	transform: translate(-50%, -50%);
}
.tour_det{
	width: 50%;
	position: relative;
}
.tour_code{
	color: #ff8dab;
}
.tour_start{
	color: #000000;
    font-size: 24px;
    margin-bottom: 0px;
    display: block;
	font-weight: bolder;
}
.tour_include{
	color: #000000;
    font-size: 16px;
    margin-bottom: 12px;
	margin-top: 12px;
    display: block;
}
.tour_tick{
	width: 26px;
    position: relative;
    top: -2px;
}
.tour_title{
	color: #000000;
    font-size: 40px;
	margin-bottom: 0px;
    display: block;
}
.tour_point{
	padding: 0 10px 0 24px;
	line-height: 1.2;
}
.tour_point li{
	color: #9a5454;
	font-weight: 400;
    font-size: 14px;
    margin-bottom: 4px;
    margin-top: 4px;
}
.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{
	margin-top: 12px;
	margin-bottom: 12px;
	float: left;
}
.tour_link a{
	text-decoration: none;
    background: #622988;
    color: white;
    padding: 10px 20px;
    margin: 10px;
    font-size: 24px;
    border-radius: 8px;
}
.tour_link a:hover{
	background: #fad8c9;
	color: #000000;
}
.tour_price{
    text-align: left;
    color: #f53b03;
    font-size: 48px;
	line-height: 1;
	letter-spacing: -3px;
	margin-bottom: 12px;
}
.tour_price::first-letter{
	font-size: 30px;
}
.tour_price::after{
	font-size: 30px;
}
/* tour_pop */
.photo_pop{
	position: fixed;
	overflow: scroll;
	z-index: 5;
	background: rgba(0,0,0,0.70);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 100px 20px;
	display: none;
}
.photo_pop_box{
	width: 100%;
	padding: 10px;
	position: relative;
	background: white;
}
.photo_pop_img{
	width: 100%;
}
.photo_pop_close{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
}

/* tour_box_odd */
.tour_box_odd{
	background-color: white;
	padding: 20px;
	border: 1px solid #317abf;
	border-radius: 20px;
	margin-bottom: 20px;
}
.tour_box_odd h1{
	text-align: left;
	font-weight: 800;
	color: #317abf;
}
.tour_box_odd p{
	text-align: justify;
	color: #728699;
	font-size: 1rem;
}
.tour_box_image_odd{
	width: 40%;
	padding-right: 6px;
	float: left;
	text-align: left !important;
	margin-bottom: 10px;
}
.tour_box_detail_odd{
	width: 60%;
	padding-left: 6px;
	float: left;
	margin-bottom: 10px;
}
.tour_box_hotel_d{
	display: block;
	border-top: 1px dotted black;
}
.tour_box_hotel_m{
	display: none;
	width: 100%;
	text-align: left !important;
}
.ski_stats{
	width: 100%;
	margin: 10px 0 0 0;
}
.ski_stats td{
	border-left: 1px dotted black;
	text-align: center;
	width: 20%;
}
.ski_stats td:first-child{
	border-left: 0;
}
.ski_stats img{
	width: 100%;
	max-width: 60px;
}
.subtitle{
	font-size: 1.5rem;
}
p{
	margin: 1rem;
	color: black;
}
h1{
	font-size: 1.5rem;
	font-weight: bold;
	color: #ac0905 !important;
}
h2{
	font-size: 1.5rem;
    color: #ac0905 !important;
}
.highlight_red{
	color: white !important;
	background-color: #ac0905 !important;
	padding: 0 10px;
}
h3{
	color: black;
	font-family: bebas-neue-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.3rem;
	margin: 10px;
	display:inline-block; 
}
.block_red{
	padding: 4px 12px;
	background: #ac0905!important;
    /*border: 0.15em solid #ac0905!important;*/
    color: #fff!important;
    transform: skew(-15deg);
	transition: all .5s;
}
.block_red span{
	display: inline-block;
	transform: skew(15deg);
}
.block_gold{
	padding: 4px 12px;
	background: linear-gradient(90deg,#c09849,#cba864,#d5b87e,#e0c999,#ead9b5,#eedebb,#f3e4c1,#f7e9c7,#f6e4b9,#f5e0ab,#f3db9c,#f2d68e);
    border: 1px solid #081b27 !important;
    color: #081b27 !important;
    transform: skew(-15deg);
	transition: all .5s;
}
.block_gold span{
	display: inline-block;
	transform: skew(15deg);
}
.styled {
  list-style: none;
  padding: 0;
  margin: 0;
}
.styled li {
  padding-left: 1rem;
  text-indent: -0.75rem;
}
.styled li::before {
  content: '🏁 ';
}
h4{
	width: 100%;
    max-width: 960px;
    margin: auto;
    margin-bottom: 20px;
    color: white;
    font-size: 0.8rem;
    text-align: center;
}
h5{
	color: #317abf;
	font-weight: 800;
	font-size: 1.3rem;
	margin: 10px 0 0 0;
	text-align: left;
}
h6{
	color: #317abf;
	font-weight: 800;
	font-size: 1.1rem;
	margin: 10px 10px 10px 0;
	text-align: left;
}
ul{
    padding-left: 20px;
}
.timeline{
	margin: auto;
	border-collapse:separate;
	border-spacing: 0 4px;
}
.timeline th{
	padding: 0 20px;
	border-right: 2px solid black;
}

.timeline td{
	padding: 0 20px;
}
.course{
	width: 100%;
	margin: auto;
}
.course tr:nth-child(even) {
	background-color: #f2f2f2;}
}
.course th{
	text-align: center;
	width: 40%;
	max-width: 320px;
}
.course td{
	padding: 16px 8px 16px 16px;
	vertical-align: center !important;
}
.course_img{
	width: 100%;
}

.ski_icon{
	position: relative;
    top: -1px;
	width: 20px;
	margin-right: 4px;
}
.tour_hotel_detail li{
	font-size: 1rem;
	color: #728699;
	margin-bottom: 3px;
}
.hotel_img{
	width: 40%;
	float: left;
	padding-right: 6px;
}
.hotel_ul{
	width: 60%;
	float: left;
	text-align: left;
	padding-left: 6px;
}
.legalline{
	font-size: 10px;
    line-height: 12px;
    font-weight: 300;
}
@media (max-width:801px){
	/* tablet, landscape iPad, lo-res laptops ands desktops */
	.tour_box_odd{
		padding: 10px;
	}
	.top_banner {
    	margin-top: 8vw !important;
	}
	.menu_img{
		width: 100%;
	}
	
	.tour_box_image_odd{
		width: 100%;
		padding: 0;
	}
	.tour_box_detail_odd{
		width: 100%;
		padding: 0;
	}
	h1{
		font-size: 1.8rem;
	}
	.subtitle{
		margin-top: 8px;
		font-size: 1.2rem;
	}
	.tour_box_hotel_d{
		display: block;
	}
	.tour_box_hotel_m{
		display: block;
	}
	.hotel_img{
		width: 100%;
		padding: 0;
	}
	.hotel_ul{
		width: 100%;
		padding: 0;
	}
}


.tour_box_menu{
	width: 100%;
}
.tour_box_btn{
    width: 100%;
}
.tour_box_link{
	text-align: center;
    width: 50%;
    background: #317abf;
    padding: 4px;
    margin: 2px;
    font-size: 12px;
    border-radius: 8px;
    border: 2px solid #f7f7f7;
}
.tour_box_link a{
	color: white;
	text-decoration: none;
}
.nav-link img {
	height: auto;
    width: 100%;
}
.nav_dec {
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
}
.wrapper {
	background: white;
	position: relative;
    padding: 20px;
    width: 100%;
    max-width: 960px;
	justify-content: center;
	border-radius: 20px;
	margin: 20px auto;
}
.campaign {
	text-align: center;
    margin: 0;
    position: relative;
    width: 100%;
	color: #a71672;
    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: #ab1d67;
    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: #ab1d67;
    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: #ab1d67;
    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;
    }
	.tour_box{
		width: 100%;
	}
	.tour_procedure{
		width: 80%;
	}
	.tour_rules{
		width: 90%;
	}
}
@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(18% - 2px);
        text-align: center;
		padding: 4px 10px;
		font-size: 12px;
    }
	.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%;
    }
	.tour_box{
		width: 100%;
	}
	.tour_procedure{
		width: 80%;
	}
	.tour_rules{
		width: 90%;
	}
}
.ticket{
	width: 95%;
	margin: auto;
	border-collapse: separate !important;
	border-spacing: 0;
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: #f7f7f7;
    padding: 10px;
}
.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;
}
.btn_main_menu a:hover {
	opacity: 0.8;
}
.nav_main_wrapper {
    position: relative;
    padding: 0;
    box-sizing: border-box;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.nav_main_wrapper.smaller {
    position: fixed;
    top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
    max-width: 1200px;
    z-index: 6;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.pn-ProductNav {
    /* Make this scrollable when needed */
      overflow-x: auto;
    /* We don't want vertical scrolling */
    overflow-y: hidden;
    /* For WebKit implementations, provide inertia scrolling */
    -webkit-overflow-scrolling: touch;
    /* We don't want internal inline elements to wrap */
    white-space: nowrap;
    /* If JS present, let's hide the default scrollbar */
    /* positioning context for advancers */
    position: relative;
    font-size: 0;
}
.js .pn-ProductNav {
    /* Make an auto-hiding scroller for the 3 people using a IE */
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* Remove the default scrollbar for WebKit implementations */
}
.js .pn-ProductNav::-webkit-scrollbar {
    display: none;
}

.main_menu_group {
    float: left;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    position: relative;
}

.main_menu_group-no-transition {
    -webkit-transition: none;
    transition: none;
}
.btn_main_menu:first-child {
	margin-left: 25%;
}
.btn_main_menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0px solid transparent;
    padding: 0;
	width: 50%;
}
.btn_main_menu + .btn_main_menu {
    border-left-color: #eee;
}
.btn_main_menu[aria-selected="true"] {
    color: #111;
}

.pn-Advancer {
    /* Reset the button */
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    /* Now style it as needed */
    position: absolute;
    top: 0;
    bottom: 0;
    /* Set the buttons invisible by default */
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
	height: 45px;
}
.pn-Advancer:focus {
    outline: 0;
}
.pn-Advancer:hover {
    cursor: pointer;
}

.pn-Advancer_Left {
    left: 5px;
}
[data-overflowing="both"] ~ .pn-Advancer_Left, [data-overflowing="left"] ~ .pn-Advancer_Left {
  opacity: 0.4;
}

.pn-Advancer_Right {
right: 5px;
}
[data-overflowing="both"] ~ .pn-Advancer_Right, [data-overflowing="right"] ~ .pn-Advancer_Right {
opacity: 0.4;
}

.pn-Advancer_Icon {
width: 10px;
height: 20px;
fill: #fff;
}

.pn-ProductNav_Indicator {
position: absolute;
bottom: 0;
left: 0;
height: 4px;
width: 100px;
	display: none;
background-color: transparent;
-webkit-transform-origin: 0 0;
        transform-origin: 0 0;
-webkit-transition: background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
transition: background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
transition: transform .2s ease-in-out, background-color .2s ease-in-out;
transition: transform .2s ease-in-out, background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
}
@media (max-width: 768px) {
    .btn_main_menu {
        width: 50%;
		margin-left: 0;
    }
    .pn-Advancer {
        opacity: 0.4;
    }
}
@media (max-width: 576px) {
    .btn_main_menu {
        width: 50%;
		margin-left: 0;
    }
}