body,p,span,a{
	line-height: 1.4;
}
@font-face {
  font-family: "caps";
  src: url("font/UTM Essendine Caps.ttf");
}
.pt80{padding-top: 80px;}
.pt50{padding-top: 50px;}
.pt30{padding-top: 30px;}
.pt15{padding-top: 15px;}
.pt10{padding-top: 10px;}
.pb120{padding-bottom: 120px;}
.pb80{padding-bottom: 80px;}
.pb50{padding-bottom: 50px;}
.pb30{padding-bottom: 30px;}
.mt50{margin-top: 50px;}
.mt30{margin-top: 30px;}
.ml-10{margin-left: 10px;}
.hidden-mb{
	display: block;
}
.block-mb{
		display: none;
	}
.yellow-bg{
	background-color: #F3EFE8;
}
.green-bg{
	background-color: #BBC794;
}
.cta-button-wrap{
	text-align: center;
	margin: 0 auto;
	width: fit-content;
}
.book-btn{
	display: block;	
	width: 260px;
	padding: 10px 0;
	background-color: #E26B3F;
	border-radius: 50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	text-align: center;	
	text-decoration: none;
}
.book-btn:hover{
	background-color: #F38D68;
	cursor: pointer;
	text-decoration: none !important;
	color: #fff;
}
.cta-button-wrap a:hover{
	color: #fff !important;
	text-decoration: none !important;
}
h2{
	font-family: "caps";
	color: #1D4300;
	font-size: 45px;
	padding-bottom: 50px;
	text-align: center;
}
h3{font-size: 22px; font-weight: bold;}
h4{font-size: 18px; font-weight: bold;}
img{
	max-width: 100%;
	height: auto;
}
a, a:hover{
	color: #333;
}
a:hover{
	text-decoration: underline;
}
@media (max-width: 767px){
	.hidden-mb{
		display: none;
	}
	.block-mb{
		display: block;
	}
	.pt80{padding-top: 60px;}
	.pt50{padding-top: 30px;}
	.pt30{padding-top: 20px;}
	.pb120{padding-bottom: 100px;}
	.pb80{padding-bottom: 60px;}
	.pb50{padding-bottom: 30px;}
	.pb30{padding-bottom: 20px;}
	.mt50{margin-top: 30px;}
	.mt30{margin-top: 20px;}
	h2{
		font-size: 35px;
		padding-bottom: 40px;
	}
}
/*------Main banner-----*/
.banner{
	position: relative;
}
.banner-inner{
	position: absolute;
	bottom: 0;
	padding-bottom: 7vw;
	width: 100%;
}
.page-title-wrap{
	width: fit-content;
	text-align: center;
	margin-left: 5vw;
}
.banner-inner .sub-leading{
	color: #fff;
	font-size: 2vw;
	font-weight: bold;
	text-shadow: 0 2px 6px #002B05;
}
.banner-inner h1{
	font-family: "caps";
	font-size: 3vw;
	color: #fff;
	border-top: 2px solid #DEFFA4;
	border-bottom: 2px solid #DEFFA4;
	line-height: 30px;
	padding-top: 30px;
	margin: 10px 0 20px 0;
	text-shadow: 0 2px 6px #002B05;
}
.banner-inner h1 span{
	font-size: 5vw;	
}
.banner-inner .sub-leading.sub-2{
	font-size: 2vw;
	font-weight: normal;
}
.banner img{
	width: 100%;
}
@media(max-width:1600px){
	.banner-inner {
    padding-bottom: 6vw;
	}
	.page-title-wrap {
    margin-left: 8vw;
	}	
	.banner-inner h1 {
    padding: 15px 0 5px;
    margin: 10px 0 10px 0;
	}
}
@media(max-width:1400px){
	.banner-inner {
    padding-bottom: 6vw;
	}
	.page-title-wrap {
    margin-left: 14vw;
	}	

}
@media(max-width:1200px){
	.banner-inner {
		padding-bottom: 5vw;
	}
	.page-title-wrap {
		margin-left: 13vw;
	}
	.banner-inner h1 {
    font-size: 3.2vw;
	}
	.banner-inner h1 span {
    font-size: 5.5vw;
	}
	.banner-inner .sub-leading {
		font-size: 2.2vw;
	}
	.banner-inner .sub-leading.sub-2 {
    font-size: 2vw;
	}
}
@media(max-width:1140px){
	.banner-inner {
    padding-bottom: 5vw;
	}
	.page-title-wrap {
		margin-left: 16vw;
	}
}
@media(max-width:991px){
	.banner-inner {
		padding-bottom: 3vw;
	}
	.page-title-wrap {
		margin-left: 14vw;
	}
	.banner-inner h1 {
    font-size: 4vw;
		padding: 10px 0 5px;
		margin: 10px 0 10px 0;
	}
	.banner-inner h1 span {
    font-size: 5.5vw;
	}
	.banner-inner .sub-leading {
    font-size: 2.8vw;
	}
	.banner-inner .sub-leading.sub-2 {
    font-size: 2.5vw;
	}
}
@media(max-width:767px){
	.banner img{
		width: 100%
	}
	.page-title-wrap {
		margin: 0 auto;
	}
	.banner-inner {
    padding-bottom: 36vw;
	}
	.banner-inner h1{
		font-size: 7vw;
		line-height: 18px;
		padding-top: 15px;
		margin: 10px 0 10px 0;
	}
	.banner-inner h1 span{
		font-size: 11vw;
	}
	.banner-inner .sub-leading{
		font-size: 5.5vw;
	}
	.banner-inner .sub-leading.sub-2{
		font-size: 5vw;
	}
}
/*------Main banner End-----*/

