/* width */
::-webkit-scrollbar {
  width: 0.5rem;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(108, 117, 125, 0.1803921569);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #da8604;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #da8604;
}

.lock--overflow {
  overflow: hidden;
}

.---select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#e65a2c9f-1d3f-4682-84a3-32d7623d1979 {
  height: 5rem;
  background: #b3241c;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
#e65a2c9f-1d3f-4682-84a3-32d7623d1979 .item {
  padding: 0 1rem;
  line-height: 5rem;
  color: white;
  cursor: pointer;
}
#e65a2c9f-1d3f-4682-84a3-32d7623d1979 .item:hover {
  color: #b3241c;
  background: white;
}
#e65a2c9f-1d3f-4682-84a3-32d7623d1979 .menu-list .btn {
  border-radius: 0rem;
}
#e65a2c9f-1d3f-4682-84a3-32d7623d1979 .menu-list .btn:focus {
  box-shadow: none !important;
}
#e65a2c9f-1d3f-4682-84a3-32d7623d1979 .menu-list .dropdown-menu {
  padding: 0rem !important;
  width: 100%;
}
#e65a2c9f-1d3f-4682-84a3-32d7623d1979 .menu-list .dropdown-item {
  padding: 0 1rem;
  line-height: 5rem;
  color: white;
  cursor: pointer;
  background: #b3241c;
}
#e65a2c9f-1d3f-4682-84a3-32d7623d1979 .menu-list .dropdown-item:hover {
  color: #b3241c;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#e65a2c9f-1d3f-4682-84a3-32d7623d1979 .item--img {
  padding: 0 1rem;
  line-height: 5rem;
}
#e65a2c9f-1d3f-4682-84a3-32d7623d1979 .mn--sub {
  font-size: 1.5rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#e65a2c9f-1d3f-4682-84a3-32d7623d1979 .mn--sub .sub-close {
  visibility: hidden;
  opacity: 0;
  width: 0;
}
#e65a2c9f-1d3f-4682-84a3-32d7623d1979 .mn--sub.active .sub-open {
  transition: all 0.5s;
  transform: rotate(135deg);
  visibility: hidden;
  opacity: 0;
  width: 0;
}
#e65a2c9f-1d3f-4682-84a3-32d7623d1979 .mn--sub.active .sub-close {
  transition: all 0.5s;
  visibility: visible;
  opacity: 1;
  width: unset;
}
#e65a2c9f-1d3f-4682-84a3-32d7623d1979 .mn--action {
  overflow: no-display;
  width: 100%;
}
#e65a2c9f-1d3f-4682-84a3-32d7623d1979 .menu-mobile {
  display: none;
}

#ae64377f-731b-4916-b0e0-9f18b76cd366 {
  margin-top: 4rem;
}

#ac26e7e-3c16-4e08-ae2d-4c3c0cf87603 {
  position: fixed;
  top: 5rem;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(169, 169, 169, 0.5);
  z-index: 101;
}
#ac26e7e-3c16-4e08-ae2d-4c3c0cf87603 .menu-group {
  position: fixed;
  background: #b3241c;
  top: 5rem;
  right: -25rem;
  width: 25rem;
  height: 100vh;
  z-index: 102;
  overflow: auto;
  padding-bottom: 5rem;
  padding-top: 1rem;
  transition: all 0.25s ease 0s;
  min-height: 100%;
}
#ac26e7e-3c16-4e08-ae2d-4c3c0cf87603 .menu-group .item {
  padding: 1rem;
  line-height: 2rem;
  color: white;
  cursor: pointer;
  width: 100%;
  display: block;
}
#ac26e7e-3c16-4e08-ae2d-4c3c0cf87603 .menu-group .item:hover {
  background: white;
  color: #da8604;
}
#ac26e7e-3c16-4e08-ae2d-4c3c0cf87603 .menu-group .title {
  font-weight: 600;
  font-size: 16px;
  padding: 0.5rem;
  text-transform: uppercase;
  color: #fcb314;
  border-bottom: 0.1rem solid #fcb314;
}
#ac26e7e-3c16-4e08-ae2d-4c3c0cf87603 .menu-group.active {
  right: 0;
}

