body {
  background-image: linear-gradient(to right bottom, #3a479b, #363d87, #303474, #2a2b61, #24234f);
}

.title {
  color: white;
  font-size: 40px;
  font-weight: 700;
}

.sub-title {
  color: red;
  font-size: 40px;
  font-weight: 700;
}

.text-content {
  color: white;
  width: auto;
  text-align: justify;
  font-size: 20px;
}

.btn {
  border-radius: 50px !important;
  padding-inline: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #033669;
  font-weight: 700;
  font-size: 20px;
}

.btn-product {
  width: 230px;
}

.btn-product-talent {
  background-color: white;
  color: black;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 50px;
  font-size: 15px;
  color: #033669;
  font-weight: 700;
}
.btn-product-talent :hover {
  color: #4458be;
}

#contact-us .card {
  border-radius: 20px !important;
}
#contact-us iframe {
  border-radius: 20px 20px 0px 0px !important;
}
#contact-us .card {
  height: 300px;
  margin-top: 12px;
}

.margin-div {
  padding-top: 114px;
  padding-bottom: 20px;
  margin-bottom: 114px;
  padding-inline: 20px;
}

#join-us {
  background-image: url("/assets/img/bg-join-us.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 900px;
}

#vector-1 {
  background-image: url("/assets/img/vector-1.png");
}

.btn-hotline {
  margin-bottom: 5px;
}/*# sourceMappingURL=style.css.map */