@font-face {
  font-family: 'SeagullBold';
  src: url("../fonts/UTM SeagullBold.ttf");
}
body,p,span,a{
	line-height: 1.4;
}
.pt100{padding-top: 120px;}
.pb100{padding-bottom: 120px;}
.pb50{padding-bottom: 50px;}
.pt50{padding-top: 50px;}
.pt40{padding-top: 40px;}
.pt30{padding-top: 30px;}
.mt70 {margin-top: 70px;}
.mt50 {margin-top: 50px;}
.mt40 {margin-top: 40px;}
.mt30 {margin-top: 30px;}
.mt20 {margin-top: 20px;}
.mt15 {margin-top: 15px;}
.mt10 {margin-top: 10px;}
.mt5 {margin-top: 5px;}
.disblock{display: block;}
img{
	max-width: 100%;
}
@media(min-width:767px){
  .block-mb{
    display: none !important;
  }	
}
@media (max-width:991px){
	.pt100{padding-top: 80px;}
  .pb100{padding-bottom: 80px;}
}
@media (max-width:767px){
  .pt100{padding-top: 80px;}
  .pb100{padding-bottom: 80px;}
	.mt50 {
    margin-top: 35px;
	}
  .hidden-mb{
    display: none !important;
  }  
	.mt70 {margin-top: 50px;}
}
@media(min-width:991px){
	.block-991{
		display: none;
	}
}
.textred{
	color: #E90003;
}
/*----- Button -----*/
.btn-cta{
  background: #FFB639 ;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
.btn-cta:hover{
  background: #ECB24E;
  color: #fff;
  text-decoration: none;
}
.btn-cta-big{
  min-width: 200px;
  max-width: 100%;
  padding: 13px;
}
/*----- End Button -----*/
/*----- Content common -----*/
.border-gray{
  background: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 12%);
	border-radius: 6px;
}