.page-login {
  margin: -1rem 0 !important;
  padding-top: 2rem;
  background: linear-gradient(to bottom, #F8EBEA, #E2ADAA);
  min-height: 89.1vh;
}
.page-login .login-block {
  width: 100%;
}
.page-login .banner-sec {
  background-size: cover;
  border-radius: 0 10px 10px 0;
  padding: 0;
}
.page-login .container {
  background: #fff;
  border-radius: 10px;
  box-shadow: 15px 20px 0 rgba(0, 0, 0, 0.1);
}
.page-login .carousel-inner {
  border-radius: 0 10px 10px 0;
}
.page-login .carousel-caption {
  text-align: left;
  left: 5%;
}
.page-login .login-sec {
  padding: 50px 30px;
  position: relative;
}
.page-login .login-sec .copy-text {
  position: absolute;
  width: 80%;
  bottom: 20px;
  font-size: 13px;
  text-align: center;
}
.page-login .login-sec .copy-text i {
  color: #E2ADAA;
}
.page-login .login-sec .copy-text a {
  color: #E36262;
}
.page-login .login-sec label {
  color: #b3241c;
  font-weight: 600;
  margin-top: 0.6rem;
  margin-bottom: 0.2rem;
}
.page-login .login-sec h2 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 30px;
  color: #b3241c;
}
.page-login .login-sec h2:after {
  content: " ";
  width: 180px;
  height: 5px;
  background: #E2ADAA;
  display: block;
  margin-top: 20px;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
}
.page-login .btn:hover {
  background-color: #CF7671;
}
.page-login .btn-custom {
  font-size: 1rem;
}
.page-login .btn-login {
  border-color: #E6574F;
  background: #E6574F;
  color: #fff;
  font-weight: 600;
}
.page-login .btn-login:hover {
  background: #b3241c;
  border: 1px solid #b3241c;
  color: #fff !important;
}
.page-login .banner-text {
  width: 70%;
  position: absolute;
  bottom: 40px;
  padding-left: 20px;
}
.page-login .banner-text h2 {
  color: #fff;
  font-weight: 600;
}
.page-login .banner-text h2:after {
  content: " ";
  width: 200px;
  height: 5px;
  background: #FFF;
  display: block;
  margin-top: 20px;
  border-radius: 3px;
}
.page-login .banner-text p {
  color: #fff;
}
.page-login .toggle-password {
  float: right;
  margin-right: 0.625rem;
  margin-top: -0.2rem;
  position: relative;
  z-index: 2;
}
.page-login .forget-text {
  vertical-align: middle;
  margin-left: -1rem;
  color: #b3241c;
}
.page-login .forget-text a {
  color: #b3241c;
}
.page-login .forget-text a:hover {
  color: #E2ADAA;
}
.page-login .text-logup {
  margin-top: 4rem;
}
.page-login .text-logup p {
  margin-bottom: 0.5rem !important;
}
.page-login .btn-logup {
  color: #fff;
  background-color: #E2ADAA;
  border-color: #E2ADAA;
  font-weight: 600;
}
.page-login .btn-logup:hover {
  color: #fff;
  background-color: #da8604;
  border-color: #da8604;
}

