:root {
  --f-title: "Poppins", sans-serif;  
  --orange: #F24608;   
  --border-gray: #C1C1C1;
}
body{
  line-height: 1.4;
}
img{
  max-width: 100%;
  height: auto;
}
@media(min-width:575px){
  .block-575{
    display: none;
  }
}
@media(min-width:767px){
  .block-767{
    display: none !important;
  }
}
@media(min-width:991px){
  .block-991{
    display: none !important;
  }
}
@media(max-width:991px){
  .hidden-991{
    display: none !important;
  }
}
@media(max-width:767px){
  .hidden-767{
    display: none !important;
  }
}
@media(max-width:575px){
  .hidden-575{
    display: none;
  }
}
.pt120{ padding-top: 120px;}
.pb120{ padding-bottom: 120px;}
.pt100{ padding-top: 100px;}
.pb100{ padding-bottom: 100px;}
.mt60{margin-top: 60px;}
.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;}
@media(max-width:991px){
  .pt120{ padding-top: 80px;}
  .pt100{ padding-top: 70px;}
  .pb100{ padding-bottom: 70px;}
  .mt60{margin-top: 40px;}
}
@media(max-width:767px){
  .pt120{ padding-top: 70px;}
  .pt100{ padding-top: 60px;}
  .pb100{ padding-bottom: 60px;}
}
.text-link{
  text-decoration: underline;
}
.text-blue{
  color: #2C5EFF;
}
.btn-cm{
  width: 270px;
  max-width: 100%;
  text-align: center;
  padding: 12px 10px;
  border-radius: 50px;
  font-size: 18px;  
  display: inline-block;
  font-weight: 500;
  position: relative;
}
.btn-cm::after{
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  position: absolute;
  right: 23px;
  top: calc(50% - 10px);  
}
.btn-cm:hover{
  text-decoration: none;  
}
.btn-blue{
  background: #3582ca;
  color: #fff; 
}
.btn-blue:hover{
  background: #1c6fbd;  
  color: #fff;
}
.btn-pink{
  background: #e45284;
  color: #fff; 
}
.btn-pink:hover{
  background: #e63773;  
  color: #fff;
}
.title-cm{
  font-family: var(--f-title);
  font-weight: 600;
  text-align: center;
  font-size: 45px;
  margin-bottom: 55px;
}
.title-cm::after{
  content: '';
  width: 230px;
  height: 2px;
  background: #8B8B8B;
  display: block;
  margin:  5px auto 0 auto;
}
h2.mb-20{
  margin-bottom: 20px;
}
.title-small{
  text-align: center;
  font-size: 24px; 
  font-weight: 700;
  margin-bottom: 25px;
}
.title-small span{
  font-weight: 500;
}
@media (max-width:991px) {
  .title-cm{
    font-size: 40px;
  }
}
@media (max-width:767px) {
  .title-cm{
    font-size: 32px;
    margin-bottom: 40px;
  }
  .title-small{
    font-size: 22px;
    margin-bottom: 20px;
  }
  .title-cm::after{
    width: 220px;
  }
}
.grid-3{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  justify-content: center;
}
@media (max-width:767px) {
  .grid-3{
    grid-template-columns: 1fr;
    gap: 40px 24px;
  }
}
/*----- Banner -----*/
@keyframes bounce-pyon {
  0%   { transform: translateY(0) scale(1); }
  4%   { transform: translateY(0) scaleX(1.2) scaleY(0.8); }
  10%  { transform: translateY(-22px) scaleX(0.88) scaleY(1.12); }
  16%  { transform: translateY(0) scaleX(1.18) scaleY(0.82); }
  21%  { transform: translateY(-14px) scaleX(0.92) scaleY(1.08); }
  26%  { transform: translateY(0) scaleX(1.12) scaleY(0.88); }
  30%  { transform: translateY(-6px) scaleX(0.96) scaleY(1.04); }
  36%  { transform: translateY(0) scale(1); }
  100% { transform: translateY(0) scale(1); }
}
.js-anim-bounce62off {
  animation: bounce-pyon 5s linear infinite;
}
.banner h1 img{
  width: 100%;
  height: auto;  
}
.banner{
  position: relative;
}
.banner .sticker{
  position: absolute;
  top: 2.2vw;
  right: 14vw;
  width: 10vw;
  height: 10vw;
}
@media (max-width:767px){
 .banner .sticker{
    top: 12.2vw;
    right: 3vw;
    width: 22vw;
    height: 22vw;
  } 
}
/*---------Notice------*/
.box-red {
  background: #ffe8e8;
  padding: 20px 30px 20px;
  text-align: center;
  margin-bottom: 35px;
  border-radius: 8px;
}
.box-attention .text-danger {
  position: relative;
  font-size: 16px;
}
.box-attention .text-danger::before {
	content: '\f071';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 24px;
	color: #dc3545;
	display: inline-block;
	margin-right: 10px;
}
@media(max-width:767px){
  .box-red{
    padding: 15px 15px 20px 15px;
  }
}
/*---------End Notice------*/
/*----- Bus route -----*/
.departure-info{  
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 55px;
}
.busroute-box .title-small{
  margin-bottom: 30px;
}
.busroute-wrap{
  border:1px solid #89AEDF;
  border-radius: 6px;
}
.busroute__head{
  background: #EFF6FF;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 13px 40px;
  font-size: 24px;
  font-weight: 700;
  border-bottom:1px solid #89AEDF;
}
.tab-content > div:nth-child(odd) .busroute-wrap{
  border:1px solid #BAAB9C;
}
.tab-content > div:nth-child(odd) .busroute__head{
  background: #FEF2E7;
  border-bottom: 1px solid #BAAB9C;
}
.busroute__body{
  padding: 0 40px 10px 40px;
}
.busroute__list > div + div{
  border-top: 1px dashed #999999;  
}
.busroute__item{
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.busroute__left{
  /* width: 45%; */
}
.busroute__right{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap:10px 30px;
  /* width: 55%; */
}
.busroute__price{
  font-family: "Poppins", sans-serif;
  color: #f14984;
}
.busroute__price .busroute__price-txt{  
  font-size: 24px;
  font-weight: 600;
}
.busroute__new-price .busroute__price-txt{
  font-size: 30px;
}
.busroute__old-price{
  position: relative;
}
.busroute__old-price::before {
  content: "";
  position: absolute;
  top: 59%;
  left: -2px;
  width: calc(100% + 4px);
  height: 2px;
  background: #333;
  transform: rotate(-0deg);
  transform-origin: center;
}
/*.busroute__new-price span{    
  font-weight: bold;
}*/
.busroute__name{
  font-size: 18px;
  font-weight: 600;
}
.busroute__title{
  display: flex;
  align-items: center;
  gap: 8px;
}
.busroute__time {
  display: flex;
  gap:5px;
}
.busroute__name{
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.icon-arrow{
  width: 17px;
  height: 7px;
  background: url("../img/icon-arrow-02.svg") no-repeat center center;
  background-size: 100%;
  flex-shrink: 0;
  margin-top: 10px;
}
.busroute__discount{
  display: inline-block;  
  background: url(../img/icon-star.svg) no-repeat center right;  
  background-size: 100%;
  width: 64px;
  height: 64px;  
  padding: 9px 5px;
  flex-shrink: 0;
  font-family: "Poppins", sans-serif;  
  color: #F23073;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.1;
  text-align: center;
}
.busroute__discount > span{
  font-size: 20px;
  display: block;
  width: 100%;
}
.busroute__btn .btn-cm{
  width: 230px;
}
@media (max-width:991px) {
  .busroute__body {
    padding: 0 25px 10px;
  }
  .busroute__item > div{
    width: 100%;    
  }
  .busroute__right{
    justify-content: center;
    flex-wrap: wrap;
  }
  .busroute__btn {
    margin-left: auto;
    flex-shrink: 0;
  }
  .busroute__price {
    padding-left: 74px;
  }
  .busroute__head{
    padding: 13px 25px;
  }
}
@media (max-width:767px) {
  .busroute__head{
    padding: 10px 20px;
    font-size: 22px;
  }
  .busroute__body {
    padding: 0 20px 10px;
  }
  .busroute__item{
    padding: 15px 0;
  }    
}
@media(max-width:625px){
  .busroute__btn{
    width: 100%;
  }
  .busroute__btn .btn-cm{
    max-width: 70%;
    margin: 0 auto;
    display: block;
    width: 250px;
  }  
  .busroute__price {
    padding-left: 0;
  }
}
@media(max-width:425px){
  .busroute__right{
    gap: 10px 20px;
  }  
}
@media(max-width:420px){
  .busroute__price .busroute__price-txt{
    font-size: 20px;
  }
  .busroute__new-price .busroute__price-txt{
    font-size: 26px;
  }
}
/*----- Nav busroute -----*/
.tabs-title{
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 30px;
}
.nav-busroute{
  gap: 12px;
}
.nav-busroute li {
  width: calc(33.333% - 8px);
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;  
}
.nav-busroute li button:hover{
  border: 1px solid #5E91D5;
  color: #0051BC;
}
.nav-busroute button.active {
  background-color: #DCECFB;
  border: 1px solid #B0CAEC;
  color: #0051BC;
}
.nav-busroute button{
  background: #fff;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding:5px;
  border-radius: 8px;
  border:1px solid var(--border-gray);
  overflow: hidden;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  /* height: 55px; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1.2;
}
.nav-busroute button > span span{
  font-size: 14px;
  display: block;
  font-weight: 400;
  width: 100%;
}
.tab-content > div{
  margin-top: 32px;
}
.tab-pane {
  display: none;
}
.tab-pane.active-pane {
  display: block;
}
@media(max-width:767px){
  .nav-busroute li{
    width: calc(50% - 8px);
  }
  .nav-busroute button span span{
    font-size: 14px;
  }
}
@media(max-width:424px){
  .nav-busroute button span span{
    font-size: 12px;
  }
}
/*----- End tabs -----*/
/*------Notice--------*/
.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: #333;
  position: absolute;
  left: 0;
  top: 9px;
}
.notice-wrap{
  background: #ECF4FF;
  padding: 50px 100px;
}
.notice-tbl{
  width: 555px;
  max-width: 100%;
  background: #fff;
  margin-top: 10px;
}
.notice-tbl tr,
.notice-tbl td{
  border-collapse: collapse;
  padding: 10px 20px;
  border:1px solid #A6C1E8;
}
@media(max-width:991px){
  .notice-wrap{
    padding: 30px 50px;
  }
}
@media(max-width:767px){
  .notice-box h2{
    margin-bottom: 40px;
  }
  .notice-wrap{
    padding: 30px 20px;
  }
  .notice-tbl{
    width: 100%;
  }
  .notice-tbl tr, .notice-tbl td{
    padding: 10px 15px;
  }
  .notice-tbl tr td:last-child{
    width: 90px;
  }
}
.notice-txt{
  border: 1px solid #D90000;
  padding: 12px 24px;
  background: #fff;
  color: #D90000;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 12px;
}
.notice-wrap > div {
    padding-left: 20px;
}
/*----- End Notice -----*/










