.bg {
  margin-top: 5rem;
  width: 100%;
  text-align: center;
}

#myBtnup {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgba(0, 170, 210, 1);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtnup:hover {
  color: rgba(0, 170, 210, 1);
  background-color: rgba(255, 255, 255, 0.1);
}

.cover {
  width: 100%;
  height: auto;
  width: 100%;
  height: auto;
}

.title h1 {
  position: absolute;
  font-size: 110px;
  line-height: 120px;
  letter-spacing: 0px;
  /* font-weight: bold; */
  color: #ffffff;
  text-align: center;
  margin: 10% 0;
  width: 100%;
  font-weight: bold;
}

.pages {
  color: #000000;
}

.container {
  margin: 2rem;
}
ul li {
  font-family: HyundaiSansHeadOfficeMedium !important;
  font-size: 16px;
}

.sites {
  color: #002c54 !important;
}
/* Responsive */
@media (max-width: 768px) {
  .title h1 {
    font-size: 2.5rem;
    margin: 1% 0;
  }
   .bg {
    margin-top: 7rem;
  }
}