.page-logup {
  /* .register {
      background: -webkit-linear-gradient(left, #da8604, #ffb600);
      box-shadow: 0 0 5px rgb(0 0 0 / 50%);


      .register-form {
          padding: 10%;
          margin-top: 10%;
      }

      .nav-tabs {
          margin-top: 3%;
          border: none;
          background: #b3241c;
          border-radius: 1.5rem;
          width: 28%;
          float: right;

          .nav-link {
              padding: 2%;
              height: 34px;
              font-weight: 600;
              color: #fff;
              border-top-right-radius: 1.5rem;
              border-bottom-right-radius: 1.5rem;

              &:hover {
                  border: none;
              }

              &.active {
                  width: 100px;
                  color: #b3241c;
                  border: 2px solid #b3241c;
                  border-top-left-radius: 1.5rem;
                  border-bottom-left-radius: 1.5rem;
              }
          }
      }
  }

  .register-left {
      text-align: center;
      color: #fff;
      margin-top: 4%;

      input {
          border: none;
          border-radius: 1.5rem;
          padding: 2%;
          width: 60%;
          background: #f8f9fa;
          font-weight: bold;
          color: #383d41;
          margin-top: 30%;
          margin-bottom: 3%;
          cursor: pointer;
      }

      img {
          margin-top: 15%;
          margin-bottom: 5%;
          width: 25%;
          -webkit-animation: mover 2s infinite alternate;
          animation: mover 1s infinite alternate;
      }
  }

  .register-right {
      background: #f8f9fa;
      border-top-left-radius: 10% 50%;
      border-bottom-left-radius: 10% 50%;
  }

  .btnRegister {
      float: right;
      margin-top: 10%;
      border: none;
      border-radius: 1.5rem;
      padding: 2%;
      background: #b3241c;
      color: #fff;
      font-weight: 600;
      width: 50%;
      cursor: pointer;
  }

  .register-heading {
      text-align: center;
      margin-top: 8%;
      margin-bottom: -15%;
      color: #495057;
  }*/
}
.page-logup .frame {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 700px;
}
.page-logup h2 {
  font-weight: 600;
  font-size: 22px;
  margin-left: 2px;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #da8604;
  border-bottom: 3px solid #da8604;
}
.page-logup label {
  color: #b3241c;
  font-weight: 600;
  margin-top: 0.6rem;
  margin-bottom: 0.2rem;
}
.page-logup .button-click {
  background: #b3241c;
  color: #fff !important;
  border: 1px solid #b3241c;
}
.page-logup .button-click:hover {
  background: #fff;
  color: #b3241c !important;
}
.page-logup .dropdown-item:active, .page-logup .dropdown-item:hover, .page-logup .dropdown-item:focus {
  background-color: #da8604;
  color: #fff;
}
.page-logup .dropdown-item.active {
  background-color: #b3241c;
  color: #fff;
}
.page-logup .btn-light {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}
.page-logup .btn-light:active, .page-logup .btn-light:hover, .page-logup .btn-light:focus {
  background-color: #da8604;
  color: #fff;
}

.footer-section {
  padding: 20px 0 20px 0;
  margin: 50px 0 0 0;
  overflow: hidden;
}
.footer-section .direction-link {
  background-color: #6d6e71;
  color: #FFF !important;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 20px 10px;
}
.footer-section .direction-link .footer-left {
  padding-top: 10px;
}
.footer-section .direction-link .footer-left .footer-links {
  padding-left: 0;
  font-size: 13px;
  margin-bottom: 5px;
}
.footer-section .direction-link .footer-left .footer-links li {
  display: inline;
  padding: 0 2px;
}
.footer-section .direction-link .footer-left .footer-links li:first-child {
  padding-left: 0;
}
.footer-section .direction-link .footer-left .footer-links li a {
  color: #FFF;
  font-size: 13px;
}
.footer-section .direction-link .footer-left .copyright {
  font-size: 14px;
}
.footer-section .direction-link .footer-right {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
}
.footer-section .direction-link .footer-right fieldset {
  border: 1px solid #b3b1a8;
  padding-bottom: 5px;
  text-align: center;
  width: 200px;
  float: right;
}
.footer-section .direction-link .footer-right fieldset legend {
  text-align: center;
  width: 70px;
  border: 0;
  font-size: 14px;
  color: #b3b1a8;
  margin: 0;
}
.footer-section .direction-link .footer-right fieldset span {
  font-size: 20px;
}
.footer-section .direction-link .footer-right fieldset span a {
  color: #FFF;
  text-decoration: none;
}
.footer-section .direction-link .footer-right .social-link {
  display: block;
  margin-top: 10px;
  float: right;
}
.footer-section .direction-link .footer-right .social-link a .fab {
  background: #FFF;
  color: #3b5998;
  font-size: 30px;
  margin-left: 10px;
  width: 50px;
  padding: 8px 15px 8px 8px;
}
.footer-section .direction-link .footer-right .social-link a .fa-facebook-f {
  color: #3b5998;
}
.footer-section .direction-link .footer-right .social-link a .fa-youtube {
  color: #ff0000;
}
.footer-section .payment-method .footer-partners {
  margin-top: 10px;
}
.footer-section .payment-method .footer-partners li {
  list-style: none;
  float: left;
}
.footer-section .payment-method .footer-partners li img {
  height: 30px;
  margin-right: 10px;
}
.footer-section .payment-method .footer-partners .deskContent {
  display: block !important;
  padding: 0;
}