/*----- Control -----*/
.control ul {
  display: flex;
  justify-content: space-evenly;
}
.control li a{
  font-weight: bold;
}
.control li a:after{
  content:'\f078' ;
  font-family: "Font Awesome 5 Free";
  margin-left: 9px;
  font-size: 13px;
}
@media(max-width:991px){
  /*.control{
    padding-top: 10px;
  }*/
	.control.block-mb{
		display: block;
	}
  .control ul{
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
  }
  .control li{
    width: 25%;
    padding: 0px 15px
  }
  .control li a {
    font-weight: bold;
    width: 100%;
    display: block;
    padding: 15px 0 5px 0;
    border-bottom: 1px solid #CBCBCB;
    position: relative;
  }
  .control li a:after{
    position: absolute;
    right: 0;
    font-size: 11px
  }
}
@media(max-width:767px){
	.control li{
		width: 50%;
	}
}
@media(max-width:575px){
    .control li{
      width: 50%;      
    }
}
/*----- End control -----*/

/*------Tour point-----*/
.tour-point{
	display: flex;
	flex-wrap: wrap;
}
.tour-point-wrap{
	text-align: center;
}
@media(max-width:767px){
	.tour-point-wrap:nth-child(1), .tour-point-wrap:nth-child(2){
		padding-bottom: 30px;
	}
	.tour-point-wrap img{
		width: 54px;
	}
	.tour-point-wrap .col-sm-6{
		padding-right: 10px;
    padding-left: 10px;
	}
}
/*------Tour point End-----*/

/*------Plan-----*/
.plan{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.plan-wrap{
	background-color: #fff;
	padding: 40px 30px 50px 30px;
	border-top-right-radius: 40px;
	border-bottom-left-radius: 40px;
}
.plan-type-wrap{
	margin: 0 auto;
	width: fit-content;
}
.plan-type{
	width: 140px;
	height: 40px;
	background-color: #FFF4C6;
	border-top: 1px solid #BC7E38;
	border-bottom: 1px solid #BC7E38;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
}
.plan-wrap h3{
	padding: 15px 0 30px 0;
	text-align: center;
}
.plan-detail{
	padding: 30px 0;
}
.outline-wrap {
    margin-top: 20px;
}
.outline-wrap li {
    padding-left: 30px;
    margin-bottom: 6px;
    position: relative;
    padding-top: 3px;
}
.outline-wrap li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 22px;
    height: 22px;
}
.departure:before {
    background: url(img/icon_departure.svg) no-repeat center center;
}
.time:before {
    background: url(img/icon_time.svg) no-repeat center center;
}
.lunch:before {
    background: url(img/icon_lunch.svg) no-repeat center center;
}
.short-time:before {
    background: url(img/icon_shorttime.svg) no-repeat center center;
}
.ticket-type{
	font-weight: bold;
}
.prices-wrap ul li{
	list-style: disc;
	margin-left: 20px;
}
.prices{
	color: #E91800;
	padding-left: 10px;
	font-weight: normal;
}
.price_inset_mc, .price_inset_mc_done{
	font-size: 25px;
}
@media(max-width:767px){
	.col-12:first-child .plan-wrap{
		margin-bottom: 30px;
	}
	.plan-wrap{
		padding: 30px 20px 40px 20px;
	}
	.outline-wrap {
    margin-top: 15px;
	}
	.plan-wrap h3 {
    padding: 15px 0 20px 0;
	}
	.plan-detail {
    padding: 30px 0 0 0;
	}
}

