.aboutus-intro .text {
  font-size: 1.25vw;
  padding: 4vw 0;
}
.aboutus-intro .text span {
  font-weight: 400;
}
.aboutus-intro .text .red {
  color: #ef3824;
  font-weight: 400;
}
.aboutus-intro .text .blue {
  color: #00369f;
  font-weight: 400;
}
.aboutus-intro .text .bigred {
  font-size: 1.88vw;
  color: #ef3824;
  font-weight: 500;
}

.aboutus-intro .text .bigblue {
  font-size: 1.57vw;
  color: #00369f;
}
.aboutus-banner {
  position: absolute;
  padding: 4.5% 0 0 0;
  z-index: 0;
}
.aboutus-intro {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 27vw 0 0 0;
}
.aboutus-award .title {
  font-size: 1.88vw;
  color: #00369f;
  font-weight: 500;
}
.aboutus-award .title span {
  font-size: 1.88vw;
  color: #545454;
  font-weight: 500;
}
.aboutus-award {
  padding: 8% 0 2% 0;
}
.aboutus-award .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 3% 0;
}
.slide-aboutus-award .item .award {
  border: #d6d6d6 1px solid;
  padding: 1rem;
  margin-bottom: 1rem;
  height: 22vw;
  display: flex;
  align-items: center;
  justify-content:center
}

.slide-aboutus-award .item .award img {
  height: 21vw;
  object-fit: contain;
}
.slide-aboutus-award .owl-dots .owl-dot.active span {
  background-color: #00369f;
}

.BG-aboutus-form {
  background-image: url("../img/BG-aboutus-form.png");
  height: 269px;
  background-repeat: no-repeat;
  background-size: cover;
}
.aboutus-form .title {
  font-size: 0.84vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 80px 0 0.5rem 0;
}
.aboutus-form .title span {
  font-size: 1.15vw;
  font-weight: 400;
  margin: 0 0.5rem;
}
.aboutus-form img {
  width: 2vw;
}
.aboutus-form form label {
  font-size: 0.84vw;
  font-weight: 400;
}
.aboutus-form form .form-check-label,
.aboutus-form form .form-check-label span {
  font-size: 0.73vw;
}
.form-check-label span {
  text-decoration: underline;
}
.aboutus-form form button {
  font-size: 0.84vw;
  font-weight: 400;
  color: white;
  border-radius: 50px;
  background-color: #545454;
  width: 11vw;
  height: 2.35vw;
}
.aboutus-form form .formcheck-pad {
  display: flex;
  justify-content: end;
  padding: 0.4vw 0 0 0;
}
.aboutus-form form input {
  border-radius: 0;
}
.aboutus-form {
  padding: 0 0 4% 0;
}
.aboutus-form .contactbar {
  width: 9.5vw;
  height: 2.61vw;
  border-radius: 50px;
}
.aboutus-form .contactbar a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.aboutus-form .contactbar:hover {
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
}
.aboutus-form .contactbar.line {
  background-color: #06c755;
}
.aboutus-form .contactbar.call {
  background-color: #dd3333;
}
.aboutus-form .contactbar.fb {
  background-color: #0866ff;
}
.aboutus-form .contactbar .text {
  color: white;
  font-size: 1.15vw;
  font-weight: 400;
}
.aboutus-form .contactbar .icon {
  margin: 0 0.5rem 0 0;
}
.aboutus-form .contactbar .icon img {
  width: 1.66vw;
}
.aboutus-form .contactbar .icon i {
  color: white;
  font-size: 1.15vw;
}
.aboutus-form .contactbox {
  padding: 65px 0 0 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.aboutus-form form .modal-header button {
  background-color: unset;
  width: 2vw;
}
.aboutus-form form .modal-footer {
  justify-content: center !important;
}
.aboutus-form form .modal-footer button {
  background-color: #1867ff;
  width: 5vw;
  border: none;
}
@media (max-width: 991px) {
  .aboutus-banner {
    padding: 54px 0 0 0;
  }
  .aboutus-intro {
    padding: 33% 0 0 0;
  }
  .aboutus-intro .text .bigred {
    font-size: 24px;
  }
  .aboutus-intro .text .bigblue {
    font-size: 20px;
  }
  .aboutus-intro .text {
    font-size: 16px;
    padding: 1rem 0;
  }
  .aboutus-award {
    padding: 35px 0 10px 0;
  }
  .aboutus-award .title {
    font-size: 28px;
  }
  .aboutus-award .title span {
    font-size: 16px;
  }
  .aboutus-form {
    padding: 0 0 40px 0;
  }
  .aboutus-form .title {
    flex-direction: column;
    font-size: 18px;
  }
  .aboutus-form .title span {
    font-size: 18px;
  }
  .aboutus-form img {
    width: 36px;
  }
  .aboutus-form form label,
  .aboutus-form form .form-check-label,
  .aboutus-form form .form-check-label span,
  .aboutus-form form button {
    font-size: 16px;
  }
  .aboutus-form form button {
    width: 180px;
    height: 40px;
  }
  .aboutus-form form .formcheck-pad {
    display: flex;
    justify-content: center;
    padding: 0 0 1rem 0;
  }
  .submit-btn {
    text-align: center;
  }
  .aboutus-form .title {
    margin: 2rem 0 1rem 0;
  }
  .BG-aboutus-form {
    background-image: none;
    height: auto;
  }
  .aboutus-form .contactbox {
    padding: 3rem 0 0 0;
    align-items: center;
  }
  .aboutus-form .contactbar {
    width: 180px;
    height: 40px;
    margin: 0 0 0.5rem 0;
  }
  .aboutus-form .contactbar .text {
    font-size: 16px;
  }

  .aboutus-form .contactbar .icon i {
    font-size: 19px;
  }
  .aboutus-form .contactbar .icon img {
    width: 25px;
  }
  .aboutus-form form .modal-footer button {
    width: 95px;
  }
}
