body{
  font-family: 'Be Vietnam Pro', sans-serif;
  /* font-family: 'SFProTextRegular', sans-serif */
  
}
.home-info .container {
    width: 90%;
    margin: 10px auto;
    background: #fff;
    border-radius: 15px 15px 0 0;
    padding: 20px 10px;
}
.home-info{
  padding-top: 20px;
  padding-bottom: 35px;
  height: 270px;
  background: #03a9f440;
  padding-top: 30px !important;
  padding-left: 20px;
  padding-right: 20px;
  /* background-image: url('../icons/icon_home_top.png'); */
  background-position: center 5px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.block-search{
  width: 80%;
  margin: 0 auto;
  margin-top: -24px;
  height: 50px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 1px 1px 3px 2px #ccc;
}
.block-search input[type="text"]:focus-visible {
  border: none !important;
}
.block-search input[type="text"] {
  border: none;
  height: 40px;
  width: 80%;
  vertical-align: middle;
  margin-top: 5px;
  border-radius: 5px !important;
}
.block-search em{
  height: 40px;
  width: 18%;
  padding-left: 20px;
  font-size: 20px;
  margin-top: 15px;
  float: left;
  color: #938f8f;
}
.title-home{
  padding: 10px;
  margin-top: 20px;
}
.title-home h2{
  font-size: 25px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
}
.title-home h2 span strong{
  color: #03a9f4;
}


.home-info .logo {
    text-align: center;

    img {
        max-width: 100%;
        max-height: 40px;
    }
}

.home-info .header-right {
    .btn-toggle-search {
        float: right;
        color: #fff;
        font-size: 20px;
        margin-top: 4px;

        &:active {
            color: #aaa;
        }
    }
}

.home-info .none-login {
    text-align: center;
    font-size: 15px;;
    margin-bottom: 20px;
    color: #333;

    p {
        margin-bottom: 0;
    }
}

.home-info .login img {
    display: none;
}

.home-info .login .name {
    text-align: center;
    font-size: 20px;;
    margin-bottom: 20px;
    color: #333;
}

.view-cart .cart-detail{
  padding-bottom: 20px;
}

.home-info .login .name p {
    margin-bottom: 0;
}
.home-info .menu-cat{
  height: 80px;
}
.content{
  height: calc(100% - 110px);
}
.menu-cat ul{
  padding: 0px;
}
.menu-cat ul li {
  width: 33.3%;
  float: left;
  text-align: center;
  margin-bottom: 10px;
  list-style: none;
}
.menu-cat ul li a img {
  height: 40px;
  width: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 5px;
}
.menu-cat ul li a span {
  display: block;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
}
#slider_home {
  position: absolute;
  top: 75px;
  left: 5%;
  width: 90%;
  /* border-radius: 15px; */
  overflow: hidden;
  height: 200px;
  z-index: 999;
}
#slider_home img{
  height: 200px !important;
}

.view-home .map{
  background-color: #fff;
}
.menu-banner {
  padding: 10px;
}
.menu-banner ul{
  list-style: none;
  padding: 0px;
}
.menu-banner img {
  height: 225px;
  border-radius: 20px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.menu-banner2 ul li a {
  display: block;
  margin-bottom: 10px;
}
.menu-banner2 ul li a .title {
  padding: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #0b9444;
  font-size: 16px;
}
.menu-banner2 ul li a .title img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
  border: 2px solid #0b9444;
  padding: 0;
}
.menu-banner2 ul li a img {
  height: 160px;
  width: 199%;
  border-radius: 20px;
  padding: 0 10px;
}
.welcome {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}
#slider_welcome .swiper-slide img {
  height: 100vh;
  width: 100%;
}
#slider_welcome .swiper-button-next,
#slider_welcome .swiper-button-prev {
  display: none !important;
}
._welcome {
  position: relative;
}
._welcome ._btn-group {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9;
}
._welcome ._btn-group .btn-primary,
._welcome ._btn-group .btn-primary:active,
._welcome ._btn-group .btn-primary:focus,
._welcome ._btn-group .btn-primary:hover {
  background: transparent;
  border: none;
  display: inline-block;
  text-align: right;
  padding: 10px 20px;
  font-weight: 700;
  box-shadow: none;
  float: right;
}
.swiper-slide img{
  height: 225px;
  max-width: 100%;
}

