.categories-page {
  padding-top: 60px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .categories-page {
    padding-top: 32px;
    padding-bottom: 24px;
  }
}
.categories-page .title-main-page {
  color: #212121;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 150%; /* 60px */
  text-align: center;
}
.categories-page .title-main-page .title-color {
  color: #FEC618;
}
@media screen and (max-width: 768px) {
  .categories-page .title-main-page {
    font-size: 1.875rem;
  }
}

.slider-category-page .banner-slider {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .slider-category-page .banner-slider {
    margin-bottom: 40px;
  }
}

.download-static {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .download-static {
    padding-bottom: 40px;
  }
}
.download-static .title-main-page {
  text-align: center;
  color: #212121;
  font-size: 2rem;
  font-weight: 500;
  line-height: 150%; /* 48px */
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .download-static .title-main-page {
    font-size: 1.5rem;
    margin-top: 40px;
    margin-bottom: 48px;
  }
}
.download-static .row-item {
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .download-static .row-item {
    row-gap: 24px;
  }
}
.download-static .row-item .item-box {
  padding: 0px 12px;
}
@media screen and (max-width: 768px) {
  .download-static .row-item .item-box {
    padding: 0px 8px;
  }
}
.download-static .box-download-main .box-download-img {
  background: #06509D;
  padding: 8px 16px 16px 16px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
@media screen and (max-width: 768px) {
  .download-static .box-download-main .box-download-img {
    padding: 8px 12px 12px 12px;
  }
}
.download-static .box-download-main .box-download-img .title-box {
  color: #FFF;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%; /* 36px */
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .download-static .box-download-main .box-download-img .title-box {
    font-size: 1rem;
  }
}
.download-static .box-download-main .box-download-img .img-view {
  position: relative;
  padding-top: 45%;
  overflow: hidden;
}
.download-static .box-download-main .box-download-img .img-view img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.download-static .box-download-main .box-download-list .download-list {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .download-static .box-download-main .box-download-list .download-list {
    padding: 12px;
  }
}
.download-static .box-download-main .box-download-list .download-list:nth-child(odd) {
  background: #F6F6F6;
}
.download-static .box-download-main .box-download-list .download-list:nth-child(even) {
  background: #EAEAEA;
}
.download-static .box-download-main .box-download-list .download-list:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.download-static .box-download-main .box-download-list .download-list a {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%; /* 24px */
  text-decoration-line: underline;
}
@media screen and (max-width: 768px) {
  .download-static .box-download-main .box-download-list .download-list a {
    font-size: 0.875rem;
  }
}

.about-us-page {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 922px) {
  .about-us-page {
    margin-top: 16px;
    margin-bottom: 0px;
  }
}
.about-us-page .row-about .col-detail {
  padding: 0px 12px;
}
@media screen and (max-width: 922px) {
  .about-us-page .row-about .col-detail {
    padding: 0px 16px;
  }
}
@media screen and (max-width: 922px) {
  .about-us-page .row-about {
    row-gap: 22px;
  }
}
@media screen and (min-width: 922px) {
  .about-us-page .box-detail.left {
    padding-left: 32px;
  }
}
@media screen and (min-width: 922px) {
  .about-us-page .box-detail.right {
    padding-right: 32px;
  }
}
.about-us-page .box-detail .title-sub-page {
  color: #06509D;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 100%; /* 36px */
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media screen and (max-width: 922px) {
  .about-us-page .box-detail .title-sub-page {
    font-size: 1.5rem;
    margin-bottom: 32px;
  }
  .about-us-page .box-detail .title-sub-page:has(.color-title) {
    font-size: 2.25rem;
  }
}
.about-us-page .box-detail .title-sub-page .color-title {
  color: #FEC618;
}
.about-us-page .box-detail .text-detail {
  color: #05407E;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 24px;
}
.about-us-page .box-detail .text-detail:last-child {
  margin-bottom: 0px;
}
.about-us-page .box-detail .text-detail:last-child::after {
  margin-top: 50px;
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #FEC618;
}
@media screen and (max-width: 922px) {
  .about-us-page .box-detail .text-detail:last-child::after {
    margin-top: 32px;
  }
}
.about-us-page .number {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 922px) {
  .about-us-page .number {
    margin-top: 16px;
    margin-bottom: 24px;
  }
}
.about-us-page .number .title-sub-number {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 2rem;
  font-weight: 500;
  line-height: 150%; /* 48px */
  margin-bottom: 40px;
}
@media screen and (max-width: 922px) {
  .about-us-page .number .title-sub-number {
    margin-bottom: 8px;
  }
}
.about-us-page .number .title-sub-number .color-title {
  color: #FEC618;
}
.about-us-page .number .bg-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us-page .number .number-text {
  text-align: center;
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 40px;
  font-weight: 500;
  line-height: 120%; /* 60px */
  margin-bottom: 16px;
}
@media screen and (max-width: 922px) {
  .about-us-page .number .number-text {
    margin-bottom: 0px;
  }
}
.about-us-page .number .number-title {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%; /* 30px */
  margin-bottom: 0px;
}
.about-us-page .about-us-slider {
  margin-top: 100px;
}
@media screen and (max-width: 922px) {
  .about-us-page .about-us-slider {
    margin-top: 24px;
  }
}
.about-us-page .about-us-slider img {
  width: 350px;
}
.about-us-page .slick-track {
  padding: 5px 0px;
  background: linear-gradient(90deg, #00BCFF 0%, #5A67FF 100%);
}

.contact-us {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .contact-us {
    margin-bottom: 0px;
  }
}
.contact-us.contact-us-page {
  margin-bottom: 41px;
}
@media screen and (max-width: 768px) {
  .contact-us.contact-us-page {
    margin-bottom: 22px;
  }
}
.contact-us .title-main-page {
  color: #212121;
  font-size: 2rem;
  font-weight: 500;
  line-height: 150%; /* 48px */
  margin: 60px 0px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-us .title-main-page {
    font-size: 1.5rem;
    margin: 40px 0px;
  }
}
.contact-us .box-google-map {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 922px) {
  .contact-us .box-google-map {
    height: 199px;
  }
}
.contact-us .box-google-map iframe {
  width: 100%;
  height: 100%;
}
.contact-us .box-detail-all {
  border-radius: 10px;
  background: #EAE9E9;
  padding: 32px;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
@media screen and (max-width: 768px) {
  .contact-us .box-detail-all {
    margin-top: 24px;
  }
}
.contact-us .box-detail-all .title-label {
  color: #06509D;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin-bottom: 0;
}
.contact-us .box-detail-all .text-sub {
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 0;
}
.contact-us .box-detail-all .group-contact {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.contact-us .box-detail-all .group-contact .icon-contact {
  flex: 0 0 10%;
}
.contact-us .box-detail-all .group-contact .text-contact {
  flex: 0 0 90%;
}
.contact-us .box-detail-all .group-contact-follow {
  margin-top: 16px;
  display: flex;
  gap: 24px;
}
.contact-us .box-contact-us {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 922px) {
  .contact-us .box-contact-us {
    border-radius: 0px;
  }
}
.contact-us .box-contact-us .bg-contact-us {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .contact-us .form-contact-us {
    padding: 0px;
  }
}
.contact-us .box-form-contact {
  width: 100%;
  max-width: 732px;
  margin: 91px auto;
}
@media screen and (max-width: 768px) {
  .contact-us .box-form-contact {
    width: unset;
    max-width: 100%;
    margin: 60px 16px;
  }
}
.contact-us .box-form-contact .title-sub-page {
  color: #FEC618;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  font-size: 40px;
  font-weight: 500;
  line-height: 150%; /* 60px */
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 992px) {
  .contact-us .box-form-contact .formone-size.contactus .form-group {
    width: 100% !important;
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media screen and (min-width: 992px) {
  .contact-us .box-form-contact .formone-size.contactus .form-group:nth-child(1) {
    padding-right: 8px;
  }
}
@media screen and (min-width: 992px) {
  .contact-us .box-form-contact .formone-size.contactus .form-group:nth-child(2) {
    padding-left: 8px;
  }
}
.contact-us .box-form-contact .formone-size.contactus .form-row-inner label {
  display: none;
}
.contact-us .box-form-contact .formone-size.contactus .contactbtn {
  margin-top: 32px;
  margin-bottom: 0px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.contact-us .box-form-contact .formone-size.contactus .contactbtn button {
  width: 200px;
  height: 42px;
  padding: 0px 32px;
  border-radius: 20px;
  background: #FEC618;
  color: #05407E;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
}
.contact-us .box-form-contact .formone-size.contactus .contactbtn button:hover {
  background: #05407E;
  color: #F8F8F8;
  border-color: #05407E;
}
.download-page .title-main-page {
  text-align: center;
  color: #212121;
  font-size: 2rem;
  font-weight: 500;
  line-height: 150%; /* 48px */
}
@media screen and (max-width: 768px) {
  .download-page .title-main-page {
    font-size: 1.5rem;
  }
}
.download-page .box-download-main .box-download-img {
  background: #06509D;
  padding: 8px 16px 16px 16px;
}
