body {
  font-family: "Montserrat", system-ui;
  font-size: 14px;
  color: white;
  font-weight: 500;
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
}

html {
  scroll-behavior: smooth;
}

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}

body {
  min-height: 100dvh;
}

.pre-banner {
  height: 25px;
  background-color: #0D3063;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
@media screen and (max-width: 500px) {
  .pre-banner {
    font-size: 10px;
  }
}

.header-logo {
  height: 75px;
  padding-top: 15px;
}
.header-logo a {
  display: block;
  height: 60px;
}
.header-logo a img {
  height: 100%;
  margin: 0 auto;
}

.intro {
  color: black;
  margin-top: 40px;
  padding: 0 20px;
}
.intro h1 {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}
.intro .line-break {
  margin: 16px auto;
  width: 140px;
  height: 4px;
  background-color: #0D3063;
}
.intro .detail {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.intro .detail .company-name {
  font-weight: 700;
}

.about-us {
  margin: 60px auto 0;
  padding: 0 20px;
  max-width: 1200px;
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 640px) {
  .about-us {
    margin: 30px auto 0;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.about-us img {
  width: 40%;
  min-width: 300px;
  max-width: 400px;
}
.about-us .content {
  width: 450px;
  color: black;
}
.about-us .content h3 {
  color: #0D3063;
  font-weight: 700;
  font-size: 16px;
  padding-left: 20px;
}
.about-us .content p {
  text-align: justify;
  margin-top: 15px;
  text-indent: 20px;
}
@media screen and (max-width: 500px) {
  .about-us .content {
    width: auto;
  }
}

.staff {
  margin: 60px auto 0;
  padding: 0 20px;
  max-width: 1200px;
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 640px) {
  .staff {
    margin: 30px auto 0;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.staff img {
  width: 40%;
  min-width: 300px;
  max-width: 400px;
}
.staff .content {
  width: 450px;
  color: black;
}
.staff .content h3 {
  color: #0D3063;
  font-weight: 700;
  font-size: 16px;
  padding-left: 20px;
}
.staff .content p {
  text-align: justify;
  margin-top: 15px;
  text-indent: 20px;
}
@media screen and (max-width: 500px) {
  .staff .content {
    width: auto;
  }
}

.events {
  background-color: #D2DFEC;
  margin-top: 40px;
  padding: 30px 0 40px;
}
.events .content {
  text-align: center;
}
.events .content h1 {
  color: #0D3063;
  font-size: 20px;
  font-weight: 700;
}
.events .content .events-container {
  width: 100%;
  max-width: 600px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.events .content .events-container .image-slider {
  transition: transform 0.5s ease-in-out;
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 20px auto 0;
}
@media (max-width: 540px) {
  .events .content .events-container .image-slider {
    width: 400px;
  }
}
.events .content .events-container .image-slider :nth-child(odd) {
  width: 20%;
  object-fit: contain;
}
.events .content .events-container .image-slider :nth-child(2) {
  width: 35%;
  margin: 0 3%;
  height: auto;
}
.events .content p {
  max-width: 830px;
  color: black;
  margin: 20px auto 0;
  padding: 0 20px;
}

.partners {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .partners {
    margin-top: 40px;
  }
}
.partners h1 {
  color: #0D3063;
  font-size: 20px;
  font-weight: 700;
}
.partners .partners-container {
  width: 100%;
  overflow: hidden;
  background-color: #f9f9f9;
  padding: 20px 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .partners .partners-container {
    width: 33.3%;
  }
}
.partners .partners-container .logo-slider {
  display: flex;
  transition: transform 1s ease-in-out;
}
.partners .partners-container .logo-slider .slide {
  max-width: 200px;
  margin: 0 3%;
}
@media screen and (max-width: 640px) {
  .partners .partners-container .logo-slider .slide {
    min-width: fit-content;
  }
}
.partners .partners-container .logo-slider img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.footer {
  margin-top: 40px;
  background-color: #0D3063;
  height: 80px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .footer {
    margin-top: 20px;
  }
}
.footer img {
  height: 50px;
}
@media screen and (max-width: 500px) {
  .footer img {
    width: 50%;
    height: auto;
    margin-left: 10px;
  }
}
.footer p {
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .footer p {
    font-size: 12px;
    margin-left: 10px;
  }
}

.contact-container {
  position: fixed;
  width: 100px;
  height: 100px;
  z-index: 999;
  cursor: pointer;
  left: 0;
  bottom: 0;
}
.contact-container .circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  opacity: 0.5;
  border: 2px solid #3c84c2;
  border-radius: 100%;
  animation: circle-animate 1.2s infinite ease-in-out;
}
.contact-container .fill {
  background-color: #3c84c2;
  opacity: 0.75;
  width: 60px;
  height: 60px;
  top: 20px;
  left: 20px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  animation: fill-animate 2.3s infinite ease-in-out;
}
.contact-container .phone {
  opacity: 0.7;
  border-radius: 100%;
  border: 2px solid transparent;
  width: 30px;
  height: 30px;
  top: 35px;
  left: 35px;
  position: absolute;
  background: #3c84c2 url(../images/alo.png) no-repeat center center;
  background-size: contain;
  animation: phone-animate 1s infinite ease-in-out;
}

@keyframes circle-animate {
  0% {
    transform: rotate(0) scale(0.5);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1);
    opacity: 0.1;
  }
}
@keyframes fill-animate {
  0% {
    transform: rotate(0) scale(0.7);
  }
  50% {
    transform: rotate(0) scale(1);
  }
  100% {
    transform: rotate(0) scale(0.7);
  }
}
@keyframes phone-animate {
  0% {
    transform: rotate(0);
  }
  10% {
    transform: rotate(-25deg);
  }
  20% {
    transform: rotate(25deg);
  }
  30% {
    transform: rotate(-25deg);
  }
  40% {
    transform: rotate(25deg);
  }
  50% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
.back_to_top #progress {
  background-color: #6da3d1;
  position: fixed;
  bottom: 100px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: none;
  place-items: center;
}
.back_to_top #progress #progress-value {
  background: url(../images/go_top.png) center top no-repeat;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 100%;
  cursor: pointer;
}
.back_to_top #progress #progress-value:hover {
  background-position: center -40px;
}

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