.menu-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff !important;
  /* border-top: 1px solid #ddd; */
  z-index: 300;
}
.menu-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-footer ul li {
  padding: 0;
  line-height: 1.2;
}
.menu-footer ul li a {
  display: block;
  text-align: center;
  color: #838383 !important;
  padding: 5px;
  height: 55px;
  text-decoration: none !important;
  font-size: 13px;

}
.menu-footer li a.router-link-exact-active.router-link-active{
  color: #03a9f4 !important;
}
.menu-footer ul li a:active {
  background: #eee;
}
.menu-footer ul li a.router-link-exact-active {
  color: #0b9444;
}
.menu-footer ul li a span {
  display: block;
  font-size: 20px;
}
.menu-footer ul li a strong {
  font-weight: 400;
  font-size: 15px;
}
.menu-footer ul li.cart {
  position: relative;
}
.menu-footer ul li.cart .num {
  position: absolute;
  top: 10px;
  left: 50%;
  color: #fff;
  font-size: 12px;
  z-index: 1;
  background: red;
  line-height: 1;
  border-radius: 50%;
  padding: 2px 4px;
  margin-left: 5px;
}
.view-home .box-end{
  height: 70px;
  bottom: 70px;
}
.view-home div.form-control{
  height: 40px;
}
.view-home .box-start{
  position: fixed;
  /* bottom: 150px; */
  max-width: 97%;
  top: auto;
}
.view-home .box-end .div1+.div2{
  width: calc(100% - 75px);
}
.view-home .box-end .div1{
  width: 75px;
}
.view-home .box-end .div1 .btn-primary{
  width: 90%;
}
.box-type{
  position: fixed;
  max-width: 97%;
  top: 65px;
  left: 5px;
  padding: 10px;
  border-radius: 5px;
  z-index: 1;
  background: #fff;
  font-size: 12px;
  box-shadow: 0 1px 5px #888;
  display: none;
}
.box-cart-current .box-body{
  height: calc(100% - 120px);
}

/* custom css box-service */
.menu-footer ul li a.router-link-exact-active{
  opacity: 1;
  color: red;
}
.menu-footer ul li a.router-link-exact-active strong,
.menu-footer ul li a.router-link-exact-active em{
  font-weight: bold;
}
.menu-footer{
  border: none;
}
.view-home .btn-position-fix{
  top: 10px;
}
.view-home .map{
  height: calc(100% - 10px);
}
.view-home .box-start{
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  left: 0px;
  bottom: 55px;
  min-height: 0px;
  max-width: 100%;
}
.list-service{
  height: 175px;
  overflow: hidden;
}
.flex-item-midle{
  align-items: center;
}
.btn-ok{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 7px 9px;
  border-radius: 8px;
}
.box-service{
  width: 100%;
}
.box-service .start-ad,
.box-service .end-ad{
    width: 100%;
    display: flex;
    flex-direction: row;
    background: #e6e6e6;
    height: 45px;
    margin-bottom: 10px;
    margin-top: 5px;
    vertical-align: middle;
    border-radius: 10px;
    justify-content: flex-start;
    padding-left: 20px;
    flex-wrap: wrap;
    align-content: space-around;
}
.box-service .start-ad em,
.box-service .end-ad em{
  font-size: 20px;
  color: orange;
}
.box-service .start-ad a,
.box-service .end-ad a{
  margin-left: 10px;
  font-size: 14px;
  color: #000;
  text-wrap: nowrap;
  width: 90%;
  overflow: hidden;
}
.box-service .start-ad em{
  color: red;
}
.box-service .end-ad em{
  color: blue;
}
/* list service */
.view-login .center h1, .view-register .center h1, .view-lostpass .center h1{
  color: #fff;
}
.box-change-province{
  /* display: none; */
}

