@font-face {
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  font-family: "utm";
  src: url("/assets/fonts/UTM-BITSUMISHI-PRO.TTF") format("truetype");
}
@font-face {
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  font-family: "elle";
  src: url("/assets/fonts/ELLE-FUTURA-BOOK.OTF") format("truetype");
}
@font-face {
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  font-family: "elle-bold";
  src: url("/assets/fonts/ELLE-FUTURA-BOLDOBLIQUE.OTF") format("truetype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "elle", sans-serif;
  background: linear-gradient(107.56deg, #363636 46.98%, #000000 100%);
}

img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

input,
button {
  outline: 0;
  border: none;
}

ul,
li {
  margin: 0;
  list-style: none;
}

ol,
ul {
  padding-left: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

.img {
  margin-top: 100px;
}

section {
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 479px) {
  section {
    height: auto;
    overflow: initial;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section {
    height: auto;
    overflow: initial;
  }
}
section::after {
  width: 638px;
  height: 559px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("https://supercar.com.vn/storage/uploads/coolnlite/home-image-01.png");
  z-index: -1;
}
@media (max-width: 479px) {
  section::after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section::after {
    display: none;
  }
}
@media (max-width: 479px) {
  section .container > .d-flex {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .container > .d-flex {
    flex-direction: column;
  }
}
section .center {
  justify-content: space-between;
}
section .left .logo img {
  margin-top: 20px;
}
@media (max-width: 479px) {
  section .left .logo {
    top: 0;
    left: 50%;
    z-index: 999;
    position: fixed;
    transform: translate(-50%, 0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .left .logo {
    text-align: center;
  }
  section .left .logo img {
    width: 189px;
  }
}
section .right {
  margin-top: 106px;
}
@media (max-width: 479px) {
  section .right {
    margin-top: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .right {
    margin-top: 48px;
  }
}
section .right h1 {
  color: #ffffff;
  font-size: 54px;
  font-weight: 400;
  text-align: left;
  line-height: 54px;
  margin-bottom: 16px;
  letter-spacing: 0.06em;
  font-family: "utm", sans-serif;
}
@media (max-width: 479px) {
  section .right h1 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.09em;
    max-width: 280px;
    margin-bottom: 10px;
    letter-spacing: normal;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .right h1 {
    font-size: 50px;
    line-height: 54px;
    letter-spacing: 0.09em;
    text-align: center;
  }
}
section .right .desc {
  color: #989899;
  font-size: 16px;
  max-width: 553px;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
  margin-bottom: 52px;
  letter-spacing: 0.06em;
}
@media (max-width: 479px) {
  section .right .desc {
    line-height: 18px;
    max-width: 100%;
    letter-spacing: normal;
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .right .desc {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
section .right form > .d-flex {
  gap: 20px;
}
@media (max-width: 479px) {
  section .right form > .d-flex {
    gap: 16px;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .right form > .d-flex {
    justify-content: center;
  }
}
section .right form > .d-flex .input {
  display: flex;
  flex-direction: column;
}
@media (max-width: 479px) {
  section .right form > .d-flex .input {
    width: 100%;
  }
}
section .right form > .d-flex .input input {
  width: 577px;
  height: 48px;
  font-size: 20px;
  font-weight: 400;
  padding-left: 20px;
  border-radius: 8px;
  line-height: 30.5px;
  background: #ffffff;
}
@media (max-width: 479px) {
  section .right form > .d-flex .input input {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .right form > .d-flex .input input {
    width: 350px;
  }
}
section .right form > .d-flex .input label {
  font-style: italic;
  font-size: 14px;
  margin-top: 5px;
  margin-left: 5px;
  color: #447cbd;
}
section .right button {
  width: 180px;
  height: 48px;
  display: flex;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  background-color: #447cbd;
}
@media (max-width: 479px) {
  section .right button {
    width: 100%;
  }
}
section .right button p {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 30.5px;
  color: #ffffff;
}
section .right .list {
  margin-top: 20px;
}
section .right .list .no-data p {
  font-size: 15px;
  font-style: italic;
  color: #447cbd;
}
@media (max-width: 479px) {
  section .right .list {
    margin-top: 32px;
  }
}
section .right .list ul.main-list {
  height: 550px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 13px;
  z-index: 1;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 479px) {
  section .right .list ul.main-list {
    height: 100%;
    overflow: inherit;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .right .list ul.main-list {
    height: 100%;
    overflow: inherit;
    padding-right: 0;
  }
}
section .right .list ul.main-list::-webkit-scrollbar {
  width: 3px;
}
section .right .list ul.main-list::-webkit-scrollbar-track {
  border-radius: 10px;
}
section .right .list ul.main-list::-webkit-scrollbar-thumb {
  background: #447cbd;
  border-radius: 10px;
}
section .right .list ul.main-list::-webkit-scrollbar-thumb:hover {
  background: #447cbd;
}
section .right .list ul.main-list > li {
  margin-bottom: 32px;
}
section .right .list ul.main-list > li .number {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  font-style: italic;
  color: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 6px;
  line-height: 25.52px;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #447cbd;
}
section .right .list ul.main-list > li .children {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 479px) {
  section .right .list ul.main-list > li .children {
    flex-direction: column;
  }
}
section .right .list ul.main-list > li .children > li {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 479px) {
  section .right .list ul.main-list > li .children > li {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
section .right .list ul.main-list > li .children > li p.title {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  font-style: italic;
  margin-bottom: 20px;
  line-height: 25.52px;
  color: #447cbd;
  letter-spacing: 0.06em;
}
section .right .list ul.main-list > li .children > li .items > li {
  margin-bottom: 16px;
}
section .right .list ul.main-list > li .children > li .items > li:last-child {
  margin-bottom: 0;
}
section .right .list ul.main-list > li .children > li .items > li p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #ffffff;
}/*# sourceMappingURL=index.css.map */