/*------Plan End-----*/

/*------Schedule-----*/

.schedule-block .nav-tabs{
	display: none;
}
.schedule-block .tab-content>.tab-pane {
	display: block;
}
.schedule-block .tab-content .fade {
	opacity: 1;
}
.schedule-block ul li a br {
	display: none;
}

@media(max-width:767px){
	/*Tabs*/
	.schedule-block .nav-tabs{
		display: block;
	}
	.schedule-block .nav-tabs a.active, .schedule-block .nav-tabs a:focus, .schedule-block .nav-tabs li a.active:hover {
		color: #333;
		cursor: default;
		background-color: #fff;
		border-top: #BC7E38 3px solid;	
		font-weight: bold;
	}
	.schedule-block .nav-tabs {
		display: block;
		text-align: center;
		border: none;
	}
	.schedule-block .nav-tabs li {
		width: calc(50% - 2px);
    display: inline-block;		
	}
	.schedule-block .nav-tabs li:first-child{
		float: left;
	}
	.schedule-block .nav-tabs li:last-child{
		float: right;
	}
	.schedule-block .nav-tabs li a {
		color: #333;		
		font-size: 24px;
		background: #E2DDD3;
		border-top: #E2DDD3 3px solid;
		display: block;
		padding: 10px
	}
	.schedule-block .nav-tabs li a:hover{
		text-decoration: none;
	}
	.schedule-block .tab-content>.tab-pane {
	display: none;
	}
	.schedule-block .tab-content>.active {
	display: block !important;

	}
	.schedule-block .tab-content .fade {
	opacity: 0;
	}
	.schedule-block .tab-content .fade.in {
	opacity: 1;
	}
}
/*End Tabs*/