header,
.box-cart-current .box-header,
.box-view .box-header{
  background-color: #03a9f4;
}
.map-choose{
  height: 100% !important;
}
.modal-header{
  background: #03a9f4;
  border-bottom: 1px solid #03a9f4;
  color: #fff;;
  font-weight: bold;
}
.view-login .nav-bottom a, .view-register .nav-bottom a, .view-lostpass .nav-bottom a{
  color: #fff;

}
.view-login .center .logo img,
.view-login .center .logo img, .view-register .center .logo img, .view-lostpass .center .logo img{
  /* border-radius: 50%; */
  /* box-shadow: 2px 4px 0px 2px rgba(204, 204, 204, 0.5); */
}
.modal.full .modal-dialog{
  padding: 0px;
}

.list-service ul {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  padding-bottom: 25px;
}
.list-service ul li{
    padding: 5px;
    flex: 0 0 auto;
    width: 31%;
    border-radius: 12px;
    padding: 10px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
    text-align: center;
    border: solid 2px #ccc;
}
.list-service ul li.active{
  border: solid 2px #ff8800;
}
.list-service ul li.active a span{
  color: #ff8800;
  font-weight: bold;
}
.list-service ul li .shopping i{
  margin-top: 12px;
}
.list-service ul li .shopping{
  height: 65px;
}
.list-service ul li .shopping .fa-qrcode{
  font-size: 35px;
}
.list-service ul li a span{
  font-weight: normal;
  color: #000;
  font-size: 12px;
  margin-top: 10px;
  float: left;
  width: 100%;
}
.list-service ul li a img{
  width: 100%;
}
.list-service h3{
  font-size: 16px;
}

.view-login .form-control, 
.view-register .form-control, 
.view-lostpass .form-control {
  font-size: 17px;
  height: 50px;
  border-radius: 15px;
}

.btn-taxi{
  border-radius: 15px;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
}
.btn-taixe{
  border-radius: 15px;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
}

.leaflet-marker-pane > * {
  /* -webkit-transition: transform 100s linear;
  -moz-transition: transform 100s linear;
  -o-transition: transform 100s linear;
  -ms-transition: transform 100s linear;
  transition: transform 100s linear; */
}
#modal_order{
  height: calc(100% - 60px);
}
/*----------------------------------------------------------------
/* custom styles goiladi */

header .title,
header .header-right a.toggle-menu,
.box-view .box-header,
.box-view .box-header a{
  color: #ffffff;
}
.menu-footer ul li a.router-link-exact-active{
  color: #03a9f4;
}
.view-login .center h1, .view-register .center h1, .view-lostpass .center h1{
  color: #000;
}
.view-login .nav-bottom a, .view-register .nav-bottom a, .view-lostpass .nav-bottom a{
  color: #000;
}

.view-home ._list_service{
  padding: 10px;
  /* background: #fff; */
  width: 90%;
  margin: 0px auto;
  display: block;
  margin-top: -90px;
  height: 130px;
  border-radius: 20px;
  /* box-shadow: 3px 5px 8px 0px #ccc; */
  /* padding-bottom: 30px; */
}

.menu-cat a.btn-open {
  background: #fff;
  padding: 10px;
  display: block;
  height: 100px;
  border-radius: 10px;
  box-shadow: 3px 5px 8px 0px #ccc;
}

.menu-cat ul li{
  padding: 10px;
  margin-bottom: 0px;
}

.btn-success{
  color: #fec742;
}

.menu-banner2{
  padding: 10px;
  margin-top: 20px;
}
.view-booking .menu-banner2{
  margin-top: 0px !important;
}
.menu-banner2 h2 img{
  width: 25px;
}
.menu-banner2 h2{
  font-size: 16px;
  font-weight: bold;
  color: #03a9f4;
  margin-bottom: 10px;
}
.menu-banner2 .list-service ul li{
  width: 90%;
  padding: 0px;
  border: none;
}
.menu-banner2 .list-service ul li img{
  padding: 0px;
}

/*
list news
*/
.list-news-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.list-news-item {
  width: 50%;
  padding: 10px;
}
.list-news-item img {
  border-radius: 10px;
  min-width: 155px;
  min-height: 155px;
  max-width: 100%;
}
.news-item-title {
  padding-top: 10px;
  width: 100%;
  clear: both;
  float: left;
  font-size: 11px;
  font-weight: bold;
}

