#navbar {
  padding: 0;
}

header {
  width: 100%;
  height: 90px;
  transition: top 0.2s ease-in-out;
  top: 0;
  z-index: 1049;
  position: sticky;
}

header.main {
  position: fixed;
  position: sticky;
  background-color: #fff;
}

header.sub {
  background-color: transparent;
}

.nav-up {
  top: -90px;
}

#navbarmain {
  padding: 20px 0px;
  z-index: 9999;
}

.custom-container {
  max-width: 1450px;
  margin: 0 auto;
}

.top-menu {
  font-weight: 600;
  padding: 10px 15px;
  color: #fff;
  text-transform: capitalize;
  font-size: 1.1rem;
  transition: all 0.25s ease;
}

.top-menu:hover {
  color: #f99130;
}

.font-orange {
  color: #f99130;
}

.main-img {
  margin-top: -90px;
  background-image: url("../assets/bg01.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
}

.page03-img {
  background-image: url("../assets/bg02.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.page04-img {
  background-image: url("../assets/bg03.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.page05-img {
  background-image: url("../assets/bg04.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.main-title-txt {
  font-size: 5rem;
  font-weight: bold;
}

.main-title-txt02 {
  font-size: 3rem;
}

.main-title-txt02 > span {
  font-weight: bold;
  color: #f99130;
}

.main-sub-title {
  font-size: 2.7rem;
}

.main-descr {
  text-align: left;
}

.main-sub-title > span {
  font-weight: bold;
  color: #f99130;
}

.main-sub-title2 {
  font-size: 2.7rem;
  text-align: left;
  line-height: 120%;
}

.main-sub-title2 > span:nth-child(1) {
  display: flex;
  flex-basis: 100%;
  align-items: center;
}

.main-sub-title2 > span:nth-child(1)::after {
  content: "";
  flex-grow: 1;
  background: #000;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
  margin-left: 16px;
  margin-right: 90px;
}

.main-sub-title2 > span:nth-child(2) {
  font-weight: bold;
  color: #f99130;
  display: block;
}

.main-sub-title3 {
  font-size: 2.7rem;
  text-align: left;
  line-height: 120%;
  color: #fff;
}

.main-sub-title3 > span:nth-child(1) {
  display: flex;
  flex-basis: 100%;
  align-items: center;
}

.main-sub-title3 > span:nth-child(1)::after {
  content: "";
  flex-grow: 1;
  background: #fff;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
  margin-left: 16px;
  margin-right: 70px;
}

.main-sub-title3 > span:nth-child(2) {
  font-weight: bold;
  color: #f99130;
  display: block;
}

.font-grey {
  color: #666;
}

.footer-text {
  color: #a1a1a1;
}

.main-mouse-img {
  position: absolute;
  width: 100%;
  bottom: 0px;
  text-align: center;
}

.main-mouse-img > div:nth-child(2) {
  padding-top: 8px;
}

.move-mouse {
  animation: mouse-motion 0.3s linear 0s infinite alternate;
  margin-bottom: 0;
}

.sub-sub-title {
  font-size: 2rem;
  color: #333;
}

.business-box01 {
  color: #999;
  padding: 50px 0 65px;
  cursor: pointer;
}

.business-box02 {
  color: #999;
  padding: 50px 0 50px;
  cursor: pointer;
}

.business-selected-box {
  background-color: #f9f9f9;
  border-radius: 17px;
  box-shadow: 0 2px 5px 0 rgba(134, 134, 134, 0.3);
  transition: all 0.2s ease-in-out;
}

.business-selected-box > span:nth-child(1) {
  color: #f99130;
}

.business-selected-box > span:nth-child(2) {
  color: #666666;
}

.business-box01 > span:nth-child(1),
.business-box02 > span:nth-child(1) {
  font-size: 1.4rem;
  font-weight: 400;
}

.business-box01 > span:nth-child(2),
.business-box02 > span:nth-child(2) {
  display: block;
  clear: both;
  font-size: 1rem;
  font-weight: 200;
}

.business-box02 > button {
  border-radius: 5px;
  background-color: #f99130;
  border: none;
  padding: 5px 15px;
  color: #fff;
  margin-top: 15px;
}

#fp-nav ul li .fp-tooltip.fp-right {
  color: #f99130;
  font-family: "Roboto", sans-serif;
  font-size: 0.7rem;
}

.partner-box {
  box-shadow: 0 2px 5px 0 rgba(134, 134, 134, 0.3);
  height: 450px;
  background-color: #ffffff;
}

.partner-box > span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 45px 10px;
  font-size: 16px;
  color: #666;
  text-align: center;
  text-decoration: none;
  padding: 50px 10px;
  cursor: pointer;
}

.partner-box > span:hover:before {
  border-color: #f99130;
  width: 100%;
  height: 100%;
  transition: width 0.4s, height 0.4s 0.4s;
}

.partner-box > span:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
}

.partner-box > span:hover:after {
  border-color: #f99130;
  width: 100%;
  height: 100%;
  transition: width 0.4s, height 0.4s 0.4s;
}

.partner-box > span:after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 0;
  height: 0;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
}