.page-user .toggle-password {
  float: right;
  margin-right: 0.625rem;
  margin-top: -1.75rem;
  position: relative;
  z-index: 2;
}
.page-user .form-group {
  margin-top: 1rem;
  display: flex;
}
.page-user .form-group .form-check-label {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  font-style: italic;
  font-weight: 600 !important;
  color: #575859 !important;
}
.page-user .form-group input[type=checkbox] {
  background-color: #e9ecef;
  border-radius: 0.125rem;
  -webkit-appearance: none;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  position: relative;
  border: 0.05rem solid #ced4da;
}
.page-user .form-group input[type=checkbox]:checked {
  background: #ffb600 url(data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==) 0.1rem 0.1rem no-repeat;
}

.form-check-term {
  margin-bottom: 2.5rem;
}
.form-check-term .form-check-label {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  font-style: italic;
  font-weight: 600 !important;
}
.form-check-term .form-check-label span {
  color: #da8604 !important;
}
.form-check-term .form-group {
  margin-top: 1rem;
  display: flex;
}
.form-check-term input[type=checkbox] {
  background-color: #e9ecef;
  border-radius: 0.125rem;
  -webkit-appearance: none;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  position: relative;
  border: 0.05rem solid #ced4da;
}
.form-check-term input[type=checkbox]:checked {
  background: #ffb600 url(data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==) 0.1rem 0.1rem no-repeat;
}

@media screen and (max-width: 47.9375em) {
  .page-vehicle .tab-content {
    border-right: unset;
  }
  .page-vehicle .brief {
    margin-top: 20px;
  }
  .footer-section .direction-link .footer-right fieldset {
    float: left;
  }
  .footer-section .payment-method .footer-partners {
    margin-top: 15px;
  }
  .footer-section .payment-method .deskContent {
    width: 234px;
    margin: 10px auto;
  }
  #e65a2c9f-1d3f-4682-84a3-32d7623d1979 {
    height: 4rem;
  }
  #e65a2c9f-1d3f-4682-84a3-32d7623d1979 .item--img {
    padding: 0;
    line-height: 4rem;
    width: 60vw;
    margin: auto;
  }
  #e65a2c9f-1d3f-4682-84a3-32d7623d1979 .mn--action {
    display: none;
  }
  #e65a2c9f-1d3f-4682-84a3-32d7623d1979 .menu-mobile {
    display: unset;
    padding: 1rem;
    color: white;
  }
  #ae64377f-731b-4916-b0e0-9f18b76cd366 {
    margin-top: 4rem;
  }
  #ac26e7e-3c16-4e08-ae2d-4c3c0cf87603 {
    top: 4rem;
  }
  #ac26e7e-3c16-4e08-ae2d-4c3c0cf87603 .menu-group {
    top: 4rem;
    width: 100%;
  }
  .form-check-term {
    margin-bottom: 7.5rem;
  }
}

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