/* type cho taxi */
.box-start.taxi{
  min-height: 325px;
}
.taxi .list-service{
  height: 120px;
}
.taxi .list-service ul {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  padding-bottom: 5px;
  height: 115px;
}
.taxi .list-service ul li{
    padding: 5px;
    flex: 0 0 auto;
    width: 31%;
    border-radius: 12px;
    padding: 10px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
    text-align: center;
    border: solid 2px #ccc;
}
.taxi .list-service ul li.active{
  border: solid 2px #ff8800;
}
.taxi .list-service ul li.active a span{
  color: #ff8800;
  font-weight: bold;
}
.taxi .list-service ul li a img{
  width: 65%;
}

/* type cho limousine */

.view-booking .box-start{
  transition: min-height 0.5s ease-in-out;
}
.view-booking .box-start.limousine{
  /* min-height: 465px !important; */
  min-height: calc(100% - 55px) !important
}
.view-booking .box-start.limousine-other{
  min-height: 265px !important;
}
.view-booking .limousine-other .div1{
  position: absolute;
  width: 96%;
  bottom: 10px;
}
.limousine .list-service{
  height: calc(100% - 95px);
  margin-bottom: 10px;
}
.limousine-other .map{
  height: calc(100% - 200px);
}
.limousine .list-service .form-group label{
  font-size: 15px;
}
.limousine .list-service ul {
  /* list-style: none;
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    padding-bottom: 5px;
    height: 100%;
    justify-content: flex-start;
    flex-direction: row; */
    list-style: none;
    display: flex;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    padding-bottom: 5px;
    height: 75%;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
}
.limousine .list-service ul li{
    padding: 5px;
    flex: 0 0 auto;
    width: 100%;
    border-radius: 12px;
    padding: 10px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
    text-align: center;
    border: solid 2px #ccc;
    height: auto !important;
    margin-bottom: 5px;
}
.limousine .list-service ul li a{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.limousine .list-service ul li span.price{
    position: absolute;
    right: 10px;
    bottom: 20px;
    color: red;
}
.limousine .list-service ul li a img{
  width: 10%;
}
.limousine .list-service ul li a span{
  font-weight: normal;
  color: #000;
  font-size: 12px;
  margin-top: 10px;
  float: left;
  width: 100%;
  text-align: left;
  margin-left: 20px;
}
.limousine .list-service ul li.active{
  border: solid 2px #ff8800;
}
.limousine .list-service ul li.active a span{
  color: #ff8800;
  font-weight: bold;
}

/* type cho xeghep */
.box-start.xeghep{
  min-height: 350px;
}
.xeghep .list-service ul li a img{
  width: 75%;
}
.xeghep .list-service{
  height: 135px;
}
.xeghep-one .map,
.xeghep-double .map,
.xeghep-shipper .map{
  height: calc(100% - 220px);
}
/* type cho lxh */
.view-booking .lxh.box-start{
  min-height: 215px;
}
.lxh-one .map{
  height: calc(100% - 155px);
}
/* type cho sanbay */
.box-start.sanbay{
  min-height: 325px;
}
.sanbay .list-service ul li a img{
  width: 60%;
}
.sanbay .list-service{
  height: 110px;
}
.sanbay-one .map,
.sanbay-double .map,
.sanbay-shipper .map{
  height: calc(100% - 220px);
}

/* limousine xe ghep modal order */
.address-node-order .start-ad,
.address-node-order .end-ad{
  width: 100%;
  display: flex;
  flex-direction: row;
  background: #e6e6e6;
  height: 45px;
  margin-bottom: 10px;
  margin-top: 5px;
  vertical-align: middle;
  border-radius: 10px;
  justify-content: flex-start;
  padding-left: 20px;
  flex-wrap: wrap;
  align-content: space-around;
}
.address-node-order .start-ad em{
  color: red;
}
.address-node-order .end-ad em{
  color: blue;
}
.address-node-order .start-ad a, 
.address-node-order .end-ad a{
  margin-left: 10px;
  font-size: 14px;
  color: #000;
  text-wrap: nowrap;
  width: 90%;
  overflow-x: hidden;
}


.onoff {
  float: left;
  margin-top: 5px;
  margin-left: 20px;
  width: 100%;
}
.onoff input {
  display: none;
}
.onoff input:checked+label {
  background: #55ff5d;
}
.onoff label {
  display: block;
  cursor: pointer;
  width: 36px;
  height: 20px;
  border-radius: 20px;
  position: relative;
  background: #c1c1c1;
  border: 1px solid #607d8b;
  margin: 0;
  transition: .3s;
}

.onoff label:after {
  content: "";
  position: absolute;
  top: -3px;
  left: -4px;
  width: 24px;
  height: 24px;
  background: #f1f1f1;
  border: 1px solid #607d8b;
  border-radius: 50%;
  transition: .3s;
}

.onoff input:checked+label:after {
  left: calc(100% + 8px);
  transform: translateX(-100%);
}

.list-order-times .input-group-text{
  border-right: none !important;
  background-color: transparent !important;
}
.list-order-times .input-group-text i{
  color: #fec742;
}
.list-order-times input.form-control,
  .list-order-times select.form-control{
  border-left: none !important;
}
#modal_order .form-control:disabled, 
#modal_order .form-control[readonly]{
  background-color: #fff;
}
#modal_order .form-control:disabled, 
#modal_order .form-control[readonly]{
  background-color: #e9ecef;
}
.input-group,
.form-control{
  height: 45px;
}
._btn-change-coord{
  background-color: #fec742;
  border-radius: 10px;
  border-color: transparent;
}
.btn-primary{
  background-color: #03a9f4;
  border-color: #03a9f4;
  color: #fff;
  font-weight: bold;
}
.btn-primary:hover,
.btn-primary:active
{
  background-color: #03a9f4 !important;
  border: #03a9f4 !important;
  color: #ffffff !important;
}
._btn-change-coord.btn-primary:hover{
  background-color: #fec742;
  border-color: transparent;
}

