/*!
Theme Name: Golden
Theme URI: https://www.wikipedia.org/
Author: Wiki
Author URI: https://www.wikipedia.org/
Description: Golden Themes
Version: 9.0.1
Tags: golden
*/
@charset "UTF-8";
:root {
  --pd-tone:#235dc0;
  --pd-tone-rgb: 35, 93, 192;
  --pd-tone-bright:#c0d4fa;
  --pd-tone-gentle: #729cf2;
  --pd-tone-bold:#13356e;
  --pd-tone-100: #e6effd;
  --pd-tone-200: #c0d4fa;
  --pd-tone-300: #99b8f6;
  --pd-tone-400: #729cf2;
  --pd-tone-500: #4b80ee;
  --pd-tone-600: #235dc0;
  --pd-tone-700: #1b4997;
  --pd-tone-800: #13356e;
  --pd-tone-900: #0b2046;
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
@media (max-width: 1199.98px) {
  .header{display:block;background-color:var(--pd-tone);    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);}
  .header .container{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center}
  .header .hamburger{display:flex;flex:1 1 50%;justify-content:flex-end}
  .header .delicious{margin:.75rem 0 .75rem .75rem;width:35px;height:35px;background:url(images/menu.svg) no-repeat center center;user-select:none;cursor:pointer}
  .header .logo{flex:1 1 50%}
  .logo-link{display:inline-block;user-select:none}
  .logo-link img{height:40px}
  .header .search,.header .action{display:none}
  .menu{display:none}
  .menu.active{display:block}
}
@media (min-width: 1200px) {
  .header{
    display: block;
    background-color: #fff;
  }
  .header .container{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .header .hamburger{
    display: none;
  }
  .header .logo{
    padding: 1rem 0;
  }
  
  .logo-link{
    display: block;
    user-select: none;
  }
  .logo-link img{
    height: 50px;
 }


  .header .search form{
    position: relative;
    display: block;
    width: 400px;
    height: 46px;
    line-height: 44px;
    border-radius: 5px;
    border: 1px solid #ececec;
    background-color: #f1f1f1;
  }
  .header .search input{
    display: block;
    margin: 0;
    padding: 0 15px;
    width: 100%;
    border: none;
    border-radius: 5px;
    font-size: .85em;
  }
  .header .search button{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0 15px;
    border: none;
    border-radius: 0 5px 5px 0;
    background: #235dc0 url(images/search.svg?v=2) no-repeat center center;
    color: transparent;
  }
  .header .action{
    display: flex;
  }
  .header .action-hotline, .header .action-support{
    position: relative;
    margin-left: 10px;
    padding: 0 15px 0 40px;
    color: #000;
    font-size: .85em;
    font-weight: bold;
    text-align: center;
    background: url(images/phone-black.svg) no-repeat left center;
  }
  .header .action-hotline::after, .header .action-support::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 30px;
    margin-top: -15px;
    background-color: rgba(0,0,0,.1);
  }
  .header .action-faq{
    padding-left:15px;
    text-align: right;
  }
  .menu{
    background-color: #235dc0;
    font-family: Roboto, sans-serif;
  }
  .menu ul{
  display: flex;
    margin: 0 auto;
    max-width: 1270px;
  list-style-type: none;
  }
  .menu ul>li:last-child a{
    display: inline-block;
    position: relative;
    margin: 6px;
    padding: 0 18px;
    height: 36px;
    line-height: 2.4em;
    letter-spacing: .03em;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: #235dc0;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: .9em;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    cursor: pointer;
  }
  .menu ul>li:last-child a::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      height: 18px;
      border-radius: 5px 5px 0 0;
      background-color: hsla(0, 0%, 100%, .1);
  }
  .menu ul>li:last-child a:hover::after{
    background-color: hsla(0, 0%, 100%, .2);
  }
  .menu ul ul{
    display: none;
  }
  .menu a{
    display: block;
    padding: 0 15px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: .9em;
    font-weight: 700;
    text-transform: uppercase;
  }
  .current-menu-item a{
    color: #fe6800;
  }
}

