body{
  line-height: 1.4;
}
img{
  max-width: 100%;
  height: auto;
}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
.mt50{margin-top: 50px;}
.mt30{margin-top: 30px;}
.mt20{margin-top: 20px;}
@media(min-width:767px){
  .block-mb{
    display: none;
  }
  .decs{
    text-align: center;
  }
}
@media(min-width:991px){
  .block-991{
    display: none;
  }
}
@media(max-width:767px){
  .hidden-mb{
    display: none;
  }
  .pt100{padding-top: 60px;}
  .pb100{padding-bottom: 60px;} 
  .mt30{margin-top: 20px;}
}
.title-cm{
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media(max-width:1024px){
  .title-cm{
    font-size: 33px;
  }
}
@media(max-width:767px){
  .title-cm{
    font-size: 26px;
    margin-bottom: 25px;
  }
}
/*----- Banner -----*/
.banner{
  position: relative;
}
.banner > img{
  width: 100%;
}
.banner-inner{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.bnr-txt{
  font-size: 6.7vw;
  font-weight: bold;
  color: #0068B7;
  text-shadow: -2px -2px 6px #fff, 
    2px -2px 6px #fff, 
    -2px 2px 6px #fff,
     2px 2px 6px #fff, 
    -2px -2px 6px #fff, 
    2px -2px 6px #fff,
     -2px 2px 6px #fff, 
    2px 2px 6px #fff;
  margin-top: 10px;
}
.bnr-txt span{
  font-size: 6vw;
  display: block;
}
.banner-inner h1 img{
  width: 90%;
}
@media(min-width:767px){
  .banner-inner{
    padding-bottom: 2vw;
  }
  .bnr-txt{
    font-size: 3.7vw;
  }
  .bnr-txt span{
    font-size: 3vw;
  }
  .banner-inner h1 img{
    width: 41vw;
  }
}
@media(min-width:1440px){
  .bnr-txt{
    font-size: 3.5vw;
  }
  .bnr-txt span{
    font-size: 2.6vw;
  }
  .banner-inner h1 img{
    width: 38vw;
  }
}
@media(max-width:767px){
  .banner-inner{
    padding-top: 15px;
  }
}
/*----- End Banner -----*/

/*----- Intro -----*/
@media(max-width:767px){
  .intro-wrap .title-cm{
    font-size: 30px;
  }
  .intro-wrap{
    padding-top: 40px;
  }
}
.btn-cta{  
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: inline-block;
	background: #E60012;
  width: 220px;
  max-width: 50%;
  padding: 12px;
}
.btn-cta:hover{
  background: #E83B48;
  color: #fff;
  text-decoration: none;
}
.price-list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
.price-list > div{
  width: calc(50% - 15px);
}
.price-list > div > div{
  height: 100%;
  border-radius: 6px;
  background: #E4F1FF;
  padding: 25px 60px;
}
.depart-name{
  font-size: 20px;
  font-weight: bold;
  text-align: center;  
  border-bottom: 1px dashed #707070;
  padding-bottom: 15px;
}
.price-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  font-size: 17px;
  font-weight: bold;
}
.price-box a:hover{
  text-decoration: none;
}
.num{
  font-size: 22px;
  font-weight: bold;
}
@media(max-width:1170px){
  .price-list > div > div{
    padding: 20px 20px;
  }
}
@media(max-width:767px){
  .price-list > div{
    width: 100%;
  }
  .depart-name{
    font-size: 20px;
  }
  .num{
    font-size: 20px;
  }
  .btn-cta{
    padding: 10px;
  }
  .seat-wrap .mt50{margin-top: 20px;}
}

.movie {
 position: relative;
 width: 100%;
 margin: 0 auto;
 padding-bottom: 56.28%;
 height: 0;
 overflow: hidden;
}


/*----- instagram-box -----*/
.instagram-list{
  display: flex;
  gap:10px;
  flex-wrap: wrap;
}
.instagram-list > div{
  width: calc(25% - 8px);
}
.instagram-list iframe{
  margin-left: auto !important;
  margin-right: auto !important;
  min-width: inherit !important;
  width: 100% !important;
}
@media(max-width:767px){
  .instagram-wrap{
    width: 100%;
    overflow-x: auto;
  }
  .instagram-wrap .instagram-list{
    width: 300%;
    flex-wrap: nowrap;   
  }
  .instagram-wrap .instagram-list > div {
    width: 85%;
  } 
}
/*----- End instagram-box -----*/

/*----- Night bus -----*/
.night-bus{
  background: #005FA8;
}
.night-bus:before{
  content: '';
  width: 100%;
  height: 8vw;
  background: url("../img/bg.jpg") no-repeat center top;
  background-size: 100%;
  display: inline-block;
  margin-top: -2px;
}
.advantages-list{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 60px 0;  
}
.advantages-list > div{
  width: 100%;
}
.advantages-list > div > div{
  height: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 0 20px 30px 20px;
}
.num{
  text-align: center;
}
.num > img{
  margin: -40px auto 10px auto;
}
.advantages-list{
  margin-top: 70px;
}
.advantages-name{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}
.advantages-item > div > img{
  margin: 10px auto 0 auto;
  display: block;
}
@media(min-width:767px){
  .advantages-list{
    margin-left: -15px;
    margin-right: -15px;
  }
  .advantages-list > div{
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media(min-width:991px){
  .advantages-list{
    margin-left: -25px;
    margin-right: -25px;
  }
  .advantages-list > div{
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media(max-width:991px){
  .num > img{
    width: 75px;
  }
  .advantages-name{
    font-size: 20px;
  }
  
}

.note-txt{
  padding: 30px;
  background: #fff;
  border-radius: 10px;
}
.note-txt p{
  color: #e60012;
}
.note-txt p strong{
  text-align: center;
  display: block;
  font-size: 20px;
}
.mt15{
  margin-top: 15px;
}

.small-name{
  font-size: 14px;
}

/* -------------Add Tour section ------------*/
.tour-wrap{
  background-color: #FFAAD6; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #FFAAD6, #ABEBE5, #FDFFD3);
  padding: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.tour-content-wrap{
  padding: 0 50px;
  text-align: center;
}
.tour-content-wrap p{
  text-align: left;
}
.tour-section h3{
  font-size: 25px;
  font-weight: bold;
}
.tour-desc{
  padding: 20px 0 30px 0;
}
.tour-section .btn-violet{
  background: #D52488;
  border: 1px solid #fff;
}
.tour-section .btn-violet:hover{
  background: #e64ba3;
}
@media(min-width:768px) and (max-width:991px){
  .tour-wrap img{
    max-width: 50%;
  }
  .tour-content-wrap {
    padding: 0 20px;
  }
  .tour-desc {
    padding: 10px 0 20px 0;
  }
}
@media(max-width:767px){
  .tour-wrap{
    background-image: linear-gradient(to bottom right, #FFAAD6, #ABEBE5, #FDFFD3);
    flex-direction: column;
  }
  .tour-content-wrap {
    padding: 20px 0;
  }
  .tour-content-wrap h3{
    font-size: 20px;
    text-align: left;
  }
  .tour-desc {
    padding: 15px 0 20px 0;
  }
}




























