@font-face {
  font-family: "vari";
  src: url("../fonts/vni.common.VAGRB.ttf");
}
body,p,span,a{
	line-height: 1.4;
}
.pt120{padding-top: 120px;}
.pt80{padding-top: 80px}
.pb120{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%;
  height: auto;
}
@media(min-width:767px){
  .block-mb{
    display: none !important;
  }	
}
@media (max-width:991px){
	.pt120{padding-top: 80px;}
  .pb120{padding-bottom: 80px;}
	.pt80{padding-top: 60px}
}
@media (max-width:767px){
  .pt120{padding-top: 70px;}
  .pb120{padding-bottom: 70px;}
	.mt50 {
    margin-top: 40px;
	}
  .hidden-mb{
    display: none !important;
  }  
	.mt70 {margin-top: 50px;}
}
/*---------- Slider ----------*/
.bnrSlider img{
  width: 100%;
}
.over-hidden{
  overflow: hidden;
}
.slick-dots {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 30px;
}
.slick-dots li {
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 45px;
	height: 8px;
	cursor: pointer;
	border: 0;
	outline: none;
  border-radius: 10px;
  background: #8EC327;
  opacity: 1;
}
.slick-dots li.slick-active button {
	opacity: 1;
	background: #fff;
}
@media(max-width:991px){
  .slick-dots{
    bottom: 20px;
  }
  .slick-dots li{
    margin: 0 2px;
  }
  .slick-dots li button{
    width: 35px;
	  height: 6px;
  }
}
/*----- End slider-----*/
/*----- anchor-link -----*/
.anchor-link ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.anchor-link li a{
  font-weight: bold;
}
.anchor-dot:before{
  content: '';
  width: 1px;
  height: 16px;
  background: #C8C8C8;
  display: inline-block;
}
.anchor-title-mb{
  background: #E7F2E0;
  border-bottom: 1px solid #B0CF9C;
  padding: 10px;
  position: relative;
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
}
.anchor-title-mb:after{
  content: '\f078';
  font-family: "Font Awesome 5 Free";
  margin-left: 9px;
  position: absolute;
  right: 15px;
  font-size: 12px;
  top: 15px;
  color: #000000;
  font-weight: bold;
}
.active.anchor-title-mb:after{
  transform: rotate(180deg);
}
@media(min-width:767px){
  .anchor-title-mb{
    display: none;
  }
}
@media(max-width:767px){
  .anchor-box{
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
  .anchor-link{
    display: none;
  }
  .anchor-link ul > li:nth-child(2n){
    display: none;
  }
  .anchor-link.active{
    display: block;
  }
  .anchor-link ul{
    flex-wrap: wrap;
    justify-content: flex-start;
    background: #e7f2e0;
    padding: 0 30px;
  }
  .anchor-link li{
    width: 100%;
    padding: 0px 15px;
    text-align: center;
  } 
  .anchor-link li a{
    width: 100%;
    display: block;
    padding: 8px 0;    
    position: relative;
  }
  .anchor-link li:not(:last-of-type){
    border-bottom: 1px solid #B0CF9C;
  }  
}
/*----- End anchor-link -----*/
/*----- Info -----*/
.info-name{
  font-size: 24px;
}
.f20{
  font-size: 20px;
}
@media(max-width:767px){
  .f20 {
    font-size: 17px;
  }
  .info-name{
    font-size: 20px;
  }
}
.info-title{  
  font-weight: bold;
  font-size: 30px;
}
.info-box img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media(min-width:991px){
  .row-60{
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-60 > div{
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media(max-width:767px){
  #about{
    padding-top: 60px;
  }
  #about .row > div.col-sm-12:nth-child(2){
    margin-top: 20px;
  }  
  .info-title{
    font-size: 26px;
  }
}
/*----- End Info -----*/

/*----- tour -----*/
.title-cm{
  font-family: "vari";
  font-size: 60px;
  color: #185334;
  text-align: center;
  margin-bottom: 45px;
}
@media(max-width:767px){
  .title-cm{
    font-size: 45px;
  }
}
.tour-box{
  background: #EFE8C6;
}
.tour-item{
  background: #fff;
  padding: 35px;
}
.tour-item h3{
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 15px;
}
.tour-list > div + div{
  margin-top: 25px;
}
@media(min-width:767px){
  .tour-list > div:nth-child(2n) .row > div:first-child{
    order: 2;
  }
  .tour-list > div:nth-child(2n) .row > div:last-child{
    order: 1;
  }
}
@media(max-width:767px){
  .tour-item{
    padding: 30px 20px;
  }
  .tour-item .row > div:nth-child(2){
    margin-top: 20px;
  }
}
/*----- End tour-box -----*/
.title-small {
  text-align: center;
}
.title-small span{
  font-size: 40px;
  font-weight: bold;  
  padding: 0 8px;
  position: relative;
}
.title-small span:after{
  content: '';
  width: 100%;
  height: 23px;
  background: #DDF5CE;
  position: absolute;
  bottom:0;
  left: 0;
  z-index: -1;  
}
.plan-orange .title-small span:after{
  background: #FFEDC4;
}
@media(max-width:767px){
  .title-small span{
    font-size: 31px;
  }
  .title-small span:after{
    height: 10px;
  }
}
.plan-content{
  padding: 45px 60px;
}
.plan-blue .plan-content{
  background: #E5F3DB;
}
.plan-orange .plan-content{
  background: #FBF9ED;
}
.plan-info{
  text-align: center;
}
.plan-name{
  font-size: 26px;
  font-weight: bold;
}
.col-md-4 .plan-info{
  text-align: left;
}
.col-md-4 .plan-name{
  font-size: 23px;
}
.price-plan{
  font-size: 23px;
  line-height: 1;
}
.price-num{
  font-size: 35px;
  color: #E44B01;
  font-weight: bold;
}
.btn-cta{  
  width: 255px;
  max-width: 100%;
  font-size: 18px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: inline-block;      
  padding: 13px;
  text-decoration: none;
}
.btn-cta:hover{
  color: #fff;
  text-decoration: none;
}
.btn-green{
  background: #518047;
}
.btn-green:hover{
  background: #608D57;
} 
.btn-outline-green{
  color: #000;
  border:1px solid #3B9610;
}
.btn-outline-green:hover{
  border:1px solid #A3D18C;
  color: #000;
}
.btn-orange{
  background: #C76127;
}
.btn-orange:hover{
  background: #CC7341;
}
.btn-list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 25px;
}
@media(max-width:991px){
  .plan-content{
    padding: 35px;
  }
}
@media(max-width:767px){
  .plan-content{
    padding: 30px 20px;
  }
  .plan-content .row > div + div .title-date{
    margin-top: 25px;
  }
  .plan-content .row > div + div{
    margin-top: 20px;
  }
  .plan-orange .plan-content .row > div + div:before{
    content: '';
    width: 100%;
    height: 1px;
    border-top: 1px dashed #B4AE8C;
    margin-top: 15px;
    display: block;
  }
  .plan-info h3,
  .plan-info p{
    text-align: left;
  }
  .price-plan{
    text-align: center !important;
    font-size: 20px;
  }
  .price-num{
    font-size: 32px;
  }
}
.title-date{
  font-size: 21px;
  font-weight: bold;
  color: #B9551D;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}
.title-date:before{
  content: '';
  width: 38px;
  height: 35px;
  background: url("../img/icon-calendar.png") no-repeat;
  background-size: 100%;
  display: inline-block;  
}
/*-- Video --*/
.moviebox {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 56.28%;
	height: 0;
	overflow: hidden;
}
.moviebox iframe{
  position: absolute;
  top: 0px; 
  right: 0px; 
  bottom: 0px; 
  left: 0px; 
  width: 100%; 
  height: 100%;
}
.video-placeholder {
  position: relative;
  cursor: pointer;
  width: 100%; 
/*  height: 303px; */
}
.video-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.play-button img{
  width: 65px;
}
@media(max-width:767px){
  .play-button img{
    width: 53px;
  }
}
/*-- End Video--*/
/*----- Schedule 03 -----*/
.schedule-list li{
  width: 100%;
  display: flex;
  padding-bottom: 30px;
}
.schedule-list li:last-child{
  margin-bottom: 0;
}
.schedule-time{  
  z-index: 2;
  text-align: center;
}
.schedule-time-list{
  width: 130px;  
	background: #F9EBBF; 
  padding: 7px;
}
.schedule-content{
  width: calc(100% - 130px);
  padding-left: 20px;
  text-align: left;
}
.schedule-content strong{
  font-size: 18px;
}
.schedule-time p{
  font-size: 18px;
  font-weight: bold;
}
.schedule-time p:nth-child(2):before{
  content: '';
  width: 5px;
  height: 22px;
  display: block;
  background: url("../img/icon-arrow.png") no-repeat top center;
  margin: 0 auto;
}
.schedule-list{
  position: relative;
}
.schedule-list li{
	position: relative;
}
.schedule-list li:after{
	content: '';
	width: 3px;
	height: 100%;
	background: url("../img/line-vertical.png") repeat-y;
	position: absolute;
	left: calc(130px/2);
	top: 15px;
}
.schedule-list li:last-child:after{
	height: 0;
}
.schedule-content img{
	display: block;
	max-width: 100%;
	height: auto;
	margin-top: 10px;
}
@media(max-width:767px){	  
  .schedule-list li{
    flex-wrap: wrap;
  }
  .schedule-list li > div{
    width: 100%;
  }
  .schedule-content strong,
  .schedule-time p{
    font-size: 16px;
  }
  .schedule-time-list{
    width: 100%;
    display: flex;
    gap: 7px;
    width: fit-content;
    padding: 5px 7px;
  }
  .schedule-time p{
    display: flex;
    gap: 7px;
  }
  .schedule-time p:nth-child(2):before{
    transform: rotate(270deg);
    margin: 0 10px;
  }
  .schedule-content{
    padding-top: 10px;
    padding-left: 32px;
  }
  .schedule-list li:after{
    left: 15px;
  }
  .schedule-list li{
    padding-bottom: 25px;        
  }
}
/*----- End schedule -----*/
/*----- modal -----*/
.modal-dialog{
  width: 980px;
  max-width: calc(100% - 1rem);  
}
.modal-content{
  padding: 0 50px 50px 50px;
  background: url("../img/bg-modal.png") no-repeat bottom center #fff;
  background-size: 100% auto;
}
.modal-header{
  background: url(../img/modal-title.png) no-repeat bottom left;
  background-size: 100% auto;
  text-align: center;
  border-bottom: none;
  padding-bottom: 30px;
}
.modal-title{
  border-bottom: none;
  text-align: center;
  font-size: 30px;
  font-weight: bold;  
  width: 100%;
}
.modal-body{
  padding: 20px 0;
}
.close{
  opacity: 1;
  padding: 0 !important;
  position: absolute;
  right: 55px;
  top: 20px;
}
@media(max-width:991px){
  .modal-content{
    padding: 0 30px 40px 30px;
  }
  .modal-header{
    background-size: auto auto;
    padding-bottom: 40px;
  }
  .close{
    width: 20px;
    right: 45px;
    top:35px;
  }
}
@media(max-width:767px){
  .modal-content{
    padding: 0 20px 40px 20px;
  }
  .close{
    right:35px;
  }
}
/*----- End modal -----*/
/*----- Tour outline -----*/
.outline-box{
  background: #587B44;
}
.outline-box .title-cm{
  color: #FFCB68;
}
.outline-table{
  width: 100%;
  background-color: #fff;
}
.outline-table th,
.outline-table td{
  border-collapse: collapse;
  border:1px solid #D1D1D1;
  padding: 15px 30px;
}
.textblue{
	color: #007bff;
	text-decoration: underline;
}
.list-star li + li,
.list-dot li + li{
  margin-top: 7px;
}
.list-star li,
.list-dot li{
	padding-left: 20px;
	position: relative;
}
.list-dot li:before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #000;
	position: absolute;
	left: 0;
	top: 9px;
}
.list-star li:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: url("../img/icon-star.png") no-repeat;
	position: absolute;
	left: 0;
	top: 7px;
}
.map-box {
    margin-top: 10px;
    width: 400px;
    max-width: 100%;
}
@media(min-width:767px){
  .outline-table th{
    width: 230px;
  }
}
@media(max-width:767px){
  .outline-table th, .outline-table td{
    display: block;
    width: 100%;
    padding: 15px 15px;        
    vertical-align: middle;
		border-top:none;
  }
  .outline-table th{
    border-bottom: none;
    padding-bottom: 0;
  }
  .outline-table td{
    border-top:none;
    padding-top: 5px;
  }
}
@media (max-width: 575px){
	.map-box {
			width: 100%;
	}
}
/*----- End Tour outline -----*/
/* FAQ
------------------------------------------*/
.faqbox__button ul li{
  margin-bottom: 15px;
}
.faqbox .dropdownSub{
	display:none;
}
.dropdown__inner {
  border: 1px solid #EAEAEA;
/*  box-shadow: 0 3px 3px #EEEEEE;*/
}
/*
.dropdown__inner.dropdown_toggle{
  box-shadow: 0 3px 16px #E3E3E3;
}
*/
.dropdown{
	background-color: #fff;  
  margin-bottom: 10px;
}
.question{
	padding: 20px 30px;
	position: relative;
	cursor: pointer; 
  background: #FAFAFA;
  font-weight: bold;
}
.dropdownSub{
	padding: 20px 50px 20px 30px;
	display: none;
  border-top: 1px dotted #EAEAEA;
}
.question:after {
  content: '\f078';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 30px;
  font-size: 16px;
  font-weight: bold;
  top: 19px;
  color: #333;
}
.dropdown_toggle .question:after{
  transform: rotate(0.5turn);
}
@media (max-width:767px) {
  .faq {
    padding-bottom: 120px;
  }
	.dropdownSub{
		padding: 16px 15px 25px;
	}
	.question{
		padding: 15px 55px 15px 15px;
	}
	.question:after{
		right: 15px;
	}
}






















