.banner.home-banner .bg {
  height: 100vh;
}
@media (max-width: 768px) {
  .banner.home-banner .bg {
    height: 560px;
  }
}
@media (max-width: 540px) {
  .banner.home-banner .bg {
    height: 320px;
  }
}
.banner.home-banner .bg .banner-wrapper {
  bottom: 8%;
  text-align: center;
}
.banner.home-banner .bg .banner-wrapper .content h1 {
  color: var(--white);
  text-transform: unset;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .banner.home-banner .bg .banner-wrapper .content h1 {
    margin-bottom: 20px;
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .banner.home-banner .bg .banner-wrapper .content h1 {
    margin-bottom: 5px;
    font-size: 35px;
  }
}
@media (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .content h1 {
    font-size: 24px;
  }
}
.banner.home-banner .bg .banner-wrapper .content p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .content p {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.banner.home-banner .bg .banner-wrapper .content button.scroll-btn {
  animation: scroll 1.5s ease-in-out infinite forwards;
  margin-bottom: 25px;
}
@keyframes scroll {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(10px);
  }
}
@media (max-width: 520px) {
  .banner.home-banner .bg .banner-wrapper .content button.scroll-btn img {
    width: 40px;
  }
}
.banner.thanks.home-banner .banner-wrapper {
  bottom: 40%;
  left: 50%;
  transform: translate(-50%, 40%);
}
.banner.thanks.home-banner .banner-wrapper .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner.thanks.home-banner .banner-wrapper .content figure {
  width: 80px;
}
.banner.thanks.home-banner .banner-wrapper .content figure img {
  width: 100%;
}
.banner.thanks.home-banner .banner-wrapper .content a {
  padding: 20px 16px;
}

.contact-secA {
  background: #fff;
  padding: 70px 90px;
}
@media (max-width: 991px) {
  .contact-secA {
    padding: 40px 60px;
  }
}
@media (max-width: 768px) {
  .contact-secA {
    padding: 30px 10px;
  }
}
.contact-secA .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .contact-secA .container {
    margin-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .contact-secA .container {
    margin-bottom: 380px;
  }
}
.contact-secA .container figure {
  width: 400px;
  position: relative;
}
@media (max-width: 991px) {
  .contact-secA .container figure {
    width: 350px;
  }
}
@media (max-width: 768px) {
  .contact-secA .container figure {
    width: 300px;
  }
}
@media (max-width: 540px) {
  .contact-secA .container figure {
    width: 250px;
  }
}
.contact-secA .container figcaption.grid {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  padding: 0 100px;
  position: absolute;
  top: 80%;
}
@media (max-width: 1024px) {
  .contact-secA .container figcaption.grid {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .contact-secA .container figcaption.grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 540px) {
  .contact-secA .container figcaption.grid {
    padding: 0 20px;
  }
}
.contact-secA .container figcaption.grid .item {
  background-color: #1BB6F0;
  padding: 20px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .contact-secA .container figcaption.grid .item {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .contact-secA .container figcaption.grid .item {
    padding: 20px;
  }
}
.contact-secA .container figcaption.grid .item .contact-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
@media (max-width: 540px) {
  .contact-secA .container figcaption.grid .item .contact-header {
    padding-bottom: 10px;
  }
}
.contact-secA .container figcaption.grid .item .contact-header h3 {
  color: #fff;
  text-transform: none;
  font-size: 24px;
}
.contact-secA .container figcaption.grid .item .contact-header svg {
  width: 40px;
}
@media (max-width: 540px) {
  .contact-secA .container figcaption.grid .item .contact-header svg {
    width: 30px;
  }
}
.contact-secA .container figcaption.grid .item .contact-header svg path {
  fill: #fff;
}
.contact-secA .container figcaption.grid .item p a {
  color: #fff;
  transition: 0.3s ease;
}
.contact-secA .container figcaption.grid .item p a:hover {
  color: rgba(255, 255, 255, 0.6784313725);
}

.contact-secB {
  background: #FBC740 url(/assets/images/home/notice-bg.png);
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  height: 660px;
  position: relative;
}
@media (max-width: 768px) {
  .contact-secB {
    height: 525px;
  }
}
.contact-secB .container .heading {
  max-width: 535px;
  margin: 0 auto;
  padding: 50px 0 20px;
}
.contact-secB .container .heading h2 {
  text-transform: none;
  text-align: center;
  line-height: 1;
}
@media (max-width: 991px) {
  .contact-secB .container .heading h2 {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .contact-secB .container .heading h2 {
    font-size: 34px;
  }
}
@media (max-width: 540px) {
  .contact-secB .container .heading h2 {
    font-size: 24px;
  }
}
.contact-secB .container .form-section {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20%;
  z-index: 0;
}
@media (max-width: 768px) {
  .contact-secB .container .form-section {
    bottom: -20%;
  }
}
@media (max-width: 540px) {
  .contact-secB .container .form-section {
    bottom: -10%;
  }
}
.contact-secB .container .form-section .notebook {
  width: 500px;
}
@media (max-width: 768px) {
  .contact-secB .container .form-section .notebook {
    width: 400px;
  }
}
@media (max-width: 540px) {
  .contact-secB .container .form-section .notebook {
    width: 365px;
  }
}
.contact-secB .container .form-section .notebook .pencil {
  width: 200px;
  position: absolute;
  top: 28%;
  right: -8%;
}
@media (max-width: 768px) {
  .contact-secB .container .form-section .notebook .pencil {
    width: 150px;
    top: 33%;
    right: -5%;
  }
}
@media (max-width: 540px) {
  .contact-secB .container .form-section .notebook .pencil {
    width: 100px;
    top: 43%;
    right: 0;
  }
}
.contact-secB .container .form-section form {
  position: absolute;
  top: 10%;
  left: 29%;
  z-index: 3;
  width: 250px;
}
@media (max-width: 768px) {
  .contact-secB .container .form-section form {
    width: 200px;
    left: 28%;
  }
}
@media (max-width: 540px) {
  .contact-secB .container .form-section form {
    width: 188px;
    top: 11%;
  }
}
.contact-secB .container .form-section form .form {
  gap: 15px 0;
}
@media (max-width: 540px) {
  .contact-secB .container .form-section form .form {
    gap: 12px 0;
  }
}
@media (max-width: 540px) {
  .contact-secB .container .form-section form .form .form-group {
    --inputsize: 30px;
  }
}
@media (max-width: 540px) {
  .contact-secB .container .form-section form .form .form-group label {
    font-size: 14px;
  }
}
.contact-secB .container .form-section form .form .sbmt-grp {
  padding-top: 10px;
}
.contact-secB .container .form-section form .form .sbmt-grp a:hover {
  color: #fff;
  background-color: #1BB6F0;
}
.contact-secB .container .kid {
  position: absolute;
  right: 0%;
  bottom: 5%;
  width: 330px;
}
@media (max-width: 991px) {
  .contact-secB .container .kid {
    width: 200px;
    transform: translateX(5%);
  }
}
@media (max-width: 768px) {
  .contact-secB .container .kid {
    display: none;
  }
}

.contact-secC {
  width: 100vw;
  height: 500px;
}
@media (max-width: 768px) {
  .contact-secC {
    height: 400px;
  }
}
@media (max-width: 540px) {
  .contact-secC {
    height: 300px;
  }
}
.contact-secC iframe {
  filter: grayscale(1);
}/*# sourceMappingURL=contact.css.map */