.footer{background-color:var(--pd-tone);color:#fff}
.footer-columns{display:grid;grid-template-columns:repeat(1,1fr);gap:30px;padding-top:40px;padding-bottom:40px}
.footer-widget{display:block}
.footer-widget a{color:#fff}
.footer-widget ul{line-height:2rem}
.footer-widget-title{display:block;color:#fff;font-weight:700;text-transform:uppercase}
.footer-text{margin-bottom:.5rem}
.footer-link{margin:.5rem;padding-left:10px}
.footer-connect{display:flex;gap:10px}
.footer-connect a{width:38px;height:38px;border:2px solid #fff;border-radius:50%;color:#fff;font-size:0;white-space:nowrap}
.footer-connect .facebook{background:url(images/social/facebook.svg) no-repeat center center;background-size:20px}
.footer-connect .facebook:hover{border-color:#3a589d;background-color:#3a589d}
.footer-connect .tiktok{background:url(images/social/tiktok.svg) no-repeat center center;background-size:20px}
.footer-connect .tiktok:hover{border-color:#111;background-color:#111}
.footer-connect .youtube{background:url(images/social/youtube.svg) no-repeat center center;background-size:20px}
.footer-connect .youtube:hover{border-color:#c33223;background-color:#c33223}
.footer-hotline{margin:.75rem 0;padding:5px 5px 5px 45px;width:245px;height:55px;border:solid 1px #f5b921;border-radius:10px;background:#f5b921 url(images/phone-white.png) no-repeat 10px center;background-size:30px;color:#fff;font-size:14px}
.footer-contact{margin:.75rem 0;padding:5px 5px 5px 45px;width:245px;height:55px;border:solid 1px #4d4d4d;border-radius:10px;background:#4d4d4d url(images/phone-white.png) no-repeat 10px center;background-size:30px;color:#fff;font-size:14px}
.footer-copyright{display:block;padding:10px 0;background-color:#000;color:#fff;font-size:small}
@media (min-width: 768px) {
  .footer-columns{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}
}
@media (min-width: 992px) {
  .footer-columns{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
@keyframes hotline-circle {
  0%{-webkit-transform:rotate(0) scale(0.5) skew(1deg);-webkit-opacity:.1}
  30%{-webkit-transform:rotate(0) scale(0.7) skew(1deg);-webkit-opacity:.5}
  100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-webkit-opacity:.1}
}
@keyframes hotline-fill {
  0%{-webkit-transform:rotate(0) scale(0.7) skew(1deg);opacity:.6}
  50%{-webkit-transform:rotate(0) scale(1) skew(1deg);opacity:.6}
  100%{-webkit-transform:rotate(0) scale(0.7) skew(1deg);opacity:.6}
}
@keyframes hotline-icon {
  0%{-webkit-transform:rotate(0) scale(1) skew(1deg)}
  10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}
  20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}
  30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}
  40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}
  50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}
  100%{-webkit-transform:rotate(0) scale(1) skew(1deg)}
}
.hotline{position:fixed;bottom:10px;left:10px;z-index:9999;user-select:none;cursor:pointer}
.hotline-ring{position:relative;bottom:0;left:0;display:block;width:110px;height:110px;background-color:transparent;transition:visibility .5s;visibility:visible;z-index:99}
.hotline-circle{position:absolute;top:10px;left:10px;width:85px;height:85px;background-color:transparent;border:2px solid #e60808;border-radius:100%;opacity:.5;transition:all .5s;transform-origin:50% 50%;animation:hotline-circle 1.2s infinite ease-in-out}
.hotline-fill{position:absolute;top:25px;left:25px;width:55px;height:55px;background-color:rgba(230,8,8,0.7);border:2px solid transparent;border-radius:100%;transition:all .5s;transform-origin:50% 50%;animation:hotline-fill 2.3s infinite ease-in-out}
.hotline-icon{position:absolute;top:37px;left:37px;display:flex;align-items:center;justify-content:center;width:33px;height:33px;background:#e60808 url(images/phone-white.png) no-repeat center center;background-size:20px;border:2px solid transparent;border-radius:100%;transform-origin:50% 50%;animation:hotline-icon 1s infinite ease-in-out}
.hotline-bar{position:absolute;bottom:37px;left:33px;width:160px;height:40px;line-height:1;padding:8px 10px 8px 50px;box-shadow:0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.1);border-radius:50px;background:rgba(230,8,8,.8);background-size:100%;color:#fff;font-size:10px;z-index:9}
.hotline-bar span{display:block;margin-top:3px;font-size:11px;font-weight:700;text-transform:uppercase}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Page: Error
--------------------------------------------------------------*/
#error{position:relative;padding:2rem;background-color:#ffd217;color:#fff;text-align:center}
#error .info{margin:1rem 0 0}
#error .button{display:inline-block;margin:.5rem;padding:.5rem 2rem;background-color:#444;color:#fff;font-size:1.25rem;font-weight:300;border:0 solid;border-bottom:2px solid;border-color:#000;border-radius:.25rem}
/*--------------------------------------------------------------
# Page: Bus
--------------------------------------------------------------*/
.bus-cover{position:relative;min-height:300px}
.bus-cover-info{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.5);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;width:100%;height:100%}
.bus-cover-name{display:block;color:#fff;text-transform:uppercase}
.bus-cover-slogan{position:relative;color:rgba(255,255,255,.7);font-size:.75rem;font-weight:700;text-transform:uppercase}
.bus-cover-slogan::after{content:'';display:block;width:50px;height:2px;margin:10px auto;background-color:rgba(255,255,255,.7)}
.bus-cover-image{display:block;width:100%;height:300px;object-fit:cover}
.bus-banner{margin:1rem 0}
.bus-banner img{border-radius:.5rem}
.bus-quick{
  margin: 0 0 1rem;
}
.bus-quick h2{
  padding: 0 1rem;
  text-transform: uppercase;
  text-align: center;
}
.bus-quick-list{
  display: grid;
  grid-template-columns:repeat(2,1fr);
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bus-quick-list li{
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: 1rem;
  background-color: var(--pd-tone-200);
  border-radius: .25rem;
}
.bus-quick-list span{
  flex:1;
  font-weight: 500;
  text-transform: uppercase;
}
.bus-quick-list a{
  width: 80px;
  text-align: center; 
}
.bus-tab-navs{
  display: grid;
  grid-template-columns:repeat(3,1fr);
  margin-bottom: 1rem;
}
.bus-tab-navs a{
  display: block;
  color: rgba(0, 0, 0, .7);
  text-align: center;
  line-height: 2.5rem;
  border-bottom: 3px solid #e0e0e0;
}
.bus-tab-navs a.active{
  border-bottom: 3px solid var(--pd-tone);
  color: #141414;
}
.bus-tab-pane{
  display: none;
}
.bus-tab-pane.active{
  display: block;
}

.bus-route{
  border-top: 1px solid var(--pd-tone);
}
.bus-route h2{
  display: block;
  margin: 0;
  padding: .5rem 1rem .5rem 2rem;
  position: relative;
  font-weight: normal;
  text-transform: uppercase;
  user-select: none;
  cursor: pointer;
}
.bus-route h2::before{
  content: '▼';
  position: absolute;
  top: .5rem;
  left: .5rem;
}
.bus-route.active h2{
  color: var(--pd-tone);
  background-color: var(--pd-tone-200);
}
.bus-route.active h2::before{
  content: '▲';
}
.bus-route .bus-route-meta{
  display: none;
  padding: 1rem 2rem;
  background-color: var(--pd-tone-100);
}
.bus-route.active .bus-route-meta{
  display: block;
}
.bus-route .bus-booking{
  margin: 1rem 0;
}

.phongve{
  border-radius: 10px;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}
.phongve h2{
  background-color: #ffc700;
  padding: 10px 15px;
  border-radius: 10px 10px 0 0;
}
.phongve-meta{
  padding: 15px;
}
.phongve-title{
color: rgb(0, 96, 196);
    font-weight: bold;
    }
  .phongve-address{
    color: rgb(72, 72, 72);
    font-size: .75rem;
  }
  .phongve-booking{
    margin: 1rem 0;
    padding: 0;
  }

.bus-numbers .bus-number{
  margin: 1rem;
  border-radius: .25rem;
  width: 170px;
  height: 35px;
      color: rgb(51, 51, 51);
    font-weight: 500;
  line-height: 35px;
  text-align: center;
  background-color: #ffc700;
  user-select: none;
}
.bus-numbers .bus-number::before{
  content: "";
  display: inline-block;
  width: 30px;
  height: 20px;
  vertical-align: middle;
  background: url(images/phone-black.svg) no-repeat center center;
  background-size: 20px;
}

.bus-edit{margin:1rem 0;padding:0 1rem;text-align:right}




/*

@keyframes pulse-border {
  0% {transform:translateX(-50%)translateY(-50%)translateZ(0)scale(1);opacity:1}
  100% {transform:translateX(-50%)translateY(-50%)translateZ(0)scale(1.5);opacity:0}
}

@font-face{font-family:"fontello";src:url(fonts/fontello.eot);src:url(fonts/fontello.eot#iefix) format("embedded-opentype"),url(fonts/fontello.woff2) format("woff2"),url(fonts/fontello.woff) format("woff"),url(fonts/fontello.ttf) format("truetype"),url(fonts/fontello.svg#fontello) format("svg");font-weight:400;font-style:normal}
[class^="icon-"]:before,[class*=" icon-"]:before{display:inline-block;font-family:"fontello";font-style:normal;font-weight:400;text-decoration:inherit;width:1em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

.app{position:relative;display:block;margin:0 auto;max-width:575px;background-color:#fff}
.wrap{padding:15px}
.section{display:block}
.section-header{display:flex;justify-content:space-between;align-items:center;letter-spacing:1px}
.section-header a{font-weight:700;letter-spacing:0}
.section-title{position:relative;margin-bottom:15px;padding-bottom:20px;font-weight:700;text-align:center;text-transform:uppercase;letter-spacing:1px}
.section-title::after{content:"";position:absolute;bottom:0;left:50%;margin-left:-50px;width:100px;height:2px;background-color:#2474e5}
.scroll{display:flex;gap:15px;padding:0 15px;max-width:100%;overflow-x:scroll;overflow-y:hidden}
.scroll{scrollbar-width:none}
.scroll::-webkit-scrollbar{display:none}
.scroll-item{display:flex;flex-shrink:0}
.button{display:inline-block;margin:0;padding:0 40px;height:50px;line-height:50px;border-radius:30px;background-color:#2474e5;color:#fff;font-size:20px;font-weight:500;text-transform:uppercase}
.check{position:relative;display:inline-block;margin-right:15px;width:20px;height:20px;line-height:20px;border-radius:50%;background-color:#2474e5;background-image:url(images/check.png);background-repeat:no-repeat;background-size:12px 12px;background-position:center center;color:#fff;text-align:center;vertical-align:middle;z-index:2}
.check::after{content:"";position:absolute;top:-4px;left:-4px;width:28px;height:28px;border-radius:50%;background-color:#2474e5;opacity:.5;z-index:1}
.faq{margin-bottom:16px;padding:0 15px}
.faq .faq-header{display:flex;justify-content:space-between;align-items:center;letter-spacing:1px}
.faq .faq-question{display:block;margin-bottom:16px;background-color:#f6f7f9;color:#2a2a2e}
.faq .faq-name{position:relative;padding:16px 48px 16px 16px;cursor:pointer;user-select:none}
.faq .faq-name:before{content:"";position:absolute;top:0;bottom:0;left:0;width:4px;background-color:#3e6cea}
.faq .faq-name:after{content:"\f107";position:absolute;top:4px;right:16px;bottom:0;font-family:"fontello";font-size:2rem;font-weight:500}
.faq .faq-answer{display:none;padding:16px}
.faq .active .faq-name{background-color:#3e6cea;color:#fff}
.faq .active .faq-name:after{content:"\f106"}
.faq .active .faq-answer{display:block}
@media (min-width: 576px) {
  .app{border:1px solid #dee0e4;border-top:none}
}

.header{display:flex;justify-content:space-between;align-items:center;height:48px;padding:0 10px;background-color:#2474e5}
.header .logo{flex:0 1 auto}
.header .logo img{width:auto;height:36px}
.header .hamburger{flex:0 1 auto;padding:6px 12px 0 36px;height:38px;line-height:1;border-radius:6px;background-color:#fff;color:#0d2e59;font-size:10px;background-image:url(images/call.png);background-size:26px;background-repeat:no-repeat;background-position:6px 6px;user-select:none;cursor:pointer}
.header .hamburger span{display:block;font-size:14px;font-weight:700}
.footer{display:block;padding:20px 0 40px 0;background-color:#141414;color:#b8b8b8;font-size:12px}
.footer h3{margin-bottom:10px;font-weight:700;text-transform:uppercase}
.footer a{color:#fff}
.footer p{margin:5px 0}
.footer ul{margin:0;padding:0;list-style-type:none}
.footer li{display:block;padding:5px 0}
.footer .experiment{padding:0 15px}

.waves{padding-bottom:40px;background-color:#edf5ff;background-image:url(images/waves.svg);background-position:center bottom;background-repeat:no-repeat}
.waves h1{color:#2474e5;font-size:1.75rem;font-weight:700;text-transform:capitalize}
.waves-cover{width:100%}
.waves-action{margin:5px 0;padding:5px 0;text-align:center}
.waves-button-text{display:inline-block;margin:10px 0 0;padding:0 40px;height:50px;line-height:46px;border:2px solid #2474e5;border-radius:30px;color:#2474e5;font-size:20px;font-weight:700}
.waves-button-icon{position:relative;display:inline-block;margin:-10px 0 0 15px;width:60px;height:60px;line-height:56px;border-radius:50%;background-color:#2474e5;vertical-align:middle;z-index:10}
.waves-button-icon:before{content:"";position:absolute;left:50%;top:50%;display:block;width:60px;height:60px;border-radius:50%;background:#2474e5 repeat scroll 0 0;transform:translateX(-50%) translateY(-50%);animation:pulse-border 1500ms ease-out infinite;z-index:0}
.waves-button-icon:after{content:"";position:absolute;left:50%;top:50%;display:block;width:60px;height:60px;border-radius:50%;background:#2474e5 repeat scroll 0 0;transform:translateX(-50%) translateY(-50%);transition:all 200ms;z-index:1}
.waves-button-icon svg{position:absolute;top:15px;left:15px;width:30px;z-index:9999}
.card{background-color:#f2f2f2}
.card h2{margin:10px 0 20px;color:#141414}
.card h3{margin:0;color:#141414}
.card .item{margin-bottom:20px;padding-left:60px;background-repeat:no-repeat;color:#858585;font-size:12px}
.card-bus{background-image:url(images/card/bus.svg)}
.card-ticket{background-image:url(images/card/ticket.svg)}
.card-completement{background-image:url(images/card/completement.svg)}
.card-coupon{background-image:url(images/card/coupon.svg)}
.ticket{padding:20px 0;background-color:#f2f2f2}
.ticket-value{display:flex;font-weight:400;font-size:10px;line-height:12px}
.ticket-value>div{padding-left:25px;background-repeat:no-repeat;background-size:16px 16px;background-position:3px 3px;color:#141414}
.ticket-value-new{flex:1;background-image:url(images/value/verified.svg)}
.ticket-value-booking{flex:1;background-image:url(images/value/monetization.svg)}
.ticket-value-247{flex:1;background-image:url(images/value/headset.svg)}
.ticket-action{padding:15px 0 20px}
.number{padding:15px 0 25px;background-color:#f2f2f2}
.number-note{margin-bottom:10px}
.extension{padding:30px 15px;color:#666}
.extension-item{margin:0 0 0 20px;padding:10px 0}
.discount{padding:15px 0 30px;background:linear-gradient(0deg,#8490ff 0%,#62bdfc 100%)}
.discount-item{width:300px;border-radius:8px}
.discount-item img{border-radius:8px}
.station{padding:20px 0 30px;background:linear-gradient(0deg,#8490ff 0%,#62bdfc 100%)}
.station-note{margin-bottom:10px}
.blog{padding:30px 0 40px}
.blog-item{flex-direction:column;width:300px;background-color:#f2f2f2;border-radius:8px}
.blog-item img{border-radius:8px 8px 0 0}
.blog-item h3{margin:0;padding:15px;font-size:1rem}
.news{padding:30px 0 40px;background-color:#f2f2f2}
.news-item{flex-direction:column;width:300px;background-color:#fff;border-radius:8px}
.news-item img{border-radius:8px 8px 0 0}
.news-item h3{margin:0;padding:15px 15px 5px}
.news-item p{margin:0;padding:0 15px 15px}
.network{padding:30px 15px}
.transport{padding:30px 15px}
*/