@media(min-width:767px){
  .col3-item3{
    display: flex;
    justify-content: space-around;
    margin-left: -15px;
    margin-right: -15px;
  }
  .col3-item3 > div{
    width: 33.333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.content-name{
  font-size: 24px;
  font-weight: bold;
}
.content-txt{
  margin-top: 15px;
}
.box-p30{
	padding: 30px;
}
@media(max-width:767px){
  .content-list > div{
    margin-bottom: 10px;
  }
  .content-list > div:last-child{
    margin-bottom: 0;
  } 
  .box-p30{
    padding: 15px;
  }
  .content-name{
    margin-top: 15px;
  }
	.box-p30 > .content-name{
    margin-top: 0;
  }
}
@media(min-width:991px){
	.row-50{
		margin-left: -25px;
		margin-right: -25px;
	}
	.row-50 > div{
		padding-left: 25px;
		padding-right: 25px;
	}
}
/*----- End Content common -----*/
/*----- banner -----*/
.banner{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner img{
  width: 100%;
  height: auto;
}
.banner-inner{
	position: absolute;
	width: 100%;
	text-align: center;
	height: 100%;
	top: 0;
	display: flex;
	padding-top: 22vw;
}
.bnr-info{
	display: inline-block;	
	text-align: center;
	background: url("../img/bnr-bg.png") no-repeat center center;
	background-size: 100% 100%;
}
.banner-title,
.banner-title-small,
.bnr-departure-date{
	color: #fff;
	text-shadow: 0 0px 15px #000;
	line-height: 1.1;
}
.banner-title{
	font-family: 'SeagullBold';
	font-size: 8vw;	
}
.banner-title-small{	
	font-family: 'Open Sans';
	font-weight: bold;
	display: block;
	font-size: 5.2vw;
}
.bnr-departure-date{	
	font-family: 'Open Sans';
	font-weight: bold;
	margin-top: 10px;
	font-size: 4.5vw;
}
.banner .slick-dots{
	position: absolute;
    bottom: 15px;
}
@media(min-width:767px){
	.banner-inner{		    
		padding-top: 7.5vw;
	}
	.banner-title{
		font-size: 4.2vw;
	}
	.banner-title-small{
		font-size: 2.8vw;
	}
	.bnr-departure-date{
		font-size: 2.4vw;
	}
}
@media(min-width:991px){
	.banner-inner{		    
		padding-top: 10vw;
	}
	.banner-title{
		font-size: 3.5vw;
	}
	.banner-title-small{
		font-size: 2.3vw;
	}
	.bnr-departure-date{
		font-size: 2vw;
	}
}
@media(min-width:1900px){	
	.banner-title-small{
		font-size: 44px;
	}
	.bnr-departure-date{
		font-size: 37px;
	}
	.banner-title{
		font-size: 68px;	
	}
}
@media(max-width:767px){
	.banner-title-small{
		margin-bottom: 5px;
	}
	.bnr-info{		    
		padding-bottom: 60px;
	}
}
/*----- end banner -----*/

/*----- control -----*/
.control {
  padding-top: 25px;
}
.control ul {
  display: flex;
  justify-content: space-around;
}
.control li a{
	font-size: 15px;
}
.control li:nth-child(2n){
	color: #C2C2C2;
}
@media(max-width:767px){
	.control ul{		    
		justify-content: space-between;
	}
}
@media(max-width:1140px){
	.control li a{
		font-size: 14px;
	}
}
@media(max-width:991px){
	.control li:nth-child(2n){
		display: none;
	}
	.control li a:after{
		content:'\f078' ;
		font-family: "Font Awesome 5 Free";
		margin-left: 6px;
		font-size: 10px;
		font-weight: bold;
	}
  .control{
    padding-top: 10px;
		justify-content: space-between;
  }
  .control ul{
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
  }
  .control li{
    width: 33.333%;
    padding: 0px 15px
  }
  .control li a {    
    width: 100%;
    display: block;
    padding: 8px 10px 7px 0;
    border-bottom: 1px dotted #9F9F9F;
    position: relative;
		font-size: 14px;
  }
  .control li a:after{
    position: absolute;
    right: 0;
    font-size: 11px;
		top: 10px;		
  }
}
@media(max-width:575px) and (min-width:425px){
	.control li a {
		font-size: 11.5px;
	}
	.control li a:after{
		font-size: 9px;
	}
}
@media(max-width:767px){
	.control li{
    width: 50%;
  }	
}
@media(max-width:424px){
	.control li{
    width: 100%;
  }
}
/*----- End control -----*/

/*----- tour point -----*/
.title-big{
	font-family: 'SeagullBold';
	font-size: 50px;
	text-align: center;
	color: #516E00;
}
@media(max-width:991px){
	.title-big{
		font-size: 45px;
	}
}
@media(max-width:767px){
	.title-big{
		font-size: 38px;
	}
}
.tour-item img{
	border-radius: 6px;
}
@media(min-width:767px){
	.tour-item p{
		text-align: center;
	}
}
@media(max-width:767px){
	.tour-item > a{
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	}
	.tour-item >a> img{
		width: 50%;
	}
	.tour-item >a> p{
		width: 50%;
		padding-left: 20px;
		margin-top: 0;
	}
}

/*-------- calendar -------*/
.calendar{
	background-color: #fff;
	padding: 50px 30px;
}
.calendar-name{
  font-size: 29px;
  font-weight: bold;
  text-align: center;
}
.calendar-table {
  width: 100%;
  margin-top: 10px;
}
.calendar-table th,
.calendar-table td,
.calendar-table{
	border-collapse: collapse;
	padding: 10px 14px;
	text-align: center;
	font-size: 20px;
}
.confirmed-tour,
.scheduled-departure{  
  font-weight: bold;
	position: relative;
}
.confirmed-tour:after,
.scheduled-departure:after{
	content: '';
	width: 40px;
	height: 40px;
	border-radius: 50%;	
	position: absolute;
	left: calc(50% - 20px);
	top: calc(50% - 20px);
}
.scheduled-departure:after{
	border:3px solid #529100;
}
.confirmed-tour:after{
	border:3px solid #E64E00;
}
.calendar-table td{
	position: relative;
	width: calc(100% / 7);
}
.calendar-note{
	height: 100%;
	background: url("../img/bg-flower.png") no-repeat bottom right #faf3ec;
	padding: 50px;
	display: flex;
	align-items: center;
}
.note-list li {	
	margin-bottom: 12px;
	text-align: left;
	padding-left: 40px;	
}
.note-list li > span{
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 50%;
  background-size: 62%;
  position: relative;
	margin-left: -38px;	    
	background-position: center center;
}
.note-list li .confirmed-tour:after{
  width: 100%;
  height: 100%; 
	left: calc(50% - 15px);
	top: calc(50% - 15px);
}
.note-list li .scheduled-departure:after{
  width: 100%;
  height: 100%; 
	left: calc(50% - 15px);
	top: calc(50% - 15px);
}
@media(min-width:767px){
	.calendar-wrap{
		display: flex;
		align-items: stretch;	
	}
	.calendar-note{
		width: calc(100% - 640px);
	}
	.calendar{
		width: 640px;	
	}
}
@media(max-width:991px){
  .calendar{
    padding: 20px 15px;
  }
	.calendar-table th, .calendar-table td, .calendar-table{
		padding: 10px 10px;
		font-size: 18px;
	}
	.calendar {
    width: 470px;
	}
	.calendar-note{
		width: calc(100% - 470px);
		padding: 25px;
	}
	.note-list li{
		margin-bottom: 10px;
		line-height: 1;
	}
}

@media(max-width:767px){ 
	.calendar-note,
	.calendar {
    width: 100%;
	}	
	.calendar-table th, .calendar-table td, .calendar-table{
		padding: 8px;
		font-size: 15px;
	}
	.confirmed-tour:after, .scheduled-departure:after{
		width: 30px;
		height: 30px;
		left: calc(50% - 15px);
		top: calc(50% - 15px);
	}
	.note-list li{
		margin-bottom: 8px;
	}
	.calendar-note{
		background: url(../img/bg-flower-mb.png) no-repeat bottom right #f8f1e7;
	}
}

/*------------ Schedule -----------*/
/*----- schedule -----*/
.textblue{
	color: #0019FF;
} 
.textlink{
	text-decoration: underline;
}
.schedule-list{
  position: relative;
}
.schedule-list li{  
  position: relative;  
}
.schedule-list .border-gray{
	padding: 10px 30px;	    
	height: 100%;
}
.schedule-list li:not(:last-of-type):after{
	content: '';
	width: 18px;
	height: 100%;
	background: url("../img/icon-next.png") no-repeat center center;
	position: absolute;
	right:-37px;
	top:0;
	
}
.time{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 7px 0;
	border-bottom: 2px dotted #7070709c;
}
.schedule-content{
	padding: 10px 0 0 0;
  text-align: center;
}
.schedule-content > strong{
  display: block;
  margin-bottom: 3px;
}
@media(min-width:767px){
  .schedule-list{
    display: flex;
    justify-content: space-between;
    position: relative;
		align-items: stretch;
  }
  .schedule-list li{
    width: calc(25% - 40px);   
    text-align: center;
  }  
  .time{
    font-size: 25px;
  }
}
@media(max-width:991px){
  .schedule-list li:last-child{
    margin-bottom: 0;
  }  
  .time{    
		font-size: 22px;
  }  
	.schedule-list .border-gray{
		padding: 10px 15px;
		height: 100%;
	}
}
@media(max-width:767px){
  .schedule-op1 > p.text-center{
    text-align: left !important;
  }
	.schedule-list li{
		margin-bottom: 40px;
	}
	.schedule-list li:not(:last-of-type):after{
		width: 100%;
		height: 22px;
		bottom:-30px;
		right: 0;
		top: inherit;	
		background: url("../img/icon-down.png") no-repeat center center;
	}
	.schedule-box .mt50 > p.text-center{
		text-align: left !important;
	}
}
/*----- End Schedule -----*/
.bg-orange{
	background: #F7F0E6;
}
.slider-nav{
	margin-top: 4px;
}
.slider-col2-item1 > div{
  width: 100%;
}
@media(min-width:991px){
  .slider-col2-item1{
    display: flex;
    align-items: center;
  }  
  .slider-col2-item1 > div:nth-child(1){
    width: 60%;
  }  
	.slider-col2-item1 > div:nth-child(2){
    width: 40%;
		padding-left: 30px;
  }  
}
.slider-nav-02 .slick-slide,
.slider-nav .slick-slide {
  opacity: 0.5; 
  transition: opacity .3s;
}
.slider-nav-02 .slick-slide.slick-current,
.slider-nav .slick-slide.slick-current {
  opacity: 1;
}
.slider-nav-02,
.slider-nav{
	margin-left: -2px;
	margin-right: -2px;
	margin-top: 4px;
}
.slider-nav-02 img,
.slider-nav img{
	padding-left: 2px;
	padding-right: 2px;
	border-radius: 6px;
}
.slider-for-02,
.slider-for{
	border-radius: 6px;
}
.tourpoint .col2-item2 .box-p30{
	padding-top: 20px;
}
@media(max-width:991px){
	.tourpoint .slider-col2-item1 .content-name{
		margin-top: 20px;
	}
}
/*----- End tour point -----*/
.slick-dots {
  text-align: center;
  width: 100%;   
}
.slick-dots li {
	display: inline-block;
	margin: 0 3px;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 32px;
	height: 7px;
	cursor: pointer;
	outline: none;  	
	border-radius: 10px;
	border:1px solid #C8C8C8;
	background: #fff;
}
.slick-dots li.slick-active button {
	opacity: 1;
	background: #F684B1;
	border:1px solid #F684B1;
}
.foodSlider{
	margin-left: -3px;
	margin-right: -3px;
}
.foodSlider .slick-slide img{
	width: 100%;
}
.foodSlider .slick-slide{
	padding-left: 3px;
	padding-right: 3px;
}
@media(max-width:767px){
	.food .mt50 > p.text-center{
		text-align: left!important;
	}
}


/*----- Tour outline -----*/
.outline-table{
  width: 100%;
  background-color: #fff;
}
.outline-table th{
  font-weight: bold;
}
.outline-table th,
.outline-table td{
  border-collapse: collapse;
  border:1px solid #E1E1E1;
  padding: 15px 30px;
}
.list-num {
	padding-left: 18px;
}
.list-num li,
.list-dot li{
  margin-bottom: 7px;
}
.list-num li:last-child,
.list-dot li:last-child{
  margin-bottom: 0;
}
.map{
	width: 500px;
	max-width: 100%;
}
@media(min-width:767px){
  .outline-table th{
    width: 230px;
  }
}
@media(min-width:991px){
  .outline-table th{
    width: 300px;
  }
}
@media(max-width:767px){
  .outline-table th, .outline-table td{
    display: block;
    width: 100%;
    padding: 15px 15px;        
    vertical-align: middle;
  }
  .outline-table th{
    border-bottom: none;
    padding-bottom: 0;
    background: none;
		padding-top: 15px;
  }
	.outline-table td{
		padding-top: 5px;
	}
  .outline-table th,
  .outline-table td{
    border-top:none;
  }
  .outline-table tr:nth-child(1) th{
    border-top: 1px solid #CECECE;
  }
	.map{
		width: 100%;
	}
}
/*----- End Tour outline -----*/

/*-----Book btn sticky-----*/
#book-btn {
	position: relative;
	bottom: 0;  
	z-index: 9;
	padding: 20px 0;
	background: #889A3F;
	display: none;
}
#book-btn .btn-cta {
	padding: 10px;
	width: 200px;
	background-color: #F57819;
	text-decoration: none;
	border-radius: 50px;
	text-align: center;
	font-weight: bold;
	margin-left: 15px;
	color: #fff;
	font-size: 20px;
	border: 1px solid #fff;
}
.sticky {
	position: sticky !important;
}
#book-btn .box__wrap {
	width: 100%;
	display: flex; 
	justify-content: space-between;
	align-items: center;
}
#book-btn .box__semittl {
	width: auto;
} 
#book-btn .box__wrap > p {
	font-size: 23px;
	color: #fff;
}
#book-btn .box__wrap > p span{
	font-size:25px;
	display: block;
	font-weight: bold;
	line-height: 1.2;
} 
.fix-price{
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}
@media screen and (min-width: 991px) {
	#book-btn .box__wrap .box__item {
		display: flex;
		align-items: center;
		justify-content: flex-end; 
	}
}
@media screen and (max-width: 991px) {
	#book-btn .btn-cta{    
		min-width: inherit;
		margin-top: 5px;
		margin-left: 0;
	}
	#book-btn .box__wrap .box__item{
		text-align: center;
	}
	#book-btn .box__wrap > p{
		font-size: 20px;
		padding-right: 10px;
	}
	#book-btn .box__wrap > p span{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	#book-btn{
		padding: 15px 0;
	}
	#book-btn .btn-cta {
    width: 160px;
    min-width: inherit;
    font-size: 16px;
    padding: 7px;
	}
	#book-btn .box__wrap > p{
		font-size: 14px;
	}
	#book-btn .box__wrap > p span{
		font-size: 14px;
	}
	.fix-price{		    
		font-size: 3.5vw;
	}
}
#backToTop2024{
	bottom: 25px;
}
@media(max-width:1140px){
	#backToTop2024{
		bottom: 118px;
	}
}
@media(max-width:991px){
		#backToTop2024 {
			bottom: 130px;
	}
}
@media(max-width:767px){
	#backToTop2024{
		bottom:110px;
	}
}
@media screen and (max-width: 424px) {
	#book-btn .btn-cta {
		width: 120px;
	}
}
@media(max-width:767px){
	#book-btn .block-991{
		display: none;
	}
}

.list-dot li{
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}
.list-dot li:before{
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #779248;
  position: absolute;
  left: 0;
  top: 9px;
}

/*---- 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----*/