.partner-box > span > h3 {
  font-size: 1.5rem;
  color: #191919;
}

.partner-box > span > h5 {
  margin-top: 30px;
  font-size: 1.3rem;
  color: #191919;
}

.partner-box > span > p {
  margin-top: 5px;
  font-size: 1rem;
  color: #666666;
  line-height: 130%;
}

.partner-box > span > img {
  padding-top: 30px;
  height: 100px;
  width: auto;
}

.with-autodatabank-box {
  color: #fff;
  text-align: left;
}

.with-autodatabank-box:nth-child(n + 3):nth-child(-n + 6) {
  margin-top: 80px;
}

.with-autodatabank-box > h3 {
  color: #fff;
}

.with-autodatabank-box > h3:after {
  content: "";
  display: block;
  width: 40px;
  border-bottom: 2px solid #f99130;
  margin: 15px 0px;
}

.history-logo-box {
  background-image: url("../assets/logo_bg04_adb.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.history-box {
  text-align: left;
}

.history-box > ul > li {
  width: 100%;
  color: #fff;
  padding: 10px 0;
}

.history-box > ul > li > span {
  font-weight: 600;
  padding-right: 20px;
  float: left;
}

.history-box > ul > li {
  font-weight: 100;
  float: left;
}

.page06-bg {
  background-color: #f9f9f9;
}

.directions-box {
  width: 100%;
  padding-top: 40px;
}

.directions-box > div {
  float: left;
  width: 50%;
  min-height: 680px;
  height: 100vh;
  background-color: #fff;
}

.map {
  width: 100%;
  height: 100vh;
}

.directions-title > li {
  float: left;
}

.directions-title > li:nth-child(1) {
  padding-right: 20px;
}

.directions-title > li:nth-child(2) > p {
  font-size: 1vw;
  line-height: 130%;
  padding-top: 12px;
}

.slide-banner-box {
  clear: both;
  height: 100px;
  background-color: #fff;
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
}

.swiper-slide > img {
  padding-top: 8px;
}

.footer {
  height: 100px;
  background-color: #fff;
}

.opacity-0 {
  opacity: 0;
}

.animated {
  animation-delay: 0.3s;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}

.animatedFadeInUp {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

.fadeInRight {
  opacity: 0;
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInRight {
  from {
    transform: translate3d(-40px, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInRight {
  from {
    transform: translate3d(-40px, 0, 0);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes mouse-motion {
  0% {
    margin-bottom: 0px;
  }
  100% {
    margin-bottom: 5px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
}

@media (max-width: 500px) {
  .img-logo {
    width: 80%;
  }

  #navbar {
    padding: 5px 20px;
  }

  .nav-up {
    top: -3.5rem;
  }

  .main-title-txt {
    font-size: 1.5rem;
    font-weight: bold;
  }

  .main-title-txt02 {
    font-size: 1rem;
  }

  .main-sub-title {
    margin-top: 30px;
    font-size: 1.2rem;
  }

  .sub-sub-title {
    margin-top: 30px;
  }

  .business-box01 {
    padding: 20px 0 35px;
  }

  .business-box02 {
    padding: 20px 0 20px;
    margin-bottom: 30px;
  }

  .main-descr {
    font-size: 1rem;
    text-align: center;
  }

  .main-sub-title2 {
    font-size: 1.2rem;
    text-align: center;
  }

  .main-sub-title2 > span:nth-child(1) {
    display: inline;
    align-items: center;
  }

  .main-sub-title2 > span:nth-child(1)::after {
    height: 0px;
    margin: 0 5px;
  }

  .main-sub-title2 > span:nth-child(2) {
    display: inline;
  }

  .main-sub-title3 {
    font-size: 1.2rem;
    text-align: center;
  }

  .main-sub-title3 > span:nth-child(1) {
    display: inline;
    align-items: center;
  }

  .main-sub-title3 > span:nth-child(1)::after {
    height: 0px;
    margin: 0 5px;
  }

  .main-sub-title3 > span:nth-child(2) {
    display: inline;
  }

  .with-autodatabank-box {
    text-align: center;
    margin-top: 30px;
  }

  .with-autodatabank-box > h3:after {
    margin: 10px auto;
  }

  .with-autodatabank-box:nth-child(n + 1):nth-child(-n + 6) {
    margin-top: 70px;
  }

  .with-autodatabank-box > h3 {
    color: #fff;
    font-size: 1.2rem;
  }

  .with-autodatabank-box > p {
    color: #fff;
    font-size: 1rem;
  }

  .directions-box > div {
    clear: both;
    width: 90%;
    margin: 0 auto;
  }

  .directions-box {
    margin: 0 auto;
    width: 90%;
    min-height: 500px;
  }

  .directions-box > div {
    clear: both;
    margin: 0 auto;
    width: 100%;
  }

  .directions-box > div:nth-child(1) {
    min-height: 350px;
    height: 350px;
  }

  .directions-box > div:nth-child(2) {
    display: table-cell;
    margin: 0 auto;
    height: 100%;
    padding: 50px 0;
  }

  .map {
    width: 100%;
    height: 350px;
    margin: 0 auto;
  }

  .directions-title > li {
    width: 100%;
    text-align: center;
    display: table-cell;
  }

  .directions-title > li:nth-child(1) {
    padding-right: 0px;
  }

  .directions-title > li:nth-child(2) {
    padding-top: 20px;
  }

  .directions-title > li:nth-child(2) > p {
    font-size: 1rem;
    text-align: center;
  }

  .footer-text {
    font-size: 0.7rem;
  }
}

@media (min-width: 501px) and (max-width: 768px) {
  #navbar {
    padding: 5px 20px;
  }

  .nav-up {
    top: -3.5rem;
  }

  .main-title-txt {
    font-size: 2.5rem;
    font-weight: bold;
  }

  .main-title-txt02 {
    font-size: 1.5rem;
  }

  .main-sub-title {
    margin-top: 30px;
    font-size: 1.7rem;
  }

  .sub-sub-title {
    margin-top: 30px;
  }

  .business-box01 {
    padding: 30px 0 45px;
  }

  .business-box02 {
    padding: 30px 0 40px;
  }

  .main-sub-title2 {
    font-size: 1.5rem;
    text-align: center;
  }

  .main-sub-title2 > span:nth-child(1) {
    display: inline;
    align-items: center;
  }

  .main-sub-title2 > span:nth-child(1)::after {
    height: 0px;
    margin: 0 5px;
  }

  .main-sub-title2 > span:nth-child(2) {
    display: inline;
  }

  .main-sub-title3 {
    font-size: 1.5rem;
    text-align: center;
  }

  .main-sub-title3 > span:nth-child(1) {
    display: inline;
    align-items: center;
  }

  .main-sub-title3 > span:nth-child(1)::after {
    height: 0px;
    margin-left: 5px;
  }

  .main-sub-title3 > span:nth-child(2) {
    display: inline;
  }

  .directions-box > div {
    clear: both;
    width: 90%;
    margin: 0 auto;
  }

  .directions-box {
    margin: 0 auto;
    width: 90%;
    min-height: 500px;
  }

  .directions-box > div {
    clear: both;
    margin: 0 auto;
    width: 100%;
  }

  .directions-box > div:nth-child(1) {
    min-height: 500px;
    height: 500px;
  }

  .directions-box > div:nth-child(2) {
    display: table-cell;
    margin: 0 auto;
    height: 100%;
    padding: 50px 0;
  }

  .map {
    width: 100%;
    height: 500px;
    margin: 0 auto;
  }

  .directions-title > li {
    width: 100%;
    text-align: center;
    display: table-cell;
  }

  .directions-title > li:nth-child(1) {
    padding-right: 0px;
  }

  .directions-title > li:nth-child(2) {
    padding-top: 20px;
  }

  .directions-title > li:nth-child(2) > p {
    font-size: 1rem;
    text-align: center;
  }

  .footer-text {
    font-size: 0.9rem;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  #navbar {
    padding: 5px 20px;
  }

  .nav-up {
    top: -3.5rem;
  }

  .navbar-nav {
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 30%);
  }

  .main-title-txt {
    font-size: 3.5rem;
    font-weight: bold;
  }

  .main-title-txt02 {
    font-size: 2rem;
  }

  .main-sub-title {
    margin-top: 30px;
    font-size: 2rem;
  }

  .sub-sub-title {
    margin-top: 30px;
  }

  .main-sub-title2 {
    font-size: 2rem;
    text-align: center;
  }

  .main-sub-title2 > span:nth-child(1) {
    display: inline;
    align-items: center;
  }

  .main-sub-title2 > span:nth-child(1)::after {
    height: 0px;
    margin: 0 5px;
  }

  .main-sub-title2 > span:nth-child(2) {
    display: inline;
  }

  .main-sub-title3 {
    font-size: 2rem;
    text-align: center;
  }

  .main-sub-title3 > span:nth-child(1) {
    display: inline;
    align-items: center;
  }

  .main-sub-title3 > span:nth-child(1)::after {
    height: 0px;
    margin-left: 5px;
  }

  .main-sub-title3 > span:nth-child(2) {
    display: inline;
  }

  .directions-box {
    margin: 0 auto;
    width: 90%;
    min-height: 500px;
  }

  .directions-box > div {
    clear: both;
    margin: 0 auto;
    width: 100%;
  }

  .directions-box > div:nth-child(1) {
    min-height: 500px;
    height: 500px;
  }

  .directions-box > div:nth-child(2) {
    display: table-cell;
    margin: 0 auto;
    height: 100%;
    padding: 50px 0;
  }

  .map {
    width: 100%;
    height: 500px;
    margin: 0 auto;
  }

  .directions-title > li:nth-child(2) > p {
    font-size: 1rem;
  }
}