#modal_order ._btn-change-coord{
  position: absolute;
  top: 55px;
  right: 30px;
}
.box-start ._btn-change-coord{
  position: absolute;
  top: 100px;
  right: 30px;
}

.color-red{
  color: red;
}
.color-blue{
  color: blue;
}


/* page cart detail */
.animate-icon{
  box-shadow: 0 0 0 0 orange;
  /* background-color: orange; */
  border-radius: 10px;
  border: 2px solid transparent;
  -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
}

@-webkit-keyframes phone-vr-circle-fill {
  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)
  }
}
@-webkit-keyframes zoom {
  0% {
      transform: scale(.9)
  }

  70% {
      transform: scale(1);
      box-shadow: 0 0 0 15px transparent
  }

  100% {
      transform: scale(.9);
      box-shadow: 0 0 0 0 transparent
  }
}

@keyframes zoom {
  0% {
      transform: scale(.9)
  }

  70% {
      transform: scale(1);
      box-shadow: 0 0 0 15px transparent
  }

  100% {
      transform: scale(.9);
      box-shadow: 0 0 0 0 transparent
  }
}

.m-alert-container .m-alert .m-alert-header .m-alert-icon-error:before{
  left: 0.35em;
  top: 1.1em;
  width: 1.9375em;
  height: 0.3125em;
}
.m-alert-container .m-alert .m-alert-header .m-alert-icon-error:after{
  right: 0.2em;
  top: 1.1em;
  width: 1.9375em;
  height: 0.3125em;
}
.title-sell-booking{
  width: 100% !important;
}

/* booking itaixe */
.booking-root-header{
  display: block !important;
  background: transparent;
}

.view-cart .customer-deliver{
  width: 97%;
}
.app__messenger{
  top: 50px;
  bottom: 0px;
}
.m-alert-container .m-alert .m-alert-header .m-alert-icon-success:before{
  top: 1.5em !important;
  left: 0.2em !important;
  width: 1em !important;
}
.m-alert-container .m-alert .m-alert-header .m-alert-icon-success:after{
  top: 1.1em !important;
  right: .2em !important;
  width: 1.7em !important;
}
.modal_my_car .box-body{
  overflow-x: hidden !important;
  overflow-y: auto;
}