/* CSS Document */
body{
  line-height: 130%;
}
@font-face {
  font-family: 'avo';
  src: url("../fonts/UTM AvoBold.ttf");
}
.title-cm{
  font-family: 'avo';
  font-size: 36px;
  text-align: center;
}
.pt80{
  padding-top: 80px;
}
.pb80{
  padding-bottom: 80px;
}
.mt40{
  margin-top: 40px;
}
.mt25{
  margin-top: 25px;
}
img{
  max-width: 100%;
}
.textred{
  color: #FF014A;
}
@media(min-width:1140px){
  .row-100{
    margin-left: -50px;
    margin-right: -50px;
  }
  .row-100 > div{
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media(max-width:767px){
  .pt80{
    padding-top: 60px;
  }
  .pb80{
    padding-bottom: 60px;
  }  
  .title-cm{
    font-size: 30px;
  }
  .decs {
    text-align: left !important;
  }
}
/*--- Banner ---*/
.banner{
  position: relative;
  overflow: hidden;
}
.banner > img{
  width: 100%;
  height: auto;
}
.bnr-txt{
  position: absolute;
  width: 100%;
  height: 100%;
  top:110px;
  text-align: center;
}
.bnr-txt .container{
  text-align: right;
}
.bnr-txt .container > div{
  display: inline-block;
}
.bnr-txt h1{
  font-family: 'avo';
  font-size: 50px;
	font-weight: bold;
  color: #FB6D2E;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  display: inline-block;
  overflow: visible;
  text-align: center;
  text-shadow:-2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}
.bnr-txt h1:after{
  content: '';
  width: 140%;
  height: 200%;
  background: url("../img/bnr-bg.png") no-repeat;
  position: absolute;
  top: -25px;
  left: -20px;
  z-index: -1;
  background-size: 100% 100%;
}
.bnr-txt h1 span{
  display: block;
  font-size: 32px;
  color: #009B9B;
  text-transform: none;
  margin-top: -8px;
}
.bnr-txt img{
  display: block;
  margin: 5px auto 0 auto;
  position: relative;
  z-index: 2;
}
@media(max-width:1140px){
  .bnr-txt{
    top:25%;
  }
  .bnr-txt h1{
    font-size: 4vw;
  }
  .bnr-txt h1 span{
    font-size: 3vw;
    margin-top: 0;
  }
  .bnr-txt img{
    width: 30%;
  }
}
@media(max-width:991px){
	.banner .hidden-mobile {
     display: block; 
	}
}
@media(max-width:767px){  
	.bnr-txt{
    top: 37%;    
  }
  .bnr-txt h1{
    font-size: 6vw;
  }
  .bnr-txt h1 span{
    font-size: 4.5vw;
    margin-top: 0;
  }
  .bnr-txt img{
    width: 42%;
  }
  .decs-top{
    margin-top: 20px;
  }
	.banner .hidden-mobile {
     display: none; 
	}
}

/*-------End banner--------*/

.name-item{
  font-size: 23px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.essential-list > div{
  margin: 45px 0; 
}
@media(max-width:991px){
  .essential-list > div {
    margin: 30px 0;
  }
}
@media(max-width:767px){
  .essential-list > div {
    margin: 20px 0;
  }
  .name-item{
    font-size: 20px;
  }
}

.prepare{
  background: url("../img/bg-content.jpg") no-repeat top center #F6F7F9;
  background-size: 100% auto;
}
.white-box{
  background-color: #fff;
  padding: 30px 15px;
  display: table;
  margin: 15px 0;
	width: 100%;
}
.white-box > div{
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.wrap-img{
  width: 120px;
  text-align: center;
}
.white-box .name-item{
  margin-top: 0;
}
@media(max-width:1140px){
  .prepare{
    background: url("../img/bg-content.jpg") no-repeat top left #F6F7F9;
    background-size: auto 100%;
  }
}
@media(max-width:991px){
  .white-box{
    padding: 15px;
  }
}


.bustour{
  background: #F3F9FF;
}
.bustour-title{
  background: url("../img/bg-title.png") no-repeat center center;
  font-size: 29px;
  display: inline-block;
  background-size: 100% 100%;
  margin: 0 auto;
  text-align: center;
  padding: 40px 50px 25px 30px;
}
.bustour-title:before{
  content: '';
  width: 104px;
  height: 55px;
  background: url("../img/icon-bus.png") no-repeat;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.bustour-title:after{
  content: '';
  display: block;
  clear: both;
}
@media(max-width:991px){
  .bustour-title{
    font-size: 20px;
    display: block;
    padding:30px 25px 25px 25px;
    background-size: 100% 100%;
  }
  .bustour-title:before{
    width: 70px;
    height: 36px;
    background-size: 100%;
  }
}
@media(max-width:575px){
  .bustour-title{
    font-size: 16px;
  }
  .bustour-title:before{
    float: left;
  }
}
/*--- Price ---*/
.planitem {
  border:1px solid #D6D6D6;      
  background: #fff;
  padding: 0 30px;
}
.plan-title{
  font-size: 29px;
  text-align: center;
  font-weight: bold;
  margin-top: 40px;
}
.planitem > div.row{
  display: block;
}
.planitem > div.row:after{
  content: '';
  display: block;
  clear: both;
}
.bustour-name{
  font-size: 23px;
  font-weight: bold;
  color: #009494;
  margin-bottom: 10px;
}
/*
.planitem .route__area > .route__wrap:last-child{
  border-bottom: none;
}
*/
.route__area h3 {
    font-size: 23px;
    font-weight: bold;
	margin-bottom: 20px;
}
.route__wrap {
	border-bottom: 1px dashed #C2C2C2;
  padding: 5px 0;
}
.route__area > .route__wrap:first-child{
  border-top: 1px dashed #C2C2C2;
  margin-top: 20px;
}
.route__item {
  display: flex;
  justify-content: space-between;
	align-items: center;
	padding: 5px 0;
}
.route__item:last-child {
	border-bottom: none;
}
.route__item a {
	display: flex;
	align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 5px;
}
.route__item a:hover {
	text-decoration: none;
	color: #333;
}
.route__item a:hover .item__search {
    opacity: .7;
}
.item__ttl span {
	display: flex;
	align-items: center;
}
.item__box {
    display: flex;
	align-items: center;
}
.item__price {
	font-size: 16px;
    font-weight: bold;
    margin-right: 30px;
}
.price_big {
    font-size: 23px;
    color: #FF003D;
}

.item__search {
	display: flex;
}
.item__search {
  background: #FFA246;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  width: 140px;
  text-align: center;
  padding: 6px;
  display: inline-block;
  font-size: 14px;
}
.route__item i {
	padding: 0 10px;
}
.fa.fa-long-arrow-right:before {
    font-size: 14px;
}
.route__mb .nav-tabs {
    background: #F3F3F3;
    border-bottom: none;
}
.route__mb .nav-tabs .nav-item {
    width: calc(100% / 3);    
    text-align: center;
}
.route__mb .nav-tabs .nav-link {
	border: none;
	border-radius: 0;
}
.route__mb .nav-tabs .nav-link {
	border: none;
	border-radius: 0;
	font-size: 14px;
	padding: 15px 10px;
	font-weight: bold;
}
.route__mb .nav-tabs .nav-link.active {
	color: #fff;
    background-color: #FF9E3E;
	font-weight: bold;
}
.list-dot li{
  margin-bottom: 5px;
  padding-left: 17px;
  position: relative;
}
.list-dot li:before{
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 0;
  top: 9px;
}
.icon-arrow:before{
  content: '';
  width: 15px;
  height: 7px;
  background: url("../img/icon-arrow.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.plan-content {
  padding: 40px 0 30px 0 ;
}
.planitem .plan-content + .plan-content{
  border-top: 3px solid #C2C2C2;
}

@media screen and (min-width: 767px) {
  .plan-content .row{
    display: inline-block;
  }
}
@media screen and (max-width: 991px) {
  .item__search{
    padding: 10px 40px;
  }
}
@media screen and (max-width: 767px) {
  .plan-content{
    padding-top: 30px;
  }
	.route__wrap .route__item {
		padding: 15px 0;
		flex-direction: column;
	}
	.route__wrap .route__item a {
		flex-direction: column;
    width: calc(50% - 10px);
	}
	.route__wrap .route__item .item__ttl {
		padding-bottom: 5px;
	}
	.route__wrap .route__item .item__box .item__price {
		padding-bottom: 5px;
		margin-right: 0;
	}
  .item__box{
    width: 100%;
  }
	.route__wrap .route__item .item__box .item__search {
		width: 100%;
    text-align: center;
    padding: 10px;
    display: inline-block;
    margin: 5px 0;
	}
  .planitem{
    padding: 20px;
  }
  .plan-title{
    font-size: 25px;
  }
  .bustour-name{
    font-size: 20px;
    margin-top: 20px;
  }
}
@media(max-width:575px){
  .planitem h3{
    margin-top: 20px;
    text-align: center;
  }
}

.btn-view-more {
  background: #73B4F5;
  padding: 15px 82px;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
}
.mt80{
  margin-top: 80px;
}
.btn-view-more:hover{
  color: #fff !important;
  opacity: 0.8;
  text-decoration: none !important;
}
.bustour .mt-5.decs{
  padding-bottom: 40px;
}
@media(max-width:575px){
  .btn-view-more{
    width: 330px;
    max-width: 100%;
    padding: 15px;
    margin: 0 auto;
    display: block;
  }
  .mt80 {
    margin-top: 40px;
  }
  .bustour .mt-5.decs{
    margin-top: 30px !important;    
  }
}
.text-note{
  font-size: 13px;
}

/*----- control -----*/
.control {
  padding-top: 40px;
}
.bustour .control{
  padding: 48px 0;
}
.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:767px){
	.control ul{
		    justify-content: space-between;
	}
}
@media(max-width:1024) and (min-width:991px){
  .control li a{
    font-size: 14px;
  }
}
@media(max-width:991px){
  .bustour .control{
    justify-content: space-between;
  }
  .bustour .control ul{
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
  }
  .bustour .control li{
    width: 33.333%;
    padding: 0px 15px
  }
  .bustour .control li a {
    font-weight: bold;
    width: 100%;
    display: block;
    padding: 8px 10px 7px 0;
    border-bottom: 1px solid #E3E3E3;
    position: relative;
  }
  .bustour .control li a:after{
    position: absolute;
    right: 0;
    font-size: 11px;
		top: 10px;
  }
}
@media(max-width:767px){
  .control{
    padding-top: 10px;
		justify-content: space-between;
  }
  .control ul{
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
  }
  .bustour .control li,
  .control li{
    width: 50%;
    padding: 0px 15px
  }
  .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;
  }
}
@media(max-width:575px){
  .control li{
    width: 100%;
  }
}
/*----- End control -----*/

.btn-comingsoon{
  pointer-events: none;
}
.btn-comingsoon .item__search{
  background: #c7c7c7;
}