.schedule-inner{
	width: 800px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.schedule-op3{
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
.schedule-tab-content{
	border:1px solid #D9BF8F;
	padding: 35px 15px 50px 15px;
	margin-top: -1px;
}
.schedule-nav{
	width: 100%;
  justify-content: space-between;
}
.schedule-nav > li{
	width: calc(50% - 2px);
	text-align: center;
}
.schedule-nav .nav-link{
	background: #F1EEEA;
	font-size: 19px;
	font-weight: bold;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 1px solid #D9BF8F;
	padding: 11px;
}
.schedule-nav .nav-link.active{	    
	border-color: #D9BF8F #D9BF8F #fff;
	color: #9E0010;
}
.schedule-list li{
  width: 100%;
  display: flex;
  padding-bottom: 20px;
}
.schedule-list li:last-child{
  margin-bottom: 0;
}
.schedule-time{
  width: 20px;
  height: 28px;
	background: url(img/icon_place.svg) no-repeat center center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.schedule-detail{
  width: 100%;
  padding-left: 15px;
	padding-top: 2px;
}
.schedule-time p{
  font-size: 17px;
  font-weight: bold;
	color: #fff;
	line-height: 1;	
	padding: 10px;
}
.schedule-list{
  position: relative;
}
.schedule-list li{
	position: relative;
}
.schedule-list li:after{
	content: '';
	width: 2px;
	height: 100%;
	position: absolute;
	left: 9px;
	top: 15px;
	border-left: 2px dotted #CF8B47;
}
.schedule-list li:last-child:after{
	height: 0;
}
.schedule-detail img{
	display: block;
	max-width: 100%;
	height: auto;
	margin-top: 10px;
}
.schedule-wrap{
	background: #fff;
	padding: 40px 30px 50px 30px;
	border-top-right-radius: 40px;
	border-bottom-left-radius: 40px;
	/*min-height: 700px;*/
	height: 100%;
}
.dep-time{
	font-weight: bold;
	color: #CF8B47;
	margin-right: 10px;
}
.schedule-wrap h3{
	padding: 20px 0 30px 0;
	text-align: center;
}
@media(max-width:767px){
	.schedule-tab-content{
		padding: 25px 15px 35px 15px;
	}
	.schedule-wrap{
		border-top-right-radius: 0;
		border-bottom-left-radius: 0;
		padding: 30px 20px;
	}
	.schedule-wrap .plan-type-wrap {
    display: none;
	}
}
/*------Schedule End-----*/

/*------Spots-----*/
.spots-wrap{
	display: flex;
	margin-left: -5px;
	margin-right: -5px;
	flex-wrap: wrap;
	align-items: stretch;
}
.spots-wrap .col-md-4, .spots-wrap .spots-wrap, .spots-wrap .col-12{
	padding: 0 5px;
}
.spot-intro{
	/*background-color: #fff;*/
	padding: 30px 20px 40px 20px;
	/*min-height: 220px;*/
}
.spot-intro h4{
	padding-bottom: 10px;
}
.content_item{
	min-height: 250px;
	margin-bottom: 30px;
}
.content_item .h100{
	height: 100%;
	background-color: #fff;
}
.spots-wrap img{
	width: 100%;
}
/*------Spots End-----*/


/*----Sticky btn mobile---*/
.sticky-title{
	font-family: "caps";
	color: #1D4300;
	font-size: 20px;
	padding-bottom: 5px;
	text-align: center;
}
.sticky-title br{
	font-size: 18px;
}
.sticky {
	position: sticky !important;
	position: relative;
	bottom: 0;  
	z-index: 9;
	padding: 10px 0 15px;
	display: none;
	background-color: #e5d3b4;
}
.sticky .book-btn{
	padding: 10px 0 10px 0;
	font-size: 16px;
}
@media(max-width:767px){
	.sticky {
		display: block;
	}
}
/*---- Chat online----*/
.chat-wrap{
	text-align: center;
}
.no-underline {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
	margin-bottom: 10px;
}
.no-underline:before {
	content: "";
	display: flex;
	width: 34px;
	height: 24px;
	background: url("img/icon-chat.png") 0 0 no-repeat;
	background-position: center center;
	margin-right: 10px;
}
.chat .online span {
	color: #fff;
    font-size: 17px;
    line-height: 1.2;
}
.chat .online a {
	display: block;
	color: #fff;
	background: #4DC45D; 
	z-index: 99;
	padding: 20px;
	border-radius: 5px;    
	text-align: center;
	width: 500px;
	max-width: 100%;
	margin: 0 auto;
}
.chat_close {
	display: none;
}
@media screen and (max-width: 768px) {		
	.box-contact {
		width: 100%; 
	}
}
@media screen and (max-width: 767px) {		
	.box-contact {
		display: flex;
		padding: 25px 15px;
	}
	.underline,
	.no-underline {
		font-size: 19px;
	}
	.no-underline:before{
		margin-right: 5px;
	}
	.chat_close {
		z-index: 3;
		position: fixed;
		bottom: 25px;
		right: 12px;
		color: #fff;
		width: 50px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.chat_open {
		display: none;
		z-index: 2;
		width: 34px;
		height: 24px;
		background: url(../img/icon-chat.png) no-repeat;
		background-position: center center;
		margin-right: 10px;
		padding: 20px 25px;
		background-color: #4dc45d;
		border-radius: 5px;
		position: fixed;
		bottom: 35px;
		right: 10px;
	}
	.underline{
		margin-top: 5px;
    display: block;
	}
}
@media screen and (max-width: 575px) {	
	.chat .online a {
		padding: 10px;
	}
}

/*----/ End Chat online----*/