@charset "UTF-8";
body {
  padding: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
}

.required:after {
  content: " *";
  color: #0B4EA2;
}

.container {
  max-width: 1160px;
}

a {
  text-decoration: none;
}

.pink {
  color: #0B4EA2;
}

.green {
  color: #2694A1;
}

.btn-white {
  background-color: #fff;
  color: #0B4EA2;
}
.btn-white:hover {
  background-color: #0B4EA2;
  color: #fff;
}

.btn-ln {
  border: 3px solid #0B4EA2;
  border-radius: 10px;
  font-weight: 700;
  background-color: #fff;
  color: #0B4EA2;
}

.btn-ln:hover {
  border: 3px solid #fff;
  color: #fff;
  background-color: #0B4EA2;
}

.op0 {
  opacity: 0 !important;
}

.btn {
  box-shadow: none !important;
}

.btn.pink {
  background-color: #0B4EA2 !important;
  border-color: #0B4EA2 !important;
  box-shadow: none !important;
  color: #fff;
}

.form-select,
.form-control {
  box-shadow: none !important;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

ul li {
  list-style-type: none;
}

header {
  background-color: #F2F2F2;
}
header .top {
  color: #828282;
  padding: 10px 0;
}
header .top a {
  color: #828282;
}
header .top .center .phone {
  display: inline-block;
  margin-right: 30px;
}
header .top img {
  max-height: 25px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
header .top .fb img {
  margin-right: 0;
}

.homepage-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
}
.homepage-menu .menu {
  padding: 5px 0;
}
.homepage-menu .menu .logo img {
  max-height: 60px;
}
.homepage-menu .menu .logo span {
  display: none;
}
.homepage-menu .menu .icon-hamburger {
  display: none;
}
.homepage-menu .menu ul {
  text-align: right;
  margin: 0;
  padding: 0;
}
.homepage-menu .menu ul li {
  display: inline-block;
  margin-left: 35px;
  line-height: 60px;
}
.homepage-menu .menu ul li:first-child {
  margin-left: 0;
}
.homepage-menu .menu ul li a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
}
.homepage-menu .menu ul li a:hover {
  color: #0B4EA2;
}
.homepage-menu .menu ul li .icon-facebook {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #4862c4;
  text-align: center;
  color: #4862c4;
  font-weight: bold;
  line-height: initial;
  position: relative;
  top: -3px;
}
.homepage-menu .menu ul li .icon-facebook i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  position: relative;
  top: 3px;
  transition: all 0.3s ease-in-out;
}
.homepage-menu .menu ul li .icon-facebook:hover i {
  background-color: #4862c4;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .homepage-menu .menu {
    padding: 15px 0 !important;
  }
  .homepage-menu .menu .col-menu {
    display: block;
    position: relative;
    text-align: center;
  }
  .homepage-menu .menu .col-menu .icon-hamburger {
    position: absolute;
    top: 9px;
    right: 0;
    display: inline-block;
    max-width: 30px;
  }
  .homepage-menu .menu .col-menu .logo-text {
    display: inline-block;
    color: #fff;
    font-size: 25px;
    position: relative;
    top: 2px;
    font-weight: bold;
  }
  .homepage-menu .menu .col-menu .logo {
    position: absolute;
    left: 0;
    top: 0;
  }
  .homepage-menu .menu .col-menu .logo img {
    max-width: 50px;
  }
  .homepage-menu .menu ul {
    display: none;
  }
  .homepage-menu .menu ul .icon-facebook {
    background-color: #4862c4;
  }
  .homepage-menu .menu ul .icon-facebook i {
    color: #fff;
  }
}

