body{
  line-height: 1.4;
}
.pt70{padding-top: 70px;}
.pb70{padding-bottom: 70px;}
.pb150{padding-bottom: 150px;}
.mt10{margin-top: 10px !important;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
@media(min-width:767px){
  .block-767{
    display: none;
  }
}
@media(max-width:767px){
  .hidden-767{
    display: none;
  }
}
img{
  max-width: 100%;
}
.btn-cta{  
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: inline-block;
	background: #FF7272;
  border:2px solid #fff;
  font-size: 18px;
  padding: 10px;
  width: 200px;
  max-width: 100%;
}
.btn-cta:hover{
  background: #FF9292;
  color: #fff;
  text-decoration: none;
}
/*----- control -----*/
.control {
  padding-top: 25px;
}
.control ul {
  display: flex;
  justify-content: space-evenly;
}
.control li a{
  font-weight: bold;
  color: #000;
}
.control li:nth-child(2n+2){
  color: #CFCFCF;
}
@media(max-width:991px){  
	.control ul{
    justify-content: space-between;
	}
}
@media(max-width:767px){
  .control li a:after{
    content:'\f078' ;
    font-family: "Font Awesome 5 Free";
    margin-left: 9px;
    font-size: 13px;
  }
  .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: 100%;
    padding: 0px 15px
  }
  .control li:nth-child(2n){
    display: none;
  }
  .control li a {
    font-weight: bold;
    width: 100%;
    display: block;
    padding: 8px 10px 7px 0;
    border-bottom: 1px solid #E3E3E3;
    position: relative;
  }
  .control li a:after{
    position: absolute;
    right: 0;
    font-size: 11px;
		top: 10px;
  }
}
/*----- End control -----*/
/*----- Banner -----*/
.banner {
    position: relative;
}
.banner > img {
    width: 100%;
    height: auto;
}
.bnr-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.bnr-inner .btn-cta{
  width: 250px;
  font-size: 20px;
}
@media(max-width:1900px){
  .banner h1 img{
    width: 37vw;
  }
}
@media(max-width:1140px){
  .banner h1 img{
    width: 45%;
  }
  .bnr-inner .btn-cta{
      width: auto;
      font-size: 2vw;
      padding: 0.8vw 7vw;
      margin-top: 1vw;
  }
}
@media(max-width:767px){
  .banner h1 img {
    width: 85%;
  }
  .bnr-inner .btn-cta {
    width: 180px;
    padding: 11px;
    margin-top: 2vw;
    font-size: 16px;
  }
}
/*----- End banner /--*/
.title-cm{
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.decs-02{
  text-align: center;
}
@media(min-width:767px){
  .decs{
    text-align: center;
  }
  .decs-02{
    font-size: 20px;
  }
}
@media(max-width:991px){
  .title-cm{
    font-size: 37px;
  }
}
@media(max-width:767px){
  .title-cm{
    font-size: 35px;
  }
}

/*----- Plan -----*/
.bg-yellow{
  background: #FFF4DE;
}
.plan-box .row{
  align-items: stretch;
}
.plan-item{
  height: 100%;
  background: #fff;  
  border: 1px solid #1C6085;
}
.plan-title{
  display: block;
  background: #1C6085;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  color: #fff;
}
.plan-content{
  padding: 25px 15px 30px;
  text-align: center;
}
.list-package{
  display: inline-block;
  text-align: left;
}
.list-package li {
  padding-left: 35px;
  display: flex;
  align-items: center;
}
.list-package li + li{
  margin-top: 8px;  
}
.list-package li span{
  width: 35px;  
}
.list-package li span img{
  display: block;
}
.price span{
  color: #FF7272 !important;
  font-size: 28px !important;
  font-weight: bold;
}
@media(max-width:767px){
  .plan-box .row > div + div{
    margin-top: 15px;
  }
}
/*----- Schedule 03 -----*/
.schedule-box .btn-cta{
  width: 280px;
}
.schedule-content{
  text-align: center;
}
.schedule-op3-list{
  display: inline-block;
  text-align: left;
}
.schedule-op3-title{
	background: #919191;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 15px 15px;
	color: #fff;
}
.schedule-op3-inner{
	background: #F9F9F9;
	padding: 30px;
}
.schedule-op3-list li{
  width: 100%;
  display: flex;
  padding-bottom: 30px;
}
.schedule-op3-list li:last-child{
  margin-bottom: 0;
}
.schedule-op3-time:after{
  content: '';
  width: 76px;
  height: 76px;
  text-align: center;
  border: 4px solid #b3e2a2;
  border-radius: 50%;
  background: #00B187;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: absolute;
  top: 4px;
  left: 4px;
}
.schedule-op3-time{
  text-align: center;
  width: 84px;
  height: 84px;
  background: rgb(255 247 174 / 70%);
  display: block;
  border-radius: 50%;
}
.schedule-op3-content{
  width: calc(100% - 70px);
  padding-left: 15px;
	padding-top: 30px;
}
.schedule-op3-time p{
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 3;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.schedule-op3-list{
  position: relative;
}
/*
.schedule-op3-list:after{
	content: '';
	width: 3px;
	height: calc(100% - 30px);
	background: url("../img/schedule/line-vertical.png") repeat-y;
	position: absolute;
	left: 34px;
	top: 15px;
}
*/
.schedule-op3-list li{
	position: relative;
}
.schedule-op3-list li:after{
	content: '';
	width: 3px;
	height: 100%;
	background: url("../img/line-vertical.png") repeat-y;
	position: absolute;
	left: 41px;
	top: 15px;
}
.schedule-op3-list li:last-child:after{
	height: 0;
}
.schedule-op3-content > p{
  margin-top: 5px;
}
.schedule-op3-content img{
	display: block;
	max-width: 100%;
	height: auto;
	margin-top: 10px;
}
@media(min-width:1900px){
  .attractions-box{
    background-size: 100% auto,100% auto !important;
  }
}
@media(max-width:767px){
	.schedule-op3-inner {
    padding: 30px 15px;
	}
}
/*----- End schedule -----*/

/*----- attractions-box -----*/
.attractions-box{
  background: url("../img/bg-top.jpg") no-repeat center top, url("../img/bg-bottom.jpg") no-repeat center bottom #1C6085;
  padding: 150px 0;
}
.attractions-item{
  background: #fff;
  display: flex;  
}
.attractions-img{
  width: 58%;
  padding: 10px 0 10px 10px;
}
.attractions-content{
  width: 42%;
}
.attractions-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.attractions-content{
  padding: 70px 0;
}
.attractions-title{
  background: #FFF6D4;
  font-size: 25px;
  font-weight: bold;
  padding: 10px 0 10px 0;
  display: flex;
  align-items: center;
  position: relative;
}
.attractions-title:before{
  content: '';
  width: 39px;
  height: 100%;
  background: url("../img/arrow.png") no-repeat center left;
  position: absolute;
  left: -39px;
  top:0;
}
.attractions-num{
  font-size: 26px;
  font-weight: bold;
  color: #317898;
  width: 58px;
  height: 66px;
  background: url(../img/num.png) no-repeat left top;
  background-size: 100%;
  position: relative;
  z-index: 2;
  padding: 10px 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
  flex-shrink: 0;
}
.attractions-content-txt{
  padding: 15px 30px 15px 35px;
}
.attractions-list > div + div{
  margin-top: 20px;
}
@media(max-width:991px){
  .attractions-box{
    background-size: 100% !important;
    padding: 70px 0;
  }
}
@media(max-width:767px){
  .attractions-box{
    background: url("../img/bg-top-mb.jpg") no-repeat center top, url("../img/bg-bottom-mb.jpg") no-repeat center bottom #1C6085;
    background-size: 100%, 100%;
    padding: 10px 0;
  }
  .attractions-item{
    flex-wrap: wrap;
  }
  .attractions-content,
  .attractions-img{
    width: 100%;
    gap:20px;
  }
  .attractions-content {
    padding: 10px 10px 20px 10px;
  }
  .attractions-num{
    width: 37px;
    height: 41px;
    font-size: 19px;
    padding: 5px;
  }
  .attractions-title{
    font-size: 23px;
  }
  .attractions-title:before{
    width: 27px;        
    left: -27px;
  }
  .attractions-title{
    width: calc(100% - 30px);
    margin-left: 30px;
  }
  .attractions-img{
    padding: 10px 10px 10px 10px;
  }
  .attractions-content-txt {
    padding: 15px 5px;
  }
}
/*----- End attractions-box -----*/
.rodest{
  width: 100% !important;
  float: inherit !important;
  text-align: center !important;
}
.rofrom,
.roprice{
  float: inherit !important;
  margin-right: 0 !important;
  display: block;
  line-height: 1.4;
}
















