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

/****** Start Global Setting  ******/
body {margin:0 auto;font:13px 'Roboto','Noto Sans TC', "Microsoft JhengHei","微軟正黑體",微軟正黑體,"Apple LiGothic Medium","蘋果儷中黑",蘋果儷中黑,Arial,Helvetica,sans-serif;background:#fff;}
body.nofullwidth {margin:0 auto;font:13px 'Roboto', 'Noto Sans TC', "Microsoft JhengHei","微軟正黑體",微軟正黑體,"Apple LiGothic Medium","蘋果儷中黑",蘋果儷中黑,Arial,Helvetica,sans-serif;background:#fff;max-width:2560px;border-left:1px solid #ccc;border-right:1px solid #ccc;-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.25);-moz-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);}

.clearfix:after {content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.clearfix {display:inline-block}
a {color:#444;text-decoration:none;transition:all .3s;}
a:hover,.formDiv a:focus {color:#444;text-decoration:underline;transition:all .3s;}
a:active,a:hover,a:focus {outline:0;text-decoration: none;}
button,button:hover,button:focus {transition:all .3s;outline: 0;}
button.btn-terms {position:relative;color:#E9758F;font-size: 16px; font-weight:500;letter-spacing: 3.4px;text-align: center; display: block; margin: 0 auto;}
button.btn-terms:after {
	content:"";
	background:#E9758F;
    position: absolute;
    display: block;
    height: 1.5px;
    width: 100%;
    bottom: -8px;
}
button.btn-terms:hover {color:#E9758F;text-decoration:none;}
input{ box-shadow: none}
textarea {resize:none;}
a.disabled {pointer-events:none;cursor:default;}
img{border: 0;margin: 0; padding: 0;}
img.fullwidth {width:100%;height:auto}

.no-gutter { margin-right: 0; margin-left: 0;}
.no-gutter > [class*="col-"] { padding-right: 0; padding-left: 0; }
.row-flex {  display: flex; flex-wrap: wrap;}

.border-top-pink {border-top: 5px solid #EAC9C5;}
h2 {color: #444;font-size: 31px;font-style: normal;font-weight: 500;line-height: 200%; /* 62px */letter-spacing: 6.2px;}


/****** Desktop large Screen ******/
/* Nav */
.site-main { width: 100%; position: relative; }

.site-header .container-fluid{padding-left: 0; padding-right: 0;}
.navbar { background:url(../_img/nav-bg.jpg); background-repeat:repeat-x;}
.navbar-default{background: #fff;border: none;min-height: 80px;border-radius: 0px;margin-bottom: 0;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:hover { color: #555; background-color: #e7e7e7; transition: all .3s;}

.navbar-nav>li {float: left;width: 180px;text-align: center; font-size: 21px; }
.navbar-nav>li a:hover .nav-1,.navbar-nav>li a:hover .nav-2,.navbar-nav>li a:hover .nav-3{transition: all .3s;}

.nav-1,.nav-2,.nav-3 {background-color:#fff;width:100%;height:80px;line-height:75px;}
.active a .nav-1,.nav-1:hover,.active a .nav-2,.nav-2:hover,.active a .nav-3,.nav-3:hover {background-color:#fff;width:100%;height:80px;color:#fb799e;color:var(--main-color);}

.nav.navbar-nav.header-nav li a {padding:0px;}
.navbar-collapse {background-color:#fff; }

.navbar-toggle {position: relative;float: right;padding: 20px 17px; margin-top: 0px;margin-right: 0px; margin-bottom:0px;background-color: transparent; background-image: none; border: 0px solid transparent;border-radius: 0px; background: var(--main-color, #333);}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {border-color: #fff; margin: auto;max-width: 570px;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {background-color: var(--main-color, #333);}
.navbar-default .navbar-toggle .icon-bar {background-color: #ffffff;}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {margin-right: 0px;margin-left: 0px;max-width: 570px;overflow: hidden; margin: auto;}

/* Main content */
.site-main .kv {position: relative;background-color:#F9EFEE}
/*.site-main .kv .kv-img img{
	margin:0 auto;
	max-width:1920px;
	width:100%	
}*/

.site-main .kv .kv-img{
	background: url('../_img/kv-bg-oct.jpg') no-repeat top center/cover;
	background: url('../_img/kv-bg-oct@2x.jpg') no-repeat top center/cover;
    /* height: 700px;
    height:580px;*/
    max-width:2560px;
    width:100%;
    margin: 0 auto;
    position: relative;
    aspect-ratio: 2.4;
}/*
.kv_logo {
    position: absolute;
    top: 0px;
    margin: 0 auto;
    right: 0;
    left: 0;
}*/
.kv_logo img {
    max-width: 140px;
}
.kv_title {text-align: center; background-color:#FFA9BE;border-top: 8px solid #fff; max-width: 580px;width: 100%; margin:-260px auto 55px; padding: 35px 10px 40px}
.kv_title p{color:#fff; font-weight: 300; font-size: 23px; line-height: 130%; letter-spacing: 2.3px;}
.kv_title h1{color:#fff; font-weight: 700; font-size: 48px; line-height: 130%; letter-spacing: 2.88px; margin:5px 0 }
.kv_title hr {width: 40%;}
.kv_title hr ~ p{font-weight: 500; letter-spacing: 0.1em;}


.campagin {position: relative; height: 100%}
.kv_tagline {
	position: absolute;
    bottom: -36px;
    left: 0;
    right: 0;
    margin: 0 auto;
}



/*.campaign {height: 100%;/*position: absolute; padding-top:30px; left:0; right:0;display: flex; align-items: center;}*/
.kv_info {margin: 0 auto; width: 100%; max-width: 850px; background: #fff; border: 1px solid #E9758F; padding:20px 0 50px;}
.kv_info hr {border-color:#EAC9C5; margin:0 auto 20px}
/*.kv_info img {max-width:800px;width:100%;padding: 0 30px; }*/
/*.kv_info div, .kv_info span {display:inline-block}*/

.kv_info div.kv-info-item{border-right:1px solid #E9758F;align-items:center;display:flex;justify-content:center}
.kv_info div.kv-info-item:last-of-type{border-right:0}
.kv_info div.time{color:#E9758F;text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:1.8px}
.kv_info div.time b{font-weight:600;font-size:18px}
.kv_info div.location{color:#E9758F;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:1.12px}

.kv_info div.location b {font-size: 18px;}

.kv_info span{background:#E9758F;width:1px;display:inline-block;height:70px}
.kv_info .date img{max-width:280px}

/* intro content */
.main_intro{width: 100%; background:url('../_img/intro-bg-oct.png') no-repeat top center/cover; padding:100px 0 75px}
.main_intro .container{}
/*.main_intro .btn-register{border: 0;border: 1px solid #81979F;border-radius: 30px;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);background: #81979F; max-width:360px; width:100% ;height: 60px; margin: -30px auto 15px; padding: 0 40px;font-size: 25px; color: #fff;text-align: center; letter-spacing: 5px; font-weight: 700; line-height: 202%; }
.main_intro .btn-register:hover{outline:0;background:#fff;color:#81979F}*/
.main_intro .btn-register {all:unset;margin: -30px auto 15px; z-index: 2;position: relative; cursor:pointer;}
.main_intro .btn-register img{max-width:430px; width:100%; }

.main_intro .remark_cta{color: #444;font-size: 12px;font-style: normal;font-weight: 400;line-height: 175%;letter-spacing: 1.8px;}
.main_intro .remark_cta span {font-weight: 300;}
.main_intro .intro_text{color:#444;text-align:center;font-size:16px;font-style:normal;font-weight:300;line-height:175%;letter-spacing:1.6px;margin:0 auto 70px;}



/* Hall Rooms */
.hall-room{  padding: 75px 0 0; }
.hall-room .room{margin-bottom:30px;/*box-shadow: 4px 4px 4px 0px rgba(234, 201, 197, 0.70);*/}
.hall-room .room-intro{padding-top :22px;}
.hall-room .name{color: #E9758F;text-align: left;font-size: 22px;font-style: normal;font-weight: 500;line-height: 175%;letter-spacing: 2.2px;margin-bottom:5px; margin-top: 0}
.hall-room .description{color: #444;font-size: 16px;font-style: normal;font-weight: 300;line-height: 175%;letter-spacing: 1.28px;}

.hall-room ul,  .vip-offer ul {list-style: none;}
.hall-room ul.description li::before, .vip-offer ul li::before {
    content: "·";
    color: #444;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 1.28px;
    display: inline-block;
    width: 20px;
    margin-left: -20px;
    text-align: center;
}

.hall-room ul.description li, .vip-offer ul li{
	margin-left: -25px; 
}

/* Owl Carousel */
/* .owl-carousel .owl-stage-outer {padding:20px 0;} */
.owl-prev,.owl-next{/*background:#fff!important;width:60px;height:60px;*/position:absolute;top:50%;transform:translateY(-50%);/*opacity:.6*/}
.owl-prev:hover,.owl-next:hover{opacity:1;transition:all .3s}
.owl-prev{left:-50px}
.owl-next{right:-50px}
.owl-carousel .prev-btn{position:absolute;background:url(../_img/arrow_prev.png) no-repeat;background-size:22px 42px;width:22px;height:42px;margin:0;background-position:center;top:50%;left:50%;transform:translate(-50%,-50%)}
.owl-carousel .next-btn{position:absolute;background:url(../_img/arrow_next.png) no-repeat;background-size:22px 42px;width:22px;height:42px;margin:0;background-position:center;top:50%;left:50%;transform:translate(-50%,-50%)}
.owl-dot {background: #C6AC75 !important;border-color: #C6AC75 !important; opacity: 0.3; transition: opacity .3s;}
.owl-dot.active {opacity: 1;}
.owl-dots {margin-top: 20px;}
.owl-nav .disabled{ opacity: 0.3; cursor: default !important; }





/* Special Offer */
.special-offer {background: url('../_img/special-bg.png') no-repeat right bottom/contain, linear-gradient(90deg, #FFF 0%, #FBE6EB 100%)}
.special-offer .special-bg {height: 100%;}
.special-offer .special-bg img {width: 100%; height: 100%; object-fit: cover;}


.black-box-wrapper{padding:40px 20px 40px 0; height:100%;display: flex; flex-direction: column; justify-content: center;}
.black-box-wrapper h2{color: #E9758F;font-size: 38px;font-style: normal;font-weight: 500; line-height: 150%; letter-spacing: 4.56px;margin-bottom:12px;margin-top:0}
.black-box-wrapper p, .black-box-wrapper b,.black-box-wrapper small,.black-box-wrapper ul li{color: #333;font-size: 16px;font-style: normal;font-weight: 300;line-height: 175%;letter-spacing: 0.96px;margin-bottom:18px}
.black-box-wrapper ul{list-style:none; margin-bottom: 15px;}
.black-box-wrapper ul li{margin-left:-25px;margin-bottom:0;font-size:16px}
.black-box-wrapper ul li::before{content:"·";color:#444;font-size:14px;font-style:normal;font-weight:500;line-height:175%;letter-spacing:1.28px;display:inline-block;width:20px;margin-left:-20px;text-align: center;}
.black-box-wrapper b{color:#444;font-weight:500;letter-spacing:1.28px;margin-bottom:5px;margin-bottom:0;display:block}
.black-box-wrapper small{font-size:12px;letter-spacing:.96px;margin-bottom:0;display:block;}
.black-box-wrapper small:first-of-type{margin-top:20px}


/* VIP Offer */
.vip-offer {margin-bottom: 80px}
/* .VIP-offer .row {background-color: #F5F5F5;} */
.VIP-offer .bg-grey {background:none; padding: 0;background-color: #F5F5F5;}
.border-gold {
	border: 1px solid #AD8344;
	background: #FFF;
}

.border-2 { border-width:2px; padding:5px}
.border-1 { border-width:1px; padding:30px 6%}
.vip-offer h2 {
	color: #AD8344;
	text-align: left;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 175%; 
	letter-spacing: 4.2px;
	margin-top: 0;
	margin-bottom: 5px;
}

.vip-offer p, .vip-offer ul, .vip-offer small{
	color: #444;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 175%;
	letter-spacing: 1.6px;
}


/*.VIP-offer .col-xs-12 {padding-left: 0; padding-right: 0;}*/
/*.VIP-offer .container {width: 100%}*/
.align-items-center {display: flex;align-items: center;}
.VIP-offer .img-wrapper {height: 100%}
.VIP-offer .offer-content img {margin-bottom:12px;}
.VIP-offer .offer-content {background-color:#F5F5F5; padding: 25px 30px 25px 45px; flex: 1;}
.VIP-offer .offer-content strong{font-weight:600}
.VIP-offer .offer-content .title{color:#242021;font-size:40px;font-style:normal;font-weight:500;line-height:200%;letter-spacing:8px;margin-bottom:10px}
.VIP-offer .offer-content p,.VIP-offer .offer-content small{color:#242021;font-size:16px;font-style:normal;font-weight:300;line-height:175%;letter-spacing:1.28px;margin-bottom:0}
.VIP-offer .offer-content p:last-of-type{margin-bottom:25px}
.vip-offer small{font-size: 12px;margin-bottom:0}
.vip-offer img{max-width:214px; width:100%; margin:0 auto}


/* Activity */
.exp-activity {padding:40px 0; background:url('../_img/side-leave.svg') no-repeat right bottom / 308px 174px; }
.exp-activity h2 {margin-bottom:26px;color: #E9758F;
font-size: 38px;
font-style: normal;
font-weight: 500;
line-height: 200%; 
letter-spacing: 7.6px;}
.experience-box{margin-bottom:30px}
.experience-box img{margin-bottom:10px; }
.experience-box h3,.workshops .workshop-info h3{color:#444444;text-align:left;font-size:18px;font-style:normal;font-weight:400;line-height:175%;letter-spacing:2.1px;margin:0 0 5px 0}
.experience-box p,.workshops .workshop-info p{color:#444444;font-size:16px;font-style:normal;font-weight:300;line-height:175%;letter-spacing: 0.8px;margin-bottom:30px}
.experience-box p{text-align:justify}
.workshops .row-flex [class*="col-"]{margin-bottom:10px}
.workshops img{margin-bottom:12px}
.workshops .workshop-info{height:100%}

.workshops {background:#f5f5f5; padding-bottom: 32px;}
.workshops .remarks {display: block; font-weight: 300;font-size: 12px;line-height: 200%;letter-spacing: 1.8px; color: #242021; }

.exp-activity small {
	color: #444;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 175%;
	letter-spacing: 0.96px;
	display: block;
}



/* supportDiv */
.supportDiv {margin-top:30px; margin-bottom: 85px}
.supportDiv h4{position:relative;color: #AD8344;font-size: 28px;font-style: normal;font-weight: 500;line-height: 200%; letter-spacing: 5.6px;margin-bottom:26px; margin-top:0;}
.supportDiv h4:after {
	content:'';
	background:#AD8344;
	height: 1px;
	width: calc(100% - 200px);
	display: inline-block;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.supportDiv img.logo {display: inline; max-height:90px;height:100%;margin-bottom: 25px; margin-right: 40px;}
.supportDiv .logo-wrapper {display: inline-block;}

.form-bottom {display: none}
/*.form-bottom {position: relative; left: 40px; bottom: 20px;max-width: 423px;width: 100%;}
.form-bottom img {max-width: 423px;width: 100%;}*/

/* Footer - supportDiv */
/*.supportDiv {background:#fff;}
.supportDiv .container {padding-top:50px;padding-bottom:50px;}
.supportDiv .container .supportholder {display: flex; flex-wrap: wrap;align-items: center}
.supportDiv .logos{border-left: 1px solid #6a2723;flex-grow: 1;border:0}
.supportDiv .logo-right {flex-grow: 1;border-left: 1px solid #6a2723;}
.supportDiv .logo-right img {max-height:50px;margin:0px 30px 25px 0}
.supportDiv .container h4 {font-size:14px;color:#6a2723;padding:0;margin: 0 auto 12px;}*/




img.value-mobile{width:90%;max-width:424px;margin:auto}
img.value-desktop{width:90%;max-width:748px;margin:auto}
.value{padding:20px 0}




/****** Start Global Setting (Non Mobile View) ******/
@media screen and (min-width:992px){
	.special-offer .row { display: flex; }


}

@media screen and (min-width: 500px) {
	/*.content-info-nav-btn { width:32.6%;}*/
	.info-container span.big { font-size: 24px; }
	.info-container p { margin-top:8px; }
	.margin-offset { margin-top:10px; }
	
	.card-deck{-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}
	.card-deck .card{display:-ms-flexbox;display:flex;/*-ms-flex:1 0 0;flex:1 0 0;*/-ms-flex:25%;flex:25%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}
}

@media screen and (min-width: 768px) {
	/*================== Start Common Setting ==================*/	
	.checkbox-input-field { width: 300px; display: inline-block; }
	/*================== End Common Setting ==================*/
	
	
	
	/*.content-info-nav-btn { display: inline-block; padding: 30px 20px 20px; margin-bottom:-2px; width:32.6%;}
	.content-info-nav-btn.active { border-bottom:3px solid #c19526; }
	.content-info-nav { padding-top: 30px;}*/
	img.add { margin:0 ;}

	.time-options-list {width:500px; margin:0 auto; padding: 15px 0;}



/*	.black-box-wrapper { max-width: 600px;  width: 100%; margin:0 0 0 auto}*/
}



@media screen and (min-width:1025px){
	.card-deck .card{-ms-flex:1 0 0;flex:1 0 0;}

/* 	.supportDiv img.logo {margin-right: 85px;}*/
}


@media screen and (max-width: 1440px) {}


@media screen and (max-width: 1280px) {
	.owl-prev {left:-40px;}
	.owl-next {right:-40px; }
}


@media screen and (max-width: 1199px){

	.main_intro {padding-top: 70px}

	.black-box-wrapper { padding-left: 20px; }

	.border-1 {padding:30px 3%}
}

@media screen and (max-width: 1024px) {
	textarea,input[type=text] {   
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
		appearance: none;
	}

	.fixed_top {/*
		background: #f8f2f2;
		background: -moz-linear-gradient(45deg, #f8f2f2, #fbf5f5);
		background: -webkit-linear-gradient(45deg, #f8f2f2, #fbf5f5);
		background: linear-gradient(45deg, #f8f2f2, #fbf5f5);
			filter: progid:DXImageTransform.Microsoft.gradient(star.experience-box p, .workshops .workshop-info ptColorstr="#77d1f3",endColorstr="#e4f6fd",GradientType=1);*/
	}

	.kv_tagline {bottom:-24px}

}


@media screen and (max-width: 991px) {
	.top-img {}
	.kv_title div.preline{font-size:20px}

	
	.owl-stage {padding-left: 15px !important;}


	.supportDiv img.logo {max-height:74px}

	.kv_info {padding:20px 10px 50px}


	.VIP-offer {padding:30px 0;}


	.black-box-wrapper {
        padding: 40px 20px;
    }

}


@media screen and (max-width: 768px) {
	.top-img {/*background-position: bottom center, top -12px center;*/ }

	.kv_title {max-width:470px}
	.kv_title p {font-size:18px}
	.kv_title h1{font-size:30px}
 
	.campaign-title img {bottom:30px;}
	.workshops .row-flex [class*="col-"] { margin-bottom: 20px; }

/*	.VIP-offer .col-xs-12 {padding-right:15px; padding-left:15px}*/
	.VIP-offer .align-items-center {flex-direction: column}

	.kv_logo img {max-width: 80px}

	.kv_tagline {margin: 0 -80px;}

	.vip-offer img {margin-top: 30px}
}

@media screen and (max-width:767px){
	.checkbox-inside-align > .row { margin:0 -15px !important; width:unset !important;}
	
	.main_intro .intro_text{margin-bottom: 35px; font-size:15px}

	.VIP-offer .offer-content{padding:15px 25px}
	.VIP-offer .img-wrapper > img{height:300px}

	.site-main .kv .kv-img {height:100%; aspect-ratio: 3 / 2;}


	.kv_info div.kv-info-item:first-of-type {
		border-right: 0;
		border-bottom: 1px solid #E9758F;
		padding-bottom: 20px;
	}

	.kv_info div.kv-info-item:not(:first-of-type) {
		margin-top: 20px;
		transform: scale(0.95);
	}
}

@media screen and (max-width: 550px) {
	.kv_title {margin: -200px auto 55px;padding: 25px 10px 20px;}
/*	.main_intro {padding-top: 40px}*/

	.kv_info {
		width: calc(100% + 30px); 
		margin: 0 -15px; 
		border-width:1px 0;
		flex-direction: column;
	}

	.kv_info span { transform: rotate(90deg);}
	
	.activity h2 img, .supportDiv h4 img {zoom:85%}

	.workshops .remarks {margin-bottom:10px;}
	.activity h2 span, .supportDiv h4 span {font-size:20px; padding: 0 10px}

	.activity .workshops p {margin-bottom:25px}

	.VIP-offer .offer-content .title { font-size:30px }
	
	

	.headline_txt{font-size:22px;color:#4B8B85;font-weight:700}


	.main_intro .img-wrapper {margin-bottom: 30px}
	.main_intro img.date-info { max-width: 362px; margin-left:0;}
	.btn-wrapper { margin-bottom: 20px;}
	/*.special-offer { padding: 0; background-position: center right -440px;}
	.black-box-wrapper { background-color:rgba(255,255,255, 0.95); margin: 0 -15px;}*/
	.special-offer {
	    background: url(../_img/special-bg.png) no-repeat right bottom / contain, linear-gradient(180deg, #FFF 0%, #FBE6EB 100%);
	}
	.black-box-wrapper {padding:40px 20px}
	.black-box-wrapper h2 {font-size: 32px;}
	.VIP-offer {padding: 40px 0 30px}
	.supportDiv { padding: 25px 0 30px; margin: 30px 0 60px;}
	.supportDiv h4 {font-size: 26px}
	.supportDiv img.logo {max-height: 70px;margin-bottom: 5px; margin-right: 15px;}


/*	.owl-nav {margin-top:25px;} */
	.owl-prev, .owl-next {position: relative; width:80px; height:80px;left: unset;
		display: inline-block;right:unset;top:unset;transform: none;}
	.owl-prev {left:-10px;}
	.owl-next {right:-10px;} 
  
	.owl-carousel .prev-btn, .owl-carousel .next-btn { background-size: 13px 20px; width: 13px; height: 20px;}


	.form-bottom {left:15px}
	.form-bottom, .form-bottom img{max-width:250px}

/*	.hall-room {padding-bottom: 35px}*/


	.exp-activity h2 {font-size: 30px}

	.experience-box p, .workshops .workshop-info p {font-size: 15px}
	.border-1 {padding:30px 5%}


}


@media screen and (max-width:414px){
	.checkbox-input-field{width:100%}


	.footer-container > *{text-align:center;margin:0 auto;}


	.venueTourDiv .time-options-list {
		width: 200px;
    	margin: 0 auto;
	}
	
	.tab-content {padding: 50px 0px}
	.tab_section {padding-left:20px; padding-right:20px;}
	.tab_section.details {padding:0 40px;}
	.tab-content h1{font-size: 18px; padding: 18px 14px;line-height: 1.6;}
	.tab-content span.line {margin:35px auto 50px;}
	.tab-content p span.remark{font-size: 13px;}
	/*.tab-content h3{font-size: 24px; }*/
	.tab-content p.tips{font-size: 14px;margin: 0 auto 20px;}

	.tab_section .event-date {font-size:20px;}
	.tip_img{margin-top: 8px}
	.main_intro .tab_row{margin-bottom: 60px;}
	.supportDiv .container .supportholder img{width: 120px;}
	.nav-tabs.nav-justified>li>a br{display: block}
	.tab-content ul.tasting li{ text-indent: -22px;padding-left: 22px;}
	.tab-center{text-align: center}
	.supportDiv h4 span {letter-spacing: 0.2em}
	
	/*.pad-top {padding-top: 120px;}
	.supportDiv .logo-right img {max-height: 50px!important}*/


	/*.supportDiv img.logo {
	    max-height: 45px;
	    margin-right: 15px;
	}
	*/
	
	/* Payment */
	#payment-logo-header img {max-width:60px !important;}


	.VIP-offer .img-wrapper > img {height: 280px;}

	.kv_tagline {margin: 0 -120px;}

}


@media screen and (max-width: 375px) {
	.activity h2 img, .supportDiv h4 img { width: 8%;}
	.tab-content h2 { font-size:26px; }
	.tab-content h3 {font-size:24px;}
	
	.activity h2 span, .supportDiv h4 span {letter-spacing: 0.1em}
	.supportDiv .container .supportholder img{zoom:95%;}

	.btn-register {font-size: 20px}

	.supportDiv img.logo { max-height: 55px;margin-right: 15px; }
	
}


@media screen and (max-width:320px){
  	.kv_title h1 {font-size:28px}
  	h2 {font-size: 26}
	.activity h2 span, .supportDiv h4 span {font-size: 18px;}
	.nav-tabs.nav-justified>li>a{margin-bottom: 0;vertical-align: middle;display: table-cell; font-size: 16px;letter-spacing: 0;}
	
}

/****** End Global Setting (Non Mobile View) ******/