.homepage-slider {
  position: relative;
}
.homepage-slider .swiper-homepage .item-photo {
  width: 100%;
  padding-bottom: 40%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .homepage-slider .swiper-homepage .item-photo {
    padding-bottom: 45%;
  }
}
.homepage-slider .wrap-tim-chuyen {
  padding-top: 30px;
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  z-index: 1;
}
.homepage-slider .wrap-tim-chuyen .tim-chuyen {
  background-color: #fff;
  border-radius: 20px;
}
.homepage-slider .wrap-tim-chuyen .item-col {
  padding: 15px;
}
.homepage-slider .wrap-tim-chuyen .item-col .input-title {
  font-size: 16px;
  padding-left: 0.75rem;
}
.homepage-slider .wrap-tim-chuyen .item-col .wrap-input {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 10px;
}
.homepage-slider .wrap-tim-chuyen .item-col .wrap-input select, .homepage-slider .wrap-tim-chuyen .item-col .wrap-input input {
  border: none;
  font-size: 21px;
  font-weight: bold;
  background-color: #F4F4F4;
  border-radius: 0.5rem;
}
.homepage-slider .wrap-tim-chuyen .item-col .btn-tim-chuyen {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  display: block;
  padding: 0;
  font-weight: bold;
  font-size: 25px;
  border: 3px solid #0B4EA2;
  box-shadow: 0 0 20px #fbfbfb;
}
.homepage-slider .wrap-tim-chuyen .item-col .btn-tim-chuyen:hover {
  transition: 0.5s;
  background-image: linear-gradient(to right, #0B4EA2 0%, #227ae4 51%, #0B4EA2 100%);
  background-position: right center;
  background-color: #0B4EA2;
  background-size: 200%;
  color: #fff;
}
.homepage-slider .wrap-tim-chuyen .wrap-icon {
  text-align: center;
  position: relative;
}
.homepage-slider .wrap-tim-chuyen .wrap-icon .icon-swap {
  position: absolute;
  width: 30px;
  left: calc(50% - 15px);
  bottom: 10px;
  cursor: pointer;
}

.section-tim-chuyen {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 20px;
  color: #fff;
}
.section-tim-chuyen .logo img {
  height: 154px;
}
.section-tim-chuyen .main-title h1 {
  font-size: 87px;
  margin-top: 50px;
  font-weight: bold;
}
.section-tim-chuyen .main-title h3 {
  font-size: 32px;
  margin-top: 5px;
}
.section-tim-chuyen .tim-chuyen {
  margin-top: 160px;
  background-color: #fff;
  padding: 40px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
.section-tim-chuyen .tim-chuyen .form-select,
.section-tim-chuyen .tim-chuyen .form-control {
  height: 54px;
  border-radius: 9px;
  color: #5B5B5B;
  border: 1px solid #B6B6B6;
}
.section-tim-chuyen .tim-chuyen .input-group img {
  width: 16px;
}
.section-tim-chuyen .tim-chuyen .input-group .input-group-text {
  background-color: transparent;
  border-right: 0;
  padding-left: 20px;
}
.section-tim-chuyen .tim-chuyen .input-group select, .section-tim-chuyen .tim-chuyen .input-group input {
  border-left: 0;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .section-tim-chuyen .logo img {
    height: 33px;
  }
  .section-tim-chuyen .main-title h1 {
    font-size: 24px;
    margin-top: 40px;
  }
  .section-tim-chuyen .main-title h3 {
    font-size: 14px;
    margin-top: 10px;
    line-height: 18px;
  }
  .section-tim-chuyen .tim-chuyen {
    margin-top: 50px;
    padding: 20px;
  }
  .section-tim-chuyen .tim-chuyen .form-select,
  .section-tim-chuyen .tim-chuyen .form-control {
    height: 30px;
    border-radius: 6px;
    color: #5B5B5B;
    font-size: 12px;
  }
  .section-tim-chuyen .tim-chuyen .input-group {
    margin-bottom: 10px;
  }
  .section-tim-chuyen .tim-chuyen .input-group img {
    width: 10.5px;
  }
  .section-tim-chuyen .tim-chuyen .input-group .input-group-text {
    background-color: transparent;
    border-right: 0;
    padding-left: 10px;
  }
  .section-tim-chuyen .tim-chuyen .input-group select, .section-tim-chuyen .tim-chuyen .input-group input {
    border-left: 0;
    padding-left: 0;
  }
}

.section-gallery .container {
  padding: 0 6px;
}
.section-gallery .container .wrap-title {
  margin: 80px 0 40px;
}
.section-gallery .container .wrap-title .sub-title {
  font-size: 30px;
  color: #0B4EA2;
}
.section-gallery .container .wrap-title .main-title {
  font-size: 50px;
}
.section-gallery .container .wrap-title .line {
  margin: 10px auto;
  width: 150px;
  display: inline-block;
  border-top: 5px solid #0B4EA2;
}
.section-gallery .list-photos .item-photo {
  margin-bottom: 30px;
}
.section-gallery .list-photos .item-photo a {
  display: block;
  width: 100%;
  padding-bottom: 75%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .section-gallery .container h3 {
    margin: 40px 0 20px;
  }
}

.section-policy {
  background-color: #F2F2F2;
  padding: 40px 0 40px;
  margin-top: 40px;
}
.section-policy .wrap-title {
  margin-bottom: 40px;
}
.section-policy .wrap-title .sub-title {
  font-size: 30px;
  color: #0B4EA2;
}
.section-policy .wrap-title .main-title {
  font-size: 50px;
}
.section-policy .wrap-title .line {
  margin: 10px auto;
  width: 150px;
  display: inline-block;
  border-top: 5px solid #0B4EA2;
}
.section-policy .list-policy {
  text-align: center;
}
.section-policy .list-policy .item .wrap-img {
  border: 2px solid #23989D;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: inline-block;
}
.section-policy .list-policy .item .wrap-img img {
  max-width: 61px;
  background: rgba(252, 225, 116, 0.2);
  border: 2px solid #FCE174;
  border-radius: 50%;
  position: relative;
  top: 2px;
  padding: 5px;
}
.section-policy .list-policy .item .title {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 10px;
}
.section-policy .list-policy .item .title a {
  color: #212529;
}
.section-policy .list-policy .item .desc {
  line-height: 25px;
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section-policy h3 {
    font-weight: bold;
  }
  .section-policy .list-policy {
    text-align: center;
  }
  .section-policy .list-policy .item {
    margin-bottom: 50px;
  }
  .section-policy .list-policy .item .wrap-img {
    width: 69px;
    height: 69px;
  }
  .section-policy .list-policy .item .wrap-img img {
    max-width: 60px;
  }
  .section-policy .list-policy .item .title {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .section-policy .list-policy .item .desc {
    line-height: 25px;
    width: 100%;
  }
}

.section-loai-xe {
  margin-top: 70px;
  margin-bottom: 50px;
}
.section-loai-xe .wrap-title {
  padding: 40px 0 60px;
}
.section-loai-xe .wrap-title .sub-title {
  font-size: 30px;
  color: #0B4EA2;
}
.section-loai-xe .wrap-title .main-title {
  font-size: 50px;
}
.section-loai-xe .wrap-title .line {
  margin: 10px auto;
  width: 150px;
  display: inline-block;
  border-top: 5px solid #0B4EA2;
}
.section-loai-xe .list-posts .item .wrap-item {
  border: 1px solid #0B4EA2;
  border-radius: 25px;
  overflow: hidden;
}
.section-loai-xe .list-posts .item .wrap-item .img {
  width: 100%;
  padding-bottom: 60%;
}
.section-loai-xe .list-posts .item .wrap-item .wrap-info {
  padding: 0 15px 10px;
}
.section-loai-xe .list-posts .item .wrap-item .wrap-info .title {
  font-weight: bold;
  font-size: 20px;
  margin: 10px 0;
  display: block;
  text-align: center;
  color: #0B4EA2;
}
.section-loai-xe .list-posts .item .wrap-item .wrap-info .item-addon {
  padding: 5px;
}
.section-loai-xe .list-posts .item .wrap-item .wrap-info .item-addon img {
  max-height: 24px;
  margin-right: 5px;
}
.section-loai-xe .list-posts .item .wrap-item .wrap-info .item-addon span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .section-loai-xe {
    margin-top: 0;
    margin-bottom: 30px;
    background: none;
  }
  .section-loai-xe h3 {
    margin: 50px 0 40px;
  }
  .section-loai-xe .list-posts .item {
    margin-bottom: 40px;
  }
  .section-loai-xe .list-posts .item .left {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .section-loai-xe .list-posts .item .left .img {
    padding-bottom: 50%;
  }
  .section-loai-xe .list-posts .item .wrap-info .title {
    font-size: 18px;
  }
  .section-loai-xe .list-posts .item .wrap-info .detail {
    text-align: left;
  }
  .section-loai-xe .list-posts .item .wrap-info .detail a {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    padding: 0 30px;
    border-radius: 6px;
    font-weight: bold;
  }
}

.section-customer {
  margin-top: 70px;
  padding-bottom: 50px;
}
.section-customer .wrap-title {
  padding: 40px 0 60px;
}
.section-customer .wrap-title .main-title {
  font-size: 50px;
  color: #fff;
}
.section-customer .wrap-title .line {
  margin: 10px auto;
  width: 150px;
  display: inline-block;
  border-top: 5px solid #0B4EA2;
}
.section-customer .list-posts .item .wrap-item {
  border: 1px solid #0B4EA2;
  border-radius: 25px;
  overflow: hidden;
  background-color: #fff;
  padding: 15px;
}
.section-customer .list-posts .item .wrap-item .description {
  overflow: hidden;
  font-size: 16px;
  text-align: justify;
  height: 100px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.section-customer .list-posts .item .wrap-item .stars {
  text-align: center;
  margin: 5px 0 15px;
}
.section-customer .list-posts .item .wrap-item .stars img {
  width: 25px;
}
.section-customer .list-posts .item .wrap-item .info {
  display: flex;
  align-items: center;
}
.section-customer .list-posts .item .wrap-item .info .left {
  display: inline-block;
  float: left;
  width: 80px;
}
.section-customer .list-posts .item .wrap-item .info .left img {
  max-width: 100%;
}
.section-customer .list-posts .item .wrap-item .info .right {
  display: inline-block;
  float: left;
  width: calc(100% - 80px);
  padding-left: 15px;
  font-size: 16px;
}
.section-customer .list-posts .item .wrap-item .info .right .name {
  font-size: 20px;
  color: #0B4EA2;
}
@media screen and (max-width: 767px) {
  .section-customer {
    margin-top: 0;
    margin-bottom: 30px;
    background: none;
  }
  .section-customer h3 {
    margin: 50px 0 40px;
  }
  .section-customer .list-posts .item {
    margin-bottom: 40px;
  }
  .section-customer .list-posts .item .left {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .section-customer .list-posts .item .left .img {
    padding-bottom: 50%;
  }
  .section-customer .list-posts .item .wrap-info .title {
    font-size: 18px;
  }
  .section-customer .list-posts .item .wrap-info .detail {
    text-align: left;
  }
  .section-customer .list-posts .item .wrap-info .detail a {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    padding: 0 30px;
    border-radius: 6px;
    font-weight: bold;
  }
}

.section-news {
  margin-top: 20px;
  margin-bottom: 50px;
}
.section-news .wrap-title {
  padding: 40px 0 60px;
}
.section-news .wrap-title .sub-title {
  font-size: 30px;
  color: #0B4EA2;
}
.section-news .wrap-title .main-title {
  font-size: 50px;
}
.section-news .wrap-title .line {
  margin: 10px auto;
  width: 150px;
  display: inline-block;
  border-top: 5px solid #0B4EA2;
}
.section-news .list-posts .item .img {
  width: 100%;
  padding-bottom: 60%;
}
.section-news .list-posts .item .wrap-info .title {
  font-weight: bold;
  font-size: 20px;
  margin-top: 5px;
  color: #333;
  display: block;
}
.section-news .list-posts .item .wrap-info .detail {
  margin-top: 10px;
  font-size: 17px;
}
.section-news .list-posts .item .wrap-info .detail .btn-detail {
  color: #0B4EA2;
  text-decoration: underline;
}
.section-news .list-posts .item .wrap-info .detail span {
  float: right;
  color: #333;
}
@media screen and (max-width: 767px) {
  .section-news {
    margin-top: 0;
    margin-bottom: 30px;
    background: none;
  }
  .section-news h3 {
    margin: 50px 0 40px;
  }
  .section-news .list-posts .item {
    margin-bottom: 40px;
  }
  .section-news .list-posts .item .left {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .section-news .list-posts .item .left .img {
    padding-bottom: 50%;
  }
  .section-news .list-posts .item .wrap-info .title {
    font-size: 18px;
  }
  .section-news .list-posts .item .wrap-info .detail {
    text-align: left;
  }
  .section-news .list-posts .item .wrap-info .detail a {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    padding: 0 30px;
    border-radius: 6px;
    font-weight: bold;
  }
}

footer {
  padding-top: 50px;
  color: #444;
  background-color: rgba(242, 242, 242, 0.8);
  background-blend-mode: overlay;
}
footer .wrap-item .item-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}
footer .wrap-item .line {
  font-size: 14px;
  margin-top: 20px;
}
footer .wrap-item .line div {
  margin-top: 5px;
}
footer .wrap-item .line span {
  color: #444;
}
footer .wrap-item .line span img {
  margin-right: 5px;
}
footer .wrap-item .line span a {
  color: #444;
  position: relative;
  top: 2px;
}
footer .wrap-item iframe {
  width: 100%;
}
footer .list-payments {
  text-align: center;
}
footer .list-payments img {
  height: 65px;
}
footer .list-payments span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
footer .wrap-map {
  margin-top: 30px;
}
footer .wrap-map iframe {
  max-width: 100%;
  max-height: 300px;
}
footer .logo img {
  width: 278px;
  max-width: 80%;
}
footer .copyright {
  text-align: center;
  margin: 50px 0 20px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 30px;
  }
  footer .wrap-item {
    margin-bottom: 40px;
    font-size: 13px;
  }
  footer .wrap-item .item-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
  }
  footer .wrap-item .line {
    margin-top: 10px;
  }
  footer .wrap-item .line span img {
    margin-right: 5px;
  }
  footer .list-payments {
    text-align: center;
  }
  footer .list-payments img {
    height: 50px;
  }
  footer .list-payments span {
    display: block;
    margin-top: 5px;
  }
  footer .wrap-map {
    margin-top: 30px;
  }
  footer .wrap-map iframe {
    max-width: 100%;
    max-height: 300px;
  }
  footer .logo {
    margin-bottom: 20px;
    display: block;
  }
  footer .logo img {
    max-width: 100px;
  }
  footer .copyright {
    text-align: center;
    margin: 20px 0 10px;
  }
}

.section-small-header a {
  display: block;
  padding: 60px 0;
}
.section-small-header a img {
  max-height: 120px;
}

.section-breadcrumb {
  text-align: center;
  background-color: #F8F8F8;
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-breadcrumb .container {
  position: relative;
}
.section-breadcrumb .back {
  color: #444;
  position: absolute;
  left: 15px;
  top: 50px;
  z-index: 1;
}
.section-breadcrumb .back img {
  max-width: 25px;
  margin-right: 10px;
}
.section-breadcrumb h3 {
  margin-top: 10px;
  font-size: 40px;
  font-weight: bold;
  position: relative;
}
.section-breadcrumb h3 .countdown {
  position: absolute;
  right: 0;
}
.section-breadcrumb .sub-title {
  color: #0B4EA2;
}
.section-breadcrumb .line-title {
  margin: 10px auto;
  width: 150px;
  display: inline-block;
  border-top: 5px solid #0B4EA2;
}
.section-breadcrumb .datetime {
  font-size: 20px;
}
.section-breadcrumb .steps {
  margin-top: 60px;
}
.section-breadcrumb .steps li {
  display: inline-block;
  width: 25%;
  float: left;
  position: relative;
}
.section-breadcrumb .steps li img {
  max-width: 55px;
  position: relative;
  z-index: 1;
  background-color: #F8F8F8;
}
.section-breadcrumb .steps li span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}
.section-breadcrumb .steps li .line {
  position: absolute;
  left: 50%;
  top: 26px;
  border: 3px solid #0B4EA2;
  width: 100%;
}
.section-breadcrumb .steps li .line-inactive {
  position: absolute;
  left: 50%;
  top: 26px;
  border: 3px solid #D9D9D9;
  width: 100%;
}

.section-chon-chuyen {
  background-color: #F8F8F8;
  padding-bottom: 50px;
}
.section-chon-chuyen .title {
  font-size: 20px;
  font-weight: bold;
}
.section-chon-chuyen .description {
  font-size: 16px;
  margin-top: 10px;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe {
  background-color: #fff;
  margin-top: 20px;
  padding: 20px 30px;
  border: 1px solid #B6B6B6;
  border-radius: 9px;
  cursor: pointer;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .content-right {
  text-align: right;
  position: relative;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe.active, .section-chon-chuyen .danh-sach-chuyen .chuyen-xe:hover {
  border-color: #0B4EA2;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  background-color: #F3DDCD;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .item-col {
  display: flex;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .item-col .hinh-xe {
  width: 180px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .item-col .wrap-info {
  padding-left: 15px;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .time {
  font-weight: bold;
  font-size: 30px;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .time .con-lai {
  font-size: 18px;
  font-weight: normal;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .time .con-lai b {
  color: #F19949;
}
@media screen and (max-width: 992px) {
  .section-chon-chuyen .danh-sach-chuyen .chuyen-xe .time {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section-chon-chuyen .danh-sach-chuyen .chuyen-xe .time {
    font-size: 17px;
  }
  .section-chon-chuyen .danh-sach-chuyen .chuyen-xe .time .con-lai {
    font-size: 14px;
  }
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .lo-trinh {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .section-chon-chuyen .danh-sach-chuyen .chuyen-xe .lo-trinh {
    margin-top: 10px;
  }
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .lo-trinh img {
  max-width: 21px;
  display: inline-block;
  float: left;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .lo-trinh .info {
  display: inline-block;
  float: left;
  width: calc(100% - 21px);
  padding-left: 15px;
  font-size: 20px;
  font-weight: bold;
  margin-top: -5px;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .lo-trinh .info div:nth-child(2) {
  font-size: 16px;
  font-weight: normal;
  margin: 13px 0;
}
@media screen and (max-width: 768px) {
  .section-chon-chuyen .danh-sach-chuyen .chuyen-xe .lo-trinh .info {
    font-size: 16px;
  }
  .section-chon-chuyen .danh-sach-chuyen .chuyen-xe .lo-trinh .info div:nth-child(2) {
    font-size: 13px;
    font-weight: normal;
    margin: 13px 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .section-chon-chuyen .danh-sach-chuyen .chuyen-xe .lo-trinh .info div:nth-child(2) {
    margin: 5px 0;
  }
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .wrap-price {
  background-color: #D9D9D9;
  border-radius: 30px;
  font-size: 20px;
  display: inline-block;
  padding: 10px 40px;
}
@media screen and (min-width: 991px) {
  .section-chon-chuyen .danh-sach-chuyen .chuyen-xe .wrap-price {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .remain {
  font-size: 22px;
  display: flex;
  justify-content: right;
  align-items: center;
  height: 100%;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .choose {
  margin-top: 60px;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .choose .icons img {
  width: 30px;
  margin: 0 5px;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .choose .btn {
  margin-left: 15px;
  color: #fff;
  padding: 7px 45px;
  border-radius: 100px;
  font-weight: bold;
  font-size: 20px;
  border: 3px solid #0B4EA2;
  color: #0B4EA2;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .choose .btn:hover {
  background-color: #0B4EA2;
  transition: 0.5s ease-out;
  background-size: 200%;
  color: #fff;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .nav-tabs {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #B6B6B6;
  border-bottom: 0;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .nav-tabs .nav-link {
  width: 50%;
  border: 0;
  font-weight: bold;
  color: #B6B6B6;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .nav-tabs .nav-link.active {
  color: #000;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content {
  margin-top: 50px;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .list-of-notes {
  margin-top: 40px;
  text-align: center;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .list-of-notes .item-seat {
  display: inline-block;
  margin: 0 20px;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .list-of-notes .item-seat img {
  width: 40px;
  margin-right: 10px;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .wrap-seats {
  background-color: #F2F2F2;
  border-radius: 30px;
  padding: 30px 0;
  width: 80%;
  margin: 0 auto;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .wrap-seats .note-title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .list-seats .col-md-3.col-20 {
  width: 20%;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .list-seats .item-seat {
  position: relative;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .list-seats .item-seat.nope {
  cursor: not-allowed;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .list-seats .item-seat .img {
  position: relative;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .list-seats .item-seat .img img:first-child {
  width: 60px;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .list-seats .item-seat .img img:last-child {
  position: absolute;
  width: 48px;
  left: calc(50% - 24px);
  bottom: 6px;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .list-seats .item-seat span {
  position: absolute;
  display: block;
  top: 7px;
  left: 0;
  font-size: 20px;
  width: 100%;
  font-weight: bold;
  letter-spacing: 2px;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .bottom {
  margin-top: 40px;
  font-size: 25px;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .bottom .quantity span {
  color: #0B4EA2;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .bottom .wrap-btn {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .bottom .wrap-btn .btn-continue {
  color: #fff;
  border-radius: 9px;
  padding: 0 40px;
  border-radius: 100px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: bold;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .bottom .wrap-btn .btn-back-ve-di {
  color: #fff;
  border-radius: 9px;
  padding: 0 40px;
  border-radius: 100px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: bold;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .bottom .btn-return {
  border-radius: 9px;
  padding: 6px 30px;
  background-color: #fff;
  color: #5B5B5B;
  border-color: #5B5B5B;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .choose-don-tra .dropdown-toggle {
  background: none;
  border: 0;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .choose-don-tra .title {
  font-size: 20px;
  font-weight: normal;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .choose-don-tra .input-group {
  margin-top: 20px;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .choose-don-tra .input-group img {
  width: 16px;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .choose-don-tra .input-group .input-group-text {
  background-color: transparent;
  border-right: 0;
  padding-left: 20px;
}
.section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .choose-don-tra .input-group select, .section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .choose-don-tra .input-group input {
  border-left: 0;
  padding-left: 0;
  padding: 14px 5px;
}
@media screen and (max-width: 768px) {
  .section-chon-chuyen .danh-sach-chuyen .chuyen-xe .lo-trinh .info {
    position: relative;
  }
}

.section-thanh-toan {
  background-color: #F8F8F8;
  padding-bottom: 50px;
}
.section-thanh-toan .input-info .wrap-info {
  background-color: #fff;
  padding: 30px;
  height: 100%;
  border-radius: 9px;
}
.section-thanh-toan .input-info .wrap-info .main-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 50px;
  text-align: center;
}
.section-thanh-toan .input-info .wrap-info .item-line {
  margin-top: 10px;
}
.section-thanh-toan .input-info .wrap-info .item-line span {
  float: right;
}
.section-thanh-toan .input-info .wrap-info .item-line.wrap-money {
  height: 45px;
  line-height: 45px;
}
.section-thanh-toan .input-info .wrap-info .item-line.wrap-money .total-money {
  font-size: 30px;
  font-weight: bold;
  color: #0B4EA2;
}
.section-thanh-toan .input-info .wrap-info .wrap-checkbox h5 {
  margin-bottom: 20px;
}
.section-thanh-toan .input-info .wrap-info .wrap-checkbox .form-check {
  margin-bottom: 10px;
  cursor: pointer;
}
.section-thanh-toan .input-info .wrap-info .wrap-checkbox .form-check .info-bank {
  background-color: #F2F2F2;
  border-radius: 10px;
  padding: 15px;
  margin: 10px 0;
  display: none;
}
.section-thanh-toan .input-info .wrap-info .wrap-checkbox .form-check .info-bank .item {
  margin-bottom: 10px;
}
.section-thanh-toan .input-info .wrap-info .wrap-checkbox .form-check .info-bank .item:last-child {
  margin-bottom: 0;
}
.section-thanh-toan .input-info .wrap-info .wrap-checkbox .form-check .info-bank .item img {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.section-thanh-toan .input-info .wrap-info .wrap-checkbox .form-check .info-bank .item span {
  float: right;
}
@media screen and (max-width: 768px) {
  .section-thanh-toan .input-info .wrap-info {
    padding: 15px;
  }
  .section-thanh-toan .input-info .wrap-info .main-title {
    margin-bottom: 30px;
  }
}
.section-thanh-toan .bottom {
  margin-top: 30px;
}
.section-thanh-toan .bottom .btn-thanh-toan {
  border-radius: 9px;
  padding: 10px 50px;
}
.section-thanh-toan .bottom .btn-return {
  border-radius: 9px;
  padding: 10px 50px;
  background-color: #fff;
  color: #5B5B5B;
  border-color: #5B5B5B;
}

.thanh-toan-thanh-cong {
  background-color: #F8F8F8;
  padding-top: 30px;
  padding-bottom: 70px;
}
.thanh-toan-thanh-cong .bar {
  background: rgba(17, 94, 49, 0.13);
  border-radius: 9px;
  font-weight: bold;
  font-size: 18px;
  padding: 15px;
}
.thanh-toan-thanh-cong .bar img {
  width: 30px;
  margin-right: 10px;
}
.thanh-toan-thanh-cong .bar span {
  position: relative;
  top: 2px;
}
.thanh-toan-thanh-cong.fail .bar {
  background: rgba(255, 0, 0, 0.12);
}
.thanh-toan-thanh-cong .message {
  margin-top: 20px;
  font-size: 18px;
}
.thanh-toan-thanh-cong .wrap-message {
  margin-top: 30px;
}
.thanh-toan-thanh-cong .wrap-message ul li {
  list-style: disc;
}
.thanh-toan-thanh-cong .wrap-text {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  height: 100%;
}
.thanh-toan-thanh-cong .wrap-text .title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.thanh-toan-thanh-cong .wrap-info-ve {
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  padding-bottom: 20px;
  padding: 30px;
}
.thanh-toan-thanh-cong .wrap-info-ve .title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.thanh-toan-thanh-cong .wrap-info-ve .item-line {
  margin-bottom: 20px;
}
.thanh-toan-thanh-cong .wrap-info-ve .item-line span {
  float: right;
}
.thanh-toan-thanh-cong .wrap-info-ve .item-line.wrap-money {
  height: 45px;
  line-height: 45px;
}
.thanh-toan-thanh-cong .wrap-info-ve .item-line.wrap-money .total-money {
  font-size: 30px;
  font-weight: bold;
  color: #0B4EA2;
}
.thanh-toan-thanh-cong .wrap-info-ve .item-line-btn {
  margin-bottom: 0;
}
.thanh-toan-thanh-cong .wrap-info-ve .btn-luu-ve {
  border: 2px solid #0B4EA2;
  padding: 10px 35px;
  border-radius: 25px;
  font-weight: bold;
}
.thanh-toan-thanh-cong .wrap-info {
  margin-top: 60px;
}
.thanh-toan-thanh-cong .wrap-info .wrap-left .title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.thanh-toan-thanh-cong .wrap-info .wrap-right .item-wrap {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 30px;
}
.thanh-toan-thanh-cong .wrap-info .wrap-right .item-wrap:last-child {
  margin-bottom: 0;
}
.thanh-toan-thanh-cong .wrap-info .wrap-right .item-wrap .title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.thanh-toan-thanh-cong .wrap-info .wrap-right .item-wrap .item-line {
  margin-top: 5px;
}
.thanh-toan-thanh-cong .wrap-info .wrap-right .item-wrap .item-line span {
  float: right;
}
.thanh-toan-thanh-cong .wrap-info .wrap-right .item-wrap .item-line.wrap-money {
  height: 45px;
  line-height: 45px;
}
.thanh-toan-thanh-cong .wrap-info .wrap-right .item-wrap .item-line.wrap-money .total-money {
  font-size: 30px;
  font-weight: bold;
  color: #0B4EA2;
}
.thanh-toan-thanh-cong .btn-home {
  margin: 30px 0;
}
.thanh-toan-thanh-cong .btn-home a {
  margin-top: 30px;
  border-radius: 9px;
  padding: 10px 50px;
}

.hotline {
  position: fixed;
  top: calc(50% - 99px);
  right: 20px;
  z-index: 11;
  text-align: right;
}
.hotline a {
  display: inline-block;
  margin: 5px 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.hotline a img {
  width: 50px;
  float: right;
  position: relative;
  z-index: 2;
}
.hotline a span {
  position: relative;
  left: 5px;
  display: inline-block;
  z-index: 1;
}

.page-content {
  background-color: #F2F2F2;
  padding: 50px 0;
}
.page-content .wrap-content {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}
.page-content .wrap-content .page-title {
  font-size: 30px;
  text-align: center;
  margin: 20px 0 30px;
  text-transform: uppercase;
  font-weight: bold;
}
.page-content .wrap-content .blog .item .img {
  width: 100%;
  padding-bottom: 60%;
}
.page-content .wrap-content .blog .item .wrap-info .title {
  font-weight: bold;
  font-size: 20px;
  margin-top: 5px;
  color: #333;
  display: block;
}
.page-content .wrap-content .blog .item .wrap-info .detail {
  margin-top: 10px;
  font-size: 17px;
}
.page-content .wrap-content .blog .item .wrap-info .detail .btn-detail {
  color: #0B4EA2;
  text-decoration: underline;
}
.page-content .wrap-content .blog .item .wrap-info .detail span {
  float: right;
  color: #333;
}
@media screen and (max-width: 767px) {
  .page-content .wrap-content .blog .item {
    margin-bottom: 40px;
  }
  .page-content .wrap-content .blog .item .left {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .page-content .wrap-content .blog .item .left .img {
    padding-bottom: 50%;
  }
  .page-content .wrap-content .blog .item .wrap-info .title {
    font-size: 18px;
  }
  .page-content .wrap-content .blog .item .wrap-info .detail {
    text-align: left;
  }
  .page-content .wrap-content .blog .item .wrap-info .detail a {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    padding: 0 30px;
    border-radius: 6px;
    font-weight: bold;
  }
}

.dieu-khoan-dat-xe ul {
  padding-left: 20px;
}
.dieu-khoan-dat-xe ul li {
  list-style-type: disc;
}

@media screen and (max-width: 767px) {
  .section-small-header a {
    padding: 40px 0;
  }
  .homepage-slider .wrap-tim-chuyen {
    position: initial;
    padding: 30px 0 0;
  }
  .homepage-slider .wrap-tim-chuyen .container form.tim-chuyen {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 15px;
    border-radius: 15px;
  }
  .homepage-slider .wrap-tim-chuyen .container .item-col {
    padding: 0;
    margin-bottom: 25px;
  }
  .homepage-slider .wrap-tim-chuyen .container .item-col.center {
    border: 0;
  }
  .homepage-slider .wrap-tim-chuyen .container .item-col .input-title {
    font-size: 14px;
    padding-left: 0;
    font-weight: bold;
    color: #212529;
  }
  .homepage-slider .wrap-tim-chuyen .container .item-col .wrap-input {
    margin-top: 8px;
  }
  .homepage-slider .wrap-tim-chuyen .container .item-col .wrap-input input, .homepage-slider .wrap-tim-chuyen .container .item-col .wrap-input select {
    font-size: 18px;
    border-radius: 5px;
    font-weight: normal;
  }
  .homepage-slider .wrap-tim-chuyen .container .item-col .col-5:first-child {
    padding-right: 0;
  }
  .homepage-slider .wrap-tim-chuyen .container .item-col .col-5:last-child {
    padding-left: 0;
  }
  .homepage-slider .wrap-tim-chuyen .container .item-col .icon-swap {
    width: 20px;
    left: calc(50% - 10px);
  }
  .homepage-slider .wrap-tim-chuyen .container .wrap-btn {
    margin: 0;
  }
  .homepage-slider .wrap-tim-chuyen .container .wrap-btn button {
    display: inline-block;
    font-size: 18px;
    border-width: 2px;
    padding: 7px;
    border-radius: 10px;
    background: #0B4EA2;
    color: #fff;
  }
  .homepage-menu .menu {
    padding-top: 15px;
  }
  .homepage-menu .menu ul {
    display: block;
    position: fixed;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #0B4EA2;
    top: 0;
    z-index: 99;
    margin: 0;
    padding: 15px 0;
    left: 0;
    padding: 0;
    transition: 0.5s;
    text-align: left;
    padding-top: 50px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    overflow: hidden;
  }
  .homepage-menu .menu ul li {
    display: block;
    padding: 8px 20px;
    line-height: 30px;
    margin: 0;
  }
  .homepage-menu .menu ul li:first-child {
    position: relative;
  }
  .homepage-menu .menu ul li:first-child .icon-close {
    position: absolute;
    top: -45px;
    right: 10px;
    font-size: 30px;
    color: #fff;
  }
  .homepage-menu .menu ul li a {
    color: #fff;
    font-size: 15px;
    display: block;
    white-space: nowrap;
  }
  .homepage-menu .menu .col-12 {
    padding: 0;
  }
  header .top a {
    font-size: 13px;
  }
  header .top img {
    max-height: 18px;
  }
  .homepage-slider .wrap-tim-chuyen .item-col.center {
    border-right: 0;
  }
  .section-gallery .container .wrap-title {
    margin-bottom: 30px;
  }
  .section-gallery .container .wrap-title .sub-title,
  .section-policy .wrap-title .sub-title,
  .section-loai-xe .wrap-title .sub-title,
  .section-news .wrap-title .sub-title {
    font-size: 22px;
  }
  .section-gallery .container .wrap-title .main-title,
  .section-policy .wrap-title .main-title,
  .section-loai-xe .wrap-title .main-title,
  .section-news .wrap-title .main-title {
    font-size: 28px;
    padding: 0;
  }
  .section-customer .wrap-title .main-title {
    font-size: 30px;
    padding: 0;
  }
  .section-gallery .list-photos .item-photo {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
  }
  .section-policy .list-policy .item .title {
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .section-loai-xe .list-posts .item {
    padding: 0;
    margin-bottom: 30px;
  }
  .section-loai-xe .list-posts .item:last-child {
    margin-bottom: 0;
  }
  .section-loai-xe .wrap-title {
    padding: 30px 0 40px;
  }
  .section-customer .list-posts .item {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 30px;
  }
  .section-customer .list-posts .item:last-child {
    margin-bottom: 0;
  }
  .section-customer {
    padding-bottom: 30px;
  }
  .section-news .list-posts .item .wrap-info .detail .btn-detail {
    padding-left: 0;
    font-size: 16px;
  }
  .section-news .list-posts .item .wrap-info .detail span {
    font-size: 16px;
  }
  .section-news .list-posts .item .wrap-info .detail {
    margin-top: 5px;
  }
  .hotline {
    top: initial;
    bottom: 5%;
    right: 10px;
  }
  .section-small-header a img {
    max-height: 70px;
  }
  .section-breadcrumb h3 {
    font-size: 20px;
    margin-top: 5px;
  }
  .section-breadcrumb .back {
    left: 15px;
    top: 30px;
  }
  .section-breadcrumb,
  .section-chon-chuyen,
  .section-thanh-toan,
  .thanh-toan-thanh-cong {
    padding-left: 0;
    padding-right: 0;
  }
  .section-breadcrumb .line-title {
    margin: 5px auto;
  }
  .section-breadcrumb .datetime {
    font-size: 16px;
  }
  .section-breadcrumb .steps {
    padding: 0;
    margin-top: 40px;
  }
  .section-breadcrumb .steps li img {
    max-width: 45px;
  }
  .section-breadcrumb .steps li span {
    font-size: 13px;
  }
  .section-breadcrumb .steps li .line,
  .section-breadcrumb .steps li .line-inactive {
    top: 22px;
  }
  .section-chon-chuyen .danh-sach-chuyen .chuyen-xe {
    padding: 20px;
  }
  .section-chon-chuyen .danh-sach-chuyen .chuyen-xe .content-right {
    margin-top: 20px;
    text-align: center;
  }
  .section-chon-chuyen .danh-sach-chuyen .chuyen-xe .content-right .wrap-price {
    font-size: 17px;
    width: 100%;
    padding: 5px 0;
  }
  .section-chon-chuyen .danh-sach-chuyen .chuyen-xe .content-right .choose {
    margin-top: 20px;
  }
  .section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .wrap-seats {
    width: 100%;
    padding: 20px 0;
  }
  .section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .wrap-seats .note-title {
    font-size: 25px;
    margin-bottom: 5px;
  }
  .section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .wrap-seats .tang-duoi {
    margin-bottom: 40px;
  }
  .section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .list-seats .item-seat span {
    top: 8px;
    font-size: 16px;
  }
  .section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .list-seats .col-md-3.col-20 {
    padding: 0;
  }
  .wrap-chu-thich {
    padding: 0;
  }
  .section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .list-of-notes .item-seat {
    display: inline-block;
    width: 33.33%;
    margin: 0;
    text-align: center;
    float: left;
  }
  .section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .list-of-notes .item-seat img {
    margin: 0;
    width: 30px;
  }
  .section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .list-of-notes .item-seat span {
    display: block;
    margin-top: 5px;
    font-size: 12.5px;
  }
  .section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content {
    padding-left: 0;
    padding-right: 0;
  }
  .section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .bottom {
    font-size: 16px;
    display: none;
  }
  .section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .bottom span,
  .section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .bottom b {
    font-size: 18px;
  }
  .section-chon-chuyen .danh-sach-chuyen .chuyen-xe .select-seat .tab-content .bottom .wrap-btn .btn-continue {
    padding: 0 10px;
    font-size: 16px;
    border-radius: 15px;
  }
  .section-thanh-toan .bottom .btn-thanh-toan {
    width: 100%;
    padding: 10px 0;
  }
  .thanh-toan-thanh-cong .wrap-message {
    margin-top: 20px;
    padding: 20px;
  }
  .thanh-toan-thanh-cong {
    padding-bottom: 50px;
  }
}
.wrap-img-qr {
  text-align: center;
  background-color: #f3f3f3;
  border-radius: 10px;
  padding: 30px 30px 20px;
  margin: 20px 0;
  display: none;
}
.wrap-img-qr img {
  max-width: 100%;
  margin-bottom: 15px;
}

.section-thanh-toan-vnpay .wrap-info {
  padding: 25px !important;
}
.section-thanh-toan-vnpay .wrap-info .main-title {
  margin-bottom: 30px !important;
}
.section-thanh-toan-vnpay .content-left {
  text-align: center;
}
.section-thanh-toan-vnpay .content-left img {
  max-width: 100%;
  margin-bottom: 15px;
  max-width: 300px;
}
.section-thanh-toan-vnpay .content-right {
  line-height: 25px;
}
.section-thanh-toan-vnpay .content-right ul {
  padding-left: 20px;
}
.section-thanh-toan-vnpay .content-right ul li {
  list-style: disc;
}
.section-thanh-toan-vnpay .content-right .wrap-checkbox {
  margin-bottom: 0;
}

.wrap-dieu-khoan {
  display: block;
  margin-bottom: 15px;
}
.wrap-dieu-khoan input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.wrap-dieu-khoan label {
  position: relative;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.wrap-dieu-khoan label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #0B4EA2;
  padding: 0px 5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  border-radius: 3px;
  top: -1px;
  content: "✓";
  color: #0B4EA2;
}
.wrap-dieu-khoan input:checked + label:before {
  background-color: #0B4EA2;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .section-chon-chuyen .mobile-bottom-price {
    font-size: 18px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    background: #D9D9D9;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .section-chon-chuyen .mobile-bottom-price .quantity span {
    color: #0B4EA2;
  }
  .section-chon-chuyen .mobile-bottom-price .wrap-btn {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
  }
  .section-chon-chuyen .mobile-bottom-price .wrap-btn .btn-continue {
    color: #fff;
    border-radius: 9px;
    padding: 0 40px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    padding: 10px;
    text-align: center;
  }
  .section-thanh-toan .list-btn-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    background: #eee;
    z-index: 1;
    padding: 15px 0;
  }
  .section-thanh-toan .list-btn-bottom .btn {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0;
    text-align: center;
  }
}
.wrap-tim-chuyen-2-chieu .tim-chuyen .wrap-loai-ve {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .wrap-tim-chuyen-2-chieu .tim-chuyen .wrap-loai-ve {
    justify-content: center;
  }
}
.wrap-tim-chuyen-2-chieu .tim-chuyen .wrap-loai-ve .form-check, .wrap-tim-chuyen-2-chieu .tim-chuyen .wrap-loai-ve label {
  cursor: pointer;
}
.wrap-tim-chuyen-2-chieu .tim-chuyen .btn-tim-chuyen {
  padding: 10px 30px !important;
  margin: 0 auto;
}
.wrap-tim-chuyen-2-chieu .tim-chuyen .wrap-ngay-di.disabled {
  color: #ddd;
}
.wrap-tim-chuyen-2-chieu .tim-chuyen .wrap-ngay-di.disabled input {
  color: #ddd;
}

.disabled {
  pointer-events: none;
  opacity: 0.65;
}

.danh-sach-chuyen .nav-pills-khu-hoi {
  border: 1px solid #828282;
  border-radius: 10px;
  overflow: hidden;
}
.danh-sach-chuyen .nav-pills-khu-hoi li a {
  color: #5B5B5B;
  font-weight: bold;
}
.danh-sach-chuyen .nav-pills-khu-hoi li a.active {
  background-color: #0B4EA2;
}

.form-check-input:checked {
  background-color: #0B4EA2;
  border-color: #0B4EA2;
  box-shadow: none;
}

.page-tra-cuu-ve .wrap-content {
  padding: 15px;
}
.page-tra-cuu-ve .wrap-content .main-content {
  padding: 30px 50px;
}
@media screen and (max-width: 767px) {
  .page-tra-cuu-ve .wrap-content .main-content {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-tra-cuu-ve .page-title {
    font-size: 20px !important;
  }
}
.page-tra-cuu-ve .form-tra-cuu .input-group .input-group-text {
  background-color: #0B4EA2;
  color: #fff;
  border: 1px solid #0B4EA2;
}
.page-tra-cuu-ve .form-tra-cuu input {
  border-color: #0B4EA2;
}
.page-tra-cuu-ve .form-tra-cuu button {
  color: #0B4EA2;
  border-color: #0B4EA2;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.page-tra-cuu-ve .form-tra-cuu button i {
  font-size: 20px;
}
.page-tra-cuu-ve .form-tra-cuu button:hover {
  background-color: #0B4EA2;
  color: #fff;
}
.page-tra-cuu-ve .banner-tra-cuu-ve {
  text-align: center;
  margin-top: 30px;
}
.page-tra-cuu-ve .banner-tra-cuu-ve img {
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .page-tra-cuu-ve .banner-tra-cuu-ve img {
    max-width: 80%;
  }
}
.page-tra-cuu-ve .result {
  margin-top: 30px;
  text-align: center;
}
.page-tra-cuu-ve .result h5 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.page-tra-cuu-ve .result .empty img {
  margin-top: 30px;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .page-tra-cuu-ve .result .empty img {
    max-width: 80%;
  }
}
.page-tra-cuu-ve .result .danh-sach-ve table {
  font-size: 15px;
}
.page-tra-cuu-ve .result .danh-sach-ve table th {
  background-color: #FADCE7;
  border-bottom: none;
}
.page-tra-cuu-ve .result .danh-sach-ve table .btn-tai-ve {
  cursor: pointer;
}
.page-tra-cuu-ve .result .danh-sach-ve table td, .page-tra-cuu-ve .result .danh-sach-ve table th {
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .page-tra-cuu-ve .result .danh-sach-ve table td, .page-tra-cuu-ve .result .danh-sach-ve table th {
    padding: 5px 10px;
    min-width: 90px;
    text-align: left;
    font-size: 14px;
  }
  .page-tra-cuu-ve .result .danh-sach-ve table th {
    text-align: center;
  }
  .page-tra-cuu-ve .result .danh-sach-ve table tr td:last-child {
    text-align: center;
  }
  .page-tra-cuu-ve .result .danh-sach-ve table tr div {
    display: flex;
  }
  .page-tra-cuu-ve .result .danh-sach-ve table tr div b {
    margin-left: auto;
  }
}

.loadingoverlay_element {
  width: 80px !important;
  height: 80px !important;
}

.tdlt {
  text-decoration: line-through;
}

.link {
  cursor: pointer;
}

.btn-copy {
  color: #0B4EA2;
  cursor: pointer;
}

img {
  max-width: 100%;
}

/*# sourceMappingURL=web.css.map*/